﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.head_lesson {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 7px;
}::-webkit-scrollbar-track {
    margin: 2px 0;
    background: rgb(106,176,190,0.5);
    border-radius: 14.4vh;
}::-webkit-scrollbar-thumb {
    background: rgb(159,192,198);
    box-shadow: -3px 5px 13px 5px rgba(0, 0, 0, 0.1);
    animation: pulse_scrollbar 2s ease-out infinite;
    border-radius: 5.9vw;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 5px -1px 11px 5px rgba(0, 0, 0, 0.3);
    background: rgb(207,219,221);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(207,219,221);
}.container {
    margin: auto;
    max-width: 100%;
    width: 1245px;
}header,footer {
    width: 100%;
}.skill_test {
    flex: 0 0 auto;
}.wrapper-segment {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}footer .skill_test {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(159,192,198), rgb(106,176,190));
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 30px;
}footer .skill_test::before {
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    position: absolute;
    top: 0;
}footer .subscr_info {
    position: relative;
    z-index: 1;
}footer .contact_panel {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}footer .info_item {
    display: flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 0 1 220px;
    z-index: 1;
    height: 220px;
    backdrop-filter: blur(5px);
    background-color: rgb(159,192,198,0.5);
    transition: all 0.4s ease;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    transform: scale(1.05) translateY(0);
    background-color: rgb(106,176,190,0.5);
    z-index: 2;
}footer .info_item svg {
    fill: #ffffff;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    text-align: center;
    color: #ffffff;
    max-width: 80%;
    text-decoration: none;
    font-size: 16px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    position: relative;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}footer .head_master, footer .head_tutor, footer .subscribe_holder {
    border-radius: 25px;
    backdrop-filter: blur(5px);
    padding: 30px;
    position: relative;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    background-color: rgb(159,192,198,0.5);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1 1 300px;
    max-width: 400px;
    transition: all 0.3s ease;
}footer .head_master:hover, footer .head_tutor:hover, footer .subscribe_holder:hover {
    background-color: rgb(106,176,190,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}footer .head_master::before, footer .head_tutor::before, footer .subscribe_holder::before {
    content: "";
    border-radius: 50%;
    opacity: 0.1;
    position: absolute;
    height: 150px;
    z-index: -1;
    width: 150px;
}footer .head_master::before {
    left: -50px;
    background-color: rgb(159,192,198);
    top: -50px;
}footer .head_tutor::before {
    right: -50px;
    bottom: -50px;
    background-color: rgb(106,176,190);
}footer .subscribe_holder::before {
    background-color: rgb(159,192,198);
    bottom: -50px;
    left: -50px;
}footer .head_master svg {
    width: auto;
    height: 50px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}footer .study_group {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 300px;
    font-size: 13px;
}footer .head_tutor h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    position: relative;
}footer .head_tutor h5::after, footer .subscribe_holder h5::after {
    transition: width 0.3s ease;
    transform: translateX(-50%);
    bottom: -8px;
    content: "";
    height: 2px;
    width: 40px;
    left: 50%;
    position: absolute;
    background-color: #ffffff;
}footer .head_tutor:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .nav_know {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 300px;
    justify-content: center;
}footer .nav_know a {
    background-color: rgb(159,192,198,0.5);
    text-decoration: none;
    padding: 8px 15px;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .nav_know a:hover {
    background-color: rgb(106,176,190,0.5);
    transform: translateY(-3px);
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    font-size: 16px;
    max-width: 300px;
    line-height: 1.6;
}footer .input_holder {
    width: 100%;
    flex-direction: column;
    max-width: 300px;
    align-items: center;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 16px;
    padding: 15px 20px;
    border: none;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(159,192,198,0.5);
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_border {
    width: 100%;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 15px 20px;
    background-color: rgb(159,192,198);
    font-size: 16px;
    border: none;
}footer .sub_border:hover {
    transform: translateY(-3px);
    background-color: rgb(106,176,190);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .mobile_cta {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .biz_learnings {
    padding: 8px 20px;
    background-color: rgb(159,192,198,0.5);
    display: inline-block;
    backdrop-filter: blur(5px);
    font-size: 13px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .skill_test {
    padding: 60px 0 30px;
}footer .contact_panel {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    height: 100px;
    flex: 0 1 100px;
    padding: 15px;
}footer .head_master, footer .head_tutor, footer .subscribe_holder {
    padding: 25px 20px;
}footer .mobile_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .skill_test {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(16px - 1px);
}footer .head_tutor h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .nav_know a {
    font-size: calc(16px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .sub_border {
    padding: 12px 15px;
}footer .biz_learnings {
    padding: 6px 15px;
}}.appSpotlight {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(207,219,221) 0%, rgba(245, 245, 255, 0.95) 100%);
    position: relative;
    padding: 6rem 0;
}.appSpotlight::before {
    width: 40%;
    height: 40%;
    content: '';
    filter: blur(60px);
    background: linear-gradient(120deg, rgb(159,192,198,0.5) 0%, rgb(106,176,190,0.5) 100%);
    top: -10%;
    z-index: 1;
    opacity: 0.4;
    right: -5%;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
}.appSpotlight::after {
    bottom: -15%;
    z-index: 1;
    background: linear-gradient(240deg, rgb(106,176,190,0.5) 0%, rgb(159,192,198,0.5) 100%);
    height: 40%;
    opacity: 0.3;
    content: '';
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(50px);
    width: 35%;
    position: absolute;
    left: -5%;
}.appSpotlight .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
}.appSpotlight h2 {
    font-family: Arial, sans-serif;
    font-size: 32px;
    position: relative;
    opacity: 0;
    margin-bottom: 3rem;
    font-weight: 700;
    animation: slideUp 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    color: #000000;
    line-height: 1.3;
    transform: translateY(0);
}.appSpotlight h2::after {
    transform: scaleX(0);
    bottom: -0.8rem;
    position: absolute;
    animation: expandWidth 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(159,192,198) 0%, rgb(106,176,190) 100%);
    left: 0;
    content: '';
    width: 10rem;
    height: 4px;
}.appSpotlight .learn_history {
    background: #ffffff;
    border-radius: 1rem;
    padding: 3rem;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeScale 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}.appSpotlight .learn_history::before {
    left: 0;
    width: 5px;
    height: 100%;
    content: '';
    top: 0;
    animation: pulseGlow 4s infinite alternate;
    position: absolute;
    background: linear-gradient(180deg, rgb(159,192,198) 0%, rgb(106,176,190) 100%);
}.appSpotlight ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.appSpotlight li {
    display: block;
    position: relative;
    padding-left: 1.5rem;
}.appSpotlight li::before {
    left: 0;
    width: 0.5rem;
    transform: scale(0);
    position: absolute;
    content: '';
    height: 0.5rem;
    top: 0.5rem;
    border-radius: 50%;
    animation: popIn 0.5s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background-color: rgb(159,192,198);
}.appSpotlight li span {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
    display: block;
    animation: slideUp 0.8s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0.95;
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    opacity: 0;
    margin: 0;
}

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

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

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

@keyframes popIn {
    from {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15px, -15px);
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 5px 1px rgb(159,192,198,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 12px 3px rgb(159,192,198,0.5);
    }
}

@media (max-width: 992px) {.appSpotlight {
    padding: 5rem 0;
}.appSpotlight h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 2.5rem;
}.appSpotlight .learn_history {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 768px) {.appSpotlight {
    padding: 4rem 0;
}.appSpotlight::before,
    .appSpotlight::after {
    width: 50%;
    height: 30%;
}.appSpotlight .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.appSpotlight h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.75);
}.appSpotlight h2::after {
    height: 3px;
    width: 8rem;
}.appSpotlight .learn_history {
    padding: 2rem 1.5rem;
}.appSpotlight li span {
    font-size: 15px;
    line-height: 1.7;
}
}

@media (max-width: 576px) {.appSpotlight {
    padding: 3.5rem 0;
}.appSpotlight .container {
    transform: none;
    padding: 0 1rem;
}.appSpotlight h2 {
    margin-bottom: 1.8rem;
    font-size: calc(32px * 0.7);
}.appSpotlight h2::after {
    width: 6rem;
    height: 3px;
}.appSpotlight .learn_history {
    padding: 1.8rem 1.2rem;
}.appSpotlight li {
    padding-left: 1.2rem;
}.appSpotlight li::before {
    top: 0.4rem;
    height: 0.4rem;
    width: 0.4rem;
}.appSpotlight li span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.title_opener {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(207,219,221) 0%, rgba(245, 247, 250, 0.95) 100%);
}.title_opener::before {
    background: linear-gradient(225deg, rgb(159,192,198,0.5) 0%, transparent 80%);
    position: absolute;
    top: 0;
    transform: translateX(20%) skewX(-15deg);
    right: 0;
    opacity: 0.07;
    height: 100%;
    width: 70%;
    z-index: 1;
    pointer-events: none;
    content: "";
}.title_opener::after {
    width: 35%;
    position: absolute;
    height: 35%;
    transform: rotate(-12deg);
    border-radius: 100px;
    z-index: 1;
    content: "";
    opacity: 0.15;
    border: 2px solid rgb(159,192,198,0.5);
    pointer-events: none;
    left: -5%;
    bottom: -5%;
}.title_opener .learn_history {
    max-width: 1440px;
    justify-content: space-between;
    padding: 5rem 2rem;
    align-items: center;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    position: relative;
    flex-direction: row;
    min-height: 100vh;
}.title_opener .legend_holder {
    max-width: 600px;
    transform: translateY(-2rem);
    position: relative;
    margin-right: 2rem;
    flex: 1;
}.title_opener h1 {
    font-weight: 700;
    font-size: calc(48px * 1.2);
    position: relative;
    transform: translateX(-0.5rem);
    line-height: 1.2;
    margin-bottom: 2rem;
    color: #000000;
}.title_opener h1::after {
    background: linear-gradient(90deg, rgb(159,192,198) 0%, rgb(159,192,198,0.5) 100%);
    left: 0;
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    width: 5rem;
    position: absolute;
    content: "";
    bottom: -0.8rem;
    height: 0.25rem;
}.title_opener .start_head {
    background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 100%);
    align-items: flex-start;
    backdrop-filter: blur(10px);
    display: flex;
    box-shadow: 0 10px 30px -15px rgba(0,0,0,0.1);
    flex-direction: column;
    position: relative;
    margin-bottom: 3rem;
    border-radius: 10px;
    padding: 2.5rem 2.5rem 2rem;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.title_opener .start_head:hover {
    transform: translateY(-0.5rem);
}.title_opener .start_head svg {
    filter: drop-shadow(0 4px 8px rgba(94,170,168,0.15));
    margin-bottom: 1.5rem;
    transform: translateY(0);
    height: 80px;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}.title_opener .start_head:hover svg {
    transform: translateY(-0.25rem) rotate(5deg);
}.title_opener .start_head svg g {
    transition: transform 0.5s ease-out;
}.title_opener .start_head:hover svg g {
    transform: translate(30.89265,30.89265) scale(0.75);
}.title_opener .start_head svg path {
    transition: fill 0.3s ease;
    fill: rgb(159,192,198);
}.title_opener .start_head:hover svg path {
    fill: rgb(74,150,148);
}.title_opener .start_head svg text {
    transition: letter-spacing 0.4s ease;
    font-family: Arial, sans-serif;
}.title_opener .start_head:hover svg text {
    letter-spacing: 0.5px;
}.title_opener .start_head p {
    font-size: calc(14px * 1.1);
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 400;
    max-width: 95%;
}.title_opener ul {
    margin: 1rem 0 0;
    list-style: none;
    display: flex;
    padding: 0;
}.title_opener ul li {
    align-items: center;
    display: flex;
}.title_opener .help_card {
    font-size: 18px;
    z-index: 1;
    overflow: hidden;
    padding: 1rem 2.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.3s ease;
    border-radius: 17px;
    color: #ffffff;
    box-shadow: 0 4px 20px -5px rgba(94,170,168,0.4);
    display: inline-block;
    background: linear-gradient(135deg, rgb(159,192,198) 0%, rgb(74,150,148) 100%);
    text-decoration: none;
    position: relative;
}.title_opener .help_card::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    opacity: 0;
    content: "";
    transition: opacity 0.3s ease;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(74,150,148) 0%, rgb(159,192,198) 100%);
}.title_opener .help_card:hover {
    box-shadow: 0 8px 25px -5px rgba(94,170,168,0.5);
    transform: translateY(-3px);
}.title_opener .help_card:hover::before {
    opacity: 1;
}.title_opener .portrait_image {
    height: 600px;
    overflow: hidden;
    flex: 1;
    border-radius: 17px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 20px 40px -20px rgba(0,0,0,0.2);
}.title_opener .portrait_image::before {
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(94,170,168,0.4) 0%, transparent 65%);
}.title_opener .portrait_image::after {
    width: 100%;
    backdrop-filter: brightness(1.05);
    z-index: 2;
    height: 100%;
    left: 0;
    content: "";
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.1);
    pointer-events: none;
    border: 1px solid rgba(255,255,255,0.1);
    top: 0;
    position: absolute;
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

@media (min-width: 1600px) {.title_opener .learn_history {
    padding: 6rem 3rem;
}.title_opener h1 {
    font-size: calc(48px * 1.4);
}.title_opener .portrait_image {
    height: 650px;
}
}

@media (max-width: 1280px) {.title_opener .learn_history {
    padding: 4rem 2rem;
}.title_opener h1 {
    font-size: calc(48px * 1.1);
}.title_opener .portrait_image {
    height: 550px;
}
}

@media (max-width: 992px) {.title_opener .learn_history {
    padding: 4rem 1.5rem;
    flex-direction: column;
}.title_opener .legend_holder {
    margin-right: 0;
    margin-bottom: 3rem;
    max-width: 100%;
    transform: translateY(0);
}.title_opener h1 {
    text-align: center;
    transform: translateX(0);
    font-size: 48px;
}.title_opener h1::after {
    transform: translateX(-50%);
    left: 50%;
}.title_opener .start_head {
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem 1.5rem;
}.title_opener .start_head p {
    max-width: 100%;
}.title_opener ul {
    justify-content: center;
    width: 100%;
}.title_opener .portrait_image {
    height: 400px;
    width: 100%;
}
}

@media (max-width: 768px) {.title_opener {
    min-height: auto;
}.title_opener .learn_history {
    min-height: auto;
    padding: 3rem 1rem;
}.title_opener h1 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 1.1);
}.title_opener .start_head {
    margin-bottom: 2rem;
}.title_opener .start_head svg {
    height: 70px;
    width: 70px;
}.title_opener .start_head p {
    font-size: 14px;
}.title_opener .help_card {
    padding: 0.85rem 2rem;
}.title_opener .portrait_image {
    height: 350px;
}
}

@media (max-width: 576px) {.title_opener::before {
    transform: translateX(0) skewX(0);
    width: 100%;
}.title_opener::after {
    height: 50%;
    width: 50%;
}.title_opener .learn_history {
    padding: 2.5rem 1rem;
}.title_opener h1 {
    font-size: 28px;
}.title_opener .start_head {
    padding: 1.5rem 1rem;
}.title_opener .start_head svg {
    width: 60px;
    height: 60px;
}.title_opener .portrait_image {
    height: 300px;
}
}

@media (max-width: 480px) {.title_opener .portrait_image {
    height: 250px;
}.title_opener .help_card {
    padding: 0.75rem 1.75rem;
    font-size: calc(18px * 0.9);
}}.statistical_report {
    overflow: hidden;
    background: rgb(207,219,221);
    display: flex;
    min-height: 100vh;
    position: relative;
    padding: 0;
    align-items: center;
}.statistical_report::before {
    opacity: 0.1;
    z-index: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom right, rgb(159,192,198,0.5) 0%, transparent 70%);
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}.statistical_report::after {
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: 100px 100px;
    background: 
        linear-gradient(to right, transparent, rgba(0, 0, 0, 0.02) 20%, transparent 30%),
        linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.02) 20%, transparent 30%);
    content: "";
}.statistical_report .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    grid-template-rows: auto auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    width: 100%;
    max-width: 1400px;
}.statistical_report .fast_gain {
    background: linear-gradient(135deg, rgb(159,192,198) 0%, rgb(106,176,190) 100%);
    grid-row: 1 / span 2;
    display: flex;
    color: #ffffff;
    padding: 5rem;
    grid-column: 1;
    min-height: 100vh;
    position: relative;
    flex-direction: column;
    justify-content: center;
}.statistical_report .fast_gain::before {
    width: 100px;
    background: linear-gradient(to left, rgb(207,219,221), transparent);
    right: 0;
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
}.statistical_report .expert_upgrade {
    line-height: 1.2;
    color: #ffffff;
    font-size: calc(46px * 1.2);
    font-weight: 700;
    position: relative;
    margin: 0 0 2rem;
}.statistical_report .expert_upgrade::after {
    width: 80px;
    position: absolute;
    border-radius: 10px;
    height: 4px;
    bottom: -1rem;
    content: "";
    left: 0;
    background: #ffffff;
}.statistical_report .study_edge {
    line-height: 1.8;
    color: #ffffff;
    max-width: 600px;
    font-weight: 400;
    margin: 0;
    opacity: 0.9;
    font-size: 13px;
}.statistical_report .statistics_pros {
    grid-row: 1 / span 2;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
    grid-column: 2;
    flex-direction: column;
    background: #ffffff;
    display: flex;
    gap: 3rem;
    padding: 5rem;
    justify-content: center;
}.statistical_report .statistics_pluses {
    align-items: center;
    padding: 0;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
}.statistical_report .statistics_pluses:hover {
    transform: translateX(10px);
}.statistical_report .statistics_pluses h4 {
    margin: 0 2rem 0 0;
    padding-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1;
    flex: 0 0 auto;
    position: relative;
    color: rgb(159,192,198);
    font-size: calc(46px * 1.5);
}.statistical_report .statistics_pluses:nth-child(even) h4 {
    color: rgb(106,176,190);
}.statistical_report .statistics_pluses h4::after {
    background: currentColor;
    width: 100%;
    transition: all 0.3s ease;
    opacity: 0.3;
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    height: 2px;
}.statistical_report .statistics_pluses:hover h4::after {
    opacity: 0.8;
    width: 120%;
}.statistical_report .statistics_pluses span {
    line-height: 1.5;
    color: #000000;
    font-weight: 400;
    flex: 1;
    position: relative;
    padding-left: 2rem;
    font-size: 13px;
}.statistical_report .statistics_pluses span::before {
    background: linear-gradient(to bottom, transparent, rgb(159,192,198,0.5), transparent);
    opacity: 0.5;
    width: 1px;
    height: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    position: absolute;
}.statistical_report .statistics_pluses:nth-child(even) span::before {
    background: linear-gradient(to bottom, transparent, rgb(106,176,190,0.5), transparent);
}.statistical_report svg {
    height: 24px;
    transition: all 0.3s ease;
    position: absolute;
    width: 24px;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    fill: rgb(159,192,198,0.5);
    opacity: 0.7;
}.statistical_report .statistics_pluses:nth-child(even) svg {
    fill: rgb(106,176,190,0.5);
}.statistical_report svg path {
    fill: inherit;
}.statistical_report .statistics_pluses:hover svg {
    transform: translateY(-50%) scale(1.2);
    opacity: 1;
}

@media (max-width: 1200px) {.statistical_report .container {
    grid-template-columns: 1.2fr 0.8fr;
}.statistical_report .fast_gain {
    padding: 3rem;
}.statistical_report .statistics_pros {
    padding: 3rem;
}.statistical_report .statistics_pluses h4 {
    margin-right: 1.5rem;
    font-size: calc(46px * 1.2);
}
}

@media (max-width: 992px) {.statistical_report {
    min-height: auto;
}.statistical_report .container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.statistical_report .fast_gain {
    padding: 4rem 3rem;
    min-height: auto;
    grid-column: 1;
    grid-row: 1;
}.statistical_report .fast_gain::before {
    display: none;
}.statistical_report .statistics_pros {
    grid-column: 1;
    grid-row: 2;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
    padding: 4rem 3rem;
}.statistical_report .expert_upgrade {
    font-size: calc(30px * 1.1);
    margin-bottom: 1.5rem;
}.statistical_report .expert_upgrade::after {
    width: 60px;
    height: 3px;
    bottom: -0.8rem;
}
}

@media (max-width: 768px) {.statistical_report .fast_gain {
    padding: 3rem 2rem;
}.statistical_report .statistics_pros {
    padding: 3rem 2rem;
    gap: 2.5rem;
}.statistical_report .statistics_pluses h4 {
    margin-right: 1.2rem;
    font-size: calc(30px * 1.2);
}.statistical_report .statistics_pluses span {
    font-size: calc(13px * 0.95);
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.statistical_report .fast_gain {
    padding: 2.5rem 1.5rem;
}.statistical_report .statistics_pros {
    padding: 2.5rem 1.5rem;
    gap: 2rem;
}.statistical_report .statistics_pluses {
    align-items: flex-start;
    flex-direction: column;
}.statistical_report .statistics_pluses h4 {
    margin: 0 0 1rem 0;
}.statistical_report .statistics_pluses span {
    padding-left: 0;
}.statistical_report .statistics_pluses span::before {
    display: none;
}.statistical_report svg {
    transform: none;
    right: 0;
    top: 0;
}.statistical_report .statistics_pluses:hover svg {
    transform: scale(1.2);
}.statistical_report .expert_upgrade {
    margin-bottom: 1.2rem;
    font-size: 30px;
}.statistical_report .expert_upgrade::after {
    bottom: -0.6rem;
    height: 3px;
    width: 50px;
}.statistical_report .study_edge {
    line-height: 1.7;
    font-size: calc(13px * 0.9);
}}header {
    overflow: visible;
    width: 100%;
    z-index: 99;
    background: linear-gradient(135deg, rgb(207,219,221), #ffffff);
    position: relative;
}header::before {
    bottom: 0;
    width: 100%;
    left: 0;
    height: 15px;
    position: absolute;
    background-size: 20px 20px;
    opacity: 0.3;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(159,192,198,0.5) 6px,
            rgb(159,192,198,0.5) 10px,
            transparent 10px
        ) repeat-x;
    content: "";
}header .header_tutor {
    align-items: center;
    padding: 25px 30px;
    justify-content: space-between;
    display: flex;
    position: relative;
}header .header_tutor::before,
header .header_tutor::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(159,192,198), transparent);
    width: 30%;
    height: 2px;
}header .header_tutor::before {
    top: 10px;
    left: 0;
}header .header_tutor::after {
    right: 0;
    bottom: 10px;
    background: linear-gradient(to left, rgb(106,176,190), transparent);
}header .header_tutor .head_master {
    z-index: 2;
    position: relative;
}header .header_tutor .head_master::before {
    content: "";
    background: rgb(159,192,198,0.5);
    height: 140%;
    z-index: -1;
    width: 140%;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    transition: transform 0.5s ease-in-out;
    top: -20%;
    left: -20%;
    position: absolute;
    opacity: 0.05;
}header .header_tutor .head_master:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .header_tutor .head_master .header_base {
    transition: transform 0.3s ease;
    display: block;
}header .header_tutor .head_master:hover .header_base {
    transform: translateY(-3px);
}header .header_tutor .head_master .header_base svg {
    width: auto;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    height: 45px;
}header .header_tutor .head_tutor {
    display: flex;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}header .header_tutor .head_tutor::before {
    background: rgb(106,176,190,0.5);
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    z-index: -1;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    opacity: 0.05;
}header .header_tutor .head_tutor:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}header .header_tutor .head_tutor .site_top {
    margin: 0 8px;
    position: relative;
}header .header_tutor .head_tutor .site_top a {
    display: block;
    position: relative;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    padding: 10px 15px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
}header .header_tutor .head_tutor .site_top a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}header .header_tutor .head_tutor .site_top a::before {
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    z-index: -1;
    transform: scale(0);
    position: absolute;
    height: 100%;
    width: 100%;
    transform-origin: right top;
    content: "";
    left: 0;
    background: rgb(159,192,198);
    transition: transform 0.4s ease, border-radius 0.4s ease;
    top: 0;
}header .header_tutor .head_tutor .site_top a:hover::before {
    transform: scale(1);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}header .header_tutor .head_tutor .site_top:nth-child(2n) a::before {
    transform-origin: left bottom;
    background: rgb(106,176,190);
}header .header_tutor .head_tutor .site_top:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .header_tutor .head_tutor .site_top:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .header_tutor {
    flex-direction: column;
    padding: 20px 15px;
}header .header_tutor .head_master {
    margin-bottom: 15px;
}header .header_tutor .head_tutor {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .header_tutor .head_tutor .site_top {
    margin: 5px;
}header .header_tutor .head_tutor .site_top a {
    padding: 8px 12px;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header .header_tutor {
    padding: 15px 10px;
}header .header_tutor .head_master .header_base svg {
    height: 40px;
}header .header_tutor .head_tutor .site_top a {
    padding: 6px 10px;
    font-size: calc(12px - 2px);
}}.pricing_deck {
    background: linear-gradient(135deg, rgb(207,219,221) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}.pricing_deck::before {
    top: -10%;
    opacity: 0.1;
    z-index: 0;
    right: -5%;
    position: absolute;
    height: 70%;
    transform: rotate(-15deg);
    content: "";
    width: 40%;
    background: linear-gradient(120deg, rgb(159,192,198,0.5) 20%, rgb(106,176,190,0.5) 80%);
    border-radius: 10px;
}.pricing_deck::after {
    height: 50%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(106,176,190,0.5) 30%, rgb(159,192,198,0.5) 70%);
    bottom: -5%;
    border-radius: 10px;
    position: absolute;
    opacity: 0.08;
    width: 35%;
    transform: rotate(10deg);
    left: -3%;
    content: "";
}.pricing_deck .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    max-width: 1400px;
}.pricing_deck .study_sub {
    flex-direction: column;
    display: flex;
}.pricing_deck .price_opts {
    text-align: center;
    order: 1;
    position: relative;
    margin-bottom: 3.5rem;
}.pricing_deck .price_opts h2 {
    font-size: 38px;
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.pricing_deck .price_opts h2::after {
    position: absolute;
    left: 50%;
    bottom: -0.75rem;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(159,192,198), transparent);
    transform: translateX(-50%);
    width: 70%;
}.pricing_deck .pro_rates {
    font-size: 16px;
    max-width: 800px;
    line-height: 1.6;
    margin: 0 auto;
    color: #000000;
}.pricing_deck .package_deal {
    width: 100%;
    gap: 2rem;
    order: 2;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_deck .program_rate {
    position: relative;
    color: #000000;
    text-decoration: none;
    background: #ffffff;
    overflow: hidden;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.pricing_deck .program_rate:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.pricing_deck .program_rate::before {
    left: 0;
    top: 0;
    transform: translateY(-5px);
    transition: transform 0.3s ease;
    height: 5px;
    background: linear-gradient(90deg, rgb(159,192,198), rgb(106,176,190));
    position: absolute;
    width: 100%;
    content: "";
}.pricing_deck .program_rate:hover::before {
    transform: translateY(0);
}.pricing_deck .edu_rates {
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    display: flex;
}.pricing_deck .study_costs {
    flex-direction: column;
    padding: 2rem 1.75rem;
    flex: 1;
    display: flex;
    position: relative;
}.pricing_deck .study_costs h3 {
    margin-bottom: 1rem;
    display: inline-block;
    font-size: calc(24px * 1.1);
    position: relative;
    font-weight: 700;
    color: #000000;
}.pricing_deck .study_costs .learning_plan {
    color: rgb(159,192,198);
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(24px * 1.3);
}.pricing_deck .study_costs .learning_plan::after {
    width: 40px;
    position: absolute;
    bottom: -0.75rem;
    height: 2px;
    left: 0;
    background: rgb(159,192,198,0.5);
    content: "";
}.pricing_deck .study_costs p {
    word-wrap: break-word;
    font-size: 16px;
    flex-grow: 1;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.65;
    word-break: break-word;
    overflow-wrap: break-word;
}.pricing_deck .portrait_image {
    transition: transform 0.5s ease;
    height: 180px;
    width: 100%;
    position: relative;
    overflow: hidden;
}.pricing_deck .portrait_image::after {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    top: 0;
    content: "";
    height: 100%;
}.pricing_deck .program_rate:hover .portrait_image {
    transform: scale(1.05);
}.pricing_deck .program_rate:nth-child(odd) .study_costs::before {
    position: absolute;
    border-radius: 50%;
    top: 1rem;
    height: 2.5rem;
    right: 1rem;
    opacity: 0.1;
    z-index: -1;
    width: 2.5rem;
    background: rgb(159,192,198,0.5);
    content: "";
}.pricing_deck .program_rate:nth-child(even) .study_costs::before {
    position: absolute;
    width: 2.5rem;
    left: 1rem;
    content: "";
    bottom: 1rem;
    opacity: 0.1;
    z-index: -1;
    background: rgb(106,176,190,0.5);
    height: 2.5rem;
    border-radius: 50%;
}

@media (min-width: 992px) {.pricing_deck .study_sub {
    flex-direction: row;
}.pricing_deck .price_opts {
    text-align: left;
    margin-bottom: 0;
    flex-direction: column;
    order: 2;
    justify-content: center;
    flex: 0 0 30%;
    display: flex;
    padding-left: 3rem;
}.pricing_deck .price_opts h2 {
    margin-bottom: 2rem;
    text-align: left;
}.pricing_deck .price_opts h2::after {
    left: 0;
    width: 40%;
    transform: none;
}.pricing_deck .pro_rates {
    margin: 0;
    text-align: left;
}.pricing_deck .package_deal {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
    order: 1;
}
}

@media (max-width: 991px) {.pricing_deck {
    padding: 5rem 0;
}.pricing_deck .program_rate {
    margin-bottom: 1.5rem;
}.pricing_deck .price_opts {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing_deck {
    padding: 4rem 0;
}.pricing_deck .price_opts h2 {
    font-size: calc(38px * 0.9);
}.pricing_deck .study_costs h3 {
    font-size: 24px;
}.pricing_deck .study_costs .learning_plan {
    font-size: calc(24px * 1.15);
}.pricing_deck .portrait_image {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing_deck {
    padding: 3rem 0;
}.pricing_deck .container {
    padding: 0 1.5rem;
}.pricing_deck .package_deal {
    gap: 1.5rem;
}.pricing_deck .study_costs {
    padding: 1.5rem;
}.pricing_deck .portrait_image {
    height: 140px;
}
}

@media (hover: none) {.pricing_deck .program_rate:hover {
    transform: none;
}.pricing_deck .program_rate:hover .portrait_image {
    transform: none;
}}.user_comments {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(207,219,221) 0%, rgb(106,176,190,0.5) 100%);
    position: relative;
    overflow: hidden;
}.user_comments::before {
    transform: rotate(-15deg) skewX(15deg);
    pointer-events: none;
    height: 70%;
    content: "";
    background: linear-gradient(225deg, rgb(159,192,198,0.5) 10%, transparent 70%);
    z-index: 1;
    opacity: 0.7;
    right: -5%;
    top: -10%;
    width: 40%;
    position: absolute;
}.user_comments::after {
    z-index: 1;
    opacity: 0.5;
    transform: rotate(10deg) skewX(-10deg);
    bottom: -10%;
    position: absolute;
    content: "";
    left: -5%;
    pointer-events: none;
    width: 35%;
    height: 60%;
    background: linear-gradient(45deg, rgb(106,176,190,0.5) 20%, transparent 80%);
}.user_comments .container {
    padding: 0 2rem;
    perspective: 1000px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.user_comments h2 {
    font-size: 31px;
    color: #000000;
    position: relative;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    transform: translateZ(30px);
    margin-bottom: 3.5rem;
}.user_comments h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(159,192,198) 0%, rgb(106,176,190) 100%);
    height: 4px;
}.user_comments .learning_ratings {
    list-style: none;
    margin: 0;
    gap: 2.5rem;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
}.user_comments .user_reviews {
    overflow: hidden;
    border-radius: 8px;
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    z-index: 1;
    padding: 2rem;
    background: #ffffff;
    position: relative;
}.user_comments .user_reviews::before {
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(159,192,198) 0%, rgb(106,176,190) 100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    z-index: 2;
    left: 0;
    height: 5px;
    transform: scaleX(0);
    transform-origin: left;
}.user_comments .user_reviews:hover {
    transform: translateY(-10px) translateZ(30px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.user_comments .user_reviews:hover::before {
    transform: scaleX(1);
}.user_comments .user_reviews > div {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}.user_comments .user_reviews img {
    margin-right: 1rem;
    border-radius: 50%;
    width: 60px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
}.user_comments .user_reviews:hover img {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.user_comments .user_reviews h4 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    margin: 0;
    transition: transform 0.3s ease, color 0.3s ease;
}.user_comments .user_reviews:hover h4 {
    transform: translateX(5px);
    color: rgb(159,192,198);
}.user_comments .description {
    margin: 0;
    font-size: 12px;
    color: #000000;
    z-index: 2;
    position: relative;
    line-height: 1.6;
}.user_comments .description::before {
    position: absolute;
    content: "";
    top: -35px;
    z-index: -1;
    color: rgb(106,176,190,0.5);
    left: -10px;
    font-size: 80px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.3;
    line-height: 1;
}.user_comments .user_reviews:hover .description::before {
    transform: scale(1.2) rotate(5deg);
    opacity: 0.5;
}.user_comments a {
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-right: auto;
    text-align: center;
    z-index: 2;
    background: linear-gradient(135deg, rgb(159,192,198) 0%, rgb(106,176,190) 100%);
    text-decoration: none;
    font-weight: 600;
    margin-top: 2.5rem;
    font-size: 19px;
    padding: 0.8rem 2rem;
    display: table;
    position: relative;
    color: #ffffff;
    border-radius: 4px;
    margin-left: auto;
    display: inline-block;
}.user_comments a::before {
    position: absolute;
    width: 100%;
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    transition: left 0.6s ease;
    z-index: -1;
    height: 100%;
    top: 0;
}.user_comments a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.user_comments a:hover::before {
    left: 100%;
}

@media (max-width: 1024px) {.user_comments {
    padding: 5rem 0;
}.user_comments .learning_ratings {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.user_comments h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 3rem;
}
}

@media (max-width: 768px) {.user_comments {
    padding: 4rem 0;
}.user_comments .container {
    padding: 0 1.5rem;
}.user_comments .learning_ratings {
    gap: 1.8rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user_comments h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.85);
}.user_comments .user_reviews {
    padding: 1.8rem;
}
}

@media (max-width: 576px) {.user_comments {
    padding: 3.5rem 0;
}.user_comments .container {
    padding: 0 1rem;
}.user_comments .learning_ratings {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user_comments h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
}.user_comments .user_reviews img {
    height: 50px;
    width: 50px;
}.user_comments .user_reviews {
    padding: 1.5rem;
}.user_comments .description::before {
    top: -25px;
    font-size: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.user_comments .user_reviews,
    .user_comments .user_reviews::before,
    .user_comments .user_reviews img,
    .user_comments .user_reviews h4,
    .user_comments .description::before,
    .user_comments a,
    .user_comments a::before {
    transition: none;
}}.get_in_touch {
    background: linear-gradient(
        -45deg, 
        rgb(207,219,221) 0%, 
        rgb(106,176,190,0.5) 100%
    );
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.get_in_touch .container {
    padding: 0 1rem;
    margin: 0 auto;
    max-width: 1400px;
}.get_in_touch .feedback_block {
    border-radius: 23px;
    box-shadow: 0 25px 50px rgb(159,192,198,0.5);
    position: relative;
    background: rgb(106,176,190,0.5);
    overflow: hidden;
    display: flex;
    align-items: stretch;
}.get_in_touch .portrait_image {
    position: relative;
    min-height: 600px;
    transform: skew(-10deg);
    flex: 0 0 45%;
    margin-left: -5%;
    z-index: 2;
}.get_in_touch .portrait_image::before {
    height: 100%;
    opacity: 0.7;
    left: 0;
    top: 0;
    position: absolute;
    transform: skew(10deg);
    background: linear-gradient(
        135deg, 
        rgb(159,192,198,0.5) 0%, 
        rgb(106,176,190,0.5) 100%
    );
    z-index: 1;
    content: '';
    width: 120%;
}.get_in_touch .feedback_box {
    flex: 0 0 55%;
    display: flex;
    padding: 4rem 3rem 4rem 10%;
    z-index: 3;
    position: relative;
    flex-direction: column;
    justify-content: center;
}.get_in_touch h2 {
    font-weight: 700;
    padding-left: 2rem;
    font-size: 38px;
    text-align: left;
    color: #ffffff;
    position: relative;
    margin-bottom: 2.5rem;
}.get_in_touch h2::before {
    transform: translateY(-50%);
    content: '';
    left: 0;
    position: absolute;
    height: 1rem;
    box-shadow: 0 0 15px rgb(159,192,198,0.5);
    top: 50%;
    border-radius: 50%;
    background: rgb(159,192,198);
    width: 1rem;
}.get_in_touch .feedback_box h3 {
    position: relative;
    padding-bottom: 1rem;
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 2rem;
}.get_in_touch .feedback_box h3::after {
    background: rgb(159,192,198);
    height: 3px;
    content: '';
    width: 50px;
    left: 0;
    position: absolute;
    bottom: 0;
}.get_in_touch .feedback_box form {
    display: grid;
    gap: 1.5rem;
}.get_in_touch .feedback_box input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    color: #ffffff;
    font-size: 17px;
    transition: all 0.3s ease;
    border: 1px solid rgb(159,192,198,0.5);
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding: 1rem 1.5rem;
    background: rgb(106,176,190,0.5);
}.get_in_touch .feedback_box input:not([type="checkbox"]):not([type="submit"])::after {
    position: absolute;
    background: rgb(159,192,198);
    left: 0;
    content: '';
    width: 0;
    transition: width 0.3s ease;
    bottom: -2px;
    height: 2px;
}.get_in_touch .feedback_box input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(159,192,198,0.5);
    border-color: rgb(159,192,198);
}.get_in_touch .feedback_box input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.get_in_touch .feedback_box .support_query {
    align-items: center;
    display: flex;
    gap: 1rem;
}.get_in_touch .feedback_box .support_query input[type="checkbox"] {
    background: rgb(106,176,190,0.5);
    width: 22px;
    transition: all 0.3s ease;
    appearance: none;
    border-radius: 10px;
    height: 22px;
    border: 2px solid rgb(159,192,198,0.5);
    position: relative;
    cursor: pointer;
}.get_in_touch .feedback_box .support_query input[type="checkbox"]:checked {
    border-color: rgb(159,192,198);
    background: rgb(159,192,198);
}.get_in_touch .feedback_box .support_query input[type="checkbox"]:checked::after {
    color: #ffffff;
    content: '✔';
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    top: 50%;
    left: 50%;
}.get_in_touch .feedback_box .support_query label {
    display: flex;
    color: #ffffff;
    font-size: 17px;
    align-items: center;
}.get_in_touch .feedback_box .support_query a {
    text-decoration: none;
    margin-left: 0.3rem;
    color: rgb(159,192,198);
    transition: color 0.3s ease;
}.get_in_touch .feedback_box .support_query a:hover {
    text-decoration: underline;
}.get_in_touch .feedback_box .help_card {
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    width: 100%;
    padding: 1rem;
    overflow: hidden;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    background: rgb(159,192,198);
    transition: all 0.3s ease;
}.get_in_touch .feedback_box .help_card::before {
    content: '';
    left: -50%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(159,192,198,0.5), 
        transparent
    );
    height: 200%;
    opacity: 0;
    transform: rotate(-45deg);
    position: absolute;
    width: 200%;
    top: -50%;
    transition: all 0.5s ease;
}.get_in_touch .feedback_box .help_card:hover::before {
    opacity: 1;
}.get_in_touch .feedback_box .help_card:hover {
    box-shadow: 0 10px 20px rgb(159,192,198,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.get_in_touch .portrait_image {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.get_in_touch .feedback_block {
    flex-direction: column;
}.get_in_touch .portrait_image {
    transform: none;
    min-height: 300px;
    flex: 0 0 100%;
    margin-left: 0;
}.get_in_touch .portrait_image::before {
    width: 100%;
    transform: none;
}.get_in_touch .feedback_box {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.get_in_touch {
    padding: 3rem 0;
}.get_in_touch h2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: calc(38px * 0.8);
}.get_in_touch h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.get_in_touch .feedback_box h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.5rem;
}.get_in_touch .feedback_box input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.get_in_touch .feedback_block {
    border-radius: 0;
}.get_in_touch .feedback_box {
    padding: 2rem 1.5rem;
}}.course_structure {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(207,219,221);
    position: relative;
}.course_structure::before {
    animation: floatEffect 15s infinite alternate ease-in-out;
    position: absolute;
    background: rgb(159,192,198,0.5);
    width: 300px;
    content: "";
    opacity: 0.4;
    height: 300px;
    top: -100px;
    z-index: 0;
    left: -100px;
    filter: blur(120px);
}.course_structure::after {
    z-index: 0;
    position: absolute;
    right: -100px;
    width: 350px;
    height: 350px;
    content: "";
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    filter: blur(150px);
    background: rgb(106,176,190,0.5);
    bottom: -100px;
    opacity: 0.3;
}.course_structure .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.course_structure .skill_plan {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    flex-direction: column;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    position: relative;
}.course_structure .skill_plan:hover {
    transform: translateY(-10px);
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.9);
}.course_structure .portrait_image {
    width: 100%;
    height: 280px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.course_structure .portrait_image::after {
    content: "";
    background: linear-gradient(
        135deg,
        rgb(159,192,198,0.5) 0%,
        transparent 100%
    );
    transition: opacity 0.5s ease;
    inset: 0;
    opacity: 0.7;
    position: absolute;
}.course_structure .skill_plan:hover .portrait_image {
    transform: scale(1.05);
}.course_structure .skill_plan:hover .portrait_image::after {
    opacity: 0.5;
}.course_structure .legend_holder {
    position: relative;
    padding: 40px;
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    margin: 0 15px;
    transform: translateY(-30px);
}.course_structure .legend_holder::before {
    background: rgb(159,192,198);
    content: "";
    width: 40px;
    height: 4px;
    position: absolute;
    top: -8px;
    left: 20px;
}.course_structure .legend_holder h3 {
    transform: translateX(-10px);
    line-height: 1.4;
    opacity: 0;
    color: #000000;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    font-size: calc(22px * 1.05);
    animation: slideIn 0.7s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.course_structure .legend_holder p.description {
    animation: fadeUp 0.7s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
    max-height: 200px;
    position: relative;
    color: #000000;
    opacity: 0;
    padding-right: 15px;
    overflow-y: auto;
    transform: translateY(10px);
    font-weight: 400;
    font-family: Arial, sans-serif;
}.course_structure .legend_holder p.description::-webkit-scrollbar {
    width: 4px;
}.course_structure .legend_holder p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.course_structure .legend_holder p.description::-webkit-scrollbar-thumb {
    background: rgb(159,192,198,0.5);
    transition: background 0.3s ease;
}.course_structure .legend_holder p.description::-webkit-scrollbar-thumb:hover {
    background: rgb(159,192,198);
}.course_structure .legend_holder span.description {
    display: none;
}.course_structure .legend_holder div {
    position: relative;
}.course_structure .legend_holder div::after {
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    height: 50px;
    pointer-events: none;
    content: "";
    position: absolute;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}

@media (min-width: 768px) {.course_structure .skill_plan {
    align-items: stretch;
    flex-direction: row;
    max-height: 500px;
}.course_structure .portrait_image {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    flex: 0 0 45%;
    height: auto;
}.course_structure .legend_holder {
    flex-direction: column;
    display: flex;
    transform: translateY(0) translateX(-30px);
    justify-content: center;
    flex: 0 0 55%;
    margin: 30px 30px 30px 0;
}.course_structure .legend_holder::before {
    top: 20px;
    width: 4px;
    height: 40px;
    left: -8px;
}.course_structure .legend_holder h3 {
    font-size: 22px;
}.course_structure .legend_holder p.description {
    max-height: 330px;
}
}

@media (min-width: 992px) {.course_structure .skill_plan {
    max-height: 450px;
}.course_structure .portrait_image {
    flex: 0 0 40%;
}.course_structure .legend_holder {
    padding: 50px;
    flex: 0 0 60%;
}.course_structure .legend_holder h3 {
    font-size: calc(22px * 1.1);
    margin-bottom: 30px;
}.course_structure .legend_holder p.description {
    max-height: 250px;
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course_structure {
    padding: 150px 0;
}.course_structure .skill_plan {
    max-height: 480px;
}.course_structure .portrait_image {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_structure .legend_holder {
    padding: 60px;
}.course_structure .legend_holder h3 {
    margin-bottom: 35px;
    font-size: calc(22px * 1.2);
}.course_structure .legend_holder p.description {
    max-height: 280px;
}
}

@media (max-width: 767px) {.course_structure {
    padding: 80px 0;
}.course_structure .legend_holder {
    padding: 30px 25px;
}.course_structure .legend_holder h3 {
    font-size: calc(21px * 1.2);
    margin-bottom: 20px;
}.course_structure .legend_holder p.description {
    max-height: 180px;
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.start_now {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(2deg);
    padding: 5rem 2rem;
    margin: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(106,176,190) 0%, rgb(159,192,198) 100%);
}.start_now::before {
    top: -50%;
    content: "";
    height: 200%;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 200%;
    opacity: 0.1;
    pointer-events: none;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 5%, transparent 60%);
    left: -50%;
    position: absolute;
}.start_now::after {
    opacity: 0.2;
    right: 0;
    z-index: 1;
    background: linear-gradient(90deg, transparent, rgb(106,176,190,0.5));
    transform: skewY(-3deg);
    bottom: 0;
    width: 100%;
    transform-origin: bottom right;
    height: 30%;
    position: absolute;
    content: "";
}.start_now .container {
    margin: 0 auto;
    display: flex;
    gap: 2.5rem;
    align-items: center;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    flex-direction: column;
}.start_now h6 {
    font-family: Arial, sans-serif;
    text-align: center;
    transform: translateY(-5px);
    margin: 0;
    font-size: clamp(1.25rem, 3vw, 2rem);
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.03em;
    max-width: 800px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    animation: floatText 5s infinite alternate ease-in-out;
    line-height: 1.4;
}.start_now div:not(.container) {
    margin-top: 1rem;
    justify-content: center;
    display: flex;
    position: relative;
}.start_now span {
    position: relative;
    transform: perspective(800px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
}.start_now span:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}.start_now .help_card {
    display: inline-flex;
    text-transform: uppercase;
    color: rgb(159,192,198);
    justify-content: center;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 18px;
    align-items: center;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 5px 15px rgb(159,192,198,0.5);
    background: #ffffff;
    padding: 1rem 2.5rem;
    position: relative;
}.start_now .help_card::before {
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
}.start_now .help_card::after {
    opacity: 0;
    left: -50%;
    transform: scale(0.5);
    z-index: 0;
    position: absolute;
    content: "";
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    top: -50%;
    height: 200%;
    width: 200%;
    background: radial-gradient(circle, rgb(106,176,190,0.5) 0%, transparent 70%);
}.start_now .help_card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 8px 25px rgb(159,192,198,0.5);
    color: #000000;
    transform: translateY(-2px);
}.start_now .help_card:hover::after {
    transform: scale(1);
    opacity: 0.5;
}.start_now .help_card span {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: none;
    position: relative;
    z-index: 2;
}.start_now .help_card:hover span {
    transform: scale(1.05);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
}

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

@media (max-width: 992px) {.start_now {
    padding: 4rem 1.5rem;
    margin: 4rem 0;
    transform: perspective(1000px) rotateX(1deg);
}.start_now .container {
    gap: 2rem;
}.start_now h6 {
    font-size: calc(18px * 1.1);
}.start_now .help_card {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.start_now {
    margin: 3rem 0;
    transform: none;
    padding: 3.5rem 1.25rem;
}.start_now .container {
    gap: 1.75rem;
}.start_now h6 {
    line-height: 1.5;
    font-size: 18px;
}.start_now .help_card {
    font-size: calc(18px * 0.95);
    padding: 0.85rem 2rem;
}
    
    @keyframes floatText {
        0%, 100% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
    }
}

@media (max-width: 576px) {.start_now {
    padding: 3rem 1rem;
    margin: 2.5rem 0;
}.start_now .container {
    gap: 1.5rem;
}.start_now h6 {
    letter-spacing: 0.02em;
    font-size: calc(18px * 0.95);
}.start_now .help_card {
    font-size: calc(18px * 0.9);
    padding: 0.8rem 1.8rem;
}}.our_background {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.our_background::before {
    left: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(159,192,198,0.5), rgba(20, 30, 60, 0.85), rgba(40, 50, 80, 0.82));
    right: 0;
    backdrop-filter: blur(3px);
    content: "";
}.our_background::after {
    content: "";
    background: radial-gradient(ellipse at center, rgb(106,176,190,0.5) 0%, transparent 70%);
    position: absolute;
    top: -50%;
    z-index: 2;
    opacity: 0.15;
    width: 80%;
    animation: glow 15s infinite alternate ease-in-out;
    height: 200%;
    transform: rotate(-15deg);
    right: -30%;
}.our_background .container {
    margin: 0 auto;
    z-index: 5;
    position: relative;
    max-width: 1140px;
    padding: 0 20px;
}.our_background h2 {
    letter-spacing: 1.5px;
    position: relative;
    font-weight: 700;
    font-size: 29px;
    color: #ffffff;
    transform: translateZ(0);
    margin-bottom: 40px;
    display: inline-block;
}.our_background h2::before {
    height: 3px;
    content: "";
    bottom: -10px;
    animation: expandLine 1.5s forwards ease-out;
    width: 40%;
    position: absolute;
    transform-origin: left;
    background: rgb(106,176,190);
    left: 0;
}.our_background h2::after {
    height: 1px;
    bottom: -10px;
    left: 0;
    width: 80%;
    content: "";
    transform-origin: left;
    animation: expandWiderLine 2s forwards ease-out;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
}.our_background .legend_holder {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-1deg);
    border-left: 4px solid rgb(106,176,190);
    padding: 30px 40px;
}.our_background .legend_holder::before {
    position: absolute;
    height: 100%;
    content: "";
    animation: shimmer 5s infinite;
    width: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    top: 0;
    left: 0;
    transform: translateX(-100%);
}.our_background .legend_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15);
}.our_background .legend_holder > div {
    position: relative;
}.our_background .legend_holder p {
    font-size: calc(21px * 1.1);
    color: #ffffff;
    transform: translateZ(0);
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
}.our_background .legend_holder p::after {
    left: 0;
    bottom: -8px;
    width: 70px;
    background: rgb(106,176,190);
    content: "";
    animation: expandLine 1.5s forwards ease-out 0.5s;
    transform-origin: left;
    position: absolute;
    height: 2px;
}.our_background .legend_holder div div {
    text-align: justify;
    transition: all 0.5s ease;
    line-height: 1.7;
    position: relative;
    margin-bottom: 0;
    column-gap: 40px;
    font-size: 18px;
    column-count: 1;
    color: rgba(255, 255, 255, 0.9);
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 40%;
    }
}

@keyframes expandWiderLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: rotate(-15deg) scale(1.05);
    }
}

@media (min-width: 768px) {.our_background {
    padding: 150px 0 100px;
}.our_background h2 {
    margin-bottom: 60px;
}.our_background .legend_holder {
    transform: perspective(1200px) rotateY(-1deg);
    padding: 40px 50px;
}.our_background .legend_holder div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_background {
    padding: 180px 0 120px;
}.our_background .container {
    padding: 0 30px;
}.our_background h2 {
    font-size: calc(29px * 1.1);
}.our_background .legend_holder {
    padding: 50px 60px;
    transform: perspective(1500px) rotateY(-1deg);
}.our_background .legend_holder div div {
    line-height: 1.8;
    column-count: 2;
}
}

@media (max-width: 767px) {.our_background {
    padding: 90px 0 60px;
}.our_background .container {
    padding: 0 15px;
}.our_background h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.our_background .legend_holder {
    padding: 25px 20px;
    transform: perspective(800px) rotateY(-1deg);
}.our_background .legend_holder p {
    font-size: 21px;
}.our_background .legend_holder div div {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.our_background {
    padding: 70px 0 50px;
}.our_background .legend_holder {
    padding: 20px 15px;
    transform: none;
}.our_background h2 {
    font-size: calc(29px * 0.85);
}.our_background .legend_holder p {
    font-size: calc(21px * 0.9);
}.our_background .legend_holder div div {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}.cookieUsagePromptPanel {
    border-top: 3px solid rgb(159,192,198);
    bottom: 0;
    padding: 15px 20px;
    width: 100%;
    position: fixed;
    background: rgb(106,176,190);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
}.policy_ack {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.policy_opt {
    flex-shrink: 0;
    margin-right: 20px;
}.policy_opt svg {
    width: 50px;
    fill: rgb(159,192,198);
    height: 50px;
}.online_tracking {
    justify-content: center;
    max-width: 600px;
    display: flex;
    flex-direction: column;
}.cookieUsagePromptPanel h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 21px;
}.cookieUsagePromptPanel p {
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
}.cookie_check {
    background: rgb(159,192,198);
    padding: 10px 20px;
    flex-shrink: 0;
    font-size: 17px;
    text-align: center;
    border-radius: 10px;
    min-width: 150px;
    color: #ffffff;
    margin-left: 10px;
    text-decoration: none;
    border: 2px solid rgb(159,192,198);
    cursor: pointer;
    transition: none;
}.cookie_check:hover {
    background: rgb(159,192,198,0.5);
    border-color: rgb(159,192,198,0.5);
}.cookieUsagePromptPanel p a {
    color: rgb(159,192,198);
    text-decoration: none;
    border-bottom: 2px solid rgb(159,192,198);
}.cookieUsagePromptPanel p a:hover {
    border-bottom-color: rgb(106,176,190);
    color: rgb(106,176,190);
}
@media only screen and (max-width: 1200px) {.cookieUsagePromptPanel {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.policy_opt {
    display: none;
}.policy_ack {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieUsagePromptPanel h5, .cookieUsagePromptPanel p {
    text-align: center;
}.online_tracking {
    margin-bottom: 15px;
}.cookie_check {
    margin-top: 10px;
    margin-left: 0;
}}
#cookiePolicyMessage {
    display: none;
}#cookiePolicyMessage:checked ~ .cookieUsagePromptPanel {
    opacity: 0;
    visibility: hidden;
}.service_info {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
    position: relative;
}.service_info::before {
    z-index: 0;
    right: -10%;
    width: 60%;
    height: 80%;
    position: absolute;
    transform: rotate(-15deg);
    filter: blur(40px);
    background: linear-gradient(145deg, rgb(159,192,198,0.5) 0%, transparent 80%);
    content: "";
    top: -10%;
}.service_info::after {
    height: 20rem;
    width: 20rem;
    z-index: 0;
    position: absolute;
    bottom: -10rem;
    content: "";
    left: -5rem;
    filter: blur(30px);
    background: radial-gradient(circle, rgb(106,176,190,0.5) 0%, transparent 70%);
}.service_info .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.service_info .inquire_now {
    border-radius: 12px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.03),
        -8px -8px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
    position: relative;
    background: #ffffff;
}.service_info .inquire_now:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.07),
        -10px -10px 25px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.service_info h3 {
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
    font-size: 31px;
    color: rgb(159,192,198);
    display: inline-block;
}.service_info h3::after {
    left: 0;
    background: linear-gradient(90deg, rgb(159,192,198) 0%, rgb(106,176,190) 100%);
    width: 60%;
    height: 4px;
    content: "";
    transition: width 0.3s ease-out;
    bottom: -10px;
    position: absolute;
    transform-origin: left;
}.service_info h3:hover::after {
    width: 100%;
}.service_info p {
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 1.5rem;
    color: #000000;
    transition: all 0.3s ease;
}.service_info div > p {
    background-size: 100% 100%;
    padding-left: 5px;
    transition: all 0.3s ease;
    position: relative;
    background-image: linear-gradient(
        to bottom,
        transparent,
        transparent
    );
    border-left: 3px solid transparent;
}.service_info div > p:hover {
    border-left: 3px solid rgb(106,176,190);
    background-image: linear-gradient(
        to bottom,
        rgba(rgb(106,176,190,0.5), 0.05),
        transparent
    );
    transform: translateX(5px);
}.service_info h5 {
    margin-bottom: 0.5rem;
    color: #000000;
    display: flex;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    align-items: center;
}.service_info h5 svg {
    transform: scale(0.9);
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.service_info h5:hover svg {
    transform: scale(1.1) rotate(5deg);
}.service_info svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.service_info svg path {
    fill: rgb(159,192,198);
    transition: fill 0.3s ease;
}.service_info .reach_help {
    flex-direction: column;
    margin: 2rem 0 0;
    list-style: none;
    gap: 1rem;
    display: flex;
    padding: 0;
}.service_info .reach_help li {
    position: relative;
    transition: all 0.3s ease;
}.service_info .reach_help li:hover {
    transform: translateX(5px);
}.service_info .connect_now {
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.05),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    text-decoration: none;
    display: flex;
    font-weight: 600;
    align-items: center;
    color: #000000;
}.service_info .connect_now:hover {
    background: linear-gradient(145deg, #f8f8f8, #ffffff);
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
    color: rgb(159,192,198);
}.service_info .connect_now:hover svg {
    transform: scale(1.1) rotate(5deg);
}.service_info .connect_now:hover svg path {
    fill: rgb(106,176,190);
}.service_info .connect_now svg {
    margin-left: 0.5rem;
}

@media (min-width: 768px) {.service_info .inquire_now {
    padding: 4rem;
}.service_info .reach_help {
    flex-direction: row;
    gap: 1.5rem;
    flex-wrap: wrap;
}.service_info .connect_now {
    padding: 0.75rem 1.25rem;
}.service_info h3 {
    font-size: calc(31px * 1.2);
}
}

@media (min-width: 992px) {.service_info {
    padding: 8rem 0;
}.service_info .inquire_now {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    display: grid;
}.service_info h3,
    .service_info div:nth-child(2) {
    grid-column: 1 / -1;
}.service_info .reach_help {
    margin-top: 0;
}
}

@media (max-width: 767px) {.service_info {
    padding: 4rem 0;
}.service_info .inquire_now {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.service_info h3 {
    font-size: calc(31px * 0.9);
}.service_info .connect_now {
    font-size: 0.9rem;
}
}

@media (hover: none) {.service_info .inquire_now {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: none !important;
}.service_info div > p:hover {
    transform: none;
}.service_info .reach_help li:hover {
    transform: none;
}
}

@media (prefers-reduced-motion) {.service_info .inquire_now,
    .service_info h3::after,
    .service_info div > p,
    .service_info .reach_help li,
    .service_info .connect_now,
    .service_info svg {
    transform: none !important;
    transition: none !important;
}}.academic_experience {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(207,219,221) 0%, #ffffff 100%);
    padding: 70px 30px;
    position: relative;
}.academic_experience::before {
    content: "";
    height: 100%;
    opacity: 0.4;
    left: 0;
    z-index: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(159,192,198,0.5) 0%, transparent 40%);
}.academic_experience::after {
    background: radial-gradient(circle at 70% 30%, rgb(106,176,190,0.5) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    z-index: 0;
    opacity: 0.3;
    content: "";
    top: 0;
    height: 100%;
    right: 0;
}.academic_experience .user_reviews {
    display: grid;
    perspective: 1500px;
    z-index: 2;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    transform-style: preserve-3d;
}.academic_experience .portrait_image {
    position: relative;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    transform-origin: bottom;
    border-radius: 17px 17px 0 0;
    transform: rotateX(10deg);
    height: 300px;
}.academic_experience .portrait_image::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    z-index: 1;
    top: 0;
    width: 100%;
}.academic_experience .user_reviews:hover .portrait_image {
    transform: rotateX(0deg) translateZ(30px);
}.academic_experience .emp_achievements {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    transform-origin: top;
    border-radius: 0 0 17px 17px;
    transform: rotateX(-5deg);
    position: relative;
    padding: 40px;
    z-index: 1;
}.academic_experience .user_reviews:hover .emp_achievements {
    transform: rotateX(0deg) translateZ(20px);
}.academic_experience .name {
    color: rgb(159,192,198);
    transform: translateZ(0);
    position: relative;
    display: inline-block;
    transition: transform 0.4s ease;
    margin-bottom: 10px;
    font-size: 37px;
    font-weight: 700;
}.academic_experience .name::after {
    position: absolute;
    transition: width 0.4s ease 0.1s;
    width: 0;
    height: 3px;
    bottom: -5px;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(106,176,190), transparent);
}.academic_experience .user_reviews:hover .name::after {
    width: 100%;
}.academic_experience .user_reviews:hover .name {
    transform: translateZ(10px);
}.academic_experience .emp_achievements > div:nth-child(2) {
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    font-size: 20px;
    color: #000000;
    opacity: 0.7;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600;
    transform: translateZ(0);
}.academic_experience .user_reviews:hover .emp_achievements > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(106,176,190);
}.academic_experience .experience_data {
    position: relative;
    transform: translateZ(0);
    padding: 20px 0 0 0;
    line-height: 1.7;
    color: #000000;
    border-top: 1px solid rgb(207,219,221);
    transition: transform 0.4s ease 0.2s;
    font-size: 12px;
}.academic_experience .user_reviews:hover .experience_data {
    transform: translateZ(5px);
}.academic_experience .experience_data::before {
    font-size: 60px;
    content: "";
    line-height: 0;
    left: -5px;
    opacity: 0.5;
    color: rgb(106,176,190,0.5);
    top: 10px;
    position: absolute;
}

@media (min-width: 768px) {.academic_experience .user_reviews {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.academic_experience .portrait_image {
    transform-origin: right;
    height: 100%;
    transform: rotateY(-10deg);
    border-radius: 17px 0 0 17px;
}.academic_experience .user_reviews:hover .portrait_image {
    transform: rotateY(0deg) translateZ(30px);
}.academic_experience .emp_achievements {
    transform: rotateY(5deg);
    transform-origin: left;
    border-radius: 0 17px 17px 0;
}.academic_experience .user_reviews:hover .emp_achievements {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.academic_experience {
    padding: 50px 20px;
}.academic_experience .portrait_image {
    height: 250px;
}.academic_experience .emp_achievements {
    padding: 30px 25px;
}.academic_experience .name {
    font-size: calc(37px - 4px);
}.academic_experience .emp_achievements > div:nth-child(2) {
    font-size: calc(20px - 1px);
}.academic_experience .experience_data {
    font-size: calc(12px - 1px);
}}.privacy_container {
    position: relative;
    overflow: hidden;
    line-height: 1.8;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    padding: 50px 30px;
    background: linear-gradient(135deg, #000000 0%, rgb(106,176,190,0.5) 100%);
    color: #ffffff;
    font-family: Arial, sans-serif;
}.privacy_container::before {
    background: radial-gradient(circle at center, rgb(159,192,198), transparent);
    transform: rotate(45deg);
    right: -10px;
    top: -10px;
    content: '';
    position: absolute;
    width: 150px;
    opacity: 0.5;
    z-index: 0;
    height: 150px;
}.privacy_container::after {
    width: 150px;
    bottom: -10px;
    height: 150px;
    content: '';
    opacity: 0.5;
    z-index: 0;
    background: radial-gradient(circle at center, rgb(106,176,190), transparent);
    transform: rotate(-45deg);
    left: -10px;
    position: absolute;
}.privacy_container h1, .privacy_container h2, .privacy_container h3, .privacy_container h4, .privacy_container h5, .privacy_container h6 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    color: rgb(159,192,198);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}.privacy_container h1 {
    border-bottom: 1px solid rgb(159,192,198);
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 38px;
}.privacy_container h2 {
    border-bottom: 1px solid rgb(106,176,190);
    font-weight: 600;
    font-size: 37px;
    padding-bottom: 8px;
}.privacy_container ul, .privacy_container ol {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    list-style: none;
    z-index: 1;
}.privacy_container li {
    padding-left: 20px;
    position: relative;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 12px;
}.privacy_container ul li:before, .privacy_container ol li:before {
    content: '';
    border-radius: 50%;
    width: 8px;
    box-shadow: 0 0 10px rgb(159,192,198);
    height: 8px;
    background-color: rgb(159,192,198);
    position: absolute;
    left: 0;
    top: 0.5em;
}.privacy_container ol {
    counter-reset: item;
}.privacy_container ol li {
    list-style-type: none;
}.privacy_container ol li:before {
    top: 0;
    text-align: center;
    line-height: 20px;
    height: 20px;
    color: #000000;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: rgb(106,176,190);
    content: counter(item);
    width: 20px;
    font-size: 15px;
    counter-increment: item;
}.privacy_container p, .privacy_container span {
    font-size: 12px;
    z-index: 1;
    text-align: justify;
    position: relative;
    margin-bottom: 20px;
}.privacy_container div {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 800px) {.privacy_container {
    padding: 30px 20px;
}.privacy_container h1 {
    font-size: calc(20px - 5px);
}.privacy_container h2 {
    font-size: calc(20px - 5px);
}.privacy_container p, .privacy_container li {
    font-size: calc(12px - 2px);
}.privacy_container::before, .privacy_container::after {
    height: 100px;
    width: 100px;
}
}