* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.wrapper-canvas {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    scroll-behavior: auto;
    min-height: 100%;
    height: 100%;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}.webinar_cta {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.nav_prime {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1180px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.meet_us {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.meet_us::before {
    left: 0;
    z-index: 1;
    backdrop-filter: blur(4px);
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(153,153,158,0.5), rgba(0, 0, 0, 0.5) 85%);
}.meet_us .container {
    padding: 0 30px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.meet_us .text_display {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    position: relative;
    gap: 30px;
    display: grid;
    padding: 50px;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.meet_us .text_display::before {
    position: absolute;
    height: 100%;
    width: 5px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(153,153,158), rgb(118,118,121));
    content: '';
}.meet_us .text_display::after {
    background: linear-gradient(to right, transparent, rgb(118,118,121,0.5), transparent);
    transform: scaleX(0.7);
    width: calc(100% - 60px);
    right: 30px;
    bottom: -15px;
    transform-origin: right center;
    content: '';
    height: 1px;
    position: absolute;
}.meet_us .text_display:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meet_us h5 {
    letter-spacing: 1.5px;
    position: relative;
    font-size: 22px;
    color: rgb(153,153,158);
    margin: 0 0 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}.meet_us h5::after {
    content: '';
    left: 0;
    transform: scaleX(1);
    height: 3px;
    width: 60px;
    transform-origin: left;
    transition: transform 0.4s ease;
    position: absolute;
    background: rgb(118,118,121);
    bottom: 0;
}.meet_us .text_display:hover h5::after {
    transform: scaleX(1.5);
}.meet_us p {
    margin: 0;
    font-size: calc(17px * 1.2);
    color: #000000;
    line-height: 1.5;
}.meet_us p b {
    display: block;
    font-size: calc(17px * 1.6);
    font-weight: 700;
    color: rgb(118,118,121);
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}.meet_us ol {
    padding: 0;
    counter-reset: item;
    margin: 25px 0 0;
    list-style: none;
}.meet_us ol li {
    line-height: 1.7;
    color: #000000;
    position: relative;
    column-count: 1;
    font-size: 17px;
    hyphens: auto;
    padding: 0;
    column-gap: 40px;
    text-align: justify;
}.meet_us ol li::before {
    width: 40px;
    transition: all 0.4s ease;
    position: absolute;
    border: 2px solid rgb(153,153,158);
    counter-increment: item;
    background-color: #ffffff;
    opacity: 0.1;
    z-index: -1;
    border-radius: 50%;
    content: '';
    height: 40px;
    left: -20px;
    top: -20px;
}.meet_us .text_display:hover ol li::before {
    transform: scale(1.2);
    opacity: 0.2;
}

@media (min-width: 768px) {.meet_us .text_display {
    grid-template-columns: 1fr 2fr;
    align-items: start;
}.meet_us ol li {
    column-count: 2;
}.meet_us h5, .meet_us div:nth-child(2) {
    grid-column: 1;
}.meet_us ol {
    margin-top: 10px;
    grid-column: 1 / span 2;
}
}

@media (min-width: 992px) {.meet_us {
    padding: 150px 0;
}.meet_us .text_display {
    grid-template-columns: 1fr 3fr;
    padding: 70px;
}.meet_us ol li {
    column-count: 3;
}.meet_us h5 {
    font-size: calc(22px * 1.2);
}.meet_us p b {
    font-size: calc(17px * 1.8);
}
}

@media (max-width: 767px) {.meet_us {
    padding: 80px 0;
}.meet_us .text_display {
    padding: 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.meet_us h5 {
    font-size: calc(22px * 0.9);
}.meet_us p b {
    font-size: calc(17px * 1.4);
}.meet_us ol li {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.meet_us {
    padding: 60px 0;
}.meet_us .container {
    padding: 0 20px;
}.meet_us .text_display {
    padding: 25px;
    transform: none;
}.meet_us h5 {
    font-size: calc(22px * 0.85);
}.meet_us p b {
    font-size: calc(17px * 1.3);
}}.educational_gains {
    padding: 8rem 0;
    position: relative;
    background: rgb(188,188,194);
    overflow: hidden;
}.educational_gains::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -20%;
    right: -10%;
    width: 60%;
    height: 140%;
    background: rgb(153,153,158,0.5);
    transform: rotate(-20deg);
}.educational_gains::after {
    height: 140%;
    opacity: 0.4;
    bottom: -20%;
    left: -10%;
    transform: rotate(-20deg);
    width: 60%;
    background: rgb(118,118,121,0.5);
    position: absolute;
    z-index: 1;
    content: '';
}.educational_gains .study_program {
    grid-template-columns: repeat(12, 1fr);
    padding: 0 2rem;
    z-index: 2;
    display: grid;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    grid-gap: 2rem;
}.educational_gains .img_fit {
    border-radius: 12px;
    position: relative;
    transform: translateY(30px);
    animation: float 6s ease-in-out infinite;
    height: 500px;
    overflow: hidden;
    grid-row: 1;
    grid-column: 1 / span 7;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
}.educational_gains .img_fit::after {
    height: 100%;
    background: linear-gradient(
        45deg,
        rgb(153,153,158,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(118,118,121,0.5) 100%
    );
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
}.educational_gains .text_display {
    border-radius: 12px;
    grid-row: 1;
    z-index: 3;
    align-self: center;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    background: #ffffff;
    grid-column: 6 / span 7;
}.educational_gains h2 {
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
    border-left: 5px solid rgb(153,153,158);
    color: #000000;
    padding-left: 1.5rem;
    font-size: 34px;
}.educational_gains .text_main_holder {
    gap: 2rem;
    display: grid;
}.educational_gains .text_main_holder > div {
    transition: all 0.3s ease;
    align-items: flex-start;
    position: relative;
    display: flex;
}.educational_gains .text_main_holder > div::before {
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
    left: -3rem;
    top: 1.2rem;
    transition: transform 0.3s ease;
    position: absolute;
    background: rgb(153,153,158);
    content: '';
    width: 2rem;
}.educational_gains .text_main_holder > div:hover::before {
    transform: scaleX(1);
}.educational_gains .text_main_holder > div:hover {
    transform: translateX(5px);
}.educational_gains .text_main_holder svg {
    border-radius: 12px;
    transition: all 0.3s ease;
    padding: 0.6rem;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: rgb(153,153,158,0.5);
    margin-right: 1.5rem;
}.educational_gains .text_main_holder > div:hover svg {
    background: rgb(153,153,158);
    transform: scale(1.1);
}.educational_gains .text_main_holder svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.educational_gains .text_main_holder > div:hover svg path {
    fill: #ffffff;
}.educational_gains .text_main_holder p {
    line-height: 1.6;
    margin: 0;
    color: #000000;
    padding-top: 0.3rem;
    font-size: 15px;
}

@keyframes float {
    0% {
        transform: translateY(30px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(30px);
    }
}

@media (max-width: 1100px) {.educational_gains .img_fit {
    grid-column: 1 / span 5;
}.educational_gains .text_display {
    grid-column: 4 / span 9;
}
}

@media (max-width: 992px) {.educational_gains .study_program {
    grid-gap: 0;
    grid-template-columns: 1fr;
}.educational_gains .img_fit {
    grid-column: 1;
    margin-bottom: -50px;
    grid-row: 1;
    height: 400px;
}.educational_gains .text_display {
    width: auto;
    grid-row: 2;
    margin: 0 2rem;
    grid-column: 1;
}
}

@media (max-width: 768px) {.educational_gains {
    padding: 6rem 0;
}.educational_gains .img_fit {
    animation: none;
    margin-bottom: -30px;
    height: 350px;
    transform: translateY(0);
}.educational_gains .text_display {
    padding: 2rem;
}.educational_gains h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 576px) {.educational_gains {
    padding: 5rem 0;
}.educational_gains .study_program {
    padding: 0 1rem;
}.educational_gains .img_fit {
    margin-bottom: -20px;
    height: 250px;
}.educational_gains .text_display {
    margin: 0 1rem;
    padding: 1.5rem;
}.educational_gains .text_main_holder > div {
    align-items: center;
}.educational_gains .text_main_holder > div::before {
    display: none;
}.educational_gains .text_main_holder svg {
    height: 2rem;
    margin-right: 1rem;
    width: 2rem;
}.educational_gains .text_main_holder p {
    font-size: calc(15px * 0.9);
}}.teaching_experience {
    padding: 7rem 0;
    background: rgb(188,188,194);
    overflow: hidden;
    min-height: 700px;
    position: relative;
}.teaching_experience::before {
    position: absolute;
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(153,153,158,0.5) 49.5%, rgb(153,153,158,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(153,153,158,0.5) 49.5%, rgb(153,153,158,0.5) 50.5%, transparent 50.5%);
    width: 100%;
    top: 0;
    opacity: 0.15;
    animation: gridMove 20s linear infinite;
    background-size: 50px 50px;
    content: "";
    height: 100%;
    left: 0;
}.teaching_experience .container {
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}.teaching_experience .success_feedback {
    margin: 0 auto;
    max-width: 1000px;
    perspective: 2000px;
    height: 650px;
    position: relative;
    flex-direction: column;
    display: flex;
}.teaching_experience .img_fit {
    border-radius: 30px;
    height: 400px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    right: 0;
    top: -20px;
    width: 400px;
    position: absolute;
    filter: contrast(1.1) brightness(1.05);
    transform: translateZ(100px) rotateY(-15deg);
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 3;
}.teaching_experience .success_feedback:hover .img_fit {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}.teaching_experience .name {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    background: rgb(153,153,158);
    border-radius: 10px;
    left: 0;
    transform: translateZ(70px) rotateY(5deg);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    top: 100px;
    padding: 1.5rem 2rem;
    z-index: 4;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    font-size: 31px;
    min-width: 300px;
}.teaching_experience .success_feedback:hover .name {
    transform: translateZ(90px) rotateY(0deg) translateX(20px);
}.teaching_experience .success_feedback span:not(.name) {
    background: #ffffff;
    z-index: 3;
    border-radius: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 1rem 1.5rem;
    font-size: 24px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 600;
    top: 190px;
    left: 40px;
    transform: translateZ(50px) rotateY(5deg);
    position: absolute;
}.teaching_experience .success_feedback:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}.teaching_experience .work_background {
    z-index: 2;
    transform: translateZ(30px);
    color: #000000;
    border-radius: 30px;
    font-size: 12px;
    position: absolute;
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    bottom: 0;
    right: 0;
    padding: 3rem;
    line-height: 1.8;
    left: 0;
    border-top: 4px solid rgb(118,118,121);
    border-bottom: 4px solid rgb(153,153,158);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}.teaching_experience .success_feedback:hover .work_background {
    transform: translateZ(40px) translateY(-10px);
}.teaching_experience .work_background::before {
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(118,118,121,0.5) 49.5%, rgb(118,118,121,0.5) 50.5%, transparent 50.5%);
    top: 0;
    content: "";
    width: 100%;
    background-size: 20px 20px;
    left: 0;
    mix-blend-mode: overlay;
    position: absolute;
    opacity: 0.1;
}.teaching_experience .container::after {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    background: 
        radial-gradient(circle at 80% 20%, rgb(153,153,158,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(118,118,121,0.5) 0%, transparent 50%);
    filter: blur(100px);
    animation: colorPulse 10s ease-in-out infinite alternate;
    height: 100%;
    content: "";
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes colorPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.teaching_experience .success_feedback {
    padding: 20px 0;
    flex-direction: column;
    height: auto;
}.teaching_experience .img_fit {
    position: relative;
    border-radius: 20px;
    transform: none;
    right: auto;
    height: 300px;
    margin: 0 auto 30px;
    width: 300px;
    top: auto;
}.teaching_experience .success_feedback:hover .img_fit {
    transform: translateY(-10px);
}.teaching_experience .name {
    transform: none;
    left: auto;
    position: relative;
    margin: 0 auto 30px;
    top: auto;
    text-align: center;
    width: 90%;
}.teaching_experience .success_feedback:hover .name {
    transform: translateY(-5px);
}.teaching_experience .success_feedback span:not(.name) {
    position: relative;
    top: auto;
    display: block;
    transform: none;
    width: max-content;
    margin: 0 auto 45px;
    text-align: center;
    left: auto;
}.teaching_experience .success_feedback:hover span:not(.name) {
    transform: translateY(-5px);
}.teaching_experience .work_background {
    transform: none;
    position: relative;
    bottom: auto;
}.teaching_experience .success_feedback:hover .work_background {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teaching_experience {
    padding: 4rem 0;
}.teaching_experience .img_fit {
    margin-bottom: 35px;
    height: 220px;
    width: 220px;
}.teaching_experience .name {
    margin-bottom: 25px;
    min-width: auto;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 24px;
}.teaching_experience .success_feedback span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 12px;
    margin-bottom: 35px;
}.teaching_experience .work_background {
    padding: 2rem 1.5rem;
    font-size: calc(12px * 0.9);
}}.metrics_summary {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(120deg, #000000 0%, rgba(26, 32, 44, 1) 100%);
    overflow: hidden;
    z-index: 1;
}.metrics_summary::before {
    right: 0;
    top: 0;
    left: 0;
    content: '';
    bottom: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
}.metrics_summary::after {
    left: 0;
    opacity: 0.05;
    animation: patternMove 100s linear infinite;
    width: 100%;
    background-image: linear-gradient(135deg, rgb(153,153,158,0.5) 25%, transparent 25%, transparent 50%, rgb(153,153,158,0.5) 50%, rgb(153,153,158,0.5) 75%, transparent 75%, transparent);
    height: 100%;
    z-index: -1;
    background-size: 60px 60px;
    content: '';
    top: 0;
    position: absolute;
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.metrics_summary .container {
    margin: 0 auto;
    align-items: center;
    position: relative;
    padding: 0 20px;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    display: grid;
    max-width: 1200px;
}.metrics_summary .career_benefits {
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.8) 0%, rgba(15, 23, 42, 0.85) 100%);
    padding: 50px;
    order: 1;
    transition: all 0.4s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
}.metrics_summary .career_benefits::before {
    opacity: 0.4;
    content: '';
    background: rgb(153,153,158,0.5);
    right: -30px;
    width: 100px;
    position: absolute;
    height: 100px;
    border-radius: 50%;
    filter: blur(70px);
    top: -30px;
}.metrics_summary .career_benefits::after {
    position: absolute;
    height: 80px;
    background: rgb(118,118,121,0.5);
    border-radius: 50%;
    filter: blur(50px);
    content: '';
    opacity: 0.4;
    bottom: -30px;
    left: -30px;
    width: 80px;
}.metrics_summary .knowledge_statistics {
    padding-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: 29px;
}.metrics_summary .knowledge_statistics::after {
    left: 0;
    content: '';
    height: 3px;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    background: linear-gradient(to right, rgb(153,153,158), rgb(118,118,121));
    width: 70px;
}.metrics_summary .statistics_extra {
    color: #ffffff;
    line-height: 1.8;
    opacity: 0.85;
    margin: 0;
    font-size: 14px;
}.metrics_summary .program_wins {
    flex-direction: column;
    display: flex;
    order: 2;
    gap: 25px;
    position: relative;
    z-index: 2;
}.metrics_summary .statistics_growth {
    backdrop-filter: blur(10px);
    overflow: hidden;
    justify-content: flex-start;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    align-items: center;
    display: flex;
    border-left: 4px solid rgb(153,153,158);
    background: rgba(30, 41, 59, 0.7);
    position: relative;
    padding: 30px;
    border-radius: 16px;
    transition: all 0.4s ease;
}.metrics_summary .statistics_growth:nth-child(2n) {
    transform: translateX(40px);
    border-left-color: rgb(118,118,121);
}.metrics_summary .statistics_growth:nth-child(3n) {
    border-left-color: rgb(153,153,158,0.5);
    transform: translateX(20px);
}.metrics_summary .statistics_growth:nth-child(4n) {
    transform: translateX(60px);
    border-left-color: rgb(118,118,121,0.5);
}.metrics_summary .statistics_growth:hover {
    background: linear-gradient(135deg, rgba(45, 55, 72, 0.85) 0%, rgba(30, 41, 59, 0.9) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-left-width: 6px;
    transform: translateX(0) translateY(-5px);
}.metrics_summary .statistics_growth h4 {
    margin: 0;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    position: relative;
    animation: countUp 2.5s ease-out forwards;
    min-width: 120px;
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(153,153,158) 30%, rgb(118,118,121) 100%);
    font-size: 40px;
}@keyframes countUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.metrics_summary .statistics_growth span {
    line-height: 1.4;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    padding-left: 20px;
    margin-left: 20px;
}.metrics_summary .statistics_growth:hover span {
    color: #ffffff;
    opacity: 1;
}.metrics_summary .statistics_growth::before {
    content: '';
    width: 100%;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, transparent 30%, rgb(153,153,158,0.5) 100%);
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    top: 0;
}.metrics_summary .statistics_growth:hover::before {
    opacity: 0.05;
}.metrics_summary .statistics_growth svg {
    width: 45px;
    height: 45px;
    margin-right: 20px;
    transition: all 0.3s ease;
    fill: rgb(153,153,158);
}.metrics_summary .statistics_growth:nth-child(2n) svg {
    fill: rgb(118,118,121);
}.metrics_summary .statistics_growth svg path {
    fill: inherit;
    transition: all 0.3s ease;
}.metrics_summary .statistics_growth:hover svg {
    transform: scale(1.1);
}

@media (max-width: 1200px) {.metrics_summary .container {
    gap: 30px;
}.metrics_summary .career_benefits {
    padding: 40px;
}.metrics_summary .statistics_growth {
    padding: 25px;
}.metrics_summary .statistics_growth h4 {
    font-size: 36px;
    min-width: 100px;
}.metrics_summary .statistics_growth:nth-child(2n) {
    transform: translateX(30px);
}.metrics_summary .statistics_growth:nth-child(3n) {
    transform: translateX(15px);
}.metrics_summary .statistics_growth:nth-child(4n) {
    transform: translateX(45px);
}
}

@media (max-width: 992px) {.metrics_summary {
    padding: 80px 0;
}.metrics_summary .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.metrics_summary .career_benefits {
    order: 2;
}.metrics_summary .program_wins {
    order: 1;
}.metrics_summary .statistics_growth:nth-child(2n),
    .metrics_summary .statistics_growth:nth-child(3n),
    .metrics_summary .statistics_growth:nth-child(4n) {
    transform: translateX(0);
}.metrics_summary .statistics_growth:nth-child(odd) {
    transform: translateX(-20px);
}.metrics_summary .statistics_growth:nth-child(even) {
    transform: translateX(20px);
}.metrics_summary .statistics_growth:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 768px) {.metrics_summary {
    padding: 60px 0;
}.metrics_summary .container {
    padding: 0 15px;
    gap: 40px;
}.metrics_summary .career_benefits {
    padding: 30px 25px;
}.metrics_summary .knowledge_statistics {
    font-size: calc(29px * 0.9);
    margin-bottom: 20px;
}.metrics_summary .statistics_growth {
    padding: 20px;
}.metrics_summary .statistics_growth h4 {
    font-size: 32px;
    min-width: 90px;
}.metrics_summary .statistics_growth span {
    padding-left: 15px;
    font-size: calc(14px * 0.95);
    margin-left: 15px;
}.metrics_summary .statistics_growth svg {
    height: 35px;
    margin-right: 15px;
    width: 35px;
}
}

@media (max-width: 480px) {.metrics_summary {
    padding: 50px 0;
}.metrics_summary .career_benefits {
    padding: 25px 20px;
}.metrics_summary .knowledge_statistics {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: calc(29px * 0.8);
}.metrics_summary .statistics_extra {
    font-size: calc(14px * 0.9);
    line-height: 1.7;
}.metrics_summary .statistics_growth {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
}.metrics_summary .statistics_growth:nth-child(odd),
    .metrics_summary .statistics_growth:nth-child(even) {
    transform: translateX(0);
}.metrics_summary .statistics_growth h4 {
    font-size: 28px;
    margin-bottom: 5px;
}.metrics_summary .statistics_growth span {
    padding-left: 0;
    margin-left: 0;
    font-size: calc(14px * 0.9);
    margin-top: 10px;
    border-left: none;
}.metrics_summary .statistics_growth svg {
    margin-bottom: 10px;
    width: 30px;
    margin-right: 10px;
    height: 30px;
}}.offer_box {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
}.offer_box::before {
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
}.offer_box .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.offer_box .learning_pricing {
    position: relative;
}.offer_box h2 {
    margin-bottom: 25px;
    color: transparent;
    position: relative;
    animation: titleFloat 6s ease-in-out infinite;
    background: linear-gradient(90deg, rgb(153,153,158) 0%, rgb(118,118,121) 100%);
    font-size: 31px;
    background-clip: text !important;
    transform: translateY(0);
    font-weight: 700;
    text-align: center;
    -webkit-background-clip: text !important;
}.offer_box h2::after {
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    content: '';
    bottom: -10px;
    background: rgb(118,118,121);
    position: absolute;
}.offer_box .fee_options {
    max-width: 700px;
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
    margin: 0 auto 50px;
    text-align: center;
    font-size: calc(12px + 2px);
}.offer_box .cost_levels {
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
}.offer_box .cost_levels li {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.offer_box .cost_levels li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.offer_box .edu_deals {
    height: 100%;
    display: block;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}.offer_box .fee_schemes {
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    padding: 35px 30px;
    position: relative;
}.offer_box .fee_schemes::before {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(153,153,158), rgb(118,118,121));
    transition: transform 0.5s ease;
    height: 5px;
    position: absolute;
    width: 100%;
    content: '';
    transform-origin: left;
    left: 0;
    top: 0;
}.offer_box .edu_deals:hover .fee_schemes::before {
    transform: scaleX(1);
}.offer_box .fee_schemes::after {
    right: 0;
    opacity: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(118,118,121,0.5) 50%);
    width: 60px;
    height: 60px;
    content: '';
    transition: opacity 0.5s ease;
    position: absolute;
}.offer_box .edu_deals:hover .fee_schemes::after {
    opacity: 1;
}.offer_box .price_choices {
    position: relative;
    z-index: 2;
}.offer_box .price_choices h4 {
    position: relative;
    font-weight: 700;
    font-size: calc(20px + 2px);
    color: #ffffff;
    display: inline-block;
    margin: 0 0 20px;
}.offer_box .price_choices h4::after {
    height: 2px;
    left: 0;
    background: rgb(153,153,158);
    bottom: -8px;
    width: 40px;
    content: '';
    transition: width 0.4s ease;
    position: absolute;
}.offer_box .edu_deals:hover .price_choices h4::after {
    width: 100%;
}.offer_box .price_choices p {
    overflow-wrap: break-word;
    font-size: 12px;
    max-height: 200px;
    word-break: break-word;
    line-height: 1.6;
    margin: 0 0 30px;
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.8);
    padding-right: 5px;
}.offer_box .price_choices p::-webkit-scrollbar {
    width: 4px;
}.offer_box .price_choices p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.offer_box .price_choices p::-webkit-scrollbar-thumb {
    background: rgb(153,153,158,0.5);
}.offer_box .discount_deals {
    position: relative;
    font-size: calc(20px + 4px);
    padding: 10px 0;
    margin-top: 15px;
    display: block;
    font-weight: 700;
    color: #ffffff;
}.offer_box .discount_deals::before {
    top: 0;
    width: 40px;
    position: absolute;
    content: '';
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.offer_box {
    padding: 80px 0;
}.offer_box .cost_levels {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.offer_box .fee_schemes {
    padding: 25px 20px;
}.offer_box .price_choices p {
    max-height: 150px;
    font-size: calc(12px - 1px);
}.offer_box .discount_deals {
    font-size: calc(20px + 2px);
}
}

@media (max-width: 767px) {.offer_box {
    padding: 60px 0;
}.offer_box h2 {
    font-size: calc(31px - 4px);
}.offer_box .fee_options {
    margin-bottom: 30px;
    font-size: 12px;
}.offer_box .cost_levels {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.offer_box .price_choices h4 {
    font-size: 20px;
}.offer_box .discount_deals {
    font-size: 20px;
}
}

@media (max-width: 480px) {.offer_box {
    padding: 50px 0;
}.offer_box h2 {
    font-size: calc(31px - 8px);
}.offer_box .fee_options {
    font-size: calc(12px - 2px);
}.offer_box .fee_schemes {
    padding: 20px 15px;
}.offer_box .price_choices p {
    font-size: calc(12px - 2px);
}}.cookie_notice_banner {
    width: 100%;
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.5s forwards;
    padding: 20px 0;
    transform: translateY(100%);
    position: fixed;
    border-top: 3px solid rgb(118,118,121);
    z-index: 90;
    background: rgb(118,118,121);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookie_banneralert {
    display: none;
}#cookie_banneralert:checked ~ .cookie_notice_banner {
    opacity: 0;
    visibility: hidden;
}.digital_cookies {
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}.cookie_notice_banner h5 {
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 23px;
}.cookie_notice_banner p {
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
    font-family: Arial, sans-serif;
}.manage_tracking {
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 10px rgb(153,153,158));
    display: flex;
    margin-right: 15px;
    flex-shrink: 0;
}.manage_tracking svg {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(153,153,158);
    height: 80px;
}.manage_tracking:hover svg {
    transform: scale(1.1);
}.consent_panel {
    color: #000000;
    border-radius: 30px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    font-size: 18px;
    margin-left: 10px;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    background: linear-gradient(90deg, rgb(153,153,158), rgb(118,118,121));
    min-width: 140px;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgb(153,153,158);
    text-align: center;
}.consent_panel:hover {
    box-shadow: 0 0 20px rgb(118,118,121);
}.cookie_button.learn_cookies {
    border: 2px solid rgb(118,118,121);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.learn_cookies:hover {
    box-shadow: 0 0 15px rgb(118,118,121);
    background: rgba(0, 0, 0, 0.5);
}.cookie_notice_banner p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(153,153,158);
}.cookie_notice_banner p a:hover {
    color: rgb(118,118,121);
}
@media only screen and (max-width: 1200px) {.cookie_notice_banner {
    padding: 15px 0;
}.digital_cookies {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.manage_tracking {
    display: none;
}.digital_cookies {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookie_notice_banner h5 {
    font-size: 19px;
    margin-bottom: 5px;
}.data_guard {
    margin-bottom: 15px;
}.consent_panel {
    margin: 10px 0;
    min-width: 100%;
}}
.course_program_info {
    background: linear-gradient(135deg, rgb(188,188,194) 40%, rgb(118,118,121,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.course_program_info::before {
    height: 25vw;
    content: "";
    position: absolute;
    top: -10%;
    z-index: 1;
    right: -5%;
    background: radial-gradient(circle at center, rgb(153,153,158,0.5) 0%, transparent 70%);
    width: 25vw;
    animation: float 15s infinite ease-in-out;
}.course_program_info::after {
    z-index: 1;
    position: absolute;
    left: -5%;
    background: radial-gradient(circle at center, rgb(118,118,121,0.5) 0%, transparent 70%);
    content: "";
    bottom: -10%;
    width: 30vw;
    animation: float 18s infinite ease-in-out reverse;
    height: 30vw;
}.course_program_info .container {
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.course_program_info h2 {
    color: #000000;
    position: relative;
    font-size: 33px;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 3rem;
    text-align: center;
}.course_program_info h2::after {
    transform: translateX(-50%) scaleX(0.8);
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(153,153,158), rgb(118,118,121));
    content: "";
    width: 80px;
    position: absolute;
    bottom: -1rem;
    height: 4px;
    left: 50%;
}.course_program_info:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.course_program_info .learn_professional {
    transform-style: preserve-3d;
    perspective: 1000px;
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
    position: relative;
}.course_program_info .img_fit {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    height: 400px;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0) rotate(0deg);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.course_program_info .img_fit::before {
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgba(rgb(153,153,158), 0.2) 100%
    );
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}.course_program_info .img_fit::after {
    animation: pulse 6s infinite alternate;
    width: 70px;
    top: -10px;
    background: rgb(153,153,158);
    opacity: 0.7;
    position: absolute;
    height: 70px;
    border-radius: 50%;
    content: "";
    z-index: 1;
    filter: blur(15px);
    right: -10px;
}.course_program_info:hover .img_fit {
    transform: translateY(-10px) rotate(1deg);
}.course_program_info .text_display {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(0);
    position: relative;
    padding: 2.5rem;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    overflow-y: auto;
    backdrop-filter: blur(5px);
    max-height: 500px;
    border-radius: 12px;
}.course_program_info .text_display::-webkit-scrollbar {
    width: 8px;
}.course_program_info .text_display::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 10px;
}.course_program_info .text_display::-webkit-scrollbar-thumb {
    border-radius: 10px;
    transition: background 0.3s ease;
    background: rgb(118,118,121,0.5);
}.course_program_info .text_display::-webkit-scrollbar-thumb:hover {
    background: rgb(118,118,121);
}.course_program_info .text_display::before {
    opacity: 0.6;
    position: absolute;
    content: "";
    top: -30px;
    border-radius: 50%;
    z-index: -1;
    height: 60px;
    width: 60px;
    left: 20px;
    background: rgb(118,118,121,0.5);
    filter: blur(25px);
}.course_program_info:hover .text_display {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px);
}.course_program_info .description {
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 1.5rem;
    animation-delay: 0.2s;
    color: #000000;
    font-size: 14px;
    animation: fadeInUp 0.8s forwards;
    line-height: 1.75;
}.course_program_info .description:last-child {
    animation-delay: 0.4s;
    margin-bottom: 0;
}

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5%, 3%);
    }
    50% {
        transform: translate(-3%, 5%);
    }
    75% {
        transform: translate(3%, -3%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@media (min-width: 768px) {.course_program_info .learn_professional {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.course_program_info h2 {
    text-align: left;
    font-size: calc(33px * 1.1);
}.course_program_info h2::after {
    transform: translateX(0) scaleX(0.8);
    left: 0;
}.course_program_info:hover h2::after {
    transform: translateX(0) scaleX(1);
}.course_program_info .img_fit {
    height: 100%;
    min-height: 450px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 90%);
}
}

@media (min-width: 992px) {.course_program_info {
    padding: 8rem 0;
}.course_program_info .learn_professional {
    gap: 5rem;
}.course_program_info h2 {
    font-size: calc(33px * 1.2);
    margin-bottom: 4rem;
}.course_program_info .img_fit {
    transform: translateX(-20px) rotate(-1deg);
    min-height: 550px;
}.course_program_info:hover .img_fit {
    transform: translateX(-20px) translateY(-10px) rotate(0deg);
}.course_program_info .text_display {
    transform: translateX(20px);
    padding: 3rem;
    max-height: 550px;
}.course_program_info:hover .text_display {
    transform: translateX(20px) translateZ(30px);
}
}

@media (min-width: 1200px) {.course_program_info .img_fit {
    transform: translateX(-40px) rotate(-1deg);
    min-height: 600px;
}.course_program_info:hover .img_fit {
    transform: translateX(-40px) translateY(-15px) rotate(0deg);
}.course_program_info .text_display {
    max-height: 600px;
    transform: translateX(40px);
    padding: 3.5rem;
}.course_program_info:hover .text_display {
    transform: translateX(40px) translateZ(40px);
}
}

@media (max-width: 767px) {.course_program_info {
    padding: 4rem 0;
}.course_program_info h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.9);
}.course_program_info .img_fit {
    height: 280px;
}.course_program_info .text_display {
    padding: 1.5rem;
}.course_program_info .description {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    bottom: 0;
    opacity: 0.92;
    content: "";
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(153,153,158,0.5) 0%, rgb(118,118,121,0.5) 100%);
    position: absolute;
    left: 0;
    z-index: -1;
}footer {
    background-size: cover !important;
    background-position: center !important;
}.webinar_cta {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}.webinar_cta::before {
    position: absolute;
    top: 0;
    height: 15px;
    content: "";
    background: rgb(153,153,158);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    width: 100%;
    left: 0;
}.webinar_cta .container {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    gap: 0;
}.webinar_cta .company_holder {
    flex: 0 0 40%;
    padding: 0 3rem 2rem 0;
    margin-bottom: 2rem;
    position: relative;
}.webinar_cta .company_holder::after {
    right: 1.5rem;
    opacity: 0.3;
    width: 1px;
    top: 0;
    background: linear-gradient(to bottom, #ffffff, transparent);
    content: "";
    position: absolute;
    height: 100%;
}.webinar_cta .company_holder h3 {
    transform: skewX(-10deg);
    position: relative;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 1rem;
    font-weight: 700;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
}.webinar_cta .company_holder h3::after {
    height: 3px;
    left: 0;
    background: rgb(153,153,158);
    box-shadow: 0 0 10px rgb(153,153,158);
    position: absolute;
    width: 80px;
    content: "";
    bottom: 0;
}.webinar_cta .qna_board {
    border-left: 3px solid rgb(153,153,158);
    line-height: 1.6;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    transform: skewX(-5deg);
    transform-origin: left top;
    font-size: 12px;
}.webinar_cta .partner_logo {
    flex-wrap: wrap;
    display: flex;
    gap: 0;
    flex: 0 0 60%;
}.webinar_cta .head_pagewrap {
    flex: 1;
    gap: 0;
    flex-wrap: wrap;
    display: flex;
}.webinar_cta .header_main {
    position: relative;
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
}.webinar_cta .header_main h5 {
    padding-left: 1rem;
    position: relative;
    font-size: 18px;
    transform: skewX(-5deg);
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 1.5rem;
}.webinar_cta .header_main h5::before {
    background: rgb(153,153,158);
    transform: skewX(5deg);
    bottom: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 3px;
    left: 0;
}.webinar_cta .header_main .head_pagewrap {
    gap: 0.8rem;
    display: flex;
    flex-direction: column;
}.webinar_cta .header_main .head_pagewrap a {
    font-size: 12px;
    transform: skewX(-5deg);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    padding: 0.7rem 1rem;
    overflow: hidden;
    display: block;
}.webinar_cta .header_main .head_pagewrap a::before {
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: all 0.5s ease;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.webinar_cta .header_main .head_pagewrap a:hover {
    background: rgba(255, 255, 255, 0.1);
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
    color: #ffffff;
}.webinar_cta .header_main .head_pagewrap a:hover::before {
    left: 100%;
}.brainstorm {
    background: rgba(0, 0, 0, 0.15);
    position: relative;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    padding: 1.5rem 0;
}.brainstorm .container {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
}.brainstorm .lesson_cta {
    font-size: 14px;
    transform: skewX(-5deg);
    color: #ffffff;
    width: 100%;
    text-align: center;
}

@media (max-width: 1200px) {.webinar_cta .company_holder {
    flex: 0 0 35%;
    padding-right: 2rem;
}.webinar_cta .partner_logo {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.webinar_cta {
    padding: 4rem 0 2rem;
}.webinar_cta .container {
    flex-direction: column;
}.webinar_cta .company_holder {
    flex: 0 0 100%;
    margin-bottom: 3rem;
    padding-right: 0;
}.webinar_cta .company_holder::after {
    display: none;
}.webinar_cta .partner_logo {
    flex: 0 0 100%;
}.webinar_cta .header_main {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.webinar_cta {
    padding: 3.5rem 0 1.5rem;
}.webinar_cta::before {
    height: 10px;
}.webinar_cta .company_holder h3 {
    font-size: calc(30px - 2px);
}.webinar_cta .qna_board {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.webinar_cta .header_main h5, 
    .webinar_cta .header_main .head_pagewrap a {
    transform: skewX(-3deg);
}.webinar_cta .header_main .head_pagewrap a:hover {
    transform: skewX(-3deg) translateX(5px);
}.brainstorm {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.brainstorm .lesson_cta {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.webinar_cta {
    padding: 3rem 0 1rem;
}.webinar_cta::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.webinar_cta .header_main {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.webinar_cta .company_holder {
    margin-bottom: 2rem;
}.webinar_cta .header_main .head_pagewrap a {
    padding: 0.6rem 0.8rem;
}.webinar_cta .header_main .head_pagewrap a:hover {
    padding-left: 1.2rem;
}.brainstorm {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.webinar_cta .company_holder h3 {
    transform: skewX(-5deg);
}.webinar_cta .company_holder h3::after {
    width: 60px;
}.webinar_cta .qna_board {
    transform: none;
}.webinar_cta .header_main h5 {
    transform: none;
}.webinar_cta .header_main h5::before {
    transform: none;
}.webinar_cta .header_main .head_pagewrap a,
    .webinar_cta .header_main .head_pagewrap a:hover,
    .brainstorm .lesson_cta {
    transform: none;
}}.reach_outGqj3 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(188,188,194);
}.reach_outGqj3::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(153,153,158), rgb(118,118,121));
    top: 0;
    position: absolute;
    height: 5px;
    content: "";
    left: 0;
}.reach_outGqj3 .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.reach_outGqj3 h2 {
    padding-left: 20px;
    color: #000000;
    font-weight: 700;
    text-align: left;
    font-size: 35px;
    margin-bottom: 60px;
    display: inline-block;
    font-family: Arial, sans-serif;
    position: relative;
}.reach_outGqj3 h2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: rgb(153,153,158);
    border-radius: 10px;
}.reach_outGqj3 .query_reach {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    align-items: center;
}.reach_outGqj3 .img_fit {
    min-height: 500px;
    overflow: hidden;
    border-radius: 17px;
    order: 2;
    position: relative;
    box-shadow: -15px 15px 0 rgb(153,153,158,0.5);
}.reach_outGqj3 .query_grid {
    order: 1;
}.reach_outGqj3 form {
    background: #ffffff;
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 100%;
    border-radius: 17px;
}.reach_outGqj3 form h3 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 22px;
    color: #000000;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.reach_outGqj3 form input[type="text"] {
    font-size: 17px;
    margin-bottom: 25px;
    background: rgb(188,188,194);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    color: #000000;
    border: none;
    border-radius: 10px;
    width: 100%;
}.reach_outGqj3 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(153,153,158,0.5);
    background: #ffffff;
    outline: none;
}.reach_outGqj3 form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.reach_outGqj3 .reach_inquiry {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.reach_outGqj3 .reach_inquiry input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach_outGqj3 .reach_inquiry label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
    padding-left: 35px;
    color: #000000;
    line-height: 1.5;
}.reach_outGqj3 .reach_inquiry label::before {
    left: 0;
    height: 22px;
    top: 2px;
    position: absolute;
    transition: all 0.2s ease;
    background: rgb(188,188,194);
    width: 22px;
    border-radius: 10px;
    content: "";
}.reach_outGqj3 .reach_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(153,153,158);
}.reach_outGqj3 .reach_inquiry input[type="checkbox"]:checked + label::after {
    width: 6px;
    top: 6px;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    border-right: 2px solid #ffffff;
    left: 8px;
    height: 10px;
    border-bottom: 2px solid #ffffff;
}.reach_outGqj3 .reach_inquiry label a {
    font-weight: 600;
    color: rgb(153,153,158);
    transition: all 0.3s ease;
    text-decoration: none;
}.reach_outGqj3 .reach_inquiry label a:hover {
    color: rgb(118,118,121);
}.reach_outGqj3 form .query_query {
    overflow: hidden;
    border: none;
    font-size: 19px;
    padding: 18px 40px;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #000000;
    font-family: Arial, sans-serif;
}.reach_outGqj3 form .query_query:hover {
    transform: translateY(-3px);
    background: rgb(153,153,158);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.reach_outGqj3 svg {
    width: 20px;
    fill: rgb(153,153,158);
    height: 20px;
}.reach_outGqj3 svg path {
    fill: rgb(153,153,158);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.reach_outGqj3 {
    padding: 90px 0;
}.reach_outGqj3 .query_reach {
    grid-template-columns: 1fr;
    gap: 40px;
}.reach_outGqj3 .img_fit {
    margin: 0 auto;
    max-width: 600px;
    order: 1;
    min-height: 400px;
}.reach_outGqj3 .query_grid {
    order: 2;
}.reach_outGqj3 form {
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.reach_outGqj3 {
    padding: 70px 0;
}.reach_outGqj3 h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.reach_outGqj3 .img_fit {
    width: 100%;
    box-shadow: -10px 10px 0 rgb(153,153,158,0.5);
    min-height: 300px;
}.reach_outGqj3 form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.reach_outGqj3 {
    padding: 50px 0;
}.reach_outGqj3 h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.reach_outGqj3 .img_fit {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(153,153,158,0.5);
}.reach_outGqj3 form {
    padding: 30px 20px;
}.reach_outGqj3 form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.reach_outGqj3 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.reach_outGqj3 form .query_query {
    padding: 15px 20px;
    width: 100%;
}}header {
    position: relative;
    z-index: 100;
    box-shadow: 0 5px 15px rgb(153,153,158,0.5);
    background: linear-gradient(to right, rgb(188,188,194), #ffffff);
    padding: 1.5rem 0;
}header .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}header .main_mainwrap {
    gap: 1.2rem;
    align-items: center;
    flex-direction: column;
    display: flex;
}header .nav_begin {
    display: block;
    text-decoration: none;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
}header .nav_begin::after {
    position: absolute;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(153,153,158), transparent);
    opacity: 0.7;
    height: 2px;
    width: 100%;
    content: '';
    bottom: -5px;
}header .nav_begin svg {
    width: 180px;
    transition: transform 0.3s ease;
    height: auto;
}header .nav_begin:hover svg {
    transform: scale(1.05);
}header .header_main {
    gap: 0.5rem;
    flex-wrap: wrap;
    display: flex;
    border-radius: 28px;
    padding: 0.8rem;
    width: 100%;
    justify-content: center;
    background: linear-gradient(to right, rgb(153,153,158,0.5), rgb(118,118,121,0.5));
}header .main_nav {
    font-family: Arial, sans-serif;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    border-radius: 10px;
    background: #ffffff;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}header .main_nav:hover {
    color: #ffffff;
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(153,153,158), rgb(118,118,121));
    box-shadow: 0 4px 8px rgb(153,153,158,0.5);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .nav_begin svg {
    width: 160px;
}header .header_main {
    padding: 0.7rem;
}header .main_nav {
    font-size: calc(13px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .main_mainwrap {
    gap: 1rem;
}header .nav_begin svg {
    width: 140px;
}header .header_main {
    padding: 0.6rem;
    gap: 0.4rem;
}header .main_nav {
    padding: 0.4rem 0.8rem;
    font-size: calc(13px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .main_mainwrap {
    gap: 0.8rem;
}header .nav_begin svg {
    width: 120px;
}header .header_main {
    flex-wrap: nowrap;
    padding: 0.5rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .header_main::-webkit-scrollbar {
    height: 3px;
}header .header_main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(153,153,158);
}header .main_nav {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: calc(13px - 2px);
    padding: 0.4rem 0.7rem;
}}.tyPage {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(118,118,121,0.5), rgb(153,153,158,0.5));
    position: relative;
    z-index: 1;
}.tyPage::before {
    transform: rotate(25deg);
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    opacity: 0.07;
    width: 70%;
    animation: float 20s infinite alternate ease-in-out;
    position: absolute;
    top: -10%;
    content: "";
    right: -10%;
    height: 70%;
    z-index: -1;
}.tyPage::after {
    height: 50%;
    position: absolute;
    z-index: -1;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    width: 50%;
    content: "";
    opacity: 0.05;
    left: -5%;
    bottom: -5%;
    transform: rotate(-15deg);
    animation: float 15s infinite alternate-reverse ease-in-out;
}.tyPage .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
}.tyPage .study_program {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
}.tyPage .study_program:hover {
    transform: perspective(1000px) rotateX(0deg);
}.tyPage .study_program > div:first-child {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    z-index: 2;
    padding: 2.5rem;
}.tyPage .study_program > div:first-child::before {
    left: 0;
    background: linear-gradient(90deg, rgb(153,153,158), rgb(118,118,121));
    transform: scaleX(0);
    top: 0;
    position: absolute;
    height: 5px;
    content: "";
    transition: transform 0.7s ease;
    transform-origin: left;
    right: 0;
    z-index: 3;
}.tyPage .study_program:hover > div:first-child::before {
    transform: scaleX(1);
}.tyPage .study_program > div:last-child {
    transform: translateY(-10px);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 2.5rem 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.tyPage .study_program:hover > div:last-child {
    transform: translateY(0);
}.tyPage h5 {
    font-weight: 700;
    font-size: 21px;
    margin: 0;
    display: inline-block;
    position: relative;
    color: rgb(153,153,158);
    line-height: 1.4;
}.tyPage h5::after {
    background: rgb(118,118,121);
    height: 3px;
    content: "";
    left: 0;
    width: 60px;
    position: absolute;
    transition: width 0.4s ease;
    bottom: -10px;
}.tyPage .study_program:hover h5::after {
    width: 100%;
}.tyPage a {
    display: block;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}.tyPage a:hover {
    transform: translateX(5px);
}.tyPage p {
    line-height: 1.8;
    color: #000000;
    font-size: 18px;
    margin: 0;
    position: relative;
}.tyPage a::before {
    height: 0.5rem;
    position: absolute;
    opacity: 0;
    content: "";
    background: rgb(118,118,121);
    top: 0.5rem;
    transition: all 0.3s ease;
    width: 0.5rem;
    left: -1.5rem;
}.tyPage a:hover::before {
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(2%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, -1%) rotate(-5deg);
    }
}

@media (min-width: 768px) {.tyPage {
    padding: 8rem 0;
}.tyPage .study_program {
    gap: 0;
    grid-template-columns: 1fr 1.2fr;
}.tyPage .study_program > div:first-child {
    transform: translateX(5%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    z-index: 2;
}.tyPage .study_program > div:last-child {
    margin-left: -5%;
    transform: translateY(25px);
    padding-left: 10%;
    z-index: 1;
}.tyPage .study_program:hover > div:last-child {
    transform: translateY(15px);
}.tyPage h5 {
    font-size: calc(21px * 1.1);
}.tyPage p {
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.tyPage {
    padding: 10rem 0;
}.tyPage .study_program {
    grid-template-columns: 0.9fr 1.3fr;
}.tyPage .study_program > div:first-child {
    transform: translateX(10%);
    padding: 3rem;
}.tyPage .study_program > div:last-child {
    padding-left: 15%;
    transform: translateY(35px);
    margin-left: -10%;
}.tyPage .study_program:hover > div:last-child {
    transform: translateY(25px);
}.tyPage h5 {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 767px) {.tyPage {
    padding: 4rem 0;
}.tyPage .study_program > div:first-child,
    .tyPage .study_program > div:last-child {
    padding: 2rem;
}.tyPage h5 {
    font-size: calc(21px * 0.9);
}.tyPage p {
    font-size: calc(18px * 0.95);
}}.reach_out_info {
    isolation: isolate;
    overflow: hidden;
    background: rgb(188,188,194);
    padding: 80px 0;
    position: relative;
}.reach_out_info::before {
    width: 100%;
    position: absolute;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(153,153,158,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(118,118,121,0.5) 0%, transparent 20%);
    z-index: -2;
    opacity: 0.4;
    content: "";
    top: 0;
    left: 0;
}.reach_out_info::after {
    width: 100%;
    left: 0;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(153,153,158,0.5) 0%, transparent 100%);
    content: "";
    height: 100%;
}.reach_out_info .container {
    position: relative;
}.reach_out_info .contact_links {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 27px;
    padding: 50px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                inset 0 1px 1px #ffffff,
                0 0 30px rgb(153,153,158,0.5);
    border: 1px solid #ffffff;
    overflow: hidden;
}.reach_out_info .contact_links::before {
    content: "";
    right: -100px;
    width: 200px;
    height: 200px;
    animation: pulse 8s infinite alternate;
    opacity: 0.3;
    top: -100px;
    filter: blur(60px);
    background: rgb(153,153,158,0.5);
    border-radius: 50%;
    position: absolute;
}.reach_out_info .contact_links::after {
    background: rgb(118,118,121,0.5);
    animation: pulse 6s infinite alternate-reverse;
    left: -75px;
    height: 150px;
    content: "";
    position: absolute;
    width: 150px;
    border-radius: 50%;
    opacity: 0.2;
    bottom: -75px;
    filter: blur(50px);
}.reach_out_info .contact_links h2 {
    text-shadow: 0 2px 4px #000000;
    font-size: 37px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
}.reach_out_info .contact_links h2::after {
    bottom: -10px;
    width: 40%;
    height: 3px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(153,153,158), transparent);
}.reach_out_info .contact_links p {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.6;
    max-width: 90%;
    margin-bottom: 25px;
    font-size: 13px;
    position: relative;
    text-shadow: 0 1px 2px #000000;
}.reach_out_info .contact_links p:last-of-type {
    color: #ffffff;
    padding: 12px 18px;
    border-left: 3px solid rgb(153,153,158);
    align-items: center;
    display: flex;
    margin-top: 30px;
    font-size: 13px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}.reach_out_info .join_us {
    gap: 30px;
    justify-content: center;
    display: flex;
    margin-top: 40px;
}.reach_out_info .reach_outU1C {
    transition: all 0.3s ease;
    height: 70px;
    position: relative;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ffffff;
    z-index: 1;
    display: flex;
    width: 70px;
    justify-content: center;
}.reach_out_info .reach_outU1C::before {
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    background: linear-gradient(45deg, rgb(153,153,158), rgb(118,118,121));
    left: 0;
    opacity: 0;
    content: "";
    z-index: -1;
    position: absolute;
}.reach_out_info .reach_outU1C:hover {
    border-color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.reach_out_info .reach_outU1C:hover::before {
    opacity: 0.8;
}.reach_out_info .reach_outU1C svg {
    transition: transform 0.3s ease;
    width: 28px;
    height: 28px;
}.reach_out_info .reach_outU1C svg path {
    transition: fill 0.3s ease;
    fill: rgb(153,153,158);
}.reach_out_info .reach_outU1C:hover svg {
    transform: scale(1.2);
}.reach_out_info .reach_outU1C:hover svg path {
    fill: #ffffff;
}.reach_out_info .contact_links p:last-of-type svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.reach_out_info .contact_links p:last-of-type svg path {
    fill: rgb(153,153,158);
}@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.reach_out_info .contact_links > * {
    animation: floatIn 0.5s ease forwards;
    opacity: 0;
}.reach_out_info .contact_links h2 {
    animation-delay: 0.1s;
}.reach_out_info .contact_links > p:first-of-type {
    animation-delay: 0.2s;
}.reach_out_info .contact_links > p:last-of-type {
    animation-delay: 0.3s;
}.reach_out_info .join_us {
    animation-delay: 0.4s;
}.reach_out_info .reach_outU1C:nth-child(1) {
    animation-delay: 0.5s;
}.reach_out_info .reach_outU1C:nth-child(2) {
    animation-delay: 0.6s;
}.reach_out_info .reach_outU1C:nth-child(3) {
    animation-delay: 0.7s;
}.reach_out_info .reach_outU1C::after {
    white-space: nowrap;
    left: 50%;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    position: absolute;
    opacity: 0;
    transform: translateX(-50%);
    font-size: 14px;
    text-shadow: 0 1px 2px #000000;
    content: attr(title);
    color: #ffffff;
    bottom: -30px;
}.reach_out_info .reach_outU1C:hover::after {
    bottom: -25px;
    opacity: 1;
}

@media (max-width: 992px) {.reach_out_info {
    padding: 60px 0;
}.reach_out_info .contact_links {
    padding: 40px 30px;
}.reach_out_info .contact_links h2 {
    font-size: calc(37px - 4px);
}.reach_out_info .contact_links p {
    max-width: 100%;
}.reach_out_info .join_us {
    gap: 20px;
}.reach_out_info .reach_outU1C {
    height: 60px;
    width: 60px;
}.reach_out_info .reach_outU1C svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 768px) {.reach_out_info {
    padding: 50px 0;
}.reach_out_info .contact_links {
    padding: 30px 20px;
}.reach_out_info .contact_links h2 {
    font-size: calc(37px - 6px);
}.reach_out_info .join_us {
    gap: 15px;
}.reach_out_info .contact_links p:last-of-type {
    margin-top: 20px;
    padding: 10px 15px;
}
}

@media (max-width: 576px) {.reach_out_info {
    padding: 40px 0;
}.reach_out_info .contact_links {
    padding: 25px 15px;
}.reach_out_info .contact_links h2 {
    font-size: calc(37px - 8px);
}.reach_out_info .contact_links h2::after {
    width: 30%;
    height: 2px;
}.reach_out_info .contact_links p {
    font-size: calc(13px - 1px);
}.reach_out_info .join_us {
    flex-wrap: wrap;
    justify-content: space-around;
}.reach_out_info .reach_outU1C {
    width: 50px;
    margin-bottom: 30px;
    height: 50px;
}.reach_out_info .reach_outU1C svg {
    height: 20px;
    width: 20px;
}
}

@media (prefers-reduced-motion) {.reach_out_info .contact_links::before,
    .reach_out_info .contact_links::after,
    .reach_out_info .contact_links > *,
    .reach_out_info .reach_outU1C svg {
    animation: none;
}}.study_process {
    background: linear-gradient(170deg, rgb(188,188,194) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 160px 0;
    overflow: visible;
    position: relative;
}.study_process::before {
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    opacity: 0.2;
    background: linear-gradient(45deg, rgb(153,153,158,0.5) 0%, transparent 40%);
    width: 100%;
    left: 0;
    content: '';
}.study_process .study_program {
    position: relative;
    max-width: 1200px;
    transform: rotate(-3deg);
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.study_process .text_display {
    position: relative;
    padding: 60px 70px 60px 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 60%;
    border-left: 4px solid rgb(153,153,158);
    border-radius: 0 28px 28px 0;
    overflow: visible;
    backdrop-filter: blur(10px);
    margin-left: 5%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateX(20px);
}.study_process .text_display:hover {
    transform: translateX(10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}.study_process .text_display::before {
    opacity: 0.1;
    content: '';
    z-index: -1;
    position: absolute;
    width: 180px;
    height: 180px;
    animation: pulse-glow 8s infinite alternate;
    top: -90px;
    filter: blur(40px);
    border-radius: 50%;
    background: rgb(153,153,158);
    right: -90px;
}.study_process .text_display::after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(153,153,158,0.5) 30%, 
        rgb(153,153,158) 50%, 
        rgb(153,153,158,0.5) 70%, 
        transparent 100%
    );
    height: 3px;
    width: 150%;
    bottom: -30px;
    z-index: 3;
    left: -25%;
}.study_process .text_display h2 {
    transform: translateX(-40px);
    font-size: 38px;
    color: #ffffff;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}.study_process .text_display h2::before {
    content: '';
    height: 70px;
    opacity: 0.6;
    top: -35px;
    left: -35px;
    border: 2px solid rgb(153,153,158,0.5);
    animation: spin-slow 20s linear infinite;
    border-radius: 10px;
    width: 70px;
    position: absolute;
    z-index: -1;
}.study_process .text_display h2::after {
    bottom: 0;
    background: rgb(153,153,158);
    height: 4px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    content: '';
    width: 60px;
}.study_process .text_display p {
    color: #ffffff;
    position: relative;
    font-size: 15px;
    line-height: 1.8;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 2;
}.study_process::after {
    border-radius: 28px;
    content: '';
    transform: rotate(30deg);
    filter: blur(30px);
    opacity: 0.1;
    bottom: -90px;
    right: 15%;
    background: rgb(118,118,121);
    height: 180px;
    width: 180px;
    animation: rotate-float 25s infinite linear;
    position: absolute;
}.study_process .study_program::before {
    position: absolute;
    height: 100px;
    border-radius: 50%;
    right: 10%;
    animation: float-vertical 10s infinite ease-in-out;
    opacity: 0.4;
    border: 1px solid rgb(153,153,158,0.5);
    content: '';
    width: 100px;
    top: -120px;
}.study_process .study_program::after {
    left: -40px;
    background: rgb(153,153,158);
    height: 25px;
    animation: pulse-subtle 5s infinite;
    filter: blur(5px);
    opacity: 0.2;
    content: '';
    width: 25px;
    top: 40%;
    position: absolute;
    border-radius: 50%;
}@keyframes pulse-glow {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes spin-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-float {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    25% {
        transform: rotate(120deg) translateY(-20px);
    }
    50% {
        transform: rotate(210deg) translateY(0);
    }
    75% {
        transform: rotate(300deg) translateY(20px);
    }
    100% {
        transform: rotate(390deg) translateY(0);
    }
}

@keyframes float-vertical {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.3);
    }
}

.study_process .text_display p::first-letter {
    color: rgb(153,153,158);
    font-size: 1.5em;
    font-weight: 700;
}.study_process .text_display p::after {
    right: -250px;
    top: 0;
    z-index: -1;
    width: 200px;
    opacity: 0.3;
    content: '';
    height: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
        -45deg,
        rgb(153,153,158,0.5),
        rgb(153,153,158,0.5) 1px,
        transparent 1px,
        transparent 6px
    );
}

@media screen and (max-width: 1200px) {.study_process .text_display::after {
    width: 120%;
    left: -10%;
}.study_process .text_display p::after {
    display: none;
}
}

@media screen and (max-width: 992px) {.study_process {
    padding: 120px 0;
}.study_process .study_program {
    transform: rotate(-2deg);
}.study_process .text_display {
    width: 70%;
    padding: 50px 40px 50px 40px;
}.study_process .text_display h2 {
    transform: translateX(-30px);
}.study_process .text_display::before {
    right: -75px;
    width: 150px;
    top: -75px;
    height: 150px;
}.study_process::after {
    height: 150px;
    width: 150px;
    bottom: -75px;
}
}

@media screen and (max-width: 768px) {.study_process {
    padding: 90px 0;
    overflow: hidden;
}.study_process .study_program {
    transform: none;
}.study_process .text_display {
    width: 90%;
    margin-left: 0;
    transform: none;
    border-radius: 28px;
    padding: 40px 30px;
}.study_process .text_display:hover {
    transform: none;
}.study_process .text_display h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.9);
    transform: none;
}.study_process .text_display h2::before {
    display: none;
}.study_process .text_display::before {
    height: 120px;
    right: -60px;
    top: -60px;
    width: 120px;
}.study_process .text_display::after {
    width: 100%;
    left: 0;
    bottom: -20px;
}.study_process .study_program::before,
    .study_process .study_program::after,
    .study_process::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.study_process {
    padding: 70px 0;
}.study_process .text_display {
    padding: 30px 20px;
    width: 100%;
}.study_process .text_display h2 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(38px * 0.8);
}.study_process .text_display h2::after {
    height: 3px;
    width: 50px;
}.study_process .text_display p {
    font-size: calc(15px * 0.9);
}.study_process .text_display::before {
    width: 80px;
    right: -40px;
    top: -40px;
    height: 80px;
}}.title_welcome {
    overflow: hidden;
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, rgb(188,188,194) 0%, rgb(153,153,158,0.5) 50%, rgb(118,118,121,0.5) 100%);
}.title_welcome::before {
    left: 0;
    top: 0;
    animation: patternShift 60s linear infinite;
    z-index: 1;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(153,153,158,0.5) 5%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(118,118,121,0.5) 10%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(153,153,158,0.5) 49%, rgb(153,153,158,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(118,118,121,0.5) 49%, rgb(118,118,121,0.5) 51%, transparent 52%);
    height: 100%;
    width: 100%;
    opacity: 0.5;
    background-size: 100% 100%, 100% 100%, 60px 60px, 60px 60px;
    position: absolute;
}@keyframes patternShift {
    0% {
        background-position: 0% 0%, 0% 0%, 0 0, 0 0;
    }
    50% {
        background-position: 10% 20%, -10% -20%, 30px 30px, -30px -30px;
    }
    100% {
        background-position: 0% 0%, 0% 0%, 0 0, 0 0;
    }
}

.title_welcome .study_program {
    min-height: 100vh;
    position: relative;
    flex-direction: column;
    display: flex;
    z-index: 2;
}.title_welcome .page_open {
    top: 0;
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    left: 0;
}.title_welcome .page_open input {
    display: none;
}.title_welcome .tech_track {
    width: 500%;
    transition: transform 1.2s cubic-bezier(0.42, 0, 0.58, 1);
    display: flex;
    height: 100%;
}.title_welcome .tech_study {
    height: 100%;
    position: relative;
    width: 20%;
}.title_welcome .tech_study img {
    transition: transform 8s ease-in-out;
    filter: brightness(0.85) contrast(1.1);
    height: 100%;
    width: 100%;
    transform: scale(1.05);
    object-fit: cover;
}.title_welcome .start_intro {
    gap: 16px;
    box-shadow: 0 10px 30px -15px #000000;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    bottom: 30px;
    left: 50%;
    backdrop-filter: blur(8px);
    position: absolute;
    border-radius: 29px;
    display: flex;
    padding: 12px 20px;
    transform: translateX(-50%);
}.title_welcome .start_intro label {
    width: 14px;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    height: 14px;
    cursor: pointer;
    position: relative;
}.title_welcome .start_intro label::before {
    background: rgb(118,118,121,0.5);
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    left: 0;
    transform: scale(1);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
}.title_welcome .start_intro label::after {
    height: 6px;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    left: 50%;
    top: 50%;
    border-radius: 50%;
    content: "";
    background: #ffffff;
    position: absolute;
    width: 6px;
}.title_welcome .start_intro label:hover::before {
    transform: scale(1.1);
    background: rgb(118,118,121);
}.title_welcome .text_display {
    backdrop-filter: blur(10px);
    z-index: 5;
    position: relative;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    margin-top: auto;
    padding: 40px 0 80px;
}.title_welcome .text_display .container {
    margin: 0 auto;
    transform: translateY(30px);
    opacity: 0;
    padding: 20px 30px;
    border-radius: 29px;
    animation: slideUp 1s cubic-bezier(0.42, 0, 0.58, 1) forwards;
    border-left: 3px solid rgb(153,153,158);
    background: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    max-width: 1200px;
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.title_welcome .text_display h1 {
    color: rgb(153,153,158);
    position: relative;
    font-size: 40px;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}.title_welcome .text_display h1::after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 3px;
    width: 80px;
    left: 0;
    border-radius: 10px;
    background: rgb(153,153,158);
}.title_welcome .text_display h3 {
    color: rgb(118,118,121);
    font-family: Arial, sans-serif;
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 600;
}.title_welcome .text_display p {
    -webkit-text-fill-color: #ffffff;
    line-height: 1.8;
    margin-bottom: 0;
    font-weight: 400;
    text-shadow: 0 1px 3px #000000;
    max-width: 800px;
    letter-spacing: 0.02em;
    background: linear-gradient(to right, #ffffff, #ffffff);
    -webkit-background-clip: text !important;
    color: #ffffff;
    font-size: 14px;
    font-family: Arial, sans-serif;
}.title_welcome input:nth-of-type(1):checked ~ .tech_track {
    transform: translateX(0);
}.title_welcome input:nth-of-type(2):checked ~ .tech_track {
    transform: translateX(-20%);
}.title_welcome input:nth-of-type(3):checked ~ .tech_track {
    transform: translateX(-40%);
}.title_welcome input:nth-of-type(4):checked ~ .tech_track {
    transform: translateX(-60%);
}.title_welcome input:nth-of-type(5):checked ~ .tech_track {
    transform: translateX(-80%);
}.title_welcome input:nth-of-type(6):checked ~ .tech_track {
    transform: translateX(-100%);
}.title_welcome input:nth-of-type(7):checked ~ .tech_track {
    transform: translateX(-120%);
}.title_welcome input:nth-of-type(8):checked ~ .tech_track {
    transform: translateX(-140%);
}.title_welcome input:nth-of-type(9):checked ~ .tech_track {
    transform: translateX(-160%);
}.title_welcome input:nth-of-type(10):checked ~ .tech_track {
    transform: translateX(-180%);
}.title_welcome input:nth-of-type(1):checked ~ .tech_track .tech_study:nth-child(1) img,
.title_welcome input:nth-of-type(2):checked ~ .tech_track .tech_study:nth-child(2) img,
.title_welcome input:nth-of-type(3):checked ~ .tech_track .tech_study:nth-child(3) img,
.title_welcome input:nth-of-type(4):checked ~ .tech_track .tech_study:nth-child(4) img,
.title_welcome input:nth-of-type(5):checked ~ .tech_track .tech_study:nth-child(5) img,
.title_welcome input:nth-of-type(6):checked ~ .tech_track .tech_study:nth-child(6) img,
.title_welcome input:nth-of-type(7):checked ~ .tech_track .tech_study:nth-child(7) img,
.title_welcome input:nth-of-type(8):checked ~ .tech_track .tech_study:nth-child(8) img,
.title_welcome input:nth-of-type(9):checked ~ .tech_track .tech_study:nth-child(9) img,
.title_welcome input:nth-of-type(10):checked ~ .tech_track .tech_study:nth-child(10) img {
    transform: scale(1);
}.title_welcome input:nth-of-type(1):checked ~ .start_intro label:nth-child(1)::before,
.title_welcome input:nth-of-type(2):checked ~ .start_intro label:nth-child(2)::before,
.title_welcome input:nth-of-type(3):checked ~ .start_intro label:nth-child(3)::before,
.title_welcome input:nth-of-type(4):checked ~ .start_intro label:nth-child(4)::before,
.title_welcome input:nth-of-type(5):checked ~ .start_intro label:nth-child(5)::before,
.title_welcome input:nth-of-type(6):checked ~ .start_intro label:nth-child(6)::before,
.title_welcome input:nth-of-type(7):checked ~ .start_intro label:nth-child(7)::before,
.title_welcome input:nth-of-type(8):checked ~ .start_intro label:nth-child(8)::before,
.title_welcome input:nth-of-type(9):checked ~ .start_intro label:nth-child(9)::before,
.title_welcome input:nth-of-type(10):checked ~ .start_intro label:nth-child(10)::before {
    transform: scale(1.2);
    background: rgb(153,153,158);
}.title_welcome input:nth-of-type(1):checked ~ .start_intro label:nth-child(1)::after,
.title_welcome input:nth-of-type(2):checked ~ .start_intro label:nth-child(2)::after,
.title_welcome input:nth-of-type(3):checked ~ .start_intro label:nth-child(3)::after,
.title_welcome input:nth-of-type(4):checked ~ .start_intro label:nth-child(4)::after,
.title_welcome input:nth-of-type(5):checked ~ .start_intro label:nth-child(5)::after,
.title_welcome input:nth-of-type(6):checked ~ .start_intro label:nth-child(6)::after,
.title_welcome input:nth-of-type(7):checked ~ .start_intro label:nth-child(7)::after,
.title_welcome input:nth-of-type(8):checked ~ .start_intro label:nth-child(8)::after,
.title_welcome input:nth-of-type(9):checked ~ .start_intro label:nth-child(9)::after,
.title_welcome input:nth-of-type(10):checked ~ .start_intro label:nth-child(10)::after {
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 991px) {.title_welcome .study_program {
    min-height: 90vh;
}.title_welcome .page_open {
    height: 90vh;
}.title_welcome .text_display {
    padding: 30px 0 60px;
}.title_welcome .text_display h1 {
    font-size: calc(40px * 0.9);
}.title_welcome .text_display h3 {
    font-size: calc(19px * 0.9);
}.title_welcome .text_display p {
    font-size: calc(14px * 0.95);
}.title_welcome .start_intro {
    padding: 10px 16px;
    bottom: 25px;
}.title_welcome .start_intro label {
    width: 12px;
    height: 12px;
}
}

@media (max-width: 767px) {.title_welcome .study_program {
    min-height: 80vh;
}.title_welcome .page_open {
    height: 80vh;
}.title_welcome .text_display {
    padding: 25px 0 50px;
}.title_welcome .text_display .container {
    padding: 15px 20px;
}.title_welcome .text_display h1 {
    font-size: calc(40px * 0.8);
    margin-bottom: 10px;
    padding-bottom: 10px;
}.title_welcome .text_display h1::after {
    width: 60px;
    height: 2px;
}.title_welcome .text_display h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.8);
}.title_welcome .text_display p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.title_welcome .start_intro {
    padding: 8px 12px;
    bottom: 20px;
    gap: 10px;
}.title_welcome .start_intro label {
    width: 10px;
    height: 10px;
}.title_welcome .start_intro label::after {
    height: 4px;
    width: 4px;
}
}

@media (max-width: 479px) {.title_welcome .study_program {
    min-height: 70vh;
}.title_welcome .page_open {
    height: 70vh;
}.title_welcome .text_display {
    padding: 20px 0 40px;
}.title_welcome .text_display h1 {
    font-size: calc(40px * 0.7);
}.title_welcome .text_display h3 {
    font-size: calc(19px * 0.7);
}.title_welcome .text_display p {
    font-size: calc(14px * 0.85);
}.title_welcome .start_intro {
    bottom: 15px;
    gap: 8px;
    padding: 6px 10px;
}.title_welcome .start_intro label {
    height: 8px;
    width: 8px;
}.title_welcome .start_intro label::after {
    height: 3px;
    width: 3px;
}}.privacy_container {
    position: relative;
    color: #000000;
    padding: 60px 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    overflow: hidden;
    line-height: 1.7;
    background-color: rgb(188,188,194);
}.privacy_container::before {
    content: '';
    left: -50px;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    width: 200px;
    height: 200px;
    top: -50px;
    background-color: rgb(153,153,158,0.5);
}.privacy_container::after {
    position: absolute;
    border-radius: 50%;
    height: 200px;
    content: '';
    right: -50px;
    background-color: rgb(118,118,121,0.5);
    z-index: 0;
    bottom: -50px;
    width: 200px;
}.privacy_container h1, .privacy_container h2, .privacy_container h3, .privacy_container h4, .privacy_container h5, .privacy_container h6 {
    z-index: 1;
    color: rgb(153,153,158);
    margin-bottom: 20px;
    position: relative;
}.privacy_container h1 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 12px;
    border-bottom: 3px solid rgb(118,118,121);
}.privacy_container h2 {
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-bottom: 2px solid rgb(118,118,121);
    font-size: 35px;
    text-transform: uppercase;
}.privacy_container h3 {
    padding-bottom: 8px;
    font-size: 35px;
    font-weight: 600;
}.privacy_container ul, .privacy_container ol {
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
    list-style: none;
    padding-left: 25px;
}.privacy_container li {
    padding-left: 25px;
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 12px;
    position: relative;
}.privacy_container ul li:before, .privacy_container ol li:before {
    width: 12px;
    top: 0.6em;
    position: absolute;
    left: 0;
    background-color: rgb(118,118,121);
    height: 12px;
    border-radius: 50%;
    content: '';
    box-shadow: 0 0 5px rgb(118,118,121,0.5);
}.privacy_container ol {
    counter-reset: item;
}.privacy_container ol li {
    list-style-type: none;
}.privacy_container ol li:before {
    line-height: 20px;
    border-radius: 50%;
    font-size: 18px;
    box-shadow: 0 0 5px rgb(153,153,158,0.5);
    top: 0;
    position: absolute;
    counter-increment: item;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: rgb(153,153,158);
    content: counter(item);
    color: #ffffff;
    left: 0;
}.privacy_container p, .privacy_container span {
    position: relative;
    font-size: 13px;
    text-align: justify;
    z-index: 1;
    margin-bottom: 25px;
}.privacy_container p {
    border-left: 3px solid rgb(153,153,158);
    padding-left: 10px;
}.privacy_container div {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}.privacy_container div::before {
    border-radius: 50%;
    content: '';
    width: 10px;
    background-color: rgb(118,118,121);
    height: 10px;
    transform: translateY(-50%);
    left: -20px;
    top: 50%;
    position: absolute;
}
@media only screen and (max-width: 800px) {.privacy_container {
    padding: 40px 20px;
}.privacy_container h1 {
    font-size: calc(20px - 10px);
}.privacy_container h2 {
    font-size: calc(20px - 8px);
}.privacy_container p, .privacy_container li {
    font-size: calc(13px - 2px);
}.privacy_container::before, .privacy_container::after {
    height: 150px;
    width: 150px;
}}.launch_now {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(118,118,121) 0%, rgb(153,153,158) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.launch_now::before {
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.05) 10px,
        rgba(255, 255, 255, 0.05) 20px
    );
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
}.launch_now::after {
    transform: rotate(30deg);
    top: -50%;
    content: "";
    pointer-events: none;
    width: 80%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0) 60%
    );
    height: 200%;
    right: -50%;
    z-index: -1;
    position: absolute;
}.launch_now .container {
    align-items: center;
    margin: 0 auto;
    gap: 3rem;
    display: flex;
    position: relative;
    flex-direction: column;
    max-width: 1200px;
}.launch_now h2 {
    line-height: 1.4;
    color: #ffffff;
    max-width: 90%;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    font-weight: 600;
    letter-spacing: 0.01em;
    transform: translateY(0);
    opacity: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 37px;
    margin: 0;
    text-align: center;
}.launch_now .study_program {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
    gap: 1.5rem;
    border-left: 3px solid #ffffff;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    justify-content: center;
    transform: translateY(0);
    border-radius: 10px;
    opacity: 1;
    padding: 1.5rem;
    position: relative;
    align-items: center;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.05);
}.launch_now .study_program:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15), 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.launch_now svg {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
    flex-shrink: 0;
    height: 48px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 48px;
}.launch_now .study_program:hover svg {
    transform: rotate(15deg) scale(1.1);
}.launch_now svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.launch_now .study_program div {
    display: flex;
    align-items: center;
}.launch_now .query_query {
    background: #ffffff;
    align-items: center;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    justify-content: center;
    display: inline-flex;
    overflow: hidden;
    padding: 1rem 2.5rem;
    color: rgb(153,153,158);
    position: relative;
    font-size: 17px;
    text-decoration: none;
    border-radius: 10px;
    z-index: 1;
    letter-spacing: 0.03em;
}.launch_now .query_query::before {
    z-index: -1;
    background: linear-gradient(45deg, rgb(153,153,158), rgb(118,118,121));
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s;
    transform: translateY(100%);
    top: 0;
    left: 0;
    content: "";
    height: 100%;
}.launch_now .query_query:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.launch_now .query_query:hover::before {
    opacity: 1;
    transform: translateY(0);
}.launch_now .query_query:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {.launch_now {
    padding: 4rem 1.5rem;
}.launch_now h2 {
    font-size: calc(37px * 0.9);
    max-width: 100%;
}.launch_now .study_program {
    gap: 1rem;
    padding: 1.25rem;
    border-top: 3px solid #ffffff;
    border-left: none;
    flex-direction: column;
    text-align: center;
}.launch_now .query_query {
    width: 100%;
    padding: 0.85rem 2rem;
}
}

@media (max-width: 767px) {.launch_now {
    padding: 3rem 1rem;
}.launch_now h2 {
    line-height: 1.5;
    font-size: calc(37px * 0.8);
}.launch_now .container {
    gap: 2rem;
}.launch_now svg {
    width: 40px;
    height: 40px;
}.launch_now .study_program {
    width: 100%;
    max-width: 320px;
}
}

@media (max-width: 480px) {.launch_now {
    padding: 2.5rem 0.75rem;
}.launch_now h2 {
    font-size: calc(37px * 0.7);
}.launch_now .query_query {
    padding: 0.75rem 1.5rem;
    font-size: calc(17px * 0.9);
}.launch_now svg {
    width: 36px;
    height: 36px;
}
}

@media (min-width: 1400px) {.launch_now {
    padding: 6rem 2rem;
}.launch_now h2 {
    max-width: 70%;
    font-size: calc(37px * 1.1);
}.launch_now .study_program {
    gap: 2rem;
    padding: 2rem;
}.launch_now svg {
    width: 56px;
    height: 56px;
}.launch_now .query_query {
    padding: 1.15rem 3rem;
    font-size: calc(17px * 1.1);
}
}