* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.wrap-structure {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}.mentor-net {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.nav-pagebar {
    flex: 1 0 auto;
}.container {
    width: 1256px;
    max-width: 100%;
    margin: auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.confidential-zone {
    background-color: rgb(172,167,173);
    padding: 50px;
    border: 1px solid rgb(172,167,173);
    display: flex;
    color: #000000;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}.confidential-zone h1 {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 42px;
    border-bottom: 3px solid rgb(130,122,133);
    color: rgb(172,167,173);
    letter-spacing: 2px;
    margin-bottom: 20px;
}.confidential-zone h2 {
    color: rgb(130,122,133);
    padding-bottom: 5px;
    font-weight: 600;
    letter-spacing: 1.5px;
    border-bottom: 2px solid rgb(172,167,173);
    font-size: 29px;
    margin-bottom: 15px;
}.confidential-zone h3, .confidential-zone h4, .confidential-zone h5, .confidential-zone h6 {
    margin: 10px 0;
}.confidential-zone ul,
.confidential-zone ol {
    list-style-position: inside;
    margin: 20px 0;
    padding: 0 20px;
}.confidential-zone ul {
    list-style-type: square;
}.confidential-zone ol {
    list-style-type: decimal;
}.confidential-zone li {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(172,167,173,0.5);
    padding-bottom: 5px;
}.confidential-zone p {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
}.confidential-zone > div {
    border: 1px solid rgb(172,167,173,0.5);
    background-color: rgb(201,200,188);
    border-radius: 10px;
    padding: 20px;
}.confidential-zone span {
    font-weight: 600;
    color: rgb(130,122,133);
}
@media only screen and (max-width: 800px) {.confidential-zone {
    padding: 30px;
    gap: 20px;
}.confidential-zone h1 {
    font-size: calc(22px * 0.8);
}.confidential-zone h2 {
    font-size: calc(22px * 0.8);
}.confidential-zone ul,
    .confidential-zone ol {
    padding-left: 15px;
}.confidential-zone > div {
    padding: 15px;
}}.who-we-are {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(172,167,173) 0%, #000000 100%);
    color: #ffffff;
    padding: 150px 0;
}.who-we-are::before {
    width: 200%;
    opacity: 0.1;
    content: "";
    animation: rotate-slow 120s linear infinite;
    left: -50%;
    position: absolute;
    height: 200%;
    top: -50%;
    background: repeating-conic-gradient(
        #000000 0deg 10deg,
        rgba(0, 0, 0, 0.5) 10deg 15deg
    );
    z-index: 1;
}.who-we-are::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.8) 70%);
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.who-we-are .container {
    position: relative;
    z-index: 5;
}.who-we-are h2 {
    text-transform: uppercase;
    font-size: 44px;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    color: rgb(172,167,173);
    font-weight: 700;
}.who-we-are h2::before {
    transform: translateX(-50%);
    background-color: rgb(172,167,173);
    left: 50%;
    bottom: -20px;
    position: absolute;
    width: 100px;
    height: 1px;
    content: "";
}.who-we-are .why-mission {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    position: relative;
}.who-we-are .student-voice {
    overflow: hidden;
    flex: 0 0 50%;
    position: relative;
    perspective: 1000px;
    padding: 20px;
}.who-we-are .student-voice:first-child {
    animation: card-in-left 1s ease-out forwards;
    transform-origin: right center;
}.who-we-are .student-voice:last-child {
    animation: card-in-right 1s ease-out forwards;
    transform-origin: left center;
}@keyframes card-in-left {
    0% {
        transform: translateX(-100%) rotateY(90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

@keyframes card-in-right {
    0% {
        transform: translateX(100%) rotateY(-90deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0) rotateY(0);
        opacity: 1;
    }
}

.who-we-are .student-voice h3 {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0 0 20px 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}.who-we-are .student-voice p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.8;
    padding: 0 40px;
    opacity: 1;
    text-align: center;
    margin: 0;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}.who-we-are .student-voice::before {
    left: 0;
    content: "";
    position: absolute;
    transition: transform 0.5s ease;
    transform: skewY(0deg);
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}.who-we-are .student-voice:hover::before {
    transform: skewY(-2deg);
}.who-we-are .student-voice::after {
    transition: opacity 0.5s ease;
    z-index: -1;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgb(172,167,173,0.5) 0%, transparent 100%);
    width: 100%;
    opacity: 0.1;
    position: absolute;
    height: 100%;
    left: 0;
}.who-we-are .student-voice:hover::after {
    opacity: 0.2;
}.who-we-are .student-voice h3::before {
    height: 1px;
    bottom: -10px;
    content: "";
    left: 50%;
    position: absolute;
    background-color: rgb(130,122,133);
    transform: translateX(-50%);
    width: 30px;
}.who-we-are .student-voice:first-child::before {
    border-right: 1px solid rgb(172,167,173,0.5);
}.who-we-are .student-voice:last-child::before {
    border-left: 1px solid rgb(130,122,133,0.5);
}.who-we-are .why-mission::before {
    box-shadow: 0 0 20px rgb(172,167,173,0.5);
    content: "";
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(172,167,173);
    width: 40px;
    z-index: 10;
    border-radius: 50%;
    animation: pulse-circle 2s infinite;
    height: 40px;
    position: absolute;
    left: 50%;
}.who-we-are .why-mission::after {
    width: 20px;
    border-radius: 50%;
    background-color: rgb(130,122,133);
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 11;
    position: absolute;
    content: "";
    left: 50%;
    height: 20px;
}@keyframes pulse-circle {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.who-we-are .container::before {
    border-radius: 20px;
    border: 1px solid rgb(172,167,173,0.5);
    height: 200px;
    left: -100px;
    animation: float-element 10s ease-in-out infinite;
    position: absolute;
    transform: rotate(45deg);
    opacity: 0.2;
    top: -100px;
    width: 200px;
    content: "";
}.who-we-are .container::after {
    right: -100px;
    position: absolute;
    height: 200px;
    content: "";
    width: 200px;
    border-radius: 20px;
    animation: float-element 10s ease-in-out infinite reverse;
    transform: rotate(45deg);
    bottom: -100px;
    opacity: 0.2;
    border: 1px solid rgb(130,122,133,0.5);
}

@keyframes float-element {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(60deg) translate(20px, 20px);
    }
}

@media screen and (max-width: 992px) {.who-we-are {
    padding: 100px 0;
}.who-we-are .student-voice {
    flex: 0 0 100%;
    padding: 40px 0;
}.who-we-are .student-voice:first-child {
    animation: card-in-top 1s ease-out forwards;
}.who-we-are .student-voice:last-child {
    animation: card-in-bottom 1s ease-out forwards;
}@keyframes card-in-top {
        0% {
            transform: translateY(-100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes card-in-bottom {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    .who-we-are .why-mission::before,
    .who-we-are .why-mission::after {
    display: none;
}.who-we-are .student-voice:first-child::before {
    border-bottom: 1px solid rgb(172,167,173,0.5);
    border-right: none;
}.who-we-are .student-voice:last-child::before {
    border-left: none;
    border-top: 1px solid rgb(130,122,133,0.5);
}
}

@media screen and (max-width: 768px) {.who-we-are {
    padding: 80px 0;
}.who-we-are h2 {
    font-size: calc(44px * 0.8);
    margin-bottom: 60px;
    letter-spacing: 3px;
}.who-we-are .student-voice h3 {
    font-size: calc(20px * 0.9);
    letter-spacing: 1px;
}.who-we-are .student-voice p {
    padding: 0 30px;
}.who-we-are .container::before,
    .who-we-are .container::after {
    width: 150px;
    height: 150px;
}
}

@media screen and (max-width: 576px) {.who-we-are {
    padding: 60px 0;
}.who-we-are h2 {
    font-size: calc(44px * 0.7);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.who-we-are h2::before {
    width: 80px;
    bottom: -15px;
}.who-we-are .student-voice {
    padding: 30px 0;
}.who-we-are .student-voice h3 {
    font-size: calc(20px * 0.85);
    margin-bottom: 15px;
}.who-we-are .student-voice h3::before {
    width: 25px;
    bottom: -8px;
}.who-we-are .student-voice p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    padding: 0 20px;
}.who-we-are .container::before,
    .who-we-are .container::after {
    width: 100px;
    height: 100px;
}}.training-specialist {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(201,200,188) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.training-specialist::before {
    filter: blur(120px);
    top: -100px;
    width: 400px;
    position: absolute;
    content: "";
    right: -100px;
    background: rgb(172,167,173,0.5);
    z-index: 0;
    height: 400px;
}.training-specialist::after {
    height: 300px;
    position: absolute;
    background: rgb(130,122,133,0.5);
    bottom: -50px;
    filter: blur(100px);
    content: "";
    width: 300px;
    z-index: 0;
    left: -50px;
}.training-specialist .container {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.training-specialist .review-track {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    padding: 40px;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    position: relative;
    display: grid;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 30px;
}.training-specialist .review-track:hover {
    transform: perspective(1000px) rotateY(0deg);
}.training-specialist .review-track > div:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
}.training-specialist .review-track .img-box-grid {
    height: 180px;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}.training-specialist .review-track:hover .img-box-grid {
    transform: translateZ(20px) scale(1.05);
}.training-specialist .review-track .img-box-grid::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(172,167,173,0.5) 100%
  );
    z-index: 1;
}.training-specialist .review-track > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.training-specialist .review-track .name {
    margin-bottom: 10px;
    color: rgb(172,167,173);
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: calc(24px * 1.1);
}.training-specialist .review-track .name::after {
    content: "";
    background: rgb(130,122,133);
    position: absolute;
    bottom: -8px;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    width: 80px;
}.training-specialist .review-track > div:nth-child(2) > div {
    font-style: italic;
    font-size: calc(18px * 0.95);
    color: #000000;
    font-weight: 600;
    margin-top: 15px;
}.training-specialist .review-track > div:nth-child(3) {
    position: relative;
}.training-specialist .review-track .exp-summary {
    line-height: 1.7;
    transform: translateZ(5px);
    color: #000000;
    position: relative;
    padding: 20px 0;
    font-size: 18px;
    margin: 0;
}.training-specialist .review-track .exp-summary::before,
.training-specialist .review-track .exp-summary::after {
    position: absolute;
    content: "";
    font-size: 80px;
    line-height: 1;
    font-family: Georgia, serif;
    color: rgb(172,167,173,0.5);
}.training-specialist .review-track .exp-summary::before {
    top: -20px;
    left: -15px;
}.training-specialist .review-track .exp-summary::after {
    content: "";
    bottom: -60px;
    right: -15px;
}

@media (min-width: 768px) {.training-specialist .review-track {
    padding: 50px;
    gap: 30px 40px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 220px 1fr;
}.training-specialist .review-track > div:first-child {
    grid-row: span 2;
}.training-specialist .review-track > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.training-specialist .review-track .name::after {
    left: 0;
    transform: none;
}.training-specialist .review-track .exp-summary {
    border-left: 3px solid rgb(130,122,133,0.5);
    padding: 10px 0 10px 30px;
}
}

@media (min-width: 992px) {.training-specialist {
    padding: 140px 0;
}.training-specialist .review-track {
    gap: 40px 60px;
    grid-template-columns: 260px 1fr;
    padding: 60px;
}.training-specialist .review-track .img-box-grid {
    width: 220px;
    height: 220px;
}.training-specialist .review-track .name {
    font-size: calc(24px * 1.2);
}.training-specialist .review-track .exp-summary {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.training-specialist {
    padding: 80px 0;
}.training-specialist .review-track {
    padding: 30px 25px;
}.training-specialist .review-track .img-box-grid {
    height: 150px;
    width: 150px;
}.training-specialist .review-track .exp-summary {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.training-specialist .review-track .exp-summary::before,
  .training-specialist .review-track .exp-summary::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.training-specialist {
    padding: 60px 0;
}.training-specialist .review-track {
    gap: 20px;
    padding: 25px 20px;
}.training-specialist .review-track .img-box-grid {
    width: 120px;
    height: 120px;
}.training-specialist .review-track .name {
    font-size: 24px;
}.training-specialist .review-track > div:nth-child(2) > div {
    font-size: calc(18px * 0.9);
}}.learning-process {
    position: relative;
    background: linear-gradient(135deg, rgb(201,200,188), #ffffff);
    padding: 120px 0;
    overflow: hidden;
}.learning-process::before {
    width: 100%;
    z-index: 1;
    opacity: 0.07;
    position: absolute;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(172,167,173,0.5),
        transparent 10px,
        transparent 60px,
        rgb(172,167,173,0.5) 70px
    );
    content: "";
    top: 0;
    pointer-events: none;
}.learning-process::after {
    background: rgb(130,122,133);
    position: absolute;
    animation: float 15s ease-in-out infinite;
    width: 300px;
    border-radius: 50%;
    top: -10%;
    opacity: 0.05;
    filter: blur(40px);
    transform: translate(0, 0);
    right: -5%;
    height: 300px;
    z-index: 0;
    content: "";
}.learning-process .class-track {
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.learning-process h2 {
    line-height: 1.2;
    transform: translateX(-5px);
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    font-size: 30px;
    position: relative;
}.learning-process h2::before {
    width: 80px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    position: absolute;
    left: 0;
    bottom: -12px;
    content: "";
    transform: scaleX(1);
    background: linear-gradient(to right, rgb(172,167,173), rgb(130,122,133));
    height: 3px;
}.learning-process:hover h2::before {
    transform: scaleX(1.5);
}.learning-process .label-container {
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(172,167,173);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 40px;
}.learning-process .label-container::before {
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    left: -2px;
    opacity: 0.1;
    height: calc(100% - 40px);
    top: 20px;
    content: "";
    background: rgb(130,122,133);
    width: 0;
    position: absolute;
}.learning-process:hover .label-container::before {
    width: 100%;
}.learning-process .label-container p {
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-size: calc(13px + 0.05rem);
    color: #000000;
    font-weight: 400;
    margin: 0;
    position: relative;
    z-index: 2;
}.learning-process:hover .label-container {
    transform: translateY(-5px);
}

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

@media (max-width: 992px) {.learning-process {
    padding: 90px 0;
}.learning-process h2 {
    font-size: calc(30px - 0.2rem);
}.learning-process .label-container {
    padding: 35px;
}
}

@media (max-width: 768px) {.learning-process {
    padding: 70px 0;
}.learning-process h2 {
    font-size: calc(30px - 0.4rem);
    margin-bottom: 30px;
}.learning-process h2::before {
    width: 60px;
}.learning-process .label-container {
    padding: 30px 25px;
}.learning-process .label-container p {
    line-height: 1.6;
    font-size: 13px;
}
}

@media (max-width: 576px) {.learning-process {
    padding: 50px 0;
}.learning-process .class-track {
    padding: 0 20px;
}.learning-process h2 {
    margin-bottom: 25px;
    font-size: calc(30px - 0.6rem);
}.learning-process h2::before {
    height: 2px;
    bottom: -8px;
    width: 50px;
}.learning-process .label-container {
    border-left-width: 3px;
    padding: 25px 20px;
}.learning-process .label-container p {
    line-height: 1.5;
    font-size: calc(13px - 0.05rem);
}}.reach-us {
    overflow: hidden;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    padding: 80px 20px;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(201,200,188) 0%, rgba(255,255,255,0.9) 100%);
}.reach-us::before {
    z-index: -1;
    left: 0;
    height: 100%;
    content: '';
    transform: translateZ(-10px);
    background: linear-gradient(45deg, rgb(172,167,173,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    width: 100%;
}.reach-us::after {
    height: 200px;
    bottom: -50px;
    background: linear-gradient(to bottom right, rgb(130,122,133) 0%, transparent 70%);
    border-radius: 100px;
    position: absolute;
    z-index: -1;
    right: -50px;
    opacity: 0.6;
    filter: blur(20px);
    width: 200px;
    content: '';
    transform: rotate(-15deg) translateZ(-5px);
}.reach-us h1 {
    position: relative;
    text-shadow: 2px 2px 0 rgba(rgb(172,167,173,0.5), 0.1);
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    transform: translateZ(20px);
    font-size: 44px;
}.reach-us h1::after {
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(172,167,173) 0%, rgb(130,122,133) 100%);
    height: 4px;
    content: '';
}.reach-us .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.reach-us .contact-question {
    border-radius: 11px;
    gap: 30px;
    padding: 40px 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08), 
                0 10px 20px rgba(0,0,0,0.05),
                0 5px 10px rgba(rgb(172,167,173,0.5), 0.08);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    display: grid;
    transform: rotateX(1deg) rotateY(0.5deg);
    grid-template-columns: 1fr;
}.reach-us .contact-question:hover {
    transform: rotateX(0deg) rotateY(0deg) translateZ(5px);
}.reach-us .contact-question > div {
    position: relative;
    padding: 20px;
    transform: translateZ(10px);
    border-left: 3px solid rgb(172,167,173);
    border-radius: 10px;
    background: linear-gradient(to right, rgba(rgb(201,200,188), 0.5), rgba(255,255,255,0.9));
}.reach-us .contact-question > div:nth-child(2) {
    border-left: 3px solid rgb(130,122,133);
}.reach-us .contact-question > div:nth-child(3) {
    border-left: 3px solid rgb(172,167,173);
}.reach-us h6 {
    font-weight: 600;
    align-items: center;
    font-size: 20px;
    margin-bottom: 10px;
    gap: 10px;
    display: flex;
    color: #000000;
}.reach-us span {
    font-size: 18px;
    position: relative;
    margin-left: 30px;
    display: block;
    color: #000000;
}.reach-us span::before {
    content: '';
    border-radius: 50%;
    background: rgb(130,122,133);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: -15px;
}.reach-us .get-support {
    display: flex;
    gap: 15px;
    flex-direction: column;
}.reach-us .connect-section {
    padding: 5px 10px;
    overflow: hidden;
    display: flex;
    font-weight: 400;
    font-size: 18px;
    gap: 10px;
    border-radius: 10px;
    z-index: 1;
    align-items: center;
    color: #000000;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    text-decoration: none;
}.reach-us .connect-section::before {
    top: 0;
    transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, rgb(172,167,173,0.5) 0%, transparent 100%);
    left: -10px;
    width: 0;
    z-index: -1;
}.reach-us .connect-section:hover {
    color: #000000;
    transform: translateX(5px);
}.reach-us .connect-section:hover::before {
    width: 100%;
}.reach-us svg {
    width: 24px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    height: 24px;
}.reach-us .connect-section:hover svg {
    transform: scale(1.15) rotate(5deg);
}.reach-us svg path {
    fill: rgb(172,167,173);
    transition: fill 0.3s ease;
}.reach-us .connect-section:hover svg path {
    fill: rgb(130,122,133);
}.reach-us .contact-question > div:first-child div {
    position: relative;
    line-height: 1.6;
    font-size: 18px;
    padding-left: 15px;
    color: #000000;
}.reach-us .contact-question > div:first-child div::before {
    width: 3px;
    left: 0;
    top: 0;
    content: '';
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(172,167,173), rgb(130,122,133));
    height: 100%;
}

@media (min-width: 768px) {.reach-us {
    padding: 100px 40px;
}.reach-us h1 {
    margin-bottom: 60px;
    font-size: calc(44px * 1.2);
}.reach-us h1::after {
    width: 120px;
}.reach-us .contact-question {
    gap: 40px;
    padding: 50px 40px;
    grid-template-columns: 1fr 1fr;
}.reach-us .contact-question > div:first-child {
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.reach-us .contact-question {
    grid-template-columns: 2fr 1fr 1fr;
}.reach-us .contact-question > div:first-child {
    grid-column: 1;
}.reach-us .contact-question > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.reach-us .contact-question > div:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.reach-us .contact-question > div {
    transform: translateZ(15px);
}
}

@media (max-width: 767px) {.reach-us {
    padding: 60px 15px;
}.reach-us h1 {
    margin-bottom: 40px;
    font-size: calc(44px * 0.9);
}.reach-us .contact-question {
    transform: rotateX(0.5deg) rotateY(0.25deg);
    padding: 30px 20px;
}.reach-us .contact-question > div {
    padding: 15px;
}.reach-us span {
    margin-left: 20px;
}}.contact-panel {
    overflow: hidden;
    background: rgb(201,200,188);
    padding: 90px 0;
    position: relative;
}.contact-panel::before {
    content: "";
    background: linear-gradient(45deg, rgb(172,167,173,0.5), rgb(130,122,133,0.5));
    z-index: 1;
    position: absolute;
    height: 400px;
    width: 400px;
    right: -150px;
    top: -150px;
    filter: blur(70px);
    border-radius: 50%;
}.contact-panel::after {
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(130,122,133,0.5), rgb(172,167,173,0.5));
    content: "";
    position: absolute;
    width: 300px;
    z-index: 1;
    height: 300px;
    bottom: -100px;
    border-radius: 50%;
    left: -100px;
}.contact-panel .container {
    padding: 0 30px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.contact-panel h2 {
    margin-bottom: 60px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-size: 34px;
}.contact-panel h2::before {
    background: rgb(172,167,173,0.5);
    position: absolute;
    width: 50px;
    top: -25px;
    z-index: -1;
    border-radius: 50%;
    content: "";
    height: 50px;
    left: calc(50% - 120px);
}.contact-panel h2::after {
    border-radius: 50%;
    right: calc(50% - 100px);
    background: rgb(130,122,133,0.5);
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -15px;
}.contact-panel .contact-inquiry {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    position: relative;
    background: #ffffff;
    border-radius: 20px;
}.contact-panel .contact-inquiry::before {
    inset: 0;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(172,167,173,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(130,122,133,0.5) 99%
    );
    pointer-events: none;
    z-index: 0;
    content: "";
    position: absolute;
}.contact-panel .img-box-grid {
    position: relative;
    min-height: 500px;
    transition: transform 0.5s ease;
    flex: 0 0 45%;
}.contact-panel .img-box-grid::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    inset: 0;
    z-index: 1;
    position: absolute;
}.contact-panel .img-box-grid::after {
    z-index: 2;
    pointer-events: none;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    content: "";
    left: 20px;
}.contact-panel .request-widget {
    padding: 60px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 55%;
    display: flex;
}.contact-panel form {
    z-index: 3;
    position: relative;
}.contact-panel form h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 23px;
}.contact-panel form input[type="text"] {
    color: #000000;
    width: 100%;
    border: none;
    padding: 18px 25px;
    font-size: 16px;
    border-radius: 12px;
    margin-bottom: 25px;
    background: rgb(201,200,188);
    transition: all 0.3s ease;
}.contact-panel form input[type="text"]:focus {
    outline: none;
    border: 1px solid transparent;
    background: linear-gradient(rgb(201,200,188), rgb(201,200,188)) padding-box,
                linear-gradient(to right, rgb(172,167,173), rgb(130,122,133)) border-box;
    box-shadow: 0 5px 15px rgba(rgb(172,167,173), 0.1);
}.contact-panel form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact-panel .support-info {
    margin-bottom: 30px;
    position: relative;
}.contact-panel .support-info input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-panel .support-info label {
    position: relative;
    display: flex;
    font-size: 14px;
    cursor: pointer;
    color: #000000;
    align-items: center;
    padding-left: 35px;
}.contact-panel .support-info label::before {
    left: 0;
    height: 22px;
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(201,200,188);
    border-radius: 6px;
    width: 22px;
    content: "";
    top: 0;
}.contact-panel .support-info input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(172,167,173), rgb(130,122,133));
}.contact-panel .support-info input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    top: 4px;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 8px;
    content: "";
    border: solid #ffffff;
    width: 6px;
    height: 12px;
}.contact-panel .support-info label a {
    transition: color 0.3s ease;
    color: rgb(172,167,173);
    font-weight: 600;
    text-decoration: none;
}.contact-panel .support-info label a:hover {
    color: rgb(130,122,133);
}.contact-panel .query-panel {
    position: relative;
    transition: all 0.5s ease;
    z-index: 1;
    font-size: 15px;
    border: none;
    padding: 20px;
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(172,167,173), rgb(130,122,133));
    font-weight: 600;
    border-radius: 12px;
    width: 100%;
}.contact-panel .query-panel::before {
    width: 100%;
    transition: transform 0.5s ease;
    left: 0;
    height: 100%;
    content: "";
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(135deg, rgb(130,122,133), rgb(172,167,173));
    transform-origin: right;
    z-index: -1;
    top: 0;
}.contact-panel .query-panel:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact-panel svg {
    height: 24px;
    transition: all 0.3s ease;
    width: 24px;
    margin-right: 12px;
    stroke: rgb(172,167,173);
    fill: none;
}.contact-panel svg path {
    fill: none;
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke: rgb(172,167,173);
}.contact-panel svg:hover,
.contact-panel svg:hover path {
    stroke: rgb(130,122,133);
}

@media (max-width: 1024px) {.contact-panel {
    padding: 70px 0;
}.contact-panel .request-widget {
    padding: 45px;
}.contact-panel .img-box-grid {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact-panel {
    padding: 60px 0;
}.contact-panel h2 {
    margin-bottom: 40px;
}.contact-panel .contact-inquiry {
    flex-direction: column;
}.contact-panel .img-box-grid {
    min-height: 300px;
    width: 100%;
    flex: 0 0 300px;
}.contact-panel .request-widget {
    flex: 0 0 auto;
    padding: 40px 30px;
}.contact-panel form h3 {
    margin-bottom: 25px;
}.contact-panel form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.contact-panel {
    padding: 50px 0;
}.contact-panel h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}.contact-panel .img-box-grid {
    min-height: 220px;
}.contact-panel .request-widget {
    padding: 30px 20px;
}.contact-panel form h3 {
    margin-bottom: 20px;
    font-size: calc(23px * 0.9);
}.contact-panel form input[type="text"] {
    padding: 14px 16px;
    margin-bottom: 16px;
    font-size: calc(16px * 0.95);
}.contact-panel .query-panel {
    padding: 16px;
}.contact-panel .support-info label {
    font-size: calc(14px * 0.95);
}}.statistical-details {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(201,200,188);
}.statistical-details::before {
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    z-index: 0;
    width: 100%;
    background: 
        linear-gradient(120deg, rgb(172,167,173,0.5) 0%, transparent 30%),
        linear-gradient(240deg, rgb(130,122,133,0.5) 0%, transparent 30%);
    opacity: 0.6;
    top: 0;
}.statistical-details .container {
    padding: 0;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.statistical-details h2 {
    font-weight: 700;
    font-size: 37px;
    position: relative;
    margin-bottom: 80px;
    text-align: center;
    color: #000000;
}.statistical-details h2::after {
    transform: translateX(-50%);
    background: rgb(172,167,173);
    width: 60px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    height: 3px;
}.statistical-details ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: center;
    perspective: 1000px;
    flex-wrap: wrap;
}.statistical-details .statistics-upsides {
    transform-style: preserve-3d;
    height: 200px;
    transition: transform 0.4s ease;
    border-radius: 14px;
    perspective: 1000px;
    position: relative;
    flex: 0 0 calc(50% - 100px);
    margin: 0 20px 80px;
}.statistical-details .statistics-upsides:hover {
    transform: scale(1.05);
}.statistical-details .statistics-upsides::before {
    transform: rotate(-2deg);
    transition: transform 0.4s ease;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    border-radius: 14px;
    left: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: -1;
    background: #ffffff;
}.statistical-details .statistics-upsides:hover::before {
    transform: rotate(0deg);
}.statistical-details .statistics-upsides::after {
    background: rgb(172,167,173,0.5);
    opacity: 0.2;
    width: 80px;
    right: -20px;
    position: absolute;
    z-index: -1;
    transition: transform 0.4s ease;
    top: -20px;
    border-radius: 50%;
    height: 80px;
    content: "";
}.statistical-details .statistics-upsides:hover::after {
    transform: scale(1.2);
}.statistical-details .statistics-upsides:nth-child(even)::after {
    left: -20px;
    right: auto;
    background: rgb(130,122,133,0.5);
}.statistical-details .statistics-upsides p {
    position: absolute;
    margin: 0;
    font-weight: 700;
    color: rgb(172,167,173);
    top: 30px;
    font-size: calc(45px * 1.5);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    right: 30px;
    line-height: 1;
}.statistical-details .statistics-upsides:nth-child(even) p {
    right: auto;
    left: 30px;
    color: rgb(130,122,133);
}.statistical-details .statistics-upsides span {
    color: #000000;
    bottom: 30px;
    position: absolute;
    line-height: 1.5;
    font-size: 16px;
    max-width: 70%;
    left: 30px;
}.statistical-details .statistics-upsides:nth-child(even) span {
    text-align: right;
    left: auto;
    right: 30px;
}.statistical-details .statistics-upsides:nth-child(1) {
    animation: fadeInUp 0.8s 0.1s both;
}.statistical-details .statistics-upsides:nth-child(2) {
    animation: fadeInUp 0.8s 0.3s both;
}.statistical-details .statistics-upsides:nth-child(3) {
    animation: fadeInUp 0.8s 0.5s both;
}.statistical-details .statistics-upsides:nth-child(4) {
    animation: fadeInUp 0.8s 0.7s both;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.statistical-details .statistics-upsides:nth-child(1)::before {
    animation: float 6s ease-in-out infinite;
}.statistical-details .statistics-upsides:nth-child(2)::before {
    animation: float 7s ease-in-out infinite;
}.statistical-details .statistics-upsides:nth-child(3)::before {
    animation: float 8s ease-in-out infinite;
}.statistical-details .statistics-upsides:nth-child(4)::before {
    animation: float 9s ease-in-out infinite;
}.statistical-details .statistics-upsides::before {
    animation-delay: calc(var(--i) * 0.2s);
}.statistical-details .statistics-upsides:nth-child(1) {
    --i: 1;
}.statistical-details .statistics-upsides:nth-child(2) {
    --i: 2;
}.statistical-details .statistics-upsides:nth-child(3) {
    --i: 3;
}.statistical-details .statistics-upsides:nth-child(4) {
    --i: 4;
}

@media (max-width: 1200px) {.statistical-details .statistics-upsides {
    margin: 0 20px 60px;
    flex: 0 0 calc(50% - 40px);
}
}

@media (max-width: 1024px) {.statistical-details {
    padding: 80px 0;
}.statistical-details h2 {
    margin-bottom: 60px;
}.statistical-details .statistics-upsides {
    flex: 0 0 calc(50% - 30px);
    height: 180px;
    margin: 0 15px 50px;
}.statistical-details .statistics-upsides p {
    top: 25px;
    font-size: calc(45px * 1.3);
    right: 25px;
}.statistical-details .statistics-upsides:nth-child(even) p {
    left: 25px;
}.statistical-details .statistics-upsides span {
    bottom: 25px;
    left: 25px;
}.statistical-details .statistics-upsides:nth-child(even) span {
    right: 25px;
}
}

@media (max-width: 767px) {.statistical-details {
    padding: 60px 0;
}.statistical-details .container {
    padding: 0 15px;
}.statistical-details h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 50px;
}.statistical-details ul {
    flex-direction: column;
    align-items: center;
}.statistical-details .statistics-upsides {
    max-width: 320px;
    height: 160px;
    width: 100%;
    flex: 0 0 100%;
    margin: 0 0 40px;
}.statistical-details .statistics-upsides p,
    .statistical-details .statistics-upsides:nth-child(even) p {
    left: auto;
    font-size: calc(45px * 1.2);
    right: 20px;
    top: 20px;
}.statistical-details .statistics-upsides span,
    .statistical-details .statistics-upsides:nth-child(even) span {
    bottom: 20px;
    text-align: left;
    right: auto;
    left: 20px;
}.statistical-details .statistics-upsides::before {
    transform: rotate(-1deg);
}
}

@media (min-width: 768px) and (max-width: 1023px) {.statistical-details .statistics-upsides {
    height: 170px;
}.statistical-details .statistics-upsides p {
    font-size: calc(45px * 1.3);
}
}

@media (prefers-reduced-motion: reduce) {.statistical-details .statistics-upsides,
    .statistical-details .statistics-upsides::before {
    animation: none;
}}.explore-now {
    background: linear-gradient(165deg, rgb(172,167,173) 0%, rgb(130,122,133) 100%);
    overflow: hidden;
    padding: 130px 0;
    z-index: 1;
    position: relative;
}.explore-now::before {
    backdrop-filter: blur(100px);
    height: 100%;
    background-color: rgba(255, 255, 255, 0.02);
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    top: 0;
}.explore-now::after {
    left: 0;
    height: 100%;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    content: '';
    top: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
}.explore-now .class-track {
    align-items: center;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 16px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    margin: 0 auto;
    justify-content: center;
    padding: 80px 60px;
    background-color: rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}.explore-now .class-track::before {
    z-index: -1;
    height: 100%;
    content: '';
    top: 0;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.05) 100%
    );
    width: 100%;
    left: 0;
    position: absolute;
}.explore-now .class-track::after {
    left: 0;
    content: '';
    height: 1px;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
}.explore-now .class-track:hover {
    box-shadow: 
        0 35px 60px rgba(0, 0, 0, 0.2),
        0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.explore-now h3 {
    color: #ffffff;
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-size: 28px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    font-weight: 300;
    letter-spacing: 8px;
    opacity: 0.9;
}.explore-now h3::before {
    bottom: -25px;
    content: '';
    height: 1px;
    left: 50%;
    width: 40px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
}.explore-now h3::after {
    width: 6px;
    transform: translateX(-50%);
    position: absolute;
    background: #ffffff;
    content: '';
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    bottom: -27px;
    left: 50%;
    height: 6px;
}.explore-now .connect-section {
    overflow: hidden;
    display: inline-block;
    padding: 16px 50px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease;
    color: rgb(172,167,173);
    text-decoration: none;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.95);
    letter-spacing: 3px;
    font-weight: 400;
    z-index: 1;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    font-size: 17px;
}.explore-now .connect-section::before {
    width: 100%;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(
        to right,
        rgb(172,167,173),
        rgb(130,122,133)
    );
    left: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
}.explore-now .connect-section::after {
    z-index: -1;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    left: 50%;
    content: '';
    border-radius: 50%;
    position: absolute;
    transition: width 0.6s ease, height 0.6s ease;
    background: rgba(255, 255, 255, 0.3);
    height: 0;
}.explore-now .connect-section:hover {
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.1);
}.explore-now .connect-section:hover::before {
    opacity: 1;
}.explore-now .connect-section:hover::after {
    height: 300px;
    width: 300px;
    opacity: 0;
    transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease 0.2s;
}

@media screen and (max-width: 992px) {.explore-now {
    padding: 110px 0;
}.explore-now .class-track {
    max-width: 85%;
    padding: 70px 50px;
}.explore-now h3 {
    margin-bottom: 55px;
    letter-spacing: 6px;
    font-size: calc(28px * 0.9);
}.explore-now .connect-section {
    padding: 14px 45px;
    letter-spacing: 2.5px;
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 768px) {.explore-now {
    padding: 90px 0;
}.explore-now .class-track {
    padding: 60px 40px;
}.explore-now h3 {
    font-size: calc(28px * 0.8);
    letter-spacing: 5px;
    margin-bottom: 50px;
}.explore-now h3::before {
    width: 35px;
    bottom: -20px;
}.explore-now h3::after {
    height: 5px;
    bottom: -22px;
    width: 5px;
}.explore-now .connect-section {
    letter-spacing: 2px;
    padding: 12px 40px;
    font-size: calc(17px * 0.9);
}
}

@media screen and (max-width: 576px) {.explore-now {
    padding: 70px 0;
}.explore-now .class-track {
    padding: 50px 30px;
}.explore-now h3 {
    letter-spacing: 4px;
    font-size: calc(28px * 0.7);
    margin-bottom: 45px;
}.explore-now h3::before {
    width: 30px;
    bottom: -15px;
}.explore-now h3::after {
    height: 4px;
    width: 4px;
    bottom: -17px;
}.explore-now .connect-section {
    letter-spacing: 1.5px;
    padding: 10px 35px;
    font-size: calc(17px * 0.85);
}}.program-details {
    background: linear-gradient(145deg, rgb(201,200,188) 0%, rgba(245, 245, 250, 0.95) 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.program-details::before {
    background-image: 
        linear-gradient(30deg, rgba(rgb(172,167,173,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(172,167,173,0.5), 0.03) 1px, transparent 1px);
    height: 100%;
    content: "";
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: 40px 40px;
}.program-details::after {
    opacity: 0.2;
    z-index: 0;
    background: linear-gradient(225deg, rgb(172,167,173) 0%, rgba(rgb(172,167,173,0.5), 0.4) 70%);
    width: 300px;
    position: absolute;
    right: -5%;
    border-radius: 50%;
    content: "";
    filter: blur(80px);
    height: 300px;
    top: -5%;
}.program-details .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.program-details h2 {
    max-width: 90%;
    transform: translateX(-8px);
    position: relative;
    margin-bottom: 40px;
    font-size: 29px;
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
}.program-details h2::before {
    left: -15px;
    width: 6px;
    background-color: rgb(172,167,173);
    top: 50%;
    height: 60%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
}.program-details .job-classes {
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}.program-details .img-box-grid {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow: hidden;
    height: 360px;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.06),
        0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.03);
    border: 1px solid rgba(rgb(172,167,173,0.5), 0.15);
}.program-details .img-box-grid::before {
    position: absolute;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(rgb(172,167,173,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgba(0, 0, 0, 0.5), 0.2) 100%
    );
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}.program-details .img-box-grid:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(5px);
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.program-details .label-container {
    transform: translateY(-5px);
    background: #ffffff;
    scrollbar-width: thin;
    overflow-y: auto;
    max-height: 500px;
    scrollbar-color: rgb(172,167,173) rgba(rgb(172,167,173,0.5), 0.1);
    position: relative;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.03),
        0 1px 8px rgba(rgba(0, 0, 0, 0.5), 0.01);
    padding: 20px;
}.program-details .label-container::-webkit-scrollbar {
    width: 6px;
}.program-details .label-container::-webkit-scrollbar-track {
    background: rgba(rgb(172,167,173,0.5), 0.1);
    border-radius: 10px;
}.program-details .label-container::-webkit-scrollbar-thumb {
    background-color: rgb(172,167,173);
    border-radius: 10px;
}.program-details .description {
    padding-left: 15px;
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(172,167,173,0.5), 0.3);
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-size: 14px;
}.program-details .description:last-child {
    margin-bottom: 0;
}.program-details .description::before {
    width: 2px;
    height: 0;
    position: absolute;
    left: -2px;
    top: 0;
    background-color: rgb(172,167,173);
    animation: lineGrow 2.5s ease-out forwards;
    content: "";
}

@keyframes lineGrow {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@media (min-width: 768px) {.program-details {
    padding: 150px 0 100px;
}.program-details .job-classes {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}.program-details h2 {
    max-width: 70%;
    margin-bottom: 60px;
    font-size: calc(29px * 1.1);
}.program-details .img-box-grid {
    height: 450px;
}.program-details .label-container {
    max-height: 450px;
    padding: 30px;
}
}

@media (min-width: 992px) {.program-details {
    padding: 180px 0 120px;
}.program-details h2 {
    transform: translateX(-20px);
    font-size: calc(29px * 1.2);
    max-width: 60%;
}.program-details h2::before {
    width: 8px;
    left: -30px;
}.program-details .job-classes {
    gap: 80px;
}.program-details .img-box-grid {
    height: 520px;
}.program-details .label-container {
    max-height: 520px;
    padding: 40px;
}.program-details .description {
    padding-left: 25px;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.program-details .container {
    padding: 0 40px;
}.program-details .job-classes {
    gap: 100px;
}.program-details .img-box-grid {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.program-details .img-box-grid:hover {
    transform: perspective(1200px) rotateY(0deg) translateZ(10px);
}.program-details .label-container {
    transform: translateY(-10px);
}
}

@media (max-width: 767px) {.program-details {
    padding: 80px 0 60px;
}.program-details h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
    max-width: 100%;
}.program-details .img-box-grid {
    height: 280px;
}.program-details .label-container {
    max-height: 400px;
    padding: 15px;
}.program-details .description {
    font-size: calc(14px * 0.95);
}}.subscribe-to-newsletter {
    background-color: rgb(201,200,188);
    position: relative;
    isolation: isolate;
    padding: 5rem 3rem;
    overflow: hidden;
}.subscribe-to-newsletter::before {
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0.1;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(172,167,173,0.5) 49%, rgb(172,167,173,0.5) 51%, transparent 52%) 0 0 / 2rem 2rem,
        linear-gradient(-45deg, transparent 48%, rgb(130,122,133,0.5) 49%, rgb(130,122,133,0.5) 51%, transparent 52%) 1rem 1rem / 2rem 2rem;
    position: absolute;
    left: 0;
    width: 100%;
}.subscribe-to-newsletter::after {
    content: "";
    animation: shift 10s infinite alternate;
    background: linear-gradient(135deg, transparent, rgb(172,167,173,0.5));
    height: 70%;
    z-index: -1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    bottom: 0;
    right: 0;
    position: absolute;
    width: 40%;
}.subscribe-to-newsletter .class-track {
    grid-template-columns: 2fr 3fr;
    display: grid;
    position: relative;
    gap: 0;
}.subscribe-to-newsletter .class-track::before {
    position: absolute;
    top: 50%;
    opacity: 0.5;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(172,167,173,0.5), transparent);
    transform: translateY(-50%) rotate(-5deg);
    height: 1px;
    content: "";
}.subscribe-to-newsletter p {
    color: #000000;
    padding-right: 2rem;
    display: flex;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-size: calc(20px * 1.2);
    position: relative;
    justify-content: center;
    line-height: 1.6;
    grid-column: 1 / 2;
    flex-direction: column;
    margin: 0;
    transform-origin: left center;
}.subscribe-to-newsletter p::after {
    position: absolute;
    width: 1px;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgb(172,167,173,0.5), transparent);
    right: 0;
}.subscribe-to-newsletter .input_holder {
    display: flex;
    position: relative;
    align-items: center;
    grid-column: 2 / 3;
    margin-left: 2rem;
}.subscribe-to-newsletter .sub-benefit {
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px 0 0 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    color: #000000;
    font-size: 14px;
    background-color: #ffffff;
    padding: 1.2rem 1.5rem;
    flex: 1;
}.subscribe-to-newsletter .sub-benefit:focus {
    border-color: rgb(172,167,173,0.5);
    outline: none;
}.subscribe-to-newsletter .sub-benefit::placeholder {
    color: #000000;
    opacity: 0.7;
    transition: all 0.3s ease;
}.subscribe-to-newsletter .sub-benefit:focus::placeholder {
    opacity: 0.3;
    transform: translateY(-10px);
}.subscribe-to-newsletter .sub-component {
    background-color: rgb(172,167,173);
    padding: 1.2rem 2rem;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    border-radius: 0 10px 10px 0;
    z-index: 1;
    border: none;
    cursor: pointer;
    font-weight: 400;
    transition: all 0.3s ease;
}.subscribe-to-newsletter .sub-component::before {
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    transition: transform 0.3s ease;
    background-color: rgb(130,122,133);
    content: "";
    width: 100%;
    z-index: -1;
    left: 0;
    height: 100%;
}.subscribe-to-newsletter .sub-component:hover::before {
    transform: translateX(0);
}.subscribe-to-newsletter .sub-component:hover {
    letter-spacing: 2px;
}

@keyframes shift {
    0% {
        opacity: 0.5;
        transform: translateX(0);
    }
    100% {
        opacity: 0.7;
        transform: translateX(-20px);
    }
}

@media (max-width: 768px) {.subscribe-to-newsletter {
    padding: 3rem 1.5rem;
}.subscribe-to-newsletter .class-track {
    gap: 2rem;
    grid-template-columns: 1fr;
}.subscribe-to-newsletter p {
    padding-right: 0;
    padding-bottom: 1.5rem;
    text-align: center;
    grid-column: 1 / 2;
}.subscribe-to-newsletter p::after {
    width: 50%;
    transform: translateX(-50%);
    height: 1px;
    top: auto;
    background: linear-gradient(to right, transparent, rgb(172,167,173,0.5), transparent);
    right: auto;
    left: 50%;
    bottom: 0;
}.subscribe-to-newsletter .input_holder {
    margin-left: 0;
    flex-direction: column;
    grid-column: 1 / 2;
}.subscribe-to-newsletter .sub-benefit {
    margin-bottom: 1rem;
    width: 100%;
    border-radius: 10px;
}.subscribe-to-newsletter .sub-component {
    border-radius: 10px;
    width: 100%;
}}.tariff-option {
    padding: 120px 0 80px;
    overflow: hidden;
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-border: linear-gradient(135deg, rgb(172,167,173), rgb(130,122,133));
    --card-accent: rgb(172,167,173);
    position: relative;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    --card-bg: #ffffff;
    background-color: var(--pricing-bg);
    --pricing-bg: #f5f7fa;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.tariff-option::before {
    top: -10%;
    right: -5%;
    transform: rotate(-15deg);
    filter: blur(60px);
    z-index: 1;
    width: 35%;
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(172,167,173,0.5), rgb(130,122,133,0.5));
    content: "";
    height: 50%;
}.tariff-option::after {
    filter: blur(50px);
    content: "";
    width: 30%;
    height: 40%;
    left: -5%;
    bottom: -10%;
    opacity: 0.4;
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(130,122,133,0.5), rgb(172,167,173,0.5));
    position: absolute;
    z-index: 1;
}.tariff-option .container {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.tariff-option .cert-plans {
    flex-direction: column;
    display: flex;
}.tariff-option .lesson-plans {
    max-width: 800px;
    margin-bottom: 60px;
    order: -1;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}.tariff-option .lesson-plans h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 31px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}.tariff-option .lesson-plans h2::after {
    background: linear-gradient(to right, rgb(172,167,173), rgb(130,122,133));
    height: 3px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 80px;
    bottom: -10px;
}.tariff-option .payment-plan {
    color: #000000;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
    white-space: normal;
    font-size: calc(18px + 2px);
}.tariff-option .cost-schemes {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}.tariff-option .pricing-card {
    color: inherit;
    transform: translateY(0);
    transition: transform var(--card-transition);
    height: 100%;
    display: block;
    text-decoration: none;
}.tariff-option .pricing-card:hover {
    transform: translateY(-10px);
}.tariff-option .fee-package {
    overflow: hidden;
    transition: box-shadow var(--card-transition);
    box-shadow: var(--card-shadow);
    height: 100%;
    flex-direction: column;
    background-color: var(--card-bg);
    position: relative;
    border-radius: 10px;
    display: flex;
}.tariff-option .pricing-card:hover .fee-package {
    box-shadow: var(--card-hover-shadow);
}.tariff-option .fee-package::before {
    position: absolute;
    left: 0;
    height: 5px;
    transform-origin: left;
    transition: transform 0.5s ease;
    top: 0;
    content: "";
    transform: scaleX(0);
    background: var(--card-border);
    width: 100%;
}.tariff-option .pricing-card:hover .fee-package::before {
    transform: scaleX(1);
}.tariff-option .learn-pricing {
    flex-grow: 1;
    z-index: 1;
    position: relative;
    display: flex;
    padding: 35px 30px;
    flex-direction: column;
}.tariff-option .learn-pricing h3 {
    font-size: calc(20px + 2px);
    display: inline-block;
    transition: color 0.3s ease;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    position: relative;
}.tariff-option .pricing-card:hover .learn-pricing h3 {
    color: var(--card-accent);
}.tariff-option .learning-cost {
    margin-bottom: 20px;
    color: var(--card-accent);
    position: relative;
    font-size: calc(20px + 6px);
    font-weight: 700;
    display: inline-block;
}.tariff-option .learning-cost::after {
    content: "";
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
    height: 2px;
    background-color: var(--card-accent);
    bottom: -10px;
}.tariff-option .pricing-card:hover .learning-cost::after {
    width: 60px;
}.tariff-option .learn-pricing p {
    word-wrap: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 18px;
    white-space: normal;
    color: #000000;
    flex-grow: 1;
    hyphens: auto;
    margin-top: 15px;
}.tariff-option .img-box-grid {
    width: 100%;
    transition: transform 0.6s ease;
    position: relative;
    overflow: hidden;
    height: 200px;
}.tariff-option .img-box-grid::after {
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    right: 0;
    top: 0;
    content: "";
    bottom: 0;
    left: 0;
}.tariff-option .pricing-card:hover .img-box-grid::after {
    opacity: 1;
}.tariff-option .pricing-card:hover .img-box-grid {
    transform: scale(1.05);
}

@media (min-width: 992px) {.tariff-option .cert-plans {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.tariff-option .lesson-plans {
    width: 30%;
    text-align: left;
    margin: 0;
    order: 0;
}.tariff-option .lesson-plans h2 {
    text-align: left;
    display: block;
}.tariff-option .lesson-plans h2::after {
    left: 0;
    transform: none;
}.tariff-option .payment-plan {
    text-align: left;
    margin: 0;
}.tariff-option .cost-schemes {
    width: 70%;
}
}

@media (max-width: 991px) {.tariff-option {
    padding: 80px 0 60px;
}.tariff-option .cost-schemes {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 767px) {.tariff-option {
    padding: 60px 0 40px;
}.tariff-option .lesson-plans {
    margin-bottom: 40px;
}.tariff-option .cost-schemes {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.tariff-option .learn-pricing {
    padding: 25px 20px;
}.tariff-option .learn-pricing h3 {
    font-size: 20px;
}.tariff-option .learning-cost {
    font-size: calc(20px + 2px);
}.tariff-option .learn-pricing p {
    font-size: calc(18px - 1px);
}.tariff-option .img-box-grid {
    height: 180px;
}
}

@media (max-width: 480px) {.tariff-option {
    padding: 50px 0 30px;
}.tariff-option .lesson-plans h2 {
    font-size: calc(31px - 4px);
}.tariff-option .payment-plan {
    font-size: 18px;
}.tariff-option .learn-pricing {
    padding: 20px 15px;
}.tariff-option .img-box-grid {
    height: 160px;
}}header .main-master {
    width: 100%;
    position: relative;
    overflow: visible;
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 1.5rem 2rem;
    justify-content: space-between;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 21px;
    left: 0;
    border-bottom-right-radius: 0;
    background: linear-gradient(135deg, rgb(172,167,173,0.5) 0%, rgb(130,122,133) 100%);
}header .main-master .nav-guide {
    transform: skewX(5deg);
    z-index: 2;
    position: relative;
}header .main-master .nav-guide .nav-info {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .main-master .nav-guide .nav-info:hover {
    transform: translateY(-8px) rotate(0deg);
}header .main-master .nav-guide svg {
    width: 80px;
    height: auto;
}header .main-master .main-edu {
    position: relative;
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
    gap: 1rem;
}header .main-master .main-edu::before {
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    background: linear-gradient(45deg, transparent 0%, rgb(172,167,173,0.5) 100%);
    top: -10px;
    left: -20px;
    position: absolute;
    z-index: -1;
    opacity: 0;
}header .main-master .nav-learn {
    position: relative;
    transition: transform 0.3s ease;
}header .main-master .nav-learn a {
    display: block;
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 0.5rem 1rem;
    position: relative;
    transition: color 0.3s ease;
}header .main-master .nav-learn a::before {
    width: 100%;
    position: absolute;
    height: 2px;
    background: rgb(130,122,133);
    content: "";
    bottom: 0;
    transform: scaleX(0) rotate(-2deg);
    transform-origin: right;
    left: 0;
    transition: transform 0.3s ease;
}header .main-master .nav-learn a:hover {
    color: rgb(130,122,133);
}header .main-master .nav-learn a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .main-master {
    flex-direction: column;
    padding: 1rem;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    transform: skewX(0);
    width: 100vw;
}header .main-master .nav-guide {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .main-master .main-edu {
    transform: skewX(0);
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .main-master .main-edu::before {
    transform: skewX(0);
}header .main-master .main-edu:hover::before {
    transform: skewX(0);
}header .main-master .nav-learn {
    margin: 0.25rem;
}header .main-master .nav-learn:nth-child(odd),
  header .main-master .nav-learn:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .main-master {
    padding: 0.75rem;
}header .main-master .main-edu {
    align-items: center;
    flex-direction: column;
}header .main-master .nav-learn {
    width: 100%;
    text-align: center;
}header .main-master .nav-guide svg {
    width: 100px;
}}.tySpot {
    overflow: hidden;
    position: relative;
    background: radial-gradient(circle at 30% 70%, rgb(130,122,133,0.5), transparent 70%), 
                radial-gradient(circle at 70% 30%, rgb(172,167,173,0.5), transparent 60%);
    padding: 6rem 0;
}.tySpot::before {
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.1) 1px, transparent 1px);
    z-index: 1;
    background-size: 40px 40px;
    position: absolute;
    height: 100%;
    opacity: 0.6;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    animation: constellation 20s infinite linear;
}.tySpot::after {
    border: 1px solid rgb(130,122,133,0.5);
    opacity: 0.3;
    content: "";
    z-index: 1;
    left: -150px;
    top: 50%;
    height: 300px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 300px;
    position: absolute;
}.tySpot .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.tySpot .class-track {
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.1),
        0 1px 0 rgba(255,255,255,0.1) inset;
    position: relative;
    padding: 4rem 3rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    gap: 2.5rem;
    flex-direction: column;
    backdrop-filter: blur(8px);
    border-left: 2px solid rgb(130,122,133);
    background: linear-gradient(135deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05));
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
}.tySpot .class-track:hover {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 1px 0 rgba(255,255,255,0.15) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.tySpot .class-track > div:first-child {
    padding-left: 25px;
    position: relative;
    align-items: center;
    display: flex;
}.tySpot .class-track > div:first-child::before {
    left: 0;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    height: 2px;
    background: rgb(130,122,133);
    transition: width 0.3s ease;
    top: 50%;
    width: 15px;
}.tySpot .class-track:hover > div:first-child::before {
    width: 20px;
}.tySpot h5 {
    opacity: 0;
    -webkit-background-clip: text !important;
    color: transparent;
    z-index: 2;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-weight: 700;
    background-clip: text !important;
    color: #000000;
    position: relative;
    margin: 0;
    background: linear-gradient(to right, #000000, rgb(130,122,133));
    transform: translateY(20px);
    font-size: 24px;
    line-height: 1.4;
}.tySpot p {
    font-size: 15px;
    font-weight: 400;
    animation: fadeSlideIn 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    z-index: 2;
    opacity: 0;
    color: #000000;
    margin: 0;
    line-height: 1.7;
    position: relative;
    transform: translateY(20px);
}.tySpot a {
    transition: transform 0.3s ease;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 0;
    color: inherit;
    display: block;
}.tySpot a::after {
    width: 0;
    content: "";
    background: rgb(130,122,133);
    height: 1px;
    position: absolute;
    left: 0;
    transition: width 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    bottom: 0;
}.tySpot a:hover {
    transform: translateX(5px);
}.tySpot a:hover::after {
    width: 100%;
}

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

@keyframes constellation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100px 100px;
    }
}

@media (min-width: 768px) {.tySpot .class-track {
    border-radius: 0 25px 25px 0;
    margin-left: 5rem;
    padding: 5rem 4rem;
}.tySpot .class-track::before {
    height: 200px;
    opacity: 0.5;
    right: -30px;
    position: absolute;
    width: 200px;
    z-index: 1;
    content: "";
    border: 1px solid rgb(172,167,173,0.5);
    border-radius: 50%;
    top: -50px;
}.tySpot h5 {
    font-size: calc(24px * 1.1);
}.tySpot p {
    max-width: 90%;
}
}

@media (min-width: 992px) {.tySpot {
    padding: 8rem 0;
}.tySpot .class-track {
    margin-left: 8rem;
    gap: 3rem;
    padding: 6rem 5rem;
}.tySpot h5 {
    font-size: calc(24px * 1.2);
}.tySpot p {
    font-size: calc(15px * 1.05);
    max-width: 80%;
}
}

@media (max-width: 767px) {.tySpot {
    padding: 4rem 0;
}.tySpot .class-track {
    gap: 2rem;
    padding: 3rem 2rem;
}.tySpot h5 {
    font-size: calc(24px * 0.9);
}.tySpot::after,
    .tySpot .class-track::before {
    display: none;
}
}

@media (max-width: 480px) {.tySpot {
    padding: 3rem 0;
}.tySpot .class-track {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.tySpot h5 {
    font-size: calc(24px * 0.85);
}.tySpot p {
    font-size: calc(15px * 0.95);
}.tySpot .class-track > div:first-child {
    padding-left: 20px;
}}.title-portal {
    justify-content: center;
    background: linear-gradient(135deg, rgb(201,200,188) 0%, rgb(172,167,173,0.5) 100%);
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    padding: 2rem;
    min-height: 100vh;
}.title-portal::before {
    bottom: 0;
    opacity: 0.07;
    top: 0;
    background-position: 0 0, 0 0;
    right: 0;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    background-size: 100% 100%, 60px 60px;
    background: 
    radial-gradient(circle at 10% 20%, transparent 0%, rgb(130,122,133,0.5) 70%),
    linear-gradient(45deg, transparent 48%, rgb(172,167,173,0.5) 49%, rgb(172,167,173,0.5) 51%, transparent 52%) rgb(201,200,188);
}.title-portal::after {
    position: absolute;
    opacity: 0.08;
    content: "";
    right: -5%;
    z-index: 0;
    background: rgb(130,122,133);
    height: 70%;
    top: -10%;
    transform: rotate(-12deg) skewX(-15deg);
    width: 45%;
}.title-portal .skill-expertise {
    z-index: 5;
    position: relative;
    display: grid;
    transform: translateY(-2%);
    max-width: 1200px;
    gap: 3rem;
    grid-template-columns: 1fr;
    width: 100%;
}.title-portal .skill-expertise > div:first-child {
    opacity: 0;
    transform: translateX(-5%);
    position: relative;
    animation: slideInLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: 0.3s;
}.title-portal .skill-expertise > div:last-child {
    transform: translateX(5%);
    position: relative;
    animation-delay: 0.6s;
    opacity: 0;
    animation: slideInRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.title-portal h3 {
    padding-left: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.1);
    padding: 1.5rem;
    background: linear-gradient(to right, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    border-left: 4px solid rgb(172,167,173);
    color: #000000;
    box-shadow: 0 6px 15px -5px rgba(0, 0, 0, 0.1);
    max-width: 90%;
    transform: perspective(1000px) rotateY(-2deg);
    line-height: 1.5;
}.title-portal .learn-expert {
    position: relative;
    padding: 2rem;
    z-index: 10;
}.title-portal .learn-expert::before {
    transform: scaleX(0.97);
    z-index: 2;
    left: -1px;
    animation-delay: 1s;
    right: -1px;
    content: "";
    transform-origin: left;
    position: absolute;
    height: 6px;
    background: linear-gradient(90deg, rgb(172,167,173) 0%, rgb(130,122,133) 100%);
    top: -1px;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.title-portal h1 {
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    position: relative;
    font-size: 38px;
    color: #000000;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    line-height: 1.2;
    font-weight: 700;
}.title-portal h1::after {
    bottom: -0.5rem;
    animation-delay: 0.8s;
    left: 0;
    height: 3px;
    width: 80px;
    animation: expandWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    position: absolute;
    background: rgb(172,167,173);
}.title-portal .learn-expert div {
    border-radius: 10px;
    position: relative;
    padding: 2.5rem;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin-top: 1.5rem;
}.title-portal .learn-expert div::before {
    left: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, rgb(172,167,173,0.5) 0%, transparent 100%);
    top: 0;
    mix-blend-mode: multiply;
    opacity: 0.7;
}.title-portal .learn-expert div:hover {
    transform: perspective(1000px) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.title-portal .learn-expert div p {
    color: #ffffff;
    font-size: calc(16px * 1.2);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0;
    max-width: 90%;
    z-index: 2;
    position: relative;
    line-height: 1.6;
    font-weight: 600;
}

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

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

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

@media screen and (min-width: 768px) {.title-portal {
    padding: 3rem;
}.title-portal .skill-expertise {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.title-portal h1 {
    font-size: calc(38px * 1.2);
}.title-portal h3 {
    font-size: calc(22px * 1.2);
    max-width: 85%;
}.title-portal .learn-expert div p {
    font-size: calc(16px * 1.3);
}
}

@media screen and (min-width: 992px) {.title-portal {
    padding: 0;
}.title-portal .skill-expertise {
    grid-template-columns: 45% 55%;
    gap: 0;
}.title-portal .skill-expertise > div:first-child {
    padding-right: 2rem;
    display: flex;
    align-items: center;
}.title-portal h3 {
    padding: 2rem;
    transform: perspective(1000px) rotateY(-3deg);
}.title-portal .learn-expert {
    padding: 3rem 2rem;
}.title-portal h1 {
    font-size: calc(38px * 1.3);
    margin-bottom: 2.5rem;
}.title-portal .learn-expert div {
    transform: perspective(1000px) rotateY(3deg);
    margin-top: 2rem;
    padding: 3rem;
}.title-portal .learn-expert div p {
    max-width: 80%;
}
}

@media screen and (min-width: 1200px) {.title-portal .skill-expertise {
    max-width: 1400px;
}.title-portal h1 {
    font-size: calc(38px * 1.4);
}.title-portal h3 {
    max-width: 90%;
    font-size: calc(22px * 1.3);
}.title-portal .learn-expert div {
    padding: 4rem 3rem;
}.title-portal .learn-expert div:hover ~ h1 {
    transform: perspective(1000px) rotateX(2deg);
}
}

@media (hover: hover) {.title-portal .learn-expert div {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.title-portal .learn-expert div:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}
}

@media (max-width: 767px) {.title-portal {
    padding: 2rem 1rem;
}.title-portal h3 {
    font-size: 22px;
    padding: 1rem 1rem 1rem 1.2rem;
    max-width: 100%;
}.title-portal h1 {
    font-size: calc(38px * 0.9);
}.title-portal .learn-expert {
    padding: 1rem 0.5rem;
}.title-portal .learn-expert div {
    padding: 2rem 1.5rem;
    transform: perspective(1000px) rotateY(0);
}.title-portal .learn-expert div p {
    font-size: 16px;
    max-width: 100%;
}}.cookie-message-popup {
    width: 100%;
    background: rgb(201,200,188);
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(172,167,173);
    position: fixed;
}.privacy-opt {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}.cookie-message-popup h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie-message-popup p {
    font-size: 18px;
}.data-control {
    flex-shrink: 0;
    margin-right: 10px;
}.data-control svg, .data-control svg path, .data-control img {
    width: 100px;
    height: 100px;
    fill: rgb(172,167,173);
}.secure-cookies {
    font-size: 24px;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: center;
    border-bottom: 2px solid rgb(172,167,173);
    cursor: pointer;
    text-decoration: none;
    min-width: 120px;
    line-height: 35px;
    color: rgb(172,167,173);
    margin-left: 10px;
}.cookie-message-popup p a {
    text-decoration: none;
    color: rgb(172,167,173);
}
@media only screen and (max-width: 1200px) {.cookie-message-popup {
    padding: 20px;
}}
#usageSettingsPopup {
    display: none;
}#usageSettingsPopup:checked ~ .cookie-message-popup {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 800px) {.data-control {
    display: none;
}.privacy-opt {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie-message-popup h5 {
    text-align: center;
}.cookie-message-popup p {
    text-align: center;
}.data-agree {
    margin-bottom: 20px;
}body .wrap-structure .secure-cookies {
    margin-left: 0;
}}.mentor-net {
    position: relative;
    color: #ffffff;
    z-index: 1;
    background-position: center center;
    padding: 5rem 0 3rem;
}.mentor-net::before {
    z-index: -1;
    position: absolute;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}.mentor-net::after {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.5;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    z-index: -1;
}.mentor-net .container {
    flex-direction: column;
    display: flex;
    position: relative;
}.mentor-net .container::before {
    left: 0;
    opacity: 0.3;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    width: 100%;
    height: 80px;
    position: absolute;
    background: linear-gradient(0deg, rgb(172,167,173) 0%, transparent 100%);
    content: "";
    top: -80px;
}.mentor-net .company_holder {
    margin-bottom: 4rem;
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    background: rgba(0, 0, 0, 0.4);
    padding: 2rem;
    position: relative;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(rgb(172,167,173), 0.3);
    border-radius: 10px;
}.mentor-net .company_holder::before {
    position: absolute;
    filter: blur(5px);
    left: -5px;
    z-index: -1;
    height: calc(100% + 10px);
    background: linear-gradient(45deg, rgb(172,167,173), transparent 70%);
    opacity: 0.5;
    top: -5px;
    content: "";
    width: calc(100% + 10px);
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
}.mentor-net .company_holder h3 {
    position: relative;
    letter-spacing: 2px;
    font-size: calc(32px * 1.2);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    display: inline-block;
    text-shadow: 0 0 10px rgb(172,167,173), 0 0 20px rgb(172,167,173), 0 0 30px rgb(172,167,173);
}.mentor-net .company_holder h3::before {
    top: 2px;
    z-index: -1;
    color: rgb(172,167,173);
    filter: blur(1px);
    position: absolute;
    opacity: 0.7;
    left: 2px;
    content: attr(data-text);
}.mentor-net .challenge-cta {
    border-left: 2px solid rgb(172,167,173);
    font-size: 14px;
    color: #ffffff;
    padding-left: 1rem;
    opacity: 0.8;
    line-height: 1.6;
    margin-top: 1.5rem;
}.mentor-net .edu-links {
    position: relative;
    display: flex;
    justify-content: space-between;
}.mentor-net .edu-links::before {
    top: -20px;
    content: "";
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(172,167,173), transparent);
}.mentor-net .top-skill {
    justify-content: space-between;
    display: flex;
    gap: 2rem;
    width: 100%;
}.mentor-net .main-edu {
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    flex: 1;
    padding: 1.5rem;
    border-bottom: 2px solid rgb(172,167,173);
    position: relative;
    border-left: 2px solid rgb(172,167,173);
}.mentor-net .main-edu:hover {
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    background: rgba(rgb(172,167,173,0.5), 0.1);
    transform: translateY(-5px);
}.mentor-net .main-edu h5 {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 18px;
    position: relative;
    color: rgb(130,122,133);
}.mentor-net .main-edu h5::after {
    left: 0;
    content: "";
    box-shadow: 0 0 10px rgb(172,167,173);
    width: 40px;
    position: absolute;
    height: 2px;
    background: rgb(172,167,173);
    bottom: -8px;
}.mentor-net .main-edu .top-skill {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.mentor-net .main-edu .top-skill a {
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    text-decoration: none;
    opacity: 0.7;
}.mentor-net .main-edu .top-skill a::before {
    left: 0;
    transition: all 0.3s ease;
    content: "//";
    color: rgb(172,167,173);
    position: absolute;
    font-size: 0.8em;
}.mentor-net .main-edu .top-skill a:hover {
    color: rgb(172,167,173);
    opacity: 1;
    text-shadow: 0 0 5px rgb(172,167,173);
}.mentor-net .main-edu .top-skill a:hover::before {
    color: rgb(130,122,133);
}.project-ref {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.6);
    margin-top: 3rem;
}.project-ref::before {
    left: 0;
    top: 0;
    content: "";
    height: 1px;
    background-image: 
        linear-gradient(90deg, transparent, rgb(172,167,173), transparent);
    width: 100%;
    position: absolute;
}.project-ref .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.project-ref .report-abuse {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    opacity: 0.7;
    letter-spacing: 1px;
    color: #ffffff;
}.project-ref .report-abuse::before,
.project-ref .report-abuse::after {
    margin: 0 10px;
    content: "//";
    color: rgb(172,167,173);
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(172,167,173), 0 0 20px rgb(172,167,173);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.mentor-net .edu-links {
    flex-direction: column;
}.mentor-net .top-skill {
    flex-direction: column;
}.mentor-net .main-edu {
    margin-bottom: 1rem;
    width: 100%;
}.project-ref {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.mentor-net {
    padding: 4rem 0 2rem;
}.mentor-net .company_holder {
    margin-bottom: 3rem;
    padding: 1.5rem;
}.mentor-net .company_holder h3 {
    font-size: 32px;
}.mentor-net .main-edu h5 {
    font-size: calc(18px * 0.9);
}.project-ref {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    margin-top: 2rem;
    padding: 1.2rem 0;
}
}

@media screen and (max-width: 576px) {.mentor-net {
    padding: 3rem 0 2rem;
}.mentor-net .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.mentor-net .company_holder h3 {
    font-size: calc(32px * 0.85);
    letter-spacing: 1px;
}.mentor-net .challenge-cta {
    font-size: calc(14px * 0.9);
}.mentor-net .main-edu {
    padding: 1rem;
}.mentor-net .main-edu .top-skill a {
    font-size: calc(14px * 0.9);
}.project-ref {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.project-ref .report-abuse::before,
    .project-ref .report-abuse::after {
    display: none;
}
}