* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    max-width: 100%;
    width: 1128px;
    margin: auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.med_guidesweb {
    flex: 0 0 auto;
}.nav_pagewrapweb {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.grid-containerweb {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}footer .med_guidesweb {
    padding: 120px 0 30px;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(178,212,202), rgb(138,183,171));
    font-family: Arial, sans-serif;
}footer .med_guidesweb::before {
    height: 100px;
    background: #ffffff;
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    content: "";
    width: 100%;
    top: 0;
    transform: rotateX(180deg);
    opacity: 0.25;
}footer .med_guidesweb::after {
    left: 0;
    content: "";
    height: 50px;
    opacity: 0.15;
    position: absolute;
    background: #ffffff;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    width: 100%;
}footer .study_groupweb {
    position: relative;
    z-index: 1;
}footer .talk_answerweb {
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}footer .info_item {
    max-width: 300px;
    height: 80px;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    flex: 1 1 200px;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 0 25px;
    border-radius: 40px;
}footer .info_item::before {
    height: 100%;
    opacity: 0.1;
    width: 100%;
    left: -100%;
    content: "";
    animation: waveAnimation 15s linear infinite;
    z-index: -1;
    position: absolute;
    background: #ffffff;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    background-color: rgb(138,183,171,0.5);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item svg {
    flex-shrink: 0;
    fill: #ffffff;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    flex-wrap: wrap;
    gap: 25px;
    display: flex;
    position: relative;
}footer .page_navweb {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    flex: 1 1 100%;
}footer .page_navweb svg {
    width: auto;
    height: 50px;
    filter: brightness(0) invert(1);
    margin: 0 auto 20px;
}footer .app_storeweb {
    color: rgba(255, 255, 255, 0.8);
    max-width: 500px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}footer .main_headerweb,footer .subscribe_holder {
    backdrop-filter: blur(5px);
    border-radius: 25px;
    position: relative;
    flex: 1 1 300px;
    padding: 30px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}footer .main_headerweb::before,footer .subscribe_holder::before {
    left: -100%;
    opacity: 0.1;
    height: 100%;
    width: 300%;
    top: 0;
    animation: waveAnimation 20s linear infinite;
    background: #ffffff;
    z-index: -1;
    content: "";
    position: absolute;
}footer .main_headerweb h5, footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
}footer .main_headerweb h5::after, footer .subscribe_holder h5::after {
    bottom: 0;
    left: 0;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, #ffffff, transparent);
    width: 100%;
    position: absolute;
}footer .nav_proweb {
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    display: flex;
}footer .nav_proweb a {
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    background-color: rgb(178,212,202,0.5);
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    flex: 1 1 calc(50% - 10px);
    text-decoration: none;
}footer .nav_proweb a::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: "";
    left: -100%;
    transition: left 0.3s ease;
    height: 2px;
    width: 100%;
    bottom: 0;
    position: absolute;
}footer .nav_proweb a:hover {
    transform: translateY(-3px);
    background-color: rgb(138,183,171,0.5);
}footer .nav_proweb a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    font-size: 13px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    border-radius: 25px;
    border: none;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    background-color: rgb(178,212,202,0.5);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .study_onlineweb {
    border-radius: 25px;
    overflow: hidden;
    background-color: #ffffff;
    border: none;
    color: rgb(178,212,202);
    transition: all 0.3s ease;
    font-size: 19px;
    position: relative;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 600;
}footer .study_onlineweb::after {
    transition: left 0.7s ease;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
}footer .study_onlineweb:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(224,238,233);
}footer .study_onlineweb:hover::after {
    left: 100%;
}footer .mobile_ctaweb {
    margin-top: 60px;
    text-align: center;
    position: relative;
}footer .footer_clientsweb {
    padding: 0 30px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    display: inline-block;
    font-size: 12px;
}footer .footer_clientsweb::before,
footer .footer_clientsweb::after {
    top: 50%;
    height: 1px;
    content: "";
    width: 20px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
}footer .footer_clientsweb::before {
    left: 0;
}footer .footer_clientsweb::after {
    right: 0;
}

@media (min-width: 768px) {footer .page_navweb {
    flex: 1 1 100%;
}footer .main_headerweb, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .study_onlineweb {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .med_guidesweb {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .med_guidesweb {
    padding: 80px 0 30px;
}footer .med_guidesweb::before {
    background-size: 100% 60px;
    height: 60px;
}footer .talk_answerweb {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .main_headerweb, footer .subscribe_holder {
    padding: 25px 20px;
}footer .mobile_ctaweb {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .med_guidesweb {
    padding: 60px 0 20px;
}footer .med_guidesweb::before {
    height: 40px;
    background-size: 100% 40px;
}footer .main_headerweb h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
    margin-bottom: 15px;
}footer .nav_proweb a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .study_onlineweb {
    padding: 12px 15px;
}}.thanksBoxweb {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(224,238,233) 0%, rgb(178,212,202,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.thanksBoxweb::before {
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 45%, rgb(138,183,171,0.5) 45%, rgb(138,183,171,0.5) 55%, transparent 55%);
    z-index: 1;
    transform: translateZ(-50px);
    position: absolute;
    width: 100%;
    content: "";
}.thanksBoxweb::after {
    right: -50%;
    height: 200%;
    top: -50%;
    content: "";
    animation: rotateGradient 15s infinite linear;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    width: 100%;
    background: radial-gradient(circle at center, rgb(178,212,202,0.5) 0%, transparent 70%);
}.thanksBoxweb .container {
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
}.thanksBoxweb .expert_networkweb {
    transform: translateZ(30px);
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    gap: 2rem;
    border-left: 4px solid rgb(178,212,202);
    background: linear-gradient(170deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    padding: 3rem;
    transform-style: preserve-3d;
    flex-direction: column;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    display: flex;
}.thanksBoxweb .expert_networkweb::before {
    bottom: 10px;
    transform: translateZ(-15px);
    content: "";
    left: -10px;
    z-index: -1;
    top: -10px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    background: linear-gradient(135deg, rgb(138,183,171,0.5) 0%, transparent 70%);
    right: 10px;
    opacity: 0.4;
    position: absolute;
}.thanksBoxweb .expert_networkweb > div:first-child {
    position: relative;
    animation: slideInTop 0.8s ease-out forwards;
    transform: translateZ(20px);
}.thanksBoxweb .expert_networkweb > div:first-child::after {
    content: "";
    bottom: -10px;
    width: 70%;
    height: 3px;
    position: absolute;
    transform: translateZ(5px);
    background: linear-gradient(90deg, rgb(178,212,202) 0%, transparent 100%);
    left: 0;
}.thanksBoxweb .expert_networkweb > div:last-child {
    opacity: 0;
    transform: translateZ(10px);
    animation: slideInBottom 0.8s ease-out 0.3s forwards;
    position: relative;
}.thanksBoxweb h5 {
    display: inline-block;
    transform: translateX(-5px);
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 19px;
    color: #000000;
}.thanksBoxweb h5::before {
    position: absolute;
    background-color: rgb(178,212,202);
    width: 15px;
    transform: translateY(-50%);
    left: -20px;
    content: "";
    top: 50%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 15px;
}.thanksBoxweb p {
    padding-left: 1rem;
    max-width: 95%;
    font-size: 17px;
    transition: color 0.3s ease;
    position: relative;
    line-height: 1.7;
    color: #000000;
}.thanksBoxweb p::before {
    width: 3px;
    transition: transform 0.3s ease;
    top: 0;
    transform: scaleY(0.9);
    left: 0;
    background: linear-gradient(to bottom, rgb(178,212,202) 0%, rgb(138,183,171) 100%);
    content: "";
    bottom: 0;
    position: absolute;
}.thanksBoxweb a {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
}.thanksBoxweb a:hover {
    transform: translateX(10px);
}.thanksBoxweb a:hover p {
    color: rgb(178,212,202);
}.thanksBoxweb a:hover p::before {
    transform: scaleY(1.1);
}

@keyframes slideInTop {
    from {
        transform: translateZ(20px) translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateZ(20px) translateY(0);
        opacity: 1;
    }
}

@keyframes slideInBottom {
    from {
        transform: translateZ(10px) translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateZ(10px) translateY(0);
        opacity: 1;
    }
}

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

@media (max-width: 992px) {.thanksBoxweb {
    padding: 4rem 0;
}.thanksBoxweb .expert_networkweb {
    padding: 2.5rem;
    margin: 0 2rem;
}.thanksBoxweb h5 {
    font-size: calc(19px - 0.1rem);
}
}

@media (max-width: 768px) {.thanksBoxweb {
    padding: 3rem 0;
}.thanksBoxweb .expert_networkweb {
    padding: 2rem;
    gap: 1.5rem;
    margin: 0 1.5rem;
}.thanksBoxweb h5 {
    font-size: calc(19px - 0.2rem);
}.thanksBoxweb p {
    font-size: calc(17px - 0.1rem);
    max-width: 100%;
}
}

@media (max-width: 576px) {.thanksBoxweb {
    padding: 2.5rem 0;
}.thanksBoxweb .expert_networkweb {
    padding: 1.5rem;
    gap: 1.2rem;
    margin: 0 1rem;
}.thanksBoxweb h5 {
    font-size: calc(19px - 0.3rem);
}.thanksBoxweb h5::before {
    width: 12px;
    left: -15px;
    height: 12px;
}.thanksBoxweb p {
    padding-left: 0.7rem;
}.thanksBoxweb a:hover {
    transform: translateX(5px);
}}.title_screenweb {
    position: relative;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(224,238,233), rgba(0, 0, 0, 0.5));
    justify-content: center;
    display: flex;
    padding: 6rem 2rem;
    min-height: 100vh;
}.title_screenweb::before {
    content: "";
    right: 0;
    background-size: 40px 40px, 60px 60px;
    bottom: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    opacity: 0.1;
    background: 
    radial-gradient(circle at 10% 30%, transparent 20%, rgb(178,212,202,0.5) 21%, transparent 22%),
    radial-gradient(circle at 90% 70%, transparent 10%, rgb(138,183,171,0.5) 11%, transparent 12%);
    left: 0;
    z-index: 1;
    transform: perspective(1000px) rotateX(5deg);
}.title_screenweb .main_beginweb {
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    animation: titleHolderEnter 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    width: 100%;
    z-index: 2;
    transform: perspective(1000px) rotateX(0);
}.title_screenweb .main_beginweb > div {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.title_screenweb .main_beginweb > div > div:first-child {
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s forwards;
}.title_screenweb .main_beginweb > div > div:first-child > div {
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    position: relative;
    padding: 1.5rem 2rem;
    transform: translateZ(20px);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.title_screenweb h3 {
    letter-spacing: -0.01em;
    color: rgb(178,212,202);
    font-weight: 600;
    margin: 0;
    font-size: calc(19px * 1.05);
    line-height: 1.4;
    position: relative;
}.title_screenweb h3::before {
    width: 10px;
    content: "";
    left: -2rem;
    background: linear-gradient(to bottom, rgb(138,183,171), rgb(178,212,202));
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 60%;
}.title_screenweb .learn_historyweb {
    transform: translateY(20px);
    opacity: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s forwards;
}.title_screenweb .learn_historyweb::before {
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, 
              rgba(#000000, 0.85), 
              rgba(#000000, 0.4));
    content: "";
}.title_screenweb .learn_historyweb > div {
    justify-content: center;
    display: flex;
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
    padding: 5rem 3rem;
    flex-direction: column;
    min-height: 300px;
}.title_screenweb .learn_historyweb > div > div {
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s forwards;
    margin-bottom: 1.5rem;
    position: relative;
    opacity: 0;
    transform: translateZ(30px) translateY(20px);
}.title_screenweb .learn_historyweb p {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    position: relative;
    padding-left: 1.5rem;
    letter-spacing: 0.02em;
}.title_screenweb .learn_historyweb p::before {
    content: "";
    top: 50%;
    width: 6px;
    left: 0;
    box-shadow: 0 0 10px rgb(138,183,171);
    background: rgb(138,183,171);
    height: 6px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
}.title_screenweb .title_style_header {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    color: #ffffff;
    transform: translateZ(40px) translateY(20px);
    font-size: calc(43px * 1.1);
    letter-spacing: -0.02em;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 1s forwards;
    opacity: 0;
}.title_screenweb .title_style_header::after {
    background: linear-gradient(to right, rgb(138,183,171), transparent);
    animation: lineExpand 1.2s cubic-bezier(0.23, 1, 0.32, 1) 1.2s forwards;
    bottom: -15px;
    position: absolute;
    content: "";
    left: 0;
    transform-origin: left center;
    height: 4px;
    width: 80px;
}@keyframes titleHolderEnter {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateX(5deg) translateY(30px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateX(0) translateY(0);
  }
}

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

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


.title_screenweb .learn_historyweb:hover {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0) scale(1.02);
}.title_screenweb .learn_historyweb:hover::before {
    transition: background 0.6s ease;
    background: linear-gradient(135deg, 
              rgba(#000000, 0.8), 
              rgba(#000000, 0.35));
}.title_screenweb .learn_historyweb:hover .title_style_header {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(45px);
}


@media (min-width: 768px) {.title_screenweb {
    padding: 8rem 4rem;
}.title_screenweb .main_beginweb > div {
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 4rem;
}.title_screenweb h3 {
    font-size: 19px;
}.title_screenweb .learn_historyweb > div {
    padding: 6rem 4rem;
    min-height: 400px;
}.title_screenweb .title_style_header {
    font-size: 43px;
}
}

@media (min-width: 992px) {.title_screenweb .main_beginweb > div {
    gap: 5rem;
}.title_screenweb h3 {
    font-size: calc(19px * 1.1);
}.title_screenweb .learn_historyweb > div {
    padding: 7rem 5rem;
    min-height: 450px;
}.title_screenweb .title_style_header {
    font-size: calc(43px * 1.2);
}.title_screenweb .learn_historyweb p {
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 767px) {.title_screenweb {
    padding: 4rem 1.5rem;
}.title_screenweb .main_beginweb > div {
    gap: 2rem;
}.title_screenweb h3 {
    font-size: calc(19px * 0.9);
}.title_screenweb .learn_historyweb > div {
    min-height: 250px;
    padding: 4rem 2rem;
}.title_screenweb .title_style_header {
    font-size: calc(43px * 0.85);
}.title_screenweb .learn_historyweb p {
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 480px) {.title_screenweb {
    padding: 3rem 1rem;
}.title_screenweb .main_beginweb > div > div:first-child > div {
    padding: 1.25rem 1.5rem;
}.title_screenweb h3 {
    font-size: calc(19px * 0.85);
}.title_screenweb h3::before {
    left: -1.5rem;
    width: 6px;
}.title_screenweb .learn_historyweb > div {
    padding: 3rem 1.5rem;
}.title_screenweb .title_style_header {
    font-size: calc(43px * 0.75);
}}header {
    margin-top: 0;
    z-index: 100;
    padding: 0;
    background: rgb(224,238,233);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
}header::before {
    left: 0;
    pointer-events: none;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgba(rgb(178,212,202), 0.03) 25%, 
        rgba(rgb(178,212,202), 0.05) 50%,
        rgba(rgb(178,212,202), 0.03) 75%,
        transparent 100%
    );
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
}header .nav_sitewrapweb {
    padding: 1.2rem 2rem;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    position: relative;
    display: flex;
}header .page_navweb {
    max-width: 180px;
    position: relative;
    margin-right: 2rem;
    flex: 0 0 auto;
}header .main_pageweb {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: block;
}header .main_pageweb:hover {
    transform: translateY(-3px);
}header .main_pageweb img {
    display: block;
    max-width: 100%;
    filter: brightness(1.03);
    height: auto;
}header .main_pageweb::before {
    transition: all 0.3s ease;
    width: 100%;
    bottom: -15px;
    transform: scaleX(0.7);
    background: rgb(178,212,202);
    opacity: 0;
    left: 0;
    height: 10px;
    border-radius: 10px;
    content: '';
    position: absolute;
}header .main_pageweb:hover::before {
    opacity: 0.7;
    transform: scaleX(1);
}header .main_headerweb {
    list-style: none;
    display: flex;
    padding: 0;
    flex-wrap: nowrap;
    position: relative;
    margin: 0;
}header .main_headerweb::after {
    bottom: -15px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(178,212,202,0.5), 
        transparent
    );
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    left: 0;
}header .head_mainweb {
    position: relative;
    margin: 0;
}header .head_mainweb a {
    overflow: hidden;
    font-size: 16px;
    position: relative;
    display: block;
    text-decoration: none;
    padding: 1rem 1.2rem;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #000000;
}header .head_mainweb a::before {
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
    height: 3px;
    background: rgb(178,212,202);
    content: '';
    bottom: 0;
    transform: translateX(-100%);
    position: absolute;
}header .head_mainweb a:hover {
    color: rgb(178,212,202);
}header .head_mainweb a:hover::before {
    transform: translateX(0);
}header .head_mainweb a::after {
    background: rgb(178,212,202,0.5);
    top: 0;
    transition: all 0.3s ease;
    width: 100%;
    left: 0;
    transform: scale(0.8);
    position: absolute;
    opacity: 0;
    height: 100%;
    border-radius: 10px;
    pointer-events: none;
    content: '';
    z-index: -1;
}header .head_mainweb a:hover::after {
    transform: scale(1);
    opacity: 0.15;
}header .nav_sitewrapweb::before {
    background: linear-gradient(-90deg, rgb(224,238,233), transparent);
    top: 0;
    width: 30%;
    content: '';
    height: 100%;
    right: 0;
    z-index: -1;
    position: absolute;
}header .nav_sitewrapweb::after {
    left: 0;
    background: linear-gradient(90deg, rgb(224,238,233), transparent);
    z-index: -1;
    width: 30%;
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
}header .nav_pagewrapweb {
    z-index: 1;
    padding-top: 2rem;
    background: #ffffff;
    position: relative;
}

@media (min-width: 1400px) {header .nav_sitewrapweb {
    max-width: 1300px;
    margin: 0 auto;
}header .head_mainweb a {
    padding: 1rem 1.5rem;
}
}

@media (max-width: 991px) {header .nav_sitewrapweb {
    justify-content: space-between;
    padding: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
}header .page_navweb {
    margin-right: 0;
    margin-bottom: 0;
}header .main_headerweb {
    justify-content: flex-end;
    margin-top: 0;
    flex-basis: 100%;
    flex-wrap: wrap;
    padding-top: 1rem;
}header .head_mainweb {
    margin-bottom: 0.5rem;
}header .head_mainweb a {
    padding: 0.7rem 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header {
    margin-top: 0;
}header .nav_sitewrapweb {
    padding: 1rem 1.5rem;
}header .page_navweb {
    flex: 0 0 auto;
    max-width: 150px;
}header .main_headerweb {
    scrollbar-width: thin;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
    padding-bottom: 0.5rem;
}header .main_headerweb::-webkit-scrollbar {
    height: 3px;
}header .main_headerweb::-webkit-scrollbar-thumb {
    background: rgb(178,212,202,0.5);
    border-radius: 10px;
}header .head_mainweb {
    flex: 0 0 auto;
}header .head_mainweb a {
    font-size: calc(16px - 2px);
    white-space: nowrap;
    padding: 0.6rem 0.8rem;
}header .main_headerweb::after {
    bottom: 0;
}header .main_pageweb::before {
    display: none;
}}.privacy_havenweb {
    background: linear-gradient(135deg, rgb(224,238,233) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}.privacy_havenweb::before {
    position: absolute;
    right: -5%;
    filter: blur(80px);
    top: -10%;
    opacity: 0.15;
    height: 25vw;
    content: "";
    width: 25vw;
    transform: rotate(-15deg);
    background: rgb(178,212,202,0.5);
    z-index: 0;
}.privacy_havenweb::after {
    z-index: 0;
    width: 25vw;
    opacity: 0.15;
    background: rgb(138,183,171,0.5);
    transform: rotate(15deg);
    content: "";
    bottom: -10%;
    height: 25vw;
    left: -5%;
    filter: blur(80px);
    position: absolute;
}.privacy_havenweb .container {
    max-width: 1200px;
    background: #ffffff;
    z-index: 1;
    transform: perspective(1000px) rotateY(1deg);
    padding: 3rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease-out;
    position: relative;
    border-left: 3px solid rgb(178,212,202);
    margin: 0 auto;
}.privacy_havenweb .container:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.privacy_havenweb h1 {
    font-size: 40px;
    color: #000000;
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
    transform: translateX(-8px);
}.privacy_havenweb h1::before {
    position: absolute;
    transform: translateY(-50%);
    height: 50%;
    left: -20px;
    width: 6px;
    top: 50%;
    background: linear-gradient(to bottom, rgb(178,212,202), rgb(138,183,171));
    content: "";
}.privacy_havenweb h2 {
    font-size: 33px;
    font-weight: 600;
    position: relative;
    color: #000000;
    margin: 3rem 0 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 0.75rem;
}.privacy_havenweb h2::after {
    height: 3px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    width: 50px;
    content: "";
    bottom: -1px;
    background: linear-gradient(90deg, rgb(178,212,202), rgb(138,183,171));
}.privacy_havenweb h2:hover::after {
    width: 100px;
}.privacy_havenweb h3 {
    position: relative;
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    color: #000000;
    padding-left: 15px;
    font-size: calc(33px * 0.85);
}.privacy_havenweb h3::before {
    background: rgb(138,183,171);
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.7;
    width: 3px;
}.privacy_havenweb h4 {
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: calc(33px * 0.7);
    font-weight: 600;
    margin: 2rem 0 1rem;
}.privacy_havenweb h4::after {
    background: linear-gradient(90deg, rgb(138,183,171), transparent);
    width: 100%;
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    bottom: -3px;
}.privacy_havenweb p {
    color: #000000;
    font-size: 16px;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}.privacy_havenweb ul {
    position: relative;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2.5rem;
}.privacy_havenweb ul::before {
    left: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, rgb(178,212,202,0.5), transparent);
    position: absolute;
    top: 0;
    content: "";
}.privacy_havenweb li {
    font-size: 16px;
    color: #000000;
    transition: transform 0.2s ease;
    margin-bottom: 1rem;
    line-height: 1.6;
    padding-left: 1rem;
    position: relative;
}.privacy_havenweb li::before {
    width: 8px;
    top: 0.7rem;
    transition: transform 0.2s ease;
    border-radius: 1px;
    height: 8px;
    left: -1.5rem;
    position: absolute;
    transform: rotate(45deg);
    background: rgb(178,212,202);
    opacity: 0.7;
    content: "";
}.privacy_havenweb li:hover {
    transform: translateX(3px);
}.privacy_havenweb li:hover::before {
    transform: rotate(135deg);
    background: rgb(138,183,171);
}.privacy_havenweb span {
    font-size: 16px;
    font-style: italic;
    color: #000000;
    display: block;
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 2px solid rgb(138,183,171,0.5);
    line-height: 1.7;
    margin-bottom: 2rem;
    opacity: 0.9;
}.privacy_havenweb strong {
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 600;
}.privacy_havenweb strong::after {
    bottom: -2px;
    background: rgb(178,212,202,0.5);
    left: 0;
    height: 2px;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    content: "";
}

@media (max-width: 991px) {.privacy_havenweb {
    padding: 4rem 1.5rem;
}.privacy_havenweb .container {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0.5deg);
}.privacy_havenweb h1 {
    font-size: calc(40px * 0.9);
}.privacy_havenweb h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 767px) {.privacy_havenweb {
    padding: 3rem 1rem;
}.privacy_havenweb .container {
    transform: perspective(600px) rotateY(0.3deg);
    padding: 2rem 1.5rem;
    border-left-width: 2px;
}.privacy_havenweb h1 {
    font-size: calc(40px * 0.8);
    transform: translateX(-5px);
}.privacy_havenweb h1::before {
    left: -15px;
    width: 4px;
}.privacy_havenweb h2 {
    font-size: calc(33px * 0.8);
    margin: 2.5rem 0 1.25rem;
}.privacy_havenweb h3 {
    font-size: calc(33px * 0.7);
}.privacy_havenweb h4 {
    font-size: calc(33px * 0.6);
}.privacy_havenweb p, 
    .privacy_havenweb li,
    .privacy_havenweb span {
    font-size: calc(16px * 0.95);
}.privacy_havenweb ul {
    padding-left: 1rem;
}.privacy_havenweb li::before {
    width: 6px;
    left: -1rem;
    height: 6px;
}
}

@media (max-width: 480px) {.privacy_havenweb {
    padding: 2rem 0.75rem;
}.privacy_havenweb .container {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: none;
    padding: 1.5rem 1.25rem;
}.privacy_havenweb h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.7);
}.privacy_havenweb h2 {
    font-size: calc(33px * 0.7);
    margin: 2rem 0 1rem;
}.privacy_havenweb h3 {
    font-size: calc(33px * 0.6);
    margin: 1.75rem 0 1rem;
}.privacy_havenweb h4 {
    font-size: calc(33px * 0.5);
}.privacy_havenweb p, 
    .privacy_havenweb li,
    .privacy_havenweb span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.privacy_havenweb li {
    margin-bottom: 0.75rem;
}.privacy_havenweb ul {
    margin: 1rem 0 2rem;
}}.customer_commentsweb {
    overflow: hidden;
    padding: 100px 0 120px;
    position: relative;
    background: linear-gradient(to right, rgb(224,238,233), #ffffff);
}.customer_commentsweb::before {
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(178,212,202,0.5) 0,
        rgb(178,212,202,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.2;
    content: "";
    z-index: 0;
}.customer_commentsweb .expert_networkweb {
    z-index: 1;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.customer_commentsweb h4 {
    text-align: center;
    transform: skewY(0);
    color: #000000;
    position: relative;
    display: block;
    font-size: 45px;
    margin-bottom: 60px;
    font-weight: 700;
}.customer_commentsweb h4::after {
    content: "";
    left: -10%;
    width: 120%;
    position: absolute;
    height: 10px;
    bottom: -20px;
    transform: skewX(0);
    background: rgb(178,212,202);
}.customer_commentsweb .testimonial_spaceweb {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    position: relative;
}.customer_commentsweb .student_opinionsweb {
    width: calc(33.333% - 40px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 30px 0;
    position: relative;
    margin: 0 20px 40px;
    flex-direction: column;
    display: flex;
    transform: translateY(0);
}.customer_commentsweb .student_opinionsweb:hover {
    transform: translateY(-15px);
}.customer_commentsweb .student_opinionsweb::before {
    height: 0;
    left: 0;
    width: 2px;
    content: "";
    top: 0;
    transition: height 0.5s ease;
    background: rgb(178,212,202);
    position: absolute;
}.customer_commentsweb .student_opinionsweb:hover::before {
    height: 100%;
}.customer_commentsweb .student_opinionsweb::after {
    background: rgb(178,212,202);
    left: 0;
    position: absolute;
    transition: width 0.5s ease 0.2s;
    bottom: 0;
    content: "";
    height: 2px;
    width: 0;
}.customer_commentsweb .student_opinionsweb:hover::after {
    width: 100%;
}.customer_commentsweb .img_showweb {
    border-radius: 29px;
    transform: rotate(-3deg);
    box-shadow: 5px 5px 0 rgb(138,183,171,0.5);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 80px;
    height: 80px;
    position: relative;
}.customer_commentsweb .student_opinionsweb:hover .img_showweb {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(138,183,171,0.5);
}.customer_commentsweb .student_opinionsweb span {
    position: relative;
    color: #000000;
    font-size: calc(17px * 1.1);
    font-weight: 600;
    padding-left: 15px;
    transform: translateX(0);
    transition: transform 0.3s ease;
    margin: 10px 0;
}.customer_commentsweb .student_opinionsweb:hover span {
    color: rgb(178,212,202);
    transform: translateX(10px);
}.customer_commentsweb .student_opinionsweb p {
    color: #000000;
    font-size: 17px;
    border-left: 1px dashed rgb(138,183,171,0.5);
    position: relative;
    transition: border-left-color 0.3s ease;
    padding-left: 15px;
    line-height: 1.7;
    margin-top: 15px;
}.customer_commentsweb .student_opinionsweb:hover p {
    border-left-color: rgb(178,212,202);
}.customer_commentsweb .student_opinionsweb:nth-child(3n+1) {
    transform: translateY(20px);
}.customer_commentsweb .student_opinionsweb:nth-child(3n+2) {
    transform: translateY(40px);
}.customer_commentsweb .student_opinionsweb:nth-child(3n+1):hover {
    transform: translateY(5px);
}.customer_commentsweb .student_opinionsweb:nth-child(3n+2):hover {
    transform: translateY(25px);
}

@media (max-width: 1024px) {.customer_commentsweb .student_opinionsweb {
    width: calc(50% - 40px);
}.customer_commentsweb .student_opinionsweb:nth-child(2n+1) {
    transform: translateY(20px);
}.customer_commentsweb .student_opinionsweb:nth-child(2n+2) {
    transform: translateY(40px);
}.customer_commentsweb .student_opinionsweb:nth-child(2n+1):hover {
    transform: translateY(5px);
}.customer_commentsweb .student_opinionsweb:nth-child(2n+2):hover {
    transform: translateY(25px);
}.customer_commentsweb h4 {
    font-size: calc(45px * 0.9);
}
}

@media (max-width: 768px) {.customer_commentsweb {
    padding: 70px 0 90px;
}.customer_commentsweb .student_opinionsweb {
    margin: 0 0 50px;
    width: 100%;
    transform: translateY(0) !important;
}.customer_commentsweb .student_opinionsweb:hover {
    transform: translateY(-10px) !important;
}.customer_commentsweb h4 {
    font-size: calc(45px * 0.8);
}.customer_commentsweb h4::after {
    left: 10%;
    width: 80%;
    transform: skewX(0);
}}.offer_boxweb {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.offer_boxweb::before {
    z-index: 1;
    content: "";
    bottom: 0;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    left: 0;
}.offer_boxweb .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
}.indv_subweb {
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center top;
}.offer_boxweb h2 {
    transform: translateX(-10px);
    display: inline-block;
    font-size: 37px;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}.offer_boxweb h2::after {
    width: 60px;
    left: 0;
    position: absolute;
    height: 4px;
    transform: skewX(-20deg);
    content: "";
    bottom: -10px;
    background: rgb(178,212,202);
}.offer_boxweb .cost_levelsweb {
    max-width: 80%;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    margin-bottom: 40px;
    transform: translateX(10px);
    font-size: 12px;
}.offer_boxweb .rate_schemesweb {
    perspective: 1000px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}.offer_boxweb .rate_schemesweb li {
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.offer_boxweb .rate_schemesweb li:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.02);
}.offer_boxweb .price_optsweb {
    position: relative;
    color: #000000;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    height: 100%;
    text-decoration: none;
    transition: all 0.4s ease;
    display: block;
    overflow: hidden;
}.offer_boxweb .cert_plansweb {
    display: flex;
    padding: 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
    flex-direction: column;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
    transition: transform 0.4s ease-out;
    min-height: 450px;
}.offer_boxweb .price_optsweb:hover .cert_plansweb {
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.offer_boxweb .cert_plansweb::after {
    height: 100px;
    width: 100px;
    opacity: 0.1;
    transform: rotate(45deg) translate(30px, -80px);
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    transition: transform 0.5s ease;
    background: rgb(138,183,171);
}.offer_boxweb .price_optsweb:hover .cert_plansweb::after {
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
    opacity: 0.15;
}.offer_boxweb .pricing_levelsweb {
    flex: 1;
    flex-direction: column;
    z-index: 2;
    position: relative;
    display: flex;
}.offer_boxweb .pricing_levelsweb h4 {
    letter-spacing: 0.5px;
    font-weight: 700;
    color: rgb(178,212,202);
    margin-bottom: 20px;
    padding-bottom: 15px;
    transform: translateX(-5px);
    font-size: calc(24px + 2px);
    position: relative;
    margin-top: 0;
}.offer_boxweb .pricing_levelsweb h4::after {
    bottom: 0;
    left: 0;
    width: 40px;
    position: absolute;
    height: 3px;
    content: "";
    transform: skewX(-15deg);
    background: rgb(138,183,171);
}.offer_boxweb .pricing_levelsweb p {
    font-size: 12px;
    margin-bottom: 25px;
    hyphens: auto;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.5;
    color: #000000;
}.offer_boxweb .cost_schemesweb {
    margin-bottom: 0;
    margin-top: auto;
    color: rgb(138,183,171);
    font-size: calc(24px + 6px);
    font-weight: 700;
    position: relative;
    display: block;
    transition: color 0.3s ease;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding: 15px 0 0;
}.offer_boxweb .price_optsweb:hover .cost_schemesweb {
    color: rgb(178,212,202);
    transform: translateY(-5px);
}.offer_boxweb .cost_schemesweb::before {
    position: absolute;
    width: 30px;
    transform: translateY(-1px);
    height: 1px;
    top: 0;
    left: 0;
    content: "";
    background: rgb(178,212,202);
}

@media (max-width: 991px) {.offer_boxweb {
    padding: 80px 0;
}.indv_subweb {
    transform: perspective(1000px) rotateX(1deg);
}.offer_boxweb .cost_levelsweb {
    transform: translateX(5px);
    max-width: 90%;
}.offer_boxweb .rate_schemesweb {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.offer_boxweb .cert_plansweb {
    min-height: 400px;
    padding: 25px;
}
}

@media (max-width: 767px) {.offer_boxweb {
    padding: 60px 0;
}.indv_subweb {
    transform: none;
}.offer_boxweb h2 {
    font-size: calc(37px - 4px);
    transform: none;
}.offer_boxweb .cost_levelsweb {
    transform: none;
    max-width: 100%;
    margin-bottom: 30px;
}.offer_boxweb .rate_schemesweb {
    grid-template-columns: 1fr;
    gap: 20px;
}.offer_boxweb .cert_plansweb {
    padding: 20px;
    min-height: 350px;
}.offer_boxweb .pricing_levelsweb h4 {
    transform: none;
}.offer_boxweb .pricing_levelsweb p {
    font-size: calc(12px - 1px);
}.offer_boxweb .cost_schemesweb {
    font-size: calc(24px + 4px);
}
}

@media (max-width: 480px) {.offer_boxweb {
    padding: 40px 0;
}.offer_boxweb h2 {
    font-size: calc(37px - 6px);
}.offer_boxweb .rate_schemesweb {
    margin-top: 20px;
}.offer_boxweb .cert_plansweb {
    padding: 15px;
}.offer_boxweb .pricing_levelsweb h4 {
    font-size: 24px;
    margin-bottom: 15px;
}.offer_boxweb .pricing_levelsweb p {
    font-size: calc(12px - 2px);
    margin-bottom: 20px;
}}.contact_uswebZOdnt {
    z-index: 1;
    position: relative;
    padding: 100px 0;
}.contact_uswebZOdnt::before {
    background-color: rgb(224,238,233);
    position: absolute;
    opacity: 0.9;
    inset: 0;
    z-index: -1;
    content: '';
}.contact_uswebZOdnt .container {
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
}.contact_uswebZOdnt .reach_gridweb {
    flex-direction: column;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    background: #ffffff;
    border-radius: 23px;
}.contact_uswebZOdnt .help_infoweb {
    padding: 0;
    position: relative;
    background: rgb(138,183,171);
}.contact_uswebZOdnt .help_infoweb h3 {
    color: #ffffff;
    font-size: 36px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    font-weight: 700;
    background: rgb(138,183,171);
    margin: 0;
}.contact_uswebZOdnt .help_infoweb div {
    padding: 20px 40px;
    transition: background-color 0.3s ease;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    display: flex;
}.contact_uswebZOdnt .help_infoweb div:hover {
    background-color: rgb(178,212,202);
}.contact_uswebZOdnt .help_infoweb div:last-child {
    border-bottom: none;
}.contact_uswebZOdnt .help_infoweb div svg {
    margin-right: 20px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}.contact_uswebZOdnt .help_infoweb div svg path {
    fill: #ffffff;
}.contact_uswebZOdnt .help_infoweb div span {
    font-size: 14px;
    color: #ffffff;
}.contact_uswebZOdnt .help_infoweb div span a {
    text-decoration: none;
    transition: opacity 0.3s ease;
    color: #ffffff;
}.contact_uswebZOdnt .help_infoweb div span a:hover {
    opacity: 0.8;
}.contact_uswebZOdnt .query_mapweb {
    padding: 50px;
    background-color: #ffffff;
}.contact_uswebZOdnt .query_mapweb h3 {
    color: #000000;
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}.contact_uswebZOdnt .query_mapweb h3::after {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    bottom: -10px;
    width: 80px;
    background-color: rgb(138,183,171);
    content: '';
}.contact_uswebZOdnt .query_mapweb form {
    width: 100%;
}.contact_uswebZOdnt .query_mapweb input[type="text"],
.contact_uswebZOdnt .query_mapweb input[type="email"] {
    height: 55px;
    width: 100%;
    border-bottom: 2px solid rgb(224,238,233);
    border-radius: 0;
    background-color: #ffffff;
    border: none;
    font-size: 14px;
    padding: 0 20px;
    color: #000000;
    transition: border-color 0.3s ease;
    margin-bottom: 25px;
}.contact_uswebZOdnt .query_mapweb input[type="text"]:focus,
.contact_uswebZOdnt .query_mapweb input[type="email"]:focus {
    outline: none;
    border-color: rgb(138,183,171);
}.contact_uswebZOdnt .query_mapweb input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_uswebZOdnt .query_mapweb .request_widgetweb {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
    position: relative;
}.contact_uswebZOdnt .query_mapweb .request_widgetweb input[type="checkbox"] {
    border: 2px solid rgb(224,238,233);
    margin-right: 10px;
    margin-top: 2px;
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    appearance: none;
    width: 22px;
    height: 22px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}.contact_uswebZOdnt .query_mapweb .request_widgetweb input[type="checkbox"]:checked {
    background-color: rgb(138,183,171);
    border-color: rgb(138,183,171);
}.contact_uswebZOdnt .query_mapweb .request_widgetweb input[type="checkbox"]:checked::before {
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    content: '✓';
    color: #ffffff;
    font-size: 14px;
}.contact_uswebZOdnt .query_mapweb .request_widgetweb label {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}.contact_uswebZOdnt .query_mapweb .request_widgetweb label a {
    transition: color 0.3s ease;
    color: rgb(138,183,171);
    text-decoration: none;
}.contact_uswebZOdnt .query_mapweb .request_widgetweb label a:hover {
    color: rgb(178,212,202);
}.contact_uswebZOdnt .query_mapweb .contact_queryweb {
    position: relative;
    color: #ffffff;
    width: 100%;
    transition: background-color 0.3s ease;
    border-radius: 0;
    border: none;
    font-size: 14px;
    background-color: rgb(138,183,171);
    font-weight: 600;
    height: 55px;
    cursor: pointer;
    overflow: hidden;
}.contact_uswebZOdnt .query_mapweb .contact_queryweb::before {
    transition: left 0.7s ease;
    top: 0;
    left: -100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    height: 100%;
    position: absolute;
}.contact_uswebZOdnt .query_mapweb .contact_queryweb:hover {
    background-color: rgb(178,212,202);
}.contact_uswebZOdnt .query_mapweb .contact_queryweb:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.contact_uswebZOdnt .reach_gridweb {
    grid-template-columns: 1fr 1fr;
    display: grid;
}.contact_uswebZOdnt .help_infoweb {
    border-radius: 0 23px 23px 0;
    flex-direction: column;
    display: flex;
}.contact_uswebZOdnt .query_mapweb {
    flex-direction: column;
    display: flex;
    justify-content: center;
    border-radius: 23px 0 0 23px;
}.contact_uswebZOdnt .help_infoweb h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    padding: 40px 30px;
}.contact_uswebZOdnt .help_infoweb div {
    align-items: center;
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
}.contact_uswebZOdnt .help_infoweb div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.contact_uswebZOdnt .help_infoweb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.contact_uswebZOdnt .help_infoweb h3 {
    grid-column: 1 / -1;
}.contact_uswebZOdnt .help_infoweb div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.contact_uswebZOdnt .help_infoweb div:nth-child(2n) {
    border-right: none;
}.contact_uswebZOdnt .help_infoweb div:nth-last-child(1),
    .contact_uswebZOdnt .help_infoweb div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.contact_uswebZOdnt {
    padding: 60px 0;
}.contact_uswebZOdnt .query_mapweb {
    padding: 40px 25px;
}.contact_uswebZOdnt .help_infoweb h3 {
    font-size: calc(20px + 2px);
    padding: 25px 20px;
}.contact_uswebZOdnt .help_infoweb div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.contact_uswebZOdnt {
    padding: 40px 0;
}.contact_uswebZOdnt .query_mapweb {
    padding: 30px 20px;
}.contact_uswebZOdnt .query_mapweb h3 {
    font-size: 20px;
}.contact_uswebZOdnt .help_infoweb h3 {
    padding: 20px 15px;
    font-size: 20px;
}.contact_uswebZOdnt .help_infoweb div {
    padding: 15px 20px;
}.contact_uswebZOdnt .help_infoweb div svg {
    height: 20px;
    margin-right: 15px;
    width: 20px;
}}.cookie_window_bannerweb {
    background: rgb(138,183,171);
    z-index: 90;
    padding: 20px 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    border-top: 2px solid rgb(178,212,202);
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    bottom: 0;
}.edu_acceptweb {
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
    padding: 20px 30px;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
}.cookie_window_bannerweb h5 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    font-weight: 700;
}.cookie_window_bannerweb p {
    color: #ffffff;
    font-size: 17px;
    max-width: 500px;
}.cookie_explainedweb {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie_explainedweb svg, .cookie_explainedweb svg path {
    fill: rgb(178,212,202);
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
}.cookie_explainedweb:hover svg {
    transform: rotate(10deg);
}.online_cookiesweb {
    line-height: 35px;
    margin-left: 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 10px 20px;
    background: rgb(178,212,202);
    color: #ffffff;
    border-radius: 14px;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    box-shadow: rgb(178,212,202,0.5) 0px 4px 10px 0px;
}.cookie_button.cookie_gateweb {
    background: rgb(178,212,202);
}.cookie_button.visitor_privacyweb {
    background: rgb(138,183,171);
}.online_cookiesweb:hover {
    transform: scale(1.05);
    box-shadow: rgb(178,212,202,0.5) 0px 6px 15px 0px;
}.cookie_window_bannerweb p a {
    color: rgb(178,212,202);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    font-weight: 600;
}.cookie_window_bannerweb p a:hover {
    color: rgb(138,183,171);
}.grid-containerweb .cookie_window_bannerweb {
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(138,183,171);
    border: none;
}.grid-containerweb .online_cookiesweb {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border: none;
    padding: 10px;
    background: rgb(178,212,202);
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    margin-left: 30px;
    color: #ffffff;
}.grid-containerweb .cookie_necessaryweb h5, .grid-containerweb .cookie_necessaryweb p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie_window_bannerweb {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_explainedweb {
    display: none;
}.edu_acceptweb {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_window_bannerweb h5 {
    text-align: center;
}.cookie_window_bannerweb p {
    text-align: center;
}.cookie_necessaryweb {
    text-align: center;
    margin-bottom: 20px;
}.online_cookiesweb {
    max-width: 300px;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
#cookieConsentAlertweb {
    display: none;
}#cookieConsentAlertweb:checked ~ .cookie_window_bannerweb {
    opacity: 0;
    visibility: hidden;
}.course_structureweb {
    display: flex;
    position: relative;
    justify-content: center;
    background-color: rgb(224,238,233);
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
}.course_structureweb .job_classesweb {
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
}.course_structureweb .job_classesweb::before {
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: radial-gradient(circle at center, transparent 30%, #000000 100%);
    position: absolute;
    z-index: 2;
    left: 0;
}.course_structureweb .learn_careerweb {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}.course_structureweb .education_flowweb {
    left: 0;
    position: absolute;
    height: 100%;
    transform: scale(1.1);
    width: 100%;
    top: 0;
    transition: transform 1s ease;
    opacity: 0;
    animation: fade-slides 30s infinite;
}.course_structureweb .job_classesweb:hover .education_flowweb {
    animation-play-state: paused;
}.course_structureweb .education_flowweb:hover {
    transform: scale(1);
}.course_structureweb .education_flowweb:nth-child(1) {
    animation-delay: 0s;
}.course_structureweb .education_flowweb:nth-child(2) {
    animation-delay: -6s;
}.course_structureweb .education_flowweb:nth-child(3) {
    animation-delay: -12s;
}.course_structureweb .education_flowweb:nth-child(4) {
    animation-delay: -18s;
}.course_structureweb .education_flowweb:nth-child(5) {
    animation-delay: -24s;
}.course_structureweb .education_flowweb img {
    height: 100%;
    filter: saturate(0.8) brightness(0.7);
    object-fit: cover;
    width: 100%;
}.course_structureweb .container {
    width: 100%;
    max-width: 1200px;
    z-index: 10;
    position: relative;
    margin: 0 auto;
}.course_structureweb .expert_networkweb {
    display: flex;
    justify-content: center;
    align-items: center;
}.course_structureweb .study_mapweb {
    overflow: hidden;
    padding: 3rem;
    align-items: center;
    text-align: center;
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    max-width: 1000px;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    flex-direction: column;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}.course_structureweb .study_mapweb::before {
    animation: rotate-border 15s linear infinite;
    right: -5px;
    position: absolute;
    content: "";
    bottom: -5px;
    border-radius: 50%;
    opacity: 0.7;
    z-index: -1;
    top: -5px;
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgb(178,212,202,0.5) 90deg,
        transparent 180deg,
        rgb(138,183,171,0.5) 270deg,
        transparent 360deg
    );
    left: -5px;
}.course_structureweb .study_mapweb::after {
    content: "";
    filter: blur(20px);
    z-index: -2;
    position: absolute;
    animation: pulse-glow 5s ease-in-out infinite alternate;
    background: radial-gradient(
        ellipse at center,
        rgb(178,212,202,0.5) 0%,
        transparent 70%
    );
    opacity: 0.1;
    width: 120%;
    height: 120%;
}.course_structureweb .study_mapweb h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    position: relative;
    margin-bottom: 1rem;
}.course_structureweb .study_mapweb p {
    overflow: hidden;
    line-height: 1.6;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 2rem;
    display: -webkit-box;
    color: #000000;
}.course_structureweb .contact_queryweb {
    display: inline-block;
    color: #ffffff;
    padding: 0.8rem 2rem;
    font-size: 17px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    background: rgb(178,212,202);
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}.course_structureweb .contact_queryweb::before {
    transform-origin: right;
    height: 100%;
    width: 100%;
    transform: scaleX(0);
    top: 0;
    transition: transform 0.6s ease;
    background: rgb(138,183,171);
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
}.course_structureweb .contact_queryweb:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}.course_structureweb .contact_queryweb:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.course_structureweb .study_mapweb .orbital-elements {
    pointer-events: none;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    position: absolute;
}.course_structureweb .study_mapweb::before,
.course_structureweb .study_mapweb::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}.course_structureweb::after {
    left: 50%;
    display: flex;
    gap: 15px;
    position: absolute;
    content: "";
    bottom: 15%;
    z-index: 100;
    transform: translateX(-50%);
}.course_structureweb::after {
    width: 100px;
    height: 10px;
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
    opacity: 0.3;
}

@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes rotate-border {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-glow {
    0% {
        opacity: 0.05;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.15;
        transform: scale(1.05);
    }
}

@keyframes slide-indicator {
    0%, 16% {
        left: calc(50% - 50px);
    }
    20%, 36% {
        left: calc(50% - 25px);
    }
    40%, 56% {
        left: calc(50%);
    }
    60%, 76% {
        left: calc(50% + 25px);
    }
    80%, 96% {
        left: calc(50% + 50px);
    }
    100% {
        left: calc(50% - 50px);
    }
}


@media screen and (max-width: 1200px) {.course_structureweb .study_mapweb {
    max-width: 900px;
}
}

@media screen and (max-width: 992px) {.course_structureweb .study_mapweb {
    padding: 3rem;
    max-width: 800px;
}
}

@media screen and (max-width: 768px) {.course_structureweb {
    padding: 2rem 0;
}.course_structureweb .study_mapweb {
    padding: 3rem;
    aspect-ratio: auto;
    min-height: 700px;
    height: auto;
    max-width: 700px;
    border-radius: 20px;
}.course_structureweb .study_mapweb::before {
    border-radius: 20px;
}.course_structureweb .study_mapweb h3 {
    font-size: calc(36px * 0.9);
}.course_structureweb .study_mapweb p {
    -webkit-line-clamp: 3;
}
}

@media screen and (max-width: 576px) {.course_structureweb .study_mapweb {
    min-height: auto;
    max-width: 90%;
    aspect-ratio: auto;
    padding: 2rem 1.5rem;
    border-radius: 15px;
}.course_structureweb .study_mapweb::before {
    border-radius: 15px;
}.course_structureweb .study_mapweb h3 {
    font-size: calc(36px * 0.8);
}.course_structureweb .study_mapweb p {
    margin-bottom: 1.5rem;
    -webkit-line-clamp: 4;
    font-size: calc(15px * 0.9);
}.course_structureweb .contact_queryweb {
    padding: 0.7rem 1.8rem;
    font-size: calc(17px * 0.9);
}.course_structureweb::after {
    bottom: 10%;
}}


.course_structureweb .learn_careerweb:has(.education_flowweb:nth-child(2):last-child) .education_flowweb:nth-child(1) {
    animation-delay: 0s;
}.course_structureweb .learn_careerweb:has(.education_flowweb:nth-child(2):last-child) .education_flowweb:nth-child(2) {
    animation-delay: -15s;
}.course_structureweb .learn_careerweb:has(.education_flowweb:nth-child(3):last-child) .education_flowweb:nth-child(1) {
    animation-delay: 0s;
}.course_structureweb .learn_careerweb:has(.education_flowweb:nth-child(3):last-child) .education_flowweb:nth-child(2) {
    animation-delay: -10s;
}.course_structureweb .learn_careerweb:has(.education_flowweb:nth-child(3):last-child) .education_flowweb:nth-child(3) {
    animation-delay: -20s;
}.course_structureweb .learn_careerweb:has(.education_flowweb:nth-child(4):last-child) .education_flowweb:nth-child(1) {
    animation-delay: 0s;
}.course_structureweb .learn_careerweb:has(.education_flowweb:nth-child(4):last-child) .education_flowweb:nth-child(2) {
    animation-delay: -7.5s;
}.course_structureweb .learn_careerweb:has(.education_flowweb:nth-child(4):last-child) .education_flowweb:nth-child(3) {
    animation-delay: -15s;
}.course_structureweb .learn_careerweb:has(.education_flowweb:nth-child(4):last-child) .education_flowweb:nth-child(4) {
    animation-delay: -22.5s;
}.course_beneficiariesweb {
    background-color: #edf0f8;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.course_beneficiariesweb::before {
    opacity: 0.4;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    left: 0;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    position: absolute;
}.course_beneficiariesweb .expert_networkweb {
    z-index: 10;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    padding: 0 30px;
    position: relative;
}.course_beneficiariesweb h3 {
    background-color: #edf0f8;
    padding: 20px 40px;
    margin-bottom: 60px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 34px;
    position: relative;
    color: #000000;
    display: inline-block;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
}.course_beneficiariesweb h3::after {
    border-radius: 10px;
    width: 60px;
    left: 50%;
    background: linear-gradient(90deg, rgb(178,212,202), rgb(138,183,171));
    transform: translateX(-50%);
    content: '';
    height: 5px;
    bottom: -15px;
    position: absolute;
}.course_beneficiariesweb ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    gap: 35px;
    margin: 0;
}.course_beneficiariesweb ul li {
    width: calc(33.333% - 24px);
    border-radius: 20px;
    padding: 35px 30px;
    align-items: flex-start;
    position: relative;
    display: flex;
    background-color: #edf0f8;
    min-width: 280px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    text-align: left;
    transition: all 0.4s ease;
    gap: 20px;
}.course_beneficiariesweb ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
}.course_beneficiariesweb ul li::before {
    border-radius: 50%;
    opacity: 0.5;
    top: 15px;
    content: '';
    right: 15px;
    background: linear-gradient(135deg, rgb(178,212,202), rgb(138,183,171));
    width: 12px;
    height: 12px;
    transition: opacity 0.3s ease;
    position: absolute;
}.course_beneficiariesweb ul li:hover::before {
    opacity: 1;
}.course_beneficiariesweb ul li svg {
    padding: 10px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    transition: all 0.4s ease;
    flex-shrink: 0;
    width: 50px;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
}.course_beneficiariesweb ul li:hover svg {
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
    transform: scale(1.05);
}.course_beneficiariesweb ul li svg path {
    fill: rgb(178,212,202);
    transition: fill 0.4s ease;
}.course_beneficiariesweb ul li:hover svg path {
    fill: rgb(138,183,171);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_beneficiariesweb ul li {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}.course_beneficiariesweb ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_beneficiariesweb ul li:nth-child(2) {
    animation-delay: 0.2s;
}.course_beneficiariesweb ul li:nth-child(3) {
    animation-delay: 0.3s;
}.course_beneficiariesweb ul li:nth-child(4) {
    animation-delay: 0.4s;
}.course_beneficiariesweb ul li:nth-child(5) {
    animation-delay: 0.5s;
}.course_beneficiariesweb ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.course_beneficiariesweb {
    padding: 80px 0;
}.course_beneficiariesweb h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.course_beneficiariesweb ul {
    gap: 25px;
}.course_beneficiariesweb ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.course_beneficiariesweb ul li {
    max-width: 400px;
    width: 100%;
}
}

@media (max-width: 576px) {.course_beneficiariesweb {
    padding: 60px 0;
}.course_beneficiariesweb h3 {
    font-size: calc(34px * 0.85);
    padding: 15px 20px;
    margin-bottom: 40px;
}.course_beneficiariesweb ul li {
    gap: 15px;
    padding: 25px 20px;
}.course_beneficiariesweb ul li svg {
    width: 40px;
    padding: 8px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.course_beneficiariesweb ul li {
    animation: none;
    opacity: 1;
}.course_beneficiariesweb ul li:hover {
    transform: none;
}}.meet_usweb {
    isolation: isolate;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.meet_usweb::before {
    z-index: -1;
    box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.1);
    opacity: 0.85;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(178,212,202,0.5), rgb(138,183,171,0.5));
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.meet_usweb::after {
    animation: lightShift 15s infinite alternate ease-in-out;
    top: -50%;
    z-index: -1;
    transform: rotate(35deg);
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    height: 200%;
    content: "";
    right: -50%;
    opacity: 0.06;
    width: 100%;
    position: absolute;
}.meet_usweb .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    grid-template-columns: 1fr;
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    z-index: 1;
}.meet_usweb h2 {
    transform-origin: left center;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(35px * 1.2);
    color: #ffffff;
    position: relative;
    animation: slideInTitle 1s cubic-bezier(0.17, 0.67, 0.31, 0.95) forwards;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}.meet_usweb h2::after {
    transform: scaleX(0);
    box-shadow: 0 2px 10px rgb(138,183,171,0.5);
    height: 4px;
    width: 80px;
    content: "";
    bottom: -12px;
    background: rgb(138,183,171);
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
    left: 0;
    transform-origin: left;
    position: absolute;
}.meet_usweb .text_fieldweb {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.25),
        -15px -15px 30px rgba(255, 255, 255, 0.05),
        inset 2px 2px 3px rgba(255, 255, 255, 0.1),
        inset -2px -2px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    opacity: 0;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(30px);
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease-out;
    animation: floatIn 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
}.meet_usweb .text_fieldweb::before {
    z-index: -1;
    position: absolute;
    left: -100px;
    height: 200px;
    content: "";
    width: 200px;
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(138,183,171,0.5), transparent);
    top: -100px;
    border-radius: 50%;
}.meet_usweb .text_fieldweb > div {
    padding: 35px;
    position: relative;
}.meet_usweb .text_fieldweb p {
    font-size: calc(15px * 1.4);
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    letter-spacing: 0.5px;
}.meet_usweb .text_fieldweb p::after {
    opacity: 0.8;
    width: 40px;
    left: 0;
    height: 3px;
    position: absolute;
    background: rgb(138,183,171);
    bottom: -10px;
    content: "";
}.meet_usweb .text_fieldweb div div {
    color: #ffffff;
    opacity: 0.95;
    font-size: 15px;
    z-index: 2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    column-gap: 40px;
    column-count: 1;
    position: relative;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {.meet_usweb {
    padding: 150px 0;
}.meet_usweb .text_fieldweb div div {
    column-count: 2;
}.meet_usweb h2 {
    font-size: calc(35px * 1.5);
    grid-column: 1 / -1;
}
}

@media (min-width: 1024px) {.meet_usweb {
    padding: 180px 0;
}.meet_usweb .container {
    grid-template-columns: 1fr;
    gap: 3rem;
}.meet_usweb .text_fieldweb {
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.2),
            -20px -20px 40px rgba(255, 255, 255, 0.03),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
}.meet_usweb .text_fieldweb:hover {
    transform: translateY(-5px);
    box-shadow: 
            25px 25px 50px rgba(0, 0, 0, 0.25),
            -25px -25px 50px rgba(255, 255, 255, 0.05),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
}.meet_usweb .text_fieldweb div div {
    column-count: 2;
}}

@keyframes slideInTitle {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

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

@keyframes lightShift {
    0% {
        transform: rotate(35deg) translateX(0);
        opacity: 0.06;
    }
    50% {
        opacity: 0.08;
    }
    100% {
        transform: rotate(35deg) translateX(50px);
        opacity: 0.06;
    }
}.sign_upweb {
    padding: 4rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    isolation: isolate;
    background: rgb(224,238,233);
    position: relative;
    overflow: hidden;
}.sign_upweb::before {
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    content: "";
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(178,212,202,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(138,183,171,0.5) 0%, transparent 40%);
}.sign_upweb::after {
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(178,212,202,0.5) 10px, rgb(178,212,202,0.5) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(138,183,171,0.5) 10px, rgb(138,183,171,0.5) 11px);
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.05;
    width: 100%;
    left: 0;
}.sign_upweb .expert_networkweb {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    align-items: center;
}.sign_upweb .expert_networkweb::before {
    content: "";
    opacity: 0.15;
    top: -30px;
    height: 100px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: -30px;
    animation: rotate-shape 20s linear infinite;
    background: rgb(178,212,202);
    position: absolute;
    width: 100px;
}.sign_upweb .expert_networkweb::after {
    content: "";
    animation: rotate-shape 20s linear infinite reverse;
    background: rgb(138,183,171);
    height: 100px;
    opacity: 0.15;
    width: 100px;
    left: -30px;
    bottom: -30px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    position: absolute;
}.sign_upweb p {
    position: relative;
    font-size: 23px;
    z-index: 1;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}.sign_upweb p::before {
    position: absolute;
    width: 50px;
    height: 50px;
    animation: square-pulse 5s infinite alternate;
    top: -15px;
    border: 2px solid rgb(178,212,202,0.5);
    left: -15px;
    content: "";
    opacity: 0.5;
    z-index: -1;
}.sign_upweb p::after {
    background: rgb(138,183,171);
    animation: line-extend 3s infinite alternate;
    bottom: -10px;
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    left: 20px;
    z-index: -1;
}.sign_upweb .input_holder {
    height: 60px;
    display: flex;
    align-items: stretch;
    position: relative;
    perspective: 1000px;
}.sign_upweb .input_holder::before {
    background: linear-gradient(45deg, transparent, rgb(178,212,202,0.5), transparent);
    top: -10px;
    border-radius: 10px;
    filter: blur(5px);
    transform: rotateX(10deg) rotateY(-10deg);
    bottom: -10px;
    opacity: 0.2;
    right: -10px;
    left: -10px;
    content: "";
    z-index: -1;
    position: absolute;
}.sign_upweb .subscribe_alertweb {
    background: #ffffff;
    border: 1px solid transparent;
    height: 100%;
    font-family: Arial, sans-serif;
    padding: 0 1.5rem;
    border-top-left-radius: 10px;
    color: #000000;
    flex: 1;
    border-bottom-left-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    font-size: 16px;
}.sign_upweb .subscribe_alertweb:focus {
    outline: none;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    border-color: rgb(178,212,202);
}.sign_upweb .subscribe_alertweb::placeholder {
    opacity: 0.6;
    color: #000000;
}.sign_upweb .study_onlineweb {
    background: rgb(178,212,202);
    height: 100%;
    color: #ffffff;
    border-top-right-radius: 10px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 19px;
    position: relative;
    border: none;
    padding: 0 2rem;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    isolation: isolate;
}.sign_upweb .study_onlineweb::before {
    inset: 0;
    content: "";
    transform: translateY(100%);
    position: absolute;
    transition: transform 0.3s ease;
    z-index: -1;
    background: rgb(138,183,171);
}.sign_upweb .study_onlineweb:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.sign_upweb .study_onlineweb:hover::before {
    transform: translateY(0);
}

@keyframes square-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@keyframes line-extend {
    0% {
        width: 50px;
    }
    100% {
        width: 100px;
    }
}

@keyframes rotate-shape {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 768px) {.sign_upweb {
    padding: 3rem 1.5rem;
}.sign_upweb .expert_networkweb {
    grid-template-columns: 1fr;
    gap: 2rem;
}.sign_upweb p {
    font-size: 22px;
}.sign_upweb .input_holder {
    flex-direction: column;
    height: auto;
}.sign_upweb .subscribe_alertweb {
    margin-bottom: 1rem;
    width: 100%;
    height: 60px;
    border-radius: 10px;
}.sign_upweb .study_onlineweb {
    width: 100%;
    border-radius: 10px;
    height: 60px;
}}.leadership_experienceweb {
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(224,238,233), rgb(138,183,171,0.5) 120%);
    overflow: hidden;
}.leadership_experienceweb::before {
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 40px,
        rgb(138,183,171,0.5) 40px,
        rgb(138,183,171,0.5) 42px
    );
    content: "";
    width: 100%;
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    height: 100%;
}.leadership_experienceweb::after {
    top: -50%;
    transform: rotate(-12deg);
    content: "";
    z-index: 0;
    width: 60%;
    position: absolute;
    height: 200%;
    opacity: 0.04;
    background: rgb(138,183,171);
    right: -10%;
}.leadership_experienceweb .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.leadership_experienceweb .student_opinionsweb {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    background: #ffffff;
    gap: 2.5rem;
    padding: 3rem;
    display: grid;
}.leadership_experienceweb .student_opinionsweb:hover {
    transform: perspective(1000px) rotateY(0deg);
}.leadership_experienceweb .student_opinionsweb > div:first-child {
    position: relative;
    max-width: 260px;
    margin: 0 auto;
    width: 100%;
}.leadership_experienceweb .student_opinionsweb .img_showweb {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateZ(20px);
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    width: 260px;
    height: 260px;
}.leadership_experienceweb .student_opinionsweb:hover .img_showweb {
    transform: translateZ(30px) translateY(-5px);
}.leadership_experienceweb .student_opinionsweb .img_showweb::after {
    top: 15px;
    position: absolute;
    border: 2px solid rgb(138,183,171);
    transform: translate(10px, 10px);
    right: -15px;
    content: "";
    bottom: -15px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    left: 15px;
    z-index: -1;
}.leadership_experienceweb .student_opinionsweb:hover .img_showweb::after {
    transform: translate(0, 0);
    opacity: 0.4;
}.leadership_experienceweb .student_opinionsweb > div:nth-child(2) {
    position: relative;
    transform: translateY(0);
    text-align: center;
    transition: transform 0.4s ease;
}.leadership_experienceweb .student_opinionsweb:hover > div:nth-child(2) {
    transform: translateY(-5px);
}.leadership_experienceweb .name {
    font-weight: 700;
    display: inline-block;
    color: rgb(178,212,202);
    position: relative;
    font-size: calc(24px * 1.2);
    margin-bottom: 0.5rem;
}.leadership_experienceweb .name::after {
    height: 2px;
    content: "";
    position: absolute;
    width: 0;
    transition: width 0.4s ease;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    background: rgb(138,183,171);
}.leadership_experienceweb .student_opinionsweb:hover .name::after {
    width: 70%;
}.leadership_experienceweb .student_opinionsweb > div:nth-child(2) > div {
    font-size: calc(17px * 1.05);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(138,183,171);
    opacity: 0.9;
}.leadership_experienceweb .career_exploreweb {
    position: relative;
    font-size: 17px;
    margin: 0;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(138,183,171,0.5);
    line-height: 1.8;
    color: #000000;
}.leadership_experienceweb .career_exploreweb::before {
    color: rgb(138,183,171,0.5);
    opacity: 0.3;
    content: "";
    left: -10px;
    position: absolute;
    top: -20px;
    font-size: 5rem;
    font-family: serif;
}

@media (min-width: 768px) {.leadership_experienceweb .student_opinionsweb {
    gap: 3rem;
    grid-template-columns: 260px 1fr;
    padding: 4rem;
}.leadership_experienceweb .student_opinionsweb > div:nth-child(2) {
    text-align: left;
    align-self: center;
    grid-column: 2;
}.leadership_experienceweb .name::after {
    left: 0;
    transform: translateX(0);
}.leadership_experienceweb .student_opinionsweb > div:nth-child(3) {
    grid-column: span 2;
}
}

@media (min-width: 992px) {.leadership_experienceweb {
    padding: 8rem 2rem;
}.leadership_experienceweb .student_opinionsweb {
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px auto 1fr;
}.leadership_experienceweb .student_opinionsweb > div:first-child {
    grid-row: span 2;
}.leadership_experienceweb .student_opinionsweb > div:nth-child(2) {
    grid-column: 2 / span 2;
    padding-left: 1rem;
}.leadership_experienceweb .student_opinionsweb > div:nth-child(3) {
    padding-top: 1rem;
    padding-left: 1rem;
    grid-row: 2;
    grid-column: 2 / span 2;
}.leadership_experienceweb .career_exploreweb {
    padding-left: 2rem;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 1200px) {.leadership_experienceweb .student_opinionsweb {
    transform: perspective(1500px) rotateY(3deg);
    padding: 5rem;
    gap: 3.5rem;
    grid-template-columns: 300px 1fr 2fr;
}.leadership_experienceweb .img_showweb {
    height: 300px;
    width: 300px;
}.leadership_experienceweb .name {
    font-size: calc(24px * 1.3);
}.leadership_experienceweb .career_exploreweb {
    line-height: 1.9;
}
}

@media (max-width: 767px) {.leadership_experienceweb {
    padding: 4rem 1.5rem;
}.leadership_experienceweb .student_opinionsweb {
    padding: 2rem;
}.leadership_experienceweb .student_opinionsweb .img_showweb {
    margin: 0 auto;
    width: 220px;
    height: 220px;
}.leadership_experienceweb .name {
    font-size: 24px;
}.leadership_experienceweb .career_exploreweb {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}