* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    color: #000000;
    min-height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    height: 100%;
}.main_leadqQYhg {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.brainstormEPFfq {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1106px;
    margin: auto;
}.core-containerOQKls {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our_backgroundviMpq {
    background: linear-gradient(135deg, rgb(183,207,184,0.5) 0%, rgb(219,234,220) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.our_backgroundviMpq::before {
    z-index: 0;
    transform: rotate(3deg);
    left: -10%;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(#000000, 0.03) 40px, rgba(#000000, 0.03) 41px),
                      repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(#000000, 0.03) 40px, rgba(#000000, 0.03) 41px);
    content: "";
    top: -10%;
    position: absolute;
    height: 120%;
    width: 120%;
}.our_backgroundviMpq::after {
    content: "";
    z-index: 1;
    width: 35%;
    top: 0;
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(145,180,149,0.5) 70%);
}.our_backgroundviMpq .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.our_backgroundviMpq h1 {
    transform: translateX(20px);
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: 48px;
    margin-bottom: 60px;
    position: relative;
}.our_backgroundviMpq h1::after {
    left: 0;
    animation: expandLine 1.5s ease-out forwards;
    content: "";
    transform-origin: left center;
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(183,207,184), rgb(145,180,149));
    position: absolute;
    height: 4px;
}.our_backgroundviMpq .virtual_guidesOmlEe {
    position: relative;
}.our_backgroundviMpq .virtual_guidesOmlEe ul {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
    margin: 0;
    gap: 40px;
    padding: 0;
    list-style: none;
}.our_backgroundviMpq .edu_commitIOwPk {
    position: relative;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    overflow: hidden;
    border-radius: 3px;
    z-index: 1;
    padding: 40px 35px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}.our_backgroundviMpq .edu_commitIOwPk::before {
    z-index: -1;
    content: "";
    left: 0;
    transition: height 0.5s ease;
    top: 0;
    background: linear-gradient(to bottom, rgb(183,207,184), rgb(145,180,149));
    position: absolute;
    height: 0;
    width: 6px;
}.our_backgroundviMpq .edu_commitIOwPk:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
}.our_backgroundviMpq .edu_commitIOwPk:hover::before {
    height: 100%;
}.our_backgroundviMpq .edu_commitIOwPk h4 {
    color: #000000;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    font-size: 21px;
}.our_backgroundviMpq .edu_commitIOwPk:hover h4 {
    transform: translateX(8px);
    color: rgb(183,207,184);
}.our_backgroundviMpq .edu_commitIOwPk h4::after {
    position: absolute;
    background: rgb(145,180,149);
    height: 3px;
    left: 0;
    bottom: 0;
    width: 40px;
    transition: width 0.3s ease, background 0.3s ease;
    content: "";
}.our_backgroundviMpq .edu_commitIOwPk:hover h4::after {
    background: rgb(183,207,184);
    width: 60px;
}.our_backgroundviMpq .edu_commitIOwPk div {
    overflow-y: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    position: relative;
    font-size: 16px;
    padding-right: 10px;
    max-height: 300px;
}.our_backgroundviMpq .edu_commitIOwPk div::-webkit-scrollbar {
    width: 6px;
}.our_backgroundviMpq .edu_commitIOwPk div::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.05);
}.our_backgroundviMpq .edu_commitIOwPk div::-webkit-scrollbar-thumb {
    background: rgb(145,180,149,0.5);
    border-radius: 3px;
}.our_backgroundviMpq .edu_commitIOwPk div::-webkit-scrollbar-thumb:hover {
    background: rgb(145,180,149);
}

@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}

@media screen and (max-width: 992px) {.our_backgroundviMpq {
    padding: 90px 0 70px;
}.our_backgroundviMpq::after {
    width: 25%;
}.our_backgroundviMpq h1 {
    margin-bottom: 50px;
}.our_backgroundviMpq .virtual_guidesOmlEe ul {
    gap: 30px;
}
}

@media screen and (max-width: 768px) {.our_backgroundviMpq {
    padding: 70px 0 50px;
}.our_backgroundviMpq::before {
    opacity: 0.5;
}.our_backgroundviMpq::after {
    display: none;
}.our_backgroundviMpq h1 {
    margin-bottom: 40px;
    transform: translateX(0);
}.our_backgroundviMpq .virtual_guidesOmlEe ul {
    gap: 25px;
    grid-template-columns: 1fr;
}.our_backgroundviMpq .edu_commitIOwPk {
    padding: 30px 25px;
}
}

@media screen and (max-width: 480px) {.our_backgroundviMpq {
    padding: 50px 0 40px;
}.our_backgroundviMpq h1 {
    margin-bottom: 30px;
    font-size: calc(48px * 0.9);
}.our_backgroundviMpq h1::after {
    height: 3px;
    bottom: -10px;
}.our_backgroundviMpq .edu_commitIOwPk {
    padding: 25px 20px;
}.our_backgroundviMpq .edu_commitIOwPk h4 {
    font-size: calc(21px * 0.9);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.our_backgroundviMpq .edu_commitIOwPk div {
    max-height: 250px;
    font-size: calc(16px * 0.95);
}}.instructor_historyjDaUO {
    background: linear-gradient(160deg, rgb(219,234,220) 0%, #000000 100%);
    padding: 8rem 0;
    overflow: hidden;
    min-height: 700px;
    position: relative;
}.instructor_historyjDaUO::before {
    animation: breatheGlow 15s ease-in-out infinite alternate;
    z-index: 1;
    left: 0;
    opacity: 0.4;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(183,207,184,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(145,180,149,0.5) 0%, transparent 35%);
    filter: blur(70px);
    height: 100%;
    content: "";
    position: absolute;
}.instructor_historyjDaUO .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.instructor_historyjDaUO .testimonial_cornerOmebu {
    padding: 3rem;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    gap: 30px;
    grid-template-rows: auto 1fr;
    min-height: 580px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}.instructor_historyjDaUO .testimonial_cornerOmebu::before {
    position: absolute;
    background-size: 200% 200%;
    animation: shimmerEffect 10s ease-in-out infinite;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, transparent, rgb(183,207,184,0.5), transparent);
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    opacity: 0.2;
}.instructor_historyjDaUO .image_stripGkVHj {
    filter: contrast(1.1) brightness(1.05);
    transform: scale(1) rotate(0deg);
    z-index: 3;
    border-radius: 22px;
    grid-row: 1 / span 2;
    height: 100%;
    position: relative;
    grid-column: 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
}.instructor_historyjDaUO .testimonial_cornerOmebu:hover .image_stripGkVHj {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}.instructor_historyjDaUO .image_stripGkVHj::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    box-sizing: border-box;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    content: "";
    left: 0;
}.instructor_historyjDaUO .name {
    grid-column: 1;
    font-size: 38px;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    color: #ffffff;
    grid-row: 1;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    margin: 0;
    z-index: 4;
    font-weight: 700;
}.instructor_historyjDaUO .testimonial_cornerOmebu:hover .name {
    transform: translateX(10px);
}.instructor_historyjDaUO .name::after {
    height: 3px;
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    transition: width 0.6s ease;
    background: linear-gradient(90deg, rgb(183,207,184), rgb(145,180,149));
    bottom: -10px;
}.instructor_historyjDaUO .testimonial_cornerOmebu:hover .name::after {
    width: 120px;
}.instructor_historyjDaUO .testimonial_cornerOmebu span:not(.name) {
    grid-column: 1;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    width: max-content;
    font-weight: 600;
    grid-row: 1;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    padding: 0.7rem 1.5rem;
    font-size: 21px;
    color: rgb(145,180,149);
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    margin-top: 4rem;
    z-index: 3;
}.instructor_historyjDaUO .testimonial_cornerOmebu:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.instructor_historyjDaUO .work_viewVeBMo {
    font-size: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
    z-index: 2;
    border-left: 4px solid rgb(145,180,149);
    border-radius: 22px;
    color: #ffffff;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    padding: 2rem;
    grid-column: 1;
    line-height: 1.8;
    grid-row: 2;
    overflow: hidden;
}.instructor_historyjDaUO .testimonial_cornerOmebu:hover .work_viewVeBMo {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}.instructor_historyjDaUO .work_viewVeBMo::before {
    width: 100%;
    z-index: -1;
    animation: shimmerEffect 5s ease-in-out infinite;
    height: 100%;
    background-size: 200% 200%;
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    content: "";
    left: 0;
}.instructor_historyjDaUO .container::after {
    z-index: -1;
    filter: blur(80px);
    bottom: -200px;
    background: conic-gradient(from 135deg, rgb(183,207,184,0.5) 0%, rgb(145,180,149,0.5) 50%, rgb(183,207,184,0.5) 100%);
    opacity: 0.2;
    position: absolute;
    left: -200px;
    width: 400px;
    border-radius: 50%;
    animation: rotateGlow 25s linear infinite;
    content: "";
    height: 400px;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.instructor_historyjDaUO .testimonial_cornerOmebu {
    padding: 2rem;
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-rows: auto auto auto;
}.instructor_historyjDaUO .image_stripGkVHj {
    grid-row: 1;
    grid-column: 1;
    height: 350px;
}.instructor_historyjDaUO .name {
    margin: 0;
    grid-column: 1;
    grid-row: 2;
}.instructor_historyjDaUO .testimonial_cornerOmebu span:not(.name) {
    grid-row: 2;
    grid-column: 1;
    margin-top: 3.5rem;
}.instructor_historyjDaUO .work_viewVeBMo {
    grid-row: 3;
    grid-column: 1;
}.instructor_historyjDaUO .testimonial_cornerOmebu:hover .name,
    .instructor_historyjDaUO .testimonial_cornerOmebu:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.instructor_historyjDaUO {
    padding: 5rem 0;
}.instructor_historyjDaUO .testimonial_cornerOmebu {
    padding: 1.5rem;
}.instructor_historyjDaUO .image_stripGkVHj {
    height: 250px;
}.instructor_historyjDaUO .name {
    font-size: 21px;
}.instructor_historyjDaUO .testimonial_cornerOmebu span:not(.name) {
    margin-top: 3rem;
    padding: 0.6rem 1rem;
    font-size: 15px;
}.instructor_historyjDaUO .work_viewVeBMo {
    padding: 1.5rem;
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.subscribe_to_newsletterjbQXc {
    padding: 5rem 2rem;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(145,180,149,0.5) 0%, rgb(183,207,184) 100%);
}.subscribe_to_newsletterjbQXc::before {
    top: 0;
    position: absolute;
    bottom: 0;
    background-size: 20px 20px;
    left: 0;
    content: "";
    right: 0;
    transform: perspective(1000px) rotateX(10deg);
    opacity: 0.4;
    background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.05) 25%, 
              rgba(255, 255, 255, 0.05) 50%, transparent 50%, transparent 75%, 
              rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05));
    z-index: -1;
}.subscribe_to_newsletterjbQXc::after {
    z-index: -1;
    top: -50%;
    content: "";
    width: 200%;
    animation: pulseLight 12s infinite alternate ease-in-out;
    left: -50%;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    height: 200%;
}.subscribe_to_newsletterjbQXc .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.subscribe_to_newsletterjbQXc .creds_sectGfQSD {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.07),
              inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    border-left: 4px solid #ffffff;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
}.subscribe_to_newsletterjbQXc .creds_sectGfQSD:hover {
    transform: perspective(1000px) rotateY(0deg);
}.subscribe_to_newsletterjbQXc .creds_sectGfQSD::before {
    height: 1px;
    position: absolute;
    opacity: 0.3;
    left: 0;
    top: 0;
    content: "";
    right: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.subscribe_to_newsletterjbQXc .creds_sectGfQSD::after {
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    content: "";
    right: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.subscribe_to_newsletterjbQXc h3 {
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateZ(10px);
    margin-bottom: 2rem;
    max-width: 90%;
    font-size: calc(21px * 1.1);
    line-height: 1.4;
}.subscribe_to_newsletterjbQXc h3::after {
    bottom: -0.8rem;
    transform-origin: left;
    width: 4rem;
    transform: scaleX(1);
    height: 3px;
    background: #ffffff;
    opacity: 0.7;
    position: absolute;
    left: 0;
    content: "";
    transition: transform 0.4s ease-out;
}.subscribe_to_newsletterjbQXc .creds_sectGfQSD:hover h3::after {
    transform: scaleX(1.5);
}.subscribe_to_newsletterjbQXc .input_holder {
    display: flex;
    position: relative;
    z-index: 3;
    align-items: stretch;
    gap: 1rem;
    flex-direction: row;
}.subscribe_to_newsletterjbQXc .input_holder div {
    flex: 1;
    position: relative;
}.subscribe_to_newsletterjbQXc input[type="email"] {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    outline: none;
    background: rgba(255, 255, 255, 0.9);
    color: #000000;
}.subscribe_to_newsletterjbQXc input[type="email"]:focus {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}.subscribe_to_newsletterjbQXc input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(0, 0, 0, 0.4);
}.subscribe_to_newsletterjbQXc input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.subscribe_to_newsletterjbQXc .mail_blockgEuFv {
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2), 
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 1.2rem 2rem;
    letter-spacing: 0.5px;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    background: rgb(183,207,184);
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}.subscribe_to_newsletterjbQXc .mail_blockgEuFv:hover {
    transform: translateY(-3px);
    background: rgb(145,180,149);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3), 
              inset 0 1px 0 rgba(255, 255, 255, 0.3);
}.subscribe_to_newsletterjbQXc .mail_blockgEuFv:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}.subscribe_to_newsletterjbQXc .mail_blockgEuFv::before {
    position: absolute;
    content: "";
    transition: left 0.7s ease;
    height: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
}.subscribe_to_newsletterjbQXc .mail_blockgEuFv:hover::before {
    left: 100%;
}

@keyframes pulseLight {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }
}

@media (max-width: 768px) {.subscribe_to_newsletterjbQXc {
    padding: 3rem 1.5rem;
}.subscribe_to_newsletterjbQXc .creds_sectGfQSD {
    padding: 2rem 1.5rem;
    transform: perspective(1000px) rotateY(0deg);
}.subscribe_to_newsletterjbQXc h3 {
    max-width: 100%;
    font-size: 21px;
    margin-bottom: 1.5rem;
}.subscribe_to_newsletterjbQXc .input_holder {
    gap: 1rem;
    flex-direction: column;
}.subscribe_to_newsletterjbQXc input[type="email"] {
    padding: 1rem;
}.subscribe_to_newsletterjbQXc .mail_blockgEuFv {
    width: 100%;
    padding: 1rem;
}
}

@media (max-width: 480px) {.subscribe_to_newsletterjbQXc {
    padding: 2.5rem 1rem;
}.subscribe_to_newsletterjbQXc .creds_sectGfQSD {
    padding: 1.5rem 1rem;
}.subscribe_to_newsletterjbQXc h3 {
    line-height: 1.5;
    font-size: calc(18px * 1.1);
}.subscribe_to_newsletterjbQXc h3::after {
    width: 3rem;
}
}

@media (min-width: 1200px) {.subscribe_to_newsletterjbQXc .creds_sectGfQSD {
    max-width: 90%;
    margin: 0 auto;
}.subscribe_to_newsletterjbQXc h3 {
    max-width: 80%;
    font-size: calc(21px * 1.2);
}}.privacy_moduleZUMec {
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background-color: #ffffff;
    padding: 40px;
    width: 100%;
    height: auto;
}.privacy_moduleZUMec:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
}.privacy_moduleZUMec h1 {
    font-size: 48px;
    margin-bottom: 15px;
    color: rgb(183,207,184);
    font-weight: 700;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.privacy_moduleZUMec h2 {
    margin-top: 15px;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(183,207,184,0.5);
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(145,180,149);
    padding-bottom: 5px;
    font-size: 38px;
}.privacy_moduleZUMec h3, .privacy_moduleZUMec h4, .privacy_moduleZUMec h5, .privacy_moduleZUMec h6 {
    text-transform: capitalize;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 23px;
    font-weight: 400;
}.privacy_moduleZUMec ul, .privacy_moduleZUMec ol {
    margin: 10px 0;
    padding-left: 20px;
    list-style-position: inside;
    font-size: 15px;
    font-family: Arial, sans-serif;
    list-style: none;
    line-height: 1.6;
    color: #000000;
}.privacy_moduleZUMec li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}.privacy_moduleZUMec li::before {
    content: "•";
    color: rgb(183,207,184);
    font-size: 1.2em;
    left: 0;
    position: absolute;
}.privacy_moduleZUMec section {
    transition: background 0.3s ease;
    background: rgb(219,234,220);
    padding: 20px;
    border-radius: 10px;
}.privacy_moduleZUMec section:hover {
    background: rgb(183,207,184,0.5);
}.privacy_moduleZUMec p, .privacy_moduleZUMec span, .privacy_moduleZUMec div {
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transition: color 0.3s ease;
    color: #000000;
    font-size: 15px;
}.privacy_moduleZUMec p:hover, .privacy_moduleZUMec span:hover, .privacy_moduleZUMec div:hover {
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy_moduleZUMec {
    padding: 20px;
}.privacy_moduleZUMec h1 {
    font-size: calc(23px - 10px);
}.privacy_moduleZUMec h2 {
    font-size: calc(23px - 8px);
}.privacy_moduleZUMec h3, .privacy_moduleZUMec h4, .privacy_moduleZUMec h5, .privacy_moduleZUMec h6 {
    font-size: calc(23px - 5px);
}.privacy_moduleZUMec ul, .privacy_moduleZUMec ol {
    padding-left: 15px;
    font-size: calc(15px - 2px);
}}.tyCardvCmoQ {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(219,234,220) 0%, rgba(rgb(183,207,184,0.5), 0.05) 100%);
}.tyCardvCmoQ::before {
    background: linear-gradient(225deg, rgb(145,180,149) 0%, rgba(rgb(145,180,149,0.5), 0.2) 100%);
    opacity: 0.2;
    top: -15%;
    right: -5%;
    z-index: 0;
    position: absolute;
    height: 80%;
    animation: float 18s ease-in-out infinite alternate;
    width: 40%;
    filter: blur(60px);
    transform: rotate(-15deg) skew(5deg);
    content: "";
}.tyCardvCmoQ::after {
    opacity: 0.15;
    z-index: 0;
    left: -5%;
    width: 35%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    background: linear-gradient(45deg, rgb(183,207,184) 0%, rgba(rgb(183,207,184,0.5), 0.1) 100%);
    transform: rotate(15deg) skew(-5deg);
    height: 70%;
    filter: blur(50px);
    position: absolute;
    content: "";
    bottom: -10%;
}.tyCardvCmoQ .container {
    max-width: 1140px;
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}.tyCardvCmoQ .creds_sectGfQSD {
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    grid-template-rows: auto auto;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    gap: calc(17px * 1.5);
    display: grid;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    padding: clamp(2rem, 5vw, 3.5rem);
}.tyCardvCmoQ .creds_sectGfQSD::before {
    position: absolute;
    transform: scaleY(0);
    content: "";
    animation: growDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    background: linear-gradient(180deg, rgb(183,207,184) 0%, rgb(145,180,149) 100%);
    width: 5px;
    top: 0;
    transform-origin: top;
    height: 100%;
    left: 0;
}.tyCardvCmoQ h5 {
    color: #000000;
    font-size: 20px;
    overflow: hidden;
    font-weight: 700;
    padding-bottom: 0.75rem;
    margin: 0;
    letter-spacing: -0.01em;
    line-height: 1.3;
    position: relative;
}.tyCardvCmoQ h5::after {
    bottom: 0;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
    height: 3px;
    position: absolute;
    content: "";
    width: 80px;
    background: rgb(145,180,149);
    transform: translateX(-100%);
    left: 0;
}.tyCardvCmoQ a {
    transition: transform 0.4s ease-out;
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
}.tyCardvCmoQ a:hover {
    transform: translateY(-5px);
}.tyCardvCmoQ a::before {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(145,180,149,0.5), 0.1) 50%);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    right: -20px;
    height: 80px;
    transform: scale(0);
    position: absolute;
    border-radius: 50% 0 50% 0;
    width: 80px;
    content: "";
    bottom: -20px;
    opacity: 0;
}.tyCardvCmoQ a:hover::before {
    transform: scale(1);
    opacity: 1;
}.tyCardvCmoQ p {
    transform: translateY(10px);
    position: relative;
    color: #000000;
    animation: fadeIn 0.8s ease-out forwards 1.2s;
    margin: 0;
    opacity: 0;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 17px;
}

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

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

@keyframes slideRight {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

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

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skew(3deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(10px, -10px);
    }
}

@media screen and (min-width: 768px) {.tyCardvCmoQ {
    padding: 8rem 0;
}.tyCardvCmoQ .creds_sectGfQSD {
    gap: calc(17px * 2);
    border-radius: 10px;
    padding: clamp(2.5rem, 6vw, 4rem);
}.tyCardvCmoQ h5 {
    padding-bottom: 1rem;
    font-size: calc(20px * 1.1);
}.tyCardvCmoQ h5::after {
    width: 120px;
    height: 4px;
}
}

@media screen and (min-width: 992px) {.tyCardvCmoQ {
    padding: 10rem 0;
}.tyCardvCmoQ .creds_sectGfQSD {
    grid-template-columns: 1fr 1fr;
    gap: calc(17px * 3);
    padding: clamp(3rem, 7vw, 5rem);
}.tyCardvCmoQ h5 {
    font-size: calc(20px * 1.2);
    padding-bottom: 0;
}.tyCardvCmoQ h5::after {
    bottom: -0.75rem;
}.tyCardvCmoQ p {
    font-size: calc(17px * 1.05);
}
}

@media screen and (max-width: 767px) {.tyCardvCmoQ {
    padding: 4rem 0;
}.tyCardvCmoQ .creds_sectGfQSD {
    padding: 1.75rem;
}.tyCardvCmoQ h5 {
    font-size: calc(20px * 0.9);
}.tyCardvCmoQ p {
    font-size: calc(17px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.tyCardvCmoQ::before,
    .tyCardvCmoQ::after {
    animation: none;
}.tyCardvCmoQ .creds_sectGfQSD,
    .tyCardvCmoQ h5::after,
    .tyCardvCmoQ p {
    animation-duration: 0.1s;
}.tyCardvCmoQ a:hover {
    transform: none;
}}.sign_up_nowlHOKh {
    isolation: isolate;
    margin: 0;
    background: linear-gradient(150deg, rgb(219,234,220) 0%, rgb(183,207,184,0.5) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.sign_up_nowlHOKh::before {
    left: 0;
    z-index: 1;
    opacity: 0.7;
    content: '';
    height: 100%;
    top: 0;
    animation: gridAnimate 30s linear infinite;
    background-image: 
        linear-gradient(30deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(150deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    position: absolute;
    transform-origin: center bottom;
    transform: perspective(500px) rotateX(45deg) scale(2);
    width: 100%;
    background-size: 30px 30px;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.sign_up_nowlHOKh::after {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(rgb(183,207,184), 0.15) 0%, transparent 15%),
        radial-gradient(circle at 90% 90%, rgba(rgb(145,180,149), 0.15) 0%, transparent 15%);
    height: 100%;
    content: '';
}.sign_up_nowlHOKh::before {
    z-index: 2;
    position: absolute;
    background: 
        repeating-linear-gradient(
            180deg,
            transparent,
            transparent 15px,
            rgba(255, 255, 255, 0.03) 15px,
            rgba(255, 255, 255, 0.03) 16px
        );
    top: 0;
    content: '';
    left: 0;
    animation: scanLines 8s linear infinite;
    height: 100%;
    width: 100%;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100px;
    }
}

.sign_up_nowlHOKh .creds_sectGfQSD {
    justify-content: center;
    margin: 0 auto;
    border-radius: 23px;
    align-items: center;
    backdrop-filter: blur(10px);
    z-index: 5;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 4rem 3rem;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    max-width: 1000px;
    overflow: hidden;
    flex-direction: column;
    text-align: center;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.sign_up_nowlHOKh .creds_sectGfQSD:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(rgb(183,207,184), 0.1);
    transform: translateY(-10px);
}.sign_up_nowlHOKh .creds_sectGfQSD::before,
.sign_up_nowlHOKh .creds_sectGfQSD::after {
    content: '';
    position: absolute;
    border-width: 0;
    width: 40px;
    border-style: solid;
    height: 40px;
}.sign_up_nowlHOKh .creds_sectGfQSD::before {
    border-top-width: 2px;
    border-left-width: 2px;
    animation: cornerPulse 3s infinite alternate;
    left: 15px;
    border-color: rgb(183,207,184);
    top: 15px;
}.sign_up_nowlHOKh .creds_sectGfQSD::after {
    animation: cornerPulse 3s 1.5s infinite alternate;
    bottom: 15px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-color: rgb(145,180,149);
    right: 15px;
}@keyframes cornerPulse {
    0% {
        opacity: 0.5;
        width: 40px;
        height: 40px;
    }
    100% {
        opacity: 1;
        width: 50px;
        height: 50px;
    }
}

.sign_up_nowlHOKh .creds_sectGfQSD::before {
    height: 100%;
    content: '';
    background-image: 
        linear-gradient(90deg, rgb(183,207,184) 2px, transparent 2px),
        linear-gradient(90deg, rgb(183,207,184) 2px, transparent 2px),
        linear-gradient(0deg, rgb(145,180,149) 2px, transparent 2px),
        linear-gradient(0deg, rgb(145,180,149) 2px, transparent 2px);
    top: 0;
    left: 0;
    background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
    z-index: -1;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    background-position: 0 20px, 0 calc(100% - 20px), 20px 0, calc(100% - 20px) 0;
    opacity: 0.7;
}.sign_up_nowlHOKh h3 {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 20px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 2.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
}.sign_up_nowlHOKh h3::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(183,207,184), rgb(145,180,149));
    opacity: 0.8;
    width: 50px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -2px;
}.sign_up_nowlHOKh h3::before {
    width: 100%;
    left: 0;
    bottom: -5px;
    position: absolute;
    background-repeat: no-repeat;
    content: '';
    height: 10px;
    background-image: 
        radial-gradient(circle at 10% 50%, rgb(183,207,184) 0%, rgb(183,207,184) 3px, transparent 3px),
        radial-gradient(circle at 90% 50%, rgb(145,180,149) 0%, rgb(145,180,149) 3px, transparent 3px);
}.sign_up_nowlHOKh .chat_formHklqd {
    font-weight: 600;
    border: none;
    align-items: center;
    overflow: hidden;
    letter-spacing: 2px;
    padding: 1.3rem 3rem;
    justify-content: center;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: linear-gradient(135deg, rgb(183,207,184) 0%, rgb(145,180,149) 100%);
    position: relative;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    z-index: 2;
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-flex;
}.sign_up_nowlHOKh .chat_formHklqd::before {
    left: 0;
    opacity: 0;
    top: 0;
    content: '';
    width: 100%;
    background: linear-gradient(135deg, rgb(145,180,149) 0%, rgb(183,207,184) 100%);
    transition: opacity 0.4s ease;
    z-index: -1;
    height: 100%;
    position: absolute;
}.sign_up_nowlHOKh .chat_formHklqd:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    letter-spacing: 2.5px;
}.sign_up_nowlHOKh .chat_formHklqd:hover::before {
    opacity: 1;
}.sign_up_nowlHOKh .chat_formHklqd::after {
    position: absolute;
    bottom: 7px;
    height: 2px;
    background-image: 
        linear-gradient(90deg, 
            transparent 0%, transparent 20%, 
            rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 40%, 
            transparent 40%, transparent 60%, 
            rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.5) 80%, 
            transparent 80%, transparent 100%);
    content: '';
    right: 15px;
    left: 15px;
    opacity: 0.5;
    transition: opacity 0.4s ease;
}.sign_up_nowlHOKh .chat_formHklqd:hover::after {
    opacity: 0.8;
}.sign_up_nowlHOKh::before {
    background-image: 
        linear-gradient(30deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(150deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%),
        linear-gradient(270deg, transparent 85%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0.1) 100%);
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    background-size: 100px 100px;
    top: 0;
    opacity: 0.7;
    z-index: 2;
}.sign_up_nowlHOKh::after {
    height: 100%;
    width: 100%;
    animation: cornerDotsGlow 4s ease-in-out infinite alternate;
    z-index: 3;
    content: '';
    top: 0;
    opacity: 0.8;
    background-repeat: no-repeat;
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(183,207,184) 0%, rgb(183,207,184) 3px, transparent 3px),
        radial-gradient(circle at 90% 10%, rgb(183,207,184) 0%, rgb(183,207,184) 3px, transparent 3px),
        radial-gradient(circle at 10% 90%, rgb(145,180,149) 0%, rgb(145,180,149) 3px, transparent 3px),
        radial-gradient(circle at 90% 90%, rgb(145,180,149) 0%, rgb(145,180,149) 3px, transparent 3px);
    left: 0;
}@keyframes cornerDotsGlow {
    0% {
        opacity: 0.5;
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        filter: blur(1px);
    }
}

.sign_up_nowlHOKh::after {
    background: linear-gradient(90deg, transparent, rgb(183,207,184), transparent);
    left: 0;
    z-index: 3;
    animation: topBarAnimate 4s ease-in-out infinite;
    height: 3px;
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
}@keyframes topBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

.sign_up_nowlHOKh::before {
    bottom: 0;
    height: 3px;
    left: 0;
    animation: bottomBarAnimate 4s ease-in-out infinite reverse;
    z-index: 3;
    background: linear-gradient(90deg, transparent, rgb(145,180,149), transparent);
    width: 100%;
    content: '';
    position: absolute;
}

@keyframes bottomBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

@media screen and (max-width: 991px) {.sign_up_nowlHOKh {
    padding: 4.5rem 1.5rem;
}}header {
    z-index: 100;
    background: rgb(219,234,220);
    width: 100%;
    padding: 1rem 0;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}header::before {
    z-index: 0;
    background: linear-gradient(to right, 
        rgb(183,207,184,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(145,180,149,0.5) 100%);
    content: '';
    left: 0;
    opacity: 0.4;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}header .container {
    max-width: 100%;
    padding: 0 2%;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1;
}header .head_classZksuI {
    align-items: center;
    display: grid;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    grid-template-columns: 1fr 3fr 1fr;
    gap: 1rem;
}header .head_navcaEJY {
    padding: 0.5rem 1rem;
    display: flex;
    position: relative;
    text-decoration: none;
    grid-area: logo;
    align-items: center;
    justify-content: center;
}header .head_navcaEJY::after {
    left: 50%;
    bottom: 0;
    width: 50%;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(183,207,184), 
        rgb(145,180,149), 
        rgb(183,207,184), 
        transparent);
    height: 2px;
    transform: translateX(-50%);
    position: absolute;
}header .head_navcaEJY svg {
    height: auto;
    transition: all 0.3s ease;
    width: 160px;
}header .head_navcaEJY:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}header .head_lessonyOTjP {
    display: flex;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    justify-content: center;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.5);
    align-items: center;
    gap: 0.5rem;
    grid-area: menu;
    padding: 0.6rem;
}header .head_coreiksUo {
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 0.4rem 0.8rem;
    color: #000000;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}header .head_coreiksUo:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(183,207,184), rgb(145,180,149));
    color: #ffffff;
    box-shadow: 0 3px 8px rgb(183,207,184,0.5);
}

@media (max-width: 991px) {header .head_navcaEJY svg {
    width: 140px;
}header .head_lessonyOTjP {
    gap: 0.4rem;
    padding: 0.5rem;
}header .head_coreiksUo {
    padding: 0.35rem 0.6rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header .head_classZksuI {
    grid-template-areas:
            "logo"
            "head_lessonyOTjP";
    grid-template-columns: 1fr;
}header .head_navcaEJY {
    padding: 0.4rem;
}header .head_navcaEJY svg {
    width: 130px;
}header .head_lessonyOTjP {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .head_coreiksUo {
    padding: 0.3rem 0.5rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head_navcaEJY svg {
    width: 120px;
}header .head_lessonyOTjP {
    padding: 0.4rem;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .head_lessonyOTjP::-webkit-scrollbar {
    height: 2px;
}header .head_lessonyOTjP::-webkit-scrollbar-thumb {
    background: rgb(183,207,184);
    border-radius: 10px;
}header .head_coreiksUo {
    white-space: nowrap;
    flex-shrink: 0;
}}.get_supportjPFrG {
    overflow: hidden;
    background: rgb(219,234,220);
    padding: 90px 0;
    position: relative;
}.get_supportjPFrG::before {
    height: 100%;
    background: radial-gradient(at 70% 20%, rgb(183,207,184,0.5) 0%, transparent 60%);
    top: 0;
    opacity: 0.08;
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    z-index: 0;
}.get_supportjPFrG .container {
    position: relative;
    z-index: 1;
}.get_supportjPFrG .reach_formJfpXN {
    flex-direction: column;
    display: flex;
    padding: 0;
    position: relative;
}.get_supportjPFrG .reach_formJfpXN h2 {
    display: inline-block;
    font-size: 31px;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    color: rgb(183,207,184);
}.get_supportjPFrG .reach_formJfpXN h2::after {
    position: absolute;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: rgb(145,180,149);
    left: 0;
    content: '';
}.get_supportjPFrG .reach_formJfpXN p {
    margin-bottom: 40px;
    max-width: 90%;
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
}.get_supportjPFrG .reach_formJfpXN p:last-of-type {
    position: relative;
    margin-bottom: 50px;
    padding-left: 28px;
}.get_supportjPFrG .contact_carduegWQ {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}.get_supportjPFrG .chat_formHklqd {
    text-decoration: none;
    align-items: center;
    border-radius: 50%;
    width: 80px;
    justify-content: center;
    color: rgb(183,207,184);
    z-index: 1;
    transition: all 0.4s ease;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    height: 80px;
}.get_supportjPFrG .chat_formHklqd::before {
    background: linear-gradient(135deg, rgb(183,207,184) 0%, rgb(145,180,149) 100%);
    width: 100%;
    z-index: -1;
    left: 0;
    content: '';
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    top: 0;
    position: absolute;
    transition: opacity 0.4s ease;
}.get_supportjPFrG .chat_formHklqd:hover {
    transform: translateY(-5px);
    color: #ffffff;
}.get_supportjPFrG .chat_formHklqd:hover::before {
    opacity: 1;
}.get_supportjPFrG .chat_formHklqd svg {
    width: 28px;
    transition: all 0.3s ease;
    height: 28px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}.get_supportjPFrG .chat_formHklqd:hover svg {
    transform: scale(1.1);
}.get_supportjPFrG .chat_formHklqd svg path {
    transition: all 0.3s ease;
}.get_supportjPFrG .reach_formJfpXN p:last-of-type svg {
    fill: none;
    left: 0;
    top: 4px;
    position: absolute;
    stroke: rgb(183,207,184);
    height: 20px;
    width: 20px;
    stroke-width: 2;
}

@media screen and (max-width: 991px) {.get_supportjPFrG {
    padding: 70px 0;
}.get_supportjPFrG .reach_formJfpXN h2 {
    font-size: calc(31px * 0.95);
}.get_supportjPFrG .chat_formHklqd {
    width: 70px;
    height: 70px;
}
}

@media screen and (max-width: 767px) {.get_supportjPFrG {
    padding: 60px 0;
}.get_supportjPFrG .reach_formJfpXN h2 {
    font-size: calc(31px * 0.9);
}.get_supportjPFrG .reach_formJfpXN p {
    max-width: 100%;
}.get_supportjPFrG .contact_carduegWQ {
    justify-content: center;
}
}

@media screen and (max-width: 480px) {.get_supportjPFrG {
    padding: 50px 0;
}.get_supportjPFrG .reach_formJfpXN h2 {
    font-size: calc(31px * 0.85);
}.get_supportjPFrG .reach_formJfpXN p {
    font-size: calc(12px * 0.95);
}.get_supportjPFrG .chat_formHklqd {
    height: 65px;
    width: 65px;
}.get_supportjPFrG .chat_formHklqd svg {
    width: 24px;
    height: 24px;
}}footer {
    position: relative;
}footer::before {
    left: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(183,207,184) 150%);
    opacity: 0.92;
    z-index: 1;
    right: 0;
    top: 0;
    content: '';
    position: absolute;
    bottom: 0;
}.brainstormEPFfq {
    padding: 70px 0;
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.brainstormEPFfq .container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}.brainstormEPFfq .company_holder {
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-radius: 12px 0 12px 0;
    transition: all 0.3s ease;
    padding: 30px;
    background: rgba(0, 0, 0, 0.3);
}.brainstormEPFfq .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.brainstormEPFfq .company_holder::before {
    top: 0;
    left: 0;
    background: rgb(183,207,184);
    content: '';
    height: 5px;
    width: 100%;
    position: absolute;
}.brainstormEPFfq .company_holder h3 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}.brainstormEPFfq .company_holder h3::after {
    width: 60px;
    height: 3px;
    bottom: -8px;
    content: '';
    background: rgb(145,180,149);
    left: 0;
    position: absolute;
}.brainstormEPFfq .mobile_ctahoRDz {
    line-height: 1.6;
    font-size: 13px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}.brainstormEPFfq .cert_displayqCeOh {
    position: relative;
}.brainstormEPFfq .head_sitewrapxWvYf {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
}.brainstormEPFfq .head_lessonyOTjP {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}.brainstormEPFfq .head_lessonyOTjP h5 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    border-left: 3px solid rgb(183,207,184);
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
    color: #ffffff;
    font-size: 21px;
}.brainstormEPFfq .head_lessonyOTjP .head_sitewrapxWvYf {
    display: flex;
    flex-direction: column;
    gap: 12px;
}.brainstormEPFfq .head_lessonyOTjP .head_sitewrapxWvYf a {
    padding: 8px 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
}.brainstormEPFfq .head_lessonyOTjP .head_sitewrapxWvYf a::before {
    transition: width 0.3s ease;
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    content: '';
    left: 0;
    background: rgb(183,207,184,0.5);
    z-index: -1;
}.brainstormEPFfq .head_lessonyOTjP .head_sitewrapxWvYf a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
}.brainstormEPFfq .head_lessonyOTjP .head_sitewrapxWvYf a:hover::before {
    width: 100%;
}.facebook_ctawFPHi {
    margin-top: 50px;
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
}.facebook_ctawFPHi .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.facebook_ctawFPHi .collab_spaceXTpbW {
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 15px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    z-index: 1;
    bottom: 0;
    background-size: 40px 40px;
    top: 0;
    right: 0;
    content: '';
    position: absolute;
    left: 0;
}

@media (max-width: 992px) {.brainstormEPFfq .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.brainstormEPFfq {
    padding: 50px 0;
}.brainstormEPFfq .head_lessonyOTjP {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.brainstormEPFfq {
    padding: 40px 0;
}.brainstormEPFfq .company_holder h3 {
    font-size: calc(33px * 0.8);
}.brainstormEPFfq .head_lessonyOTjP h5 {
    font-size: calc(21px * 0.9);
}.brainstormEPFfq .head_lessonyOTjP .head_sitewrapxWvYf a,
    .brainstormEPFfq .footer_agreement {
    font-size: calc(13px * 0.95);
}}

.facebook_ctawFPHi::before {
    content: '';
    opacity: 0.2;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
}.user_testimonialsVAYFu {
    position: relative;
    background: linear-gradient(135deg, rgb(219,234,220) 50%, rgb(183,207,184,0.5) 50%);
    padding: 6rem 0;
    overflow: hidden;
}.user_testimonialsVAYFu::before {
    background: linear-gradient(45deg, rgb(145,180,149), rgb(183,207,184,0.5));
    border-radius: 50%;
    position: absolute;
    width: 200px;
    z-index: 0;
    filter: blur(50px);
    top: -5%;
    right: -5%;
    height: 200px;
    opacity: 0.7;
    content: "";
}.user_testimonialsVAYFu::after {
    filter: blur(60px);
    height: 250px;
    left: -5%;
    width: 250px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(135deg, rgb(183,207,184), rgb(145,180,149,0.5));
    content: "";
    opacity: 0.5;
    bottom: -5%;
}.user_testimonialsVAYFu .container {
    z-index: 1;
    position: relative;
}.user_testimonialsVAYFu h2 {
    margin-bottom: 4rem;
    position: relative;
    transform: skewX(-5deg);
    display: inline-block;
    color: #000000;
    font-weight: 700;
    font-size: 35px;
}.user_testimonialsVAYFu h2::after {
    height: 4px;
    transform: translateX(15%);
    position: absolute;
    background: linear-gradient(90deg, rgb(145,180,149), transparent);
    content: "";
    left: 0;
    bottom: -10px;
    width: 70%;
}.user_testimonialsVAYFu .learning_viewsrBXna {
    gap: 3rem;
    display: grid;
    transform: rotate(-2deg);
    grid-template-columns: repeat(3, 1fr);
}.user_testimonialsVAYFu .testimonial_cornerOmebu {
    display: flex;
    padding: 2rem;
    transition: all 0.5s ease;
    position: relative;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    transform: rotate(2deg);
}.user_testimonialsVAYFu .testimonial_cornerOmebu:nth-child(odd) {
    transform: rotate(4deg) translateY(-15px);
}.user_testimonialsVAYFu .testimonial_cornerOmebu:nth-child(3n) {
    transform: rotate(-1deg) translateY(10px);
}.user_testimonialsVAYFu .testimonial_cornerOmebu:hover {
    transform: rotate(0) translateY(-10px) scale(1.05);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.user_testimonialsVAYFu .testimonial_cornerOmebu::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(145,180,149), rgb(183,207,184));
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}.user_testimonialsVAYFu .testimonial_cornerOmebu img {
    margin: 0 auto 1rem;
    border-radius: 50%;
    width: 80px;
    transition: all 0.5s ease;
    transform: translateY(-20px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    object-fit: cover;
    height: 80px;
    border: 3px solid #ffffff;
}.user_testimonialsVAYFu .testimonial_cornerOmebu:hover img {
    transform: translateY(-20px) scale(1.1) rotate(360deg);
}.user_testimonialsVAYFu .testimonial_cornerOmebu p {
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: calc(12px * 1.1);
    font-weight: 600;
    color: #000000;
}.user_testimonialsVAYFu .testimonial_cornerOmebu .description {
    font-size: 12px;
    font-style: italic;
    line-height: 1.6;
    color: #000000;
    position: relative;
    font-weight: 400;
    text-align: center;
}.user_testimonialsVAYFu .testimonial_cornerOmebu .description::before {
    color: rgb(145,180,149,0.5);
    top: -20px;
    font-family: serif;
    left: 0;
    content: "";
    position: absolute;
    font-size: 4rem;
    z-index: -1;
}

@media (max-width: 992px) {.user_testimonialsVAYFu .learning_viewsrBXna {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.user_testimonialsVAYFu {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(219,234,220) 40%, rgb(183,207,184,0.5) 60%);
}.user_testimonialsVAYFu h2 {
    margin-bottom: 3rem;
    font-size: calc(35px * 0.9);
}.user_testimonialsVAYFu .learning_viewsrBXna {
    gap: 2rem;
    transform: rotate(0);
    grid-template-columns: 1fr;
}.user_testimonialsVAYFu .testimonial_cornerOmebu,
    .user_testimonialsVAYFu .testimonial_cornerOmebu:nth-child(odd),
    .user_testimonialsVAYFu .testimonial_cornerOmebu:nth-child(3n) {
    transform: rotate(0);
}.user_testimonialsVAYFu .testimonial_cornerOmebu:hover {
    transform: translateY(-5px);
}}.primary_pagedsMjK {
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    position: relative;
}.primary_pagedsMjK .edu_entryFyCZb {
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    justify-content: center;
    z-index: 1;
}.primary_pagedsMjK .edu_entryFyCZb::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, 
    rgb(183,207,184,0.5) 0%, 
    rgba(0,0,0,0.7) 50%, 
    rgb(145,180,149,0.5) 100%);
    left: 0;
    backdrop-filter: blur(3px) saturate(120%);
    top: 0;
}.primary_pagedsMjK .edu_entryFyCZb::after {
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.03),
    rgba(255,255,255,0.03) 2px,
    transparent 2px,
    transparent 8px
  );
    z-index: -1;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}.primary_pagedsMjK .corp_valuesNUTjd {
    z-index: 2;
    position: relative;
    padding: 3rem 2rem;
    width: 100%;
    max-width: 90%;
    margin-left: 10%;
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
}.primary_pagedsMjK .corp_valuesNUTjd::before {
    background: linear-gradient(to bottom, 
    rgb(145,180,149) 0%, 
    rgb(183,207,184) 100%);
    content: "";
    width: 6px;
    top: 0;
    position: absolute;
    height: 100%;
    box-shadow: 0 0 20px rgba(rgb(183,207,184), 0.5);
    transform: skewY(-45deg) translateZ(-10px);
    left: -20px;
}.primary_pagedsMjK .corp_valuesNUTjd h1 {
    font-size: clamp(2.5rem, 5vw, 43px);
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transform: translateZ(40px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin: 0 0 1.5rem;
    max-width: 85%;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}.primary_pagedsMjK .corp_valuesNUTjd h1::after {
    transform: translateZ(30px);
    background: rgb(145,180,149);
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.3));
    width: 25%;
    height: 4px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -0.5rem;
}.primary_pagedsMjK .corp_valuesNUTjd h3 {
    line-height: 1.4;
    position: relative;
    color: #ffffff;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    transform: translateZ(25px);
    max-width: 90%;
    margin: 0 0 2rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.15);
    opacity: 0.9;
    font-weight: 600;
}.primary_pagedsMjK .corp_valuesNUTjd p {
    backdrop-filter: blur(2px);
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 14px);
    border-left: 3px solid rgb(145,180,149);
    line-height: 1.6;
    transform: translateZ(20px);
    position: relative;
    color: #ffffff;
    background: linear-gradient(90deg, 
    rgba(rgb(145,180,149,0.5), 0.2) 0%, 
    transparent 100%);
    max-width: 75%;
    text-shadow: 0 1px 4px rgba(0,0,0,0.1);
    padding: 1rem;
    margin-top: 2rem;
    padding-left: 1rem;
}

@media (max-width: 992px) {.primary_pagedsMjK .corp_valuesNUTjd {
    padding: 2rem 1.5rem;
    max-width: 95%;
    margin-left: 5%;
    transform: perspective(800px) rotateX(1deg);
}.primary_pagedsMjK .corp_valuesNUTjd h1 {
    max-width: 100%;
}.primary_pagedsMjK .corp_valuesNUTjd h3 {
    max-width: 100%;
}.primary_pagedsMjK .corp_valuesNUTjd p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.primary_pagedsMjK .edu_entryFyCZb {
    min-height: 100vh;
    padding: 4rem 0;
    height: auto;
}.primary_pagedsMjK .corp_valuesNUTjd {
    padding: 2rem 1rem;
    margin-left: 0;
    transform: none;
}.primary_pagedsMjK .corp_valuesNUTjd::before {
    left: -10px;
    transform: none;
    width: 4px;
}.primary_pagedsMjK .corp_valuesNUTjd h1 {
    max-width: 100%;
    transform: none;
}.primary_pagedsMjK .corp_valuesNUTjd h3 {
    transform: none;
}.primary_pagedsMjK .corp_valuesNUTjd p {
    transform: none;
    margin-top: 1.5rem;
}
}

@media (max-width: 576px) {.primary_pagedsMjK .edu_entryFyCZb {
    padding: 3rem 0;
}.primary_pagedsMjK .corp_valuesNUTjd {
    padding: 1.5rem 1rem;
}.primary_pagedsMjK .corp_valuesNUTjd h1::after {
    width: 50%;
    height: 3px;
}
}

@media (min-width: 1600px) {.primary_pagedsMjK .corp_valuesNUTjd {
    margin-left: 15%;
    max-width: 70%;
}}

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

.primary_pagedsMjK .corp_valuesNUTjd h1 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.primary_pagedsMjK .corp_valuesNUTjd h3 {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}.primary_pagedsMjK .corp_valuesNUTjd p {
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards;
}.cookie_popup_warningPCAcw {
    width: 100%;
    bottom: 0;
    background: rgb(219,234,220);
    z-index: 90;
    border-top: 2px solid rgb(183,207,184);
    position: fixed;
}.cookie_checkuPgdb {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}#cookieUsagePromptZhxmn {
    display: none;
}#cookieUsagePromptZhxmn:checked ~ .cookie_popup_warningPCAcw {
    visibility: hidden;
    opacity: 0;
}.cookie_popup_warningPCAcw h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_popup_warningPCAcw p {
    font-size: 18px;
}.data_complyZzbOJ {
    flex-shrink: 0;
    margin-right: 10px;
}.data_complyZzbOJ svg, .data_complyZzbOJ svg path, .data_complyZzbOJ img {
    width: 100px;
    height: 100px;
    fill: rgb(183,207,184);
}.cookie_listbTdAJ {
    white-space: nowrap;
    min-width: 120px;
    text-decoration: none;
    margin-left: 10px;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(183,207,184);
    text-align: center;
    cursor: pointer;
    color: rgb(183,207,184);
    font-size: 24px;
    line-height: 35px;
}.cookie_popup_warningPCAcw p a {
    color: rgb(183,207,184);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_popup_warningPCAcw {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.data_complyZzbOJ {
    display: none;
}.cookie_checkuPgdb {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_popup_warningPCAcw h5 {
    text-align: center;
}.cookie_popup_warningPCAcw p {
    text-align: center;
}.track_cookiesiqrcE {
    margin-bottom: 20px;
}body .core-containerOQKls .cookie_listbTdAJ {
    margin-bottom: 10px;
    margin-left: 0;
}}
.core-containerOQKls .cookie_popup_warningPCAcw {
    background: #ffffff;
    box-shadow: rgb(183,207,184,0.5) 0px 0px 40px 39px;
    border: none;
}.core-containerOQKls .cookie_listbTdAJ {
    color: #ffffff;
    margin-left: 30px;
    background: rgb(183,207,184);
    font-size: 20px;
    border: none;
    font-weight: 400;
    padding: 10px;
}.core-containerOQKls .data_complyZzbOJ {
    justify-content: center;
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background:rgb(183,207,184);
    align-items: center;
}.core-containerOQKls .data_complyZzbOJ svg, .core-containerOQKls .data_complyZzbOJ svg path, .core-containerOQKls .data_complyZzbOJ img {
    width: 40px;
    height: 40px;
    fill:#000000;
}.core-containerOQKls .track_cookiesiqrcE h5, .core-containerOQKls .track_cookiesiqrcE p {
    color: #000000;
}
@media only screen and (max-width: 800px){.core-containerOQKls .data_complyZzbOJ {
    margin: 0;
    margin-bottom: 14px;
}}.educational_gainsbpwEa {
    background: linear-gradient(45deg, rgb(219,234,220), #ffffff);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.educational_gainsbpwEa::before {
    width: 150%;
    top: -100px;
    position: absolute;
    height: 200px;
    left: -25%;
    z-index: 1;
    content: '';
    background: rgb(183,207,184,0.5);
    transform: rotate(-5deg);
}.educational_gainsbpwEa::after {
    content: '';
    transform: rotate(-5deg);
    bottom: -100px;
    right: -25%;
    height: 200px;
    position: absolute;
    z-index: 1;
    width: 150%;
    background: rgb(145,180,149,0.5);
}.educational_gainsbpwEa .creds_sectGfQSD {
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    display: flex;
    margin: 0 auto;
    max-width: 1400px;
}.educational_gainsbpwEa .image_stripGkVHj {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    border-radius: 0 28px 28px 0;
    transition: all 0.5s ease;
    z-index: 3;
    margin-top: -50px;
    height: 600px;
    width: 45%;
    position: relative;
    margin-left: -5%;
}.educational_gainsbpwEa .image_stripGkVHj:hover {
    transform: translateY(-10px);
    box-shadow: 20px 30px 60px rgba(0, 0, 0, 0.2);
}.educational_gainsbpwEa .image_stripGkVHj::after {
    z-index: -1;
    height: 90%;
    border-left: none;
    right: -20px;
    top: 20px;
    position: absolute;
    content: '';
    width: 60%;
    opacity: 0.5;
    border: 5px solid rgb(183,207,184);
}.educational_gainsbpwEa .text_headervgZih {
    padding-top: 20px;
    padding-left: 8%;
    width: 60%;
}.educational_gainsbpwEa h2 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 50px;
    font-weight: 700;
    width: fit-content;
    position: relative;
}.educational_gainsbpwEa h2::before {
    content: '';
    left: -10%;
    height: 30px;
    z-index: -1;
    width: 120%;
    bottom: -10px;
    background: rgb(183,207,184,0.5);
    position: absolute;
}.educational_gainsbpwEa .text_main_holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 5%;
    gap: 30px;
}.educational_gainsbpwEa .text_main_holder > div {
    align-items: flex-start;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    position: relative;
    gap: 15px;
    border-radius: 10px;
    padding: 25px;
    flex-direction: column;
    transition: all 0.3s ease;
    overflow: hidden;
    background: #ffffff;
}.educational_gainsbpwEa .text_main_holder > div::before {
    transition: height 0.3s ease-out;
    content: '';
    top: 0;
    width: 5px;
    height: 0;
    left: 0;
    position: absolute;
    background: rgb(183,207,184);
}.educational_gainsbpwEa .text_main_holder > div:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}.educational_gainsbpwEa .text_main_holder > div:hover::before {
    height: 100%;
}.educational_gainsbpwEa .text_main_holder > div:nth-child(even) {
    transform: translateY(20px);
}.educational_gainsbpwEa .text_main_holder > div:nth-child(even):hover {
    transform: translateY(10px);
}.educational_gainsbpwEa .text_main_holder svg {
    height: 45px;
    width: 45px;
    transition: transform 0.3s ease;
}.educational_gainsbpwEa .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.educational_gainsbpwEa .text_main_holder svg path {
    fill: rgb(145,180,149);
    transition: fill 0.3s ease;
}.educational_gainsbpwEa .text_main_holder > div:hover svg path {
    fill: rgb(183,207,184);
}.educational_gainsbpwEa .text_main_holder p {
    position: relative;
    font-size: 16px;
    z-index: 1;
    line-height: 1.6;
    color: #000000;
    margin: 0;
}

@media (max-width: 1200px) {.educational_gainsbpwEa .image_stripGkVHj {
    margin-left: 0;
    width: 40%;
}.educational_gainsbpwEa .text_headervgZih {
    padding-left: 5%;
    width: 60%;
}
}

@media (max-width: 992px) {.educational_gainsbpwEa .creds_sectGfQSD {
    flex-direction: column;
    padding: 0 20px;
}.educational_gainsbpwEa .image_stripGkVHj {
    margin-top: 0;
    margin-bottom: 40px;
    border-radius: 28px;
    width: 100%;
    height: 400px;
}.educational_gainsbpwEa .text_headervgZih {
    width: 100%;
    padding-left: 0;
}.educational_gainsbpwEa .text_main_holder {
    grid-template-columns: 1fr;
    padding-right: 0;
}.educational_gainsbpwEa .text_main_holder > div:nth-child(even) {
    transform: translateY(0);
}.educational_gainsbpwEa .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.educational_gainsbpwEa {
    padding: 80px 0;
}.educational_gainsbpwEa .image_stripGkVHj {
    height: 300px;
}.educational_gainsbpwEa h2 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.educational_gainsbpwEa .text_main_holder > div {
    padding: 20px;
}.educational_gainsbpwEa .text_main_holder svg {
    height: 35px;
    width: 35px;
}}.course_summarynKJiq {
    background: linear-gradient(145deg, rgb(219,234,220) 0%, rgb(183,207,184,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.course_summarynKJiq::before {
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(183,207,184,0.5),
        rgb(183,207,184,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    content: "";
    position: absolute;
    opacity: 0.04;
    top: 0;
}.course_summarynKJiq .container {
    position: relative;
    z-index: 2;
}.course_summarynKJiq .next_skillvreET {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 0;
}.course_summarynKJiq .text_headervgZih {
    background: #ffffff;
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s ease;
    border-radius: 19px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    z-index: 3;
}.course_summarynKJiq .text_headervgZih:hover {
    transform: translateY(-10px);
}.course_summarynKJiq .text_headervgZih::before {
    opacity: 0.6;
    content: "";
    background: rgb(145,180,149,0.5);
    right: 3rem;
    top: -4rem;
    width: 8rem;
    z-index: -1;
    border-radius: 50%;
    height: 8rem;
    position: absolute;
}.course_summarynKJiq .text_headervgZih h2 {
    position: relative;
    font-size: 28px;
    color: rgb(183,207,184);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease forwards;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_summarynKJiq .text_headervgZih h2::after {
    transition: width 0.4s ease;
    position: absolute;
    background: rgb(145,180,149);
    border-radius: 10px;
    width: 3rem;
    left: 0;
    bottom: -10px;
    height: 4px;
    content: "";
}.course_summarynKJiq .text_headervgZih:hover h2::after {
    width: 100%;
}.course_summarynKJiq .text_headervgZih .description {
    animation: fadeInUp 0.8s ease forwards;
    position: relative;
    margin-bottom: 1.2rem;
    color: #000000;
    opacity: 0;
    font-size: 18px;
    line-height: 1.7;
    animation-delay: 0.2s;
    padding-left: 1rem;
}.course_summarynKJiq .text_headervgZih .description:last-of-type {
    margin-bottom: 0;
    animation-delay: 0.4s;
    font-weight: 600;
}.course_summarynKJiq .text_headervgZih .description::before {
    width: 4px;
    left: 0;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    content: "";
    background: rgb(145,180,149);
    top: 0.5rem;
}.course_summarynKJiq .image_stripGkVHj {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    z-index: 2;
    height: 320px;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    border-radius: 0;
    margin-top: -2rem;
}.course_summarynKJiq .image_stripGkVHj:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.course_summarynKJiq .image_stripGkVHj::after {
    left: 0;
    width: 100%;
    background: linear-gradient(
        to bottom right,
        rgb(183,207,184,0.5) 0%,
        transparent 40%
    );
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}

@media (min-width: 768px) {.course_summarynKJiq .next_skillvreET {
    gap: 2rem;
    grid-template-columns: 1.2fr 0.8fr;
}.course_summarynKJiq .text_headervgZih {
    align-self: center;
    margin-right: -4rem;
    grid-column: 1 / 2;
}.course_summarynKJiq .image_stripGkVHj {
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    grid-column: 2 / 3;
    height: 400px;
    margin-top: 0;
}.course_summarynKJiq .image_stripGkVHj::before {
    left: 20px;
    opacity: 0.4;
    filter: blur(15px);
    width: 60%;
    position: absolute;
    z-index: -1;
    bottom: -20px;
    content: "";
    background: rgb(145,180,149);
    height: 20px;
}
}

@media (min-width: 992px) {.course_summarynKJiq .next_skillvreET {
    grid-template-columns: 1.2fr 0.8fr;
}.course_summarynKJiq .text_headervgZih {
    padding: 3rem;
}.course_summarynKJiq .image_stripGkVHj {
    margin-top: 3rem;
    height: 450px;
}.course_summarynKJiq .text_headervgZih::after {
    background: rgb(183,207,184,0.5);
    position: absolute;
    z-index: -1;
    bottom: -3rem;
    left: 25%;
    opacity: 0.4;
    width: 6rem;
    border-radius: 50%;
    content: "";
    height: 6rem;
}
}

@media (max-width: 767px) {.course_summarynKJiq {
    padding: 4rem 0;
}.course_summarynKJiq .image_stripGkVHj {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}.tariff_optionMBFsu {
    background: rgb(219,234,220);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.tariff_optionMBFsu::before {
    position: absolute;
    opacity: 0.15;
    z-index: 0;
    width: 600px;
    right: -10%;
    background: linear-gradient(135deg, rgb(183,207,184,0.5), rgb(145,180,149,0.5));
    filter: blur(80px);
    top: -15%;
    height: 600px;
    content: "";
}.tariff_optionMBFsu::after {
    position: absolute;
    bottom: -15%;
    content: "";
    z-index: 0;
    filter: blur(100px);
    opacity: 0.1;
    height: 500px;
    background: linear-gradient(225deg, rgb(145,180,149,0.5), rgb(183,207,184,0.5));
    left: -10%;
    width: 500px;
}.tariff_optionMBFsu .container {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
}.tariff_optionMBFsu .annual_planxbQuW {
    display: flex;
    gap: 60px;
    flex-direction: column;
}.tariff_optionMBFsu .rate_choiceXkYWs {
    transform: translateX(5%);
    z-index: 2;
    order: -1;
    margin-bottom: 20px;
    position: relative;
}.tariff_optionMBFsu .rate_choiceXkYWs h2 {
    font-size: 37px;
    background-clip: text !important;
    transform: perspective(1000px) rotateX(0deg);
    background: linear-gradient(90deg, #000000, rgb(183,207,184));
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
    color: transparent;
    font-weight: 700;
    color: #000000;
    transition: transform 0.5s ease;
}.tariff_optionMBFsu .rate_choiceXkYWs .payment_plansmfPwE {
    font-size: 17px;
    line-height: 1.6;
    transition: transform 0.4s ease;
    color: #000000;
    max-width: 700px;
    transform: translateY(0);
    margin-left: 5px;
}.tariff_optionMBFsu .rate_choiceXkYWs:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.tariff_optionMBFsu .rate_choiceXkYWs:hover .payment_plansmfPwE {
    transform: translateY(3px);
}.tariff_optionMBFsu .price_sheetlzndQ {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    perspective: 1000px;
    display: grid;
}.tariff_optionMBFsu .program_feesJCzci {
    display: block;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    transform: translateZ(0) scale(1);
    text-decoration: none;
}.tariff_optionMBFsu .program_feesJCzci:hover {
    z-index: 5;
    transform: translateZ(20px) scale(1.02);
}.tariff_optionMBFsu .price_dealsGpDBk {
    transition: box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
    display: flex;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    height: 100%;
    flex-direction: column;
}.tariff_optionMBFsu .program_feesJCzci:hover .price_dealsGpDBk {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(183,207,184,0.5);
}.tariff_optionMBFsu .price_dealsGpDBk::before {
    left: 0;
    height: 5px;
    content: "";
    top: 0;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(183,207,184), rgb(145,180,149));
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
}.tariff_optionMBFsu .program_feesJCzci:hover .price_dealsGpDBk::before {
    transform: scaleX(1);
}.tariff_optionMBFsu .package_priceyVlwv {
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding: 35px 30px;
    display: flex;
}.tariff_optionMBFsu .package_priceyVlwv h3 {
    transform: translateY(0);
    color: #000000;
    word-break: break-word;
    font-weight: 600;
    position: relative;
    font-size: calc(21px + 2px);
    overflow-wrap: break-word;
    margin-bottom: 15px;
    transition: transform 0.4s ease, color 0.3s ease;
}.tariff_optionMBFsu .program_feesJCzci:hover .package_priceyVlwv h3 {
    color: rgb(183,207,184);
    transform: translateY(-2px);
}.tariff_optionMBFsu .package_priceyVlwv .cost_tableZPvOk {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(21px + 6px);
    margin: 5px 0 20px;
    word-break: break-word;
    overflow-wrap: break-word;
    color: rgb(183,207,184);
    font-weight: 700;
    position: relative;
    display: block;
}.tariff_optionMBFsu .program_feesJCzci:hover .package_priceyVlwv .cost_tableZPvOk {
    transform: scale(1.05);
}.tariff_optionMBFsu .package_priceyVlwv .cost_tableZPvOk::after {
    left: 0;
    width: 50px;
    position: absolute;
    background: rgb(145,180,149,0.5);
    transition: width 0.4s ease;
    height: 2px;
    bottom: -10px;
    content: "";
}.tariff_optionMBFsu .program_feesJCzci:hover .package_priceyVlwv .cost_tableZPvOk::after {
    width: 80px;
}.tariff_optionMBFsu .package_priceyVlwv p {
    line-height: 1.7;
    color: #000000;
    flex-grow: 1;
    white-space: normal;
    transition: opacity 0.3s ease;
    opacity: 0.85;
    word-break: break-word;
    margin-top: 10px;
    overflow-wrap: break-word;
    font-size: 17px;
}.tariff_optionMBFsu .program_feesJCzci:hover .package_priceyVlwv p {
    opacity: 1;
}.tariff_optionMBFsu .program_feesJCzci .image_stripGkVHj {
    height: 220px;
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    width: 100%;
}.tariff_optionMBFsu .program_feesJCzci:hover .image_stripGkVHj {
    height: 240px;
}.tariff_optionMBFsu .program_feesJCzci .image_stripGkVHj::after {
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    transition: opacity 0.4s ease;
    content: "";
}.tariff_optionMBFsu .program_feesJCzci:hover .image_stripGkVHj::after {
    opacity: 1;
}.tariff_optionMBFsu .program_feesJCzci:nth-child(odd) .price_dealsGpDBk {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.tariff_optionMBFsu {
    padding: 140px 0;
}.tariff_optionMBFsu .annual_planxbQuW {
    flex-direction: row;
    align-items: flex-start;
}.tariff_optionMBFsu .rate_choiceXkYWs {
    align-self: flex-start;
    width: 30%;
    margin-right: 70px;
    order: 0;
    transform: translateX(0);
    position: sticky;
    top: 100px;
}.tariff_optionMBFsu .price_sheetlzndQ {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}
}

@media (min-width: 1200px) {.tariff_optionMBFsu .price_sheetlzndQ {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tariff_optionMBFsu .rate_choiceXkYWs h2 {
    font-size: calc(37px + 5px);
}
}

@media (max-width: 991px) {.tariff_optionMBFsu {
    padding: 80px 0;
}.tariff_optionMBFsu .rate_choiceXkYWs {
    text-align: center;
    transform: translateX(0);
}.tariff_optionMBFsu .rate_choiceXkYWs .payment_plansmfPwE {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.tariff_optionMBFsu {
    padding: 60px 0;
}.tariff_optionMBFsu .price_sheetlzndQ {
    grid-template-columns: 1fr;
}.tariff_optionMBFsu .package_priceyVlwv {
    padding: 25px 20px;
}.tariff_optionMBFsu .program_feesJCzci .image_stripGkVHj {
    height: 180px;
}.tariff_optionMBFsu .rate_choiceXkYWs h2 {
    font-size: calc(37px - 2px);
}
}

@media (max-width: 480px) {.tariff_optionMBFsu {
    padding: 50px 0;
}.tariff_optionMBFsu .package_priceyVlwv h3 {
    font-size: 21px;
}.tariff_optionMBFsu .package_priceyVlwv .cost_tableZPvOk {
    font-size: calc(21px + 2px);
}.tariff_optionMBFsu .package_priceyVlwv p {
    font-size: calc(17px - 1px);
}}.training_methodzIcxL {
    background: linear-gradient(210deg, rgb(219,234,220) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}.training_methodzIcxL::before {
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    content: '';
    background: radial-gradient(ellipse at bottom right, rgb(183,207,184,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    opacity: 0.4;
}.training_methodzIcxL .creds_sectGfQSD {
    justify-content: center;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    display: flex;
    min-height: 400px;
    align-items: center;
    margin: 0 auto;
}.training_methodzIcxL .text_headervgZih {
    position: relative;
    display: flex;
    width: 80%;
    flex-direction: column;
    padding: 0;
}.training_methodzIcxL .text_headervgZih h2 {
    color: #ffffff;
    z-index: 3;
    transition: transform 0.3s ease;
    font-weight: 700;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(10px);
    border-radius: 15px 15px 0 0;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.08);
    font-size: 33px;
    position: relative;
    padding: 30px 50px;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}.training_methodzIcxL .text_headervgZih:hover h2 {
    transform: translateY(5px);
}.training_methodzIcxL .text_headervgZih p {
    z-index: 2;
    border-radius: 0 0 15px 15px;
    position: relative;
    font-size: 14px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.05);
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    line-height: 1.8;
    color: #ffffff;
}.training_methodzIcxL .text_headervgZih::before {
    position: absolute;
    width: 100%;
    filter: blur(5px);
    opacity: 0.05;
    z-index: 0;
    height: 100%;
    content: '';
    top: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, 
        rgb(183,207,184,0.5) 0%, 
        transparent 50%, 
        rgb(145,180,149,0.5) 100%
    );
    left: 0;
    transform: scale(1.02);
}.training_methodzIcxL .text_headervgZih::after {
    filter: blur(20px);
    height: 60px;
    animation: pulse-subtle 6s infinite alternate;
    width: 60px;
    opacity: 0.15;
    top: 40px;
    content: '';
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    right: -30px;
    background: rgb(183,207,184);
}.training_methodzIcxL .text_headervgZih h2::before {
    content: '';
    border-radius: 50%;
    height: 30px;
    width: 30px;
    opacity: 0.2;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    background: rgb(183,207,184);
    position: absolute;
}.training_methodzIcxL .text_headervgZih h2::after {
    background: rgb(183,207,184);
    width: 50px;
    position: absolute;
    height: 3px;
    opacity: 0.7;
    bottom: 20px;
    content: '';
    left: 50px;
}.training_methodzIcxL .text_headervgZih p::before {
    width: 100%;
    bottom: 0;
    border-radius: 0 0 15px 15px;
    height: 50%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.05), transparent);
    content: '';
    z-index: -1;
    left: 0;
}.training_methodzIcxL::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(183,207,184,0.5) 20%, 
        rgb(183,207,184,0.5) 80%, 
        transparent 100%
    );
    bottom: 80px;
    position: absolute;
    opacity: 0.6;
    height: 1px;
    content: '';
    width: 100%;
    left: 0;
    z-index: 1;
}.training_methodzIcxL .creds_sectGfQSD::before {
    transform: rotate(20deg);
    animation: float-rotate 20s infinite linear;
    border-radius: 15px;
    content: '';
    border: 1px solid rgb(183,207,184,0.5);
    width: 150px;
    left: 10%;
    height: 150px;
    opacity: 0.15;
    position: absolute;
    top: 50px;
}.training_methodzIcxL .creds_sectGfQSD::after {
    border-radius: 50%;
    width: 180px;
    animation: pulse-scale 15s infinite alternate;
    height: 180px;
    position: absolute;
    bottom: 30px;
    right: 10%;
    content: '';
    border: 1px solid rgb(145,180,149,0.5);
    opacity: 0.1;
}@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.15;
        transform: scale(1);
    }
    50% {
        opacity: 0.25;
        transform: scale(1.2);
    }
}

@keyframes float-rotate {
    0% {
        transform: rotate(20deg) translateY(0);
    }
    25% {
        transform: rotate(110deg) translateY(-10px);
    }
    50% {
        transform: rotate(200deg) translateY(0);
    }
    75% {
        transform: rotate(290deg) translateY(10px);
    }
    100% {
        transform: rotate(380deg) translateY(0);
    }
}

@keyframes pulse-scale {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.training_methodzIcxL .text_headervgZih p::first-line {
    letter-spacing: 0.5px;
    font-weight: 600;
}

@media screen and (max-width: 992px) {.training_methodzIcxL {
    padding: 100px 0;
}.training_methodzIcxL .text_headervgZih {
    width: 90%;
}.training_methodzIcxL .text_headervgZih h2 {
    padding: 25px 40px;
}.training_methodzIcxL .text_headervgZih p {
    padding: 40px;
}.training_methodzIcxL .creds_sectGfQSD::before,
    .training_methodzIcxL .creds_sectGfQSD::after {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 768px) {.training_methodzIcxL {
    padding: 80px 0;
}.training_methodzIcxL .text_headervgZih {
    width: 100%;
}.training_methodzIcxL .text_headervgZih h2 {
    font-size: calc(33px * 0.9);
    padding: 20px 30px;
}.training_methodzIcxL .text_headervgZih h2::before {
    width: 20px;
    left: 5px;
    height: 20px;
}.training_methodzIcxL .text_headervgZih h2::after {
    bottom: 15px;
    width: 40px;
    left: 35px;
}.training_methodzIcxL .text_headervgZih p {
    padding: 30px;
}.training_methodzIcxL .creds_sectGfQSD::before {
    top: 20px;
    left: 5%;
}.training_methodzIcxL .creds_sectGfQSD::after {
    bottom: 20px;
    right: 5%;
}
}

@media screen and (max-width: 480px) {.training_methodzIcxL {
    padding: 60px 0;
}.training_methodzIcxL .text_headervgZih h2 {
    padding: 20px 25px 20px 35px;
    font-size: calc(33px * 0.8);
}.training_methodzIcxL .text_headervgZih p {
    font-size: calc(14px * 0.9);
    padding: 25px;
}.training_methodzIcxL .text_headervgZih::after {
    display: none;
}.training_methodzIcxL .creds_sectGfQSD::before,
    .training_methodzIcxL .creds_sectGfQSD::after {
    display: none;
}}.contact_informationXogKi {
    background: linear-gradient(90deg, #ffffff 50%, rgb(219,234,220) 50%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.contact_informationXogKi::before {
    background-size: 60px 60px;
    content: "";
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    position: absolute;
    left: 0;
    z-index: 0;
    width: 100%;
}.contact_informationXogKi .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.contact_informationXogKi h2 {
    font-weight: 700;
    position: relative;
    color: rgb(183,207,184);
    font-size: 28px;
    margin-bottom: 60px;
    text-align: center;
}.contact_informationXogKi h2::after {
    left: 50%;
    background: rgb(183,207,184);
    position: absolute;
    width: 60px;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    bottom: -15px;
}.contact_informationXogKi .query_reachAXvKj {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
    display: flex;
}.contact_informationXogKi .query_reachAXvKj::before {
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(183,207,184), rgb(145,180,149));
    content: "";
    width: 100%;
    height: 5px;
}.contact_informationXogKi .image_stripGkVHj {
    flex: 0 0 50%;
    min-height: 550px;
    position: relative;
    transition: all 0.5s ease;
}.contact_informationXogKi .image_stripGkVHj::after {
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(183,207,184,0.5), transparent);
    position: absolute;
}.contact_informationXogKi .query_blockKlvus {
    background: #ffffff;
    padding: 60px 50px;
    position: relative;
    flex: 0 0 50%;
}.contact_informationXogKi .query_blockKlvus::before {
    height: 100%;
    background: rgb(219,234,220);
    position: absolute;
    left: 0;
    width: 10px;
    content: "";
    top: 0;
}.contact_informationXogKi #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}.contact_informationXogKi h3 {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    color: #000000;
}.contact_informationXogKi h3::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: rgb(183,207,184,0.5);
    bottom: 0;
}.contact_informationXogKi input[type="text"] {
    width: 100%;
    font-size: 18px;
    border-radius: 10px;
    border: 2px solid rgb(219,234,220);
    color: #000000;
    padding: 18px 20px;
    transition: all 0.3s ease;
    background: #ffffff;
}.contact_informationXogKi input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(183,207,184);
    outline: none;
}.contact_informationXogKi input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_informationXogKi .feedback_formMIBND {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 10px;
}.contact_informationXogKi .feedback_formMIBND input[type="checkbox"] {
    appearance: none;
    height: 24px;
    border-radius: 10px;
    border: 2px solid rgb(219,234,220);
    width: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 2px;
    position: relative;
}.contact_informationXogKi .feedback_formMIBND input[type="checkbox"]:checked {
    background: rgb(183,207,184);
    border-color: rgb(183,207,184);
}.contact_informationXogKi .feedback_formMIBND input[type="checkbox"]:checked::after {
    top: 5px;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    width: 6px;
    height: 10px;
    content: "";
    position: absolute;
}.contact_informationXogKi .feedback_formMIBND label {
    line-height: 1.5;
    color: #000000;
    font-size: 18px;
}.contact_informationXogKi .feedback_formMIBND a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(183,207,184);
    text-decoration: none;
}.contact_informationXogKi .feedback_formMIBND a:hover {
    color: rgb(145,180,149);
}.contact_informationXogKi .contact_queryRQubo {
    background: rgb(183,207,184);
    margin-top: 20px;
    font-size: 18px;
    cursor: pointer;
    align-self: flex-start;
    padding: 16px 40px;
    box-shadow: 0 8px 20px rgb(183,207,184,0.5);
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    border: none;
    position: relative;
    font-weight: 600;
}.contact_informationXogKi .contact_queryRQubo::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    content: "";
    height: 100%;
    transition: all 0.6s ease;
    left: -100%;
}.contact_informationXogKi .contact_queryRQubo:hover {
    transform: translateY(-3px);
    background: rgb(145,180,149);
    box-shadow: 0 10px 25px rgb(145,180,149,0.5);
}.contact_informationXogKi .contact_queryRQubo:hover::before {
    left: 100%;
}.contact_informationXogKi svg {
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    fill: rgb(183,207,184);
}.contact_informationXogKi svg path {
    transition: all 0.3s ease;
    fill: rgb(183,207,184);
}.contact_informationXogKi svg:hover {
    transform: translateY(-2px);
    fill: rgb(145,180,149);
}.contact_informationXogKi svg:hover path {
    fill: rgb(145,180,149);
}

@media (max-width: 1200px) {.contact_informationXogKi {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact_informationXogKi {
    padding: 80px 0;
}.contact_informationXogKi .query_reachAXvKj {
    flex-direction: column-reverse;
}.contact_informationXogKi .image_stripGkVHj {
    min-height: 350px;
    flex: 0 0 auto;
}.contact_informationXogKi .query_blockKlvus {
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact_informationXogKi .query_blockKlvus::before {
    left: 0;
    height: 10px;
    width: 100%;
    top: 0;
}
}

@media (max-width: 768px) {.contact_informationXogKi {
    padding: 60px 0;
}.contact_informationXogKi h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 4px);
}.contact_informationXogKi .query_blockKlvus {
    padding: 40px 30px;
}.contact_informationXogKi #contact {
    gap: 25px;
}.contact_informationXogKi .image_stripGkVHj {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact_informationXogKi {
    padding: 50px 0;
}.contact_informationXogKi .container {
    padding: 0 15px;
}.contact_informationXogKi h2 {
    margin-bottom: 30px;
    font-size: calc(28px - 6px);
}.contact_informationXogKi .query_blockKlvus {
    padding: 35px 25px;
}.contact_informationXogKi #contact {
    gap: 20px;
}.contact_informationXogKi input[type="text"] {
    padding: 15px;
}.contact_informationXogKi .contact_queryRQubo {
    width: 100%;
    padding: 15px 25px;
}.contact_informationXogKi .image_stripGkVHj {
    min-height: 250px;
}
}