﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}::-webkit-scrollbar {
    width: 12px;
}::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0.5em;
}::-webkit-scrollbar-thumb {
    background: repeating-radial-gradient(circle at center, rgb(231,199,154), rgb(231,199,154) 9px, rgb(217,167,107) 9px, rgb(217,167,107) 15px);
    box-shadow: 0px -4px 7px 7px rgba(0, 0, 0, 0.8);
    transition: border-radius 4.1s linear;
    border-radius: 13.2em;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(231,199,154);
    border-color: rgb(231,199,154);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 1px -3px 5px 0px rgba(0, 0, 0, 0.2);
    background: rgb(217,167,107,0.5);
}::-webkit-scrollbar-corner {
    border-radius: 8px;
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(255, 255, 255, 0.5);
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.main-teach-5 {
    flex: 1 0 auto;
}.cert-block-7 {
    flex: 0 0 auto;
}.container {
    width: 1251px;
    margin: auto;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.wrap-structure-0 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 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;
}}
.contact-panel-1 {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    background: rgb(244,228,200);
}.contact-panel-1::before {
    left: 0;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(217,167,107,0.5),
        rgb(217,167,107,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    opacity: 0.05;
    height: 100%;
    content: '';
}.contact-panel-1 .img-cell-8 {
    top: 5%;
    position: absolute;
    width: 40%;
    height: 90%;
    z-index: 1;
    border-radius: 17px 0 0 17px;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    right: 0;
}.contact-panel-1 .img-cell-8::after {
    border-radius: 17px 0 0 17px;
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(231,199,154,0.5), transparent 70%);
}.contact-panel-1 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.contact-panel-1 h3 {
    color: rgb(231,199,154);
    font-size: 35px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}.contact-panel-1 .help-panel-2 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 17px;
    background: #ffffff;
    overflow: hidden;
}.contact-panel-1 .inquiry-help-8 {
    padding: 50px;
    position: relative;
    flex: 1;
}.contact-panel-1 form h3 {
    margin-bottom: 30px;
    font-size: 21px;
    text-align: left;
    color: #000000;
    font-weight: 600;
}.contact-panel-1 input[type="text"],
.contact-panel-1 textarea {
    padding: 15px;
    color: #000000;
    font-size: 15px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}.contact-panel-1 input[type="text"]:focus,
.contact-panel-1 textarea:focus {
    border-color: rgb(231,199,154);
    outline: none;
    box-shadow: 0 0 0 2px rgb(231,199,154,0.5);
}.contact-panel-1 textarea {
    height: 150px;
    resize: none;
}.contact-panel-1 .connect-query-3 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact-panel-1 .connect-query-3 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-panel-1 .connect-query-3 label {
    cursor: pointer;
    color: #000000;
    font-size: 13px;
    position: relative;
    line-height: 1.5;
    padding-left: 30px;
}.contact-panel-1 .connect-query-3 label::before {
    top: 2px;
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    border: 2px solid rgb(217,167,107);
    height: 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact-panel-1 .connect-query-3 input[type="checkbox"]:checked + label::before {
    border-color: rgb(231,199,154);
    background: rgb(231,199,154);
}.contact-panel-1 .connect-query-3 input[type="checkbox"]:checked + label::after {
    top: 6px;
    left: 6px;
    border-width: 0 2px 2px 0;
    position: absolute;
    content: '';
    height: 10px;
    border: solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
}.contact-panel-1 .connect-query-3 a {
    color: rgb(231,199,154);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-panel-1 .connect-query-3 a:hover {
    text-decoration: underline;
}.contact-panel-1 .help-section-8 {
    font-size: 14px;
    font-weight: 600;
    border: none;
    display: inline-block;
    cursor: pointer;
    font-family: Arial, sans-serif;
    padding: 15px 40px;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(231,199,154);
}.contact-panel-1 .help-section-8:hover {
    transform: translateY(-3px);
    background: rgb(217,167,107);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.contact-panel-1 .reach-grid-2 {
    width: 35%;
    position: relative;
    padding: 50px;
    background: rgb(231,199,154);
}.contact-panel-1 .reach-grid-2::before {
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
}.contact-panel-1 .reach-grid-2 h4 {
    color: #ffffff;
    font-size: 21px;
    position: relative;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.contact-panel-1 .reach-grid-2 h4::after {
    height: 3px;
    background: #ffffff;
    position: absolute;
    width: 40px;
    left: 0;
    content: '';
    bottom: -15px;
}.contact-panel-1 .reach-card-6 {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact-panel-1 .reach-card-6 li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}.contact-panel-1 .reach-card-6 svg {
    flex-shrink: 0;
    margin-right: 15px;
    width: 22px;
    height: 22px;
}.contact-panel-1 .reach-card-6 svg path {
    fill: #ffffff;
}.contact-panel-1 .reach-card-6 span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
}.contact-panel-1 .reach-card-6 a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-panel-1 .reach-card-6 a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.contact-panel-1 .img-cell-8 {
    display: none;
}.contact-panel-1 .help-panel-2 {
    flex-direction: column;
}.contact-panel-1 .inquiry-help-8 {
    width: 100%;
}.contact-panel-1 .reach-grid-2 {
    width: 100%;
}
}

@media (max-width: 768px) {.contact-panel-1 {
    padding: 60px 0;
}.contact-panel-1 h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.contact-panel-1 .inquiry-help-8,
    .contact-panel-1 .reach-grid-2 {
    padding: 40px;
}
}

@media (max-width: 576px) {.contact-panel-1 {
    padding: 40px 0;
}.contact-panel-1 h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.contact-panel-1 .inquiry-help-8,
    .contact-panel-1 .reach-grid-2 {
    padding: 30px 20px;
}.contact-panel-1 form h3,
    .contact-panel-1 .reach-grid-2 h4 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.contact-panel-1 input[type="text"],
    .contact-panel-1 textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact-panel-1 textarea {
    height: 120px;
}.contact-panel-1 .help-section-8 {
    width: 100%;
    padding: 12px;
}.contact-panel-1 .reach-card-6 li {
    margin-bottom: 20px;
}}.course-methodology-7 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,228,200) 0%, rgba(240, 240, 245, 0.95) 100%);
    padding: 120px 0;
}.course-methodology-7::before {
    position: absolute;
    content: "";
    background: linear-gradient(145deg, rgb(231,199,154,0.5) 0%, rgb(217,167,107,0.5) 100%);
    z-index: 1;
    right: 0;
    width: 25%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    top: 0;
    height: 100%;
}.course-methodology-7::after {
    content: "";
    width: 35%;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 10px;
    transform: skewX(45deg) translateX(-10%);
    position: absolute;
    background: rgb(231,199,154);
}.course-methodology-7 .container.fast-learning-8 {
    z-index: 2;
    position: relative;
    padding: 0 25px;
    max-width: 1200px;
    margin: 0 auto;
}.course-methodology-7 .container.fast-learning-8 > div {
    padding: 50px 60px;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.course-methodology-7 .container.fast-learning-8 > div:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-methodology-7 .container.fast-learning-8 > div::before {
    width: 5px;
    height: 100%;
    content: "";
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(231,199,154), rgb(217,167,107));
}.course-methodology-7 .container.fast-learning-8 > div:hover::before {
    transform: scaleY(1);
}.course-methodology-7 h3 {
    transform: translateX(0);
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    font-size: 35px;
    font-family: Arial, sans-serif;
    margin: 0 0 30px;
    transition: transform 0.4s ease;
}.course-methodology-7 .container.fast-learning-8 > div:hover h3 {
    transform: translateX(15px);
}.course-methodology-7 h3::after {
    left: 0;
    width: 80px;
    content: "";
    position: absolute;
    transition: width 0.4s ease;
    background: rgb(217,167,107);
    bottom: 0;
    height: 3px;
}.course-methodology-7 .container.fast-learning-8 > div:hover h3::after {
    width: 120px;
}.course-methodology-7 p {
    position: relative;
    line-height: 1.7;
    margin: 0;
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
}.course-methodology-7 p span {
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
}.course-methodology-7 .container.fast-learning-8 > div:hover p span {
    transform: translateY(5px);
}

@media (max-width: 991px) {.course-methodology-7 {
    padding: 80px 0;
}.course-methodology-7 .container.fast-learning-8 > div {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 40px 35px;
}.course-methodology-7 h3 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 767px) {.course-methodology-7 {
    padding: 60px 0;
}.course-methodology-7::before {
    width: 40%;
}.course-methodology-7 .container.fast-learning-8 {
    padding: 0 15px;
}.course-methodology-7 .container.fast-learning-8 > div {
    padding: 35px 25px;
    transform: none;
}.course-methodology-7 h3 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.8);
}.course-methodology-7 p {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.course-methodology-7 {
    padding: 50px 0;
}.course-methodology-7 .container.fast-learning-8 > div {
    padding: 30px 20px;
}.course-methodology-7 h3 {
    padding-bottom: 10px;
    font-size: calc(35px * 0.7);
    margin-bottom: 15px;
}.course-methodology-7 h3::after {
    width: 60px;
    height: 2px;
}.course-methodology-7 p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.title-opener-2 {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}.title-opener-2 .main-hero-8 {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    display: flex;
    height: 100vh;
}.title-opener-2 .main-hero-8::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0,0,0,0.8) 100%);
    right: 0;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}.title-opener-2 .main-hero-8::after {
    opacity: 0.1;
    background: repeating-linear-gradient(
    -45deg,
    rgb(231,199,154,0.5),
    rgb(231,199,154,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    z-index: 2;
    animation: pulse 8s infinite alternate;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
}.title-opener-2 .principles-list-1 {
    max-width: 700px;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    transform: translateY(-2rem);
    z-index: 3;
    margin-left: 10%;
    padding: 3rem;
    opacity: 0;
    position: relative;
}.title-opener-2 .principles-list-1::before {
    width: 6px;
    content: "";
    top: 0;
    background: rgb(231,199,154);
    animation: growLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
    position: absolute;
    height: 0;
    left: -20px;
}.title-opener-2 .principles-list-1::after {
    content: "";
    position: absolute;
    background: rgb(217,167,107);
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.9s;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
}.title-opener-2 h1 {
    transition: transform 0.5s ease;
    color: #ffffff;
    transform: perspective(1000px) rotateX(0deg);
    line-height: 1.2;
    position: relative;
    font-size: clamp(2.5rem, 5vw, 41px);
    margin-bottom: 1.5rem;
    font-weight: 700;
}.title-opener-2 h1::before {
    transform-origin: left;
    position: absolute;
    background: rgb(231,199,154);
    height: 5px;
    left: 0;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.2s;
    width: 60px;
    content: "";
    bottom: -15px;
    transform: scaleX(0);
}.title-opener-2 h3 {
    animation: fadeIn 1.5s ease forwards 0.6s;
    font-size: clamp(1.25rem, 3vw, 19px);
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    opacity: 0;
    position: relative;
    max-width: 90%;
    font-weight: 600;
}.title-opener-2 p {
    opacity: 0;
    position: relative;
    border-left: 3px solid rgb(217,167,107);
    color: #ffffff;
    line-height: 1.6;
    max-width: 85%;
    font-size: clamp(1rem, 2vw, 14px);
    animation: fadeIn 1.5s ease forwards 0.9s;
    margin-top: 2rem;
    padding-left: 1rem;
}.title-opener-2 .principles-list-1:hover h1 {
    color: rgb(231,199,154);
    transform: perspective(1000px) rotateX(5deg);
}

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

@keyframes growLine {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}

@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 50%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.05;
  }
  50% {
    opacity: 0.15;
  }
  100% {
    opacity: 0.05;
  }
}

@media (max-width: 992px) {.title-opener-2 .principles-list-1 {
    margin-left: 5%;
    padding: 2rem;
}.title-opener-2 h1 {
    font-size: clamp(2rem, 6vw, 2.5rem);
}.title-opener-2 h3 {
    max-width: 100%;
}.title-opener-2 p {
    max-width: 100%;
}
}

@media (max-width: 768px) {.title-opener-2 .main-hero-8 {
    align-items: flex-start;
    padding-top: 15vh;
}.title-opener-2 .principles-list-1 {
    margin-right: 2rem;
    margin-left: 2rem;
}.title-opener-2 h1::before {
    width: 40px;
}.title-opener-2 .principles-list-1::before {
    left: -10px;
}
}

@media (max-width: 576px) {.title-opener-2 .main-hero-8 {
    padding-top: 10vh;
}.title-opener-2 .principles-list-1 {
    padding: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}.title-opener-2 h1 {
    font-size: clamp(1.75rem, 7vw, 2rem);
}.title-opener-2 h3 {
    font-size: clamp(1rem, 4vw, 1.25rem);
}.title-opener-2 p {
    font-size: clamp(0.875rem, 3vw, 1rem);
    padding-left: 0.75rem;
}.title-opener-2 .principles-list-1::before {
    width: 4px;
}}.tySpotlight-5 {
    perspective: 1000px;
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,228,200) 0%, rgba(rgb(231,199,154,0.5), 0.08) 100%);
}.tySpotlight-5::before {
    transform: rotate(-12deg);
    left: -50%;
    position: absolute;
    height: 200%;
    pointer-events: none;
    width: 200%;
    background: radial-gradient(circle at center, rgba(rgb(217,167,107,0.5), 0.03) 0%, transparent 60%);
    animation: orbital 30s infinite linear;
    opacity: 0.8;
    top: -50%;
    content: "";
}.tySpotlight-5::after {
    pointer-events: none;
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.4;
    background-size: 8rem 8rem;
    width: 100%;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(231,199,154,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(231,199,154,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(231,199,154,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(231,199,154,0.5), 0.05) 1px, transparent 2px);
}.tySpotlight-5 .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 1;
}.tySpotlight-5 .fast-learning-8 {
    gap: 2.5rem;
    flex-direction: column;
    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);
    position: relative;
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    overflow: hidden;
    transform: translateZ(0);
    padding: 3.5rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
}.tySpotlight-5 .fast-learning-8:hover {
    transform: translateZ(20px) translateY(-5px);
}.tySpotlight-5 .fast-learning-8 > div:first-child {
    transform: translateZ(10px);
    position: relative;
}.tySpotlight-5 .fast-learning-8 > div:first-child::before {
    height: 2px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    background: linear-gradient(90deg, transparent, rgb(231,199,154), transparent);
    width: 2.5rem;
    top: 50%;
    left: -3.5rem;
}.tySpotlight-5 .fast-learning-8 > div:last-child {
    position: relative;
    transform: translateZ(5px);
}.tySpotlight-5 .fast-learning-8 > div:last-child::after {
    position: absolute;
    right: -3.5rem;
    transform: translateY(-50%);
    content: "";
    width: 2.5rem;
    bottom: 2rem;
    background: linear-gradient(90deg, transparent, rgb(231,199,154), transparent);
    height: 2px;
}.tySpotlight-5 h5 {
    line-height: 1.4;
    font-size: 19px;
    margin: 0;
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    padding-left: 1.5rem;
    transition: transform 0.5s ease;
}.tySpotlight-5 h5::before {
    width: 0.5rem;
    position: absolute;
    background: rgb(231,199,154);
    box-shadow: 0 0 10px rgba(rgb(231,199,154,0.5), 0.5);
    top: 0.5rem;
    border-radius: 50%;
    height: 0.5rem;
    content: "";
    animation: pulse 3s infinite ease-in-out;
    left: 0;
}.tySpotlight-5 a {
    text-decoration: none;
    transition: transform 0.4s ease-out;
    display: block;
}.tySpotlight-5 a:hover {
    transform: translateX(5px);
}.tySpotlight-5 p {
    line-height: 1.8;
    color: #000000;
    position: relative;
    padding: 0 0 0 1.5rem;
    margin: 0;
    border-left: 1px solid rgba(rgb(231,199,154,0.5), 0.2);
    font-weight: 400;
    font-size: 13px;
}

@media (min-width: 768px) {.tySpotlight-5 {
    padding: 8rem 0;
}.tySpotlight-5 .fast-learning-8 {
    padding: 4.5rem;
    gap: 3rem;
}.tySpotlight-5 h5 {
    padding-left: 2rem;
    font-size: calc(19px * 1.1);
}.tySpotlight-5 p {
    font-size: calc(13px * 1.05);
    padding: 0 0 0 2rem;
}.tySpotlight-5 .fast-learning-8 > div:first-child::before {
    width: 4rem;
}.tySpotlight-5 .fast-learning-8 > div:last-child::after {
    width: 4rem;
}
}

@media (min-width: 992px) {.tySpotlight-5 {
    padding: 10rem 0;
}.tySpotlight-5 .fast-learning-8 {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.tySpotlight-5 .fast-learning-8 > div:first-child {
    flex: 0 0 40%;
}.tySpotlight-5 .fast-learning-8 > div:last-child {
    flex: 0 0 60%;
}.tySpotlight-5 .fast-learning-8 > div:first-child::before {
    top: 50%;
    background: linear-gradient(to bottom, transparent, rgb(231,199,154), transparent);
    height: 3rem;
    width: 2px;
    right: -2rem;
    left: auto;
}.tySpotlight-5 .fast-learning-8 > div:last-child::after {
    bottom: 2rem;
    background: linear-gradient(to bottom, transparent, rgb(231,199,154), transparent);
    right: auto;
    width: 2px;
    height: 3rem;
    left: -2rem;
}
}

@media (min-width: 1200px) {.tySpotlight-5 .fast-learning-8 {
    gap: 5rem;
    padding: 5rem;
}.tySpotlight-5 h5 {
    font-size: calc(19px * 1.2);
}.tySpotlight-5 p {
    font-size: calc(13px * 1.1);
}
}

@media (max-width: 767px) {.tySpotlight-5 {
    padding: 4rem 0;
}.tySpotlight-5 .fast-learning-8 {
    padding: 2.5rem;
    gap: 2rem;
}.tySpotlight-5 h5 {
    font-size: calc(19px * 0.95);
}.tySpotlight-5 .fast-learning-8 > div:first-child::before,
    .tySpotlight-5 .fast-learning-8 > div:last-child::after {
    display: none;
}}

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

@keyframes orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}header {
    width: 100%;
    z-index: 99;
    overflow: visible;
    background: rgb(244,228,200);
    position: relative;
}header::before {
    opacity: 0.15;
    top: 0;
    background: linear-gradient(90deg, rgb(231,199,154,0.5) 0%, transparent 50%, rgb(231,199,154,0.5) 100%);
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
}header .nav-mainbar-9 {
    display: grid;
    grid-template-rows: auto auto;
    position: relative;
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 15px;
}header .nav-mainbar-9::after {
    left: 0;
    position: absolute;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(231,199,154,0.5), transparent);
    top: 50%;
    width: 100%;
}header .nav-mainbar-9 .nav-sitewrap-3 {
    padding: 5px 20px 15px;
    z-index: 10;
    position: relative;
    justify-self: center;
}header .nav-mainbar-9 .nav-sitewrap-3::before,
header .nav-mainbar-9 .nav-sitewrap-3::after {
    height: 90%;
    position: absolute;
    width: 90%;
    border-radius: 13px;
    content: "";
}header .nav-mainbar-9 .nav-sitewrap-3::before {
    border-top: 2px solid rgb(231,199,154);
    transition: transform 0.3s ease;
    border-left: 2px solid rgb(231,199,154);
    top: -5px;
    transform: scale(0);
    left: -5px;
    transform-origin: top left;
}header .nav-mainbar-9 .nav-sitewrap-3::after {
    transform: scale(0);
    transition: transform 0.3s ease;
    border-bottom: 2px solid rgb(217,167,107);
    border-right: 2px solid rgb(217,167,107);
    bottom: -5px;
    transform-origin: bottom right;
    right: -5px;
}header .nav-mainbar-9 .nav-sitewrap-3:hover::before,
header .nav-mainbar-9 .nav-sitewrap-3:hover::after {
    transform: scale(1);
}header .nav-mainbar-9 .nav-sitewrap-3 .header-train-8 {
    transition: transform 0.3s ease;
    display: block;
}header .nav-mainbar-9 .nav-sitewrap-3 .header-train-8 svg {
    width: auto;
    height: 60px;
}header .nav-mainbar-9 .top-header-1 {
    margin: 0;
    padding: 20px 0 10px;
    position: relative;
    list-style: none;
    background: linear-gradient(180deg, transparent, rgb(217,167,107) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}header .nav-mainbar-9 .top-header-1::before,
header .nav-mainbar-9 .top-header-1::after {
    content: "";
    background: rgb(231,199,154,0.5);
    position: absolute;
    height: 70%;
    top: 15%;
    width: 2px;
}header .nav-mainbar-9 .top-header-1::before {
    left: 0;
}header .nav-mainbar-9 .top-header-1::after {
    right: 0;
}header .nav-mainbar-9 .top-header-1 .header-lead-9 {
    position: relative;
    transition: transform 0.3s ease;
    padding: 0 15px;
    margin: 0;
}header .nav-mainbar-9 .top-header-1 .header-lead-9:not(:last-child)::after {
    right: 0;
    width: 1px;
    content: "";
    position: absolute;
    height: 60%;
    background: rgb(217,167,107,0.5);
    top: 20%;
}header .nav-mainbar-9 .top-header-1 .header-lead-9:hover {
    transform: translateY(-3px);
}header .nav-mainbar-9 .top-header-1 .header-lead-9 a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 10px 5px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    transition: color 0.3s ease;
    font-weight: 600;
    text-align: center;
    color: #000000;
}header .nav-mainbar-9 .top-header-1 .header-lead-9 a:hover {
    color: rgb(231,199,154);
}header .nav-mainbar-9 .top-header-1 .header-lead-9 a::before {
    background: rgb(217,167,107);
    width: 100%;
    bottom: 5px;
    height: 2px;
    left: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    position: absolute;
    content: "";
}header .nav-mainbar-9 .top-header-1 .header-lead-9 a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .nav-mainbar-9 {
    padding: 15px 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .nav-mainbar-9 .top-header-1 {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .nav-mainbar-9 {
    gap: 10px;
    padding: 15px;
    grid-template-rows: auto auto;
}header .nav-mainbar-9 .nav-sitewrap-3 {
    padding: 5px 10px;
}header .nav-mainbar-9 .nav-sitewrap-3 .header-train-8 svg {
    height: 45px;
}header .nav-mainbar-9 .top-header-1 {
    padding: 15px 0 10px;
}header .nav-mainbar-9 .top-header-1 .header-lead-9 {
    padding: 0 10px;
}header .nav-mainbar-9 .top-header-1 .header-lead-9 a {
    font-size: calc(16px - 1px);
    padding: 8px 3px;
}
}

@media (max-width: 767px) {header .nav-mainbar-9 .top-header-1 {
    flex-wrap: wrap;
    justify-content: center;
}header .nav-mainbar-9 .top-header-1 .header-lead-9 {
    margin: 3px 0;
}header .nav-mainbar-9 .top-header-1 .header-lead-9:not(:last-child)::after {
    display: none;
}}.tariff-plan-7 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.tariff-plan-7::before {
    top: 0;
    left: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    content: "";
    right: 0;
}.tariff-plan-7 .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.tariff-plan-7 .discount-tier-9 {
    align-items: center;
    flex-direction: column;
    display: flex;
}.tariff-plan-7 h2 {
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    position: relative;
    margin-bottom: 20px;
    font-size: 33px;
    opacity: 0;
}.tariff-plan-7 .learn-price-2 {
    opacity: 0;
    color: rgb(255, 255, 255, 0.5);
    font-size: 17px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
    text-align: center;
    transform: translateY(20px);
    max-width: 700px;
    margin-bottom: 40px;
}.tariff-plan-7 .training-sub-8 {
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    width: 100%;
    margin: 0;
    list-style: none;
    display: grid;
}.tariff-plan-7 .training-sub-8 li {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}.tariff-plan-7 .training-sub-8 li:nth-child(1) {
    animation-delay: 0.3s;
}.tariff-plan-7 .training-sub-8 li:nth-child(2) {
    animation-delay: 0.4s;
}.tariff-plan-7 .training-sub-8 li:nth-child(3) {
    animation-delay: 0.5s;
}.tariff-plan-7 .training-sub-8 li:nth-child(4) {
    animation-delay: 0.6s;
}.tariff-plan-7 .learn-packs-3 {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: block;
    height: 100%;
    text-decoration: none;
    position: relative;
}.tariff-plan-7 .learn-packs-3:hover {
    transform: translateY(-8px) scale(1.02);
}.tariff-plan-7 .learn-packs-3::before {
    position: absolute;
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    top: 0;
    content: "";
    pointer-events: none;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    height: 100%;
}.tariff-plan-7 .learn-packs-3:hover::before {
    left: 100%;
}.tariff-plan-7 .program-fees-0 {
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    padding: 5px;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}.tariff-plan-7 .learn-packs-3:hover .program-fees-0 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.tariff-plan-7 .program-fees-0::after {
    background: linear-gradient(90deg, rgb(231,199,154), rgb(217,167,107));
    left: 0;
    content: '';
    transform: scaleX(0);
    height: 5px;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 100%;
    transform-origin: left;
    position: absolute;
}.tariff-plan-7 .learn-packs-3:hover .program-fees-0::after {
    transform: scaleX(1);
}.tariff-plan-7 .payment-plan-9 {
    padding: 30px;
    color: #ffffff;
    min-height: 400px;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    height: 100%;
}.tariff-plan-7 .payment-plan-9 h4 {
    margin: 0 0 20px;
    color: rgb(231,199,154);
    font-size: 19px;
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 700;
    padding-bottom: 15px;
}.tariff-plan-7 .learn-packs-3:hover .payment-plan-9 h4 {
    transform: translateX(5px);
}.tariff-plan-7 .payment-plan-9 h4::after {
    position: absolute;
    width: 40px;
    left: 0;
    height: 3px;
    bottom: 0;
    content: "";
    transition: width 0.3s ease;
    background: rgb(217,167,107);
}.tariff-plan-7 .learn-packs-3:hover .payment-plan-9 h4::after {
    width: 60px;
}.tariff-plan-7 .payment-plan-9 p {
    overflow-y: auto;
    color: rgba(255,255,255,0.8);
    scrollbar-color: rgb(231,199,154,0.5) transparent;
    margin: 0 0 30px;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: calc(17px - 2px);
    max-height: 200px;
    scrollbar-width: thin;
}.tariff-plan-7 .payment-plan-9 p::-webkit-scrollbar {
    width: 5px;
}.tariff-plan-7 .payment-plan-9 p::-webkit-scrollbar-track {
    background: transparent;
}.tariff-plan-7 .payment-plan-9 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(231,199,154,0.5);
}.tariff-plan-7 .trial-pricing-7 {
    border-radius: 10px;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    color: #ffffff;
    overflow: hidden;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(231,199,154) 0%, rgb(231,199,154,0.5) 100%);
    margin-top: auto;
    align-self: flex-start;
    padding: 10px 20px;
    font-size: calc(19px + 4px);
}.tariff-plan-7 .learn-packs-3:hover .trial-pricing-7 {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}.tariff-plan-7 .trial-pricing-7::before {
    left: -50%;
    transform: scale(0);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    content: "";
    opacity: 0;
    height: 200%;
    top: -50%;
    position: absolute;
    width: 200%;
}.tariff-plan-7 .learn-packs-3:hover .trial-pricing-7::before {
    transform: scale(1);
    opacity: 1;
}

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

@media (max-width: 991px) {.tariff-plan-7 {
    padding: 80px 0;
}.tariff-plan-7 .training-sub-8 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.tariff-plan-7 .payment-plan-9 {
    min-height: 350px;
    padding: 25px;
}
}

@media (max-width: 767px) {.tariff-plan-7 {
    padding: 60px 0;
}.tariff-plan-7 h2 {
    font-size: calc(33px - 4px);
}.tariff-plan-7 .learn-price-2 {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.tariff-plan-7 .training-sub-8 {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: 1fr;
}.tariff-plan-7 .payment-plan-9 {
    min-height: 300px;
}.tariff-plan-7 .trial-pricing-7 {
    font-size: calc(19px + 2px);
}
}

@media (max-width: 480px) {.tariff-plan-7 {
    padding: 40px 0;
}.tariff-plan-7 h2 {
    font-size: calc(33px - 6px);
}.tariff-plan-7 .payment-plan-9 {
    padding: 20px;
    min-height: 280px;
}.tariff-plan-7 .payment-plan-9 p {
    font-size: calc(17px - 3px);
    margin-bottom: 20px;
}.tariff-plan-7 .trial-pricing-7 {
    padding: 8px 15px;
}}.privacy-barrier-4 {
    color: #000000;
    padding: 40px;
    font-family: Arial, sans-serif;
    background-color: rgb(244,228,200);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy-barrier-4 h1 {
    font-weight: 700;
    border-bottom: 3px solid rgb(231,199,154);
    font-size: 45px;
    color: rgb(231,199,154);
    margin-bottom: 20px;
    padding-bottom: 10px;
}.privacy-barrier-4 h2 {
    font-weight: 600;
    color: rgb(217,167,107);
    margin-top: 30px;
    font-size: 34px;
    margin-bottom: 15px;
}.privacy-barrier-4 h3, .privacy-barrier-4 h4, .privacy-barrier-4 h5, .privacy-barrier-4 h6 {
    margin: 20px 0;
    color: rgb(231,199,154);
}.privacy-barrier-4 h3 {
    font-size: calc(19px - 4px);
    font-weight: 700;
}.privacy-barrier-4 h4 {
    font-weight: 600;
    font-size: calc(19px + 2px);
}.privacy-barrier-4 h5 {
    font-size: 19px;
    font-weight: 400;
}.privacy-barrier-4 h6 {
    font-weight: 300;
    font-size: 21px;
}.privacy-barrier-4 ul, .privacy-barrier-4 ol {
    padding-left: 20px;
    margin: 15px 0;
}.privacy-barrier-4 li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}.privacy-barrier-4 section {
    margin-top: 40px;
}.privacy-barrier-4 p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 14px;
}.privacy-barrier-4 span {
    color: rgb(217,167,107);
    font-weight: 600;
}.privacy-barrier-4 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy-barrier-4 {
    padding: 20px;
    border-radius: 10px;
}.privacy-barrier-4 h1 {
    font-size: calc(19px - 10px);
}.privacy-barrier-4 h2 {
    font-size: calc(19px - 8px);
}.privacy-barrier-4 ul, .privacy-barrier-4 ol {
    padding-left: 15px;
}.privacy-barrier-4 li {
    font-size: calc(14px - 2px);
}}.attempt-now-3 {
    padding: 120px 0;
    background: linear-gradient(160deg, rgb(244,228,200) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.attempt-now-3::before {
    background: linear-gradient(45deg, rgb(231,199,154,0.5) 0%, transparent 30%, transparent 70%, rgb(217,167,107,0.5) 100%);
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.1;
    width: 100%;
    content: '';
}.attempt-now-3 .fast-learning-8 {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    transform: skewY(-2deg);
    gap: 40px;
    grid-template-columns: 2fr 1fr;
    max-width: 1000px;
    display: grid;
}.attempt-now-3 .container p {
    position: relative;
    font-size: 31px;
    font-weight: 700;
    background: #ffffff;
    line-height: 1.4;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 50px;
    color: #000000;
    transform: skewY(2deg);
    border-radius: 10px;
    margin: 0;
    z-index: 5;
}.attempt-now-3 .help-section-8 {
    border-radius: 10px;
    transform: skewY(2deg);
    position: relative;
    font-size: 16px;
    transition: all 0.4s ease;
    text-decoration: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    z-index: 5;
    font-weight: 600;
    align-items: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    background: rgb(231,199,154);
    height: 100%;
    overflow: hidden;
}.attempt-now-3 .help-section-8::before {
    background: rgb(217,167,107);
    top: 0;
    content: '';
    opacity: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    transition: opacity 0.4s ease;
    left: 0;
    width: 100%;
}.attempt-now-3 .help-section-8::after {
    left: -100px;
    transition: left 0.6s ease;
    width: 30px;
    height: 200%;
    top: -50%;
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(20deg);
}.attempt-now-3 .help-section-8:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: skewY(2deg) translateY(-5px);
}.attempt-now-3 .help-section-8:hover::before {
    opacity: 1;
}.attempt-now-3 .help-section-8:hover::after {
    left: 200%;
}.attempt-now-3 .container p::before {
    height: 60%;
    border-radius: 0 3px 3px 0;
    left: 0;
    top: 20%;
    content: '';
    background: rgb(231,199,154);
    width: 6px;
    position: absolute;
}.attempt-now-3::after {
    background: 
        radial-gradient(circle at 80% 20%, rgb(231,199,154,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(217,167,107,0.5) 0%, transparent 50%);
    height: 100%;
    opacity: 0.1;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
}.attempt-now-3 .fast-learning-8::after {
    transform: skewY(2deg);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    top: -50px;
    border: 2px dashed rgb(231,199,154,0.5);
    position: absolute;
    opacity: 0.4;
    z-index: -1;
    right: -50px;
    content: '';
}

@media (max-width: 991px) {.attempt-now-3 {
    padding: 100px 0;
}.attempt-now-3 .fast-learning-8 {
    gap: 30px;
}.attempt-now-3 .container p {
    padding: 40px;
    font-size: calc(24px * 1.2);
}.attempt-now-3 .container p::before {
    width: 5px;
}
}

@media (max-width: 767px) {.attempt-now-3 {
    padding: 80px 0;
}.attempt-now-3 .fast-learning-8 {
    gap: 25px;
    grid-template-columns: 1fr;
}.attempt-now-3 .container p {
    padding: 30px;
    font-size: 24px;
}.attempt-now-3 .help-section-8 {
    height: 80px;
}.attempt-now-3 .container p::before {
    width: 4px;
}
}

@media (max-width: 480px) {.attempt-now-3 {
    padding: 60px 0;
}.attempt-now-3 .fast-learning-8 {
    transform: skewY(-1deg);
}.attempt-now-3 .container p {
    padding: 25px;
    transform: skewY(1deg);
    font-size: calc(17px * 1.2);
}.attempt-now-3 .help-section-8 {
    transform: skewY(1deg);
    font-size: calc(16px * 0.9);
    height: 60px;
}.attempt-now-3 .help-section-8:hover {
    transform: skewY(1deg) translateY(-3px);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    opacity: 0.85;
    right: 0;
    z-index: -2;
    left: 0;
    position: absolute;
    background: linear-gradient(120deg, rgb(231,199,154) 0%, rgb(217,167,107) 100%);
    bottom: 0;
    top: 0;
    content: "";
}footer::after {
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    background-size: 20px 20px;
    bottom: 0;
    left: 0;
    right: 0;
}.cert-block-7 {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}.cert-block-7::before {
    background: #ffffff;
    content: "";
    width: 100%;
    opacity: 0.2;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    height: 10px;
    top: 0;
    left: 0;
    position: absolute;
}.cert-block-7 .container {
    gap: 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.cert-block-7 .company_holder {
    position: relative;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
}.cert-block-7 .company_holder h3 {
    font-weight: 700;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 0 1.5rem;
    font-size: 38px;
}.cert-block-7 .hackathon-0 {
    line-height: 1.6;
    color: #ffffff;
    margin: 0 1rem;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    padding: 1.5rem;
    font-size: 16px;
}.cert-block-7 .rating-stars-4 {
    gap: 2rem;
    min-width: 400px;
    flex-direction: column;
    display: flex;
    flex: 1 1 calc(100% - 480px);
}.cert-block-7 .top-tutor-7 {
    gap: 2.5rem;
    flex-wrap: wrap;
    display: flex;
}.cert-block-7 .top-header-1 {
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    min-width: 200px;
}.cert-block-7 .top-header-1 h5 {
    position: relative;
    margin: 0 0 1.5rem;
    color: #ffffff;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    font-size: 20px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
}.cert-block-7 .top-header-1 .top-tutor-7 {
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    gap: 0.8rem;
    padding: 1.5rem;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    flex-direction: column;
}.cert-block-7 .top-header-1 .top-tutor-7 a {
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    position: relative;
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 0.6rem 1rem;
    text-decoration: none;
    color: #ffffff;
    display: block;
}.cert-block-7 .top-header-1 .top-tutor-7 a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.cert-block-7 .top-header-1 .top-tutor-7 a::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 3px;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    background: #ffffff;
    opacity: 0;
}.cert-block-7 .top-header-1 .top-tutor-7 a:hover::before {
    opacity: 0.7;
}.site-map-4 {
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    margin-top: 3rem;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
}.site-map-4 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.site-map-4 .law-res-1 {
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    font-size: 12px;
    color: #ffffff;
    padding: 0.7rem 2rem;
    position: relative;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.cert-block-7 .container {
    gap: 2rem;
}.cert-block-7 .company_holder {
    flex: 1 1 380px;
}.cert-block-7 .rating-stars-4 {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.cert-block-7 {
    padding: 3.5rem 0 2rem;
}.cert-block-7 .container {
    flex-direction: column;
    gap: 2.5rem;
}.cert-block-7 .company_holder,
    .cert-block-7 .rating-stars-4 {
    min-width: 100%;
    flex: 1 1 100%;
}.cert-block-7 .top-header-1 {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.cert-block-7 {
    padding: 3rem 0 1.5rem;
}.cert-block-7 .company_holder {
    padding: 2rem;
}.cert-block-7 .company_holder h3 {
    font-size: calc(38px - 2px);
}.cert-block-7 .top-tutor-7 {
    gap: 1.5rem;
}.site-map-4 {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.cert-block-7 {
    padding: 2.5rem 0 1rem;
}.cert-block-7 .top-header-1 {
    flex: 1 1 100%;
    min-width: 100%;
}.cert-block-7 .top-tutor-7 {
    gap: 1rem;
}.site-map-4 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
}.cert-block-7::before {
    height: 5px;
}
}

@media (max-width: 420px) {.cert-block-7 .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.cert-block-7 .company_holder h3 {
    padding: 0.4rem 1rem;
}.cert-block-7 .top-header-1 h5 {
    padding: 0.4rem 1rem;
}.cert-block-7 .top-header-1 .top-tutor-7 {
    padding: 1rem;
}.cert-block-7 .top-header-1 .top-tutor-7 a:hover {
    transform: translateX(3px);
}.site-map-4 .law-res-1 {
    padding: 0.6rem 1.5rem;
    width: 90%;
}}.modalCookieSettings-0 {
    z-index: 90;
    background: rgb(244,228,200);
    width: 100%;
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(231,199,154);
}.cookie-gate-2 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 20px 0;
}#cookieNoticeAlert-4 {
    display: none;
}#cookieNoticeAlert-4:checked ~ .modalCookieSettings-0 {
    opacity: 0;
    visibility: hidden;
}.modalCookieSettings-0 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.modalCookieSettings-0 p {
    font-size: 18px;
}.cookie-guide-3 {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie-guide-3 svg, .cookie-guide-3 svg path, .cookie-guide-3 img {
    width: 100px;
    fill: rgb(231,199,154);
    height: 100px;
}.track-toggle-5 {
    flex-shrink: 0;
    margin-left: 10px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid rgb(231,199,154);
    cursor: pointer;
    color: rgb(231,199,154);
    font-size: 24px;
    white-space: nowrap;
    min-width: 120px;
}.modalCookieSettings-0 p a {
    color: rgb(231,199,154);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.modalCookieSettings-0 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-guide-3 {
    display: none;
}.cookie-gate-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.modalCookieSettings-0 h5 {
    text-align: center;
}.modalCookieSettings-0 p {
    text-align: center;
}.cookies-overview-8 {
    margin-bottom: 20px;
}body .wrap-structure-0 .track-toggle-5 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrap-structure-0 .modalCookieSettings-0 {
    background: #ffffff;
    border: none;
    box-shadow: rgb(231,199,154,0.5) 0px 0px 40px 39px;
}.wrap-structure-0 .track-toggle-5 {
    font-weight: 400;
    padding: 10px;
    font-size: 20px;
    background: rgb(231,199,154);
    color: #ffffff;
    border: none;
    margin-left: 30px;
}.wrap-structure-0 .cookie-guide-3 {
    background:rgb(231,199,154);
    justify-content: center;
    height: 80px;
    display: flex;
    width: 80px;
    align-items: center;
    border-radius: 50%;
}.wrap-structure-0 .cookie-guide-3 svg, .wrap-structure-0 .cookie-guide-3 svg path, .wrap-structure-0 .cookie-guide-3 img {
    height: 40px;
    fill:#000000;
    width: 40px;
}.wrap-structure-0 .cookies-overview-8 h5, .wrap-structure-0 .cookies-overview-8 p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrap-structure-0 .cookie-guide-3 {
    margin: 0;
    margin-bottom: 14px;
}}.our-story-2 {
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
    background: rgb(244,228,200);
    position: relative;
}.our-story-2::before {
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    content: "";
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(rgb(231,199,154,0.5), 0.03) 5px,
            rgba(rgb(231,199,154,0.5), 0.03) 10px
        );
    left: 0;
    top: 0;
}.our-story-2::after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
    background: radial-gradient(
        circle at top right,
        rgb(231,199,154,0.5) 0%,
        transparent 70%
    );
    top: 0;
    opacity: 0.2;
    left: 0;
}.our-story-2 .container {
    overflow: visible;
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 1200px;
}.our-story-2 h2 {
    padding-left: 20px;
    border-left: 4px solid rgb(231,199,154);
    color: #000000;
    font-weight: 700;
    font-size: 33px;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
}.our-story-2 h2::before {
    z-index: -1;
    top: -40px;
    position: absolute;
    content: "01";
    font-weight: 700;
    opacity: 0.05;
    font-size: calc(41px * 1.5);
    left: -10px;
    color: rgba(0, 0, 0, 0.5);
}.our-story-2 .master-study-8 {
    grid-template-columns: 1fr;
    gap: 50px;
    position: relative;
    display: grid;
}.our-story-2 .legacy-story-0 {
    gap: 30px;
    grid-template-columns: 3fr 7fr;
    position: relative;
    padding: 0;
    align-items: center;
    display: grid;
}.our-story-2 .legacy-story-0:nth-child(2) {
    margin-left: -50px;
    grid-template-columns: 7fr 3fr;
    margin-right: 50px;
}.our-story-2 .legacy-story-0 h3 {
    font-size: 18px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    display: inline-block;
    background: linear-gradient(
        135deg, 
        rgb(231,199,154,0.5) 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    padding: 15px 30px;
    color: #000000;
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}.our-story-2 .legacy-story-0:nth-child(1) h3 {
    grid-row: 1;
    grid-column: 1;
    margin-right: -30px;
    z-index: 2;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}.our-story-2 .legacy-story-0:nth-child(2) h3 {
    margin-left: -30px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    grid-column: 2;
    z-index: 2;
    grid-row: 1;
    background: linear-gradient(
        135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(217,167,107,0.5) 100%
    );
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
}.our-story-2 .legacy-story-0 p {
    line-height: 1.8;
    position: relative;
    border-radius: 21px;
    font-size: 13px;
    padding: 30px;
    background: #ffffff;
    z-index: 1;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.our-story-2 .legacy-story-0:nth-child(1) p {
    margin-left: -20px;
    border-left: 3px solid rgb(231,199,154);
    grid-column: 2;
    grid-row: 1;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}.our-story-2 .legacy-story-0:nth-child(2) p {
    border-right: 3px solid rgb(217,167,107);
    grid-row: 1;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
    grid-column: 1;
    margin-right: -20px;
    text-align: right;
}.our-story-2 .legacy-story-0:nth-child(1)::before {
    border-radius: 50%;
    z-index: 0;
    height: 200px;
    transform: translateY(-50%);
    right: -100px;
    width: 200px;
    border: 1px dashed rgb(231,199,154,0.5);
    top: 50%;
    opacity: 0.2;
    animation: rotate 30s linear infinite;
    position: absolute;
    content: "";
}.our-story-2 .legacy-story-0:nth-child(2)::before {
    border-radius: 50%;
    width: 200px;
    left: -100px;
    position: absolute;
    animation: rotate 30s linear infinite reverse;
    content: "";
    top: 50%;
    opacity: 0.2;
    height: 200px;
    z-index: 0;
    transform: translateY(-50%);
    border: 1px dashed rgb(217,167,107,0.5);
}.our-story-2::before {
    height: 5px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, 
        rgb(231,199,154) 0%, 
        rgb(231,199,154) 20%, 
        transparent 20%, 
        transparent 40%,
        rgb(217,167,107) 40%, 
        rgb(217,167,107) 60%,
        transparent 60%,
        transparent 80%,
        rgb(231,199,154) 80%,
        rgb(231,199,154) 100%
    );
    content: "";
    position: absolute;
    left: 0;
}

@keyframes rotate {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media screen and (max-width: 1200px) {.our-story-2 .legacy-story-0:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
}
}

@media screen and (max-width: 992px) {.our-story-2 {
    padding: 80px 0;
}.our-story-2 h2 {
    margin-bottom: 50px;
}.our-story-2 .legacy-story-0,
    .our-story-2 .legacy-story-0:nth-child(2) {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
}.our-story-2 .legacy-story-0:nth-child(1) h3,
    .our-story-2 .legacy-story-0:nth-child(2) h3 {
    grid-column: 1;
    justify-self: center;
    width: 80%;
    grid-row: 1;
    margin: 0;
}.our-story-2 .legacy-story-0:nth-child(1) p,
    .our-story-2 .legacy-story-0:nth-child(2) p {
    border-top: 3px solid rgb(231,199,154);
    margin: 0;
    grid-column: 1;
    text-align: left;
    clip-path: none;
    grid-row: 2;
    border: none;
}.our-story-2 .legacy-story-0:nth-child(2) p {
    border-top: 3px solid rgb(217,167,107);
}.our-story-2 .legacy-story-0::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.our-story-2 {
    padding: 60px 0;
}.our-story-2 h2 {
    padding-left: 15px;
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.our-story-2 h2::before {
    top: -30px;
    font-size: calc(41px * 1.2);
}.our-story-2 .legacy-story-0 h3 {
    font-size: calc(18px * 0.9);
    width: 90%;
    padding: 12px 20px;
}.our-story-2 .legacy-story-0 p {
    font-size: calc(13px * 0.95);
    padding: 20px;
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.our-story-2 {
    padding: 50px 0;
}.our-story-2 .container {
    padding: 0 15px;
}.our-story-2 h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.our-story-2 h2::before {
    font-size: calc(41px);
    left: -5px;
    top: -25px;
}.our-story-2 .master-study-8 {
    gap: 40px;
}.our-story-2 .legacy-story-0 h3 {
    width: 100%;
    padding: 10px 15px;
    font-size: calc(18px * 0.85);
}.our-story-2 .legacy-story-0 p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
    padding: 15px;
}}.teaching-history-7 {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(244,228,200) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}.teaching-history-7::before {
    width: 100%;
    opacity: 0.1;
    left: 0;
    z-index: 0;
    background: linear-gradient(45deg, rgb(231,199,154,0.5) 0%, transparent 70%);
    transform: translateY(-30%) skewY(-5deg);
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
}.teaching-history-7::after {
    bottom: -20%;
    transform: rotate(-15deg);
    right: -20%;
    height: 60%;
    width: 100%;
    position: absolute;
    opacity: 0.15;
    background: linear-gradient(135deg, rgb(217,167,107,0.5) 0%, transparent 80%);
    z-index: 0;
    content: "";
}.teaching-history-7 .container {
    position: relative;
    perspective: 1000px;
    z-index: 1;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}.teaching-history-7 .edu-feedback-5 {
    grid-gap: 2rem;
    display: grid;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: 1px solid rgba(0,0,0,0.05);
    background: #ffffff;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.05),
    0 5px 15px rgba(0,0,0,0.03),
    0 0 0 1px rgba(255,255,255,0.1) inset;
}.teaching-history-7 .edu-feedback-5::before {
    top: 0;
    position: absolute;
    z-index: 2;
    content: "";
    background-size: 200% 100%;
    animation: gradientMove 8s ease-in-out infinite;
    height: 5px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
    rgb(231,199,154) 0%, 
    rgb(217,167,107) 50%, 
    rgb(231,199,154) 100%);
}.teaching-history-7 .edu-feedback-5 > div:first-child {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1;
}.teaching-history-7 .img-cell-8 {
    height: 180px;
    transform: translateZ(30px);
    border-radius: 50%;
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
    width: 180px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.teaching-history-7 .img-cell-8::before {
    position: absolute;
    animation: rotateGradient 15s linear infinite;
    inset: -8px;
    border-radius: 50%;
    opacity: 0.8;
    z-index: -1;
    background: linear-gradient(
    135deg,
    rgb(217,167,107) 0%,
    transparent 50%,
    rgb(231,199,154) 100%
  );
    transform: rotate(-45deg);
    content: "";
}.teaching-history-7 .img-cell-8::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
    border-radius: 50%;
}.teaching-history-7 .edu-feedback-5 > div:nth-child(2) {
    position: relative;
    text-align: center;
    transform: translateZ(20px);
}.teaching-history-7 .name {
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #000000;
    font-size: 21px;
}.teaching-history-7 .name::after {
    transform: translateZ(5px);
    position: absolute;
    bottom: -8px;
    background: rgb(231,199,154);
    content: "";
    height: 3px;
    left: 30%;
    width: 40%;
}.teaching-history-7 .edu-feedback-5 > div:nth-child(2) > div {
    font-size: calc(17px * 0.9);
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-top: 1rem;
    color: rgb(217,167,107);
}.teaching-history-7 .edu-feedback-5 > div:nth-child(3) {
    transform: translateZ(10px);
    position: relative;
}.teaching-history-7 .job-achievements-0 {
    position: relative;
    padding-left: 1rem;
    color: #000000;
    font-size: 17px;
    text-align: justify;
    line-height: 1.8;
}.teaching-history-7 .job-achievements-0::before {
    bottom: 0;
    border-radius: 3px;
    left: 0;
    top: 0;
    background: linear-gradient(
    to bottom,
    rgb(231,199,154) 0%,
    rgb(217,167,107) 100%
  );
    width: 3px;
    content: "";
    position: absolute;
}.teaching-history-7 .edu-feedback-5:hover {
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.08),
    0 10px 25px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
}.teaching-history-7 .edu-feedback-5:hover .img-cell-8 {
    transform: translateZ(40px) scale(1.05);
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes rotateGradient {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(315deg); }
}

@media (min-width: 768px) {.teaching-history-7 {
    padding: 7rem 0;
}.teaching-history-7 .edu-feedback-5 {
    grid-template-columns: auto 1fr;
    grid-gap: 2.5rem;
    grid-template-rows: auto 1fr;
    padding: 3rem;
}.teaching-history-7 .edu-feedback-5 > div:first-child {
    grid-row: 1 / span 2;
}.teaching-history-7 .edu-feedback-5 > div:nth-child(2) {
    text-align: left;
    padding-top: 1.5rem;
    align-self: end;
}.teaching-history-7 .name::after {
    left: 0;
    width: 60px;
}.teaching-history-7 .job-achievements-0 {
    padding-left: 1.5rem;
}.teaching-history-7 .job-achievements-0::before {
    width: 4px;
}
}

@media (min-width: 992px) {.teaching-history-7 .edu-feedback-5 {
    grid-gap: 3rem;
    grid-template-columns: 250px 1fr;
    padding: 3.5rem 4rem;
}.teaching-history-7 .img-cell-8 {
    height: 220px;
    width: 220px;
}.teaching-history-7 .name {
    font-size: calc(21px * 1.1);
}.teaching-history-7 .edu-feedback-5 > div:nth-child(2) > div {
    font-size: 17px;
}.teaching-history-7 .job-achievements-0 {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.teaching-history-7 .container {
    padding: 0 2rem;
}.teaching-history-7 .edu-feedback-5 {
    grid-template-columns: 280px 1fr;
    padding: 4rem 5rem;
}.teaching-history-7 .img-cell-8 {
    width: 240px;
    height: 240px;
}
}

@media (max-width: 767px) {.teaching-history-7 {
    padding: 4rem 0;
}.teaching-history-7 .edu-feedback-5 {
    text-align: center;
    padding: 2rem 1.5rem;
}.teaching-history-7 .img-cell-8 {
    height: 150px;
    width: 150px;
}.teaching-history-7 .job-achievements-0 {
    padding-left: 0;
    padding-top: 1rem;
    text-align: left;
}.teaching-history-7 .job-achievements-0::before {
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 50px;
    top: 0;
}}.subscribe-to-newsletter-8 {
    background: linear-gradient(135deg, rgb(244,228,200), rgb(217,167,107,0.5));
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.subscribe-to-newsletter-8::before {
    transform: rotate(-15deg) skewX(-15deg);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    width: 50%;
    right: -5%;
    opacity: 0.7;
    background: linear-gradient(145deg, rgb(231,199,154,0.5), rgb(217,167,107));
    z-index: 0;
    top: -10%;
    height: 140%;
}.subscribe-to-newsletter-8::after {
    z-index: 0;
    position: absolute;
    left: -2%;
    bottom: -5%;
    background: linear-gradient(to right, rgb(217,167,107) 20%, rgb(231,199,154,0.5));
    transform: rotate(12deg) skewY(5deg);
    filter: blur(15px);
    width: 35%;
    opacity: 0.6;
    height: 70%;
    content: "";
}.subscribe-to-newsletter-8 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
}.subscribe-to-newsletter-8 .fast-learning-8 {
    flex-direction: column;
    position: relative;
    border-left: 4px solid rgb(231,199,154);
    display: flex;
    padding: 3.5rem 3rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 8px 12px rgba(0,0,0,0.08),
                inset 0 0 0 1px rgba(255,255,255,0.1);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: linear-gradient(120deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    backdrop-filter: blur(5px);
}.subscribe-to-newsletter-8 .fast-learning-8:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15), 
                0 12px 16px rgba(0,0,0,0.1),
                inset 0 0 0 1px rgba(255,255,255,0.2);
}.subscribe-to-newsletter-8 h3 {
    line-height: 1.4;
    position: relative;
    transform: translateX(-5px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    font-size: clamp(1.5rem, 3vw, 36px);
    color: #ffffff;
    max-width: 90%;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    font-weight: 600;
}.subscribe-to-newsletter-8 h3::after {
    bottom: -12px;
    height: 3px;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(231,199,154), transparent);
    width: 80px;
}.subscribe-to-newsletter-8 .input_holder {
    align-items: stretch;
    flex-direction: row;
    transform: translateY(0);
    gap: 1.25rem;
    display: flex;
    transition: transform 0.3s ease;
    margin-top: 1rem;
    position: relative;
}.subscribe-to-newsletter-8 .input_holder:focus-within {
    transform: translateY(-5px);
}.subscribe-to-newsletter-8 .input_holder div {
    position: relative;
    flex: 1;
}.subscribe-to-newsletter-8 input[type="email"] {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 1.5rem;
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1), inset 0 0 0 1px rgba(0,0,0,0.05);
    height: 60px;
    border: none;
    width: 100%;
}.subscribe-to-newsletter-8 input[type="email"]:focus {
    outline: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15), 
                inset 0 0 0 1px rgb(231,199,154),
                0 0 0 3px rgb(231,199,154,0.5);
}.subscribe-to-newsletter-8 input[type="email"]::placeholder {
    color: rgba(0,0,0,0.4);
    transition: opacity 0.3s ease;
}.subscribe-to-newsletter-8 input[type="email"]:focus::placeholder {
    opacity: 0.6;
}.subscribe-to-newsletter-8 .join-list-8 {
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    border: none;
    padding: 0 1.75rem;
    height: 60px;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    min-width: 160px;
    font-size: 16px;
    background: linear-gradient(135deg, rgb(217,167,107), rgb(231,199,154));
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.subscribe-to-newsletter-8 .join-list-8:hover {
    box-shadow: 0 12px 20px rgba(0,0,0,0.18);
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgb(231,199,154), rgb(217,167,107));
}.subscribe-to-newsletter-8 .join-list-8:active {
    transform: translateY(1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}.subscribe-to-newsletter-8 .join-list-8::before {
    width: 100%;
    position: absolute;
    height: 100%;
    transition: left 0.7s ease;
    top: 0;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
}.subscribe-to-newsletter-8 .join-list-8:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.subscribe-to-newsletter-8 {
    padding: 5rem 0;
}.subscribe-to-newsletter-8::before {
    transform: rotate(-12deg) skewX(-10deg);
    width: 60%;
}.subscribe-to-newsletter-8 .fast-learning-8 {
    padding: 3rem 2.5rem;
}.subscribe-to-newsletter-8 h3 {
    max-width: 100%;
}
}

@media (max-width: 768px) {.subscribe-to-newsletter-8 {
    padding: 4rem 0;
}.subscribe-to-newsletter-8::before {
    width: 70%;
    transform: rotate(-8deg) skewX(-5deg);
}.subscribe-to-newsletter-8::after {
    height: 60%;
    width: 45%;
}.subscribe-to-newsletter-8 .container {
    padding: 0 1.5rem;
}.subscribe-to-newsletter-8 .fast-learning-8 {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateX(1deg);
}.subscribe-to-newsletter-8 h3 {
    margin-bottom: 2rem;
}.subscribe-to-newsletter-8 .input_holder {
    flex-direction: column;
    gap: 1rem;
}.subscribe-to-newsletter-8 input[type="email"],
    .subscribe-to-newsletter-8 .join-list-8 {
    height: 54px;
}.subscribe-to-newsletter-8 .join-list-8 {
    min-width: unset;
    width: 100%;
}
}

@media (max-width: 576px) {.subscribe-to-newsletter-8 {
    padding: 3.5rem 0;
}.subscribe-to-newsletter-8::before {
    width: 80%;
    transform: rotate(-5deg) skewX(-3deg);
}.subscribe-to-newsletter-8 .fast-learning-8 {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.subscribe-to-newsletter-8 h3 {
    margin-bottom: 1.5rem;
    font-size: clamp(1.25rem, 5vw, 1.5rem);
}.subscribe-to-newsletter-8 h3::after {
    width: 60px;
    height: 2px;
    bottom: -8px;
}.subscribe-to-newsletter-8 input[type="email"],
    .subscribe-to-newsletter-8 .join-list-8 {
    height: 50px;
}
}

@media (hover: none) {.subscribe-to-newsletter-8 .fast-learning-8 {
    transform: none;
}.subscribe-to-newsletter-8 .fast-learning-8:hover {
    transform: none;
}.subscribe-to-newsletter-8 .input_holder:focus-within {
    transform: none;
}.subscribe-to-newsletter-8 .join-list-8:hover {
    transform: none;
}}.program-offerings-2 {
    display: grid;
    grid-template-rows: 1fr;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    grid-template-columns: 1fr;
    background-color: #000000;
}.program-offerings-2::before {
    position: absolute;
    pointer-events: none;
    height: 100%;
    background: 
        radial-gradient(circle at left bottom, rgb(231,199,154,0.5) 0%, transparent 30%),
        radial-gradient(circle at right top, rgb(217,167,107,0.5) 0%, transparent 30%);
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.4;
    z-index: 2;
}.program-offerings-2 .class-track-9 {
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    left: 0;
}.program-offerings-2 .class-track-9::after {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 3;
    content: "";
    background: linear-gradient(to bottom, 
                transparent 0%, 
                #000000 80%);
    left: 0;
    position: absolute;
}.program-offerings-2 .training-track-8 {
    height: 100%;
    animation: split-carousel 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: 500%;
    display: flex;
}.program-offerings-2 .class-track-9:hover .training-track-8 {
    animation-play-state: paused;
}.program-offerings-2 .lesson-path-7 {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 20%;
}.program-offerings-2 .lesson-path-7 img {
    height: 100%;
    transition: transform 8s ease;
    filter: brightness(0.8) saturate(1.2);
    width: 100%;
    transform: scale(1.1);
    object-fit: cover;
}.program-offerings-2 .lesson-path-7:hover img {
    transform: scale(1.2);
}.program-offerings-2 .container {
    align-items: center;
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    max-width: 1320px;
    z-index: 4;
    height: 100%;
    padding: 0;
    position: relative;
}.program-offerings-2 .fast-learning-8 {
    width: 100%;
    margin-bottom: 0;
}.program-offerings-2 .skill-tool-9 {
    align-items: center;
    padding: 0 2rem;
    grid-column-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}.program-offerings-2 .skill-tool-9 h3 {
    grid-column: 1 / 2;
    position: relative;
    color: #ffffff;
    padding-left: 2rem;
    border-left: 4px solid rgb(231,199,154);
    font-weight: 700;
    font-size: 36px;
    margin: 0;
}.program-offerings-2 .skill-tool-9 p {
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    opacity: 0.7;
    font-size: 15px;
    grid-column: 3 / 4;
}.program-offerings-2 .skill-tool-9 .help-section-8 {
    z-index: 1;
    background-color: transparent;
    margin: 2rem auto 0;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgb(231,199,154);
    padding: 0.8rem 2rem;
    text-decoration: none;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    justify-content: center;
    display: flex;
    color: #ffffff;
    position: relative;
    grid-column: 1 / 4;
    width: max-content;
    font-size: 16px;
}.program-offerings-2 .skill-tool-9 .help-section-8::before {
    content: "";
    transition: width 0.4s ease;
    width: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    background: rgb(231,199,154);
    top: 0;
    height: 100%;
}.program-offerings-2 .skill-tool-9 .help-section-8:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transform: translateY(-5px);
}.program-offerings-2 .skill-tool-9 .help-section-8:hover::before {
    width: 100%;
}@keyframes split-carousel {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}


.program-offerings-2 .lesson-path-7::before {
    left: 0;
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        ),
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 50px,
            rgba(255, 255, 255, 0.03) 50px,
            rgba(255, 255, 255, 0.03) 51px
        );
    height: 100%;
}.program-offerings-2 .lesson-path-7::after {
    box-shadow: 0 0 8px rgb(231,199,154);
    top: 30%;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(231,199,154) 50%, 
                transparent 100%);
    left: -100%;
    z-index: 3;
    height: 1px;
    content: "";
    animation: moving-line 8s linear infinite;
}.program-offerings-2 .lesson-path-7:nth-child(2)::after {
    top: 60%;
    animation-delay: 1s;
}.program-offerings-2 .lesson-path-7:nth-child(3)::after {
    animation-delay: 2s;
    top: 45%;
}.program-offerings-2 .lesson-path-7:nth-child(4)::after {
    top: 75%;
    animation-delay: 3s;
}.program-offerings-2 .lesson-path-7:nth-child(5)::after {
    animation-delay: 4s;
    top: 15%;
}@keyframes moving-line {
    0% {
        left: -100%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        left: 200%;
        opacity: 0;
    }
}


.program-offerings-2 .fast-learning-8::before {
    background: linear-gradient(90deg, 
                transparent 0%, 
                #ffffff 50%, 
                transparent 100%);
    height: 1px;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.3;
    bottom: 0;
}


@media (max-width: 992px) {.program-offerings-2 .skill-tool-9 {
    grid-gap: 1.5rem;
    text-align: center;
    grid-template-columns: 1fr;
}.program-offerings-2 .skill-tool-9 h3,
    .program-offerings-2 .skill-tool-9 span,
    .program-offerings-2 .skill-tool-9 p {
    border: none;
    grid-column: 1 / 2;
    padding: 0;
}.program-offerings-2 .skill-tool-9 h3 {
    border-bottom: 2px solid rgb(231,199,154);
    width: fit-content;
    padding-bottom: 1rem;
    margin: 0 auto;
}.program-offerings-2 .skill-tool-9 .help-section-8 {
    grid-column: 1 / 2;
}.program-offerings-2 .fast-learning-8 {
    margin-bottom: 0;
}
}


@media (max-width: 768px) {.program-offerings-2 {
    min-height: 100vh;
}.program-offerings-2 .class-track-9::after {
    background: linear-gradient(to bottom, 
                    transparent 0%, 
                    #000000 50%);
}.program-offerings-2 .fast-learning-8 {
    margin-bottom: 0;
}.program-offerings-2 .skill-tool-9 {
    grid-gap: 1rem;
    padding: 0 1.5rem;
}.program-offerings-2 .skill-tool-9 h3 {
    font-size: calc(36px * 0.9);
}.program-offerings-2 .skill-tool-9 span,
    .program-offerings-2 .skill-tool-9 p {
    font-size: calc(15px * 0.9);
}.program-offerings-2 .skill-tool-9 .help-section-8 {
    margin-top: 1.5rem;
    width: 100%;
}
}