* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.main-head-6CQ15H {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.degree-path-nR7N5K {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1254px;
    max-width: 100%;
}.panel-container-MjpGBW {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    auto
contain
touch-action: none;
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.training-method-vf05xt {
    margin: 3rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(174,198,194) 0%, rgb(101,123,118,0.5) 100%);
}.training-method-vf05xt::before {
    transform: translateY(-5%);
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(to right, rgb(101,123,118,0.5) 0%, transparent 20%, transparent 80%, rgb(101,123,118,0.5) 100%);
    position: absolute;
}.training-method-vf05xt::after {
    width: 200px;
    position: absolute;
    animation: pulse 15s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    opacity: 0.1;
    filter: blur(40px);
    top: -50px;
    z-index: 0;
    background: rgb(101,123,118);
    right: -50px;
    content: "";
    height: 200px;
    border-radius: 50%;
}.training-method-vf05xt:hover::before {
    transform: translateY(0);
}.training-method-vf05xt .study-guide-VLTvXQ {
    padding: 0 1.5rem;
    z-index: 2;
    display: grid;
    max-width: 1200px;
    position: relative;
    gap: 2rem;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.training-method-vf05xt .study-guide-VLTvXQ > div {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
}.training-method-vf05xt .study-guide-VLTvXQ > div::before {
    background: linear-gradient(to bottom, rgb(137,161,157), rgb(101,123,118));
    position: absolute;
    left: 0;
    height: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    width: 4px;
    content: "";
}.training-method-vf05xt .study-guide-VLTvXQ > div:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.training-method-vf05xt .study-guide-VLTvXQ > div:hover::before {
    height: 100%;
}.training-method-vf05xt h3 {
    position: relative;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.02em;
    transform: translateZ(20px);
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: calc(33px * 0.9);
}.training-method-vf05xt h3::after {
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scaleX(0.7);
    content: "";
    bottom: -8px;
    transform-origin: left;
    position: absolute;
    left: 0;
    width: 60%;
    background: linear-gradient(to right, rgb(137,161,157), rgb(101,123,118));
}.training-method-vf05xt .study-guide-VLTvXQ > div:hover h3::after {
    transform: scaleX(1);
}.training-method-vf05xt p {
    margin: 0;
    font-family: Arial, sans-serif;
    transform: translateZ(5px);
    color: #000000;
    font-size: 14px;
    position: relative;
    line-height: 1.7;
}.training-method-vf05xt p span {
    padding-left: 1rem;
    position: relative;
    border-left: 1px solid rgb(101,123,118,0.5);
    display: block;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@media screen and (min-width: 768px) {.training-method-vf05xt {
    padding: 8rem 0;
}.training-method-vf05xt .study-guide-VLTvXQ {
    padding: 0 3rem;
}.training-method-vf05xt .study-guide-VLTvXQ > div {
    padding: 4rem;
}.training-method-vf05xt h3 {
    font-size: 33px;
    margin-bottom: 2rem;
}.training-method-vf05xt p {
    line-height: 1.75;
    font-size: calc(14px * 1.05);
}.training-method-vf05xt p span {
    padding-left: 2rem;
}
}

@media screen and (min-width: 992px) {.training-method-vf05xt {
    padding: 10rem 0;
}.training-method-vf05xt .study-guide-VLTvXQ > div {
    width: 90%;
    margin-left: 5%;
}.training-method-vf05xt h3 {
    font-size: calc(33px * 1.1);
}.training-method-vf05xt p span {
    padding-left: 0;
    border-left: none;
    column-gap: 3rem;
    column-count: 2;
}
}

@media (prefers-reduced-motion: reduce) {.training-method-vf05xt::after {
    animation: none;
}.training-method-vf05xt .study-guide-VLTvXQ > div,
    .training-method-vf05xt .study-guide-VLTvXQ > div:hover {
    transform: none;
    transition: box-shadow 0.3s ease;
}
}

@media (hover: none) {.training-method-vf05xt .study-guide-VLTvXQ > div {
    transform: none;
}.training-method-vf05xt .study-guide-VLTvXQ > div:hover {
    transform: none;
}}.tariff-option-dw0i9B {
    position: relative;
    background-color: rgb(174,198,194);
    overflow: hidden;
    padding: 120px 0;
}.tariff-option-dw0i9B::before {
    z-index: 0;
    top: -10%;
    content: "";
    width: 110%;
    position: absolute;
    left: -5%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    height: 120%;
    transform: rotate(-3deg);
}.tariff-option-dw0i9B .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.tariff-option-dw0i9B .tuition-plans-1xbk8H {
    display: flex;
    flex-direction: column;
}.tariff-option-dw0i9B .payment-option-aAzYe3 {
    position: relative;
    text-align: center;
    order: 1;
    margin-bottom: 50px;
}.tariff-option-dw0i9B .payment-option-aAzYe3 h2 {
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    background: linear-gradient(120deg, rgb(101,123,118), rgb(137,161,157));
    font-size: 37px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    color: #000000;
    -webkit-text-fill-color: transparent;
}.tariff-option-dw0i9B .payment-option-aAzYe3:hover h2 {
    transform: translateY(-5px);
}.tariff-option-dw0i9B .deal-grid-hxGqwv {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    position: relative;
}.tariff-option-dw0i9B .deal-grid-hxGqwv::after {
    transition: transform 0.5s ease;
    width: 100px;
    bottom: -15px;
    content: "";
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(101,123,118), rgb(137,161,157));
    transform: translateX(-50%) scaleX(0.7);
    position: absolute;
}.tariff-option-dw0i9B .payment-option-aAzYe3:hover .deal-grid-hxGqwv::after {
    transform: translateX(-50%) scaleX(1);
}.tariff-option-dw0i9B .class-deals-vNyt15 {
    display: grid;
    width: 100%;
    order: 2;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}.tariff-option-dw0i9B .fee-package-AbPOXg {
    z-index: 1;
    border-radius: 19px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
    transform-style: preserve-3d;
    background-color: #ffffff;
    perspective: 1000px;
}.tariff-option-dw0i9B .fee-package-AbPOXg::before {
    z-index: 2;
    background: linear-gradient(90deg, rgb(101,123,118), rgb(137,161,157));
    transform-origin: left;
    width: 100%;
    top: 0;
    left: 0;
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.85);
    position: absolute;
    content: "";
}.tariff-option-dw0i9B .fee-package-AbPOXg:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.tariff-option-dw0i9B .fee-package-AbPOXg:hover::before {
    transform: scaleX(1);
}.tariff-option-dw0i9B .pricing-tiers-lYRs0g {
    display: flex;
    flex-direction: column;
    height: 100%;
}.tariff-option-dw0i9B .trial-pricing-6tzc3w {
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 30px;
    z-index: 1;
    flex-direction: column;
    flex-grow: 1;
}.tariff-option-dw0i9B .trial-pricing-6tzc3w::before {
    left: 0;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
}.tariff-option-dw0i9B .trial-pricing-6tzc3w h3 {
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
    transition: transform 0.4s ease;
    font-size: calc(24px + 2px);
    position: relative;
}.tariff-option-dw0i9B .fee-package-AbPOXg:hover .trial-pricing-6tzc3w h3 {
    transform: translateX(5px);
}.tariff-option-dw0i9B .price-panel-BLtEN7 {
    padding: 5px 10px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.4s ease, color 0.4s ease;
    font-size: calc(24px + 8px);
    color: rgb(137,161,157);
    font-weight: 700;
}.tariff-option-dw0i9B .price-panel-BLtEN7::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(101,123,118), rgb(137,161,157));
    height: 2px;
    transform-origin: left;
    transform: scaleX(0.3);
}.tariff-option-dw0i9B .fee-package-AbPOXg:hover .price-panel-BLtEN7 {
    color: rgb(101,123,118);
    transform: translateY(-5px);
}.tariff-option-dw0i9B .fee-package-AbPOXg:hover .price-panel-BLtEN7::before {
    transform: scaleX(1);
}.tariff-option-dw0i9B .trial-pricing-6tzc3w p {
    line-height: 1.6;
    font-size: 18px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 0;
    hyphens: auto;
    flex-grow: 1;
    color: #000000;
    max-width: 100%;
}.tariff-option-dw0i9B .img-list-item-gNs1K8 {
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.tariff-option-dw0i9B .img-list-item-gNs1K8::after {
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
}.tariff-option-dw0i9B .fee-package-AbPOXg:hover .img-list-item-gNs1K8 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.tariff-option-dw0i9B .class-deals-vNyt15 {
    grid-template-columns: repeat(2, 1fr);
}.tariff-option-dw0i9B .trial-pricing-6tzc3w {
    padding: 35px;
}.tariff-option-dw0i9B .img-list-item-gNs1K8 {
    height: 220px;
}
}

@media (min-width: 992px) {.tariff-option-dw0i9B .tuition-plans-1xbk8H {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.tariff-option-dw0i9B .payment-option-aAzYe3 {
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
    order: 2;
}.tariff-option-dw0i9B .class-deals-vNyt15 {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
    order: 1;
}.tariff-option-dw0i9B .deal-grid-hxGqwv::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.tariff-option-dw0i9B .payment-option-aAzYe3:hover .deal-grid-hxGqwv::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.tariff-option-dw0i9B {
    padding: 150px 0;
}.tariff-option-dw0i9B .class-deals-vNyt15 {
    gap: 40px;
}.tariff-option-dw0i9B .fee-package-AbPOXg {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tariff-option-dw0i9B .fee-package-AbPOXg:hover {
    transform: translateY(-15px) scale(1.02);
}.tariff-option-dw0i9B .fee-package-AbPOXg:nth-child(even) {
    transform: translateY(15px);
}.tariff-option-dw0i9B .fee-package-AbPOXg:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.tariff-option-dw0i9B .img-list-item-gNs1K8 {
    height: 250px;
}}header {
    width: 100%;
    background: #ffffff;
    z-index: 99;
    position: relative;
    overflow: visible;
}header::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 5px;
    top: 0;
    background: linear-gradient(to right, rgb(137,161,157), rgb(101,123,118));
}header .top-guide-Q9B7XO {
    padding: 25px 30px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .top-guide-Q9B7XO::after {
    position: absolute;
    left: 0;
    background-color: rgb(174,198,194);
    content: "";
    bottom: 0;
    width: 100%;
    height: 1px;
}header .top-guide-Q9B7XO .head-page-pCb1TY {
    z-index: 2;
    position: relative;
}header .top-guide-Q9B7XO .head-page-pCb1TY .main-page-PomiH0 {
    display: block;
    position: relative;
    overflow: hidden;
}header .top-guide-Q9B7XO .head-page-pCb1TY .main-page-PomiH0 svg {
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: auto;
}header .top-guide-Q9B7XO .head-page-pCb1TY .main-page-PomiH0:hover svg {
    transform: scale(1.08);
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH {
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB {
    position: relative;
    margin: 0 15px;
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB:last-child {
    margin-right: 0;
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB a {
    font-family: Arial, sans-serif;
    text-decoration: none;
    display: block;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    padding: 8px 0;
    letter-spacing: 0.5px;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    color: #000000;
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB a:hover {
    color: rgb(137,161,157);
    letter-spacing: 1px;
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB a::before,
header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB a::after {
    left: 0;
    content: "";
    width: 100%;
    transform-origin: right center;
    bottom: 0;
    height: 1px;
    background-color: rgb(137,161,157);
    position: absolute;
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB a::before {
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB a::after {
    background-color: rgb(101,123,118);
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB a:hover::before {
    transform-origin: left center;
    transform: scaleX(1);
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB a:hover::after {
    transform-origin: right center;
    transform: scaleX(1);
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB a::after {
    opacity: 0.3;
    bottom: -2px;
    height: 3px;
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB:hover {
    animation: subtle-float 2s infinite alternate ease-in-out;
}

@keyframes subtle-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-4px);
    }
}

@media (max-width: 992px) {header .top-guide-Q9B7XO {
    flex-direction: column;
    padding: 20px 15px;
}header .top-guide-Q9B7XO .head-page-pCb1TY {
    margin-bottom: 20px;
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB {
    margin: 5px 12px;
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB a {
    padding: 5px 0;
    font-size: calc(18px - 1px);
}
    
    @keyframes subtle-float {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-2px);
        }
    }
}

@media (max-width: 767px) {header .top-guide-Q9B7XO {
    padding: 15px 10px;
}header .top-guide-Q9B7XO .head-page-pCb1TY {
    margin-bottom: 15px;
}header .top-guide-Q9B7XO .head-page-pCb1TY .main-page-PomiH0 svg {
    height: 35px;
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH {
    gap: 5px;
}header .top-guide-Q9B7XO .main-pagewrap-LjWhsH .top-primary-JvzIEB {
    margin: 2px 10px;
}}.leadership-profile-nEoVTC {
    background: rgb(174,198,194);
    position: relative;
    padding: 80px 40px;
    overflow: hidden;
    min-height: 450px;
}.leadership-profile-nEoVTC::before {
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(137,161,157,0.5) 30px,
        rgb(137,161,157,0.5) 32px
    );
}.leadership-profile-nEoVTC .learner-stories-s9FAB8 {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    display: flex;
    flex-direction: column;
    perspective: 1000px;
    transform-style: preserve-3d;
}.leadership-profile-nEoVTC .img-list-item-gNs1K8 {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    margin-left: 60px;
    z-index: 5;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 4px solid #ffffff;
    height: 140px;
    border-radius: 50%;
    width: 140px;
    overflow: hidden;
}.leadership-profile-nEoVTC .learner-stories-s9FAB8:hover .img-list-item-gNs1K8 {
    border-color: rgb(137,161,157);
    transform: translateY(-15px) scale(1.1);
}.leadership-profile-nEoVTC .experience-log-0mXwK1 {
    border-radius: 11px;
    padding: 60px 40px 40px;
    transform: translateZ(0);
    margin-top: -40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}.leadership-profile-nEoVTC .learner-stories-s9FAB8:hover .experience-log-0mXwK1 {
    transform: translateZ(30px);
}.leadership-profile-nEoVTC .experience-log-0mXwK1::before {
    top: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(137,161,157), rgb(101,123,118));
    left: 0;
    content: "";
    height: 0;
    position: absolute;
    transition: height 0.5s ease;
}.leadership-profile-nEoVTC .learner-stories-s9FAB8:hover .experience-log-0mXwK1::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.leadership-profile-nEoVTC .name {
    transform: translateX(0);
    font-size: 32px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: 700;
    transition: all 0.4s ease;
}.leadership-profile-nEoVTC .learner-stories-s9FAB8:hover .name {
    color: rgb(137,161,157);
    transform: translateX(15px);
}.leadership-profile-nEoVTC .experience-log-0mXwK1 > div:nth-child(2) {
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.4s ease 0.1s;
    transform: translateX(0);
    margin-bottom: 25px;
    font-weight: 600;
    opacity: 0.8;
    text-transform: uppercase;
    color: rgb(101,123,118);
}.leadership-profile-nEoVTC .learner-stories-s9FAB8:hover .experience-log-0mXwK1 > div:nth-child(2) {
    transform: translateX(15px);
}.leadership-profile-nEoVTC .work-exp-4S7f6Q {
    padding: 20px 0;
    line-height: 1.8;
    transition: all 0.4s ease 0.2s;
    position: relative;
    opacity: 0.9;
    transform: translateY(0);
    font-size: 13px;
    color: #000000;
}.leadership-profile-nEoVTC .learner-stories-s9FAB8:hover .work-exp-4S7f6Q {
    transform: translateY(-5px);
}.leadership-profile-nEoVTC .work-exp-4S7f6Q::before,
.leadership-profile-nEoVTC .work-exp-4S7f6Q::after {
    position: absolute;
    transition: all 0.4s ease;
    width: 35px;
    background: rgb(101,123,118,0.5);
    content: "";
    height: 1px;
}.leadership-profile-nEoVTC .work-exp-4S7f6Q::before {
    left: 0;
    top: 0;
}.leadership-profile-nEoVTC .work-exp-4S7f6Q::after {
    right: 0;
    bottom: 0;
}.leadership-profile-nEoVTC .learner-stories-s9FAB8:hover .work-exp-4S7f6Q::before,
.leadership-profile-nEoVTC .learner-stories-s9FAB8:hover .work-exp-4S7f6Q::after {
    height: 2px;
    background: rgb(101,123,118);
    width: 100px;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(137,161,157,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(137,161,157);
    }
}

@media (min-width: 768px) {.leadership-profile-nEoVTC .learner-stories-s9FAB8 {
    align-items: center;
    flex-direction: row;
}.leadership-profile-nEoVTC .img-list-item-gNs1K8 {
    height: 180px;
    z-index: 5;
    width: 180px;
    margin-left: 0;
    margin-right: -80px;
}.leadership-profile-nEoVTC .experience-log-0mXwK1 {
    padding-left: 100px;
    flex: 1;
    margin-top: 0;
}
}

@media (max-width: 767px) {.leadership-profile-nEoVTC {
    padding: 60px 20px;
}.leadership-profile-nEoVTC .experience-log-0mXwK1 {
    padding: 60px 25px 35px;
}.leadership-profile-nEoVTC .name {
    font-size: calc(32px - 4px);
}.leadership-profile-nEoVTC .experience-log-0mXwK1 > div:nth-child(2) {
    font-size: calc(13px - 1px);
}.leadership-profile-nEoVTC .work-exp-4S7f6Q {
    font-size: calc(13px - 1px);
}}.connect-with-us-E8hQRa {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(
        225deg, 
        rgb(174,198,194) 0%, 
        rgb(101,123,118,0.5) 100%
    );
}.connect-with-us-E8hQRa::before {
    z-index: 1;
    bottom: 0;
    top: 0;
    right: 0;
    content: '';
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    left: 0;
    position: absolute;
    pointer-events: none;
}.connect-with-us-E8hQRa::after {
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgb(137,161,157,0.5) 0%, 
        transparent 70%
    );
    width: 200%;
    animation: circuit-pulse 10s infinite alternate;
    left: -50%;
    content: '';
    height: 200%;
    top: -50%;
    opacity: 0.6;
    z-index: 2;
}.connect-with-us-E8hQRa .container {
    max-width: 1300px;
    padding: 0 1rem;
    z-index: 3;
    margin: 0 auto;
    position: relative;
}.connect-with-us-E8hQRa h2 {
    color: #ffffff;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-size: 39px;
    text-align: center;
}.connect-with-us-E8hQRa h2::before,
.connect-with-us-E8hQRa h2::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    height: 2px;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(137,161,157), 
        transparent
    );
}.connect-with-us-E8hQRa h2::before {
    left: 0;
    width: 30%;
}.connect-with-us-E8hQRa h2::after {
    right: 0;
    width: 30%;
}.connect-with-us-E8hQRa .request-links-4VPfOk {
    display: flex;
    transition: transform 0.3s ease;
    border: 1px solid rgb(137,161,157,0.5);
    transform: rotateX(5deg) scale(0.98);
    border-radius: 20px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    align-items: stretch;
    background: rgb(101,123,118,0.5);
}.connect-with-us-E8hQRa .request-links-4VPfOk:hover {
    transform: rotateX(0) scale(1);
}.connect-with-us-E8hQRa .img-list-item-gNs1K8 {
    flex: 0 0 40%;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}.connect-with-us-E8hQRa .img-list-item-gNs1K8::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    left: 0;
    mix-blend-mode: color-dodge;
    content: '';
    background: linear-gradient(
        135deg, 
        rgb(137,161,157,0.5) 0%, 
        rgb(101,123,118,0.5) 100%
    );
}.connect-with-us-E8hQRa .message-list-5KuqNa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 60%;
    padding: 4rem 3rem;
    position: relative;
}.connect-with-us-E8hQRa .message-list-5KuqNa::before {
    top: 2rem;
    border-radius: 50%;
    background: rgb(137,161,157);
    width: 10px;
    content: '';
    right: 2rem;
    animation: signal-pulse 2s infinite alternate;
    position: absolute;
    height: 10px;
    box-shadow: 0 0 20px rgb(137,161,157);
}.connect-with-us-E8hQRa .message-list-5KuqNa form {
    margin: 0 auto;
    z-index: 3;
    width: 100%;
    max-width: 500px;
    position: relative;
}.connect-with-us-E8hQRa .message-list-5KuqNa h3 {
    font-weight: 600;
    margin-bottom: 2rem;
    color: #ffffff;
    text-align: center;
    font-size: 33px;
    letter-spacing: 0.05em;
}.connect-with-us-E8hQRa .message-list-5KuqNa input:not([type="checkbox"]):not([type="submit"]) {
    color: #ffffff;
    border: 1px solid rgb(137,161,157,0.5);
    margin-bottom: 1.5rem;
    background: rgb(101,123,118,0.5);
    font-size: 15px;
    z-index: 2;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    padding: 1rem 1.5rem;
    outline: none;
}.connect-with-us-E8hQRa .message-list-5KuqNa input:not([type="checkbox"]):not([type="submit"])::before {
    content: '';
    top: 0;
    position: absolute;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(137,161,157,0.5) 100%
    );
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 100%;
    left: 0;
    z-index: 1;
}.connect-with-us-E8hQRa .message-list-5KuqNa input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(137,161,157);
    box-shadow: 0 0 15px rgb(137,161,157,0.5);
}.connect-with-us-E8hQRa .message-list-5KuqNa input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.connect-with-us-E8hQRa .message-list-5KuqNa .help-card-Ay09M2 {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}.connect-with-us-E8hQRa .message-list-5KuqNa .help-card-Ay09M2 input[type="checkbox"] {
    margin-right: 1rem;
    width: 22px;
    background: rgb(101,123,118,0.5);
    appearance: none;
    transition: all 0.3s ease;
    height: 22px;
    border-radius: 10px;
    border: 2px solid rgb(137,161,157,0.5);
    cursor: pointer;
    position: relative;
}.connect-with-us-E8hQRa .message-list-5KuqNa .help-card-Ay09M2 input[type="checkbox"]:checked {
    background: rgb(137,161,157);
    border-color: rgb(137,161,157);
}.connect-with-us-E8hQRa .message-list-5KuqNa .help-card-Ay09M2 input[type="checkbox"]:checked::after {
    left: 50%;
    top: 50%;
    content: '✔';
    font-size: 0.8rem;
    position: absolute;
    color: #ffffff;
    transform: translate(-50%, -50%);
}.connect-with-us-E8hQRa .message-list-5KuqNa .help-card-Ay09M2 label {
    font-size: 15px;
    align-items: center;
    color: #ffffff;
    display: flex;
}.connect-with-us-E8hQRa .message-list-5KuqNa .help-card-Ay09M2 a {
    transition: color 0.3s ease;
    margin-left: 0.3rem;
    color: rgb(137,161,157);
    text-decoration: none;
}.connect-with-us-E8hQRa .message-list-5KuqNa .help-card-Ay09M2 a:hover {
    text-decoration: underline;
}.connect-with-us-E8hQRa .message-list-5KuqNa .request-message-ziPS9K {
    background: rgb(137,161,157);
    padding: 1rem;
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    letter-spacing: 0.1em;
    border: none;
    overflow: hidden;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}.connect-with-us-E8hQRa .message-list-5KuqNa .request-message-ziPS9K::before {
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(137,161,157,0.5), 
        transparent
    );
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    transition: all 0.3s ease;
    left: -100%;
    width: 100%;
}.connect-with-us-E8hQRa .message-list-5KuqNa .request-message-ziPS9K:hover::before {
    left: 100%;
}.connect-with-us-E8hQRa .message-list-5KuqNa .request-message-ziPS9K:hover {
    box-shadow: 0 10px 20px rgb(137,161,157,0.5);
    transform: translateY(-3px);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.connect-with-us-E8hQRa .request-links-4VPfOk {
    flex-direction: column;
    transform: none;
}.connect-with-us-E8hQRa .img-list-item-gNs1K8 {
    min-height: 300px;
    flex: 0 0 100%;
}.connect-with-us-E8hQRa .message-list-5KuqNa {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.connect-with-us-E8hQRa {
    padding: 3rem 0;
}.connect-with-us-E8hQRa h2 {
    font-size: calc(39px * 0.8);
    margin-bottom: 2rem;
}.connect-with-us-E8hQRa .message-list-5KuqNa h3 {
    font-size: calc(33px * 0.9);
}.connect-with-us-E8hQRa .message-list-5KuqNa input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.connect-with-us-E8hQRa .message-list-5KuqNa .help-card-Ay09M2 {
    align-items: flex-start;
}.connect-with-us-E8hQRa .message-list-5KuqNa .help-card-Ay09M2 input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.connect-with-us-E8hQRa .request-links-4VPfOk {
    border-radius: 0;
}.connect-with-us-E8hQRa .img-list-item-gNs1K8 {
    min-height: 250px;
}.connect-with-us-E8hQRa .message-list-5KuqNa {
    padding: 2rem 1.5rem;
}}.degree-path-nR7N5K {
    z-index: 1;
    position: relative;
    color: #ffffff;
    padding: 6rem 0 4rem;
}.degree-path-nR7N5K::before {
    background: #000000;
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0.85;
    left: 0;
    content: "";
}.degree-path-nR7N5K::after {
    background-size: 30px 30px;
    content: "";
    opacity: 0.15;
    animation: gridAnimate 15s linear infinite;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-position: center;
    background: 
        linear-gradient(rgba(rgb(137,161,157), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(137,161,157), 0.2) 1px, transparent 1px);
    height: 100%;
    width: 100%;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.degree-path-nR7N5K .container {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
}.degree-path-nR7N5K .company_holder {
    grid-row: 1;
    grid-column: 1 / 5;
    position: relative;
}.degree-path-nR7N5K .company_holder::before {
    border-left: 2px solid rgb(137,161,157);
    opacity: 0.7;
    left: -20px;
    height: 60px;
    width: 60px;
    border-top: 2px solid rgb(137,161,157);
    content: "";
    top: -20px;
    position: absolute;
}.degree-path-nR7N5K .company_holder::after {
    border-bottom: 2px solid rgb(137,161,157);
    width: 60px;
    right: -20px;
    height: 60px;
    opacity: 0.7;
    bottom: -20px;
    position: absolute;
    content: "";
    border-right: 2px solid rgb(137,161,157);
}.degree-path-nR7N5K .company_holder h3 {
    font-size: 32px;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #ffffff, rgb(137,161,157));
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
}.degree-path-nR7N5K .company_holder h3::after {
    position: absolute;
    width: 30%;
    box-shadow: 0 0 10px rgb(137,161,157);
    bottom: -5px;
    left: 0;
    content: "";
    height: 2px;
    background: rgb(137,161,157);
}.degree-path-nR7N5K .patent-info-2mfua7 {
    color: #ffffff;
    opacity: 0.8;
    margin-top: 1.5rem;
    line-height: 1.6;
    font-size: 12px;
}.degree-path-nR7N5K .support-cta-Cx32Mh {
    grid-row: 1;
    justify-content: flex-end;
    display: flex;
    grid-column: 6 / 13;
}.degree-path-nR7N5K .nav-learning-4FZjL9 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    width: 100%;
}.degree-path-nR7N5K .main-pagewrap-LjWhsH {
    border-radius: 10px;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(4px);
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}.degree-path-nR7N5K .main-pagewrap-LjWhsH:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}.degree-path-nR7N5K .main-pagewrap-LjWhsH::before {
    transition: height 0.3s ease;
    left: 0;
    position: absolute;
    width: 3px;
    content: "";
    top: 0;
    background: rgb(137,161,157);
    height: 0;
}.degree-path-nR7N5K .main-pagewrap-LjWhsH:hover::before {
    height: 100%;
}.degree-path-nR7N5K .main-pagewrap-LjWhsH h5 {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    color: rgb(101,123,118);
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 21px;
}.degree-path-nR7N5K .main-pagewrap-LjWhsH h5::before {
    height: 5px;
    border-radius: 50%;
    width: 5px;
    box-shadow: 0 0 10px rgb(137,161,157);
    position: absolute;
    background: rgb(137,161,157);
    transform: translateY(-50%);
    content: "";
    left: 0;
    top: 50%;
}.degree-path-nR7N5K .main-pagewrap-LjWhsH .nav-learning-4FZjL9 {
    gap: 0.7rem;
    display: flex;
    flex-direction: column;
}.degree-path-nR7N5K .main-pagewrap-LjWhsH .nav-learning-4FZjL9 a {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    padding: 0.4rem 1rem;
    opacity: 0.7;
    z-index: 1;
    transition: all 0.3s ease;
}.degree-path-nR7N5K .main-pagewrap-LjWhsH .nav-learning-4FZjL9 a::before {
    transition: transform 0.3s ease;
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
    transform: translateX(-100%);
    position: absolute;
    background: linear-gradient(90deg, rgba(rgb(137,161,157,0.5), 0.1), transparent);
    width: 100%;
    left: 0;
}.degree-path-nR7N5K .main-pagewrap-LjWhsH .nav-learning-4FZjL9 a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 1.5rem;
}.degree-path-nR7N5K .main-pagewrap-LjWhsH .nav-learning-4FZjL9 a:hover::before {
    transform: translateX(0);
}.insta-feed-ZF7qiy {
    grid-row: 2;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    margin-top: 4rem;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    grid-column: 1 / 13;
}.insta-feed-ZF7qiy::before {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(137,161,157), transparent);
    top: 0;
    height: 1px;
    content: "";
    width: 60%;
}.insta-feed-ZF7qiy .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.insta-feed-ZF7qiy .faq-block-VSB75i {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.5px;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.degree-path-nR7N5K .container {
    grid-template-columns: repeat(1, 1fr);
}.degree-path-nR7N5K .company_holder {
    grid-column: 1;
    grid-row: 1;
}.degree-path-nR7N5K .support-cta-Cx32Mh {
    margin-top: 2rem;
    grid-row: 2;
    grid-column: 1;
}.insta-feed-ZF7qiy {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.degree-path-nR7N5K {
    padding: 4rem 0 3rem;
}.degree-path-nR7N5K .nav-learning-4FZjL9 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.degree-path-nR7N5K .main-pagewrap-LjWhsH {
    padding: 1.2rem;
}.degree-path-nR7N5K .main-pagewrap-LjWhsH h5 {
    font-size: calc(21px * 0.9);
}.degree-path-nR7N5K .company_holder::before,
    .degree-path-nR7N5K .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.degree-path-nR7N5K {
    padding: 3rem 0 2rem;
}.degree-path-nR7N5K .company_holder h3 {
    font-size: calc(32px * 0.9);
}.degree-path-nR7N5K .patent-info-2mfua7 {
    font-size: calc(12px * 0.9);
}.degree-path-nR7N5K .main-pagewrap-LjWhsH .nav-learning-4FZjL9 a {
    font-size: calc(12px * 0.9);
}.insta-feed-ZF7qiy {
    margin-top: 2rem;
    padding: 1rem 0;
}}.privacy-safehouse-qrv8RE {
    position: relative;
    overflow: hidden;
    background-color: var(--section-bg-color, #f8f9fa);
    padding: 5rem 0;
}.privacy-safehouse-qrv8RE::before {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(245, 245, 250, 0.7) 0%, rgba(240, 242, 247, 0.4) 100%);
    width: 100%;
    z-index: 0;
    content: "";
    height: 100%;
}.privacy-safehouse-qrv8RE::after {
    content: "";
    height: 70%;
    position: absolute;
    background: linear-gradient(145deg, var(--primary-color_opacity, rgba(65, 84, 241, 0.05)), var(--secondary-color_opacity, rgba(70, 90, 250, 0.08)));
    transform: rotate(-15deg);
    right: -5%;
    top: -10%;
    clip-path: polygon(0 15%, 100% 0, 85% 100%, 0 85%);
    z-index: 0;
    width: 40%;
}.privacy-safehouse-qrv8RE .container {
    padding: 0 20px;
    transform: translateZ(0);
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1140px;
}.privacy-safehouse-qrv8RE h1 {
    font-weight: var(--font-weight-bold, 700);
    transform: translateX(-10px);
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
    position: relative;
    font-size: var(--h1-font-size, 2.5rem);
    color: var(--dark-color, #252525);
}.privacy-safehouse-qrv8RE h1::after {
    bottom: -12px;
    left: 0;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, var(--primary-color, #4154f1), var(--secondary-color, #4655fa));
    height: 4px;
    animation: scaleWidth 0.8s ease-out forwards;
    transform-origin: left center;
    position: absolute;
}@keyframes scaleWidth {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.privacy-safehouse-qrv8RE h2 {
    border-left: 3px solid var(--primary-color, #4154f1);
    padding-left: 16px;
    color: var(--dark-color, #252525);
    margin: 3rem 0 1.5rem;
    font-weight: var(--font-weight-semibold, 600);
    position: relative;
    font-size: var(--h2-font-size, 1.8rem);
}.privacy-safehouse-qrv8RE h3 {
    font-weight: var(--font-weight-semibold, 600);
    color: var(--dark-color, #252525);
    border-left: 2px solid var(--secondary-color, #4655fa);
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.85);
    margin: 2.5rem 0 1.25rem;
    padding-left: 14px;
    position: relative;
}.privacy-safehouse-qrv8RE h4 {
    position: relative;
    font-weight: var(--font-weight-semibold, 600);
    margin: 2rem 0 1rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
    color: var(--dark-color, #252525);
    padding-left: 12px;
    border-left: 1px solid var(--secondary-color, #4655fa);
}.privacy-safehouse-qrv8RE p {
    line-height: 1.7;
    font-size: var(--p-font-size, 1rem);
    color: var(--p-color, #444444);
    position: relative;
    max-width: 90%;
    transform: translateZ(0);
    margin-bottom: 1.5rem;
}.privacy-safehouse-qrv8RE strong {
    color: var(--dark-color, #252525);
    font-weight: var(--font-weight-semibold, 600);
    display: inline-block;
    position: relative;
}.privacy-safehouse-qrv8RE strong::after {
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    background-color: var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    width: 100%;
    bottom: 0;
}.privacy-safehouse-qrv8RE ul {
    padding-left: 20px;
    position: relative;
    margin: 1.5rem 0 2rem 1rem;
}.privacy-safehouse-qrv8RE ul::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: -20px;
    width: 3px;
    content: "";
    border-radius: var(--border-radius-small, 3px);
    background: linear-gradient(to bottom, var(--primary-color_opacity, rgba(65, 84, 241, 0.2)), transparent);
}.privacy-safehouse-qrv8RE li {
    padding-left: 8px;
    color: var(--p-color, #444444);
    margin-bottom: 1rem;
    line-height: 1.6;
    position: relative;
    font-size: var(--p-font-size, 1rem);
}.privacy-safehouse-qrv8RE li::before {
    top: 0.7em;
    transform: rotate(45deg);
    width: 8px;
    background-color: var(--primary-color, #4154f1);
    border-radius: 1px;
    left: -18px;
    content: "";
    height: 8px;
    position: absolute;
}.privacy-safehouse-qrv8RE span {
    margin-bottom: 1.5rem;
    transform: translateX(8px);
    display: block;
    padding: 0.5rem 0 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(to right, var(--white-color, #ffffff), rgba(248, 249, 250, 0.8));
    position: relative;
    border-left: 1px solid var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    color: var(--p-color, #444444);
    line-height: 1.7;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    font-size: var(--p-font-size, 1rem);
}

@media (min-width: 992px) {.privacy-safehouse-qrv8RE {
    padding: 6rem 0;
}.privacy-safehouse-qrv8RE .container {
    padding: 0 40px;
}.privacy-safehouse-qrv8RE h1 {
    transform: translateX(-15px);
    margin-bottom: 3rem;
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.1);
}.privacy-safehouse-qrv8RE h1::after {
    height: 5px;
    width: 120px;
    bottom: -15px;
}.privacy-safehouse-qrv8RE h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 1.05);
    margin: 4rem 0 2rem;
    padding-left: 20px;
}.privacy-safehouse-qrv8RE p {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    line-height: 1.75;
    max-width: 85%;
}.privacy-safehouse-qrv8RE ul {
    margin: 2rem 0 2.5rem 2rem;
}.privacy-safehouse-qrv8RE li {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    margin-bottom: 1.2rem;
}.privacy-safehouse-qrv8RE span {
    transition: transform 0.3s ease;
    transform: translateX(15px);
    padding: 2rem;
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
}.privacy-safehouse-qrv8RE span:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.privacy-safehouse-qrv8RE {
    padding: 3rem 0;
}.privacy-safehouse-qrv8RE::after {
    top: -5%;
    right: -25%;
    width: 70%;
    height: 40%;
}.privacy-safehouse-qrv8RE .container {
    padding: 0 15px;
}.privacy-safehouse-qrv8RE h1 {
    margin-bottom: 1.5rem;
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
    transform: translateX(-5px);
}.privacy-safehouse-qrv8RE h1::after {
    width: 60px;
}.privacy-safehouse-qrv8RE h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.9);
}.privacy-safehouse-qrv8RE h3 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.75);
}.privacy-safehouse-qrv8RE h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.privacy-safehouse-qrv8RE p {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    max-width: 100%;
}.privacy-safehouse-qrv8RE ul {
    margin: 1.25rem 0 1.75rem 0.5rem;
}.privacy-safehouse-qrv8RE li {
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    margin-bottom: 0.8rem;
}.privacy-safehouse-qrv8RE span {
    transform: translateX(0);
    font-size: calc(var(--p-font-size, 1rem) * 0.95);
    padding: 1rem;
}
}

@media (max-width: 480px) {.privacy-safehouse-qrv8RE {
    padding: 2rem 0;
}.privacy-safehouse-qrv8RE h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.7);
}.privacy-safehouse-qrv8RE h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.8);
    margin: 2rem 0 1rem;
    padding-left: 12px;
}.privacy-safehouse-qrv8RE h3 {
    padding-left: 10px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.privacy-safehouse-qrv8RE h4 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.55);
    padding-left: 8px;
}.privacy-safehouse-qrv8RE p, .privacy-safehouse-qrv8RE li, .privacy-safehouse-qrv8RE span {
    line-height: 1.6;
    font-size: calc(var(--p-font-size, 1rem) * 0.9);
}.privacy-safehouse-qrv8RE span {
    padding: 0.875rem;
}}.customer-support-EskHBp {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: rgb(174,198,194);
    padding: 120px 0;
}.customer-support-EskHBp::before {
    background: 
        repeating-linear-gradient(
            -45deg,
            rgb(137,161,157,0.5) 0,
            rgb(137,161,157,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            45deg,
            rgb(101,123,118,0.5) 0,
            rgb(101,123,118,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    position: absolute;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    content: '';
    top: 0;
}.customer-support-EskHBp::after {
    background: radial-gradient(
        circle at center,
        rgb(137,161,157) 0%,
        transparent 70%
    );
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    opacity: 0.05;
    filter: blur(60px);
    top: -50%;
    right: -50%;
    animation: floatGlow 15s infinite alternate ease-in-out;
    width: 100%;
}.customer-support-EskHBp .container {
    position: relative;
}.customer-support-EskHBp .get-contactwidget-rTFzv0 {
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
    display: grid;
    grid-template-rows: auto auto;
    position: relative;
}.customer-support-EskHBp .quick-answers-tjXBUu {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.customer-support-EskHBp .quick-answers-tjXBUu:nth-child(1) {
    grid-column: 1 / 2;
    border-left: 4px solid rgb(137,161,157);
    border-radius: 21px;
    background: linear-gradient(135deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.07) 100%);
    padding: 3rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    z-index: 2;
    grid-row: 1 / 3;
}.customer-support-EskHBp .quick-answers-tjXBUu:nth-child(1)::before {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(137,161,157,0.5) 0%, transparent 20%);
    z-index: -1;
    opacity: 0.2;
    border-radius: 21px;
    content: '';
}.customer-support-EskHBp .quick-answers-tjXBUu:nth-child(2) {
    transform: perspective(1000px) rotateY(-5deg);
    aspect-ratio: 4/3;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 21px;
    grid-column: 2 / 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    grid-row: 1 / 2;
    overflow: hidden;
}.customer-support-EskHBp .quick-answers-tjXBUu:nth-child(2):hover {
    transform: perspective(1000px) rotateY(0deg);
}.customer-support-EskHBp .quick-answers-tjXBUu .img-list-item-gNs1K8 {
    height: 100%;
    transform: scale(1.05);
    overflow: hidden;
    width: 100%;
    transition: transform 0.5s ease;
    position: relative;
}.customer-support-EskHBp .quick-answers-tjXBUu .img-list-item-gNs1K8::after {
    mix-blend-mode: overlay;
    opacity: 0.3;
    content: '';
    background: linear-gradient(
        to bottom right,
        rgb(137,161,157) 0%,
        transparent 100%
    );
    inset: 0;
    position: absolute;
}.customer-support-EskHBp .quick-answers-tjXBUu .img-list-item-gNs1K8::before {
    inset: 0;
    position: absolute;
    content: '';
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%
    );
    z-index: 1;
}.customer-support-EskHBp .quick-answers-tjXBUu:nth-child(3) {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-image: 
        radial-gradient(circle at top right, rgb(101,123,118) 0%, transparent 80%),
        linear-gradient(135deg, rgb(137,161,157) 0%, rgb(137,161,157) 100%);
    background-position: 100% 0%, 0% 0%;
    grid-row: 2 / 3;
    transform: perspective(1000px) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    grid-column: 2 / 3;
    background-size: 150% 150%, 100% 100%;
    animation: backgroundShift 15s infinite alternate ease-in-out;
    padding: 2.5rem;
    background: rgb(137,161,157);
    border-radius: 21px;
}.customer-support-EskHBp .quick-answers-tjXBUu:nth-child(3):hover {
    transform: perspective(1000px) rotateY(0deg);
}.customer-support-EskHBp .quick-answers-tjXBUu h2 {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    color: #ffffff;
    font-size: 34px;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
}.customer-support-EskHBp .quick-answers-tjXBUu h2::after {
    width: 60px;
    position: absolute;
    background: rgb(101,123,118);
    border-radius: 2px;
    left: 0;
    height: 4px;
    content: '';
    bottom: 0;
}.customer-support-EskHBp .instant-help-9AYMuD {
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(14px * 1.2);
    margin-bottom: 1.5rem;
    color: rgb(101,123,118);
}.customer-support-EskHBp .talk-experts-pZzX0K {
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 2rem;
    color: #000000;
}.customer-support-EskHBp .quick-answers-tjXBUu > p {
    color: #000000;
    position: relative;
    margin-bottom: 1.25rem;
    align-items: center;
    display: flex;
}.customer-support-EskHBp .quick-answers-tjXBUu > p svg {
    fill: rgb(101,123,118);
    color: rgb(101,123,118);
    width: 1.25rem;
    height: 1.25rem;
}.customer-support-EskHBp .quick-answers-tjXBUu > p svg path {
    fill: rgb(101,123,118);
}.customer-support-EskHBp .quick-answers-tjXBUu > p span {
    margin-left: 0.5rem;
    font-weight: 600;
}.customer-support-EskHBp .contact-ask-BriPWd {
    margin-top: 2.5rem;
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
}.customer-support-EskHBp .contact-ask-BriPWd::before {
    position: absolute;
    border-radius: 10px 0 0 10px;
    background: rgb(101,123,118);
    width: 4px;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
}.customer-support-EskHBp .contact-ask-BriPWd h3 {
    font-size: 23px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: rgb(101,123,118);
}.customer-support-EskHBp .online-questions-0t3xnV {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.75rem;
    display: grid;
}.customer-support-EskHBp .online-questions-0t3xnV span {
    background: rgba(255, 255, 255, 0.1);
    font-size: calc(14px * 0.9);
    text-align: center;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    color: #000000;
    backdrop-filter: blur(5px);
}.customer-support-EskHBp .online-questions-0t3xnV span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(101,123,118,0.5);
    transform: translateY(-3px);
}.customer-support-EskHBp .edu-talk-zN6qnF {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}.customer-support-EskHBp .edu-talk-zN6qnF a {
    text-decoration: none;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
}.customer-support-EskHBp .edu-talk-zN6qnF a:last-child {
    margin-bottom: 0;
}.customer-support-EskHBp .edu-talk-zN6qnF a:hover {
    transform: translateX(5px);
}.customer-support-EskHBp .edu-talk-zN6qnF svg {
    left: 0;
    position: absolute;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.2));
    top: 0.25rem;
    width: 1.5rem;
    height: 1.5rem;
}.customer-support-EskHBp .edu-talk-zN6qnF svg path {
    fill: #ffffff;
}.customer-support-EskHBp .edu-talk-zN6qnF a span {
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(14px * 0.85);
}.customer-support-EskHBp .edu-talk-zN6qnF a p {
    color: #ffffff;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}.customer-support-EskHBp .edu-talk-zN6qnF a p::after {
    left: 0;
    background: #ffffff;
    position: absolute;
    transition: width 0.3s ease;
    bottom: -5px;
    width: 0;
    height: 1px;
    content: '';
}.customer-support-EskHBp .edu-talk-zN6qnF a:hover p::after {
    width: 100%;
}

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
        opacity: 0.03;
    }
    50% {
        transform: translate(-10%, -10%);
        opacity: 0.05;
    }
    100% {
        transform: translate(-5%, 5%);
        opacity: 0.03;
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 100% 0%, 0% 0%;
    }
    50% {
        background-position: 0% 100%, 0% 0%;
    }
    100% {
        background-position: 100% 0%, 0% 0%;
    }
}

@media (max-width: 1200px) {.customer-support-EskHBp {
    padding: 80px 0;
}.customer-support-EskHBp .get-contactwidget-rTFzv0 {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}.customer-support-EskHBp .quick-answers-tjXBUu:nth-child(1) {
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.customer-support-EskHBp .get-contactwidget-rTFzv0 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
}.customer-support-EskHBp .quick-answers-tjXBUu:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.customer-support-EskHBp .quick-answers-tjXBUu:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    transform: perspective(1000px) rotateY(0);
}.customer-support-EskHBp .quick-answers-tjXBUu:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    transform: perspective(1000px) rotateY(0);
}
}

@media (max-width: 768px) {.customer-support-EskHBp {
    padding: 60px 0;
}.customer-support-EskHBp .quick-answers-tjXBUu:nth-child(1) {
    padding: 2rem;
}.customer-support-EskHBp .quick-answers-tjXBUu .img-list-item-gNs1K8 {
    aspect-ratio: 16/9;
}.customer-support-EskHBp .online-questions-0t3xnV {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
}

@media (max-width: 576px) {.customer-support-EskHBp {
    padding: 40px 0;
}.customer-support-EskHBp .quick-answers-tjXBUu:nth-child(1) {
    padding: 1.5rem;
}.customer-support-EskHBp .quick-answers-tjXBUu h2 {
    font-size: calc(34px * 0.9);
}.customer-support-EskHBp .contact-ask-BriPWd {
    padding: 1.25rem;
}.customer-support-EskHBp .online-questions-0t3xnV {
    grid-template-columns: 1fr 1fr;
}.customer-support-EskHBp .edu-talk-zN6qnF a {
    padding-left: 2rem;
}.customer-support-EskHBp .edu-talk-zN6qnF svg {
    width: 1.25rem;
    height: 1.25rem;
}}.course-rewards-rA2seR {
    background: linear-gradient(160deg, rgb(174,198,194) 0%, #ffffff 100%);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}.course-rewards-rA2seR::before {
    opacity: 0.3;
    filter: blur(100px);
    border-radius: 50%;
    right: -150px;
    height: 400px;
    width: 400px;
    background: rgb(137,161,157,0.5);
    content: "";
    position: absolute;
    animation: pulse 10s ease-in-out infinite alternate;
    top: -150px;
}.course-rewards-rA2seR::after {
    border-radius: 50%;
    opacity: 0.3;
    width: 400px;
    bottom: -150px;
    left: -150px;
    position: absolute;
    animation: pulse 12s ease-in-out infinite alternate-reverse;
    background: rgb(101,123,118,0.5);
    height: 400px;
    filter: blur(100px);
    content: "";
}@keyframes pulse {
  0% {
    opacity: 0.2;
    transform: scale(0.9);
  }
  100% {
    opacity: 0.4;
    transform: scale(1.1);
  }
}

.course-rewards-rA2seR .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.course-rewards-rA2seR .study-guide-VLTvXQ {
    grid-template-columns: 1fr 1.3fr;
    position: relative;
    gap: 0;
    display: grid;
}.course-rewards-rA2seR .img-list-item-gNs1K8 {
    object-fit: cover;
    transition: all 0.5s ease;
    height: 100%;
    min-height: 400px;
    width: 100%;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    transform-origin: center;
}.course-rewards-rA2seR .img-list-item-gNs1K8:hover {
    transform: scale(1.02);
}.course-rewards-rA2seR .metadata-block-sZoM58 {
    position: relative;
    z-index: 2;
    border-radius: 15px;
    margin-left: -30px;
    background: #ffffff;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.7);
    padding: 40px 35px 40px 45px;
}.course-rewards-rA2seR .metadata-block-sZoM58::before {
    width: 100px;
    background: linear-gradient(135deg, rgb(137,161,157,0.5), transparent);
    opacity: 0.4;
    height: 100px;
    top: 0;
    right: 0;
    position: absolute;
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}.course-rewards-rA2seR .metadata-block-sZoM58::after {
    height: 100px;
    content: "";
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(101,123,118,0.5), transparent);
    opacity: 0.4;
    width: 100px;
    position: absolute;
}.course-rewards-rA2seR h3 {
    color: rgb(137,161,157);
    font-size: 35px;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
}.course-rewards-rA2seR h3::before {
    top: 0;
    content: "";
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(137,161,157), rgb(101,123,118));
    width: 5px;
    height: 100%;
    left: 0;
}.course-rewards-rA2seR ul {
    gap: 15px;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    list-style: none;
}.course-rewards-rA2seR li {
    position: relative;
    transition: all 0.3s ease;
    transform: translateY(0);
}.course-rewards-rA2seR li:hover {
    transform: translateY(-5px);
}.course-rewards-rA2seR li p {
    position: relative;
    font-size: 13px;
    display: flex;
    color: #000000;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    gap: 16px;
    margin: 0;
    border-radius: 10px;
    z-index: 1;
    align-items: center;
    padding: 15px 20px;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 10px rgba(255, 255, 255, 0.8);
    overflow: hidden;
}.course-rewards-rA2seR li p::before {
    opacity: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(137,161,157,0.5), rgb(101,123,118,0.5));
    content: "";
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}.course-rewards-rA2seR li:hover p {
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -5px -5px 15px rgba(255, 255, 255, 1);
}.course-rewards-rA2seR li:hover p::before {
    opacity: 0.1;
}.course-rewards-rA2seR svg {
    padding: 10px;
    background: #ffffff;
    width: 24px;
    box-shadow: 
    3px 3px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    flex-shrink: 0;
    border-radius: 50%;
    height: 24px;
}.course-rewards-rA2seR svg path {
    fill: rgb(137,161,157);
    transition: fill 0.3s ease;
}.course-rewards-rA2seR li:hover svg {
    background: linear-gradient(135deg, rgb(137,161,157), rgb(101,123,118));
    transform: rotate(-15deg);
    box-shadow: 
    5px 5px 10px rgba(0, 0, 0, 0.15),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
}.course-rewards-rA2seR li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.course-rewards-rA2seR {
    padding: 60px 0;
}.course-rewards-rA2seR .study-guide-VLTvXQ {
    gap: 30px;
    grid-template-columns: 1fr;
}.course-rewards-rA2seR .img-list-item-gNs1K8 {
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.course-rewards-rA2seR .metadata-block-sZoM58 {
    margin-left: 0;
    padding: 35px 30px;
}
}

@media (max-width: 768px) {.course-rewards-rA2seR {
    padding: 50px 0;
}.course-rewards-rA2seR .img-list-item-gNs1K8 {
    min-height: 280px;
}.course-rewards-rA2seR h3 {
    font-size: calc(35px * 0.95);
}
}

@media (max-width: 576px) {.course-rewards-rA2seR {
    padding: 40px 0;
}.course-rewards-rA2seR .img-list-item-gNs1K8 {
    min-height: 220px;
}.course-rewards-rA2seR .metadata-block-sZoM58 {
    padding: 25px 20px;
}.course-rewards-rA2seR h3 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.9);
}.course-rewards-rA2seR li p {
    gap: 12px;
    font-size: 13px;
    padding: 12px 15px;
}.course-rewards-rA2seR svg {
    width: 22px;
    padding: 8px;
    height: 22px;
}}.course-program-description-RWgsE0 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(174,198,194);
    perspective: 1000px;
}.course-program-description-RWgsE0::before {
    left: 0;
    opacity: 0.05;
    height: 100%;
    animation: shiftLines 20s linear infinite;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(137,161,157,0.5) 0,
        rgb(137,161,157,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    width: 100%;
    position: absolute;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.course-program-description-RWgsE0 .container {
    margin: 0 auto;
    overflow: visible;
    max-width: 1280px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.course-program-description-RWgsE0 .program-route-N3jhFV {
    min-height: 550px;
    gap: 0;
    display: grid;
    grid-template-rows: auto auto;
    position: relative;
    grid-template-columns: 1fr;
}.course-program-description-RWgsE0 .metadata-block-sZoM58 {
    margin-right: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: -80px;
    transform: translateZ(0);
    grid-row: 2;
    z-index: 5;
    position: relative;
    transition: transform 0.5s ease;
    grid-column: 1;
    border-radius: 21px;
    background: #ffffff;
    margin-left: 50px;
    padding: 40px;
}.course-program-description-RWgsE0 .metadata-block-sZoM58::before {
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
    width: 100%;
    position: absolute;
    border-radius: 21px;
    backdrop-filter: blur(10px);
    left: 0;
    height: 100%;
    z-index: -1;
    content: "";
    top: 0;
}.course-program-description-RWgsE0 .metadata-block-sZoM58::after {
    border-radius: 50%;
    right: -20px;
    background: radial-gradient(circle, rgb(137,161,157) 0%, transparent 70%);
    opacity: 0.3;
    filter: blur(20px);
    position: absolute;
    top: -20px;
    height: 100px;
    z-index: -1;
    animation: pulsate 5s ease-in-out infinite;
    content: "";
    width: 100px;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.course-program-description-RWgsE0 .metadata-block-sZoM58 h2 {
    font-size: 35px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 2;
    color: #000000;
    display: inline-block;
}.course-program-description-RWgsE0 .metadata-block-sZoM58 h2::before {
    left: 0;
    height: 4px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    border-radius: 10px;
    bottom: -8px;
    background: rgb(137,161,157);
    width: 40px;
}.course-program-description-RWgsE0 .metadata-block-sZoM58:hover h2::before {
    width: 100%;
}.course-program-description-RWgsE0 .metadata-block-sZoM58 .description {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
    color: #000000;
}.course-program-description-RWgsE0 .metadata-block-sZoM58 .description:last-child {
    margin-bottom: 0;
}.course-program-description-RWgsE0 .img-list-item-gNs1K8 {
    transform: rotateX(5deg);
    transition: transform 0.5s ease;
    grid-row: 1;
    height: 450px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 3;
    grid-column: 1;
    border-radius: 21px;
}.course-program-description-RWgsE0 .img-list-item-gNs1K8::before {
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
}.course-program-description-RWgsE0 .img-list-item-gNs1K8::after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    mix-blend-mode: overlay;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(137,161,157,0.5) 0%,
        transparent 60%
    );
    left: 0;
    position: absolute;
    top: 0;
}.course-program-description-RWgsE0:hover .img-list-item-gNs1K8 {
    transform: rotateX(2deg) translateY(-10px);
}.course-program-description-RWgsE0:hover .metadata-block-sZoM58 {
    transform: translateY(-10px);
}.course-program-description-RWgsE0 .container::before,
.course-program-description-RWgsE0 .container::after {
    background: rgb(101,123,118,0.5);
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    content: "";
    border-radius: 50%;
}.course-program-description-RWgsE0 .container::before {
    top: -100px;
    left: -50px;
    animation: float 20s ease-in-out infinite;
    height: 200px;
    width: 200px;
}.course-program-description-RWgsE0 .container::after {
    height: 150px;
    bottom: -50px;
    width: 150px;
    animation: float 15s ease-in-out infinite reverse;
    right: -30px;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.course-program-description-RWgsE0 .program-route-N3jhFV::after {
    right: 0;
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(137,161,157,0.5) 20px,
        rgb(137,161,157,0.5) 21px
    );
    opacity: 0.05;
    height: 100%;
    z-index: 1;
}

@media screen and (max-width: 1024px) {.course-program-description-RWgsE0 {
    padding: 80px 0;
}.course-program-description-RWgsE0 .program-route-N3jhFV {
    min-height: 400px;
}.course-program-description-RWgsE0 .img-list-item-gNs1K8 {
    height: 350px;
}.course-program-description-RWgsE0 .metadata-block-sZoM58 {
    margin-top: -60px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 30px;
}.course-program-description-RWgsE0 .container::before {
    width: 150px;
    height: 150px;
}.course-program-description-RWgsE0 .container::after {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 767px) {.course-program-description-RWgsE0 {
    padding: 60px 0;
}.course-program-description-RWgsE0 .program-route-N3jhFV {
    min-height: auto;
}.course-program-description-RWgsE0 .img-list-item-gNs1K8 {
    transform: none;
    height: 250px;
}.course-program-description-RWgsE0 .metadata-block-sZoM58 {
    margin-top: -40px;
    margin-right: 15px;
    padding: 25px;
    margin-left: 15px;
    transform: none;
}.course-program-description-RWgsE0 .metadata-block-sZoM58 h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.85);
}.course-program-description-RWgsE0 .metadata-block-sZoM58 .description {
    font-size: calc(18px * 0.95);
}.course-program-description-RWgsE0:hover .img-list-item-gNs1K8,
    .course-program-description-RWgsE0:hover .metadata-block-sZoM58 {
    transform: none;
}.course-program-description-RWgsE0 .container::before,
    .course-program-description-RWgsE0 .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-program-description-RWgsE0 .img-list-item-gNs1K8 {
    animation: slideUp 0.8s ease-out forwards;
}.course-program-description-RWgsE0 .metadata-block-sZoM58 {
    animation: slideUp 1s 0.3s ease-out forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}

@media (prefers-color-scheme: dark) {.course-program-description-RWgsE0 {
    background: rgb(137,161,157);
}.course-program-description-RWgsE0 .metadata-block-sZoM58::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.course-program-description-RWgsE0 .metadata-block-sZoM58 h2 {
    color: #ffffff;
}.course-program-description-RWgsE0 .metadata-block-sZoM58 .description {
    color: #ffffff;
    opacity: 0.9;
}
}

@media (prefers-contrast: more) {.course-program-description-RWgsE0 .metadata-block-sZoM58 {
    background: #ffffff;
}.course-program-description-RWgsE0 .metadata-block-sZoM58 h2 {
    color: #000000;
}.course-program-description-RWgsE0 .metadata-block-sZoM58 .description {
    color: #000000;
}.course-program-description-RWgsE0 .img-list-item-gNs1K8::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.course-program-description-RWgsE0::before,
    .course-program-description-RWgsE0 .container::before,
    .course-program-description-RWgsE0 .container::after,
    .course-program-description-RWgsE0 .metadata-block-sZoM58::after,
    .course-program-description-RWgsE0:hover .img-list-item-gNs1K8,
    .course-program-description-RWgsE0:hover .metadata-block-sZoM58 {
    transform: none;
    animation: none;
}.course-program-description-RWgsE0 .img-list-item-gNs1K8,
    .course-program-description-RWgsE0 .metadata-block-sZoM58 {
    opacity: 1;
    animation: none;
}}

.course-program-description-RWgsE0 .img-list-item-gNs1K8,
.course-program-description-RWgsE0 .metadata-block-sZoM58 {
    will-change: transform;
    transform: translateZ(0);
}

@media (hover: hover) {.course-program-description-RWgsE0 .metadata-block-sZoM58:hover h2::before {
    width: 100%;
}.course-program-description-RWgsE0:hover .img-list-item-gNs1K8 {
    transform: rotateX(2deg) translateY(-10px);
}.course-program-description-RWgsE0:hover .metadata-block-sZoM58 {
    transform: translateY(-10px);
}}.tyContent-Rvgyiz {
    background: linear-gradient(135deg, rgb(174,198,194) 0%, rgb(137,161,157,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    font-family: Arial, sans-serif;
}.tyContent-Rvgyiz::before {
    background: rgb(101,123,118,0.5);
    z-index: 0;
    filter: blur(60px);
    position: absolute;
    top: -50px;
    height: 200px;
    right: -50px;
    content: "";
    border-radius: 50%;
    width: 200px;
    animation: float 15s infinite ease-in-out;
}.tyContent-Rvgyiz::after {
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(137,161,157), transparent);
    height: 5px;
}.tyContent-Rvgyiz .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.tyContent-Rvgyiz h2 {
    opacity: 1;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.4;
    font-size: 29px;
    max-width: 800px;
    font-weight: 700;
    animation: slideInUp 0.8s ease-out forwards;
    transform: translateY(0);
    position: relative;
}.tyContent-Rvgyiz h2::after {
    background: rgb(137,161,157);
    content: "";
    width: 60px;
    left: 0;
    transform-origin: left;
    position: absolute;
    bottom: -15px;
    height: 3px;
    transform: scaleX(1);
    transition: transform 0.5s ease;
}.tyContent-Rvgyiz .study-guide-VLTvXQ {
    background: #ffffff;
    opacity: 0;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    border-left: 4px solid rgb(137,161,157);
    animation: fadeInUp 1s ease-out 0.3s forwards;
    position: relative;
    transform: translateY(20px);
}.tyContent-Rvgyiz .study-guide-VLTvXQ::before {
    opacity: 0.05;
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, transparent 49.5%, rgb(101,123,118,0.5) 49.5%, rgb(101,123,118,0.5) 50.5%, transparent 50.5%);
    background-size: 20px 20px;
    left: 0;
    height: 100%;
    top: 0;
}.tyContent-Rvgyiz ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.tyContent-Rvgyiz li {
    position: relative;
    padding-left: 25px;
}.tyContent-Rvgyiz li::before {
    background: rgb(137,161,157);
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    content: "";
    top: 10px;
    height: 8px;
    width: 8px;
    left: 0;
    position: absolute;
}.tyContent-Rvgyiz li:hover::before {
    transform: rotate(225deg);
}.tyContent-Rvgyiz span {
    display: block;
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
}

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

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

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(15px);
    }
    50% {
        transform: translateY(0) translateX(30px);
    }
    75% {
        transform: translateY(15px) translateX(15px);
    }
}

@media (max-width: 991px) {.tyContent-Rvgyiz {
    padding: 80px 0;
}.tyContent-Rvgyiz h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.tyContent-Rvgyiz .study-guide-VLTvXQ {
    padding: 30px;
}
}

@media (max-width: 767px) {.tyContent-Rvgyiz {
    padding: 60px 0;
}.tyContent-Rvgyiz h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.tyContent-Rvgyiz h2::after {
    width: 40px;
}.tyContent-Rvgyiz .study-guide-VLTvXQ {
    padding: 25px 20px;
}.tyContent-Rvgyiz span {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.tyContent-Rvgyiz {
    padding: 40px 0;
}.tyContent-Rvgyiz h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.7);
}.tyContent-Rvgyiz .study-guide-VLTvXQ {
    border-left-width: 3px;
    padding: 20px 15px;
}.tyContent-Rvgyiz li {
    padding-left: 20px;
}.tyContent-Rvgyiz li::before {
    height: 6px;
    width: 6px;
    top: 8px;
}.tyContent-Rvgyiz span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}}.our-team-8iS64l {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(174,198,194) 100%);
}.our-team-8iS64l::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(137,161,157,0.5) 0,
        rgb(137,161,157,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    top: 0;
    content: "";
    width: 50%;
    z-index: 1;
    right: 0;
    opacity: 0.05;
    height: 100%;
}.our-team-8iS64l::after {
    width: 50%;
    left: 0;
    z-index: 1;
    bottom: 0;
    height: 100%;
    opacity: 0.05;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(101,123,118,0.5) 0,
        rgb(101,123,118,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}.our-team-8iS64l .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0;
    position: relative;
}.our-team-8iS64l h2 {
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 70px;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    color: #000000;
}.our-team-8iS64l h2::before {
    width: 60px;
    bottom: -15px;
    content: "";
    position: absolute;
    background: rgb(137,161,157);
    height: 4px;
    left: 20px;
}.our-team-8iS64l h2::after {
    bottom: -15px;
    width: 120px;
    z-index: -1;
    height: 4px;
    left: 20px;
    background: rgb(137,161,157,0.5);
    position: absolute;
    content: "";
}.our-team-8iS64l .diff-block-blc65u {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(1) {
    flex-direction: column;
    padding: 60px 40px 60px 20px;
    position: relative;
    justify-content: center;
    z-index: 3;
    grid-row: 1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    background: #ffffff;
    position: relative;
    grid-column: 1 / 3;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(2) {
    grid-column: 3 / 5;
    z-index: 2;
    margin-left: -20px;
    justify-content: center;
    display: flex;
    background: rgb(137,161,157);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    grid-row: 1;
    color: #ffffff;
    flex-direction: column;
    position: relative;
    padding: 60px 20px 60px 60px;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(1)::before {
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
    width: 40px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03));
    right: 0;
    position: absolute;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(2)::before {
    width: 60px;
    height: 100%;
    left: 0;
    background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.1));
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(1)::after {
    width: 80px;
    transition: all 0.5s ease;
    opacity: 0.1;
    top: -100%;
    border-radius: 50%;
    left: -100%;
    content: "";
    position: absolute;
    z-index: -1;
    background: rgb(137,161,157,0.5);
    height: 80px;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(1):hover::after {
    top: -10%;
    height: 150px;
    left: -10%;
    width: 150px;
}.our-team-8iS64l .learn-corner-BsXdxg h3 {
    font-size: 22px;
    display: inline-block;
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(1) h3 {
    color: #000000;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(2) h3 {
    color: #ffffff;
}.our-team-8iS64l .learn-corner-BsXdxg h3::after {
    bottom: 0;
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    width: 40px;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(1) h3::after {
    background: rgb(137,161,157);
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(2) h3::after {
    background: #ffffff;
}.our-team-8iS64l .learn-corner-BsXdxg p {
    margin-bottom: 0;
    position: relative;
    font-size: 13px;
    line-height: 1.8;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(1) p {
    color: #000000;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(2) p {
    color: rgba(255, 255, 255, 0.9);
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(2)::after {
    border-radius: 10px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: -1;
    content: "";
    transform: rotate(45deg);
    height: 80px;
    width: 80px;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(2):hover::after {
    transform: rotate(315deg);
    height: 100px;
    width: 100px;
}.our-team-8iS64l .container::before {
    content: "";
    right: -50px;
    filter: blur(50px);
    opacity: 0.05;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    top: -50px;
    height: 200px;
    background: rgb(101,123,118,0.5);
    width: 200px;
}.our-team-8iS64l .container::after {
    height: 250px;
    position: absolute;
    content: "";
    opacity: 0.05;
    filter: blur(60px);
    background: rgb(137,161,157,0.5);
    z-index: 0;
    border-radius: 50%;
    bottom: -80px;
    width: 250px;
    left: -80px;
}

@media screen and (max-width: 991px) {.our-team-8iS64l {
    padding: 90px 0;
}.our-team-8iS64l h2 {
    margin-bottom: 60px;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(1) {
    padding: 50px 30px 50px 20px;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(2) {
    padding: 50px 20px 50px 50px;
}
}

@media screen and (max-width: 768px) {.our-team-8iS64l {
    padding: 70px 0;
}.our-team-8iS64l h2 {
    margin-bottom: 50px;
    font-size: calc(38px + 0.1rem);
}.our-team-8iS64l .diff-block-blc65u {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
    display: flex;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(1),
    .our-team-8iS64l .learn-corner-BsXdxg:nth-child(2) {
    clip-path: none;
    margin-left: 0;
    padding: 40px 30px;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(2)::before {
    display: none;
}
}

@media screen and (max-width: 576px) {.our-team-8iS64l {
    padding: 60px 0;
}.our-team-8iS64l h2 {
    font-size: 38px;
    margin-bottom: 40px;
}.our-team-8iS64l .learn-corner-BsXdxg:nth-child(1),
    .our-team-8iS64l .learn-corner-BsXdxg:nth-child(2) {
    padding: 30px 20px;
}.our-team-8iS64l .learn-corner-BsXdxg h3 {
    font-size: calc(18px + 0.1rem);
    margin-bottom: 15px;
}.our-team-8iS64l .learn-corner-BsXdxg p {
    font-size: calc(13px - 0.05rem);
}}.test-drive-MG09O3 {
    position: relative;
    background: linear-gradient(135deg, rgb(101,123,118) 0%, rgb(137,161,157) 100%);
    padding: 100px 0;
    overflow: hidden;
}.test-drive-MG09O3::before {
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.1;
    z-index: 1;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(101,123,118,0.5) 0px,
        rgb(101,123,118,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    content: "";
}.test-drive-MG09O3::after {
    right: -50px;
    opacity: 0.2;
    height: 200px;
    bottom: -50px;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    content: "";
    width: 200px;
    background: rgb(137,161,157);
}.test-drive-MG09O3 .container {
    align-items: center;
    position: relative;
    z-index: 2;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.test-drive-MG09O3 h2 {
    color: #ffffff;
    transition: transform 0.5s ease;
    margin-bottom: 40px;
    font-size: 36px;
    font-family: Arial, sans-serif;
    text-align: center;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 900px;
    line-height: 1.4;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}.test-drive-MG09O3 h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}.test-drive-MG09O3 .study-guide-VLTvXQ {
    transform: translateY(0);
    background: #ffffff;
    padding: 30px 50px;
    display: flex;
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    justify-content: center;
    gap: 25px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    overflow: hidden;
}.test-drive-MG09O3 .study-guide-VLTvXQ::before {
    left: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(137,161,157), rgb(101,123,118));
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
}.test-drive-MG09O3 .study-guide-VLTvXQ:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.test-drive-MG09O3 svg {
    width: 48px;
    transform: rotate(-5deg);
    height: 48px;
    transition: transform 0.3s ease;
}.test-drive-MG09O3 svg:hover {
    transform: rotate(0deg) scale(1.1);
}.test-drive-MG09O3 svg path {
    fill: rgb(137,161,157);
    transition: fill 0.3s ease;
}.test-drive-MG09O3 .study-guide-VLTvXQ:hover svg path {
    fill: rgb(101,123,118);
}.test-drive-MG09O3 .request-message-ziPS9K {
    display: inline-block;
    position: relative;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px 35px;
    background: linear-gradient(135deg, rgb(137,161,157) 0%, rgb(101,123,118) 100%);
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 20px;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    font-weight: 600;
}.test-drive-MG09O3 .request-message-ziPS9K::before {
    transition: left 0.7s ease;
    left: -100%;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
}.test-drive-MG09O3 .request-message-ziPS9K:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px) scale(1.02);
}.test-drive-MG09O3 .request-message-ziPS9K:hover::before {
    left: 100%;
}.test-drive-MG09O3 .request-message-ziPS9K:active {
    transform: translateY(1px);
}.test-drive-MG09O3 .study-guide-VLTvXQ div {
    position: relative;
}.test-drive-MG09O3 .study-guide-VLTvXQ div::after {
    width: 0;
    position: absolute;
    background: rgb(101,123,118);
    transition: width 0.3s ease;
    height: 2px;
    bottom: -10px;
    content: "";
    left: 0;
}.test-drive-MG09O3 .study-guide-VLTvXQ:hover div::after {
    width: 100%;
}

@media (max-width: 991px) {.test-drive-MG09O3 {
    padding: 80px 0;
}.test-drive-MG09O3 h2 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}.test-drive-MG09O3 .study-guide-VLTvXQ {
    padding: 25px 40px;
}
}

@media (max-width: 767px) {.test-drive-MG09O3 {
    padding: 60px 0;
}.test-drive-MG09O3 h2 {
    margin-bottom: 25px;
    transform: none;
    font-size: calc(36px * 0.8);
}.test-drive-MG09O3 .study-guide-VLTvXQ {
    flex-direction: column;
    gap: 20px;
    padding: 25px;
}.test-drive-MG09O3 .study-guide-VLTvXQ::before {
    height: 5px;
    width: 100%;
}.test-drive-MG09O3 svg {
    height: 40px;
    width: 40px;
}.test-drive-MG09O3 .request-message-ziPS9K {
    padding: 12px 30px;
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 479px) {.test-drive-MG09O3 {
    padding: 50px 0;
}.test-drive-MG09O3 h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.7);
}.test-drive-MG09O3 .study-guide-VLTvXQ {
    padding: 20px;
}.test-drive-MG09O3 svg {
    height: 32px;
    width: 32px;
}.test-drive-MG09O3 .request-message-ziPS9K {
    font-size: calc(20px * 0.85);
    padding: 10px 25px;
}}.landing-page-OeVj1z {
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    position: relative;
    background: linear-gradient(135deg, rgb(101,123,118,0.5), rgb(137,161,157));
}.landing-page-OeVj1z .img-list-item-gNs1K8 {
    height: 100%;
    opacity: 0.85;
    position: absolute;
    transform: scale(1.05);
    animation: subtle-zoom 20s infinite alternate ease-in-out;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}.landing-page-OeVj1z .img-list-item-gNs1K8::after {
    content: '';
    position: absolute;
    background: linear-gradient(145deg, 
        rgba(20, 30, 50, 0.2),
        rgba(20, 30, 50, 0.6),
        rgba(20, 30, 50, 0.8)
    );
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(2px);
}.landing-page-OeVj1z .study-guide-VLTvXQ {
    animation: slide-up 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 90%;
    align-items: flex-start;
    padding: 3rem 2rem;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    display: flex;
    transform: translateY(-1rem);
}.landing-page-OeVj1z h1 {
    animation: slide-right 0.8s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding-left: 1rem;
    color: #ffffff;
    font-size: 41px;
    transform: translateX(-10px);
    opacity: 0;
}.landing-page-OeVj1z h1::before {
    height: 100%;
    content: '';
    width: 5px;
    transform-origin: top;
    animation: scale-y 0.6s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(137,161,157);
    transform: scaleY(0);
    position: absolute;
    left: 0;
    top: 0;
}.landing-page-OeVj1z .metadata-block-sZoM58 {
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(20px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    animation: fade-up 0.8s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    border-radius: 10px;
    width: 100%;
    padding: 2.5rem;
    max-width: 550px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 1px 3px rgba(255, 255, 255, 0.1),
                0 -1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    opacity: 0;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}.landing-page-OeVj1z .metadata-block-sZoM58::before {
    content: '';
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.1),
        transparent 70%
    );
    opacity: 0;
    width: 200%;
    animation: light-sweep 8s infinite linear;
    position: absolute;
    z-index: -1;
    left: -50%;
    transform: rotate(45deg);
    top: -50%;
    height: 200%;
}.landing-page-OeVj1z .metadata-block-sZoM58 p {
    color: #ffffff;
    position: relative;
    font-size: calc(15px * 1.1);
    transform: translateY(15px);
    opacity: 0;
    margin-bottom: 2rem;
    line-height: 1.6;
    animation: fade-up 0.7s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.landing-page-OeVj1z .edu-lead-1d0Hv4 {
    transform: scale(0.95);
    margin: 2rem 0;
    justify-content: center;
    animation: scale-in 0.7s 1.1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    display: flex;
}.landing-page-OeVj1z .edu-lead-1d0Hv4 svg {
    filter: drop-shadow(0 5px 10px rgba(94, 170, 168, 0.3));
    width: 120px;
    height: 120px;
    animation: gentle-float 6s infinite ease-in-out;
    transform-origin: center;
}.landing-page-OeVj1z .edu-lead-1d0Hv4 svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease, opacity 0.3s ease;
    opacity: 0.9;
}.landing-page-OeVj1z .edu-lead-1d0Hv4 svg:hover path {
    fill: rgb(114, 190, 188);
    opacity: 1;
}.landing-page-OeVj1z .edu-lead-1d0Hv4 svg text {
    animation: text-glow 3s infinite alternate ease-in-out;
}.landing-page-OeVj1z h6 {
    text-align: center;
    animation: fade-up 0.7s 1.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    width: 100%;
    margin-top: 2rem;
    transform: translateY(15px);
}.landing-page-OeVj1z h6 .request-message-ziPS9K {
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
    z-index: 1;
    display: inline-block;
    padding: 1rem 2.5rem;
    color: #ffffff;
    box-shadow: 0 6px 15px rgba(94, 170, 168, 0.3);
    font-size: 20px;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    background: linear-gradient(135deg, rgb(137,161,157), rgb(101,123,118));
}.landing-page-OeVj1z h6 .request-message-ziPS9K::before {
    content: '';
    transition: left 0.7s ease;
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
}.landing-page-OeVj1z h6 .request-message-ziPS9K:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.4);
}.landing-page-OeVj1z h6 .request-message-ziPS9K:hover::before {
    left: 100%;
}

@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-right {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scale-in {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-y {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes light-sweep {
    0% {
        transform: rotate(0deg);
        opacity: 0;
    }
    25% {
        opacity: 0.5;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0;
    }
}

@keyframes gentle-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes text-glow {
    0% {
        filter: drop-shadow(0 0 2px rgba(94, 170, 168, 0.3));
    }
    100% {
        filter: drop-shadow(0 0 8px rgba(94, 170, 168, 0.6));
    }
}

@keyframes subtle-zoom {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@media (min-width: 768px) {.landing-page-OeVj1z .study-guide-VLTvXQ {
    width: 80%;
    padding: 4rem 3rem;
}.landing-page-OeVj1z h1 {
    font-size: calc(41px * 1.2);
}.landing-page-OeVj1z .metadata-block-sZoM58 {
    transform: translateX(2rem);
    padding: 3rem;
}.landing-page-OeVj1z .edu-lead-1d0Hv4 svg {
    height: 140px;
    width: 140px;
}
}

@media (min-width: 992px) {.landing-page-OeVj1z .study-guide-VLTvXQ {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 0;
}.landing-page-OeVj1z h1 {
    margin-bottom: 0;
    font-size: calc(41px * 1.4);
    width: 40%;
}.landing-page-OeVj1z .metadata-block-sZoM58 {
    width: 55%;
    max-width: none;
}.landing-page-OeVj1z .edu-lead-1d0Hv4 svg {
    height: 160px;
    width: 160px;
}
}

@media (max-width: 767px) {.landing-page-OeVj1z {
    padding: 4rem 1rem;
}.landing-page-OeVj1z h1 {
    font-size: calc(41px * 0.9);
    text-align: left;
}.landing-page-OeVj1z .metadata-block-sZoM58 {
    padding: 2rem;
}.landing-page-OeVj1z .metadata-block-sZoM58 p {
    font-size: 15px;
}.landing-page-OeVj1z .edu-lead-1d0Hv4 svg {
    height: 100px;
    width: 100px;
}.landing-page-OeVj1z h6 .request-message-ziPS9K {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 480px) {.landing-page-OeVj1z {
    min-height: 85vh;
}.landing-page-OeVj1z .study-guide-VLTvXQ {
    padding: 2rem 1rem;
}.landing-page-OeVj1z h1 {
    font-size: calc(41px * 0.8);
}.landing-page-OeVj1z .metadata-block-sZoM58 {
    padding: 1.5rem;
}.landing-page-OeVj1z .edu-lead-1d0Hv4 svg {
    height: 80px;
    width: 80px;
}.landing-page-OeVj1z h6 .request-message-ziPS9K {
    padding: 0.7rem 1.5rem;
}
}