header,footer {
    width: 100%;
}

header {
    position: relative;
    width: 100%;
    overflow: visible;
    background: rgb(233,225,231);
    z-index: 99;
}

svg {
    height: 30px;
    width: 30px;
}

.trial_offerexp::after {
    background: linear-gradient(90deg, 
        rgb(233,225,231) 0%,
        rgb(208,191,203) 35%, 
        rgb(173,152,167) 65%,
        rgb(233,225,231) 100%);
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    height: 7px;
    width: 100%;
    position: absolute;
}

.trial_offerexp .info_item {
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    position: relative;
    flex: 0 0 auto;
    width: 25%;
}

.trial_offerexp .info_item:hover p,
.trial_offerexp .info_item:hover a {
    color: rgb(208,191,203);
}

.trial_offerexp .text_main_holder {
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.trial_offerexp .nav_learnexp:hover svg {
    transform: scale(1.05);
}

.trial_offerexp .first_teachexp::before {
    content: '';
    left: 0;
    background: rgba(0, 0, 0, 0.02);
    top: 0;
    height: 100%;
    z-index: -1;
    border-radius: 25px;
    position: absolute;
    width: 100%;
}

.trial_offerexp .nav_startexp a {
    padding: 0.5rem 0;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 1.25rem;
    color: #000000;
    position: relative;
    font-size: 17px;
}

.trial_offerexp .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: 23px;
    font-weight: 600;
}

.trial_offerexp .input_holder {
    margin-top: 0.5rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    position: relative;
}

.trial_offerexp .input_holder input[type="email"]:focus {
    border-color: rgb(208,191,203);
    box-shadow: 0 0 0 3px rgb(208,191,203,0.5);
    outline: none;
}

.trial_offerexp .sub_promoexp:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.trial_offerexp .discuss_ctaexp::before {
    height: 1px;
    position: absolute;
    top: 0;
    left: 30%;
    background: rgba(0, 0, 0, 0.1);
    width: 40%;
    content: '';
}

.course_programexp .training_planexp::after {
    z-index: 3;
    top: 0;
    height: 100%;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent 0%, rgb(208,191,203) 100%);
    width: 50px;
}

.course_programexp .training_planexp::after {
    display: none;
}

.course_programexp .training_planexp:hover .job_successexp {
    animation-play-state: paused;
}

.course_programexp .learn_nowexp img {
    transform: scale(1.05);
    object-fit: cover;
    filter: brightness(0.9) contrast(1.1) saturate(1.1);
    width: 100%;
    height: 100%;
    transition: filter 0.5s ease, transform 4s ease-out;
}

.course_programexp .skill_academyexp {
    backdrop-filter: blur(10px);
    padding: 3rem;
    border-radius: 17px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: linear-gradient(
        135deg,
        rgba(rgb(208,191,203), 0.7) 0%,
        rgba(rgb(173,152,167), 0.7) 100%
    );
    max-width: 600px;
}

.course_programexp .skill_academyexp {
    padding: 1.5rem;
    max-width: 100%;
}

.course_programexp .skill_academyexp p {
    opacity: 0.9;
    line-height: 1.8;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 2rem;
    position: relative;
}

.course_programexp .skill_academyexp p {
    font-size: calc(14px * 0.9);
    margin-bottom: 1.5rem;
}

.course_programexp .skill_academyexp .request_feedbackexp:hover::before {
    opacity: 1;
    left: 0;
}

.attempt_nowexp {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(233,225,231);
}

.attempt_nowexp .container p {
    font-size: 30px;
    margin: 0;
    color: #000000;
    font-weight: 700;
    grid-column: 1 / -1;
    position: relative;
    z-index: 5;
    line-height: 1.4;
}

.attempt_nowexp .request_feedbackexp::before {
    height: 100%;
    content: '';
    width: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    transition: 0.5s;
}

.attempt_nowexp::after {
    background: linear-gradient(135deg, transparent 0%, rgb(208,191,203,0.5) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    content: '';
    left: 0;
    opacity: 0.05;
}

.consent_complyexp svg, .consent_complyexp svg path {
    transition: transform 0.3s ease;
    height: 60px;
    width: 60px;
    fill: rgb(208,191,203);
}

.track_manageexp {
    white-space: nowrap;
    color: #000000;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    font-size: 17px;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(208,191,203,0.5);
    border-radius: 10px;
    padding: 12px 25px;
    margin-left: 10px;
    background: rgb(208,191,203);
    text-decoration: none;
}

.thanksPartexp .container {
    z-index: 2;
    padding: 0 20px;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.thanksPartexp h2::after {
    transform: scaleX(0);
    content: "";
    height: 3px;
    left: 20px;
    position: absolute;
    transform-origin: left;
    background: rgb(173,152,167);
    width: 60px;
    bottom: -12px;
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.thanksPartexp .skill_boostexp:hover {
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(208,191,203), 0.4);
    transform: translateZ(30px) rotateX(0deg);
}

.education_frameworkexp::before {
    background: linear-gradient(90deg, rgb(208,191,203) 0%, rgb(173,152,167) 100%);
    top: 0;
    left: 0;
    box-shadow: 0 2px 15px rgba(rgb(208,191,203,0.5), 0.3);
    right: 0;
    position: absolute;
    content: "";
    height: 8px;
}

.education_frameworkexp h2::before {
    transform: scaleX(0.7);
    content: "";
    background: rgb(208,191,203);
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 0;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100px;
}

.education_frameworkexp .text_body_wrapexp:hover::before {
    transform: scale(1.2);
    opacity: 0.15;
}

.education_frameworkexp p {
    color: #000000;
    margin: 0;
    z-index: 2;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
}

.ideal_participantsexp::before {
    background: rgb(208,191,203,0.5);
    border-radius: 100px;
    transform: rotate(30deg);
    position: absolute;
    animation: float-slow 20s ease-in-out infinite alternate;
    height: 200%;
    width: 80%;
    right: -20%;
    filter: blur(60px);
    opacity: 0.1;
    content: "";
    top: -50%;
}

.ideal_participantsexp h4::after {
    width: 120px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(208,191,203,0.5);
    border-radius: 10px;
    height: 2px;
    bottom: -20px;
}

.ideal_participantsexp div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}

.ideal_participantsexp div p:hover::before {
    width: 8px;
}

.ideal_participantsexp div p:hover svg {
    transform: scale(1.2);
}

.ideal_participantsexp div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,191,203);
}

header .top_primaryexp::after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(208,191,203,0.5), transparent);
    content: "";
    width: 100%;
}

header .top_primaryexp .nav_learnexp .main_topexp {
    transition: transform 0.3s ease;
    display: block;
}

header .top_primaryexp .nav_learnexp .main_topexp svg {
    width: auto;
    height: 60px;
}

header .top_primaryexp .first_teachexp::after {
    right: 0;
}

header .top_primaryexp .first_teachexp .head_trainexp {
    transition: transform 0.3s ease;
    padding: 0 15px;
    margin: 0;
    position: relative;
}

header .top_primaryexp .first_teachexp .head_trainexp:hover {
    transform: translateY(-3px);
}

header .top_primaryexp .first_teachexp .head_trainexp a::before {
    width: 100%;
    transform: scaleX(0);
    background: rgb(173,152,167);
    height: 2px;
    transition: transform 0.3s ease;
    position: absolute;
    content: "";
    bottom: 5px;
    left: 0;
}

.our_backgroundexp .container {
    position: relative;
    margin: 0 auto;
    perspective: 1000px;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 5;
}

.our_backgroundexp .text_body_wrapexp:hover {
    transform: translateZ(30px) rotateX(0);
}

.our_backgroundexp .text_body_wrapexp::after {
    position: absolute;
    bottom: 0;
    content: "";
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    z-index: -1;
    left: 0;
    height: 100px;
    background: rgb(173,152,167,0.5);
    width: 100px;
}

.our_backgroundexp span {
    display: block;
    opacity: 0;
    color: rgba(255, 255, 255, 0.9);
    animation: fadeInParagraph 1.2s 1s forwards;
    line-height: 1.8;
    font-size: 15px;
    position: relative;
    margin-bottom: 20px;
    column-count: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.developer_experienceexp .user_opinionsexp:hover .img_lightboxexp {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(208,191,203);
}

.developer_experienceexp .user_opinionsexp:hover .work_expexp {
    transform: translateZ(30px);
}

.developer_experienceexp .name {
    transform: translateX(0);
    transition: all 0.4s ease;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
}

.developer_experienceexp .user_opinionsexp:hover .work_expexp > div:nth-child(2) {
    transform: translateX(15px);
}

.developer_experienceexp .employee_summaryexp::before,
.developer_experienceexp .employee_summaryexp::after {
    content: "";
    width: 35px;
    height: 1px;
    transition: all 0.4s ease;
    position: absolute;
    background: rgb(173,152,167,0.5);
}

.developer_experienceexp .employee_summaryexp::before {
    left: 0;
    top: 0;
}

.title_boardexp .text_body_wrapexp {
    align-items: flex-start;
    box-shadow: 
        0 20px 30px -15px rgba(0,0,0,0.15),
        0 10px 15px -10px rgba(0,0,0,0.05);
    justify-content: center;
    flex-direction: column;
    animation: slideInLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    position: relative;
    transform: translateZ(0);
    display: flex;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0.8),
        rgba(255,255,255,0.95)
    );
    padding: 2rem;
    backdrop-filter: blur(5px);
    z-index: 2;
    border-left: 3px solid rgb(208,191,203);
}

.title_boardexp svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}

.title_boardexp ul li {
    margin-right: 1rem;
}

.title_boardexp .request_feedbackexp {
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    transform: translateY(0) scale(1);
    text-decoration: none;
    font-size: 14px;
    z-index: 1;
    padding: 0.8rem 2rem;
    transition: 
        transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.3s ease;
    overflow: hidden;
    box-shadow: 
        0 5px 15px -5px rgba(94,170,168,0.5),
        0 3px 8px -3px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgb(208,191,203), rgba(94,170,168,1));
    border: none;
    font-weight: 600;
}

.connect_formexp .container {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.connect_formexp .query_supportexp {
    flex-direction: row-reverse;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 30px;
}

.connect_formexp form input[type="text"] {
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 18px 25px;
    transition: all 0.3s ease;
    border: none;
    background: rgb(233,225,231);
    width: 100%;
    color: #000000;
}

.connect_formexp .inquiry_feedbackexp input[type="checkbox"]:checked + label::after {
    top: 9px;
    border-right: 2px solid #ffffff;
    left: 8px;
    height: 11px;
    width: 6px;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
}

.connect_formexp form .request_feedbackexp:hover::before {
    transform: rotate(45deg) translateX(200%);
}

.connect_formexp svg path {
    fill: rgb(208,191,203);
    transition: fill 0.3s ease;
}

.plan_containerexp::before {
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    left: 0;
    position: absolute;
}

.plan_containerexp .learning_feesexp {
    padding: 0;
    gap: 30px;
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.plan_containerexp .fee_structexp {
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    flex-direction: column;
    transition: all 0.3s ease;
    border-radius: 4px;
    padding: 35px 25px;
    display: flex;
    border: 1px solid rgba(255,255,255,0.05);
    height: 100%;
    position: relative;
}

.plan_containerexp .fee_structexp p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: calc(17px - 2px);
    flex-grow: 1;
    opacity: 0.8;
    color: #ffffff;
}

.plan_containerexp .learn_dealsexp:hover {
    transform: translateY(-10px) rotateX(5deg);
}

.plan_containerexp .learn_dealsexp:hover .trial_ratesexp::before {
    opacity: 1;
}

.plan_containerexp .learn_dealsexp:hover .fee_structexp h4::after {
    width: 80px;
}

.plan_containerexp .learn_dealsexp:hover .fee_structexp {
    transform: translateZ(20px);
    border-color: rgba(255,255,255,0.1);
}

.privacy_fortificationexp .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    transform: translateZ(0);
}

.privacy_fortificationexp h1:hover::after {
    width: 120px;
}

.privacy_fortificationexp h2 {
    transform: translateX(0);
    margin: 3rem 0 1.5rem;
    transition: transform 0.35s ease-out;
    padding-left: 1.2rem;
    font-size: 34px;
    font-weight: 600;
    color: rgb(173,152,167);
    position: relative;
}

.privacy_fortificationexp h3 {
    margin: 2.5rem 0 1.2rem;
    color: #000000;
    position: relative;
    padding-left: 1rem;
    font-weight: 600;
    font-size: calc(34px * 0.85);
}

.privacy_fortificationexp p {
    font-size: 14px;
    transition: transform 0.35s ease;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    max-width: 90%;
    padding: 0.5rem 0;
    transform: translateZ(0);
    position: relative;
    color: #000000;
}

.privacy_fortificationexp li {
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
    line-height: 1.7;
    transition: transform 0.3s ease;
    font-size: calc(14px * 0.97);
    padding: 0.8rem 0 0.8rem 2rem;
}

.privacy_fortificationexp span:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.client_testimonialsexp h4 {
    display: inline-block;
    transform: skew(-5deg);
    font-size: 34px;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 70px;
}



.client_testimonialsexp .user_ratingsexp {
    z-index: 2;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
    display: grid;
}

.client_testimonialsexp .user_opinionsexp::before {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    clip-path: inherit;
    background: linear-gradient(135deg, rgb(208,191,203,0.5), rgb(173,152,167,0.5));
    z-index: -1;
    position: absolute;
    inset: 0;
    transform: translate(8px, 8px);
    content: "";
}

.client_testimonialsexp .user_opinionsexp:hover {
    transform: translateY(-15px);
}

.client_testimonialsexp .user_opinionsexp:nth-child(odd) .img_lightboxexp {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        70% 100%, 
        0% 100%
    );
}

.client_testimonialsexp .user_opinionsexp span {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    display: block;
    position: relative;
    border-bottom: 1px dashed rgb(208,191,203,0.5);
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 991px) {.trial_offerexp {
    padding: 4rem 0 2rem;
}.trial_offerexp .info_item {
    width: 50%;
    padding: 1rem;
}.trial_offerexp .info_item:nth-child(3)::before {
    display: none;
}.trial_offerexp .text_main_holder {
    gap: 3rem;
    flex-direction: column;
    align-items: center;
}.trial_offerexp .nav_learnexp {
    width: 100%;
    text-align: center;
    align-items: center;
    max-width: 100%;
}.trial_offerexp .slack_inviteexp {
    padding-left: 0;
    text-align: center;
    max-width: 500px;
}.trial_offerexp .slack_inviteexp::before {
    display: none;
}.trial_offerexp .first_teachexp {
    max-width: 600px;
    width: 100%;
}.trial_offerexp .subscribe_holder {
    width: 100%;
    max-width: 600px;
}
}


@media only screen and (max-width: 1200px) {.cookie_message_alertexp {
    padding: 20px;
}.learn_prefsexp {
    padding: 20px 2%;
}
}



@media (max-width: 991px) {.thanksPartexp {
    padding: 80px 0;
}.thanksPartexp h2 {
    font-size: calc(28px * 0.9);
    padding-left: 15px;
}.thanksPartexp li {
    padding: 30px;
}.thanksPartexp li::before {
    left: 30px;
}
}



@media (min-width: 768px) {.education_frameworkexp .skill_boostexp {
    gap: 60px;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.education_frameworkexp h2 {
    font-size: calc(29px * 1.1);
    margin-bottom: 0;
    padding-bottom: 25px;
}.education_frameworkexp h2::before {
    height: 5px;
    width: 120px;
}.education_frameworkexp .text_body_wrapexp {
    padding: 50px;
}.education_frameworkexp p {
    font-size: calc(16px * 1.05);
}
}



@media (max-width: 767px) {.education_frameworkexp {
    padding: 80px 0;
}.education_frameworkexp .skill_boostexp {
    padding: 0 20px;
    gap: 30px;
}.education_frameworkexp h2 {
    font-size: calc(29px * 0.9);
    transform: translateX(0);
    text-align: center;
}.education_frameworkexp h2::before {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.education_frameworkexp:hover h2::before {
    transform: translateX(-50%) scaleX(1);
}.education_frameworkexp .text_body_wrapexp {
    padding: 30px 25px;
}.education_frameworkexp p {
    font-size: calc(16px * 0.95);
}}



@media (min-width: 993px) {header .top_primaryexp {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 15px 30px;
}header .top_primaryexp .first_teachexp {
    padding: 20px 10px 10px;
}
}



@media (min-width: 768px) {.our_backgroundexp {
    padding: 150px 0;
}.our_backgroundexp h4 {
    text-align: left;
    margin-left: 50px;
    font-size: calc(32px + 4px);
}.our_backgroundexp .text_body_wrapexp {
    padding: 60px;
    border-left: 6px solid rgb(173,152,167);
    width: 90%;
    margin-left: 50px;
}.our_backgroundexp span {
    column-count: 2;
    column-gap: 40px;
}.our_backgroundexp h6 {
    margin-bottom: 35px;
    font-size: calc(21px + 6px);
}.our_backgroundexp h6::after {
    width: 100px;
}
}



@media (min-width: 768px) {.title_boardexp .skill_boostexp {
    align-items: center;
    padding: 3rem;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    height: 100vh;
}.title_boardexp .text_body_wrapexp {
    padding: 3rem;
}.title_boardexp h1 {
    font-size: calc(39px * 1.2);
}.title_boardexp .img_lightboxexp {
    clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
    height: 450px;
}.title_boardexp svg {
    width: 120px;
    height: 120px;
}
}



@media screen and (max-width: 1024px) {.connect_formexp .reach_panelexp {
    padding: 50px 40px;
}
}



@media screen and (max-width: 767px) {.connect_formexp {
    padding: 70px 0;
}.connect_formexp .img_lightboxexp {
    min-height: 250px;
}.connect_formexp .reach_panelexp {
    padding: 40px 30px;
}.connect_formexp .reach_panelexp::before {
    width: calc(100% - 60px);
    left: 30px;
}
}



@media screen and (max-width: 480px) {.connect_formexp {
    padding: 50px 0;
}.connect_formexp h2 {
    font-size: calc(29px * 0.8);
}.connect_formexp .img_lightboxexp {
    min-height: 200px;
}.connect_formexp .reach_panelexp {
    padding: 30px 20px;
}.connect_formexp .reach_panelexp::before {
    width: calc(100% - 40px);
    left: 20px;
}.connect_formexp form h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.connect_formexp form input[type="text"] {
    padding: 15px 20px;
}.connect_formexp form .request_feedbackexp {
    width: 100%;
    text-align: center;
}}



@media (max-width: 767px) {.privacy_fortificationexp {
    padding: 4rem 1.5rem;
}.privacy_fortificationexp h1 {
    font-size: 41px;
    margin-bottom: 2rem;
}.privacy_fortificationexp h2 {
    padding-left: 1rem;
    margin: 2.5rem 0 1rem;
}.privacy_fortificationexp h3, .privacy_fortificationexp h4 {
    padding-left: 0.7rem;
}.privacy_fortificationexp ul {
    padding-left: 0.5rem;
}.privacy_fortificationexp li {
    padding: 0.7rem 0 0.7rem 1.8rem;
}.privacy_fortificationexp li::before {
    height: 8px;
    width: 8px;
}.privacy_fortificationexp span {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1.2rem;
}
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}



@keyframes lineGrow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}



@keyframes slideIn {
    from {
        transform: translateZ(-50px) rotateX(5deg);
        opacity: 0;
    }
    to {
        transform: translateZ(0) rotateX(2deg);
        opacity: 1;
    }
}



@keyframes slideInRight {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

