* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}.nav_trainid {
    flex: 1 0 auto;
}.container {
    width: 1216px;
    max-width: 100%;
    margin: auto;
}.footer_accountid {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    min-height: 100%;
}.viewport-containerid {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.client_opinionsid {
    background: linear-gradient(135deg, rgb(212,227,215) 0%, rgb(168,199,177,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.client_opinionsid::before {
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0.15;
    background: repeating-linear-gradient(45deg, rgb(123,169,138,0.5) 0px, transparent 10px, transparent 20px);
    content: "";
    position: absolute;
}.client_opinionsid .container {
    position: relative;
    z-index: 2;
}.client_opinionsid h2 {
    font-size: 38px;
    margin-bottom: 3.5rem;
    transform: skew(-5deg);
    color: #000000;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.client_opinionsid h2::after {
    height: 4px;
    left: 0;
    width: 80%;
    content: "";
    bottom: -10px;
    transform: translateX(10%);
    position: absolute;
    background: linear-gradient(90deg, rgb(168,199,177) 0%, transparent 100%);
}.client_opinionsid .student_feedbackid {
    transform: rotate(-2deg);
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.client_opinionsid .edu_testimonialsid {
    transform: rotate(2deg);
    display: flex;
    padding: 2rem;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 18px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    background: #ffffff;
}.client_opinionsid .edu_testimonialsid::before {
    content: "";
    transform-origin: top;
    width: 5px;
    top: 0;
    transition: transform 0.4s ease;
    transform: scaleY(0);
    position: absolute;
    background: linear-gradient(to bottom, rgb(168,199,177), rgb(123,169,138));
    left: 0;
    height: 100%;
}.client_opinionsid .edu_testimonialsid:hover {
    transform: rotate(0) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.client_opinionsid .edu_testimonialsid:hover::before {
    transform: scaleY(1);
}.client_opinionsid .edu_testimonialsid:nth-child(odd) {
    transform: rotate(4deg) translateY(20px);
}.client_opinionsid .edu_testimonialsid:nth-child(odd):hover {
    transform: rotate(0) translateY(10px);
}.client_opinionsid .edu_testimonialsid:nth-child(3n+2) {
    transform: rotate(-3deg) translateY(-10px);
}.client_opinionsid .edu_testimonialsid:nth-child(3n+2):hover {
    transform: rotate(0) translateY(-20px);
}.client_opinionsid .edu_testimonialsid img {
    border-radius: 50%;
    border: 3px solid #ffffff;
    object-fit: cover;
    height: 80px;
    margin-bottom: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    width: 80px;
    transform: translateX(-10px);
}.client_opinionsid .edu_testimonialsid:hover img {
    border-color: rgb(168,199,177,0.5);
    transform: translateX(0) scale(1.05);
}.client_opinionsid .edu_testimonialsid p {
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: calc(12px * 1.1);
}.client_opinionsid .edu_testimonialsid .description {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    padding-top: 1rem;
    margin-top: 0.5rem;
}.client_opinionsid .edu_testimonialsid .description::before {
    height: 3px;
    content: "";
    top: 0;
    width: 50px;
    position: absolute;
    background: rgb(123,169,138,0.5);
    left: 0;
    transition: all 0.3s ease;
}.client_opinionsid .edu_testimonialsid:hover .description::before {
    background: rgb(168,199,177);
    width: 80px;
}

@media (max-width: 991px) {.client_opinionsid {
    padding: 4rem 0;
}.client_opinionsid h2 {
    transform: skew(0);
    width: 100%;
    text-align: center;
}.client_opinionsid h2::after {
    width: 60%;
    left: 20%;
    transform: none;
}.client_opinionsid .student_feedbackid {
    transform: rotate(0);
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.client_opinionsid {
    padding: 3rem 0;
}.client_opinionsid h2 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.client_opinionsid .student_feedbackid {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client_opinionsid .edu_testimonialsid,
    .client_opinionsid .edu_testimonialsid:nth-child(odd),
    .client_opinionsid .edu_testimonialsid:nth-child(3n+2) {
    padding: 1.5rem;
    transform: rotate(0);
}.client_opinionsid .edu_testimonialsid:hover,
    .client_opinionsid .edu_testimonialsid:nth-child(odd):hover,
    .client_opinionsid .edu_testimonialsid:nth-child(3n+2):hover {
    transform: translateY(-5px);
}.client_opinionsid .edu_testimonialsid img {
    width: 60px;
    height: 60px;
}
}

@media (max-width: 480px) {.client_opinionsid h2 {
    font-size: calc(38px * 0.8);
}.client_opinionsid .edu_testimonialsid {
    padding: 1.25rem;
}}.who_we_areid {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    isolation: isolate;
}.who_we_areid:before {
    left: 0;
    opacity: 0.92;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(168,199,177,0.5), rgb(123,169,138,0.5));
    z-index: -1;
    width: 100%;
    top: 0;
}.who_we_areid:after {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    position: absolute;
    z-index: -1;
    pointer-events: none;
    width: 80%;
    right: -20%;
    background: rgb(123,169,138);
    content: "";
    transform: rotate(-15deg);
    height: 200%;
    opacity: 0.05;
    top: -50%;
}.who_we_areid .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
}.who_we_areid .editorial_boxid {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
                -12px -12px 24px rgba(255, 255, 255, 0.6),
                inset 2px 2px 4px rgba(255, 255, 255, 0.7),
                inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    transform: rotateX(2deg) rotateY(-1deg);
    transform-style: preserve-3d;
}.who_we_areid .editorial_boxid:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
                -15px -15px 30px rgba(255, 255, 255, 0.7),
                inset 2px 2px 4px rgba(255, 255, 255, 0.8),
                inset -2px -2px 4px rgba(0, 0, 0, 0.06);
    transform: rotateX(0deg) rotateY(0deg) translateZ(10px);
}.who_we_areid .editorial_boxid:before {
    background: linear-gradient(45deg, transparent 20%, rgb(123,169,138,0.5) 100%);
    opacity: 0.3;
    transition: opacity 0.4s ease-out;
    right: -10px;
    z-index: -1;
    position: absolute;
    filter: blur(20px);
    left: -10px;
    top: -10px;
    bottom: -10px;
    content: "";
}.who_we_areid .editorial_boxid:hover:before {
    opacity: 0.5;
}.who_we_areid .editorial_boxid > div:first-child {
    position: relative;
    margin-bottom: 20px;
}.who_we_areid .editorial_boxid > div:first-child:before {
    top: 50%;
    content: "";
    height: 40px;
    width: 8px;
    left: -20px;
    position: absolute;
    background: rgb(168,199,177);
    transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
}.who_we_areid h5 {
    font-weight: 700;
    padding-bottom: 8px;
    letter-spacing: 2px;
    font-size: 23px;
    text-transform: uppercase;
    margin: 0;
    color: rgb(168,199,177);
    display: inline-block;
    position: relative;
}.who_we_areid h5:after {
    transition: width 0.3s ease-out;
    transform-origin: left center;
    height: 2px;
    width: 60%;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(123,169,138);
    bottom: 0;
}.who_we_areid .editorial_boxid:hover h5:after {
    width: 100%;
}.who_we_areid .editorial_boxid > div:nth-child(2) {
    margin-bottom: 25px;
}.who_we_areid .editorial_boxid > div:nth-child(2) p {
    display: inline-block;
    color: #000000;
    margin: 0;
    font-weight: 600;
    position: relative;
    font-size: calc(13px * 1.3);
}.who_we_areid .editorial_boxid > div:nth-child(2) p b {
    background: linear-gradient(135deg, rgb(168,199,177), rgb(123,169,138));
    background-clip: text !important;
    position: relative;
    color: transparent;
    -webkit-background-clip: text !important;
}.who_we_areid ol {
    margin: 0;
    list-style-position: inside;
    counter-reset: item;
    padding: 0 0 0 2px;
}.who_we_areid ol li {
    color: #000000;
    line-height: 1.7;
    font-size: 13px;
    column-gap: 40px;
    counter-increment: item;
    font-family: Arial, sans-serif;
    text-align: justify;
    margin-bottom: 10px;
    list-style: none;
    columns: 1;
    position: relative;
}.who_we_areid ol li:before {
    width: 6px;
    background: rgb(123,169,138);
    margin-right: 12px;
    height: 6px;
    transform: rotate(45deg);
    display: inline-block;
    content: "";
    vertical-align: middle;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.5);
}.who_we_areid .editorial_boxid:after {
    border-radius: 50%;
    height: 180px;
    bottom: -15px;
    position: absolute;
    right: -15px;
    mix-blend-mode: overlay;
    opacity: 0.1;
    z-index: -1;
    background: linear-gradient(135deg, rgb(168,199,177,0.5), rgb(123,169,138,0.5));
    content: "";
    width: 180px;
}

@media (min-width: 768px) {.who_we_areid {
    padding: 150px 0;
}.who_we_areid .editorial_boxid {
    padding: 60px;
}.who_we_areid ol li {
    columns: 2;
}.who_we_areid h5 {
    font-size: calc(23px * 1.2);
}.who_we_areid .editorial_boxid > div:nth-child(2) p {
    font-size: calc(13px * 1.5);
}
}

@media (min-width: 992px) {.who_we_areid .editorial_boxid {
    padding: 70px;
    margin: 0 60px;
}.who_we_areid .editorial_boxid:before {
    bottom: -15px;
    right: -15px;
    left: -15px;
    top: -15px;
}.who_we_areid ol li {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}.who_we_areid .editorial_boxid > div:first-child:before {
    left: -30px;
    height: 50px;
}
}

@media (max-width: 767px) {.who_we_areid {
    padding: 80px 0;
}.who_we_areid .editorial_boxid {
    padding: 30px;
    transform: none;
}.who_we_areid h5 {
    font-size: calc(23px * 0.9);
}.who_we_areid .editorial_boxid > div:nth-child(2) p {
    font-size: calc(13px * 1.1);
}.who_we_areid ol li {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.who_we_areid .editorial_boxid > div:first-child:before {
    height: 30px;
    left: -15px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(168,199,177);
}header .top_plank .best_classesid div svg, header .top_plank .best_classesid div svg path {
    fill: #ffffff;
}header .top_plank .best_classesid div span {
    color: #ffffff;
}header .top_plank .best_classesid {
    display: flex;
    font-size: 15px;
    padding: 15px 0 10px 0;
    width: 100%;
    line-height: 21px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}header .top_plank .best_classesid div {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-right: 24px;
}header .top_plank .best_classesid div img, header .top_plank .best_classesid div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.join_our_mailing_listid {
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(212,227,215) 100%);
    position: relative;
    perspective: 1000px;
}.join_our_mailing_listid::before {
    animation: grid-move 20s linear infinite;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(123,169,138,0.5) 10px,
        rgb(123,169,138,0.5) 11px
    );
    content: "";
    opacity: 0.05;
    top: -50%;
    position: absolute;
    width: 200%;
    left: -50%;
    height: 200%;
}@keyframes grid-move {
    0% {
        transform: translateZ(-100px) rotate(0deg);
    }
    100% {
        transform: translateZ(-100px) rotate(360deg);
    }
}

.join_our_mailing_listid .teach_styleid {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.join_our_mailing_listid .contact_queryid {
    padding: 3rem;
    transform: rotateY(-5deg);
    transition: transform 0.5s ease;
    box-shadow: 
        0 0 20px rgb(168,199,177,0.5),
        0 0 40px rgb(123,169,138,0.5);
    max-width: 650px;
    border-radius: 29px;
    background: rgb(212,227,215);
    border: 1px solid rgb(168,199,177,0.5);
    position: relative;
    margin: 0 auto;
}.join_our_mailing_listid .contact_queryid:hover {
    transform: rotateY(0deg);
}.join_our_mailing_listid .contact_queryid::before {
    content: "";
    background: 
        linear-gradient(90deg, transparent 50%, rgb(168,199,177,0.5) 50%),
        linear-gradient(0deg, transparent 50%, rgb(123,169,138,0.5) 50%);
    height: 100%;
    top: 0;
    background-position: 0 0, 0 0;
    animation: border-pulse 3s infinite alternate;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    pointer-events: none;
    background-repeat: repeat-y, repeat-x;
    left: 0;
    border-radius: 29px;
    background-size: 2px 100%, 100% 2px;
}@keyframes border-pulse {
    0% {
        opacity: 0.3;
        filter: hue-rotate(0deg);
    }
    100% {
        opacity: 0.7;
        filter: hue-rotate(90deg);
    }
}

.join_our_mailing_listid h3 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0.5rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 2px solid rgb(123,169,138);
    margin-bottom: 2rem;
    letter-spacing: 2px;
    display: inline-block;
    text-shadow: 0 0 10px rgb(168,199,177,0.5);
    color: rgb(168,199,177);
    font-size: 23px;
}.join_our_mailing_listid .input_holder {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}.join_our_mailing_listid input[type="email"] {
    font-family: Arial, sans-serif;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    font-size: 13px;
    min-width: 250px;
    border: 1px solid rgb(123,169,138,0.5);
    flex: 1;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}.join_our_mailing_listid input[type="email"]:focus {
    outline: none;
    box-shadow: 
        inset 0 0 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(168,199,177,0.5);
    border-color: rgb(168,199,177);
}.join_our_mailing_listid input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.7;
}.join_our_mailing_listid input[type="submit"] {
    z-index: 1;
    transition: all 0.3s ease;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    position: relative;
    padding: 1rem 2rem;
    cursor: pointer;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    background: rgb(168,199,177);
}.join_our_mailing_listid input[type="submit"]:hover {
    box-shadow: 0 0 20px rgb(168,199,177);
}.join_our_mailing_listid input[type="submit"]::before {
    content: "";
    transform: rotate(45deg);
    background: linear-gradient(45deg, rgb(168,199,177), rgb(123,169,138), rgb(168,199,177));
    top: -50%;
    width: 200%;
    left: -50%;
    height: 200%;
    transition: opacity 0.3s ease;
    position: absolute;
    z-index: -1;
    opacity: 0;
}.join_our_mailing_listid input[type="submit"]:hover::before {
    opacity: 1;
    animation: rotate-bg 2s linear infinite;
}

@keyframes rotate-bg {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 768px) {.join_our_mailing_listid {
    padding: 3rem 1.5rem;
}.join_our_mailing_listid .contact_queryid {
    padding: 2rem;
    transform: none;
}.join_our_mailing_listid h3 {
    font-size: calc(23px * 0.9);
}.join_our_mailing_listid .input_holder {
    flex-direction: column;
}.join_our_mailing_listid input[type="email"],
    .join_our_mailing_listid input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.join_our_mailing_listid {
    padding: 2rem 1rem;
}.join_our_mailing_listid .contact_queryid {
    padding: 1.5rem;
}.join_our_mailing_listid h3 {
    font-size: calc(23px * 0.8);
    letter-spacing: 1px;
}.join_our_mailing_listid input[type="email"] {
    padding: 0.8rem 1rem;
}.join_our_mailing_listid input[type="submit"] {
    padding: 0.8rem 1.5rem;
}}.gratFieldid {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(212,227,215) 0%, rgb(168,199,177,0.5) 100%);
    overflow: hidden;
}.gratFieldid::before {
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.03) 20px,
    rgba(255, 255, 255, 0.03) 40px
  );
    content: "";
    position: absolute;
    height: 100%;
}.gratFieldid::after {
    right: -50%;
    position: absolute;
    width: 80%;
    z-index: 2;
    content: "";
    background: linear-gradient(
    to bottom right,
    transparent,
    rgba(var(--primary-color-rgb), 0.05) 30%,
    rgba(var(--primary-color-rgb), 0.1) 60%,
    transparent
  );
    height: 200%;
    pointer-events: none;
    transform: rotate(35deg);
    top: -50%;
}.gratFieldid .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 3;
}.gratFieldid .teach_styleid {
    transform-origin: center top;
    gap: 30px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    padding: 50px 40px;
    grid-template-columns: 1fr;
}.gratFieldid .teach_styleid::before {
    content: "";
    background: linear-gradient(to bottom, rgb(168,199,177), rgb(123,169,138));
    top: 0;
    height: 100%;
    width: 5px;
    left: 0;
    position: absolute;
    transform: scaleY(1.03);
}.gratFieldid .teach_styleid:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
}.gratFieldid h5 {
    position: relative;
    transform: translateX(15px);
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    font-weight: 700;
    font-size: 23px;
    margin: 0 0 10px;
    color: rgb(168,199,177);
}.gratFieldid h5::after {
    left: 0;
    position: absolute;
    height: 3px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(0.7);
    content: "";
    width: 80px;
    bottom: -10px;
    background: rgb(123,169,138);
}.gratFieldid .teach_styleid:hover h5 {
    transform: translateX(0);
}.gratFieldid .teach_styleid:hover h5::after {
    transform: scaleX(1);
}.gratFieldid p {
    margin: 0;
    color: #000000;
    position: relative;
    line-height: 1.7;
    transition: color 0.3s ease;
    font-size: 15px;
}.gratFieldid a {
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    display: block;
    padding: 15px 20px;
    overflow: hidden;
}.gratFieldid a::before {
    position: absolute;
    transition: width 0.3s ease;
    top: 0;
    background: rgb(168,199,177);
    content: "";
    left: 0;
    width: 3px;
    opacity: 0.5;
    height: 100%;
}.gratFieldid a:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.07), transparent 70%);
}.gratFieldid a:hover::before {
    width: 5px;
}.gratFieldid a:hover p {
    color: rgb(168,199,177);
}.gratFieldid a::after {
    content: "";
    width: 30px;
    transition: all 0.3s ease;
    bottom: 0;
    position: absolute;
    height: 30px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.1) 50%);
    right: 0;
}.gratFieldid a:hover::after {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.2) 50%);
}

@media (min-width: 768px) {.gratFieldid {
    padding: 120px 0;
}.gratFieldid .teach_styleid {
    padding: 60px 70px 60px 60px;
    align-items: center;
    gap: 50px;
    grid-template-columns: 1fr 1.5fr;
}.gratFieldid h5 {
    font-size: calc(23px * 1.1);
    transform: translateX(25px);
}.gratFieldid p {
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.gratFieldid {
    padding: 60px 0;
}.gratFieldid .teach_styleid {
    padding: 35px 25px;
    transform: perspective(1000px) rotateX(1deg);
}.gratFieldid h5 {
    font-size: calc(23px * 0.9);
    transform: translateX(10px);
}.gratFieldid a {
    padding: 10px 15px;
}.gratFieldid a::after {
    width: 20px;
    height: 20px;
}
}

@media (hover: none) {.gratFieldid .teach_styleid {
    transform: none;
}.gratFieldid .teach_styleid:hover {
    transform: none;
}.gratFieldid h5 {
    transform: none;
}.gratFieldid h5::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion: reduce) {.gratFieldid .teach_styleid,
  .gratFieldid h5,
  .gratFieldid h5::after,
  .gratFieldid a,
  .gratFieldid a::before,
  .gratFieldid a::after {
    transition: none;
}}.tariff_gridid {
    background: linear-gradient(135deg, rgb(212,227,215) 0%, rgba(245, 247, 252, 1) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.tariff_gridid::before {
    width: 100%;
    left: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    pointer-events: none;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
}.tariff_gridid .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.tariff_gridid .learn_packsid {
    flex-direction: column-reverse;
    display: flex;
}.tariff_gridid .price_panelid {
    text-align: center;
    margin-bottom: 50px;
    transition: transform 0.5s ease-out;
}.tariff_gridid .price_panelid h2 {
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}.tariff_gridid .price_panelid h2::after {
    background: rgb(168,199,177);
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    left: 50%;
    height: 3px;
    content: "";
}.tariff_gridid .training_subid {
    font-size: 14px;
    white-space: normal;
    word-break: break-word;
    line-height: 1.6;
    max-width: 700px;
    overflow-wrap: break-word;
    margin: 0 auto;
    color: #000000;
}.tariff_gridid .pricing_schemesid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}.tariff_gridid .pricing_ratesid {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.tariff_gridid .pricing_ratesid:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.tariff_gridid .fee_dealsid {
    min-height: 450px;
    display: flex;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    flex-direction: column;
}.tariff_gridid .learn_feesid {
    position: relative;
    white-space: normal;
    padding: 30px;
    overflow-wrap: break-word;
    display: flex;
    word-break: break-word;
    flex-direction: column;
    z-index: 2;
    flex: 1;
}.tariff_gridid .learn_feesid h3 {
    font-weight: 600;
    transition: transform 0.3s ease;
    font-size: calc(19px + 2px);
    color: #000000;
    margin-bottom: 8px;
    position: relative;
    transform: translateX(0);
}.tariff_gridid .pricing_ratesid:hover .learn_feesid h3 {
    transform: translateX(5px);
}.tariff_gridid .cost_summaryid {
    color: rgb(168,199,177);
    font-weight: 700;
    font-size: calc(19px + 4px);
    margin: 15px 0;
    position: relative;
    display: inline-block;
}.tariff_gridid .cost_summaryid::before {
    opacity: 0;
    width: 10px;
    background: rgb(168,199,177);
    transition: all 0.3s ease;
    position: absolute;
    left: -20px;
    content: "";
    height: 2px;
    transform: translateX(-10px);
    top: 50%;
}.tariff_gridid .pricing_ratesid:hover .cost_summaryid::before {
    opacity: 1;
    transform: translateX(0);
}.tariff_gridid .learn_feesid p {
    line-height: 1.6;
    margin-top: 15px;
    white-space: normal;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
    flex: 1;
    font-size: 14px;
}.tariff_gridid .main_imageid {
    transition: transform 0.6s ease;
    height: 200px;
    overflow: hidden;
    width: 100%;
    position: relative;
}.tariff_gridid .main_imageid::after {
    z-index: 1;
    top: 0;
    background: linear-gradient(0deg, rgba(rgb(168,199,177,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}.tariff_gridid .pricing_ratesid:hover .main_imageid {
    transform: scale(1.05);
}.tariff_gridid .pricing_ratesid:nth-child(odd) .fee_dealsid {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.tariff_gridid .pricing_ratesid:nth-child(even) .fee_dealsid {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.tariff_gridid .pricing_ratesid:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.tariff_gridid .pricing_ratesid:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.tariff_gridid .pricing_ratesid:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.tariff_gridid .pricing_ratesid:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.tariff_gridid .pricing_schemesid {
    grid-template-columns: repeat(2, 1fr);
}.tariff_gridid .price_panelid {
    margin-bottom: 60px;
}.tariff_gridid .learn_feesid h3 {
    font-size: 19px;
}.tariff_gridid .cost_summaryid {
    font-size: calc(19px + 2px);
}.tariff_gridid .learn_feesid p {
    font-size: calc(14px - 1px);
}
}

@media (min-width: 992px) {.tariff_gridid .learn_packsid {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.tariff_gridid .price_panelid {
    flex: 0 0 30%;
    text-align: left;
    margin-bottom: 0;
}.tariff_gridid .price_panelid h2::after {
    left: 0;
    transform: none;
}.tariff_gridid .pricing_schemesid {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}.tariff_gridid .learn_feesid {
    padding: 35px;
}
}

@media (min-width: 1200px) {.tariff_gridid .pricing_schemesid {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff_gridid .fee_dealsid {
    min-height: 500px;
}.tariff_gridid .main_imageid {
    height: 220px;
}.tariff_gridid .learn_feesid h3 {
    font-size: calc(19px + 2px);
}.tariff_gridid .cost_summaryid {
    font-size: calc(19px + 6px);
}}.privacy_safehouseid {
    padding: 40px;
    height: auto;
    width: 100%;
}.privacy_safehouseid h1 {
    grid-column: span 2;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(123,169,138);
    padding-bottom: 10px;
    text-shadow: 0 0 10px rgb(168,199,177);
    margin-bottom: 20px;
    color: rgb(168,199,177);
    font-weight: 700;
    text-align: center;
    font-size: 38px;
    margin-top: 0;
}.privacy_safehouseid h2 {
    padding-left: 10px;
    color: rgb(123,169,138);
    text-align: left;
    border-left: 4px solid rgb(168,199,177);
    margin-top: 0;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px rgb(123,169,138);
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: 600;
}.privacy_safehouseid ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}.privacy_safehouseid li {
    text-shadow: 0 0 5px rgb(168,199,177);
    font-size: 15px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    border: 1px solid rgb(168,199,177);
    background: rgb(123,169,138,0.5);
    border-radius: 10px;
    color: #ffffff;
    padding: 10px;
}.privacy_safehouseid div {
    border-radius: 17px;
    color: #ffffff;
    background: rgb(168,199,177,0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    font-size: 15px;
    border: 1px solid rgb(123,169,138);
    padding: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}.privacy_safehouseid p, .privacy_safehouseid span {
    text-shadow: 0 0 5px rgb(123,169,138);
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.privacy_safehouseid {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
}.privacy_safehouseid h1 {
    font-size: calc(20px - 4px);
    margin-bottom: 15px;
}.privacy_safehouseid h2 {
    font-size: calc(20px - 2px);
    margin-bottom: 10px;
}.privacy_safehouseid ul {
    padding-left: 0;
}.privacy_safehouseid li {
    padding: 8px;
    margin-bottom: 8px;
}.privacy_safehouseid div {
    padding: 10px;
}}.academic_experienceid {
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,227,215) 0%, rgb(168,199,177,0.5) 100%);
    padding: 7rem 2rem 5rem;
}.academic_experienceid::before {
    top: -20%;
    content: "";
    width: 60%;
    right: -10%;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    z-index: 1;
    height: 70%;
    opacity: 0.2;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(123,169,138,0.5),
        rgb(123,169,138,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
}.academic_experienceid::after {
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    bottom: -15%;
    left: -5%;
    position: absolute;
    opacity: 0.3;
    width: 40%;
    border: 5px solid rgb(168,199,177,0.5);
    content: "";
    z-index: 1;
    height: 50%;
}.academic_experienceid .edu_testimonialsid {
    position: relative;
    max-width: 1000px;
    display: flex;
    justify-content: center;
    z-index: 2;
    transform-style: preserve-3d;
    margin: 0 auto;
    align-items: center;
}.academic_experienceid .main_imageid {
    border-radius: 10px;
    height: 380px;
    z-index: 3;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    left: 15%;
    width: 300px;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    position: absolute;
}.academic_experienceid .main_imageid:hover {
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    filter: brightness(1.1);
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
}.academic_experienceid .work_areaid {
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: auto;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    width: 550px;
    border-radius: 27px;
    z-index: 2;
    position: relative;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    background: #ffffff;
    padding: 2.5rem 2.5rem 2.5rem 8rem;
}.academic_experienceid .work_areaid::before {
    z-index: -1;
    height: 100%;
    top: 15px;
    border-radius: 27px;
    background: rgb(168,199,177,0.5);
    position: absolute;
    width: 100%;
    content: "";
    left: 15px;
    opacity: 0.3;
    transition: all 0.5s ease;
}.academic_experienceid .work_areaid:hover {
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
}.academic_experienceid .work_areaid:hover::before {
    opacity: 0.5;
    top: 8px;
    left: 8px;
}.academic_experienceid .name {
    font-weight: 700;
    transform: translateY(30px);
    z-index: 2;
    animation: slide-up 0.7s forwards 0.2s;
    font-size: 37px;
    margin-bottom: 0.7rem;
    opacity: 0;
    color: rgb(168,199,177);
    position: relative;
}.academic_experienceid .work_areaid > div:nth-child(2) {
    font-weight: 600;
    font-size: 20px;
    color: rgb(123,169,138);
    transform: translateY(30px);
    margin-bottom: 2rem;
    animation: slide-up 0.7s forwards 0.4s;
    position: relative;
    opacity: 0;
    z-index: 2;
}.academic_experienceid .career_containerid {
    font-style: italic;
    animation: slide-up 0.7s forwards 0.6s;
    color: #000000;
    opacity: 0;
    z-index: 2;
    transform: translateY(30px);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.7;
    position: relative;
}@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.academic_experienceid .career_containerid::after {
    right: 0;
    bottom: -50px;
    font-size: 6rem;
    color: rgb(123,169,138,0.5);
    content: "";
    position: absolute;
    font-family: serif;
    opacity: 0.4;
    z-index: -1;
}@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.academic_experienceid .edu_testimonialsid:hover .main_imageid {
    animation: floating 6s ease-in-out infinite;
}

@media (max-width: 1100px) {.academic_experienceid .edu_testimonialsid {
    align-items: center;
    flex-direction: column;
}.academic_experienceid .main_imageid {
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    position: relative;
    height: 320px;
    left: auto;
    margin-bottom: 4rem;
    width: 250px;
}.academic_experienceid .work_areaid {
    margin-left: 0;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
    padding: 2rem;
    width: 100%;
}}.contactid {
    background: linear-gradient(135deg, rgb(212,227,215) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.contactid::before {
    height: 100%;
    content: "";
    width: 100%;
    animation: gridMove 20s linear infinite;
    position: absolute;
    background-size: 20px 20px, 20px 20px;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(168,199,177), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(123,169,138), 0.04) 50%, transparent 100%);
    top: 0;
    left: 0;
}.contactid::after {
    top: 0;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    width: 100%;
    position: absolute;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(168,199,177), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(123,169,138), 0.15) 0%, 
        transparent 50%
    );
    content: "";
    left: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contactid .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.contactid h2 {
    font-size: 38px;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.contactid h2::after {
    background: linear-gradient(90deg, rgb(168,199,177), rgb(123,169,138));
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-radius: 1.5px;
    bottom: -15px;
    width: 80px;
    height: 3px;
}.contactid .query_gridid {
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    display: grid;
    margin-top: 60px;
}.contactid .query_gridid::before {
    position: absolute;
    width: 100%;
    top: -8px;
    left: -8px;
    content: "";
    border-radius: 12px;
    height: 100%;
    border: 1px solid rgba(rgb(168,199,177), 0.2);
    z-index: -1;
}.contactid .query_gridid::after {
    content: "";
    bottom: -8px;
    height: 100%;
    position: absolute;
    width: 100%;
    border: 1px solid rgba(rgb(123,169,138), 0.2);
    z-index: -1;
    border-radius: 12px;
    right: -8px;
}.contactid .main_imageid {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    min-height: 550px;
    position: relative;
    height: 100%;
    overflow: hidden;
}.contactid .main_imageid::before {
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    width: 100%;
    content: "";
    left: 0;
}.contactid .main_imageid::after {
    top: 20px;
    content: "";
    z-index: 2;
    height: 60px;
    right: 20px;
    width: 60px;
    position: absolute;
    border-top: 2px solid rgba(rgb(168,199,177), 0.6);
    border-right: 2px solid rgba(rgb(168,199,177), 0.6);
}.contactid .reach_requestid {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    position: relative;
}.contactid .reach_requestid::before {
    height: 60px;
    width: 60px;
    border-left: 2px solid rgba(rgb(123,169,138), 0.6);
    left: 20px;
    position: absolute;
    content: "";
    bottom: 20px;
    border-bottom: 2px solid rgba(rgb(123,169,138), 0.6);
}.contactid form {
    width: 100%;
}.contactid form h3 {
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    padding-left: 20px;
    color: #ffffff;
    font-size: 18px;
}.contactid form h3::before {
    left: 0;
    width: 3px;
    background: rgb(168,199,177);
    border-radius: 10px;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
}.contactid form input[type="text"] {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 25px;
    padding: 18px 25px;
    width: 100%;
    font-size: 13px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}.contactid form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(168,199,177), 0.2);
    border-color: rgb(168,199,177);
    background: rgba(255, 255, 255, 0.08);
    outline: none;
}.contactid form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contactid .inquiry_sectionid {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contactid .inquiry_sectionid input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contactid .inquiry_sectionid label {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    padding-left: 35px;
    line-height: 1.5;
    cursor: pointer;
}.contactid .inquiry_sectionid label::before {
    height: 22px;
    border-radius: 10px;
    left: 0;
    top: 2px;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    content: "";
    width: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}.contactid .inquiry_sectionid input[type="checkbox"]:checked + label::before {
    border-color: rgb(168,199,177);
    background: rgb(168,199,177);
}.contactid .inquiry_sectionid input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    left: 8px;
    width: 6px;
    position: absolute;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    content: "";
    top: 6px;
}.contactid .inquiry_sectionid label a {
    color: rgb(168,199,177);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
}.contactid .inquiry_sectionid label a:hover {
    color: rgb(123,169,138);
}.contactid form .support_inquiryid {
    border-radius: 10px;
    transition: all 0.4s ease;
    font-weight: 600;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 16px 40px;
    background: linear-gradient(45deg, rgb(168,199,177), rgb(123,169,138));
    z-index: 1;
    color: #ffffff;
    border: none;
}.contactid form .support_inquiryid::before {
    width: 100%;
    transition: all 0.4s ease;
    z-index: -1;
    top: 0;
    background: linear-gradient(45deg, rgb(123,169,138), rgb(168,199,177));
    position: absolute;
    left: -100%;
    height: 100%;
    content: "";
}.contactid form .support_inquiryid:hover::before {
    left: 0;
}.contactid form .support_inquiryid:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contactid svg {
    width: 22px;
    height: 22px;
    fill: rgb(168,199,177);
}.contactid svg path {
    fill: rgb(168,199,177);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contactid {
    padding: 90px 0;
}.contactid .query_gridid {
    grid-template-columns: 1fr;
    gap: 40px;
}.contactid .main_imageid {
    min-height: 400px;
}.contactid .reach_requestid {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contactid {
    padding: 70px 0;
}.contactid h2 {
    font-size: calc(38px * 0.9);
}.contactid .main_imageid {
    min-height: 350px;
}.contactid .main_imageid::after,
    .contactid .reach_requestid::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.contactid {
    padding: 50px 0;
}.contactid h2 {
    font-size: calc(38px * 0.8);
}.contactid .query_gridid {
    margin-top: 40px;
}.contactid .main_imageid {
    min-height: 250px;
}.contactid .reach_requestid {
    padding: 30px 20px;
}.contactid form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contactid form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contactid form .support_inquiryid {
    padding: 15px 20px;
    width: 100%;
}}.title_sectionid {
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(212,227,215) 0%, rgba(240, 248, 255, 0.95) 100%);
    display: flex;
    position: relative;
}.title_sectionid::before {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 50.5%, transparent 50.5%);
    bottom: 0;
    opacity: 0.5;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    background-size: 60px 60px;
}.title_sectionid .teach_styleid {
    z-index: 2;
    max-width: 1400px;
    grid-template-columns: 1fr 1fr;
    position: relative;
    display: grid;
    gap: 3rem;
    padding: 2rem;
    margin: 0 auto;
    width: 100%;
}.title_sectionid .editorial_boxid {
    position: relative;
    transform: perspective(1000px) translateZ(0);
    display: flex;
    will-change: transform;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    justify-content: center;
}.title_sectionid .editorial_boxid::before {
    top: -60px;
    content: "";
    height: 120px;
    position: absolute;
    background: rgba(var(--primary-color-rgb, 94, 170, 168), 0.15);
    width: 120px;
    animation: floatElement 8s ease-in-out infinite alternate;
    border-radius: 20% 80% 40% 60% / 60% 30% 70% 40%;
    left: -40px;
    z-index: -1;
}.title_sectionid .editorial_boxid::after {
    border-radius: 60% 40% 30% 70% / 40% 50% 50% 60%;
    right: 20%;
    height: 80px;
    content: "";
    width: 80px;
    animation: floatElement 6s 1s ease-in-out infinite alternate;
    bottom: -40px;
    z-index: -1;
    position: absolute;
    background: rgba(var(--secondary-color-rgb, 255, 186, 8), 0.15);
}.title_sectionid .editorial_boxid h1 {
    margin-bottom: 1.5rem;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    font-size: clamp(2rem, 5vw, 35px);
    position: relative;
    font-weight: 700;
    line-height: 1.2;
}.title_sectionid .editorial_boxid h1::after {
    height: 4px;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -15px;
    left: 0;
    width: 80px;
    background: var(--primary-color, rgb(94, 170, 168));
    content: "";
    transform-origin: left;
    position: absolute;
}.title_sectionid .start_entryid {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    align-items: flex-start;
}.title_sectionid .start_entryid svg {
    margin-bottom: 1.5rem;
    height: 80px;
    transform: rotate(-5deg);
    width: 80px;
    filter: drop-shadow(0 5px 15px rgba(var(--primary-color-rgb, 94, 170, 168), 0.3));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.title_sectionid .start_entryid svg:hover {
    transform: rotate(0) scale(1.05);
}.title_sectionid .start_entryid svg path {
    fill: var(--primary-color, rgb(94, 170, 168));
    transition: fill 0.3s ease;
}.title_sectionid .start_entryid svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title_sectionid .start_entryid p {
    max-width: 540px;
    color: #000000;
    font-size: clamp(1rem, 2vw, 14px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    transform: translateX(0);
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.6;
}.title_sectionid ul {
    list-style: none;
    padding: 0;
    transition: opacity 0.4s ease 0.2s;
    margin: 0;
}.title_sectionid ul li {
    margin-bottom: 1rem;
}.title_sectionid .support_inquiryid {
    padding: 0.9rem 2rem;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 2;
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 20px;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 5px 20px rgba(var(--primary-color-rgb, 94, 170, 168), 0.3);
    color: #ffffff;
    transform: translateY(0);
    background: linear-gradient(135deg, var(--primary-color, rgb(94, 170, 168)) 0%, rgba(94, 170, 168, 0.85) 100%);
}.title_sectionid .support_inquiryid::before {
    transform: translateX(-100%) skewX(-30deg);
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.title_sectionid .support_inquiryid:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb, 94, 170, 168), 0.4);
}.title_sectionid .support_inquiryid:hover::before {
    transform: translateX(100%) skewX(-30deg);
}.title_sectionid .main_imageid {
    will-change: transform;
    border-radius: 8px;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    aspect-ratio: 4/3;
    width: 100%;
    overflow: hidden;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.1),
        5px 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.title_sectionid .main_imageid::before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(
        135deg, 
        rgba(var(--primary-color-rgb, 94, 170, 168), 0.2) 0%, 
        rgba(var(--primary-color-rgb, 94, 170, 168), 0) 50%
    );
}.title_sectionid .main_imageid::after {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
}.title_sectionid:hover .main_imageid {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.title_sectionid:hover .editorial_boxid h1 {
    transform: translateY(-5px);
}.title_sectionid:hover .editorial_boxid h1::after {
    transform: scaleX(1.3);
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    100% {
        transform: translate(10px, 10px) rotate(5deg);
    }
}

@media (max-width: 992px) {.title_sectionid .teach_styleid {
    gap: 2rem;
    grid-template-columns: 1fr;
}.title_sectionid .editorial_boxid {
    align-items: center;
    order: 2;
    text-align: center;
}.title_sectionid .editorial_boxid h1::after {
    transform: translateX(-50%);
    left: 50%;
}.title_sectionid .start_entryid p {
    max-width: 100%;
}.title_sectionid .main_imageid {
    order: 1;
    margin: 0 auto;
    max-width: 600px;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}
}

@media (max-width: 768px) {.title_sectionid {
    padding: 3rem 0;
}.title_sectionid .teach_styleid {
    padding: 1rem;
}.title_sectionid .editorial_boxid h1 {
    font-size: 1.8rem;
}.title_sectionid .start_entryid svg {
    height: 60px;
    width: 60px;
}.title_sectionid .main_imageid {
    aspect-ratio: 3/2;
}
}

@media (max-width: 576px) {.title_sectionid .editorial_boxid h1 {
    font-size: 1.5rem;
}.title_sectionid .start_entryid p {
    font-size: 0.95rem;
}.title_sectionid .support_inquiryid {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
}
}

@media (hover: none) {.title_sectionid .support_inquiryid:hover {
    transform: translateY(0);
}.title_sectionid:hover .main_imageid,
    .title_sectionid:hover .editorial_boxid h1 {
    transform: none;
}
}

@media (prefers-reduced-motion) {.title_sectionid .main_imageid,
    .title_sectionid .editorial_boxid,
    .title_sectionid .editorial_boxid h1,
    .title_sectionid .start_entryid svg,
    .title_sectionid .support_inquiryid {
    transition: none;
}@keyframes floatElement {
        0%, 100% {
            transform: none;
        }
    }
}.cookie_warning_noticeid {
    position: fixed;
    z-index: 1050;
    overflow: hidden;
    left: 50%;
    width: 90%;
    border-radius: 13px;
    background: #ffffff;
    transform: translateX(-50%);
    font-family: Arial, sans-serif;
    bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 500px;
}.cookie_listid {
    display: flex;
    padding: 20px;
    align-items: center;
    flex-direction: column;
}.cookie_hideid {
    margin-bottom: 20px;
}.cookie_hideid svg, .cookie_hideid svg path, .cookie_hideid img {
    height: 60px;
    width: 60px;
    fill: rgb(168,199,177);
}.cookie_warning_noticeid h5 {
    text-align: center;
    color: rgb(168,199,177);
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}.cookie_warning_noticeid p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
    color: #000000;
}.track_prefsid {
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    background: rgb(168,199,177);
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    margin: 5px;
    width: calc(50% - 10px);
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.track_prefsid:hover {
    background: rgb(123,169,138);
}.cookie_button.cookie_frameid {
    background: rgb(123,169,138);
}.cookie_button.cookie_frameid:hover {
    background: rgb(123,169,138,0.5);
}.cookie_warning_noticeid p a {
    color: rgb(168,199,177);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.cookie_warning_noticeid p a:hover {
    color: rgb(123,169,138);
}#bannerCookieNoticeid {
    display: none;
}#bannerCookieNoticeid:checked ~ .cookie_warning_noticeid {
    visibility: hidden;
    opacity: 0;
}.data_overviewid {
    z-index: 1;
    position: relative;
    padding: 120px 0;
    background-color: #ffffff;
    overflow: hidden;
}.data_overviewid::before {
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(123,169,138,0.5) 100%);
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
}.data_overviewid::after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20px 20px, rgb(168,199,177,0.5) 0, rgba(0, 0, 0, 0) 50px),
        radial-gradient(circle at 80% 80%, rgb(123,169,138,0.5) 0, rgba(0, 0, 0, 0) 100px);
    content: "";
    left: 0;
}.data_overviewid .container {
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.data_overviewid h2 {
    position: relative;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(168,199,177), #000000, rgb(123,169,138));
    -webkit-text-fill-color: transparent;
    color: #000000;
    text-align: center;
    background-clip: text !important;
    font-weight: 700;
    text-fill-color: transparent;
    font-size: 40px;
    margin-bottom: 80px;
}.data_overviewid h2::after {
    left: 50%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(168,199,177), rgb(123,169,138));
    height: 3px;
    bottom: -20px;
    transform: translateX(-50%);
    width: 60px;
}.data_overviewid ul {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    display: grid;
    margin: 0;
    list-style: none;
}.data_overviewid .statistics_perksid {
    padding: 30px 20px;
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    aspect-ratio: 1/1;
    text-align: center;
    justify-content: center;
}.data_overviewid .statistics_perksid::before {
    inset: 2px;
    content: "";
    z-index: -1;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}.data_overviewid .statistics_perksid:hover {
    z-index: 10;
    background: rgba(rgb(168,199,177,0.5), 0.3);
    transform: translateY(-10px);
}.data_overviewid .statistics_perksid p {
    line-height: 1;
    color: #000000;
    font-size: 2.5rem;
    margin: 0 0 10px;
    font-weight: 700;
    position: relative;
}.data_overviewid .statistics_perksid span {
    font-size: calc(18px * 0.85);
    max-width: 100%;
    line-height: 1.3;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
}.data_overviewid svg {
    height: 24px;
    top: 10px;
    position: absolute;
    transition: all 0.3s ease;
    fill: rgb(168,199,177);
    width: 24px;
    opacity: 0.4;
    right: 10px;
}.data_overviewid svg path {
    fill: rgb(168,199,177);
}.data_overviewid .statistics_perksid:hover svg {
    transform: rotate(15deg) scale(1.2);
    opacity: 0.8;
}.data_overviewid ul:has(.statistics_perksid:only-child) {
    justify-content: center;
    display: flex;
}.data_overviewid ul:has(.statistics_perksid:only-child) .statistics_perksid {
    margin: 0 auto;
    width: 250px;
    height: 250px;
}.data_overviewid ul:has(.statistics_perksid:only-child) .statistics_perksid p {
    font-size: 3.5rem;
}.data_overviewid ul:has(.statistics_perksid:only-child) .statistics_perksid span {
    font-size: 18px;
}.data_overviewid ul:has(.statistics_perksid:nth-child(2):last-child) {
    max-width: 600px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
}.data_overviewid ul:has(.statistics_perksid:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.data_overviewid ul:has(.statistics_perksid:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.data_overviewid ul:has(.statistics_perksid:nth-child(5):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.data_overviewid ul:has(.statistics_perksid:nth-child(5):last-child) .statistics_perksid:nth-child(5) {
    grid-column: 2;
}.data_overviewid ul:has(.statistics_perksid:nth-child(6):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.data_overviewid ul:has(.statistics_perksid:nth-child(7):last-child),
.data_overviewid ul:has(.statistics_perksid:nth-child(8):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.data_overviewid ul:has(.statistics_perksid:nth-child(9):last-child),
.data_overviewid ul:has(.statistics_perksid:nth-child(10):last-child) {
    grid-template-columns: repeat(5, 1fr);
}

@media screen and (min-width: 1441px) {.data_overviewid {
    padding: 150px 0;
}.data_overviewid h2 {
    margin-bottom: 100px;
    font-size: calc(40px * 1.2);
}.data_overviewid .statistics_perksid p {
    font-size: 3rem;
}
}

@media screen and (max-width: 1200px) {.data_overviewid {
    padding: 100px 0;
}.data_overviewid ul:has(.statistics_perksid:nth-child(7):last-child),
    .data_overviewid ul:has(.statistics_perksid:nth-child(8):last-child),
    .data_overviewid ul:has(.statistics_perksid:nth-child(9):last-child),
    .data_overviewid ul:has(.statistics_perksid:nth-child(10):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.data_overviewid .statistics_perksid p {
    font-size: 2.2rem;
}
}

@media screen and (max-width: 991px) {.data_overviewid {
    padding: 80px 0;
}.data_overviewid h2 {
    font-size: calc(40px * 0.9);
    margin-bottom: 60px;
}.data_overviewid ul {
    grid-template-columns: repeat(2, 1fr);
}.data_overviewid ul:has(.statistics_perksid:nth-child(3):last-child),
    .data_overviewid ul:has(.statistics_perksid:nth-child(4):last-child),
    .data_overviewid ul:has(.statistics_perksid:nth-child(5):last-child),
    .data_overviewid ul:has(.statistics_perksid:nth-child(6):last-child),
    .data_overviewid ul:has(.statistics_perksid:nth-child(7):last-child),
    .data_overviewid ul:has(.statistics_perksid:nth-child(8):last-child),
    .data_overviewid ul:has(.statistics_perksid:nth-child(9):last-child),
    .data_overviewid ul:has(.statistics_perksid:nth-child(10):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.data_overviewid ul:has(.statistics_perksid:nth-child(5):last-child) .statistics_perksid:nth-child(5) {
    grid-column: auto;
}.data_overviewid .statistics_perksid {
    padding: 20px;
}.data_overviewid .statistics_perksid p {
    font-size: 2rem;
}
}

@media screen and (max-width: 767px) {.data_overviewid {
    padding: 70px 0;
}.data_overviewid h2 {
    margin-bottom: 50px;
    font-size: calc(40px * 0.8);
}.data_overviewid ul:has(.statistics_perksid:nth-child(n+1):nth-child(-n+10)) {
    max-width: 300px;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 0 auto;
}.data_overviewid .statistics_perksid {
    min-height: 150px;
    aspect-ratio: 1/1;
}.data_overviewid ul:has(.statistics_perksid:only-child) .statistics_perksid {
    height: 200px;
    width: 200px;
}
}

@media screen and (max-width: 480px) {.data_overviewid {
    padding: 60px 0;
}.data_overviewid h2 {
    margin-bottom: 40px;
    font-size: calc(40px * 0.7);
}.data_overviewid h2::after {
    bottom: -15px;
    width: 40px;
}.data_overviewid ul {
    gap: 25px;
}.data_overviewid .statistics_perksid {
    min-height: 130px;
}.data_overviewid .statistics_perksid p {
    font-size: 1.8rem;
}.data_overviewid .statistics_perksid span {
    font-size: calc(18px * 0.8);
}.data_overviewid ul:has(.statistics_perksid:only-child) .statistics_perksid {
    height: 180px;
    width: 180px;
}.data_overviewid ul:has(.statistics_perksid:only-child) .statistics_perksid p {
    font-size: 2.8rem;
}.data_overviewid svg {
    width: 20px;
    height: 20px;
}}header {
    padding: 0;
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    z-index: 100;
    width: 100%;
    background: linear-gradient(to right, #ffffff, rgb(212,227,215));
}header::before {
    position: absolute;
    content: '';
    left: 0;
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
}header::after {
    content: '';
    background: linear-gradient(to bottom, rgb(168,199,177), rgb(123,169,138));
    left: 0;
    width: 5px;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}header .container {
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 2;
    padding: 0;
}header .nav_mainid {
    display: flex;
    margin-left: 5px;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 3%;
}header .main_pagebarid {
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}header .main_pagebarid:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .main_pagebarid svg {
    width: 140px;
    transition: all 0.3s ease;
    height: auto;
}header .nav_siteid {
    position: relative;
    padding: 0.4rem 0.6rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    gap: 0.4rem;
    align-items: center;
}header .nav_siteid::before {
    right: -2px;
    bottom: -2px;
    top: -2px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(168,199,177,0.5), rgb(123,169,138,0.5));
    content: '';
    opacity: 0.5;
    left: -2px;
    position: absolute;
    border-radius: calc(10px + 2px);
}header .head_tutorid {
    background: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 400;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1;
    padding: 0.4rem 0.7rem;
}header .head_tutorid::before {
    top: 0;
    background: linear-gradient(45deg, rgb(168,199,177,0.5), rgb(123,169,138,0.5));
    opacity: 0;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    z-index: -1;
}header .head_tutorid:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    transform: translateY(-2px);
}header .head_tutorid:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .nav_mainid {
    padding: 0.8rem 2.5%;
}header .main_pagebarid svg {
    width: 130px;
}header .nav_siteid {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .head_tutorid {
    padding: 0.35rem 0.6rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .nav_mainid {
    align-items: flex-start;
    padding: 0.8rem 2%;
    gap: 0.7rem;
    margin-left: 3px;
    flex-direction: column;
}header .main_pagebarid {
    padding: 0.4rem;
}header .main_pagebarid svg {
    width: 120px;
}header .nav_siteid {
    width: 98%;
    padding: 0.4rem;
    overflow-x: auto;
    justify-content: flex-start;
}header .nav_siteid::-webkit-scrollbar {
    height: 2px;
}header .nav_siteid::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(168,199,177);
}header .head_tutorid {
    padding: 0.3rem 0.5rem;
    white-space: nowrap;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .nav_mainid {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .main_pagebarid svg {
    width: 110px;
}header .nav_siteid {
    padding: 0.3rem;
}header .head_tutorid {
    font-size: calc(15px - 2px);
    padding: 0.3rem 0.4rem;
}}.course_structureid {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,227,215) 0%, rgba(245, 247, 250, 0.95) 100%);
}.course_structureid::before {
    height: 250px;
    background: linear-gradient(225deg, rgb(168,199,177) 0%, rgb(168,199,177,0.5) 70%);
    transform: rotate(15deg);
    content: "";
    opacity: 0.1;
    z-index: 0;
    position: absolute;
    width: 250px;
    animation: float 12s ease-in-out infinite;
    right: -5%;
    top: -5%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.course_structureid::after {
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 0;
    bottom: -3%;
    transform: rotate(-15deg);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    opacity: 0.1;
    content: "";
    animation: float 15s ease-in-out infinite reverse;
    left: -3%;
    background: linear-gradient(135deg, rgb(123,169,138) 0%, rgb(123,169,138,0.5) 80%);
}.course_structureid .container {
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.course_structureid h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 3rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #000000;
    position: relative;
}.course_structureid h2::after {
    width: 80px;
    content: "";
    bottom: -0.75rem;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(168,199,177) 0%, rgb(123,169,138) 100%);
    left: 50%;
    transform: translateX(-50%);
}.course_structureid h2:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.course_structureid .learn_mapid {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    overflow: hidden;
    display: grid;
    border-radius: 5px;
    background: #ffffff;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.course_structureid .learn_mapid:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.course_structureid .main_imageid {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    overflow: hidden;
    transform: scale(1);
    height: 350px;
}.course_structureid .main_imageid::after {
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
}.course_structureid .main_imageid:hover {
    transform: scale(1.03);
}.course_structureid .editorial_boxid {
    padding: 2rem 2.5rem 2.5rem;
    position: relative;
}.course_structureid .editorial_boxid::before {
    transform: translateX(-50%);
    width: 90%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(123,169,138,0.5), transparent);
    top: 0;
    position: absolute;
    left: 50%;
    height: 1px;
}.course_structureid .description {
    color: #000000;
    overflow-y: auto;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    max-height: 340px;
    position: relative;
    font-size: 12px;
    padding-right: 15px;
}.course_structureid .description:last-child {
    margin-bottom: 0;
}.course_structureid .description::-webkit-scrollbar {
    width: 4px;
}.course_structureid .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(212,227,215);
}.course_structureid .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(168,199,177,0.5);
}.course_structureid .description::-webkit-scrollbar-thumb:hover {
    background: rgb(168,199,177);
}.course_structureid .description::first-letter {
    color: rgb(168,199,177);
    font-weight: 600;
    font-size: 1.5em;
}

@media (min-width: 768px) {.course_structureid {
    padding: 6rem 0;
}.course_structureid .learn_mapid {
    grid-template-columns: 1fr 1.5fr;
    gap: 0;
}.course_structureid .main_imageid {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.course_structureid .editorial_boxid {
    padding: 3rem 3.5rem;
}.course_structureid .editorial_boxid::before {
    width: 1px;
    height: 90%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, transparent, rgb(123,169,138,0.5), transparent);
}.course_structureid h2 {
    margin-bottom: 4rem;
    font-size: calc(36px * 1.1);
}.course_structureid .description {
    max-height: 400px;
    column-gap: 2.5rem;
    columns: 2;
}
}

@media (min-width: 992px) {.course_structureid {
    padding: 7rem 0;
}.course_structureid h2 {
    font-size: calc(36px * 1.2);
}.course_structureid .learn_mapid {
    grid-template-columns: 1fr 2fr;
}.course_structureid .description {
    line-height: 1.85;
    font-size: calc(12px * 1.05);
    max-height: 450px;
}
}

@media (min-width: 1200px) {.course_structureid .description {
    columns: 2;
    column-gap: 3rem;
}
}

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

@media (prefers-reduced-motion: reduce) {.course_structureid::before,
    .course_structureid::after {
    animation: none;
}.course_structureid .learn_mapid:hover {
    transform: none;
}.course_structureid .main_imageid:hover {
    transform: none;
}.course_structureid h2:hover {
    transform: none;
}}footer {
    width: 100%;
    position: relative;
}footer .footer_accountid {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    background-color: #2c3e50;
    padding: 100px 0 30px;
}footer .footer_accountid::before {
    background-size: 60px 60px;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    top: 0;
    content: "";
    opacity: 0.1;
}footer .cert_blockid {
    position: relative;
    z-index: 1;
}footer .submit_requestid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: -70px auto 60px;
    position: relative;
    display: grid;
    gap: 15px;
}footer .info_item {
    height: 100px;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 0 20px;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    left: 0;
    width: 6px;
    height: 50%;
    background-color: rgb(168,199,177);
    transition: height 0.3s ease, top 0.3s ease;
    position: absolute;
    top: 25%;
    content: "";
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    width: 22px;
    z-index: 1;
    fill: rgb(168,199,177);
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    color: #2c3e50;
}footer .info_item a:hover {
    color: rgb(168,199,177);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
    position: relative;
}footer .head_learnid, footer .subscribe_holder {
    padding: 30px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 23px;
}footer .head_learnid:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .nav_siteid {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .head_learnid svg {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
    width: auto;
}footer .biz_learningsid {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .nav_siteid h5 {
    padding-bottom: 10px;
    grid-column: 1 / -1;
    font-size: 20px;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
}footer .nav_siteid h5::after {
    position: absolute;
    width: 50px;
    bottom: 0;
    height: 2px;
    left: 0;
    background-color: rgb(168,199,177);
    content: "";
}footer .main_baseid {
    height: 100%;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
}footer .main_baseid:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}footer .main_baseid a {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 15px;
    text-decoration: none;
}footer .main_baseid a:last-child {
    border-bottom: none;
}footer .main_baseid a::before {
    opacity: 0;
    content: "→";
    transform: translateX(-10px);
    right: 0;
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
}footer .main_baseid a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .main_baseid a:hover::before {
    opacity: 1;
    transform: translateX(0);
}footer .subscribe_holder h5 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
    padding-bottom: 10px;
}footer .subscribe_holder h5::after {
    position: absolute;
    background-color: rgb(168,199,177);
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
}footer .subscribe_holder p {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 15px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(168,199,177);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .begin_nowid {
    cursor: pointer;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    background-color: rgb(168,199,177);
    font-size: 18px;
    font-weight: 600;
}footer .begin_nowid:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(123,169,138);
}footer .converterid {
    position: relative;
    margin-top: 50px;
    text-align: center;
}footer .chrome_extid {
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .begin_nowid {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .nav_siteid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .footer_accountid {
    padding: 70px 0 30px;
}footer .submit_requestid {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .head_learnid, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_siteid h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .converterid {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .footer_accountid {
    padding: 50px 0 20px;
}footer .main_baseid {
    padding: 15px;
}footer .nav_siteid h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .input_holder input[type="email"],
    footer .begin_nowid {
    padding: 12px;
}}.training_resultsid {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(212,227,215) 30%, rgb(123,169,138,0.5) 130%);
}.training_resultsid::before {
    content: "";
    opacity: 0.07;
    pointer-events: none;
    position: absolute;
    background: rgb(168,199,177,0.5);
    height: 100%;
    z-index: 1;
    top: -30%;
    right: -10%;
    filter: blur(40px);
    width: 50%;
    transform: rotate(-15deg) skew(10deg);
}.training_resultsid::after {
    filter: blur(30px);
    width: 35%;
    background: rgb(123,169,138,0.5);
    opacity: 0.05;
    transform: rotate(25deg);
    content: "";
    bottom: -20%;
    position: absolute;
    height: 70%;
    left: -5%;
    z-index: 1;
}.training_resultsid h5 {
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    font-size: calc(18px * 1.1);
    margin-bottom: 3.5rem;
    opacity: 0;
    position: relative;
    color: rgb(168,199,177);
    transform: translateY(-10px);
    text-align: center;
    font-weight: 700;
}.training_resultsid h5::after {
    transform: translateX(-50%);
    bottom: -12px;
    border-radius: 2px;
    height: 3px;
    position: absolute;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(168,199,177) 0%, rgb(123,169,138) 100%);
    width: 80px;
}.training_resultsid .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.training_resultsid .teach_styleid {
    opacity: 0;
    position: relative;
    gap: 3.5rem;
    display: flex;
    animation: fadeUp 1s ease-out 0.4s forwards;
    align-items: flex-start;
    transform: translateY(20px);
}.training_resultsid .teach_styleid > div:first-child {
    flex: 0 0 40%;
    position: relative;
}.training_resultsid .main_imageid {
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    z-index: 2;
    height: auto;
    width: 100%;
    border-radius: 29px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.training_resultsid .main_imageid::after {
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    border-radius: 29px;
    background: rgb(168,199,177);
    width: 100%;
    opacity: 0.1;
    left: -20px;
    top: 20px;
}.training_resultsid .teach_styleid:hover .main_imageid {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
}.training_resultsid .editorial_boxid {
    flex: 1;
    padding-top: 1rem;
}.training_resultsid ul {
    display: grid;
    margin: 0;
    list-style: none;
    gap: 2rem 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
}.training_resultsid li {
    position: relative;
    transform: translateX(20px);
    animation: fadeIn 0.6s ease-out forwards;
    animation-delay: calc(0.6s + var(--i, 0) * 0.1s);
    opacity: 0;
}.training_resultsid li:nth-child(1) {
    --i: 1;
}.training_resultsid li:nth-child(2) {
    --i: 2;
}.training_resultsid li:nth-child(3) {
    --i: 3;
}.training_resultsid li:nth-child(4) {
    --i: 4;
}.training_resultsid li:nth-child(5) {
    --i: 5;
}.training_resultsid li p {
    padding-bottom: 0.5rem;
    color: #000000;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    font-size: calc(15px * 0.95);
    position: relative;
    margin: 0;
    gap: 0.8rem;
}.training_resultsid li p::after {
    width: 0;
    opacity: 0.5;
    content: "";
    position: absolute;
    bottom: 0;
    background: rgb(123,169,138);
    transition: width 0.4s ease;
    height: 1px;
    left: 34px;
}.training_resultsid li:hover p::after {
    width: calc(100% - 34px);
}.training_resultsid li svg {
    min-width: 24px;
    transform: scale(1);
    transition: transform 0.3s ease-out;
    margin-top: 0.1rem;
    height: 24px;
}.training_resultsid li:hover svg {
    transform: scale(1.1);
}.training_resultsid li svg path {
    fill: rgb(168,199,177);
    transition: fill 0.3s ease;
}.training_resultsid li:hover svg path {
    fill: rgb(123,169,138);
}.training_resultsid li:hover svg path:first-child {
    animation: pulse 1.5s ease-in-out infinite;
}

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

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.training_resultsid {
    padding: 5rem 0;
}.training_resultsid h5 {
    font-size: calc(18px * 1);
    margin-bottom: 2.5rem;
}.training_resultsid .teach_styleid {
    gap: 2.5rem;
    flex-direction: column;
}.training_resultsid .teach_styleid > div:first-child {
    flex: 0 0 100%;
    margin: 0 auto;
    max-width: 500px;
}.training_resultsid ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.training_resultsid .main_imageid::after {
    left: -15px;
    top: 15px;
}
}

@media (max-width: 768px) {.training_resultsid {
    padding: 4rem 0;
}.training_resultsid h5 {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.9);
    padding: 0 1.5rem;
}.training_resultsid h5::after {
    width: 60px;
    height: 2px;
}.training_resultsid .teach_styleid {
    gap: 2rem;
}.training_resultsid li p {
    font-size: calc(15px * 0.9);
}.training_resultsid .main_imageid::after {
    top: 10px;
    left: -10px;
}
}

@media (max-width: 576px) {.training_resultsid {
    padding: 3rem 0;
}.training_resultsid h5 {
    margin-bottom: 1.8rem;
    font-size: calc(18px * 0.85);
}.training_resultsid .container {
    padding: 0 15px;
}.training_resultsid li {
    padding: 0 0.5rem;
}.training_resultsid li p {
    gap: 0.6rem;
    font-size: calc(15px * 0.85);
}.training_resultsid li svg {
    min-width: 20px;
    height: 20px;
}.training_resultsid li p::after {
    left: 28px;
}.training_resultsid li:hover p::after {
    width: calc(100% - 28px);
}
}