* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}.honor-cta-iqGu {
    flex: 0 0 auto;
}.wrapper-container-Gem8 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.head-mainwrap-pOMt {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1225px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title-page-l1r5 {
    min-height: 100vh;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: flex;
}.title-page-l1r5::before {
    backdrop-filter: blur(2px);
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, 
    rgb(149,197,179,0.5) 0%, 
    rgba(0,0,0,0.65) 100%);
    position: absolute;
}.title-page-l1r5::after {
    height: 50%;
    transform: rotate(-15deg);
    z-index: -1;
    right: -5%;
    content: "";
    bottom: -5%;
    background: radial-gradient(circle at center, 
    rgb(99,163,148,0.5) 0%, 
    transparent 70%);
    animation: pulse 8s infinite alternate ease-in-out;
    width: 50%;
    position: absolute;
}.title-page-l1r5 > div {
    transform: translateY(-2%);
    padding: 4rem 2rem;
    position: relative;
    width: 90%;
    max-width: 1200px;
}.title-page-l1r5 > div > div:first-child {
    margin-bottom: 3rem;
    animation: slideRight 0.8s ease-out forwards;
    transform: translateX(-2rem);
    position: relative;
    opacity: 0;
}.title-page-l1r5 .title_style_header {
    position: relative;
    font-size: calc(40px * 1.2);
    text-shadow: 0 4px 12px rgba(0,0,0,0.25);
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}.title-page-l1r5 .title_style_header::after {
    width: 0;
    bottom: -0.5rem;
    left: 0;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(99,163,148), transparent);
    animation: expandWidth 1.2s 0.5s ease-out forwards;
    content: "";
}.title-page-l1r5 .start-page-zUZ8 {
    transform: translateY(2rem);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    border-radius: 10px;
    opacity: 0;
    border-left: 3px solid rgb(99,163,148);
    animation: slideUp 0.8s 0.3s ease-out forwards;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, 
    rgba(255,255,255,0.1) 0%, 
    rgba(255,255,255,0.05) 100%);
    padding: 2.5rem;
}.title-page-l1r5 .study-classes-c9WO {
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateX(-1rem);
    animation: slideRight 0.8s 0.5s ease-out forwards;
}.title-page-l1r5 .study-classes-c9WO h3 {
    padding-left: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    font-size: calc(23px * 1.1);
    position: relative;
}.title-page-l1r5 .study-classes-c9WO h3::before {
    background: rgb(99,163,148);
    position: absolute;
    transform-origin: top;
    animation: scaleVertical 0.6s 0.8s ease-out forwards;
    transform: scaleY(0);
    height: 100%;
    width: 3px;
    content: "";
    top: 0;
    left: -0.5rem;
}.title-page-l1r5 .start-page-zUZ8 > div:last-child {
    animation: slideUp 0.8s 0.7s ease-out forwards;
    position: relative;
    padding-top: 1rem;
    opacity: 0;
    transform: translateY(1rem);
}.title-page-l1r5 .start-page-zUZ8 > div:last-child::before {
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(99,163,148), transparent);
    height: 1px;
    position: absolute;
    width: 30%;
    top: 0;
}.title-page-l1r5 .start-page-zUZ8 span p {
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1.7;
    color: #ffffff;
    font-size: calc(18px * 1.1);
}

@keyframes slideRight {
  from {
    transform: translateX(-2rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(2rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 60%;
  }
}

@keyframes scaleVertical {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1) rotate(-15deg);
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
  }
}

@media (max-width: 992px) {.title-page-l1r5 > div {
    width: 95%;
    padding: 3rem 1.5rem;
}.title-page-l1r5 .title_style_header {
    font-size: calc(40px * 1.1);
}.title-page-l1r5 .start-page-zUZ8 {
    padding: 2rem;
}.title-page-l1r5 .study-classes-c9WO h3 {
    font-size: 23px;
}
}

@media (max-width: 768px) {.title-page-l1r5 > div {
    width: 100%;
    padding: 2.5rem 1.25rem;
}.title-page-l1r5 .title_style_header {
    font-size: 40px;
}.title-page-l1r5 .start-page-zUZ8 {
    padding: 1.75rem;
}
}

@media (max-width: 576px) {.title-page-l1r5 {
    min-height: 90vh;
}.title-page-l1r5 > div {
    padding: 2rem 1rem;
}.title-page-l1r5 > div > div:first-child {
    margin-bottom: 2rem;
}.title-page-l1r5 .title_style_header {
    font-size: calc(40px * 0.9);
}.title-page-l1r5 .start-page-zUZ8 {
    padding: 1.5rem;
}.title-page-l1r5 .study-classes-c9WO h3 {
    font-size: calc(23px * 0.9);
}.title-page-l1r5 .start-page-zUZ8 span p {
    font-size: 18px;
}.title-page-l1r5::after {
    height: 50%;
    width: 70%;
}}.ty-modal-g1jo {
    position: relative;
    background: linear-gradient(135deg, rgb(198,226,214) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0 100px;
}.ty-modal-g1jo::before {
    top: -50px;
    width: 300px;
    filter: blur(80px);
    height: 300px;
    position: absolute;
    background: linear-gradient(45deg, rgb(99,163,148,0.5) 0%, rgb(149,197,179,0.5) 100%);
    right: -50px;
    animation: float 15s ease-in-out infinite;
    content: "";
    z-index: 1;
    opacity: 0.4;
}.ty-modal-g1jo::after {
    bottom: -30px;
    animation: float 18s ease-in-out infinite reverse;
    width: 250px;
    content: "";
    z-index: 1;
    left: -30px;
    background: linear-gradient(225deg, rgb(149,197,179,0.5) 0%, rgb(99,163,148,0.5) 80%);
    height: 250px;
    position: absolute;
    filter: blur(60px);
    opacity: 0.3;
}.ty-modal-g1jo .container {
    position: relative;
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
    max-width: 1140px;
}.ty-modal-g1jo h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 40px;
    opacity: 0;
    position: relative;
    color: #000000;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
}.ty-modal-g1jo h2::after {
    height: 3px;
    width: 80px;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transform-origin: left center;
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    bottom: -12px;
    left: 0;
    background: linear-gradient(90deg, rgb(149,197,179) 0%, rgb(99,163,148) 100%);
}.ty-modal-g1jo .skill-growth-9hx8 {
    opacity: 0;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    transform: translateY(30px);
    padding: 50px;
    border-radius: 29px;
}.ty-modal-g1jo .skill-growth-9hx8::before {
    transform: scaleY(0);
    position: absolute;
    left: 0;
    width: 6px;
    top: 0;
    background: linear-gradient(to bottom, rgb(99,163,148), rgb(149,197,179));
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform-origin: top center;
    height: 100%;
    content: "";
}.ty-modal-g1jo ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.ty-modal-g1jo li {
    padding-left: 25px;
    position: relative;
}.ty-modal-g1jo li::before {
    content: "";
    left: 0;
    width: 10px;
    height: 10px;
    transform: scale(0);
    background: linear-gradient(135deg, rgb(149,197,179) 0%, rgb(99,163,148) 100%);
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    position: absolute;
    border-radius: 50%;
    top: 8px;
}.ty-modal-g1jo span {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    transform: translateY(15px);
    display: block;
    color: #000000;
    animation: fadeText 0.8s ease forwards 0.8s;
    opacity: 0;
    font-size: calc(16px * 1.05);
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

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

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, -15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media (max-width: 991px) {.ty-modal-g1jo {
    padding: 90px 0 70px;
}.ty-modal-g1jo h2 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.9);
}.ty-modal-g1jo .skill-growth-9hx8 {
    padding: 40px 35px;
}.ty-modal-g1jo h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.ty-modal-g1jo {
    padding: 70px 0 50px;
}.ty-modal-g1jo h2 {
    line-height: 1.4;
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.ty-modal-g1jo .skill-growth-9hx8 {
    padding: 35px 25px;
}.ty-modal-g1jo span {
    line-height: 1.6;
    font-size: 16px;
}.ty-modal-g1jo h2::after {
    height: 2px;
    width: 60px;
}
}

@media (max-width: 575px) {.ty-modal-g1jo {
    padding: 60px 0 40px;
}.ty-modal-g1jo h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 25px;
}.ty-modal-g1jo .skill-growth-9hx8 {
    padding: 30px 20px;
}.ty-modal-g1jo li {
    padding-left: 20px;
}.ty-modal-g1jo li::before {
    width: 8px;
    height: 8px;
    top: 9px;
}.ty-modal-g1jo h2::after {
    width: 50px;
}
}

@media (hover: hover) {.ty-modal-g1jo .skill-growth-9hx8:hover {
    transform: translateY(-5px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
}.ty-modal-g1jo .skill-growth-9hx8:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(to bottom, rgb(149,197,179), rgb(99,163,148));
}}.company-info-ZfYo {
    background: rgb(198,226,214);
    position: relative;
    z-index: 1;
    padding: 140px 0;
    overflow: hidden;
}.company-info-ZfYo::before {
    transform-origin: center center;
    background: 
        linear-gradient(217deg, rgb(149,197,179,0.5), transparent 70%),
        linear-gradient(127deg, rgb(99,163,148,0.5), transparent 70%),
        linear-gradient(336deg, rgb(149,197,179,0.5), transparent 70%);
    top: 0;
    content: "";
    opacity: 0.15;
    animation: gradientFlow 15s ease infinite;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(20px);
    position: absolute;
    left: 0;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.company-info-ZfYo::after {
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(149,197,179,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(99,163,148,0.5) 0%, transparent 50%);
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    top: 0;
    z-index: -2;
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.company-info-ZfYo .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.company-info-ZfYo .container::before {
    background: rgb(149,197,179,0.5);
    width: 200px;
    opacity: 0.1;
    height: 200px;
    border-radius: 50%;
    filter: blur(80px);
    top: -100px;
    content: "";
    right: -100px;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.company-info-ZfYo .skill-growth-9hx8 {
    align-items: center;
    position: relative;
    gap: 60px;
    justify-content: space-between;
    display: flex;
}.company-info-ZfYo .skill-growth-9hx8::before {
    animation: scanline 4s ease-in-out infinite;
    bottom: -30px;
    background: linear-gradient(90deg, transparent, rgb(149,197,179), transparent);
    position: absolute;
    height: 1px;
    opacity: 0.4;
    left: 30%;
    content: "";
    width: 40%;
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.company-info-ZfYo .study-tracks-F7Or {
    background: rgba(255, 255, 255, 0.02);
    transform-style: preserve-3d;
    border-radius: 25px;
    flex-direction: column;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    align-items: center;
    backdrop-filter: blur(15px);
    flex: 0 0 40%;
    display: flex;
    perspective: 1000px;
    padding: 50px 35px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.company-info-ZfYo .study-tracks-F7Or:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(149,197,179,0.5);
    border-color: rgb(149,197,179,0.5);
}.company-info-ZfYo .study-tracks-F7Or::before {
    opacity: 0.07;
    border-radius: 25px;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, transparent 0%, rgb(149,197,179,0.5) 100%);
    z-index: -1;
    content: "";
    position: absolute;
    inset: 0;
}.company-info-ZfYo .study-tracks-F7Or:hover::before {
    opacity: 0.12;
}.company-info-ZfYo .study-tracks-F7Or::after {
    z-index: -2;
    animation: borderGlow 4s linear infinite;
    inset: -1px;
    position: absolute;
    content: "";
    border-radius: calc(25px + 1px);
    transition: opacity 0.4s ease;
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgb(149,197,179,0.5), transparent);
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.company-info-ZfYo .study-tracks-F7Or:hover::after {
    opacity: 1;
}.company-info-ZfYo .featured-photo-EkmI {
    border-radius: 50%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    z-index: 2;
    position: relative;
    margin-bottom: 30px;
    height: 220px;
    border: 5px solid rgba(255, 255, 255, 0.8);
    width: 220px;
    transition: all 0.5s ease;
}.company-info-ZfYo .featured-photo-EkmI::before {
    opacity: 0.2;
    animation: rotate 8s linear infinite;
    content: "";
    background: conic-gradient(rgb(149,197,179), rgb(99,163,148), rgb(149,197,179));
    -webkit-mask: linear-gradient(rgb(99,163,148,0.5)) content-box, linear-gradient(rgb(149,197,179,0.5));
    padding: 3px;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    position: absolute;
    inset: -3px;
    border-radius: 50%;
}.company-info-ZfYo .featured-photo-EkmI::after {
    border-radius: 50%;
    border: 1px dashed rgb(149,197,179,0.5);
    position: absolute;
    animation: rotateReverse 20s linear infinite;
    inset: -10px;
    content: "";
    opacity: 0.2;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.company-info-ZfYo .fast-learning-0UAa {
    width: 100%;
    padding-top: 15px;
    text-align: center;
    position: relative;
}.company-info-ZfYo .fast-learning-0UAa::before {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(149,197,179), transparent);
    opacity: 0.8;
    content: "";
    width: 70px;
}.company-info-ZfYo .expert-program-NXaU {
    font-weight: 700;
    position: relative;
    color: #000000;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    font-size: calc(19px * 1.15);
    display: inline-block;
}.company-info-ZfYo .expert-program-NXaU::after {
    height: 2px;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: rgb(149,197,179);
    transition: width 0.4s ease;
    width: 0;
}.company-info-ZfYo .study-tracks-F7Or:hover .expert-program-NXaU::after {
    width: 80%;
}.company-info-ZfYo .learn-track-yv37 {
    opacity: 0.9;
    font-size: calc(18px * 1.05);
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    color: rgb(149,197,179);
    transition: all 0.3s ease;
}.company-info-ZfYo .study-tracks-F7Or:hover .learn-track-yv37 {
    color: rgb(99,163,148);
    opacity: 1;
    transform: translateY(2px);
}.company-info-ZfYo .text-display-70Zy {
    border-radius: 25px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.03);
    flex: 0 0 55%;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 50px 45px;
}.company-info-ZfYo .text-display-70Zy:hover {
    transform: translateY(-10px);
    border-color: rgb(99,163,148,0.5);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(99,163,148,0.5);
}.company-info-ZfYo .text-display-70Zy::before,
.company-info-ZfYo .text-display-70Zy::after {
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    transition: all 0.8s ease;
    height: 500px;
    content: "";
    background: rgb(149,197,179,0.5);
    position: absolute;
    animation: blobAnimation 25s infinite alternate;
    z-index: -1;
    width: 500px;
    opacity: 0.03;
    filter: blur(60px);
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.company-info-ZfYo .text-display-70Zy::before {
    top: -250px;
    right: -250px;
}.company-info-ZfYo .text-display-70Zy::after {
    bottom: -250px;
    animation-delay: -15s;
    background: rgb(99,163,148,0.5);
    left: -250px;
}.company-info-ZfYo .text-display-70Zy:hover::before,
.company-info-ZfYo .text-display-70Zy:hover::after {
    opacity: 0.08;
    filter: blur(40px);
}.company-info-ZfYo .why-trust-kPDz {
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    font-size: calc(19px * 1.2);
    margin-bottom: 25px;
    gap: 16px;
    color: rgb(149,197,179);
    font-weight: 600;
}.company-info-ZfYo .why-trust-kPDz::after {
    transition: width 0.4s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(149,197,179), transparent);
    left: 0;
    content: "";
    height: 1px;
    bottom: -8px;
    width: 0;
}.company-info-ZfYo .text-display-70Zy:hover .why-trust-kPDz::after {
    width: 50%;
}.company-info-ZfYo .why-trust-kPDz svg {
    fill: rgb(149,197,179);
    height: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 48px;
    transition: all 0.4s ease;
}.company-info-ZfYo .why-trust-kPDz svg path {
    transition: fill 0.4s ease;
}.company-info-ZfYo .text-display-70Zy h2 {
    color: #000000;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    font-size: calc(30px * 1.1);
    letter-spacing: 0.5px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
}.company-info-ZfYo .text-display-70Zy h2::after {
    height: 3px;
    content: "";
    border-radius: 10px;
    transition: width 0.5s ease;
    background: linear-gradient(90deg, rgb(149,197,179), rgb(99,163,148,0.5), transparent);
    bottom: 0;
    position: absolute;
    width: 100px;
    left: 0;
}.company-info-ZfYo .text-display-70Zy p {
    color: #000000;
    margin-bottom: 0;
    position: relative;
    font-size: calc(18px * 1.05);
    line-height: 1.9;
    transition: all 0.4s ease;
}.company-info-ZfYo .text-display-70Zy::before,
.company-info-ZfYo .text-display-70Zy::after,
.company-info-ZfYo .study-tracks-F7Or::before,
.company-info-ZfYo .study-tracks-F7Or::after,
.company-info-ZfYo .featured-photo-EkmI::before,
.company-info-ZfYo .featured-photo-EkmI::after {
    pointer-events: none;
}.company-info-ZfYo .skill-growth-9hx8::after {
    background-size: 40px 40px;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    content: "";
    background-image: 
        radial-gradient(rgb(149,197,179,0.5) 1px, transparent 1px),
        radial-gradient(rgb(99,163,148,0.5) 1px, transparent 1px);
    opacity: 0.03;
    background-position: 0 0, 20px 20px;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
}

@media (max-width: 1199px) {.company-info-ZfYo {
    padding: 120px 0;
}.company-info-ZfYo .skill-growth-9hx8 {
    gap: 50px;
}.company-info-ZfYo .text-display-70Zy {
    padding: 40px 35px;
}.company-info-ZfYo .study-tracks-F7Or {
    padding: 40px 30px;
}
}

@media (max-width: 991px) {.company-info-ZfYo {
    padding: 100px 0;
}.company-info-ZfYo .skill-growth-9hx8 {
    gap: 50px;
    flex-direction: column;
}.company-info-ZfYo .study-tracks-F7Or,
    .company-info-ZfYo .text-display-70Zy {
    flex: 0 0 100%;
    width: 100%;
}.company-info-ZfYo .text-display-70Zy {
    padding: 40px 30px;
}.company-info-ZfYo .study-tracks-F7Or {
    margin: 0 auto;
    max-width: 500px;
}.company-info-ZfYo .skill-growth-9hx8::before {
    width: 60%;
    left: 20%;
}.company-info-ZfYo .text-display-70Zy h2 {
    font-size: 30px;
}
}

@media (max-width: 767px) {.company-info-ZfYo {
    padding: 80px 0;
}.company-info-ZfYo .featured-photo-EkmI {
    height: 180px;
    width: 180px;
}.company-info-ZfYo .study-tracks-F7Or {
    padding: 35px 25px;
}.company-info-ZfYo .text-display-70Zy {
    padding: 35px 25px;
}.company-info-ZfYo .text-display-70Zy h2 {
    font-size: calc(30px * 0.9);
    padding-bottom: 15px;
    margin-bottom: 25px;
}.company-info-ZfYo .expert-program-NXaU {
    font-size: 19px;
}.company-info-ZfYo .learn-track-yv37 {
    font-size: 18px;
}.company-info-ZfYo .why-trust-kPDz {
    font-size: 19px;
}.company-info-ZfYo .why-trust-kPDz svg {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 575px) {.company-info-ZfYo {
    padding: 60px 0;
}.company-info-ZfYo .featured-photo-EkmI {
    height: 150px;
    width: 150px;
    margin-bottom: 20px;
}.company-info-ZfYo .study-tracks-F7Or {
    padding: 30px 20px;
}.company-info-ZfYo .text-display-70Zy {
    padding: 30px 20px;
}.company-info-ZfYo .why-trust-kPDz {
    font-size: calc(19px * 0.95);
}.company-info-ZfYo .why-trust-kPDz svg {
    width: 35px;
    height: 35px;
}.company-info-ZfYo .text-display-70Zy h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.8);
}.company-info-ZfYo .text-display-70Zy p {
    font-size: 18px;
    line-height: 1.8;
}.company-info-ZfYo .expert-program-NXaU {
    font-size: calc(19px * 0.95);
}.company-info-ZfYo .learn-track-yv37 {
    font-size: calc(18px * 0.95);
}.company-info-ZfYo .skill-growth-9hx8::before {
    left: 10%;
    width: 80%;
}}header {
    z-index: 100;
    background: linear-gradient(to right, rgb(198,226,214), #ffffff);
    box-shadow: 0 5px 15px rgb(149,197,179,0.5);
    padding: 1.5rem 0;
    position: relative;
}header .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}header .nav-wrap-r08C {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}header .top-main-eAWB {
    border-radius: 10px;
    transition: all 0.3s ease;
    display: block;
    position: relative;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
}header .top-main-eAWB::after {
    bottom: -5px;
    position: absolute;
    width: 100%;
    opacity: 0.7;
    content: '';
    background: linear-gradient(to right, transparent, rgb(149,197,179), transparent);
    left: 0;
    height: 2px;
}header .top-main-eAWB svg {
    transition: transform 0.3s ease;
    height: auto;
    width: 180px;
}header .top-main-eAWB:hover svg {
    transform: scale(1.05);
}header .main-learn-CMKm {
    border-radius: 25px;
    display: flex;
    background: linear-gradient(to right, rgb(149,197,179,0.5), rgb(99,163,148,0.5));
    width: 100%;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 0.8rem;
    justify-content: center;
}header .page-header-UyFM {
    color: #000000;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    font-size: 16px;
    border-radius: 10px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 400;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}header .page-header-UyFM:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgb(149,197,179,0.5);
    background: linear-gradient(135deg, rgb(149,197,179), rgb(99,163,148));
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top-main-eAWB svg {
    width: 160px;
}header .main-learn-CMKm {
    padding: 0.7rem;
}header .page-header-UyFM {
    padding: 0.5rem 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav-wrap-r08C {
    gap: 1rem;
}header .top-main-eAWB svg {
    width: 140px;
}header .main-learn-CMKm {
    padding: 0.6rem;
    gap: 0.4rem;
}header .page-header-UyFM {
    padding: 0.4rem 0.8rem;
    font-size: calc(16px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav-wrap-r08C {
    gap: 0.8rem;
}header .top-main-eAWB svg {
    width: 120px;
}header .main-learn-CMKm {
    flex-wrap: nowrap;
    padding: 0.5rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .main-learn-CMKm::-webkit-scrollbar {
    height: 3px;
}header .main-learn-CMKm::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(149,197,179);
}header .page-header-UyFM {
    font-size: calc(16px - 2px);
    flex-shrink: 0;
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}.academic-experience-MAJ5 {
    position: relative;
    background: linear-gradient(135deg, rgb(198,226,214) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}.academic-experience-MAJ5::before {
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(99,163,148,0.5) 0px,
        rgb(99,163,148,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    opacity: 0.05;
    top: 0;
    content: "";
    height: 100%;
    z-index: 1;
}.academic-experience-MAJ5::after {
    width: 80%;
    top: -50%;
    opacity: 0.1;
    background: radial-gradient(
        ellipse at center,
        rgb(149,197,179,0.5) 0%,
        transparent 70%
    );
    transform: rotate(-15deg);
    right: -25%;
    height: 200%;
    z-index: 1;
    position: absolute;
    content: "";
}.academic-experience-MAJ5 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.academic-experience-MAJ5 .review-spot-CvL9 {
    position: relative;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    display: grid;
    gap: 2rem;
    background: #ffffff;
}.academic-experience-MAJ5 .review-spot-CvL9:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.academic-experience-MAJ5 .review-spot-CvL9::before {
    position: absolute;
    width: 5px;
    transform: scaleY(0);
    content: "";
    background: linear-gradient(to bottom, rgb(149,197,179), rgb(99,163,148));
    height: 100%;
    transform-origin: top;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
}.academic-experience-MAJ5 .review-spot-CvL9:hover::before {
    transform: scaleY(1);
}.academic-experience-MAJ5 .featured-photo-EkmI {
    margin: 0 auto;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border: 6px solid #ffffff;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: rotate(-3deg) translateY(0);
}.academic-experience-MAJ5 .review-spot-CvL9:hover .featured-photo-EkmI {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.academic-experience-MAJ5 .featured-photo-EkmI::after {
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}.academic-experience-MAJ5 .name {
    transform: translateY(0);
    width: 100%;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    color: rgb(149,197,179);
    font-size: calc(22px * 1.1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0.5rem 0;
}.academic-experience-MAJ5 .review-spot-CvL9:hover .name {
    transform: translateY(-5px);
}.academic-experience-MAJ5 .name::after {
    background: rgb(99,163,148);
    content: "";
    height: 2px;
    left: 50%;
    bottom: -5px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    transform: translateX(-50%) scaleX(0.5);
    width: 80px;
}.academic-experience-MAJ5 .review-spot-CvL9:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.academic-experience-MAJ5 .review-spot-CvL9 div:nth-child(2) div {
    color: rgb(99,163,148);
    font-size: calc(18px * 1.05);
    font-style: italic;
    text-align: center;
    transform: translateY(0);
    margin-top: 0.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}.academic-experience-MAJ5 .review-spot-CvL9:hover div:nth-child(2) div {
    transform: translateY(-3px);
}.academic-experience-MAJ5 .emp-skills-hNpO {
    color: #000000;
    opacity: 0.95;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    text-align: justify;
    padding: 1.5rem 0.5rem 0.5rem;
    margin: 1.5rem 0 0;
    transition: opacity 0.4s ease;
    font-size: 18px;
    line-height: 1.8;
}.academic-experience-MAJ5 .review-spot-CvL9:hover .emp-skills-hNpO {
    opacity: 1;
}.academic-experience-MAJ5 .emp-skills-hNpO::before {
    top: -0.5rem;
    line-height: 1;
    font-family: serif;
    color: rgb(149,197,179,0.5);
    content: "";
    font-size: 4rem;
    text-shadow: 2px 2px 0 #ffffff;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

@media (min-width: 768px) {.academic-experience-MAJ5 .review-spot-CvL9 {
    gap: 2.5rem;
    padding: 3.5rem;
    grid-template-columns: auto 1fr;
}.academic-experience-MAJ5 .featured-photo-EkmI {
    height: 200px;
    margin: 0;
    width: 200px;
}.academic-experience-MAJ5 .name {
    text-align: left;
}.academic-experience-MAJ5 .name::after {
    transform: translateX(0) scaleX(0.5);
    left: 0;
}.academic-experience-MAJ5 .review-spot-CvL9:hover .name::after {
    transform: translateX(0) scaleX(1);
}.academic-experience-MAJ5 .review-spot-CvL9 div:nth-child(2) div {
    text-align: left;
}.academic-experience-MAJ5 .review-spot-CvL9 div:nth-child(3) {
    grid-column: span 2;
}.academic-experience-MAJ5 .emp-skills-hNpO {
    padding: 2rem 1rem 0.5rem;
}.academic-experience-MAJ5 .emp-skills-hNpO::before {
    left: 1rem;
    transform: translateX(0);
}
}

@media (min-width: 992px) {.academic-experience-MAJ5 {
    padding: 150px 0;
}.academic-experience-MAJ5 .review-spot-CvL9 {
    padding: 4rem;
    grid-template-columns: 220px 1fr 2fr;
    gap: 3rem;
}.academic-experience-MAJ5 .review-spot-CvL9 div:nth-child(1) {
    grid-row: span 2;
}.academic-experience-MAJ5 .review-spot-CvL9 div:nth-child(3) {
    grid-column: 3;
    grid-row: span 2;
}.academic-experience-MAJ5 .featured-photo-EkmI {
    height: 280px;
    width: 220px;
}.academic-experience-MAJ5 .emp-skills-hNpO {
    align-items: center;
    display: flex;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 0 0 0 3rem;
    border-top: none;
}.academic-experience-MAJ5 .emp-skills-hNpO::before {
    left: 1rem;
    top: 1rem;
}
}

@media (min-width: 1200px) {.academic-experience-MAJ5 .review-spot-CvL9 {
    padding: 5rem;
    gap: 3.5rem;
    grid-template-columns: 250px 1fr 2.5fr;
}.academic-experience-MAJ5 .featured-photo-EkmI {
    width: 250px;
    height: 320px;
}.academic-experience-MAJ5 .name {
    font-size: calc(22px * 1.2);
}.academic-experience-MAJ5 .review-spot-CvL9 div:nth-child(2) div {
    font-size: calc(18px * 1.1);
    margin-top: 0.75rem;
}.academic-experience-MAJ5 .emp-skills-hNpO {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
    padding: 0 0 0 4rem;
}}footer {
    width: 100%;
    position: relative;
}.honor-cta-iqGu {
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    position: relative;
    padding: 70px 0 30px;
}.honor-cta-iqGu::before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(149,197,179), rgb(99,163,148));
    height: 5px;
    width: 100%;
    position: absolute;
    content: "";
}footer .ranking-bar-2g8w {
    display: grid;
    gap: 60px;
}footer .support-now-CXcv {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}footer .info_item {
    position: relative;
    margin-right: 30px;
    margin-bottom: 15px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    top: 3px;
    margin-right: 10px;
    fill: rgb(149,197,179);
    position: relative;
    height: 18px;
    width: 18px;
}footer .info_item p,
footer .info_item a {
    color: #000000;
    transition: color 0.2s ease;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(149,197,179);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .site-top-T7jO {
    margin-bottom: 15px;
}footer .site-top-T7jO svg {
    margin-bottom: 20px;
    width: auto;
    height: 40px;
}footer .telegram-ref-NEfu {
    font-size: 13px;
    line-height: 1.6;
    max-width: 350px;
    color: #000000;
}footer .main-learn-CMKm h5 {
    margin-bottom: 25px;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: 22px;
}footer .main-learn-CMKm h5::after {
    bottom: -8px;
    width: 30px;
    content: "";
    left: 0;
    position: absolute;
    background-color: rgb(149,197,179);
    height: 2px;
}footer .top-nav-XVSq {
    margin-bottom: 30px;
}footer .top-nav-XVSq a {
    margin-bottom: 12px;
    font-size: 15px;
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
    color: #000000;
    display: block;
}footer .top-nav-XVSq a:hover {
    color: rgb(149,197,179);
    transform: translateX(5px);
}footer .subscribe_holder {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    padding: 30px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    font-size: 22px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
}footer .input_holder {
    gap: 10px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    background-color: #ffffff;
    padding: 14px 16px;
    color: #000000;
    transition: border-color 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 15px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(149,197,179);
}footer .mail-wrap-T47W {
    border: none;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    border-radius: 10px;
    color: #ffffff;
    padding: 14px 20px;
    transition: background-color 0.3s ease;
    background-color: rgb(149,197,179);
    cursor: pointer;
}footer .mail-wrap-T47W:hover {
    background-color: rgb(99,163,148);
}footer .code-labs-Iq9Z {
    margin-top: 50px;
}footer .podcast-cta-6ntX {
    color: #000000;
    text-align: center;
    font-size: 13px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .mail-wrap-T47W {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .honor-cta-iqGu {
    padding: 50px 0 30px;
}footer .support-now-CXcv {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .code-labs-Iq9Z {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .honor-cta-iqGu {
    padding: 40px 0 20px;
}footer .ranking-bar-2g8w {
    gap: 40px;
}footer .main-learn-CMKm h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.course-structure-gt2S {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(198,226,214) 0%, rgb(149,197,179,0.5) 25%, rgb(99,163,148,0.5) 75%, rgb(198,226,214) 100%);
    position: relative;
}.course-structure-gt2S::before {
    top: 0;
    left: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(149,197,179,0.5) 0,
        rgb(149,197,179,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    opacity: 0.1;
    height: 100%;
    content: "";
    animation: patternShift 20s linear infinite;
}.course-structure-gt2S::after {
    filter: blur(50px);
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(99,163,148,0.5) 0%,
        transparent 50%
    );
    height: 100%;
    width: 100%;
    left: 0;
}.course-structure-gt2S .container {
    position: relative;
    z-index: 2;
}.course-structure-gt2S .skill-growth-9hx8 {
    overflow: hidden;
    border-radius: 0;
    justify-content: flex-end;
    position: relative;
    align-items: center;
    min-height: 500px;
    display: flex;
}.course-structure-gt2S .featured-photo-EkmI {
    transition: transform 0.7s ease-out, filter 0.7s ease;
    filter: saturate(1.2) contrast(1.1);
    z-index: 1;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    transform: scale(1.05);
}.course-structure-gt2S .featured-photo-EkmI::before {
    z-index: 2;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgb(149,197,179,0.5) 100%
    );
    position: absolute;
    left: 0;
    top: 0;
}.course-structure-gt2S .featured-photo-EkmI::after {
    z-index: 3;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.8;
    background: 
        radial-gradient(
            circle at 75% 25%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 90%
        );
    left: 0;
    content: "";
    top: 0;
}.course-structure-gt2S .program-guide-Hvl4 {
    max-width: 55%;
    padding: 50px;
    position: relative;
    z-index: 4;
    border-radius: 11px 0 0 11px;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.85);
    transform: translateX(-30px);
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.course-structure-gt2S .program-guide-Hvl4::before {
    border-radius: 11px 0 0 11px;
    left: 0;
    z-index: -1;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    height: 100%;
}.course-structure-gt2S .program-guide-Hvl4::after {
    left: 15px;
    width: calc(100% - 30px);
    border-radius: calc(11px - 10px) 0 0 calc(11px - 10px);
    position: absolute;
    content: "";
    border: 1px solid rgb(149,197,179,0.5);
    opacity: 0.5;
    height: calc(100% - 30px);
    top: 15px;
    z-index: -1;
}.course-structure-gt2S .site-top-T7jO {
    margin-bottom: 25px;
    z-index: 5;
    display: inline-block;
    position: relative;
}.course-structure-gt2S .site-top-T7jO svg {
    width: auto;
    height: 60px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}.course-structure-gt2S .site-top-T7jO svg:hover {
    transform: scale(1.05) translateY(-5px);
}.course-structure-gt2S .site-top-T7jO svg path {
    fill: rgb(149,197,179);
    transition: fill 0.3s ease;
}.course-structure-gt2S .site-top-T7jO::after {
    height: 3px;
    bottom: -8px;
    background: rgb(99,163,148);
    position: absolute;
    border-radius: 10px;
    width: 40px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
}.course-structure-gt2S .site-top-T7jO:hover::after {
    width: 100%;
}.course-structure-gt2S h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    line-height: 1.3;
    font-size: 29px;
    color: #000000;
    font-weight: 700;
}.course-structure-gt2S h3::after {
    height: 2px;
    border-radius: 10px;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(149,197,179) 0%,
        rgb(99,163,148) 100%
    );
    content: "";
    width: 70px;
    bottom: 0;
    position: absolute;
}.course-structure-gt2S p {
    position: relative;
    margin-bottom: 0;
    line-height: 1.8;
    color: #000000;
    font-size: 15px;
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 1200px) {.course-structure-gt2S .program-guide-Hvl4 {
    max-width: 65%;
}
}

@media (max-width: 992px) {.course-structure-gt2S {
    padding: 80px 0;
}.course-structure-gt2S .skill-growth-9hx8 {
    display: block;
    min-height: auto;
}.course-structure-gt2S .featured-photo-EkmI {
    position: relative;
    height: 300px;
    margin-bottom: 30px;
}.course-structure-gt2S .program-guide-Hvl4 {
    border-radius: 11px;
    padding: 40px 30px;
    max-width: 100%;
    transform: translateX(0);
}.course-structure-gt2S .program-guide-Hvl4::before,
    .course-structure-gt2S .program-guide-Hvl4::after {
    border-radius: 11px;
}
}

@media (max-width: 768px) {.course-structure-gt2S {
    padding: 60px 0;
}.course-structure-gt2S .featured-photo-EkmI {
    height: 250px;
}.course-structure-gt2S .program-guide-Hvl4 {
    padding: 30px 25px;
}.course-structure-gt2S h3 {
    font-size: calc(29px * 0.9);
}.course-structure-gt2S p {
    font-size: calc(15px * 0.95);
}.course-structure-gt2S .site-top-T7jO svg {
    height: 50px;
}}.privacy-holdings-x3GB {
    overflow: hidden;
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, rgb(198,226,214) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}.privacy-holdings-x3GB::before {
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: "";
    background-image: linear-gradient(45deg, rgb(149,197,179,0.5) 25%, transparent 25%), 
                      linear-gradient(-45deg, rgb(149,197,179,0.5) 25%, transparent 25%);
    left: 0;
    width: 100%;
    opacity: 0.04;
    background-size: 60px 60px;
}.privacy-holdings-x3GB::after {
    position: absolute;
    z-index: 0;
    content: "";
    transform: rotate(-15deg);
    background: linear-gradient(120deg, rgb(99,163,148,0.5) 0%, transparent 70%);
    right: -10%;
    height: 40%;
    top: -10%;
    width: 40%;
    opacity: 0.2;
}.privacy-holdings-x3GB .container {
    max-width: 1140px;
    padding: 3.5rem 4rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    background-color: #ffffff;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.privacy-holdings-x3GB h1 {
    padding-bottom: 1.2rem;
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #000000;
    line-height: 1.2;
    transform: translateX(-0.5rem);
    font-size: 43px;
}.privacy-holdings-x3GB h1::after {
    background: linear-gradient(90deg, rgb(149,197,179) 0%, rgb(99,163,148) 100%);
    height: 4px;
    animation: expandWidth 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 8rem;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    transform-origin: left;
}.privacy-holdings-x3GB h2 {
    position: relative;
    color: #000000;
    padding-left: 1.2rem;
    margin: 3rem 0 1.5rem;
    font-weight: 600;
    transform: translateX(-1.2rem);
    line-height: 1.3;
    font-size: 28px;
}.privacy-holdings-x3GB h2::before {
    border-radius: 2px;
    position: absolute;
    width: 4px;
    content: "";
    bottom: 0.5rem;
    left: 0;
    background: rgb(149,197,179);
    top: 0.5rem;
}.privacy-holdings-x3GB h3 {
    margin: 2.5rem 0 1.2rem;
    font-weight: 600;
    transform: translateX(-1rem);
    font-size: calc(28px * 0.85);
    padding-left: 1rem;
    color: #000000;
    position: relative;
}.privacy-holdings-x3GB h3::before {
    bottom: 0.4rem;
    position: absolute;
    content: "";
    border-radius: 1.5px;
    width: 3px;
    background: rgb(99,163,148);
    left: 0;
    top: 0.4rem;
}.privacy-holdings-x3GB h4 {
    font-weight: 600;
    transform: translateX(-0.8rem);
    color: #000000;
    padding-left: 0.8rem;
    position: relative;
    margin: 2rem 0 1rem;
    font-size: calc(28px * 0.7);
}.privacy-holdings-x3GB h4::before {
    position: absolute;
    left: 0;
    border-radius: 1px;
    top: 0.3rem;
    background: rgb(99,163,148,0.5);
    width: 2px;
    content: "";
    bottom: 0.3rem;
}.privacy-holdings-x3GB p {
    max-width: 95%;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    font-size: 12px;
}.privacy-holdings-x3GB strong {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
}.privacy-holdings-x3GB strong::after {
    position: absolute;
    left: 0;
    background-color: rgb(99,163,148,0.5);
    content: "";
    bottom: -2px;
    width: 100%;
    height: 1px;
}.privacy-holdings-x3GB ul {
    position: relative;
    padding-left: 1.5rem;
    list-style: none;
    margin: 1.5rem 0 2rem;
}.privacy-holdings-x3GB li {
    padding-left: 1.8rem;
    line-height: 1.6;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 12px;
}.privacy-holdings-x3GB li::before {
    transition: transform 0.3s ease, background-color 0.3s ease;
    content: "";
    background-color: rgb(149,197,179,0.5);
    transform: rotate(45deg);
    width: 0.6rem;
    height: 0.6rem;
    top: 0.7rem;
    position: absolute;
    left: 0;
    border: 1px solid rgb(149,197,179);
}.privacy-holdings-x3GB li:hover::before {
    background-color: rgb(149,197,179);
    transform: rotate(135deg);
}.privacy-holdings-x3GB span {
    font-size: 12px;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
    display: block;
    position: relative;
    color: #000000;
    line-height: 1.7;
}.privacy-holdings-x3GB span::after {
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(149,197,179,0.5) 0%, transparent 100%);
    content: "";
    bottom: 0;
    transform-origin: left;
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 8rem; }
}

@media (max-width: 991px) {.privacy-holdings-x3GB {
    padding: 4rem 1rem;
}.privacy-holdings-x3GB .container {
    padding: 2.5rem 3rem;
}.privacy-holdings-x3GB h1 {
    margin-bottom: 2rem;
    font-size: calc(43px * 0.9);
}.privacy-holdings-x3GB h2 {
    font-size: calc(28px * 0.9);
    margin: 2.5rem 0 1.2rem;
}
}

@media (max-width: 767px) {.privacy-holdings-x3GB {
    padding: 3rem 0.8rem;
}.privacy-holdings-x3GB .container {
    padding: 2rem 1.5rem;
}.privacy-holdings-x3GB h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 1.8rem;
    padding-bottom: 1rem;
}.privacy-holdings-x3GB h1::after {
    width: 6rem;
}.privacy-holdings-x3GB h2 {
    font-size: calc(28px * 0.8);
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    transform: translateX(-1rem);
}.privacy-holdings-x3GB h3 {
    padding-left: 0.8rem;
    transform: translateX(-0.8rem);
    margin: 1.8rem 0 1rem;
    font-size: calc(28px * 0.7);
}.privacy-holdings-x3GB h4 {
    font-size: calc(28px * 0.6);
    margin: 1.5rem 0 0.8rem;
}.privacy-holdings-x3GB p, 
    .privacy-holdings-x3GB span, 
    .privacy-holdings-x3GB li {
    margin-bottom: 1.2rem;
    font-size: calc(12px * 0.95);
}.privacy-holdings-x3GB ul {
    margin: 1.2rem 0 1.8rem;
    padding-left: 0.8rem;
}.privacy-holdings-x3GB li {
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
}
}

@media (max-width: 479px) {.privacy-holdings-x3GB {
    padding: 2rem 0.5rem;
}.privacy-holdings-x3GB .container {
    padding: 1.5rem 1.2rem;
}.privacy-holdings-x3GB h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.7);
}.privacy-holdings-x3GB h1::after {
    width: 5rem;
    height: 3px;
}.privacy-holdings-x3GB h2 {
    padding-left: 0.8rem;
    font-size: calc(28px * 0.7);
    transform: translateX(-0.8rem);
    margin: 1.8rem 0 0.8rem;
}.privacy-holdings-x3GB h2::before {
    width: 3px;
}.privacy-holdings-x3GB h3, .privacy-holdings-x3GB h4 {
    margin: 1.5rem 0 0.8rem;
    font-size: calc(28px * 0.6);
    transform: translateX(-0.7rem);
    padding-left: 0.7rem;
}.privacy-holdings-x3GB p, 
    .privacy-holdings-x3GB span, 
    .privacy-holdings-x3GB li {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    margin-bottom: 1rem;
    max-width: 100%;
}.privacy-holdings-x3GB ul {
    padding-left: 0.5rem;
}.privacy-holdings-x3GB li {
    padding-left: 1.3rem;
}.privacy-holdings-x3GB li::before {
    height: 0.5rem;
    width: 0.5rem;
}}.contact-information-I3F2 {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(198,226,214) 0%, rgb(149,197,179,0.5) 100%);
}.contact-information-I3F2::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(99,163,148,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(149,197,179,0.5) 0%, transparent 40%);
    content: '';
    position: absolute;
    animation: pulse 15s infinite alternate;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}.contact-information-I3F2::after {
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(149,197,179,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(149,197,179,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(149,197,179,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(149,197,179,0.5) 75%);
    width: 100%;
    content: '';
    left: 0;
    opacity: 0.05;
    position: absolute;
    top: 0;
    z-index: 1;
    background-size: 200px 200px;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
}.contact-information-I3F2 .featured-photo-EkmI {
    filter: grayscale(40%) contrast(120%);
    opacity: 0.2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}.contact-information-I3F2 .container {
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.contact-information-I3F2 h3 {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 32px;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}.contact-information-I3F2 h3::after {
    bottom: -10px;
    border-radius: 10px;
    transform: translateX(-50%);
    content: '';
    width: 80px;
    position: absolute;
    background: rgb(149,197,179);
    left: 50%;
    height: 4px;
}.contact-information-I3F2 .inquiry-request-0inN {
    border-radius: 14px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    background: #ffffff;
}.contact-information-I3F2 .inquiry-request-0inN::before {
    bottom: -5px;
    right: -5px;
    position: absolute;
    background: linear-gradient(45deg, rgb(99,163,148), rgb(149,197,179), rgb(99,163,148));
    animation: border-glow 5s infinite linear;
    content: '';
    border-radius: calc(14px + 5px);
    z-index: -1;
    left: -5px;
    top: -5px;
}.contact-information-I3F2 .query-links-9rfu {
    padding: 40px;
    position: relative;
    flex: 1 1 60%;
    overflow: hidden;
}.contact-information-I3F2 .query-links-9rfu::before {
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    opacity: 0.3;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    left: 0;
    content: '';
    top: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.contact-information-I3F2 .query-links-9rfu #contact {
    z-index: 1;
    position: relative;
}.contact-information-I3F2 .query-links-9rfu h3 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 24px;
    text-align: left;
    color: #000000;
}.contact-information-I3F2 .query-links-9rfu h3::after {
    width: 60px;
    left: 0;
    transform: none;
}.contact-information-I3F2 .query-links-9rfu input[type="text"],
.contact-information-I3F2 .query-links-9rfu textarea {
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
}.contact-information-I3F2 .query-links-9rfu input[type="text"]:focus,
.contact-information-I3F2 .query-links-9rfu textarea:focus {
    box-shadow: 0 0 0 3px rgb(149,197,179,0.5);
    border-color: rgb(149,197,179);
    background-color: #ffffff;
    outline: none;
}.contact-information-I3F2 .query-links-9rfu textarea {
    resize: vertical;
    height: 120px;
}.contact-information-I3F2 .query-links-9rfu .support-panel-Y9qc {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact-information-I3F2 .query-links-9rfu .support-panel-Y9qc input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-information-I3F2 .query-links-9rfu .support-panel-Y9qc label {
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
    font-size: calc(15px - 2px);
}.contact-information-I3F2 .query-links-9rfu .support-panel-Y9qc label::before {
    transition: all 0.3s ease;
    position: absolute;
    top: 2px;
    width: 22px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    content: '';
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 22px;
}.contact-information-I3F2 .query-links-9rfu .support-panel-Y9qc input[type="checkbox"]:checked + label::before {
    background-color: rgb(149,197,179);
    border-color: rgb(149,197,179);
}.contact-information-I3F2 .query-links-9rfu .support-panel-Y9qc input[type="checkbox"]:checked + label::after {
    border-left: 2px solid #ffffff;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    content: '';
    top: 9px;
    left: 7px;
    transform: rotate(-45deg);
    height: 4px;
    width: 8px;
}.contact-information-I3F2 .query-links-9rfu .support-panel-Y9qc a {
    color: rgb(149,197,179);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
}.contact-information-I3F2 .query-links-9rfu .support-panel-Y9qc a:hover {
    color: rgb(99,163,148);
    text-decoration: underline;
}.contact-information-I3F2 .query-links-9rfu .support-message-ihof {
    font-weight: 600;
    border: none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    background: linear-gradient(135deg, rgb(149,197,179) 0%, rgb(99,163,148) 100%);
    position: relative;
    transition: all 0.3s ease;
    border-radius: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 30px;
    overflow: hidden;
    cursor: pointer;
}.contact-information-I3F2 .query-links-9rfu .support-message-ihof::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    left: -100%;
    position: absolute;
    transition: all 0.5s ease;
    height: 100%;
    content: '';
    width: 100%;
}.contact-information-I3F2 .query-links-9rfu .support-message-ihof:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.contact-information-I3F2 .query-links-9rfu .support-message-ihof:hover::before {
    left: 100%;
}.contact-information-I3F2 .message-links-1fQ5 {
    background: linear-gradient(135deg, rgb(99,163,148) 0%, rgb(149,197,179) 100%);
    padding: 40px;
    overflow: hidden;
    flex: 1 1 40%;
    position: relative;
}.contact-information-I3F2 .message-links-1fQ5::before {
    top: 0;
    position: absolute;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    width: 100%;
    left: 0;
    opacity: 0.6;
    content: '';
}.contact-information-I3F2 .message-links-1fQ5 h4 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 24px;
}.contact-information-I3F2 .message-links-1fQ5 h4::after {
    content: '';
    background: #ffffff;
    border-radius: 10px;
    height: 3px;
    bottom: -10px;
    width: 60px;
    position: absolute;
    left: 0;
}.contact-information-I3F2 .message-links-1fQ5 .request-list-Q3rF {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact-information-I3F2 .message-links-1fQ5 .request-list-Q3rF li {
    z-index: 1;
    align-items: flex-start;
    margin-bottom: 25px;
    position: relative;
    display: flex;
}.contact-information-I3F2 .message-links-1fQ5 .request-list-Q3rF li svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}.contact-information-I3F2 .message-links-1fQ5 .request-list-Q3rF li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact-information-I3F2 .message-links-1fQ5 .request-list-Q3rF li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.contact-information-I3F2 .message-links-1fQ5 .request-list-Q3rF li span {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
}.contact-information-I3F2 .message-links-1fQ5 .request-list-Q3rF li a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.contact-information-I3F2 .message-links-1fQ5 .request-list-Q3rF li a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.contact-information-I3F2 {
    padding: 60px 0;
}.contact-information-I3F2 .container {
    padding: 0 15px;
}.contact-information-I3F2 .inquiry-request-0inN {
    flex-direction: column;
}.contact-information-I3F2 .query-links-9rfu,
    .contact-information-I3F2 .message-links-1fQ5 {
    flex: 1 1 100%;
}.contact-information-I3F2 .query-links-9rfu {
    padding: 30px;
}.contact-information-I3F2 .message-links-1fQ5 {
    padding: 30px;
}
}

@media (max-width: 768px) {.contact-information-I3F2 {
    padding: 40px 0;
}.contact-information-I3F2 h3 {
    margin-bottom: 30px;
    font-size: calc(32px - 4px);
}.contact-information-I3F2 .query-links-9rfu h3,
    .contact-information-I3F2 .message-links-1fQ5 h4 {
    font-size: calc(24px - 2px);
    margin-bottom: 20px;
}.contact-information-I3F2 .query-links-9rfu input[type="text"],
    .contact-information-I3F2 .query-links-9rfu textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact-information-I3F2 .query-links-9rfu textarea {
    height: 100px;
}.contact-information-I3F2 .query-links-9rfu .support-message-ihof {
    font-size: calc(16px - 1px);
    padding: 12px 25px;
}.contact-information-I3F2 .message-links-1fQ5 .request-list-Q3rF li {
    margin-bottom: 20px;
}.contact-information-I3F2 .message-links-1fQ5 .request-list-Q3rF li svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}

@media (max-width: 576px) {.contact-information-I3F2 {
    padding: 30px 0;
}.contact-information-I3F2 .query-links-9rfu,
    .contact-information-I3F2 .message-links-1fQ5 {
    padding: 20px;
}.contact-information-I3F2 h3 {
    font-size: calc(32px - 6px);
}.contact-information-I3F2 .query-links-9rfu .support-panel-Y9qc label {
    font-size: calc(15px - 3px);
}}.course-candidates-ikDI {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background-color: #edf0f8;
}.course-candidates-ikDI::before {
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    opacity: 0.4;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
}.course-candidates-ikDI .skill-growth-9hx8 {
    padding: 0 30px;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
    position: relative;
    max-width: 1200px;
}.course-candidates-ikDI h3 {
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    font-size: 29px;
    border-radius: 15px;
    color: #000000;
    margin-bottom: 60px;
    display: inline-block;
    padding: 20px 40px;
    position: relative;
    font-weight: 700;
    background-color: #edf0f8;
}.course-candidates-ikDI h3::after {
    position: absolute;
    height: 5px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(149,197,179), rgb(99,163,148));
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    content: '';
    width: 60px;
}.course-candidates-ikDI ul {
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    gap: 35px;
    justify-content: center;
    margin: 0;
}.course-candidates-ikDI ul li {
    text-align: left;
    background-color: #edf0f8;
    transition: all 0.4s ease;
    display: flex;
    padding: 35px 30px;
    width: calc(33.333% - 24px);
    border-radius: 20px;
    min-width: 280px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    align-items: flex-start;
    gap: 20px;
    position: relative;
}.course-candidates-ikDI ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
}.course-candidates-ikDI ul li::before {
    background: linear-gradient(135deg, rgb(149,197,179), rgb(99,163,148));
    content: '';
    border-radius: 50%;
    opacity: 0.5;
    width: 12px;
    transition: opacity 0.3s ease;
    right: 15px;
    height: 12px;
    top: 15px;
    position: absolute;
}.course-candidates-ikDI ul li:hover::before {
    opacity: 1;
}.course-candidates-ikDI ul li svg {
    border-radius: 12px;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    flex-shrink: 0;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    transition: all 0.4s ease;
    height: 50px;
    padding: 10px;
    width: 50px;
}.course-candidates-ikDI ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}.course-candidates-ikDI ul li svg path {
    fill: rgb(149,197,179);
    transition: fill 0.4s ease;
}.course-candidates-ikDI ul li:hover svg path {
    fill: rgb(99,163,148);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-candidates-ikDI ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}.course-candidates-ikDI ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course-candidates-ikDI ul li:nth-child(2) {
    animation-delay: 0.2s;
}.course-candidates-ikDI ul li:nth-child(3) {
    animation-delay: 0.3s;
}.course-candidates-ikDI ul li:nth-child(4) {
    animation-delay: 0.4s;
}.course-candidates-ikDI ul li:nth-child(5) {
    animation-delay: 0.5s;
}.course-candidates-ikDI ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.course-candidates-ikDI {
    padding: 80px 0;
}.course-candidates-ikDI h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.course-candidates-ikDI ul {
    gap: 25px;
}.course-candidates-ikDI ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.course-candidates-ikDI ul li {
    max-width: 400px;
    width: 100%;
}
}

@media (max-width: 576px) {.course-candidates-ikDI {
    padding: 60px 0;
}.course-candidates-ikDI h3 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.85);
    padding: 15px 20px;
}.course-candidates-ikDI ul li {
    padding: 25px 20px;
    gap: 15px;
}.course-candidates-ikDI ul li svg {
    width: 40px;
    height: 40px;
    padding: 8px;
}
}

@media (prefers-reduced-motion: reduce) {.course-candidates-ikDI ul li {
    opacity: 1;
    animation: none;
}.course-candidates-ikDI ul li:hover {
    transform: none;
}}.sign-up-for-updates-hWZi {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(149,197,179,0.5) 0%, rgb(99,163,148) 100%);
    overflow: hidden;
    position: relative;
}.sign-up-for-updates-hWZi::before {
    width: 120%;
    left: -10%;
    content: "";
    height: 70%;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
    background: rgb(99,163,148,0.5);
    top: -10%;
    position: absolute;
    transform: rotate(-15deg);
}.sign-up-for-updates-hWZi .skill-growth-9hx8 {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.sign-up-for-updates-hWZi .feedback-feedback-hBcy {
    flex-direction: column;
    display: flex;
    transform: translateX(10%);
    max-width: 90%;
}.sign-up-for-updates-hWZi h3 {
    transform: skewX(-5deg);
    margin-bottom: 2rem;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    font-size: 37px;
    color: #ffffff;
    font-weight: 700;
}.sign-up-for-updates-hWZi .input_holder {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    border-radius: 19px;
    max-width: 90%;
    display: flex;
    overflow: hidden;
    align-items: stretch;
    transform: perspective(800px) rotateY(-5deg);
    flex-direction: row;
}.sign-up-for-updates-hWZi input[type="email"] {
    flex-grow: 1;
    padding: 1.2rem 1.5rem;
    border: none;
    color: #000000;
    transition: all 0.3s ease;
    background: #ffffff;
    font-size: 15px;
    font-family: Arial, sans-serif;
}.sign-up-for-updates-hWZi input[type="email"]:focus {
    outline: none;
    box-shadow: inset 0 0 0 3px rgb(149,197,179,0.5);
    background: rgb(198,226,214);
}.sign-up-for-updates-hWZi .mail-wrap-T47W {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    background: linear-gradient(to right, rgb(149,197,179), rgb(99,163,148));
    padding: 1rem 2.5rem;
    border: none;
    font-weight: 600;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 19px;
}.sign-up-for-updates-hWZi .mail-wrap-T47W:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(149,197,179,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.sign-up-for-updates-hWZi .mail-wrap-T47W:active {
    transform: translateY(2px);
    animation: pulse 1s forwards;
}

@media (max-width: 768px) {.sign-up-for-updates-hWZi {
    padding: 3rem 1rem;
}.sign-up-for-updates-hWZi .feedback-feedback-hBcy {
    transform: translateX(0);
    max-width: 100%;
}.sign-up-for-updates-hWZi h3 {
    font-size: calc(21px + 0.2rem);
    text-align: left;
}.sign-up-for-updates-hWZi .input_holder {
    transform: perspective(0) rotateY(0);
    max-width: 100%;
    flex-direction: column;
}.sign-up-for-updates-hWZi input[type="email"] {
    padding: 1rem;
    width: 100%;
    border-radius: 10px 10px 0 0;
}.sign-up-for-updates-hWZi .mail-wrap-T47W {
    padding: 1rem;
    width: 100%;
    border-radius: 0 0 10px 10px;
}}.customer-comments-xGAw {
    padding: 120px 0 180px;
    position: relative;
    background: linear-gradient(to bottom, 
        rgb(198,226,214) 0%, 
        #ffffff 100%);
    overflow: hidden;
}.customer-comments-xGAw::before,
.customer-comments-xGAw::after {
    height: 50px;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, 
        rgb(198,226,214) 25%, 
        transparent 25%), 
        linear-gradient(-45deg, 
        rgb(198,226,214) 25%, 
        transparent 25%), 
        linear-gradient(45deg, 
        transparent 75%, 
        rgb(198,226,214) 75%), 
        linear-gradient(-45deg, 
        transparent 75%, 
        rgb(198,226,214) 75%);
    position: absolute;
    width: 100%;
    left: 0;
}.customer-comments-xGAw::before {
    top: 0;
    opacity: 0.2;
    transform: scaleY(-1);
}.customer-comments-xGAw::after {
    opacity: 0.2;
    bottom: 0;
}.customer-comments-xGAw .container {
    position: relative;
    z-index: 1;
}.customer-comments-xGAw h2 {
    position: relative;
    display: inline-block;
    left: 50%;
    margin-bottom: 70px;
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    transform: translateX(-50%);
    text-align: center;
}.customer-comments-xGAw h2::before,
.customer-comments-xGAw h2::after {
    width: 100px;
    top: 50%;
    content: "";
    position: absolute;
    background: rgb(149,197,179);
    height: 3px;
}.customer-comments-xGAw h2::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    right: calc(100% + 20px);
}.customer-comments-xGAw h2::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    left: calc(100% + 20px);
}.customer-comments-xGAw .student-perspectives-ygT9 {
    position: relative;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}.customer-comments-xGAw .student-perspectives-ygT9::before {
    background: repeating-linear-gradient(
        90deg,
        rgb(149,197,179,0.5),
        rgb(149,197,179,0.5) 5px,
        transparent 5px,
        transparent 10px
    );
    height: 2px;
    right: 0;
    content: "";
    position: absolute;
    animation: movePattern 20s linear infinite;
    z-index: -1;
    left: 0;
    top: 50%;
}@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 0;
    }
}

.customer-comments-xGAw .review-spot-CvL9 {
    display: flex;
    padding: 30px 25px;
    align-items: center;
    position: relative;
    flex-direction: column;
}.customer-comments-xGAw .review-spot-CvL9::before {
    transition: all 1s ease;
    z-index: -1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;
    animation: blobAnimation 8s ease-in-out infinite alternate;
    border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
}.customer-comments-xGAw .review-spot-CvL9:nth-child(2n)::before {
    animation-delay: 2s;
    border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
}.customer-comments-xGAw .review-spot-CvL9:nth-child(3n)::before {
    animation-delay: 4s;
    border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
}@keyframes blobAnimation {
    0%, 100% {
        border-radius: 60% 40% 50% 45% / 45% 50% 40% 55%;
    }
    33% {
        border-radius: 40% 50% 45% 60% / 60% 40% 55% 45%;
    }
    66% {
        border-radius: 50% 45% 55% 40% / 40% 60% 40% 55%;
    }
}

.customer-comments-xGAw .review-spot-CvL9:hover::before {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: scale(1.05);
}.customer-comments-xGAw .review-spot-CvL9 img {
    width: 90px;
    border-radius: 50%;
    z-index: 1;
    border: 4px solid #ffffff;
    margin-bottom: 20px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    height: 90px;
    position: relative;
    transition: all 0.5s ease;
}.customer-comments-xGAw .review-spot-CvL9 img::after {
    border-radius: 50%;
    animation: rotate 20s linear infinite;
    inset: -10px;
    position: absolute;
    border: 2px dashed rgb(149,197,179,0.5);
    content: "";
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.customer-comments-xGAw .review-spot-CvL9:hover img {
    transform: scale(1.1) rotate(5deg);
}.customer-comments-xGAw .review-spot-CvL9 p {
    margin: 0;
    text-align: center;
}.customer-comments-xGAw .review-spot-CvL9 p:first-of-type {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
}.customer-comments-xGAw .review-spot-CvL9 p:first-of-type::before {
    margin: 0 5px;
    content: "~";
    color: rgb(149,197,179);
}.customer-comments-xGAw .review-spot-CvL9 p:first-of-type::after {
    color: rgb(149,197,179);
    margin: 0 5px;
    content: "~";
}.customer-comments-xGAw .review-spot-CvL9 .description {
    position: relative;
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    color: #000000;
}.customer-comments-xGAw .review-spot-CvL9 .description::before,
.customer-comments-xGAw .review-spot-CvL9 .description::after {
    line-height: 0;
    position: absolute;
    content: "";
    color: rgb(149,197,179,0.5);
    font-size: 50px;
    font-family: Arial, sans-serif;
}.customer-comments-xGAw .review-spot-CvL9 .description::before {
    top: 5px;
    left: -15px;
}.customer-comments-xGAw .review-spot-CvL9 .description::after {
    content: "";
    bottom: -10px;
    right: -15px;
}

@media (max-width: 991px) {.customer-comments-xGAw {
    padding: 100px 0 150px;
}.customer-comments-xGAw h2 {
    margin-bottom: 60px;
}.customer-comments-xGAw h2::before,
    .customer-comments-xGAw h2::after {
    width: 70px;
}.customer-comments-xGAw .student-perspectives-ygT9 {
    gap: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {.customer-comments-xGAw {
    padding: 80px 0 120px;
}.customer-comments-xGAw h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 50px;
}.customer-comments-xGAw h2::before,
    .customer-comments-xGAw h2::after {
    width: 50px;
}.customer-comments-xGAw .student-perspectives-ygT9 {
    grid-template-columns: 1fr;
    gap: 60px;
}.customer-comments-xGAw .review-spot-CvL9 {
    padding: 25px 20px;
}.customer-comments-xGAw .review-spot-CvL9 img {
    height: 80px;
    width: 80px;
}.customer-comments-xGAw .review-spot-CvL9 .description::before {
    left: -10px;
    font-size: 40px;
}.customer-comments-xGAw .review-spot-CvL9 .description::after {
    font-size: 40px;
    right: -10px;
}}.tariff-list-item-6M23 {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(198,226,214), #ffffff);
    position: relative;
}.tariff-list-item-6M23::before {
    content: "";
    z-index: 1;
    width: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}.tariff-list-item-6M23 .container {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.tariff-list-item-6M23 .pricing-levels-0kFi {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.tariff-list-item-6M23 .monthly-rate-1WTY {
    text-align: center;
    transform: translateY(20px);
    order: 1;
    animation: fadeInUp 0.8s forwards 0.2s;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    opacity: 0;
    padding: 2rem;
}.tariff-list-item-6M23 .monthly-rate-1WTY h2 {
    color: rgb(149,197,179);
    font-weight: 700;
    font-size: 29px;
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
}.tariff-list-item-6M23 .monthly-rate-1WTY h2::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(149,197,179), transparent);
    transform: translateX(-50%);
    content: "";
    width: 60%;
    height: 3px;
}.tariff-list-item-6M23 .monthly-rate-1WTY .pro-rates-forI {
    line-height: 1.6;
    margin: 0 auto;
    font-size: 13px;
    max-width: 80%;
    font-weight: 400;
    color: #000000;
}.tariff-list-item-6M23 .cost-schemes-hSA6 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    order: 2;
}.tariff-list-item-6M23 .pricing-list-mnUL {
    animation-delay: calc(0.1s * var(--i, 1));
    display: block;
    text-decoration: none;
    animation: fadeInUp 0.8s forwards;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    will-change: transform, opacity;
    transform: translateY(30px);
    opacity: 0;
}.tariff-list-item-6M23 .pricing-list-mnUL:nth-child(1) {
    --i: 1;
}.tariff-list-item-6M23 .pricing-list-mnUL:nth-child(2) {
    --i: 2;
}.tariff-list-item-6M23 .pricing-list-mnUL:nth-child(3) {
    --i: 3;
}.tariff-list-item-6M23 .pricing-list-mnUL:nth-child(4) {
    --i: 4;
}.tariff-list-item-6M23 .pricing-list-mnUL:hover {
    transform: translateY(-5px) scale(1.02);
}.tariff-list-item-6M23 .cost-deals-DJAu {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    flex-direction: column;
    height: 100%;
    display: flex;
    background: #ffffff;
}.tariff-list-item-6M23 .pricing-list-mnUL:hover .cost-deals-DJAu {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.tariff-list-item-6M23 .indv-sub-dPDR {
    padding: 2.5rem 2rem;
    z-index: 1;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    display: flex;
}.tariff-list-item-6M23 .indv-sub-dPDR::before {
    content: "";
    right: 0;
    height: 120px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transform: translate(30px, -30px);
    width: 120px;
    top: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(149,197,179,0.5) 50%);
    z-index: -1;
    position: absolute;
    opacity: 0;
}.tariff-list-item-6M23 .pricing-list-mnUL:hover .indv-sub-dPDR::before {
    opacity: 0.7;
    transform: translate(0, 0);
}.tariff-list-item-6M23 .pricing-list-mnUL h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    font-size: calc(23px + 0.2rem);
    color: #000000;
}.tariff-list-item-6M23 .pricing-list-mnUL:hover h3 {
    color: rgb(149,197,179);
}.tariff-list-item-6M23 .discount-tier-PHzS {
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: rgb(149,197,179);
    margin-bottom: 1.5rem;
    font-size: calc(19px + 0.8rem);
}.tariff-list-item-6M23 .discount-tier-PHzS::before {
    background: rgb(99,163,148);
    width: 40px;
    content: "";
    transition: width 0.3s ease;
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -5px;
}.tariff-list-item-6M23 .pricing-list-mnUL:hover .discount-tier-PHzS::before {
    width: 80px;
}.tariff-list-item-6M23 .pricing-list-mnUL p {
    color: #000000;
    font-size: 13px;
    word-wrap: break-word;
    margin-bottom: 0;
    -ms-word-break: break-all;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
}.tariff-list-item-6M23 .featured-photo-EkmI {
    transition: transform 0.5s ease;
    position: relative;
    height: 200px;
    overflow: hidden;
}.tariff-list-item-6M23 .featured-photo-EkmI::after {
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    position: absolute;
    inset: 0;
}.tariff-list-item-6M23 .pricing-list-mnUL:hover .featured-photo-EkmI {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.tariff-list-item-6M23 .cost-schemes-hSA6 {
    grid-template-columns: repeat(2, 1fr);
}.tariff-list-item-6M23 .monthly-rate-1WTY {
    padding: 3rem;
}.tariff-list-item-6M23 .indv-sub-dPDR {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.tariff-list-item-6M23 .pricing-levels-0kFi {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.tariff-list-item-6M23 .monthly-rate-1WTY {
    padding: 4rem 3rem;
    flex-direction: column;
    text-align: left;
    order: 2;
    justify-content: center;
    height: 100%;
    display: flex;
}.tariff-list-item-6M23 .monthly-rate-1WTY h2::after {
    transform: none;
    background: linear-gradient(90deg, rgb(149,197,179), transparent);
    left: 0;
    width: 100px;
}.tariff-list-item-6M23 .monthly-rate-1WTY .pro-rates-forI {
    max-width: 100%;
    margin: 0;
}.tariff-list-item-6M23 .cost-schemes-hSA6 {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.tariff-list-item-6M23 .cost-schemes-hSA6 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.tariff-list-item-6M23 .indv-sub-dPDR {
    padding: 3rem 2.5rem;
}.tariff-list-item-6M23 .monthly-rate-1WTY h2 {
    font-size: calc(29px + 0.3rem);
}
}

@media (max-width: 767px) {.tariff-list-item-6M23 {
    padding: 4rem 0;
}.tariff-list-item-6M23 .monthly-rate-1WTY h2 {
    font-size: calc(29px - 0.2rem);
}.tariff-list-item-6M23 .monthly-rate-1WTY .pro-rates-forI {
    font-size: calc(13px - 0.1rem);
    max-width: 100%;
}.tariff-list-item-6M23 .pricing-list-mnUL h3 {
    font-size: 23px;
}.tariff-list-item-6M23 .discount-tier-PHzS {
    font-size: calc(19px + 0.5rem);
}.tariff-list-item-6M23 .featured-photo-EkmI {
    height: 160px;
}}.cookie-banner-window-o7lh {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    width: 100%;
    background: rgb(198,226,214);
    position: fixed;
    border-top: 3px solid rgb(149,197,179);
    padding: 20px 0;
    bottom: 0;
}.cookie-frame-4MXY {
    margin: auto;
    display: flex;
    max-width: 1200px;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}#cookie-popuppanel-pFJ8 {
    display: none;
}#cookie-popuppanel-pFJ8:checked ~ .cookie-banner-window-o7lh {
    visibility: hidden;
    opacity: 0;
}.cookie-banner-window-o7lh h5 {
    font-weight: 700;
    font-size: 22px;
    color: rgb(149,197,179);
    margin-bottom: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}.cookie-banner-window-o7lh p {
    font-size: 16px;
    color: #000000;
    max-width: 500px;
}.cookies-tracking-Q93W {
    flex-shrink: 0;
    margin-right: 20px;
}.cookies-tracking-Q93W svg, .cookies-tracking-Q93W svg path {
    height: 80px;
    width: 80px;
    fill: rgb(149,197,179);
}.cookie-alerts-KEOU {
    border: 2px solid transparent;
    flex-shrink: 0;
    background: rgb(149,197,179);
    transition: border 0.2s;
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    min-width: 140px;
    font-weight: 600;
    border-radius: 10px;
    padding: 12px 24px;
}.cookie_button.edu-consent-ln3h {
    background: rgb(149,197,179);
}.cookie_button.cookie-none-A0dg {
    background: rgb(99,163,148);
}.cookie-alerts-KEOU:hover {
    border: 2px solid #ffffff;
}.cookie-banner-window-o7lh p a {
    font-weight: 700;
    text-decoration: underline;
    color: rgb(149,197,179);
}
@media only screen and (max-width: 1200px) {.cookie-frame-4MXY {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.cookies-tracking-Q93W {
    display: none;
}.cookie-frame-4MXY {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie-banner-window-o7lh h5, .cookie-banner-window-o7lh p {
    text-align: center;
}.privacy-ack-Gv8g {
    margin-bottom: 20px;
}.cookie-alerts-KEOU {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
}}
.wrapper-container-Gem8 .cookie-banner-window-o7lh {
    border: none;
    background: rgb(99,163,148);
    padding: 30px 0;
}.wrapper-container-Gem8 .cookie-alerts-KEOU {
    font-size: 18px;
    margin-left: 0;
    background: rgb(149,197,179);
    font-weight: 600;
    color: #ffffff;
    border: none;
    border-radius: 10px;
}.wrapper-container-Gem8 .privacy-ack-Gv8g h5, .wrapper-container-Gem8 .privacy-ack-Gv8g p {
    color: #ffffff;
}
