﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.sXdCw-footer-milestones {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    width: 20px;
    background: rgb(99,164,171);
}::-webkit-scrollbar-track {
    background: rgb(99,164,171);
}::-webkit-scrollbar-thumb {
    background: radial-gradient(ellipse at top left, #ffffff 45%, rgb(255, 255, 255, 0.5) 79%, rgb(99,164,171) 9%, rgb(99,164,171,0.5) 91%, rgb(149,199,202) 40%, rgb(149,199,202,0.5) 53%, rgb(198,225,230) 20%);
    min-height: 23px;
    border-radius: 15.2vw;
    border: 2px dotted rgb(198,225,230);
    transition: background, box-shadow, transform 4.3s cubic-bezier(0.42, 0, 0.58, 1);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset -5px -5px 8px 5px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-corner {
    background: rgb(99,164,171);
    border: 1px dashed rgb(99,164,171);
}html {
    scrollbar-color: #ffffff rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
}svg {
    height: 30px;
    width: 30px;
}.OZhGH-inner-container {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}.container {
    width: 1213px;
    margin: auto;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.ykoOq-top-header {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.mIZpw-study-process {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(198,225,230) 0%, rgba(245, 245, 250, 0.9) 100%);
}.mIZpw-study-process::before {
    height: 300px;
    position: absolute;
    opacity: 0.15;
    filter: blur(60px);
    animation: float 15s infinite ease-in-out;
    z-index: -1;
    content: "";
    top: -100px;
    right: -100px;
    background: linear-gradient(45deg, rgb(149,199,202,0.5) 0%, rgb(99,164,171,0.5) 100%);
    width: 300px;
    border-radius: 50%;
}.mIZpw-study-process::after {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
    width: 200px;
    background: linear-gradient(225deg, rgb(99,164,171,0.5) 0%, rgb(149,199,202,0.5) 100%);
    z-index: -1;
    left: -50px;
    animation: morph 20s infinite alternate ease-in-out;
    opacity: 0.1;
    position: absolute;
    height: 200px;
    bottom: -50px;
    filter: blur(40px);
}.mIZpw-study-process .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}.mIZpw-study-process .Qijcr-learn-study {
    justify-content: center;
    perspective: 1000px;
    display: flex;
    align-items: center;
}.mIZpw-study-process .Qijcr-learn-study > div {
    background: #ffffff;
    width: 100%;
    transform: translateY(0) rotateX(0);
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), 
                box-shadow 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    padding: 3.5rem;
    position: relative;
    border-left: 4px solid rgb(149,199,202);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    max-width: 850px;
}.mIZpw-study-process .Qijcr-learn-study > div:hover {
    transform: translateY(-5px) rotateX(2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
                0 1px 5px rgba(0, 0, 0, 0.03);
}.mIZpw-study-process .Qijcr-learn-study > div::before {
    width: 40px;
    top: 20px;
    opacity: 0.9;
    position: absolute;
    transform: scale(0);
    left: -20px;
    height: 40px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(149,199,202);
    content: "";
    border-radius: 50%;
}.mIZpw-study-process .Qijcr-learn-study > div:hover::before {
    transform: scale(1);
}.mIZpw-study-process h3 {
    font-size: calc(31px * 0.85);
    letter-spacing: -0.5px;
    line-height: 1.3;
    color: #000000;
    padding-bottom: 0.75rem;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
}.mIZpw-study-process h3::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(149,199,202) 0%, rgb(99,164,171) 100%);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scaleX(1);
    width: 60px;
    position: absolute;
    transform-origin: left center;
    content: "";
    height: 3px;
}.mIZpw-study-process .Qijcr-learn-study > div:hover h3::after {
    transform: scaleX(1.5);
}.mIZpw-study-process p {
    font-family: Arial, sans-serif;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 0;
    font-size: 15px;
}.mIZpw-study-process p span {
    transition: opacity 0.3s ease;
    display: inline-block;
    position: relative;
    opacity: 0.95;
}.mIZpw-study-process p span::before {
    position: absolute;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(99,164,171,0.5), transparent);
    bottom: -3px;
    content: "";
    width: 100%;
    opacity: 0;
    transform-origin: left;
    height: 1px;
}.mIZpw-study-process .Qijcr-learn-study > div:hover p span::before {
    transform: scaleX(1);
    opacity: 0.7;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(10px, 40px);
    }
    75% {
        transform: translate(30px, 10px);
    }
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 50% 30% 70% 50%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 70% 30% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 992px) {.mIZpw-study-process {
    padding: 5rem 0;
}.mIZpw-study-process .Qijcr-learn-study > div {
    padding: 2.5rem;
}.mIZpw-study-process h3 {
    font-size: calc(31px * 0.75);
}
}

@media (max-width: 768px) {.mIZpw-study-process {
    padding: 4rem 0;
}.mIZpw-study-process .Qijcr-learn-study > div {
    padding: 2rem;
    border-left-width: 3px;
}.mIZpw-study-process h3 {
    padding-bottom: 0.65rem;
    font-size: calc(31px * 0.7);
    margin-bottom: 1.25rem;
}.mIZpw-study-process h3::after {
    height: 2px;
    width: 50px;
}.mIZpw-study-process p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.mIZpw-study-process {
    padding: 3rem 0;
}.mIZpw-study-process .Qijcr-learn-study > div {
    border-left-width: 2px;
    padding: 1.75rem;
}.mIZpw-study-process h3 {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: calc(31px * 0.65);
}.mIZpw-study-process h3::after {
    width: 40px;
}.mIZpw-study-process p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.mIZpw-study-process .Qijcr-learn-study > div::before {
    width: 30px;
    left: -15px;
    height: 30px;
    top: 15px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(149,199,202);
}header .top_plank .UGdEC-study-top div svg, header .top_plank .UGdEC-study-top div svg path {
    fill: #ffffff;
}header .top_plank .UGdEC-study-top div span {
    color: #ffffff;
}header .top_plank .UGdEC-study-top {
    padding: 15px 0 10px 0;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}header .top_plank .UGdEC-study-top div {
    align-items: center;
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
}header .top_plank .UGdEC-study-top div img, header .top_plank .UGdEC-study-top div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.dFCQP-teaching-history {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(198,225,230) 0%, rgb(149,199,202,0.5) 100%);
    overflow: hidden;
}.dFCQP-teaching-history::before {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(99,164,171,0.5) 45%, rgb(99,164,171,0.5) 55%, transparent 55%);
    height: 100%;
    transform: scale(1.5) rotate(-5deg);
    top: 0;
}.dFCQP-teaching-history .uIcso-student-quotes {
    margin: 0 auto;
    display: flex;
    max-width: 1100px;
    transform: rotate(-2deg);
    gap: 2rem;
    justify-content: center;
    flex-direction: row;
    z-index: 1;
    align-items: center;
    position: relative;
}.dFCQP-teaching-history .gEQtf-img-shadow-box {
    height: 400px;
    border-radius: 11px;
    transform: perspective(1000px) rotateY(-15deg);
    box-shadow: 20px 20px 0 rgb(149,199,202,0.5);
    width: 350px;
    transition: all 0.5s ease;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}.dFCQP-teaching-history .fbYUQ-career-progress {
    border-radius: 11px;
    background: #ffffff;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 2.5rem;
    transition: all 0.5s ease;
    position: relative;
    max-width: 450px;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
}.dFCQP-teaching-history .fbYUQ-career-progress::before {
    top: -15px;
    transform: rotate(3deg);
    content: "";
    z-index: -1;
    width: 100%;
    right: -15px;
    background: rgb(99,164,171,0.5);
    position: absolute;
    border-radius: 11px;
    height: 100%;
}.dFCQP-teaching-history .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 33px;
    transform: skewX(-5deg);
    color: rgb(149,199,202);
}.dFCQP-teaching-history .fbYUQ-career-progress div:nth-child(2) {
    font-size: 20px;
    margin-bottom: 1.5rem;
    color: rgb(99,164,171);
    font-weight: 600;
    transform: skewX(-5deg);
}.dFCQP-teaching-history .PqlHN-job-area {
    font-size: 12px;
    position: relative;
    font-style: italic;
    line-height: 1.6;
    padding-left: 1.5rem;
    color: #000000;
}.dFCQP-teaching-history .PqlHN-job-area::before {
    content: "";
    background: linear-gradient(to bottom, rgb(149,199,202), rgb(99,164,171));
    height: 100%;
    width: 4px;
    top: 0;
    border-radius: 10px;
    left: 0;
    position: absolute;
}.dFCQP-teaching-history .uIcso-student-quotes:hover .gEQtf-img-shadow-box {
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 30px 30px 0 rgb(149,199,202,0.5);
}.dFCQP-teaching-history .uIcso-student-quotes:hover .fbYUQ-career-progress {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

@media screen and (max-width: 991px) {.dFCQP-teaching-history .uIcso-student-quotes {
    transform: rotate(0);
    gap: 3rem;
    flex-direction: column;
}.dFCQP-teaching-history .gEQtf-img-shadow-box {
    height: 320px;
    width: 280px;
    transform: perspective(1000px) rotateY(0);
    margin: 0 auto;
}.dFCQP-teaching-history .fbYUQ-career-progress {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.dFCQP-teaching-history .uIcso-student-quotes:hover .gEQtf-img-shadow-box {
    transform: perspective(1000px) rotateY(0);
}.dFCQP-teaching-history .uIcso-student-quotes:hover .fbYUQ-career-progress {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}.TaoUu-check-it-out-now {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(99,164,171) 0%, rgb(149,199,202) 100%);
    padding: 5rem 1rem;
    overflow: hidden;
    margin: 4rem 0;
}.TaoUu-check-it-out-now::before {
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.1;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(99,164,171,0.5),
    rgb(99,164,171,0.5) 10px,
    transparent 10px,
    transparent 20px
  );
    animation: patternMove 30s linear infinite;
    transform: scale(1.05);
}.TaoUu-check-it-out-now::after {
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    animation: pulseGlow 15s ease-in-out infinite;
    content: "";
    transform-origin: center;
    z-index: 2;
    left: -50%;
    position: absolute;
    top: -50%;
    opacity: 0.1;
    width: 200%;
    height: 200%;
}.TaoUu-check-it-out-now .container {
    position: relative;
    align-items: center;
    z-index: 10;
    margin: 0 auto;
    max-width: 1200px;
    transform: translateZ(0);
    padding: 0 20px;
    flex-direction: column;
    display: flex;
}.TaoUu-check-it-out-now h6 {
    margin-bottom: 2.5rem;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    position: relative;
    max-width: 800px;
    transform: perspective(1000px) translateZ(20px);
    line-height: 1.6;
    font-size: calc(19px * 1.1);
    letter-spacing: 0.02em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}.TaoUu-check-it-out-now h6::after {
    transform: translateX(-50%);
    opacity: 0.7;
    position: absolute;
    bottom: -12px;
    width: 80px;
    background: #ffffff;
    left: 50%;
    height: 3px;
    content: "";
}.TaoUu-check-it-out-now div:nth-child(2) {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    justify-content: center;
    transform: translateY(10px);
}.TaoUu-check-it-out-now span {
    position: relative;
    z-index: 5;
    transform: perspective(800px) rotateX(2deg);
    display: inline-block;
}.TaoUu-check-it-out-now .Kpywo-feedback-inquiry {
    color: rgb(99,164,171);
    border: none;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    transform-origin: center;
    letter-spacing: 1.5px;
    min-width: 220px;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 17px;
    text-decoration: none;
    padding: 14px 28px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 
              0 3px 6px rgba(0, 0, 0, 0.05),
              0 0 0 2px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}.TaoUu-check-it-out-now .Kpywo-feedback-inquiry::before {
    width: 100%;
    content: "";
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
    top: 0;
    position: absolute;
    left: 0;
    transition: transform 0.7s ease;
}.TaoUu-check-it-out-now .Kpywo-feedback-inquiry span {
    transition: all 0.3s ease;
    transform: none;
    z-index: 2;
    position: relative;
}.TaoUu-check-it-out-now .Kpywo-feedback-inquiry:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
              0 5px 10px rgba(0, 0, 0, 0.08),
              0 0 0 2px rgba(255, 255, 255, 0.2);
    color: rgb(149,199,202);
    background: #ffffff;
}.TaoUu-check-it-out-now .Kpywo-feedback-inquiry:hover::before {
    transform: translateX(100%);
}.TaoUu-check-it-out-now .Kpywo-feedback-inquiry:hover span {
    transform: scale(1.05);
}.TaoUu-check-it-out-now .Kpywo-feedback-inquiry:active {
    transition: all 0.1s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: translateY(-2px) scale(0.98);
}

@keyframes patternMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.05;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
    transform: scale(1.1);
  }
}

@media screen and (max-width: 992px) {.TaoUu-check-it-out-now {
    padding: 4rem 1rem;
    margin: 3rem 0;
}.TaoUu-check-it-out-now h6 {
    font-size: 19px;
    margin-bottom: 2rem;
}.TaoUu-check-it-out-now .Kpywo-feedback-inquiry {
    min-width: 200px;
    padding: 12px 24px;
}
}

@media screen and (max-width: 768px) {.TaoUu-check-it-out-now {
    margin: 2.5rem 0;
    padding: 3.5rem 0.75rem;
}.TaoUu-check-it-out-now h6 {
    line-height: 1.5;
    margin-bottom: 1.8rem;
    font-size: calc(19px * 0.9);
}.TaoUu-check-it-out-now h6::after {
    bottom: -10px;
    width: 60px;
}.TaoUu-check-it-out-now .Kpywo-feedback-inquiry {
    padding: 12px 20px;
    font-size: calc(17px * 0.95);
    min-width: 180px;
}
}

@media screen and (max-width: 576px) {.TaoUu-check-it-out-now {
    margin: 2rem 0;
    padding: 3rem 0.5rem;
}.TaoUu-check-it-out-now h6 {
    margin-bottom: 1.5rem;
    font-size: calc(19px * 0.85);
}.TaoUu-check-it-out-now h6::after {
    width: 50px;
}.TaoUu-check-it-out-now .Kpywo-feedback-inquiry {
    padding: 10px 18px;
    font-size: calc(17px * 0.9);
    min-width: 160px;
}
}

@media (hover: none) {.TaoUu-check-it-out-now .Kpywo-feedback-inquiry:hover {
    transform: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
}.TaoUu-check-it-out-now .Kpywo-feedback-inquiry:hover span {
    transform: none;
}
}

@media (prefers-reduced-motion) {.TaoUu-check-it-out-now::before,
  .TaoUu-check-it-out-now::after {
    animation: none;
}.TaoUu-check-it-out-now .Kpywo-feedback-inquiry::before {
    transition: none;
}}.eCGik-opening-page {
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 3rem 1.5rem;
    display: flex;
}.eCGik-opening-page::before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.75) 100%);
}.eCGik-opening-page::after {
    pointer-events: none;
    z-index: 2;
    opacity: 0.06;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(149,199,202,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(149,199,202,0.5) 11px,
    transparent 12px
  );
    content: "";
    right: 0;
}.eCGik-opening-page > div {
    flex-direction: column;
    z-index: 3;
    width: 100%;
    transform: translateY(20px);
    display: flex;
    max-width: 1200px;
    position: relative;
    animation: slide-up 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    gap: 3rem;
}.eCGik-opening-page > div > div:first-child {
    position: relative;
    padding-left: 1rem;
}.eCGik-opening-page > div > div:first-child::before {
    transform: scaleY(0);
    transform-origin: top;
    content: "";
    height: 100%;
    width: 6px;
    background: linear-gradient(to bottom, 
    rgb(149,199,202), 
    rgb(99,164,171));
    position: absolute;
    left: 0;
    animation: line-grow 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    top: 0;
}.eCGik-opening-page .title_style_header {
    transform: translateX(-10px);
    text-shadow: 0 4px 12px rgba(0,0,0,0.3);
    opacity: 0;
    margin: 0;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    animation: fade-in-slide 1s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 41px);
}.eCGik-opening-page .JvFpU-start-intro {
    gap: 2rem;
    opacity: 0;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    backdrop-filter: blur(8px);
    transform: translateY(30px);
    -webkit-backdrop-filter: blur(8px);
    flex-direction: column;
    animation: fade-in-up 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.03) 0%, 
    rgba(255, 255, 255, 0.1) 100%);
}.eCGik-opening-page .aorUw-growth-path {
    opacity: 0;
    animation: fade-in 1s ease 1.1s forwards;
    position: relative;
}.eCGik-opening-page .aorUw-growth-path::before {
    opacity: 0.1;
    z-index: -1;
    left: -20px;
    position: absolute;
    height: 40px;
    background: rgb(99,164,171);
    transform: rotate(45deg);
    content: "";
    animation: rotate-accent 30s linear infinite;
    top: -10px;
    width: 40px;
}.eCGik-opening-page .aorUw-growth-path h3 {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
}.eCGik-opening-page .JvFpU-start-intro > div:last-child {
    align-items: center;
    opacity: 0;
    animation: fade-in 1s ease 1.4s forwards;
    position: relative;
    display: flex;
}.eCGik-opening-page .JvFpU-start-intro > div:last-child::before {
    position: absolute;
    height: 1px;
    top: -15px;
    content: "";
    width: 50px;
    left: 0;
    background: linear-gradient(to right, rgb(149,199,202), transparent);
}.eCGik-opening-page .JvFpU-start-intro p {
    padding-left: 1rem;
    position: relative;
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 1.25rem);
}.eCGik-opening-page .JvFpU-start-intro p::before {
    animation: pulse 3s ease infinite;
    transform: translateY(-50%);
    top: 50%;
    background-color: rgb(149,199,202);
    border-radius: 10px;
    left: 0;
    width: 6px;
    content: "";
    height: 6px;
    position: absolute;
}

@keyframes slide-up {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes fade-in-slide {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes line-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) scale(1.5);
    opacity: 0.7;
  }
}

@keyframes rotate-accent {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(405deg);
  }
}

@media (min-width: 768px) {.eCGik-opening-page {
    padding: 5rem 2rem;
}.eCGik-opening-page > div {
    gap: 4rem;
}.eCGik-opening-page > div > div:first-child {
    padding-left: 2rem;
}.eCGik-opening-page > div > div:first-child::before {
    width: 8px;
}.eCGik-opening-page .JvFpU-start-intro {
    padding: 3.5rem;
}.eCGik-opening-page .aorUw-growth-path::before {
    width: 60px;
    height: 60px;
    top: -15px;
    left: -30px;
}
}

@media (min-width: 1024px) {.eCGik-opening-page > div {
    gap: 5rem;
}.eCGik-opening-page .JvFpU-start-intro {
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.eCGik-opening-page .JvFpU-start-intro:hover {
    transform: perspective(1000px) rotateX(0deg);
}.eCGik-opening-page > div > div:first-child {
    padding-left: 3rem;
}.eCGik-opening-page > div > div:first-child::before {
    width: 10px;
}
}

@media (max-width: 480px) {.eCGik-opening-page {
    padding: 2rem 1rem;
}.eCGik-opening-page > div {
    gap: 2rem;
}.eCGik-opening-page .JvFpU-start-intro {
    padding: 1.5rem;
}.eCGik-opening-page .aorUw-growth-path h3 {
    font-size: 1.1rem;
}.eCGik-opening-page .JvFpU-start-intro p {
    font-size: 0.95rem;
}}.aBvpV-privacy-retreat {
    overflow: hidden;
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
}.aBvpV-privacy-retreat::before {
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(to right, rgb(149,199,202,0.5) 0%, transparent 10%);
    z-index: 0;
    height: 100%;
    top: 0;
    pointer-events: none;
    left: 0;
}.aBvpV-privacy-retreat::after {
    right: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgb(99,164,171,0.5) 0%, transparent 50%);
    z-index: 0;
    top: 0;
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
}.aBvpV-privacy-retreat .container {
    margin: 0 auto;
    background-color: #ffffff;
    padding: 2rem;
    transition: transform 0.5s ease-out;
    max-width: 1140px;
    transform: perspective(1000px) rotateY(0.5deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform-origin: left center;
    z-index: 1;
    position: relative;
}.aBvpV-privacy-retreat .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.aBvpV-privacy-retreat h1 {
    opacity: 0;
    padding-bottom: 0.75rem;
    font-size: 39px;
    position: relative;
    transform: translateX(-5px);
    animation: slideInTitle 0.8s 0.2s forwards;
    margin-bottom: 2rem;
    color: #000000;
    font-weight: 700;
}.aBvpV-privacy-retreat h1::after {
    height: 3px;
    animation: expandUnderline 1.2s 0.8s forwards;
    content: "";
    background: linear-gradient(to right, rgb(149,199,202), rgb(99,164,171));
    position: absolute;
    bottom: 0;
    width: 0;
    left: 0;
}.aBvpV-privacy-retreat h2 {
    position: relative;
    margin: 2.5rem 0 1rem;
    opacity: 0;
    animation: slideInUp 0.6s 0.4s forwards;
    color: #000000;
    font-weight: 600;
    transform: translateY(10px);
    font-size: 35px;
    padding-left: 1rem;
}.aBvpV-privacy-retreat h2::before {
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    width: 4px;
    position: absolute;
    background-color: rgb(149,199,202);
    transform-origin: top;
    transform: scaleY(0);
    animation: scaleVertical 0.4s 0.8s forwards;
}.aBvpV-privacy-retreat h3 {
    opacity: 0;
    font-size: calc(35px * 0.85);
    padding-left: 1.5rem;
    color: #000000;
    margin: 2rem 0 1rem;
    font-weight: 600;
    position: relative;
    transform: translateY(8px);
    animation: slideInUp 0.6s 0.5s forwards;
}.aBvpV-privacy-retreat h3::before {
    position: absolute;
    top: 50%;
    content: "";
    background-color: rgb(99,164,171);
    height: 10px;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
}.aBvpV-privacy-retreat h4 {
    font-weight: 400;
    color: #000000;
    animation: slideInUp 0.6s 0.6s forwards;
    font-size: calc(35px * 0.75);
    opacity: 0;
    position: relative;
    transform: translateY(5px);
    padding-left: 1.75rem;
    margin: 1.5rem 0 0.75rem;
}.aBvpV-privacy-retreat h4::before {
    top: 50%;
    content: "";
    height: 6px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 6px;
    border: 2px solid rgb(149,199,202);
    left: 0;
}.aBvpV-privacy-retreat p {
    animation: slideInUp 0.6s 0.5s forwards;
    font-size: 13px;
    margin-bottom: 1.5rem;
    opacity: 0;
    line-height: 1.7;
    color: #000000;
    position: relative;
    transform: translateY(10px);
}.aBvpV-privacy-retreat p strong {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 600;
}.aBvpV-privacy-retreat p strong::after {
    content: "";
    left: 0;
    width: 100%;
    bottom: -2px;
    height: 1px;
    position: absolute;
    background-color: rgb(149,199,202,0.5);
}.aBvpV-privacy-retreat ul {
    transform: translateX(10px);
    position: relative;
    opacity: 0;
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 1.5rem;
    animation: slideInRight 0.7s 0.7s forwards;
}.aBvpV-privacy-retreat ul::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(149,199,202), transparent);
    position: absolute;
    width: 1px;
    content: "";
    left: 0;
    top: 0;
}.aBvpV-privacy-retreat li {
    padding-left: 0.25rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
    position: relative;
    color: #000000;
    font-size: 13px;
}.aBvpV-privacy-retreat li::before {
    height: 6px;
    position: absolute;
    left: -1.5rem;
    border-radius: 50%;
    background-color: rgb(149,199,202);
    content: "";
    top: 0.7rem;
    transform: scale(0);
    width: 6px;
    animation: scaleIn 0.3s 1s forwards;
}.aBvpV-privacy-retreat span {
    border-left: 2px solid rgb(99,164,171,0.5);
    padding-left: 1rem;
    animation: slideInUp 0.6s 0.6s forwards;
    display: block;
    font-size: 13px;
    line-height: 1.7;
    transform: translateY(10px);
    color: #000000;
    opacity: 0;
    margin: 0.75rem 0 1.5rem;
}

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

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

@keyframes slideInRight {
    from {
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

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

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.aBvpV-privacy-retreat {
    padding: 3rem 1rem;
}.aBvpV-privacy-retreat .container {
    transform: perspective(1000px) rotateY(0.2deg);
    padding: 1.5rem;
}.aBvpV-privacy-retreat h1 {
    font-size: calc(39px * 0.9);
}.aBvpV-privacy-retreat h2 {
    font-size: calc(35px * 0.9);
    margin: 2rem 0 1rem;
}.aBvpV-privacy-retreat h3 {
    font-size: calc(35px * 0.8);
}.aBvpV-privacy-retreat h4 {
    font-size: calc(35px * 0.7);
}
}

@media (max-width: 767px) {.aBvpV-privacy-retreat {
    padding: 2rem 0.75rem;
}.aBvpV-privacy-retreat .container {
    padding: 1.25rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
    transform: none;
}.aBvpV-privacy-retreat h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.8);
}.aBvpV-privacy-retreat h2 {
    font-size: calc(35px * 0.8);
    margin: 1.75rem 0 0.75rem;
}.aBvpV-privacy-retreat h3 {
    margin: 1.5rem 0 0.75rem;
    font-size: calc(35px * 0.75);
}.aBvpV-privacy-retreat h4 {
    margin: 1.25rem 0 0.5rem;
    font-size: calc(35px * 0.65);
}.aBvpV-privacy-retreat p, .aBvpV-privacy-retreat li, .aBvpV-privacy-retreat span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}.aBvpV-privacy-retreat ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}

@media (max-width: 575px) {.aBvpV-privacy-retreat {
    padding: 1.5rem 0.5rem;
}.aBvpV-privacy-retreat .container {
    padding: 1rem;
}.aBvpV-privacy-retreat h1 {
    font-size: calc(39px * 0.7);
    margin-bottom: 1.25rem;
}.aBvpV-privacy-retreat h2 {
    font-size: calc(35px * 0.7);
    padding-left: 0.75rem;
}.aBvpV-privacy-retreat h2::before {
    width: 3px;
}.aBvpV-privacy-retreat h3 {
    font-size: calc(35px * 0.65);
    padding-left: 1.25rem;
}.aBvpV-privacy-retreat h3::before {
    height: 8px;
    width: 8px;
}.aBvpV-privacy-retreat h4 {
    padding-left: 1.5rem;
    font-size: calc(35px * 0.6);
}.aBvpV-privacy-retreat p, .aBvpV-privacy-retreat li, .aBvpV-privacy-retreat span {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}.aBvpV-privacy-retreat span {
    padding-left: 0.75rem;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background: linear-gradient(145deg, rgb(198,225,230) 0%, rgb(149,199,202,0.5) 100%);
    bottom: 0;
    opacity: 0.9;
    z-index: -2;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
}footer::after {
    background-image: 
        repeating-linear-gradient(0deg, rgb(149,199,202,0.5), rgb(149,199,202,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(149,199,202,0.5), rgb(149,199,202,0.5) 1px, transparent 1px, transparent 20px);
    position: absolute;
    opacity: 0.1;
    top: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    left: 0;
    content: "";
}.sXdCw-footer-milestones {
    padding: 4rem 0 2rem;
    color: #000000;
    position: relative;
}.sXdCw-footer-milestones::after {
    height: 6px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(149,199,202), rgb(99,164,171));
    left: 0;
    content: "";
    top: 0;
}.sXdCw-footer-milestones .container {
    flex-wrap: wrap;
    position: relative;
    gap: 3rem;
    display: flex;
}.sXdCw-footer-milestones .company_holder {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 2rem 2.5rem;
    position: relative;
    flex: 1 1 400px;
    border-radius: 22px;
}.sXdCw-footer-milestones .company_holder::before {
    position: absolute;
    width: 100%;
    background: rgb(149,199,202);
    border-top-right-radius: 22px;
    top: 0;
    height: 5px;
    content: "";
    border-top-left-radius: 22px;
    left: 0;
}.sXdCw-footer-milestones .company_holder h3 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: rgb(149,199,202);
    letter-spacing: 0.5px;
    margin: 0 0 1.5rem;
}.sXdCw-footer-milestones .company_holder h3::after {
    left: 0;
    content: "";
    height: 3px;
    background: rgb(99,164,171);
    bottom: -0.5rem;
    width: 80px;
    position: absolute;
}.sXdCw-footer-milestones .qtegJ-honor-cta {
    font-size: 14px;
    border-radius: 10px;
    position: relative;
    line-height: 1.7;
    background: rgb(198,225,230);
    color: #000000;
    border-left: 3px solid rgb(99,164,171);
    padding: 1.5rem;
}.sXdCw-footer-milestones .CBbQT-law-res {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.sXdCw-footer-milestones .rnlRa-main-learn {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.sXdCw-footer-milestones .iCMbs-top-class {
    flex: 1 1 calc(50% - 1.25rem);
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    min-width: 200px;
    overflow: hidden;
    border-radius: 22px;
}.sXdCw-footer-milestones .iCMbs-top-class h5 {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    padding: 1rem 1.5rem;
    background: rgb(99,164,171);
    margin: 0;
}.sXdCw-footer-milestones .iCMbs-top-class .rnlRa-main-learn {
    flex-direction: column;
    display: flex;
    padding: 1rem 0;
    gap: 0;
}.sXdCw-footer-milestones .iCMbs-top-class .rnlRa-main-learn a {
    font-size: 14px;
    display: flex;
    padding: 0.8rem 1.5rem;
    position: relative;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    color: #000000;
}.sXdCw-footer-milestones .iCMbs-top-class .rnlRa-main-learn a::before {
    background: rgb(198,225,230);
    position: absolute;
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
    transition: all 0.3s ease;
    width: 0;
    top: 0;
}.sXdCw-footer-milestones .iCMbs-top-class .rnlRa-main-learn a::after {
    background: rgb(99,164,171);
    height: 5px;
    border-radius: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    width: 5px;
    top: 50%;
    opacity: 0;
}.sXdCw-footer-milestones .iCMbs-top-class .rnlRa-main-learn a:hover {
    padding-left: 2.2rem;
    color: rgb(149,199,202);
}.sXdCw-footer-milestones .iCMbs-top-class .rnlRa-main-learn a:hover::before {
    width: 100%;
}.sXdCw-footer-milestones .iCMbs-top-class .rnlRa-main-learn a:hover::after {
    opacity: 1;
}.xXVBK-trial-offer {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgb(198,225,230);
    margin-top: 3rem;
    padding: 2rem 0;
}.xXVBK-trial-offer::before {
    height: 1px;
    right: 10%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(149,199,202,0.5), transparent);
    content: "";
    left: 10%;
}.xXVBK-trial-offer .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.xXVBK-trial-offer .vetnP-carbon-cta {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    text-align: center;
    padding: 0.8rem 2rem;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1200px) {.sXdCw-footer-milestones .container {
    gap: 2rem;
}.sXdCw-footer-milestones .company_holder {
    flex: 1 1 360px;
}.sXdCw-footer-milestones .CBbQT-law-res {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.sXdCw-footer-milestones .rnlRa-main-learn {
    gap: 2rem;
}
}

@media (max-width: 992px) {.sXdCw-footer-milestones {
    padding: 3.5rem 0 2rem;
}.sXdCw-footer-milestones .container {
    gap: 2.5rem;
    flex-direction: column;
}.sXdCw-footer-milestones .company_holder,
    .sXdCw-footer-milestones .CBbQT-law-res {
    min-width: 100%;
    flex: 1 1 100%;
}.sXdCw-footer-milestones .iCMbs-top-class {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.sXdCw-footer-milestones {
    padding: 3rem 0 1.5rem;
}.sXdCw-footer-milestones .rnlRa-main-learn {
    gap: 1.5rem;
}.sXdCw-footer-milestones .company_holder {
    padding: 2rem;
}.sXdCw-footer-milestones .company_holder h3 {
    font-size: calc(32px - 2px);
}.xXVBK-trial-offer {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.sXdCw-footer-milestones {
    padding: 2.5rem 0 1rem;
}.sXdCw-footer-milestones .container {
    gap: 1.5rem;
}.sXdCw-footer-milestones .iCMbs-top-class {
    min-width: 100%;
    flex: 1 1 100%;
}.sXdCw-footer-milestones .rnlRa-main-learn {
    gap: 1rem;
}.sXdCw-footer-milestones .company_holder {
    padding: 1.5rem;
}.sXdCw-footer-milestones .qtegJ-honor-cta {
    padding: 1.2rem;
}.xXVBK-trial-offer {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.sXdCw-footer-milestones .company_holder h3::after {
    width: 50px;
}.sXdCw-footer-milestones .iCMbs-top-class .rnlRa-main-learn a:hover {
    padding-left: 2rem;
}.xXVBK-trial-offer .vetnP-carbon-cta {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.GqzSs-training-results {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(198,225,230) 0%, #ffffff 100%);
    padding: 120px 0 100px;
}.GqzSs-training-results::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(149,199,202,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(99,164,171,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, #ffffff 25%, transparent 35%);
    width: 100%;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.1;
    position: absolute;
}.GqzSs-training-results::after {
    animation: floatBackground 15s ease-in-out infinite alternate;
    transform: rotate(15deg);
    position: absolute;
    top: -50%;
    background: linear-gradient(45deg, rgb(149,199,202,0.5) 0%, rgb(99,164,171,0.5) 100%);
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 80%;
    opacity: 0.05;
    height: 80%;
    right: -50%;
    filter: blur(20px);
    z-index: -1;
}.GqzSs-training-results h5 {
    z-index: 1;
    margin-bottom: 50px;
    opacity: 0;
    position: relative;
    transform: translateY(0);
    line-height: 1.4;
    color: #000000;
    letter-spacing: 0.5px;
    animation: fadeInUp 0.8s ease-out forwards 0.2s;
    text-align: center;
    margin-left: auto;
    max-width: 800px;
    font-size: 24px;
    font-weight: 700;
    margin-right: auto;
}.GqzSs-training-results h5::after {
    animation: scaleIn 1s ease-out forwards 0.6s;
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(149,199,202) 0%, rgb(99,164,171) 100%);
    height: 3px;
    display: block;
    border-radius: 2px;
    margin: 20px auto 0;
    width: 80px;
}.GqzSs-training-results .container {
    position: relative;
    padding: 0 15px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.GqzSs-training-results .Qijcr-learn-study {
    background: #ffffff;
    opacity: 0;
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, 0.1);
    gap: 40px;
    overflow: hidden;
    padding: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    align-items: center;
    animation: fadeInUp 0.8s ease-out forwards 0.4s;
    flex-direction: column;
    border-radius: 12px;
    transform: translateY(20px);
    position: relative;
}.GqzSs-training-results .Qijcr-learn-study::before {
    transform-origin: left;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, rgb(149,199,202) 0%, rgb(99,164,171) 100%);
    left: 0;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(0);
    position: absolute;
    width: 100%;
}.GqzSs-training-results .Qijcr-learn-study:hover {
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.GqzSs-training-results .Qijcr-learn-study:hover::before {
    transform: scaleX(1);
}.GqzSs-training-results .gEQtf-img-shadow-box {
    height: auto;
    max-width: 450px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    filter: brightness(1.02) contrast(1.05);
    border-radius: 10px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    transform: perspective(800px) rotateY(-2deg);
    width: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 85% 100%, 0 100%);
}.GqzSs-training-results .gEQtf-img-shadow-box:hover {
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.2);
    transform: perspective(800px) rotateY(0);
}.GqzSs-training-results .qBfHt-article-wrap {
    flex: 1;
    max-width: 100%;
}.GqzSs-training-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}.GqzSs-training-results li {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgba(rgb(198,225,230), 0.5) 0%, rgba(#ffffff, 0.5) 100%);
    animation-delay: calc(0.1s * var(--i, 1));
    transform: translateX(20px);
    animation: fadeInRight 0.5s ease forwards;
    position: relative;
    border-radius: 8px;
    opacity: 0;
    padding: 14px 20px 14px 60px;
}.GqzSs-training-results li:nth-child(1) {
    --i: 1;
}.GqzSs-training-results li:nth-child(2) {
    --i: 2;
}.GqzSs-training-results li:nth-child(3) {
    --i: 3;
}.GqzSs-training-results li:nth-child(4) {
    --i: 4;
}.GqzSs-training-results li:nth-child(5) {
    --i: 5;
}.GqzSs-training-results li:hover {
    transform: translateY(-3px) translateX(0);
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(rgb(198,225,230), 0.7) 0%, rgba(#ffffff, 0.7) 100%);
}.GqzSs-training-results li div {
    position: relative;
}.GqzSs-training-results li p {
    color: #000000;
    letter-spacing: 0.2px;
    line-height: 1.5;
    font-size: calc(17px - 1px);
    margin: 0;
    position: relative;
}.GqzSs-training-results li:nth-child(odd) p {
    font-weight: 600;
}.GqzSs-training-results li svg {
    transition: transform 0.3s ease;
    position: absolute;
    transform: translateY(-2px);
    width: 28px;
    height: 28px;
    top: 0;
    left: -40px;
}.GqzSs-training-results li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.GqzSs-training-results li svg path {
    fill: rgb(149,199,202);
    transition: fill 0.3s ease;
}.GqzSs-training-results li:hover svg path {
    fill: rgb(99,164,171);
}

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

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

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

@keyframes floatBackground {
    0% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(20deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(15deg) translate(0, 0);
    }
}

@media (min-width: 768px) {.GqzSs-training-results {
    padding: 150px 0 120px;
}.GqzSs-training-results .Qijcr-learn-study {
    gap: 60px;
    flex-direction: row;
    padding: 50px;
}.GqzSs-training-results ul {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
}.GqzSs-training-results .gEQtf-img-shadow-box {
    max-width: 350px;
    transform: perspective(1000px) rotateY(-5deg);
}.GqzSs-training-results h5 {
    font-size: calc(24px + 2px);
}
}

@media (min-width: 992px) {.GqzSs-training-results .gEQtf-img-shadow-box {
    max-width: 450px;
}.GqzSs-training-results h5 {
    font-size: calc(24px + 4px);
}.GqzSs-training-results li p {
    font-size: 17px;
}
}

@media (max-width: 767px) {.GqzSs-training-results {
    padding: 80px 0 60px;
}.GqzSs-training-results h5 {
    margin-bottom: 30px;
    padding: 0 15px;
}.GqzSs-training-results .Qijcr-learn-study {
    padding: 25px 20px;
}.GqzSs-training-results li {
    padding: 12px 15px 12px 50px;
}.GqzSs-training-results li svg {
    width: 24px;
    left: -35px;
    height: 24px;
}.GqzSs-training-results .gEQtf-img-shadow-box {
    max-width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 90% 100%, 0 100%);
}
}

@media (max-width: 480px) {.GqzSs-training-results h5 {
    font-size: calc(24px - 2px);
}.GqzSs-training-results li p {
    font-size: calc(17px - 2px);
}.GqzSs-training-results .Qijcr-learn-study {
    padding: 20px 15px;
}
}

@media (hover: hover) {.GqzSs-training-results .Qijcr-learn-study {
    transform: translateY(0);
}}.LRfAn-get-help-info {
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(149,199,202,0.5) 0%, rgb(198,225,230) 100%);
    overflow: hidden;
    position: relative;
}.LRfAn-get-help-info::before {
    top: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(99,164,171,0.5) 95%) 0 0 / 20px 100%,
        linear-gradient(180deg, transparent 95%, rgb(149,199,202,0.5) 95%) 0 0 / 100% 20px;
    animation: gridMove 25s linear infinite;
    opacity: 0.2;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}.LRfAn-get-help-info::after {
    position: absolute;
    top: -50%;
    bottom: -50%;
    background: radial-gradient(circle at center, rgb(99,164,171) 0%, transparent 50%);
    opacity: 0.03;
    z-index: 0;
    left: -50%;
    right: -50%;
    content: '';
    animation: pulseEffect 10s ease-in-out infinite;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}
@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
        opacity: 0.03;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.05;
    }
}
.LRfAn-get-help-info .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.LRfAn-get-help-info .ZlOuF-ask-team {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 5px 15px rgba(0, 0, 0, 0.05) inset;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(15px);
    padding: 50px;
}.LRfAn-get-help-info .ZlOuF-ask-team::before {
    content: '';
    background: linear-gradient(90deg, rgb(149,199,202), rgb(99,164,171), rgb(149,199,202));
    top: 0;
    animation: gradientFlow 3s linear infinite;
    background-size: 200% 100%;
    width: 100%;
    left: 0;
    position: absolute;
    height: 3px;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}
.LRfAn-get-help-info .ZlOuF-ask-team::after {
    height: 150px;
    z-index: -1;
    border-radius: 50%;
    top: -75px;
    position: absolute;
    opacity: 0.2;
    background: rgb(149,199,202,0.5);
    right: -75px;
    content: '';
    width: 150px;
}.LRfAn-get-help-info h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(149,199,202);
    margin-bottom: 30px;
    font-size: 32px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    position: relative;
}.LRfAn-get-help-info h3::after {
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(149,199,202);
    height: 2px;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 8px rgb(149,199,202);
    width: 50px;
    content: '';
}.LRfAn-get-help-info .ZlOuF-ask-team:hover h3::after {
    width: 100px;
}.LRfAn-get-help-info .uGApg-get-contactblock {
    margin-bottom: 40px;
    color: #000000;
    border-left: 3px solid rgb(99,164,171);
    position: relative;
    line-height: 1.8;
    font-size: calc(15px + 0.05rem);
    font-weight: 400;
    background: rgb(198,225,230);
    border-radius: 10px;
    padding: 15px;
}.LRfAn-get-help-info .wOcVy-edu-help {
    gap: 25px;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.LRfAn-get-help-info .wOcVy-edu-help::before {
    position: absolute;
    width: 30%;
    left: 0;
    content: '';
    background: rgb(149,199,202);
    height: 1px;
    box-shadow: 0 0 5px rgb(149,199,202);
    top: -20px;
}.LRfAn-get-help-info .wOcVy-edu-help::after {
    content: '';
    width: 60%;
    right: 0;
    background: linear-gradient(to right, rgb(149,199,202), transparent);
    height: 1px;
    top: -20px;
    position: absolute;
}.LRfAn-get-help-info .wOcVy-edu-help span {
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    flex-direction: column;
    z-index: 1;
    display: flex;
    padding: 20px;
    overflow: hidden;
}.LRfAn-get-help-info .wOcVy-edu-help span::before {
    position: absolute;
    z-index: -1;
    transform: translateX(0) translateY(0) rotate(45deg);
    left: -100%;
    height: 300%;
    width: 300%;
    background: linear-gradient(135deg, rgb(198,225,230) 0%, #ffffff 100%);
    transition: transform 0.6s ease;
    content: '';
    top: -100%;
}.LRfAn-get-help-info .wOcVy-edu-help span:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 0 4px rgb(149,199,202,0.5);
}.LRfAn-get-help-info .wOcVy-edu-help span p {
    color: #000000;
    font-weight: 600;
    align-items: center;
    line-height: 1.5;
    display: flex;
    font-size: 15px;
    margin: 0 0 5px 0;
}.LRfAn-get-help-info .wOcVy-edu-help span svg {
    fill: rgb(149,199,202);
    height: 20px;
    transition: all 0.3s ease;
    width: 20px;
    margin-right: 10px;
}.LRfAn-get-help-info .wOcVy-edu-help span:hover svg {
    fill: rgb(99,164,171);
    transform: scale(1.2);
}.LRfAn-get-help-info .wOcVy-edu-help span svg path {
    stroke-linecap: round;
    stroke: #ffffff;
    stroke-linejoin: round;
    stroke-width: 0.5;
    transition: all 0.3s ease;
}.LRfAn-get-help-info .wOcVy-edu-help span:hover svg path {
    stroke: rgb(149,199,202);
    stroke-width: 1;
}.LRfAn-get-help-info .wOcVy-edu-help span span {
    font-weight: 400;
    display: inline-block;
    margin: 5px 0 0 0;
    box-shadow: none;
    background: transparent;
    color: #000000;
    padding: 0;
}.LRfAn-get-help-info .wOcVy-edu-help span span::before {
    display: none;
}.LRfAn-get-help-info .wOcVy-edu-help span span a {
    color: rgb(149,199,202);
    display: flex;
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding: 2px 5px;
}.LRfAn-get-help-info .wOcVy-edu-help span span a svg {
    margin-right: 5px;
    opacity: 0.8;
    width: 16px;
    height: 16px;
}.LRfAn-get-help-info .wOcVy-edu-help span span a::before {
    position: absolute;
    content: '';
    height: 1px;
    transition: transform 0.3s ease;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    width: 100%;
    background: rgb(149,199,202);
}.LRfAn-get-help-info .iJfpZ-msg-block {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    grid-column: 1 / -1;
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    position: relative;
    padding: 30px;
}.LRfAn-get-help-info .iJfpZ-msg-block::before {
    background: 
        linear-gradient(45deg, transparent 98%, rgb(149,199,202,0.5) 98%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 98%, rgb(99,164,171,0.5) 98%) 0 0 / 20px 20px;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    left: 0;
    opacity: 0.3;
}.LRfAn-get-help-info .iJfpZ-msg-block h4 {
    font-size: 21px;
    display: flex;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 0.5px;
    color: rgb(149,199,202);
    padding-left: 15px;
    font-weight: 700;
    align-items: center;
}.LRfAn-get-help-info .iJfpZ-msg-block h4::before {
    content: '';
    background: rgb(149,199,202);
    border-radius: 10px;
    top: 0;
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
}.LRfAn-get-help-info .iJfpZ-msg-block h4 svg {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    fill: rgb(149,199,202);
}.LRfAn-get-help-info .iJfpZ-msg-block h4 svg path {
    stroke: #ffffff;
    stroke-width: 0.5;
}.LRfAn-get-help-info .iJfpZ-msg-block span {
    align-items: center;
    margin-bottom: 8px;
    color: #000000;
    z-index: 1;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    border-radius: 10px;
    background: rgb(198,225,230);
    display: flex;
    transition: all 0.3s ease;
    padding: 12px 15px;
}.LRfAn-get-help-info .iJfpZ-msg-block span svg {
    fill: rgb(99,164,171);
    margin-right: 8px;
    height: 16px;
    transition: all 0.3s ease;
    width: 16px;
}.LRfAn-get-help-info .iJfpZ-msg-block span svg path {
    stroke-width: 0.3;
    stroke: #ffffff;
}
@media (max-width: 991px) {.LRfAn-get-help-info {
    padding: 70px 0;
}.LRfAn-get-help-info .ZlOuF-ask-team {
    padding: 40px;
}.LRfAn-get-help-info h3 {
    font-size: calc(32px - 0.2rem);
}.LRfAn-get-help-info .wOcVy-edu-help {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.LRfAn-get-help-info .iJfpZ-msg-block {
    padding: 25px;
}.LRfAn-get-help-info .wOcVy-edu-help span svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}
}
@media (max-width: 767px) {.LRfAn-get-help-info {
    padding: 50px 0;
}.LRfAn-get-help-info .ZlOuF-ask-team {
    padding: 30px;
}.LRfAn-get-help-info h3 {
    font-size: calc(32px - 0.3rem);
}.LRfAn-get-help-info .uGApg-get-contactblock {
    padding: 12px;
    margin-bottom: 30px;
}.LRfAn-get-help-info .wOcVy-edu-help {
    gap: 15px;
    grid-template-columns: 1fr;
}.LRfAn-get-help-info .wOcVy-edu-help span {
    padding: 15px;
}.LRfAn-get-help-info .iJfpZ-msg-block span {
    padding: 10px 12px;
}.LRfAn-get-help-info .wOcVy-edu-help span svg {
    height: 16px;
    width: 16px;
    margin-right: 6px;
}
}
@media (max-width: 480px) {.LRfAn-get-help-info {
    padding: 40px 0;
    border-radius: 10px;
}.LRfAn-get-help-info .container {
    padding: 0 15px;
}.LRfAn-get-help-info .ZlOuF-ask-team {
    padding: 25px 20px;
}.LRfAn-get-help-info h3 {
    font-size: calc(32px - 0.4rem);
    margin-bottom: 20px;
}.LRfAn-get-help-info .uGApg-get-contactblock {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 25px;
}.LRfAn-get-help-info .wOcVy-edu-help span {
    padding: 12px;
}.LRfAn-get-help-info .iJfpZ-msg-block {
    padding: 20px 15px;
    margin-top: 15px;
}.LRfAn-get-help-info .iJfpZ-msg-block h4 {
    margin-bottom: 15px;
}.LRfAn-get-help-info .iJfpZ-msg-block span {
    margin-bottom: 6px;
    padding: 8px 10px;
}.LRfAn-get-help-info .wOcVy-edu-help span svg {
    height: 14px;
    width: 14px;
    margin-right: 5px;
}.LRfAn-get-help-info .iJfpZ-msg-block h4 svg {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}.LRfAn-get-help-info .iJfpZ-msg-block span svg {
    margin-right: 6px;
    width: 14px;
    height: 14px;
}}.IjnQb-our-background {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(149,199,202) 0%, #000000 100%);
    color: #ffffff;
    position: relative;
    padding: 150px 0;
}.IjnQb-our-background::before {
    content: "";
    position: absolute;
    top: -50%;
    animation: rotate-slow 120s linear infinite;
    z-index: 1;
    opacity: 0.1;
    width: 200%;
    left: -50%;
    height: 200%;
    background: repeating-conic-gradient(
        #000000 0deg 10deg,
        rgba(0, 0, 0, 0.5) 10deg 15deg
    );
}.IjnQb-our-background::after {
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    z-index: 2;
    top: 0;
    position: absolute;
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.IjnQb-our-background .container {
    z-index: 5;
    position: relative;
}.IjnQb-our-background h2 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 80px;
    letter-spacing: 5px;
    font-size: 48px;
    color: rgb(149,199,202);
}.IjnQb-our-background h2::before {
    width: 100px;
    bottom: -20px;
    position: absolute;
    height: 1px;
    content: "";
    transform: translateX(-50%);
    background-color: rgb(149,199,202);
    left: 50%;
}.IjnQb-our-background .wUbPA-master-class {
    gap: 0;
    position: relative;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}.IjnQb-our-background .CPOmn-knowledge-learn {
    perspective: 1000px;
    position: relative;
    padding: 20px;
    flex: 0 0 50%;
    overflow: hidden;
}.IjnQb-our-background .CPOmn-knowledge-learn:first-child {
    animation: card-in-left 1s ease-out forwards;
    transform-origin: right center;
}.IjnQb-our-background .CPOmn-knowledge-learn:last-child {
    animation: card-in-right 1s ease-out forwards;
    transform-origin: left center;
}@keyframes card-in-left {
    0% {
        transform: translateX(-100%) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

@keyframes card-in-right {
    0% {
        transform: translateX(100%) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

.IjnQb-our-background .CPOmn-knowledge-learn h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    margin: 0 0 20px 0;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}.IjnQb-our-background .CPOmn-knowledge-learn p {
    margin: 0;
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 0 40px;
}.IjnQb-our-background .CPOmn-knowledge-learn::before {
    top: 0;
    height: 100%;
    transform: skewY(0deg);
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    transition: transform 0.5s ease;
    z-index: -1;
}.IjnQb-our-background .CPOmn-knowledge-learn:hover::before {
    transform: skewY(-2deg);
}.IjnQb-our-background .CPOmn-knowledge-learn::after {
    top: 0;
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(149,199,202,0.5) 0%, transparent 100%);
    transition: opacity 0.5s ease;
    width: 100%;
    opacity: 0.1;
}.IjnQb-our-background .CPOmn-knowledge-learn:hover::after {
    opacity: 0.2;
}.IjnQb-our-background .CPOmn-knowledge-learn h3::before {
    content: "";
    position: absolute;
    width: 30px;
    left: 50%;
    background-color: rgb(99,164,171);
    bottom: -10px;
    height: 1px;
    transform: translateX(-50%);
}.IjnQb-our-background .CPOmn-knowledge-learn:first-child::before {
    border-right: 1px solid rgb(149,199,202,0.5);
}.IjnQb-our-background .CPOmn-knowledge-learn:last-child::before {
    border-left: 1px solid rgb(99,164,171,0.5);
}.IjnQb-our-background .wUbPA-master-class::before {
    z-index: 10;
    top: 50%;
    box-shadow: 0 0 20px rgb(149,199,202,0.5);
    content: "";
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    animation: pulse-circle 2s infinite;
    border-radius: 50%;
    background-color: rgb(149,199,202);
    left: 50%;
    position: absolute;
}.IjnQb-our-background .wUbPA-master-class::after {
    width: 20px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    content: "";
    background-color: rgb(99,164,171);
    height: 20px;
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
}@keyframes pulse-circle {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.IjnQb-our-background .container::before {
    opacity: 0.2;
    top: -100px;
    transform: rotate(45deg);
    animation: float-element 10s ease-in-out infinite;
    position: absolute;
    height: 200px;
    width: 200px;
    content: "";
    border-radius: 20px;
    left: -100px;
    border: 1px solid rgb(149,199,202,0.5);
}.IjnQb-our-background .container::after {
    right: -100px;
    height: 200px;
    border: 1px solid rgb(99,164,171,0.5);
    position: absolute;
    opacity: 0.2;
    width: 200px;
    transform: rotate(45deg);
    border-radius: 20px;
    animation: float-element 10s ease-in-out infinite reverse;
    content: "";
    bottom: -100px;
}

@keyframes float-element {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(60deg) translate(20px, 20px);
    }
}

@media screen and (max-width: 992px) {.IjnQb-our-background {
    padding: 100px 0;
}.IjnQb-our-background .CPOmn-knowledge-learn {
    flex: 0 0 100%;
    padding: 40px 0;
}.IjnQb-our-background .CPOmn-knowledge-learn:first-child {
    animation: card-in-top 1s ease-out forwards;
}.IjnQb-our-background .CPOmn-knowledge-learn:last-child {
    animation: card-in-bottom 1s ease-out forwards;
}@keyframes card-in-top {
        0% {
            transform: translateY(-100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes card-in-bottom {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .IjnQb-our-background .wUbPA-master-class::before,
    .IjnQb-our-background .wUbPA-master-class::after {
    display: none;
}.IjnQb-our-background .CPOmn-knowledge-learn:first-child::before {
    border-right: none;
    border-bottom: 1px solid rgb(149,199,202,0.5);
}.IjnQb-our-background .CPOmn-knowledge-learn:last-child::before {
    border-left: none;
    border-top: 1px solid rgb(99,164,171,0.5);
}
}

@media screen and (max-width: 768px) {.IjnQb-our-background {
    padding: 80px 0;
}.IjnQb-our-background h2 {
    font-size: calc(48px * 0.8);
    margin-bottom: 60px;
    letter-spacing: 3px;
}.IjnQb-our-background .CPOmn-knowledge-learn h3 {
    font-size: calc(22px * 0.9);
    letter-spacing: 1px;
}.IjnQb-our-background .CPOmn-knowledge-learn p {
    padding: 0 30px;
}.IjnQb-our-background .container::before,
    .IjnQb-our-background .container::after {
    height: 150px;
    width: 150px;
}
}

@media screen and (max-width: 576px) {.IjnQb-our-background {
    padding: 60px 0;
}.IjnQb-our-background h2 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(48px * 0.7);
}.IjnQb-our-background h2::before {
    width: 80px;
    bottom: -15px;
}.IjnQb-our-background .CPOmn-knowledge-learn {
    padding: 30px 0;
}.IjnQb-our-background .CPOmn-knowledge-learn h3 {
    margin-bottom: 15px;
    font-size: calc(22px * 0.85);
}.IjnQb-our-background .CPOmn-knowledge-learn h3::before {
    bottom: -8px;
    width: 25px;
}.IjnQb-our-background .CPOmn-knowledge-learn p {
    line-height: 1.6;
    padding: 0 20px;
    font-size: calc(16px * 0.9);
}.IjnQb-our-background .container::before,
    .IjnQb-our-background .container::after {
    height: 100px;
    width: 100px;
}}.xLQwo-pricing-offer-box {
    background: linear-gradient(135deg, rgb(198,225,230) 0%, rgb(149,199,202,0.5) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.xLQwo-pricing-offer-box::before {
    left: 0;
    z-index: 0;
    height: 100%;
    pointer-events: none;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(99,164,171,0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
    top: 0;
}.xLQwo-pricing-offer-box .container {
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
}.xLQwo-pricing-offer-box .DBuMc-pricing-block {
    display: flex;
    position: relative;
    flex-direction: column-reverse;
    gap: 60px;
}.xLQwo-pricing-offer-box .tYQcA-cost-plan {
    backdrop-filter: blur(10px);
    padding: 30px;
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    border-left: 3px solid rgb(149,199,202);
    max-width: 100%;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
}.xLQwo-pricing-offer-box .tYQcA-cost-plan:hover {
    transform: perspective(1000px) rotateX(2deg);
}.xLQwo-pricing-offer-box .tYQcA-cost-plan h2 {
    background: linear-gradient(90deg, rgb(149,199,202), rgb(99,164,171));
    margin-bottom: 20px;
    line-height: 1.3;
    -webkit-background-clip: text !important;
    letter-spacing: -0.02em;
    transform: translateZ(0);
    font-weight: 700;
    background-clip: text !important;
    color: transparent;
    font-size: 36px;
}.xLQwo-pricing-offer-box .tYQcA-cost-plan .PJwni-study-packages {
    margin-bottom: 0;
    max-width: 700px;
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 14px;
}.xLQwo-pricing-offer-box .LYcmx-study-sub {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}.xLQwo-pricing-offer-box .lufva-edu-deals {
    text-decoration: none;
    transform: translateY(0);
    position: relative;
    border-radius: 4px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    display: block;
}.xLQwo-pricing-offer-box .lufva-edu-deals:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
}.xLQwo-pricing-offer-box .XNftH-discount-grid {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    display: flex;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
}.xLQwo-pricing-offer-box .XNftH-discount-grid::before {
    top: 0;
    background: linear-gradient(90deg, rgb(149,199,202), rgb(99,164,171));
    left: 0;
    transform-origin: left;
    content: "";
    height: 5px;
    transition: transform 0.4s ease-out;
    width: 100%;
    transform: scaleX(0.8);
    position: absolute;
}.xLQwo-pricing-offer-box .lufva-edu-deals:hover .XNftH-discount-grid::before {
    transform: scaleX(1);
}.xLQwo-pricing-offer-box .NJmPW-skill-plans {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
    padding: 30px;
    flex: 1;
}.xLQwo-pricing-offer-box .NJmPW-skill-plans h3 {
    position: relative;
    font-size: calc(23px + 2px);
    overflow: hidden;
    color: #000000;
    font-weight: 700;
    transition: transform 0.3s ease;
    transform-origin: left;
    white-space: nowrap;
    margin-bottom: 15px;
    text-overflow: ellipsis;
}.xLQwo-pricing-offer-box .lufva-edu-deals:hover .NJmPW-skill-plans h3 {
    color: rgb(149,199,202);
    transform: translateX(5px) scale(1.03);
}.xLQwo-pricing-offer-box .vBSop-pricing-tiers {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: calc(23px + 4px);
    color: rgb(99,164,171);
}.xLQwo-pricing-offer-box .vBSop-pricing-tiers::after {
    bottom: -5px;
    width: 50px;
    background: rgb(149,199,202);
    height: 3px;
    position: absolute;
    content: "";
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    left: 0;
    transform: scaleX(0.5);
}.xLQwo-pricing-offer-box .lufva-edu-deals:hover .vBSop-pricing-tiers::after {
    transform: scaleX(1);
}.xLQwo-pricing-offer-box .NJmPW-skill-plans p {
    word-break: break-word;
    color: #000000;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    flex: 1;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 14px;
}.xLQwo-pricing-offer-box .gEQtf-img-shadow-box {
    overflow: hidden;
    position: relative;
    height: 200px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.xLQwo-pricing-offer-box .gEQtf-img-shadow-box::after {
    width: 100%;
    pointer-events: none;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    left: 0;
}.xLQwo-pricing-offer-box .lufva-edu-deals:hover .gEQtf-img-shadow-box {
    transform: scale(1.05);
}

@media (min-width: 768px) {.xLQwo-pricing-offer-box .LYcmx-study-sub {
    grid-template-columns: repeat(2, 1fr);
}.xLQwo-pricing-offer-box .tYQcA-cost-plan {
    padding: 40px;
}.xLQwo-pricing-offer-box .NJmPW-skill-plans {
    padding: 30px 35px;
}.xLQwo-pricing-offer-box .gEQtf-img-shadow-box {
    height: 240px;
}
}

@media (min-width: 992px) {.xLQwo-pricing-offer-box .DBuMc-pricing-block {
    align-items: stretch;
    gap: 40px;
    flex-direction: row;
}.xLQwo-pricing-offer-box .tYQcA-cost-plan {
    display: flex;
    width: 30%;
    padding: 50px 40px;
    justify-content: center;
    flex-direction: column;
}.xLQwo-pricing-offer-box .LYcmx-study-sub {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.xLQwo-pricing-offer-box .NJmPW-skill-plans {
    padding: 30px;
}.xLQwo-pricing-offer-box .NJmPW-skill-plans p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.xLQwo-pricing-offer-box {
    padding: 120px 0;
}.xLQwo-pricing-offer-box .LYcmx-study-sub {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.xLQwo-pricing-offer-box .tYQcA-cost-plan h2 {
    font-size: calc(36px + 4px);
}.xLQwo-pricing-offer-box .NJmPW-skill-plans h3 {
    font-size: calc(23px + 4px);
}.xLQwo-pricing-offer-box .vBSop-pricing-tiers {
    font-size: calc(23px + 8px);
}.xLQwo-pricing-offer-box .gEQtf-img-shadow-box {
    height: 280px;
}
}

@media (min-width: 1400px) {.xLQwo-pricing-offer-box .LYcmx-study-sub {
    grid-template-columns: repeat(2, 1fr);
}.xLQwo-pricing-offer-box .NJmPW-skill-plans p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.xLQwo-pricing-offer-box .lufva-edu-deals {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.xLQwo-pricing-offer-box .lufva-edu-deals:hover {
    transform: translateY(-10px) scale(1.02);
}}.JlWmF-windowPrivacySettings {
    border-top: 2px solid rgb(149,199,202);
    bottom: 0;
    background: rgb(198,225,230);
    position: fixed;
    width: 100%;
    z-index: 90;
}.CYatG-cookies-consent {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}.JlWmF-windowPrivacySettings h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.JlWmF-windowPrivacySettings p {
    font-size: 18px;
}.MlxCz-edu-track {
    flex-shrink: 0;
    margin-right: 10px;
}.MlxCz-edu-track svg, .MlxCz-edu-track svg path, .MlxCz-edu-track img {
    fill: rgb(149,199,202);
    width: 100px;
    height: 100px;
}.KYSvl-track-alert {
    color: rgb(149,199,202);
    margin-left: 10px;
    min-width: 120px;
    cursor: pointer;
    flex-shrink: 0;
    white-space: nowrap;
    line-height: 35px;
    border-bottom: 2px solid rgb(149,199,202);
    text-decoration: none;
    font-size: 24px;
    text-align: center;
}.JlWmF-windowPrivacySettings p a {
    text-decoration: none;
    color: rgb(149,199,202);
}#lHtGb-cookieWarningNotice {
    display: none;
}#lHtGb-cookieWarningNotice:checked ~ .JlWmF-windowPrivacySettings {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.JlWmF-windowPrivacySettings {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.MlxCz-edu-track {
    display: none;
}.CYatG-cookies-consent {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.JlWmF-windowPrivacySettings h5 {
    text-align: center;
}.JlWmF-windowPrivacySettings p {
    text-align: center;
}.CbnVt-cookie-notice {
    margin-bottom: 20px;
}body .OZhGH-inner-container .KYSvl-track-alert {
    margin-left: 0;
}}
.OZhGH-inner-container .CYatG-cookies-consent {
    justify-content: flex-end;
}.OZhGH-inner-container .KYSvl-track-alert {
    font-size: 20px;
    margin-left: 30px;
    background: rgb(149,199,202);
    padding: 10px;
    color: #ffffff;
}.OZhGH-inner-container .CbnVt-cookie-notice {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.OZhGH-inner-container .KYSvl-track-alert {
    margin-left: 0;
    margin-bottom: 10px;
}}.veXTW-client-comments {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background-color: rgb(198,225,230);
}.veXTW-client-comments::before {
    filter: blur(20px);
    background: linear-gradient(135deg, rgb(99,164,171,0.5), rgb(149,199,202,0.5));
    transform: rotate(-15deg) skewX(20deg);
    position: absolute;
    z-index: 1;
    opacity: 0.15;
    right: -5%;
    width: 30%;
    content: "";
    height: 60%;
    top: -10%;
}.veXTW-client-comments::after {
    height: 70%;
    left: -10%;
    opacity: 0.1;
    position: absolute;
    transform: rotate(15deg) skewX(-15deg);
    filter: blur(25px);
    content: "";
    background: linear-gradient(225deg, rgb(99,164,171,0.5), rgb(149,199,202,0.5));
    bottom: -15%;
    width: 40%;
    z-index: 1;
}.veXTW-client-comments h2.container {
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
    z-index: 2;
    text-align: center;
    font-weight: 700;
    font-size: calc(29px * 1.1);
    position: relative;
    color: #000000;
    transform: perspective(1000px) translateZ(10px);
}.veXTW-client-comments h2.container::after {
    left: 50%;
    bottom: -12px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(149,199,202), rgb(99,164,171));
    content: "";
    transform: translateX(-50%);
    height: 3px;
    border-radius: 1px;
}.veXTW-client-comments .container.Qijcr-learn-study {
    z-index: 2;
    padding: 0 20px;
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
}.veXTW-client-comments .JkgQM-success-quotes {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 28px;
}.veXTW-client-comments .uIcso-student-quotes {
    background: #ffffff;
    display: flex;
    padding: 32px 26px 28px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 2;
    transform: translateY(0);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.02), 
                0 20px 40px rgba(rgb(99,164,171,0.5), 0.08);
    min-height: 220px;
    flex-direction: column;
    justify-content: space-between;
}.veXTW-client-comments .uIcso-student-quotes::before {
    transition: all 0.3s ease;
    opacity: 0.15;
    z-index: 0;
    font-family: serif;
    line-height: 1;
    position: absolute;
    content: "";
    top: 15px;
    font-size: 100px;
    right: 20px;
    color: rgb(99,164,171,0.5);
}.veXTW-client-comments .uIcso-student-quotes:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.03), 
                0 25px 45px rgba(rgb(99,164,171,0.5), 0.12);
}.veXTW-client-comments .uIcso-student-quotes:hover::before {
    opacity: 0.25;
    transform: rotate(-10deg) translateY(-5px);
}.veXTW-client-comments .uIcso-student-quotes h3 {
    color: #000000;
    letter-spacing: -0.01em;
    z-index: 1;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
    font-size: calc(23px * 1.1);
}.veXTW-client-comments .uIcso-student-quotes h3::after {
    bottom: -6px;
    background: linear-gradient(90deg, rgb(149,199,202), transparent);
    width: 40px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
}.veXTW-client-comments .uIcso-student-quotes:hover h3::after {
    width: 60px;
}.veXTW-client-comments .uIcso-student-quotes p.description {
    z-index: 1;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    margin-bottom: 20px;
    position: relative;
}.veXTW-client-comments .uIcso-student-quotes div {
    margin-top: auto;
    display: flex;
    z-index: 1;
    position: relative;
    align-items: center;
}.veXTW-client-comments .uIcso-student-quotes div img {
    background-clip: content-box, border-box;
    background-image: 
        linear-gradient(to right, #ffffff, #ffffff), 
        linear-gradient(135deg, rgb(149,199,202,0.5), rgb(99,164,171));
    object-fit: cover;
    width: 50px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-origin: border-box;
    transition: transform 0.4s ease;
    height: 50px;
}.veXTW-client-comments .uIcso-student-quotes:hover div img {
    transform: scale(1.05);
}

@media (max-width: 991px) {.veXTW-client-comments {
    padding: 4rem 0;
}.veXTW-client-comments h2.container {
    margin-bottom: 2.5rem;
    font-size: 29px;
}.veXTW-client-comments .JkgQM-success-quotes {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 22px;
}
}

@media (max-width: 767px) {.veXTW-client-comments {
    padding: 3.5rem 0;
}.veXTW-client-comments h2.container {
    max-width: 85%;
    font-size: calc(29px * 0.85);
    margin-right: auto;
    margin-left: auto;
}.veXTW-client-comments h2.container::after {
    width: 60px;
}.veXTW-client-comments .JkgQM-success-quotes {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.veXTW-client-comments .uIcso-student-quotes {
    min-height: 200px;
    padding: 25px 20px 22px;
}.veXTW-client-comments .uIcso-student-quotes::before {
    top: 10px;
    right: 15px;
    font-size: 80px;
}
}

@media (max-width: 576px) {.veXTW-client-comments {
    padding: 3rem 0;
}.veXTW-client-comments h2.container {
    font-size: calc(29px * 0.8);
    max-width: 90%;
}.veXTW-client-comments .JkgQM-success-quotes {
    grid-template-columns: 1fr;
    gap: 16px;
}.veXTW-client-comments .uIcso-student-quotes {
    padding: 22px 18px 20px;
}.veXTW-client-comments .uIcso-student-quotes h3 {
    font-size: 23px;
}.veXTW-client-comments .uIcso-student-quotes::before {
    font-size: 70px;
}}.VgHYk-quantitative-data {
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.VgHYk-quantitative-data::before {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background-color: #000000;
    content: "";
    width: 100%;
    z-index: 1;
    opacity: 0.75;
}.VgHYk-quantitative-data::after {
    background: 
        linear-gradient(90deg, transparent 95%, rgb(149,199,202) 95%, rgb(149,199,202) 96%, transparent 96%) 0 0 / 25px 100%,
        linear-gradient(0deg, transparent 95%, rgb(99,164,171) 95%, rgb(99,164,171) 96%, transparent 96%) 0 0 / 100% 25px;
    left: 0;
    z-index: 2;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    animation: patternMove 20s linear infinite;
    content: "";
    opacity: 0.2;
}@keyframes patternMove {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}

.VgHYk-quantitative-data .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
}.VgHYk-quantitative-data .rRzMp-value-statistics {
    position: relative;
}.VgHYk-quantitative-data .UjeWP-study-edge {
    border-radius: 0;
    right: 30px;
    transition: all 0.3s ease;
    align-items: center;
    z-index: 10;
    bottom: 30px;
    position: absolute;
    height: 100px;
    background: none;
    opacity: 0.7;
    justify-content: center;
    display: flex;
    width: 100px;
}.VgHYk-quantitative-data .UjeWP-study-edge:hover {
    opacity: 1;
    transform: scale(1.1);
}.VgHYk-quantitative-data .UjeWP-study-edge svg {
    fill: rgb(149,199,202);
    height: 100%;
    width: 100%;
}.VgHYk-quantitative-data .UjeWP-study-edge svg path {
    fill: rgb(149,199,202);
}.VgHYk-quantitative-data .hDdfl-program-wins {
    display: inline-block;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(149,199,202), rgb(99,164,171));
    font-size: calc(41px * 1.2);
    -webkit-background-clip: text !important;
    margin: 0 0 5px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    -webkit-text-fill-color: transparent;
}.VgHYk-quantitative-data .aLxFv-study-elevation {
    text-align: left;
    width: 50%;
    font-size: 12px;
    padding-left: 20px;
    border-left: 3px solid rgb(149,199,202);
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 60px;
    line-height: 1.6;
}.VgHYk-quantitative-data .WNiwl-fast-upgrade {
    position: relative;
    display: flex;
    gap: 80px 0;
    flex-wrap: wrap;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade {
    width: 50%;
    padding: 0;
    position: relative;
    transition: all 0.4s ease;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade:nth-child(odd) {
    text-align: right;
    padding-right: 50px;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade:nth-child(even) {
    padding-left: 50px;
    transform: translateY(80px);
    text-align: left;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade:hover {
    transform: scale(1.05);
}.VgHYk-quantitative-data .tfYbN-pro-upgrade:nth-child(even):hover {
    transform: translateY(80px) scale(1.05);
}.VgHYk-quantitative-data .YExmv-benefits-track {
    position: absolute;
    top: 0;
    background: #000000;
    height: 60px;
    align-items: center;
    display: flex;
    z-index: 5;
    border-radius: 10px;
    justify-content: center;
    box-shadow: 0 0 0 3px rgb(149,199,202);
    width: 60px;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade:nth-child(odd) .YExmv-benefits-track {
    right: -30px;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade:nth-child(even) .YExmv-benefits-track {
    left: -30px;
}.VgHYk-quantitative-data .YExmv-benefits-track svg {
    fill: rgb(149,199,202);
    width: 30px;
    height: 30px;
}.VgHYk-quantitative-data .YExmv-benefits-track svg path {
    fill: rgb(149,199,202);
}.VgHYk-quantitative-data .tfYbN-pro-upgrade span {
    position: relative;
    font-size: 38px;
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade:nth-child(odd) span::after {
    right: -50px;
    transform: translateY(-50%);
    background: rgb(149,199,202);
    height: 2px;
    top: 50%;
    width: 30px;
    position: absolute;
    content: "";
}.VgHYk-quantitative-data .tfYbN-pro-upgrade:nth-child(even) span::after {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 2px;
    left: -50px;
    width: 30px;
    background: rgb(149,199,202);
    content: "";
}.VgHYk-quantitative-data .tfYbN-pro-upgrade p {
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(12px * 0.95);
    margin: 0;
    line-height: 1.5;
}.VgHYk-quantitative-data .WNiwl-fast-upgrade::before {
    background: linear-gradient(
        to bottom,
        rgb(149,199,202),
        rgb(99,164,171)
    );
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    height: 100%;
    width: 4px;
    position: absolute;
    content: "";
}.VgHYk-quantitative-data .WNiwl-fast-upgrade::after {
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
    background: rgb(99,164,171);
    content: "";
    bottom: -20px;
    left: 50%;
    height: 20px;
    width: 20px;
}

@media screen and (max-width: 992px) {.VgHYk-quantitative-data .aLxFv-study-elevation {
    width: 70%;
}.VgHYk-quantitative-data .UjeWP-study-edge {
    width: 80px;
    bottom: 20px;
    right: 20px;
    height: 80px;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade {
    transform: none !important;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade:hover {
    transform: scale(1.03) !important;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade:nth-child(odd) {
    padding-right: 40px;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade:nth-child(even) {
    padding-left: 40px;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade:nth-child(odd) span::after {
    right: -40px;
    width: 20px;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade:nth-child(even) span::after {
    width: 20px;
    left: -40px;
}
}

@media screen and (max-width: 768px) {.VgHYk-quantitative-data {
    padding: 80px 0;
}.VgHYk-quantitative-data .hDdfl-program-wins {
    font-size: 41px;
}.VgHYk-quantitative-data .aLxFv-study-elevation {
    margin-bottom: 50px;
    width: 100%;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade {
    text-align: left !important;
    margin-bottom: 80px;
    padding: 0 0 0 80px !important;
    width: 100%;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade:last-child {
    margin-bottom: 0;
}.VgHYk-quantitative-data .YExmv-benefits-track {
    left: 0 !important;
    right: auto !important;
}.VgHYk-quantitative-data .WNiwl-fast-upgrade::before {
    transform: none;
    left: 30px;
}.VgHYk-quantitative-data .WNiwl-fast-upgrade::after {
    transform: none;
    left: 30px;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade span::after {
    display: none;
}.VgHYk-quantitative-data .UjeWP-study-edge {
    top: 0;
    width: 60px;
    bottom: auto;
    height: 60px;
    right: 0;
}
}

@media screen and (max-width: 576px) {.VgHYk-quantitative-data {
    padding: 60px 0;
}.VgHYk-quantitative-data .hDdfl-program-wins {
    font-size: calc(41px * 0.9);
}.VgHYk-quantitative-data .aLxFv-study-elevation {
    margin-bottom: 40px;
    padding-left: 15px;
    font-size: calc(12px * 0.95);
}.VgHYk-quantitative-data .tfYbN-pro-upgrade {
    padding: 0 0 0 60px !important;
    margin-bottom: 40px;
}.VgHYk-quantitative-data .YExmv-benefits-track {
    width: 50px;
    height: 50px;
}.VgHYk-quantitative-data .YExmv-benefits-track svg {
    width: 25px;
    height: 25px;
}.VgHYk-quantitative-data .WNiwl-fast-upgrade::before {
    left: 25px;
}.VgHYk-quantitative-data .WNiwl-fast-upgrade::after {
    left: 25px;
}.VgHYk-quantitative-data .tfYbN-pro-upgrade span {
    font-size: calc(38px * 0.9);
}.VgHYk-quantitative-data .tfYbN-pro-upgrade p {
    font-size: calc(12px * 0.9);
}}.aNrHJ-thanksPart {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(99,164,171,0.5) 0%, rgb(149,199,202,0.5) 100%);
    overflow: hidden;
}.aNrHJ-thanksPart::before {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    animation: float 12s ease-in-out infinite;
    content: "";
    transform: rotate(-15deg) skew(10deg);
    position: absolute;
    pointer-events: none;
    right: -5%;
    height: 70%;
    opacity: 0.1;
    z-index: 1;
    width: 50%;
    top: -10%;
    background: linear-gradient(120deg, rgb(99,164,171) 0%, rgb(149,199,202) 100%);
}.aNrHJ-thanksPart::after {
    opacity: 0.08;
    width: 40%;
    position: absolute;
    z-index: 1;
    content: "";
    animation: float 15s ease-in-out infinite reverse;
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
    height: 60%;
    background: linear-gradient(210deg, rgb(149,199,202) 0%, rgb(99,164,171) 100%);
    left: -5%;
    bottom: -5%;
    pointer-events: none;
    transform: rotate(10deg) skew(-5deg);
}.aNrHJ-thanksPart .container {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
    max-width: 1200px;
    align-items: flex-start;
    margin: 0 auto;
}.aNrHJ-thanksPart h2 {
    opacity: 0;
    margin-bottom: 2.5rem;
    color: #000000;
    line-height: 1.3;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-weight: 700;
    max-width: 90%;
    position: relative;
    font-size: 33px;
    font-family: Arial, sans-serif;
    transform: translateX(-10px);
}.aNrHJ-thanksPart h2::after {
    bottom: -15px;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    content: "";
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(149,199,202) 0%, rgb(99,164,171) 100%);
    width: 120px;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
}.aNrHJ-thanksPart .Qijcr-learn-study {
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    opacity: 0;
    transform: translateY(20px);
    background: #ffffff;
    position: relative;
}.aNrHJ-thanksPart .Qijcr-learn-study::before {
    content: "";
    animation: expandLine 1.5s 1s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    transform: scaleX(0);
    right: 0;
    position: absolute;
    height: 5px;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(99,164,171) 0%, rgb(149,199,202) 100%);
    top: 0;
}.aNrHJ-thanksPart ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.aNrHJ-thanksPart li {
    padding-left: 1.5rem;
    position: relative;
}.aNrHJ-thanksPart li::before {
    content: "";
    opacity: 0;
    height: 8px;
    position: absolute;
    top: 0.5rem;
    width: 8px;
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform: rotate(45deg) scale(0);
    background: rgb(99,164,171);
    left: 0;
}.aNrHJ-thanksPart span {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: 12px;
    color: #000000;
    animation: fadeIn 1s 1.2s ease-out forwards;
    opacity: 0;
    display: block;
    transform: translateY(15px);
}

@keyframes slideIn {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skew(12deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
}

@media (max-width: 991px) {.aNrHJ-thanksPart {
    padding: 4rem 1.5rem;
}.aNrHJ-thanksPart h2 {
    font-size: calc(33px * 0.9);
    max-width: 100%;
}.aNrHJ-thanksPart .Qijcr-learn-study {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.aNrHJ-thanksPart {
    padding: 3.5rem 1.25rem;
}.aNrHJ-thanksPart h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.aNrHJ-thanksPart h2::after {
    height: 3px;
    width: 100px;
}.aNrHJ-thanksPart .Qijcr-learn-study {
    padding: 2rem 1.5rem;
}.aNrHJ-thanksPart span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.aNrHJ-thanksPart {
    padding: 3rem 1rem;
}.aNrHJ-thanksPart h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.5rem;
}.aNrHJ-thanksPart h2::after {
    bottom: -10px;
    width: 80px;
    height: 3px;
}.aNrHJ-thanksPart .Qijcr-learn-study {
    padding: 1.5rem 1.25rem;
}.aNrHJ-thanksPart li {
    padding-left: 1.25rem;
}.aNrHJ-thanksPart li::before {
    height: 6px;
    width: 6px;
}.aNrHJ-thanksPart span {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}.unrFN-course-overview {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background-color: rgb(198,225,230);
}.unrFN-course-overview::before {
    content: "";
    z-index: 1;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(149,199,202,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(99,164,171,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}.unrFN-course-overview::after {
    background-size: 120px 120px, 120px 120px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(149,199,202,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(99,164,171,0.5) 0%, transparent 8%);
    height: 100%;
    content: "";
}.unrFN-course-overview .container {
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
}.unrFN-course-overview .IGcXA-coding-expert {
    display: flex;
    flex-direction: column;
}.unrFN-course-overview .qBfHt-article-wrap {
    padding: 50px;
    backdrop-filter: blur(5px);
    border-bottom: 3px solid rgb(99,164,171);
    margin-bottom: 60px;
    border-top: 3px solid rgb(149,199,202);
    border-radius: 22px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 4;
    background: rgba(255, 255, 255, 0.3);
}.unrFN-course-overview .qBfHt-article-wrap::before {
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(149,199,202,0.5) 49%, rgb(149,199,202,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(99,164,171,0.5) 49%, rgb(99,164,171,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    content: "";
    opacity: 0.1;
    top: 0;
}.unrFN-course-overview .qBfHt-article-wrap h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    padding: 10px 25px;
    font-size: 32px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    display: inline-block;
}.unrFN-course-overview .qBfHt-article-wrap h2::after {
    border-radius: 10px;
    width: 80px;
    background: linear-gradient(90deg, rgb(149,199,202) 0%, rgb(99,164,171) 100%);
    height: 3px;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
}.unrFN-course-overview .qBfHt-article-wrap .description {
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    padding: 15px 20px;
    line-height: 1.8;
    font-weight: 600;
    backdrop-filter: blur(3px);
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    border-left: 2px solid rgb(149,199,202);
    border-radius: 10px;
    color: #000000;
    font-size: 15px;
    margin-bottom: 25px;
}.unrFN-course-overview .qBfHt-article-wrap .description:last-child {
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.6);
    border-left: 2px solid rgb(99,164,171);
    margin-bottom: 0;
}.unrFN-course-overview .gEQtf-img-shadow-box {
    width: 100%;
    position: absolute;
    height: 100%;
    transform: scale(1.05);
    top: 0;
    left: 0;
    z-index: 2;
}.unrFN-course-overview .gEQtf-img-shadow-box::before {
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    z-index: 2;
    position: absolute;
    height: 100%;
}.unrFN-course-overview .gEQtf-img-shadow-box::after {
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 3;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
    content: "";
    top: 0;
}

@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 992px) {.unrFN-course-overview {
    padding: 80px 0;
}.unrFN-course-overview .qBfHt-article-wrap {
    padding: 40px;
    margin-bottom: 40px;
}.unrFN-course-overview .gEQtf-img-shadow-box {
    height: 60%;
}
}

@media (max-width: 768px) {.unrFN-course-overview {
    padding: 60px 0;
}.unrFN-course-overview .qBfHt-article-wrap {
    padding: 30px;
    margin-bottom: 30px;
}.unrFN-course-overview .qBfHt-article-wrap h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 20px;
}.unrFN-course-overview .gEQtf-img-shadow-box {
    height: 50%;
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
}
}

@media (max-width: 576px) {.unrFN-course-overview {
    padding: 50px 0;
}.unrFN-course-overview .qBfHt-article-wrap {
    padding: 25px 20px;
    margin-bottom: 20px;
}.unrFN-course-overview .qBfHt-article-wrap h2 {
    font-size: calc(32px * 0.8);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.unrFN-course-overview .qBfHt-article-wrap .description {
    padding-left: 15px;
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}.unrFN-course-overview .gEQtf-img-shadow-box {
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
    height: 40%;
}}

.unrFN-course-overview::before,
.unrFN-course-overview::after,
.unrFN-course-overview .qBfHt-article-wrap::before,
.unrFN-course-overview .container::before,
.unrFN-course-overview .container::after {
    pointer-events: none;
}.unrFN-course-overview .IGcXA-coding-expert::after {
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(149,199,202,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(99,164,171,0.5) 0%, transparent 1%);
    z-index: 1;
    top: 0;
    position: absolute;
    pointer-events: none;
    left: 0;
    background-size: 30px 30px;
}.HdofJ-contact-section {
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(
        225deg, 
        rgb(198,225,230) 0%, 
        rgb(99,164,171,0.5) 100%
    );
    padding: 6rem 0;
    position: relative;
}.HdofJ-contact-section::before {
    z-index: 1;
    content: '';
    right: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    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;
}.HdofJ-contact-section::after {
    left: -50%;
    animation: circuit-pulse 10s infinite alternate;
    width: 200%;
    opacity: 0.6;
    top: -50%;
    position: absolute;
    background: radial-gradient(
        circle at center, 
        rgb(149,199,202,0.5) 0%, 
        transparent 70%
    );
    content: '';
    height: 200%;
    z-index: 2;
}.HdofJ-contact-section .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1rem;
    z-index: 3;
    max-width: 1300px;
}.HdofJ-contact-section h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 3rem;
}.HdofJ-contact-section h2::before,
.HdofJ-contact-section h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(149,199,202), 
        transparent
    );
    bottom: -0.5rem;
    position: absolute;
    height: 2px;
    content: '';
}.HdofJ-contact-section h2::before {
    width: 30%;
    left: 0;
}.HdofJ-contact-section h2::after {
    width: 30%;
    right: 0;
}.HdofJ-contact-section .rXFad-reach-info {
    background: rgb(99,164,171,0.5);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    border-radius: 11px;
    border: 1px solid rgb(149,199,202,0.5);
    display: flex;
    transition: transform 0.3s ease;
    transform: rotateX(5deg) scale(0.98);
    align-items: stretch;
}.HdofJ-contact-section .rXFad-reach-info:hover {
    transform: rotateX(0) scale(1);
}.HdofJ-contact-section .gEQtf-img-shadow-box {
    min-height: 500px;
    position: relative;
    overflow: hidden;
    flex: 0 0 40%;
}.HdofJ-contact-section .gEQtf-img-shadow-box::before {
    opacity: 0.7;
    width: 100%;
    background: linear-gradient(
        135deg, 
        rgb(149,199,202,0.5) 0%, 
        rgb(99,164,171,0.5) 100%
    );
    mix-blend-mode: color-dodge;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
}.HdofJ-contact-section .JuDVj-support-grid {
    flex-direction: column;
    padding: 4rem 3rem;
    position: relative;
    display: flex;
    justify-content: center;
    flex: 0 0 60%;
}.HdofJ-contact-section .JuDVj-support-grid::before {
    animation: signal-pulse 2s infinite alternate;
    height: 10px;
    box-shadow: 0 0 20px rgb(149,199,202);
    border-radius: 50%;
    top: 2rem;
    content: '';
    right: 2rem;
    background: rgb(149,199,202);
    position: absolute;
    width: 10px;
}.HdofJ-contact-section .JuDVj-support-grid form {
    z-index: 3;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}.HdofJ-contact-section .JuDVj-support-grid h3 {
    color: #ffffff;
    font-size: 29px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
}.HdofJ-contact-section .JuDVj-support-grid input:not([type="checkbox"]):not([type="submit"]) {
    z-index: 2;
    border-radius: 10px;
    font-size: 15px;
    width: 100%;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    background: rgb(99,164,171,0.5);
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    border: 1px solid rgb(149,199,202,0.5);
    outline: none;
}.HdofJ-contact-section .JuDVj-support-grid input:not([type="checkbox"]):not([type="submit"])::before {
    content: '';
    left: 0;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(149,199,202,0.5) 100%
    );
    transition: opacity 0.3s ease;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
}.HdofJ-contact-section .JuDVj-support-grid input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(149,199,202,0.5);
    border-color: rgb(149,199,202);
}.HdofJ-contact-section .JuDVj-support-grid input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.HdofJ-contact-section .JuDVj-support-grid .cPjrl-support-block {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}.HdofJ-contact-section .JuDVj-support-grid .cPjrl-support-block input[type="checkbox"] {
    border: 2px solid rgb(149,199,202,0.5);
    margin-right: 1rem;
    appearance: none;
    border-radius: 10px;
    width: 22px;
    background: rgb(99,164,171,0.5);
    transition: all 0.3s ease;
    height: 22px;
    cursor: pointer;
    position: relative;
}.HdofJ-contact-section .JuDVj-support-grid .cPjrl-support-block input[type="checkbox"]:checked {
    border-color: rgb(149,199,202);
    background: rgb(149,199,202);
}.HdofJ-contact-section .JuDVj-support-grid .cPjrl-support-block input[type="checkbox"]:checked::after {
    color: #ffffff;
    top: 50%;
    left: 50%;
    content: '✔';
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
}.HdofJ-contact-section .JuDVj-support-grid .cPjrl-support-block label {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 15px;
}.HdofJ-contact-section .JuDVj-support-grid .cPjrl-support-block a {
    transition: color 0.3s ease;
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(149,199,202);
}.HdofJ-contact-section .JuDVj-support-grid .cPjrl-support-block a:hover {
    text-decoration: underline;
}.HdofJ-contact-section .JuDVj-support-grid .Kpywo-feedback-inquiry {
    transition: all 0.3s ease;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.1em;
    overflow: hidden;
    position: relative;
    border: none;
    border-radius: 10px;
    font-size: 19px;
    padding: 1rem;
    background: rgb(149,199,202);
    text-transform: uppercase;
    color: #ffffff;
}.HdofJ-contact-section .JuDVj-support-grid .Kpywo-feedback-inquiry::before {
    position: absolute;
    content: '';
    left: -100%;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(149,199,202,0.5), 
        transparent
    );
    transition: all 0.3s ease;
}.HdofJ-contact-section .JuDVj-support-grid .Kpywo-feedback-inquiry:hover::before {
    left: 100%;
}.HdofJ-contact-section .JuDVj-support-grid .Kpywo-feedback-inquiry:hover {
    box-shadow: 0 10px 20px rgb(149,199,202,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) {.HdofJ-contact-section .rXFad-reach-info {
    transform: none;
    flex-direction: column;
}.HdofJ-contact-section .gEQtf-img-shadow-box {
    flex: 0 0 100%;
    min-height: 300px;
}.HdofJ-contact-section .JuDVj-support-grid {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.HdofJ-contact-section {
    padding: 3rem 0;
}.HdofJ-contact-section h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2rem;
}.HdofJ-contact-section .JuDVj-support-grid h3 {
    font-size: calc(29px * 0.9);
}.HdofJ-contact-section .JuDVj-support-grid input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.HdofJ-contact-section .JuDVj-support-grid .cPjrl-support-block {
    align-items: flex-start;
}.HdofJ-contact-section .JuDVj-support-grid .cPjrl-support-block input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.HdofJ-contact-section .rXFad-reach-info {
    border-radius: 0;
}.HdofJ-contact-section .gEQtf-img-shadow-box {
    min-height: 250px;
}.HdofJ-contact-section .JuDVj-support-grid {
    padding: 2rem 1.5rem;
}}header {
    width: 100%;
    background: rgb(149,199,202,0.5);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
    left: 0;
    top: 0;
}header:before {
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    width: 100%;
    animation: shimmer 8s infinite linear;
    position: absolute;
    pointer-events: none;
    height: 100%;
}header:after {
    opacity: 0.8;
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    filter: blur(1px);
    content: '';
    height: 3px;
    background: linear-gradient(
        90deg,
        rgb(99,164,171) 0%,
        rgb(149,199,202) 50%,
        rgb(99,164,171) 100%
    );
}header .WLCAQ-top-wrap {
    position: relative;
    overflow: hidden;
}header .WLCAQ-top-wrap:before {
    width: 100%;
    mix-blend-mode: overlay;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(149,199,202,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(99,164,171,0.5) 0%, transparent 40%);
    opacity: 0.15;
    position: absolute;
    top: 0;
    pointer-events: none;
    left: 0;
    height: 100%;
}header .container {
    margin: 0 auto;
    position: relative;
    padding: 16px 25px;
    max-width: 1200px;
}header .container:before {
    content: '';
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    bottom: -1px;
    left: 0;
    width: 100%;
    opacity: 0.5;
    position: absolute;
}header .dxJGh-top-start {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
}header .iCMbs-top-class {
    position: relative;
    align-items: center;
    display: flex;
    gap: 35px;
}header .iCMbs-top-class:before {
    top: 50%;
    opacity: 0;
    content: '';
    transform: translateY(-50%) scaleX(0.8);
    height: 35px;
    position: absolute;
    transition: all 0.4s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    left: 0;
}header .iCMbs-top-class:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}header .NmTLP-head-top {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 0;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}header .NmTLP-head-top:before {
    content: '';
    height: 1px;
    width: 100%;
    bottom: 0;
    position: absolute;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
}header .NmTLP-head-top:after {
    left: 0;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(149,199,202,0.5),
        transparent
    );
    transform: scaleY(0);
}header .NmTLP-head-top:hover {
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}header .NmTLP-head-top:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .NmTLP-head-top:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .Ufuok-head-core {
    padding: 5px;
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.4s ease;
    text-decoration: none;
}header .Ufuok-head-core:before {
    transition: opacity 0.5s ease;
    z-index: -1;
    top: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    opacity: 0;
    left: -10px;
    content: '';
    position: absolute;
    background: radial-gradient(
        circle,
        rgb(149,199,202,0.5) 0%,
        transparent 70%
    );
}header .Ufuok-head-core:after {
    width: 100%;
    left: 0;
    border: 1px solid transparent;
    top: 0;
    transition: all 0.3s ease;
    content: '';
    opacity: 0;
    height: 100%;
    position: absolute;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(149,199,202),
        transparent
    ) 1;
}header .Ufuok-head-core:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .Ufuok-head-core:hover:after {
    opacity: 0.7;
}header .Ufuok-head-core svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 3px rgb(149,199,202,0.5));
}header .Ufuok-head-core:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(149,199,202));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .iCMbs-top-class {
    gap: 20px;
}header .Ufuok-head-core svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .iCMbs-top-class {
    position: fixed;
    padding: 80px 30px 30px;
    max-width: 320px;
    gap: 20px;
    -webkit-backdrop-filter: blur(15px);
    top: 0;
    z-index: 1001;
    right: -100%;
    flex-direction: column;
    height: 100vh;
    background: linear-gradient(
            135deg,
            rgb(149,199,202) 0%,
            rgb(149,199,202,0.5) 100%
        );
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    width: 80%;
    background: rgb(149,199,202);
    backdrop-filter: blur(15px);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
}header .iCMbs-top-class:before {
    display: none;
}header .menu.active {
    right: 0;
}header .NmTLP-head-top {
    padding: 12px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .NmTLP-head-top:last-child {
    border-bottom: none;
}header .Ufuok-head-core {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .Ufuok-head-core svg {
    height: 35px;
}
}