* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.fund_cta_exp {
    flex: 0 0 auto;
}.nav_expert_exp {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-canvas_exp {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1233px;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    z-index: 1;
    position: relative;
}footer::before {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.9;
    z-index: -2;
    background: linear-gradient(to right, rgb(105,125,167), rgb(141,161,203));
    right: 0;
    content: "";
}footer::after {
    top: 0;
    left: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
}.fund_cta_exp {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}.fund_cta_exp::before {
    background: linear-gradient(90deg, rgb(141,161,203), rgb(105,125,167), rgb(141,161,203));
    height: 10px;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
}.fund_cta_exp .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    position: relative;
}.fund_cta_exp .company_holder {
    position: relative;
    grid-column: span 5;
    padding: 0;
}.fund_cta_exp .company_holder h3 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 33px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1rem;
    margin: 0 0 1.5rem;
}.fund_cta_exp .company_holder h3::after {
    position: absolute;
    bottom: -2px;
    content: "";
    background: #ffffff;
    left: 0;
    width: 80px;
    height: 2px;
}.fund_cta_exp .pledge_block_exp {
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 0 1.5rem;
    line-height: 1.7;
    position: relative;
    font-size: 13px;
    color: #ffffff;
    margin-top: 1.5rem;
}.fund_cta_exp .proposal_cta_exp {
    grid-column: span 7;
}.fund_cta_exp .top_site_exp {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.fund_cta_exp .header_mainbar_exp {
    position: relative;
}.fund_cta_exp .header_mainbar_exp h5 {
    font-size: 23px;
    margin: 0 0 1.5rem;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 0.8rem;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}.fund_cta_exp .header_mainbar_exp h5::after {
    position: absolute;
    content: "";
    background: #ffffff;
    left: 0;
    height: 2px;
    width: 40px;
    bottom: -2px;
}.fund_cta_exp .header_mainbar_exp .top_site_exp {
    display: grid;
    gap: 1rem;
}.fund_cta_exp .header_mainbar_exp .top_site_exp a {
    font-size: 13px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    color: rgba(255, 255, 255, 0.8);
}.fund_cta_exp .header_mainbar_exp .top_site_exp a::after {
    margin-left: 0.5rem;
    content: "\2192";
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}.fund_cta_exp .header_mainbar_exp .top_site_exp a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.fund_cta_exp .header_mainbar_exp .top_site_exp a:hover::after {
    opacity: 1;
    transform: translateX(0);
}.footer_address_exp {
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}.footer_address_exp .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.footer_address_exp .knowl_base_exp {
    position: relative;
    padding: 0 1rem;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.9;
    text-align: center;
}.fund_cta_exp::after {
    position: absolute;
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    right: 2rem;
    top: 2rem;
    height: 50px;
}.fund_cta_exp .company_holder::before {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    left: 0;
    width: 50px;
    position: absolute;
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    top: 0;
}.fund_cta_exp .company_holder::after {
    bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
}.fund_cta_exp .proposal_cta_exp::after {
    right: 0;
    position: absolute;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    content: "";
    height: 50px;
    width: 50px;
}

@media (max-width: 1200px) {.fund_cta_exp .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.fund_cta_exp {
    padding: 4rem 0 2rem;
}.fund_cta_exp .container {
    grid-template-columns: 1fr;
}.fund_cta_exp .company_holder,
    .fund_cta_exp .proposal_cta_exp {
    grid-column: span 12;
}.fund_cta_exp .company_holder {
    margin-bottom: 2rem;
}.fund_cta_exp::after,
    .fund_cta_exp .company_holder::before,
    .fund_cta_exp .company_holder::after,
    .fund_cta_exp .proposal_cta_exp::after {
    display: none;
}
}

@media (max-width: 768px) {.fund_cta_exp {
    padding: 3rem 0 1.5rem;
}.fund_cta_exp .top_site_exp {
    gap: 1.5rem;
}.fund_cta_exp .company_holder h3 {
    font-size: calc(33px - 2px);
}.footer_address_exp {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.fund_cta_exp {
    padding: 2.5rem 0 1rem;
}.fund_cta_exp .top_site_exp {
    gap: 2rem;
    grid-template-columns: 1fr;
}.fund_cta_exp .pledge_block_exp {
    padding-left: 1rem;
}.footer_address_exp {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.fund_cta_exp .company_holder h3::after,
    .fund_cta_exp .header_mainbar_exp h5::after {
    width: 30px;
}.fund_cta_exp .header_mainbar_exp .top_site_exp a:hover {
    padding-left: 0.3rem;
}}header {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: visible;
    position: relative;
    background: rgb(176,197,239);
    padding: 0;
    margin-top: 0;
    z-index: 100;
}header::before {
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(141,161,203), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(141,161,203), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(141,161,203), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(141,161,203), 0.03) 25%) 0 0 / 20px 20px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
}header::after {
    height: 5px;
    transition: transform 0.5s ease;
    position: absolute;
    transform: scaleX(0.7);
    transform-origin: center;
    background: linear-gradient(to right, 
        rgb(141,161,203), 
        rgb(105,125,167), 
        rgb(141,161,203)
    );
    bottom: 0;
    width: 100%;
    content: '';
    left: 0;
}header:hover::after {
    transform: scaleX(1);
}header .nav_skill_exp {
    padding: 1.3rem 2.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
}header .main_primary_exp {
    position: relative;
    flex: 0 0 auto;
    margin-right: 2rem;
    perspective: 800px;
}header .main_mentor_exp {
    transform-style: preserve-3d;
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}header .main_mentor_exp:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .main_mentor_exp::before {
    left: 0;
    transform: translateZ(-10px);
    content: '';
    opacity: 0.1;
    top: 0;
    filter: blur(10px);
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgb(141,161,203);
}header .main_mentor_exp img {
    max-height: 40px;
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}header .header_mainbar_exp {
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    margin: 0;
    display: flex;
    padding: 0;
    list-style: none;
}header .header_mainbar_exp::before {
    left: 0;
    top: 100%;
    width: 100%;
    content: '';
    height: 10px;
    position: absolute;
    transform-origin: top;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    transform: rotateX(90deg);
}header .page_nav_exp {
    margin: 0 0.3rem;
    transform-style: preserve-3d;
    position: relative;
}header .page_nav_exp a {
    position: relative;
    padding: 0.7rem 1.2rem;
    justify-content: center;
    display: flex;
    transform: translateZ(0);
    transform-style: preserve-3d;
    font-size: 17px;
    color: #000000;
    transition: all 0.4s ease;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 10px;
}header .page_nav_exp a::before {
    width: 100%;
    transform: translateZ(-5px);
    top: 0;
    content: '';
    position: absolute;
    border-radius: 10px;
    opacity: 0;
    height: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, 
        rgb(141,161,203,0.5) 0%, 
        rgb(105,125,167,0.5) 100%
    );
}header .page_nav_exp a:hover {
    transform: translateZ(15px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}header .page_nav_exp a:hover::before {
    opacity: 1;
}header .page_nav_exp a::after {
    transform: translateZ(-10px);
    opacity: 0;
    content: '';
    transition: all 0.4s ease;
    position: absolute;
    background: rgb(141,161,203);
    left: 5px;
    right: 5px;
    bottom: -5px;
    height: 5px;
}header .page_nav_exp a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}header .nav_skill_exp::before {
    content: '';
    top: 0;
    left: 35%;
    position: absolute;
    width: 30%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(141,161,203), 
        transparent
    );
    height: 1px;
}.nav_expert_exp {
    background: #ffffff;
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .nav_skill_exp {
    max-width: 1320px;
    margin: 0 auto;
}header .page_nav_exp {
    margin: 0 0.5rem;
}header .page_nav_exp a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .nav_skill_exp {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main_primary_exp {
    margin-bottom: 0;
    margin-right: 0;
}header .header_mainbar_exp {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .page_nav_exp a {
    padding: 0.6rem 1rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav_skill_exp {
    padding: 0.8rem 1.5rem;
}header .main_primary_exp {
    max-width: 140px;
}header .main_mentor_exp img {
    max-height: 35px;
}header .header_mainbar_exp {
    justify-content: flex-start;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
}header .header_mainbar_exp::-webkit-scrollbar {
    height: 3px;
}header .header_mainbar_exp::-webkit-scrollbar-thumb {
    background: rgb(141,161,203,0.5);
    border-radius: 10px;
}header .page_nav_exp {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .page_nav_exp a {
    font-size: calc(17px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}
}

@media (max-width: 479px) {header .nav_skill_exp {
    padding: 0.7rem 1.2rem;
}header .main_primary_exp {
    max-width: 120px;
}header .page_nav_exp a {
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .main_mentor_exp:hover {
    transform: translateY(-3px);
}header .page_nav_exp a:hover {
    transform: translateY(-3px);
}}.training_specialist_exp {
    background: radial-gradient(circle at 70% 30%, rgb(141,161,203,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(105,125,167,0.5) 0%, transparent 40%), 
              #000000;
    position: relative;
    overflow: hidden;
    padding: 7rem 2rem;
}.training_specialist_exp::before {
    top: -25%;
    position: absolute;
    left: -25%;
    height: 150%;
    content: "";
    opacity: 0.3;
    width: 150%;
    animation: backgroundMovement 30s linear infinite alternate;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
}.training_specialist_exp .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.training_specialist_exp .user_stories_exp {
    overflow: hidden;
    border-radius: 28px;
    display: grid;
    position: relative;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
}.training_specialist_exp .user_stories_exp::after {
    mix-blend-mode: overlay;
    width: 100%;
    pointer-events: none;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    opacity: 0.3;
    background: linear-gradient(135deg, rgb(141,161,203,0.5) 0%, transparent 50%);
    position: absolute;
}.training_specialist_exp .user_stories_exp .content_image_exp {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    grid-column: 1 / 2;
    border-radius: 0;
    z-index: 1;
    transition: all 0.5s ease;
    transform: scale(1.05) translateX(-5%);
    position: relative;
    min-height: 500px;
    box-shadow: 0 0 30px rgb(141,161,203,0.5);
    grid-row: 1 / 4;
}.training_specialist_exp .user_stories_exp .content_image_exp:hover {
    transform: scale(1.07) translateX(-4%);
    box-shadow: 0 0 50px rgb(141,161,203);
}.training_specialist_exp .user_stories_exp .name {
    padding: 3.5rem 2rem 0.5rem 3rem;
    z-index: 2;
    font-size: 33px;
    font-weight: 700;
    animation: neonPulse 4s infinite alternate;
    color: #ffffff;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    position: relative;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(141,161,203,0.5), 0 0 20px rgb(141,161,203,0.5);
}.training_specialist_exp .user_stories_exp span:not(.name) {
    letter-spacing: 1px;
    padding: 0 2rem 1rem 3rem;
    color: rgb(105,125,167);
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    grid-column: 2 / 3;
    z-index: 2;
    grid-row: 2 / 3;
    font-size: 17px;
}.training_specialist_exp .user_stories_exp .career_back_exp {
    position: relative;
    color: #ffffff;
    grid-column: 2 / 3;
    padding: 2rem 2rem 2.5rem 3rem;
    z-index: 2;
    margin-right: 1.5rem;
    font-size: 15px;
    grid-row: 3 / 4;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    backdrop-filter: blur(5px);
    line-height: 1.7;
    border-top: 1px solid rgb(105,125,167,0.5);
    border-radius: 0 10px 0 0;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(141,161,203,0.5), 0 0 20px rgb(141,161,203,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(141,161,203), 0 0 30px rgb(141,161,203);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.training_specialist_exp {
    padding: 5rem 1.5rem;
}.training_specialist_exp .user_stories_exp {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.training_specialist_exp .user_stories_exp .content_image_exp {
    grid-column: 1 / 2;
    transform: scale(1.02) translateY(-5%);
    grid-row: 1 / 2;
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.training_specialist_exp .user_stories_exp .content_image_exp:hover {
    transform: scale(1.03) translateY(-4%);
}.training_specialist_exp .user_stories_exp .name {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.training_specialist_exp .user_stories_exp span:not(.name) {
    padding: 0 1.5rem 1rem 1.5rem;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}.training_specialist_exp .user_stories_exp .career_back_exp {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    border-radius: 10px;
    padding: 1.5rem;
    margin-right: 0;
}
}

@media (max-width: 576px) {.training_specialist_exp {
    padding: 4rem 1rem;
}.training_specialist_exp .user_stories_exp .content_image_exp {
    min-height: 280px;
}.training_specialist_exp .user_stories_exp .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.training_specialist_exp .user_stories_exp span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.training_specialist_exp .user_stories_exp .career_back_exp {
    padding: 1.2rem;
}}.welcome_page_exp {
    position: relative;
    width: 100%;
    overflow: hidden;
}.welcome_page_exp .fast_skill_exp {
    justify-content: center;
    position: relative;
    height: 100vh;
    min-height: 650px;
    align-items: center;
    display: flex;
}.welcome_page_exp .fast_skill_exp::before {
    z-index: 1;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.85) 0%, 
    rgba(var(--secondary-color-rgb), 0.75) 100%);
    backdrop-filter: blur(3px);
    left: 0;
    content: "";
    top: 0;
    position: absolute;
}.welcome_page_exp .fast_skill_exp::after {
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 100%;
    background: 
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.05) 25%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.03) 25%, transparent 50%);
    z-index: 2;
    height: 100%;
    top: 0;
    content: "";
}.welcome_page_exp .method_edu_exp {
    z-index: 3;
    width: 90%;
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.2),
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 1px rgba(255,255,255,0.1);
    max-width: 800px;
    background: linear-gradient(145deg, 
    rgba(var(--dark-color-rgb), 0.8) 0%, 
    rgba(var(--dark-color-rgb), 0.6) 100%);
    animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    border-left: 4px solid rgb(141,161,203);
    position: relative;
}.welcome_page_exp .method_edu_exp::before {
    pointer-events: none;
    right: 20px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.3);
    transform: translateZ(-10px);
    z-index: -1;
    top: -10px;
    left: -10px;
    bottom: 20px;
    position: absolute;
    content: "";
}.welcome_page_exp .method_edu_exp::after {
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    pointer-events: none;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, 
    rgba(255,255,255,0.1) 0%, 
    rgba(255,255,255,0) 50%,
    rgba(255,255,255,0.05) 100%);
}.welcome_page_exp h1 {
    font-weight: 700;
    letter-spacing: -0.5px;
    font-size: 40px;
    opacity: 0;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    position: relative;
    color: #ffffff;
    transform: translateY(20px);
}.welcome_page_exp h1::after {
    position: absolute;
    animation: lineGrow 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    background: rgb(141,161,203);
    content: "";
    transform-origin: left center;
    left: 0;
    height: 3px;
    width: 80px;
    bottom: -12px;
    transform: scaleX(0);
}.welcome_page_exp h3 {
    margin-bottom: 1.5rem;
    color: rgba(var(--white-color-rgb), 0.9);
    opacity: 0;
    line-height: 1.5;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
    font-size: calc(24px + 0.1rem);
    transform: translateY(20px);
    font-weight: 600;
}.welcome_page_exp p {
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s forwards;
    color: rgba(var(--white-color-rgb), 0.8);
    transform: translateY(20px);
    margin-top: 2rem;
    font-size: 12px;
    opacity: 0;
}.welcome_page_exp p::before {
    width: 30px;
    background: rgb(105,125,167);
    position: absolute;
    left: 0;
    top: -12px;
    content: "";
    height: 1px;
}

@keyframes slideUp {
  from {
    transform: perspective(1000px) rotateX(2deg) translateY(50px);
    opacity: 0;
  }
  to {
    transform: perspective(1000px) rotateX(2deg) translateY(0);
    opacity: 1;
  }
}

@keyframes fadeSlideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media screen and (max-width: 992px) {.welcome_page_exp .fast_skill_exp {
    min-height: 550px;
}.welcome_page_exp .method_edu_exp {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.welcome_page_exp h1 {
    font-size: calc(40px - 0.5rem);
}.welcome_page_exp h3 {
    font-size: 24px;
}
}

@media screen and (max-width: 768px) {.welcome_page_exp .fast_skill_exp {
    min-height: 500px;
}.welcome_page_exp .method_edu_exp {
    width: 95%;
    transform: none;
    padding: 2rem;
}.welcome_page_exp h1 {
    font-size: calc(40px - 1rem);
}.welcome_page_exp h3 {
    font-size: calc(24px - 0.1rem);
}.welcome_page_exp p {
    font-size: calc(12px - 0.1rem);
}
}

@media screen and (max-width: 576px) {.welcome_page_exp .fast_skill_exp {
    min-height: 450px;
}.welcome_page_exp .method_edu_exp {
    padding: 1.5rem;
}.welcome_page_exp h1 {
    margin-bottom: 1rem;
    font-size: calc(40px - 1.5rem);
}.welcome_page_exp h1::after {
    bottom: -8px;
    height: 2px;
    width: 60px;
}.welcome_page_exp h3 {
    margin-bottom: 1rem;
    font-size: calc(24px - 0.2rem);
}.welcome_page_exp p {
    font-size: calc(12px - 0.2rem);
    margin-top: 1.5rem;
}}.thxSection_exp {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(176,197,239) 0%, rgba(rgb(141,161,203,0.5), 0.05) 100%);
    position: relative;
}.thxSection_exp::before {
    top: -5%;
    background: linear-gradient(225deg, rgb(141,161,203) 0%, transparent 70%);
    opacity: 0.07;
    content: "";
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 85%);
    transform: rotate(-15deg) translateZ(0);
    left: -5%;
    position: absolute;
    height: 40%;
    z-index: 1;
    width: 40%;
}.thxSection_exp::after {
    transform: rotate(15deg) translateZ(0);
    bottom: -5%;
    clip-path: polygon(20% 0, 100% 15%, 100% 100%, 0 100%);
    height: 50%;
    right: -5%;
    width: 50%;
    background: linear-gradient(45deg, transparent 40%, rgb(105,125,167) 100%);
    opacity: 0.07;
    content: "";
    z-index: 1;
    position: absolute;
}.thxSection_exp .container {
    margin: 0 auto;
    width: 100%;
    position: relative;
    max-width: 1140px;
    z-index: 2;
    padding: 0 15px;
}.thxSection_exp .smart_guide_exp {
    padding: 3.5rem;
    flex-direction: column;
    background: #ffffff;
    transform-origin: center top;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 2px 10px rgba(rgb(141,161,203,0.5), 0.05),
                0 30px 60px -10px rgba(rgb(105,125,167,0.5), 0.12);
}.thxSection_exp .smart_guide_exp:hover {
    box-shadow: 0 15px 50px rgba(rgba(0, 0, 0, 0.5), 0.15), 
                0 5px 20px rgba(rgb(141,161,203,0.5), 0.1),
                0 40px 80px -15px rgba(rgb(105,125,167,0.5), 0.18);
    transform: perspective(1000px) rotateX(0deg);
}.thxSection_exp .smart_guide_exp > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}.thxSection_exp .smart_guide_exp > div:first-child::after {
    transform-origin: left center;
    bottom: 0;
    width: 20%;
    height: 3px;
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(1) translateZ(0);
    left: 0;
    background: linear-gradient(90deg, rgb(141,161,203), rgb(105,125,167));
}.thxSection_exp .smart_guide_exp:hover > div:first-child::after {
    transform: scaleX(2) translateZ(0);
}.thxSection_exp h5 {
    transition: transform 0.4s ease-out;
    line-height: 1.4;
    font-size: 21px;
    transform: translateZ(0);
    color: #000000;
    font-weight: 700;
    margin: 0;
}.thxSection_exp .smart_guide_exp:hover h5 {
    transform: translateY(-3px) translateZ(0);
}.thxSection_exp a {
    display: block;
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
}.thxSection_exp a:hover {
    transform: translateY(-5px);
}.thxSection_exp a::before {
    height: 50px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    opacity: 0.1;
    background: linear-gradient(135deg, transparent 45%, rgb(141,161,203) 55%);
    transform: rotate(45deg) scale(0);
    width: 50px;
    top: -10px;
    content: "";
    position: absolute;
    right: -10px;
    z-index: 1;
}.thxSection_exp a:hover::before {
    transform: rotate(45deg) scale(1);
}.thxSection_exp p {
    font-size: 15px;
    font-weight: 400;
    background: linear-gradient(to right, rgba(rgb(105,125,167,0.5), 0.03), rgba(rgb(141,161,203,0.5), 0.03));
    transition: all 0.4s ease;
    position: relative;
    color: #000000;
    padding: 1.5rem;
    line-height: 1.7;
    margin: 0;
    border-left: 2px solid rgba(rgb(141,161,203,0.5), 0.2);
}.thxSection_exp a:hover p {
    border-left: 2px solid rgb(141,161,203);
    background: linear-gradient(to right, rgba(rgb(105,125,167,0.5), 0.07), rgba(rgb(141,161,203,0.5), 0.07));
}

@media (min-width: 768px) {.thxSection_exp .smart_guide_exp {
    padding: 4rem 5rem;
}.thxSection_exp h5 {
    font-size: calc(21px * 1.2);
}.thxSection_exp p {
    font-size: calc(15px * 1.05);
    padding: 2rem;
}
}

@media (min-width: 992px) {.thxSection_exp {
    padding: 8rem 0;
}.thxSection_exp .smart_guide_exp {
    margin: 0 auto;
    padding: 5rem 6rem;
    max-width: 90%;
}.thxSection_exp .smart_guide_exp > div:first-child {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}.thxSection_exp .smart_guide_exp > div:first-child::after {
    width: 15%;
}
}

@media (max-width: 767px) {.thxSection_exp {
    padding: 3rem 0;
}.thxSection_exp .smart_guide_exp {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.thxSection_exp h5 {
    font-size: calc(21px * 0.9);
}.thxSection_exp p {
    padding: 1rem;
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.thxSection_exp .smart_guide_exp > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.thxSection_exp {
    padding: 2rem 0;
}.thxSection_exp .smart_guide_exp {
    transform: none;
    padding: 1.5rem;
}.thxSection_exp h5 {
    font-size: calc(21px * 0.85);
}.thxSection_exp p {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
    padding: 0.75rem;
}}.who_we_are_exp {
    background-color: rgb(176,197,239);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.who_we_are_exp::before {
    height: 400px;
    border-radius: 50%;
    width: 400px;
    opacity: 0.15;
    content: '';
    right: -100px;
    background: rgb(141,161,203,0.5);
    position: absolute;
    top: -100px;
}.who_we_are_exp::after {
    border-radius: 50%;
    position: absolute;
    height: 500px;
    bottom: -100px;
    background: rgb(105,125,167,0.5);
    opacity: 0.15;
    left: -100px;
    width: 500px;
    content: '';
}.who_we_are_exp .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.who_we_are_exp .smart_guide_exp {
    align-items: center;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
}.who_we_are_exp .skill_studio_exp {
    position: relative;
    grid-column: span 4;
}.who_we_are_exp .content_image_exp {
    width: 100%;
    border-radius: 29px;
    transition: all 0.3s ease;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    aspect-ratio: 1/1.2;
    position: relative;
}.who_we_are_exp .content_image_exp:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.12), 
                -25px -25px 70px rgba(255, 255, 255, 0.9);
    transform: translateY(-10px);
}.who_we_are_exp .study_learn_exp {
    margin-right: 20px;
    padding: 25px 30px;
    margin-top: -50px;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 29px;
    margin-left: 20px;
    position: relative;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), 
                -15px -15px 30px rgba(255, 255, 255, 0.6);
}.who_we_are_exp .quick_classes_exp {
    text-align: center;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
    font-size: 22px;
}.who_we_are_exp .learn_lab_exp {
    text-align: center;
    font-weight: 600;
    color: rgb(141,161,203);
    font-size: 14px;
}.who_we_are_exp .info_panel_exp {
    background-color: #ffffff;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.06), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    padding: 50px;
    position: relative;
    border-radius: 29px;
    grid-column: span 8;
}.who_we_are_exp .study_programs_exp {
    margin-bottom: 25px;
    display: flex;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    align-items: center;
}.who_we_are_exp .study_programs_exp svg {
    height: 40px;
    width: 40px;
    fill: rgb(141,161,203);
    margin-right: 15px;
}.who_we_are_exp .study_programs_exp svg path {
    fill: rgb(141,161,203);
}.who_we_are_exp h2 {
    font-size: 34px;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
}.who_we_are_exp h2::before {
    transform: translateY(-50%);
    height: 3px;
    width: 30px;
    background-color: rgb(141,161,203);
    position: absolute;
    content: '';
    left: -50px;
    top: 50%;
}.who_we_are_exp p {
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-size: 14px;
}

@media (max-width: 992px) {.who_we_are_exp {
    padding: 80px 0;
}.who_we_are_exp .smart_guide_exp {
    gap: 50px;
    grid-template-columns: 1fr;
}.who_we_are_exp .skill_studio_exp {
    grid-column: span 1;
    max-width: 400px;
    margin: 0 auto;
}.who_we_are_exp .info_panel_exp {
    padding: 40px 30px;
    grid-column: span 1;
}.who_we_are_exp h2::before {
    width: 20px;
    left: -30px;
}
}

@media (max-width: 768px) {.who_we_are_exp {
    padding: 60px 0;
}.who_we_are_exp .study_learn_exp {
    margin-top: -40px;
    padding: 20px;
}.who_we_are_exp .info_panel_exp {
    padding: 30px 25px;
}.who_we_are_exp h2 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.9);
}.who_we_are_exp h2::before {
    display: none;
}.who_we_are_exp p {
    padding-left: 15px;
}
}

@media (max-width: 480px) {.who_we_are_exp {
    padding: 40px 0;
}.who_we_are_exp .study_learn_exp {
    padding: 15px;
    margin-top: -30px;
}.who_we_are_exp .quick_classes_exp {
    font-size: calc(22px * 0.9);
}.who_we_are_exp .learn_lab_exp {
    font-size: calc(14px * 0.9);
}.who_we_are_exp .info_panel_exp {
    padding: 25px 20px;
}.who_we_are_exp h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 15px;
}.who_we_are_exp p {
    padding-left: 10px;
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.who_we_are_exp .study_programs_exp {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
}.who_we_are_exp .study_programs_exp svg {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}}.cookie_banner_window_exp {
    z-index: 90;
    position: fixed;
    width: 100%;
    background: rgb(176,197,239);
    border-top: 2px solid rgb(141,161,203);
    bottom: 0;
}.cookie_panel_exp {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}#cookie_disclosure_exp {
    display: none;
}#cookie_disclosure_exp:checked ~ .cookie_banner_window_exp {
    visibility: hidden;
    opacity: 0;
}.cookie_banner_window_exp h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_banner_window_exp p {
    font-size: 18px;
}.cookie_alerts_exp {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_alerts_exp svg, .cookie_alerts_exp svg path, .cookie_alerts_exp img {
    width: 100px;
    height: 100px;
    fill: rgb(141,161,203);
}.web_cookies_exp {
    text-decoration: none;
    border-bottom: 2px solid rgb(141,161,203);
    margin-left: 10px;
    white-space: nowrap;
    min-width: 120px;
    font-size: 24px;
    flex-shrink: 0;
    text-align: center;
    color: rgb(141,161,203);
    cursor: pointer;
    line-height: 35px;
}.cookie_banner_window_exp p a {
    color: rgb(141,161,203);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_banner_window_exp {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_alerts_exp {
    display: none;
}.cookie_panel_exp {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_banner_window_exp h5 {
    text-align: center;
}.cookie_banner_window_exp p {
    text-align: center;
}.data_accept_exp {
    margin-bottom: 20px;
}body .wrapper-canvas_exp .web_cookies_exp {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-canvas_exp .cookie_banner_window_exp {
    box-shadow: rgb(141,161,203,0.5) 0px 0px 40px 39px;
    border: none;
    background: #ffffff;
}.wrapper-canvas_exp .web_cookies_exp {
    font-weight: 400;
    margin-left: 30px;
    background: rgb(141,161,203);
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
    border: none;
}.wrapper-canvas_exp .cookie_alerts_exp {
    align-items: center;
    background:rgb(141,161,203);
    height: 80px;
    border-radius: 50%;
    width: 80px;
    justify-content: center;
    display: flex;
}.wrapper-canvas_exp .cookie_alerts_exp svg, .wrapper-canvas_exp .cookie_alerts_exp svg path, .wrapper-canvas_exp .cookie_alerts_exp img {
    height: 40px;
    fill:#000000;
    width: 40px;
}.wrapper-canvas_exp .data_accept_exp h5, .wrapper-canvas_exp .data_accept_exp p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-canvas_exp .cookie_alerts_exp {
    margin-bottom: 14px;
    margin: 0;
}}.privacy_safeguard_exp {
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(176,197,239) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
    color: #000000;
    padding: 5rem 2rem;
}.privacy_safeguard_exp::before {
    position: absolute;
    height: 8px;
    background: linear-gradient(90deg, rgb(141,161,203) 0%, rgb(105,125,167) 100%);
    z-index: 1;
    content: "";
    right: 0;
    left: 0;
    top: 0;
}.privacy_safeguard_exp::after {
    left: 0;
    height: 100%;
    top: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
    z-index: -1;
    background-size: 20px 20px;
    content: "";
    position: absolute;
}.privacy_safeguard_exp .container {
    max-width: 1140px;
    z-index: 2;
    transform: translateZ(0);
    position: relative;
    margin: 0 auto;
}.privacy_safeguard_exp h1 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 2.5rem;
    font-weight: 700;
    transform: perspective(1000px) translateZ(10px);
    color: rgb(141,161,203);
    padding-bottom: 1rem;
    position: relative;
    transform-style: preserve-3d;
    font-size: calc(44px * 1.2);
}.privacy_safeguard_exp h1::after {
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(141,161,203), rgb(105,125,167,0.5));
    height: 4px;
    bottom: 0;
    transition: width 0.4s ease-out;
    left: 0;
    transform-origin: left;
    position: absolute;
}.privacy_safeguard_exp h1:hover::after {
    width: 120px;
}.privacy_safeguard_exp h2 {
    transform: translateX(0);
    font-weight: 600;
    font-size: 30px;
    position: relative;
    color: rgb(105,125,167);
    margin: 3rem 0 1.5rem;
    padding-left: 1.2rem;
    transition: transform 0.35s ease-out;
}.privacy_safeguard_exp h2::before {
    content: "";
    top: 50%;
    height: 85%;
    position: absolute;
    left: 0;
    width: 8px;
    background: rgb(141,161,203,0.5);
    transform: translateY(-50%);
}.privacy_safeguard_exp h2:hover {
    transform: translateX(5px);
}.privacy_safeguard_exp h3 {
    font-size: calc(30px * 0.85);
    padding-left: 1rem;
    font-weight: 600;
    margin: 2.5rem 0 1.2rem;
    position: relative;
    color: #000000;
}.privacy_safeguard_exp h3::before {
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    width: 6px;
    content: "";
    background: rgb(105,125,167,0.5);
    top: 50%;
    height: 70%;
}.privacy_safeguard_exp h4 {
    font-size: calc(18px * 1.1);
    color: #000000;
    margin: 2rem 0 1rem;
    position: relative;
    padding-left: 0.8rem;
    font-weight: 600;
}.privacy_safeguard_exp h4::before {
    width: 4px;
    height: 60%;
    content: "";
    background: rgb(105,125,167,0.5);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
}.privacy_safeguard_exp p {
    color: #000000;
    padding: 0.5rem 0;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 18px;
    max-width: 90%;
    transform: translateZ(0);
    transition: transform 0.35s ease;
    line-height: 1.8;
}.privacy_safeguard_exp p strong {
    position: relative;
    display: inline-block;
    color: #000000;
    padding-bottom: 2px;
}.privacy_safeguard_exp p strong::after {
    transition: transform 0.35s ease-out;
    transform-origin: right;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: rgb(141,161,203,0.5);
}.privacy_safeguard_exp p:hover strong::after {
    transform: scaleX(1);
    transform-origin: left;
}.privacy_safeguard_exp ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
}.privacy_safeguard_exp ul::before {
    left: 0;
    top: 0;
    width: 2px;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(141,161,203,0.5), transparent);
}.privacy_safeguard_exp li {
    margin-bottom: 0.5rem;
    position: relative;
    transition: transform 0.3s ease;
    padding: 0.8rem 0 0.8rem 2rem;
    color: #000000;
    font-size: calc(18px * 0.97);
    line-height: 1.7;
}.privacy_safeguard_exp li::before {
    left: 0;
    opacity: 0.8;
    transition: all 0.3s ease;
    top: 1.2rem;
    position: absolute;
    height: 10px;
    content: "";
    width: 10px;
    border: 2px solid rgb(141,161,203);
    transform: rotate(45deg);
}.privacy_safeguard_exp li:hover {
    transform: translateX(5px);
}.privacy_safeguard_exp li:hover::before {
    transform: rotate(225deg);
    background-color: rgb(141,161,203,0.5);
}.privacy_safeguard_exp span {
    border-left: 3px solid rgb(105,125,167);
    line-height: 1.75;
    font-size: calc(18px * 0.95);
    transition: all 0.3s ease;
    display: block;
    padding: 1rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    color: #000000;
    margin-bottom: 1.5rem;
    background-color: rgba(255, 255, 255, 0.6);
    transform: translateZ(0);
}.privacy_safeguard_exp span:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {.privacy_safeguard_exp {
    padding: 7rem 3rem;
}.privacy_safeguard_exp h1 {
    margin-bottom: 3rem;
    font-size: calc(44px * 1.3);
}.privacy_safeguard_exp p {
    max-width: 80%;
}.privacy_safeguard_exp h2 {
    padding-left: 1.5rem;
}.privacy_safeguard_exp h2::before {
    width: 10px;
}.privacy_safeguard_exp span {
    max-width: calc(100% - 6rem);
    margin-left: 3rem;
}
}

@media (max-width: 991px) {.privacy_safeguard_exp h1 {
    font-size: calc(44px * 1.1);
}.privacy_safeguard_exp h2 {
    font-size: calc(30px * 0.95);
}.privacy_safeguard_exp p, .privacy_safeguard_exp span {
    max-width: 100%;
}
}

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

@media (max-width: 480px) {.privacy_safeguard_exp {
    padding: 3rem 1rem;
}.privacy_safeguard_exp h1 {
    font-size: calc(44px * 0.9);
}.privacy_safeguard_exp h2 {
    font-size: calc(30px * 0.9);
}.privacy_safeguard_exp h3 {
    font-size: calc(18px * 1.1);
}.privacy_safeguard_exp h4 {
    font-size: 18px;
}.privacy_safeguard_exp p, .privacy_safeguard_exp li, .privacy_safeguard_exp span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.course_offering_exp {
    background: linear-gradient(135deg, rgb(176,197,239) 0%, rgb(141,161,203,0.5) 100%);
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 5rem 0;
}.course_offering_exp::before {
    height: 120%;
    z-index: 1;
    position: absolute;
    content: "";
    width: 120%;
    opacity: 0.05;
    transform: rotate(-5deg);
    left: -5%;
    top: -10%;
    background: repeating-linear-gradient(
        45deg,
        rgb(105,125,167,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(105,125,167,0.5) 12px
    );
}.course_offering_exp .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
}.course_offering_exp .master_it_exp {
    transform-style: preserve-3d;
    flex-direction: column;
    gap: 3rem;
    display: flex;
    animation: fadeInUp 0.8s ease-out forwards;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_offering_exp .content_image_exp {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    mask-image: linear-gradient(to bottom right, 
        transparent 0%, 
        black 2%, 
        black 98%, 
        transparent 100%);
    border: none;
    z-index: 3;
    height: 350px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}.course_offering_exp .content_image_exp:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}.course_offering_exp .content_image_exp::after {
    z-index: 2;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(141,161,203,0.5) 100%
    );
    transition: opacity 0.3s ease;
    opacity: 0.6;
    content: "";
    position: absolute;
}.course_offering_exp .content_image_exp:hover::after {
    opacity: 0.4;
}.course_offering_exp .info_panel_exp {
    background: #ffffff;
    backdrop-filter: blur(8px);
    padding: 2.5rem;
    transform: translateZ(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(141,161,203);
    position: relative;
}.course_offering_exp .info_panel_exp::before {
    position: absolute;
    transform: rotate(45deg);
    background: rgb(141,161,203);
    height: 40px;
    width: 40px;
    content: "";
    z-index: -1;
    top: -20px;
    left: 20px;
}.course_offering_exp h3 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: calc(21px * 1.2);
    display: inline-block;
    color: #000000;
}.course_offering_exp h3::after {
    transition: transform 0.3s ease;
    transform-origin: left;
    left: 0;
    bottom: -8px;
    height: 3px;
    width: 60%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(141,161,203) 0%, transparent 100%);
}.course_offering_exp .info_panel_exp:hover h3::after {
    transform: scaleX(1.2);
}.course_offering_exp .description {
    font-family: Arial, sans-serif;
    font-size: 17px;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
    position: relative;
}.course_offering_exp p.description {
    display: block;
}.course_offering_exp span.description {
    display: none;
}.course_offering_exp .description::first-letter {
    font-weight: 700;
    float: left;
    background: rgb(141,161,203,0.5);
    padding: 6px;
    font-size: 1.5em;
    color: rgb(141,161,203);
    line-height: 1;
    margin-right: 8px;
}

@media screen and (min-width: 768px) {.course_offering_exp .master_it_exp {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}.course_offering_exp .content_image_exp {
    flex: 1;
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
    height: 450px;
}.course_offering_exp .info_panel_exp {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    flex: 1.2;
    transform: perspective(1000px) rotateX(-1deg) rotateY(2deg) translateZ(30px);
}.course_offering_exp .info_panel_exp:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px);
}.course_offering_exp h3 {
    font-size: 29px;
}
}

@media screen and (min-width: 992px) {.course_offering_exp {
    padding: 8rem 0;
}.course_offering_exp .content_image_exp {
    flex: 1.2;
    height: 550px;
}.course_offering_exp .info_panel_exp {
    padding: 3rem;
    flex: 1;
}.course_offering_exp h3 {
    margin-bottom: 2rem;
}.course_offering_exp .description {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}
}

@media screen and (max-width: 767px) {.course_offering_exp {
    padding: 3rem 0;
}.course_offering_exp .container {
    padding: 0 1.5rem;
}.course_offering_exp .content_image_exp {
    margin-bottom: -20px;
    height: 250px;
}.course_offering_exp .info_panel_exp {
    z-index: 4;
    transform: translateY(-30px);
    padding: 1.8rem;
}.course_offering_exp h3 {
    font-size: calc(20px * 1.2);
    margin-bottom: 1rem;
}.course_offering_exp .description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (hover: hover) {.course_offering_exp .content_image_exp::before {
    position: absolute;
    z-index: 2;
    inset: 0;
    content: "";
    opacity: 0;
    background: linear-gradient(
            45deg,
            rgb(141,161,203,0.5) 0%,
            transparent 50%,
            rgb(105,125,167,0.5) 100%
        );
    transition: opacity 0.5s ease;
}.course_offering_exp .content_image_exp:hover::before {
    opacity: 0.2;
}}.join_our_community_exp {
    margin: 5rem 0;
    position: relative;
    isolation: isolate;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(105,125,167,0.5), rgb(141,161,203,0.5) 80%);
}.join_our_community_exp::before {
    left: -20%;
    transform: rotate(15deg);
    z-index: -1;
    opacity: 0.07;
    width: 80%;
    height: 200%;
    pointer-events: none;
    top: -50%;
    content: "";
    background: linear-gradient(165deg, rgb(255, 255, 255, 0.5) 10%, transparent 60%);
    position: absolute;
}.join_our_community_exp::after {
    right: -30px;
    opacity: 0.15;
    content: "";
    height: 120px;
    animation: rotateSlow 18s infinite linear;
    background: rgb(105,125,167);
    z-index: -1;
    position: absolute;
    bottom: -30px;
    width: 120px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.join_our_community_exp .container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}.join_our_community_exp .smart_guide_exp {
    backdrop-filter: blur(5px);
    flex-direction: column;
    z-index: 1;
    position: relative;
    display: flex;
}.join_our_community_exp .smart_guide_exp > div {
    position: relative;
    padding: 1rem 0 2.5rem;
}.join_our_community_exp h4 {
    font-weight: 600;
    max-width: 90%;
    margin: 0;
    line-height: 1.4;
    transform: translateX(1rem);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0;
    font-size: 22px;
    color: #000000;
}.join_our_community_exp h4::before {
    background: rgb(141,161,203);
    top: 0.5rem;
    position: absolute;
    transform-origin: top;
    width: 4px;
    content: "";
    animation: scaleIn 0.8s 0.2s forwards cubic-bezier(0.22, 1, 0.36, 1);
    transform: scaleY(0);
    left: -1rem;
    height: 85%;
}.join_our_community_exp .input_holder {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    gap: 1rem;
    max-width: 650px;
}.join_our_community_exp .input_holder::before {
    background: linear-gradient(120deg, #ffffff, transparent);
    position: absolute;
    border-radius: 10px;
    transition: transform 0.5s ease-out;
    opacity: 0.15;
    content: "";
    inset: -10px;
    transform: translateX(-100%);
    z-index: -1;
}.join_our_community_exp .input_holder:focus-within::before {
    transform: translateX(0);
}.join_our_community_exp .input_holder span {
    position: relative;
}.join_our_community_exp .input_holder span:first-child {
    flex: 1;
}.join_our_community_exp input[type="email"] {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    background: #ffffff;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}.join_our_community_exp input[type="email"]::placeholder {
    opacity: 0.6;
    color: rgba(0, 0, 0, 0.5);
}.join_our_community_exp input[type="email"]:focus {
    border-color: rgb(105,125,167);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}.join_our_community_exp .course_offerings_exp {
    cursor: pointer;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 19px;
    padding: 1rem 2rem;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 0.5px;
    position: relative;
    background: rgb(105,125,167);
    display: inline-block;
}.join_our_community_exp .course_offerings_exp::before {
    transition: left 0.8s ease;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}.join_our_community_exp .course_offerings_exp:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.08);
    background: rgb(141,161,203);
}.join_our_community_exp .course_offerings_exp:hover::before {
    left: 100%;
}.join_our_community_exp .course_offerings_exp:active {
    transform: translateY(-1px);
}

@keyframes scaleIn {
    to { transform: scaleY(1); }
}

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

@media (min-width: 768px) {.join_our_community_exp {
    padding: 5rem 4rem;
    margin: 7rem 0;
}.join_our_community_exp::before {
    width: 60%;
}.join_our_community_exp .smart_guide_exp {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
}.join_our_community_exp .smart_guide_exp > div {
    flex: 1;
    padding: 0;
}.join_our_community_exp h4 {
    transform: translateX(2rem);
    max-width: 100%;
}.join_our_community_exp h4::before {
    left: -2rem;
}.join_our_community_exp .input_holder {
    flex: 1;
    gap: 1.5rem;
    flex-direction: row;
}.join_our_community_exp input[type="email"] {
    height: 100%;
}.join_our_community_exp .course_offerings_exp {
    width: auto;
    white-space: nowrap;
}
}

@media (min-width: 1024px) {.join_our_community_exp {
    padding: 5rem;
}.join_our_community_exp::before {
    left: -10%;
    transform: rotate(10deg);
    width: 50%;
    top: -30%;
}.join_our_community_exp::after {
    width: 150px;
    height: 150px;
}.join_our_community_exp .smart_guide_exp {
    gap: 4rem;
}.join_our_community_exp h4 {
    font-size: calc(22px * 1.1);
}.join_our_community_exp .input_holder {
    gap: 2rem;
}.join_our_community_exp input[type="email"] {
    padding: 1.25rem 2rem;
}.join_our_community_exp .course_offerings_exp {
    padding: 1.25rem 2.5rem;
}
}

@media (min-width: 1440px) {.join_our_community_exp {
    padding: 6rem;
}.join_our_community_exp .smart_guide_exp {
    gap: 6rem;
}.join_our_community_exp h4 {
    font-size: calc(22px * 1.2);
}
}

@media (max-width: 480px) {.join_our_community_exp {
    margin: 3rem 0;
    padding: 3rem 1.5rem;
}.join_our_community_exp h4 {
    transform: translateX(0.75rem);
    font-size: calc(22px * 0.9);
}.join_our_community_exp h4::before {
    left: -0.75rem;
}.join_our_community_exp input[type="email"] {
    padding: 0.9rem 1.25rem;
}.join_our_community_exp .course_offerings_exp {
    padding: 0.9rem 1.5rem;
    font-size: calc(19px * 0.9);
}}.help_center_exp {
    background: rgb(176,197,239);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.help_center_exp::before {
    width: 100%;
    z-index: 1;
    position: absolute;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    opacity: 0.07;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    background: 
    radial-gradient(circle at 15% 15%, rgb(141,161,203,0.5) 0%, transparent 25%),
    radial-gradient(circle at 85% 85%, rgb(105,125,167,0.5) 0%, transparent 25%),
    repeating-linear-gradient(
      45deg,
      rgb(141,161,203,0.5) 0,
      rgb(141,161,203,0.5) 1px,
      transparent 1px,
      transparent 20px
    );
}.help_center_exp::after {
    width: 200%;
    top: -50%;
    position: absolute;
    left: -50%;
    content: "";
    height: 200%;
    z-index: 0;
    background: 
    radial-gradient(circle at 70% 30%, rgb(141,161,203,0.5) 0%, transparent 10%),
    radial-gradient(circle at 30% 70%, rgb(105,125,167,0.5) 0%, transparent 10%),
    radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 100%);
    opacity: 0.05;
    animation: rotateBg 40s infinite linear;
    transform-origin: center;
}@keyframes backgroundShift {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 0%;
    background-size: 500px 500px, 500px 500px, 20px 20px;
  }
  100% {
    background-position: 5% 5%, 5% 5%, 0% 0%;
    background-size: 600px 600px, 600px 600px, 20px 20px;
  }
}

@keyframes rotateBg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.help_center_exp .container {
    position: relative;
    z-index: 10;
}.help_center_exp .talk_team_exp {
    padding: 3.5rem;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border-radius: 20px;
}.help_center_exp .talk_team_exp h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 29px;
    text-align: center;
}.help_center_exp .talk_team_exp p {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
}.help_center_exp .talk_team_exp p:last-of-type {
    align-items: center;
    font-weight: 600;
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: center;
    color: #000000;
}.help_center_exp .talk_team_exp p:last-of-type svg {
    fill: rgb(141,161,203);
    margin-right: 12px;
    height: 22px;
    width: 22px;
}.help_center_exp .talk_team_exp p:last-of-type svg path {
    fill: rgb(141,161,203);
}.help_center_exp .feedback_form_exp {
    margin-top: 1rem;
    gap: 3rem;
    align-items: center;
    justify-content: center;
    display: flex;
}.help_center_exp .talk_experts_exp {
    position: relative;
    border: 2px solid rgb(176,197,239);
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    font-size: 0;
    transition: all 0.3s ease;
    display: flex;
    background-color: #ffffff;
    border-radius: 50%;
    color: transparent;
    width: 80px;
    height: 80px;
}.help_center_exp .talk_experts_exp::after {
    transition: opacity 0.3s ease;
    color: #000000;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    bottom: -30px;
    content: attr(title);
    opacity: 0;
    white-space: nowrap;
    position: absolute;
    font-weight: 600;
}.help_center_exp .talk_experts_exp:hover::after {
    opacity: 1;
}.help_center_exp .talk_experts_exp:hover {
    box-shadow: 0 15px 25px rgba(rgb(141,161,203), 0.2);
    background-color: rgb(141,161,203);
    transform: translateY(-5px);
    border-color: rgb(141,161,203);
}.help_center_exp .talk_experts_exp svg {
    width: 28px;
    transition: fill 0.3s ease;
    height: 28px;
    fill: rgb(141,161,203);
}.help_center_exp .talk_experts_exp:hover svg {
    fill: #ffffff;
}.help_center_exp .talk_experts_exp svg path {
    transition: fill 0.3s ease;
    fill: rgb(141,161,203);
}.help_center_exp .talk_experts_exp:hover svg path {
    fill: #ffffff;
}

@media (max-width: 991px) {.help_center_exp {
    padding: 4rem 0;
}.help_center_exp .talk_team_exp {
    padding: 2.5rem;
}.help_center_exp .talk_team_exp h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 767px) {.help_center_exp {
    padding: 3rem 0;
}.help_center_exp .talk_team_exp {
    padding: 2rem;
}.help_center_exp .feedback_form_exp {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}.help_center_exp .talk_experts_exp {
    width: 70px;
    height: 70px;
}.help_center_exp .talk_experts_exp::after {
    bottom: -25px;
    font-size: calc(16px * 0.9);
}.help_center_exp .talk_experts_exp svg {
    width: 24px;
    height: 24px;
}}.contact_box_exp {
    padding: 120px 0;
    background: rgb(176,197,239);
    position: relative;
    overflow: hidden;
}.contact_box_exp::before {
    content: "";
    top: 0;
    height: 5px;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(141,161,203), rgb(105,125,167));
}.contact_box_exp .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}.contact_box_exp h2 {
    padding-left: 20px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 31px;
    color: #000000;
    display: inline-block;
    position: relative;
    text-align: left;
    margin-bottom: 60px;
}.contact_box_exp h2::before {
    top: 0;
    background: rgb(141,161,203);
    width: 5px;
    content: "";
    left: 0;
    border-radius: 10px;
    position: absolute;
    height: 100%;
}.contact_box_exp .support_help_exp {
    display: grid;
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.contact_box_exp .content_image_exp {
    min-height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 11px;
    order: 2;
    box-shadow: -15px 15px 0 rgb(141,161,203,0.5);
}.contact_box_exp .request_section_exp {
    order: 1;
}.contact_box_exp form {
    background: #ffffff;
    width: 100%;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 11px;
}.contact_box_exp form h3 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}.contact_box_exp form input[type="text"] {
    margin-bottom: 25px;
    padding: 18px 25px;
    font-family: Arial, sans-serif;
    background: rgb(176,197,239);
    border-radius: 10px;
    width: 100%;
    font-size: 12px;
    color: #000000;
    transition: all 0.3s ease;
    border: none;
}.contact_box_exp form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(141,161,203,0.5);
    background: #ffffff;
}.contact_box_exp form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact_box_exp .connect_card_exp {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.contact_box_exp .connect_card_exp input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_box_exp .connect_card_exp label {
    line-height: 1.5;
    cursor: pointer;
    font-size: 13px;
    color: #000000;
    position: relative;
    padding-left: 35px;
}.contact_box_exp .connect_card_exp label::before {
    position: absolute;
    left: 0;
    content: "";
    border-radius: 10px;
    top: 2px;
    height: 22px;
    transition: all 0.2s ease;
    width: 22px;
    background: rgb(176,197,239);
}.contact_box_exp .connect_card_exp input[type="checkbox"]:checked + label::before {
    background: rgb(141,161,203);
}.contact_box_exp .connect_card_exp input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    left: 8px;
    border-right: 2px solid #ffffff;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    top: 6px;
    width: 6px;
}.contact_box_exp .connect_card_exp label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(141,161,203);
    font-weight: 600;
}.contact_box_exp .connect_card_exp label a:hover {
    color: rgb(105,125,167);
}.contact_box_exp form .query_map_exp {
    transition: all 0.3s ease;
    border: none;
    background: #000000;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 18px 40px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
}.contact_box_exp form .query_map_exp:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgb(141,161,203);
}.contact_box_exp svg {
    fill: rgb(141,161,203);
    width: 20px;
    height: 20px;
}.contact_box_exp svg path {
    fill: rgb(141,161,203);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact_box_exp {
    padding: 90px 0;
}.contact_box_exp .support_help_exp {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_box_exp .content_image_exp {
    order: 1;
    min-height: 400px;
    max-width: 600px;
    margin: 0 auto;
}.contact_box_exp .request_section_exp {
    order: 2;
}.contact_box_exp form {
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.contact_box_exp {
    padding: 70px 0;
}.contact_box_exp h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.contact_box_exp .content_image_exp {
    min-height: 300px;
    width: 100%;
    box-shadow: -10px 10px 0 rgb(141,161,203,0.5);
}.contact_box_exp form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact_box_exp {
    padding: 50px 0;
}.contact_box_exp h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.contact_box_exp .content_image_exp {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(141,161,203,0.5);
}.contact_box_exp form {
    padding: 30px 20px;
}.contact_box_exp form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contact_box_exp form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_box_exp form .query_map_exp {
    padding: 15px 20px;
    width: 100%;
}
}