* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.wrapper-templateg {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.press_roomy {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    width: 1186px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.header_start0 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.interested_learnersl {
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(240,225,212), rgb(222,193,170,0.5));
    padding: 5rem 0;
}.interested_learnersl::before {
    background: 
        radial-gradient(circle at center, transparent 30%, rgb(199,161,128,0.5) 31%, transparent 32%) 0 0 / 80px 80px,
        radial-gradient(circle at center, transparent 20%, rgb(222,193,170,0.5) 21%, transparent 22%) 40px 40px / 80px 80px;
    left: 0;
    opacity: 0.3;
    top: 0;
    z-index: -1;
    animation: rotateRings 30s linear infinite;
    content: '';
    right: 0;
    position: absolute;
    bottom: 0;
}.interested_learnersl::after {
    opacity: 0.2;
    border: 2px solid rgb(199,161,128,0.5);
    box-shadow: 0 0 80px 20px rgb(222,193,170,0.5);
    transform: translate(-50%, -50%);
    z-index: -2;
    height: 500px;
    top: 50%;
    position: absolute;
    content: '';
    animation: pulsateRing 10s ease-in-out infinite alternate;
    width: 500px;
    left: 50%;
    border-radius: 50%;
}.interested_learnersl .learning_programs {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 3;
}.interested_learnersl h3 {
    margin-bottom: 3.5rem;
    font-size: 31px;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}.interested_learnersl h3::before {
    left: 50%;
    width: 200px;
    border-radius: 50px;
    height: 3px;
    content: '';
    position: absolute;
    box-shadow: 0 0 10px rgb(222,193,170), 0 0 20px rgb(222,193,170,0.5);
    background: rgb(222,193,170);
    transform: translateX(-50%);
    bottom: -12px;
}.interested_learnersl h3::after {
    bottom: -38px;
    transform: translateX(-50%);
    border: 2px solid rgb(222,193,170,0.5);
    position: absolute;
    left: 50%;
    border-radius: 50%;
    width: 50px;
    opacity: 0.6;
    content: '';
    animation: orbitRotate 8s infinite linear;
    height: 50px;
}.interested_learnersl ul {
    list-style: none;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    display: grid;
    padding: 0;
    margin: 0;
}.interested_learnersl ul li {
    font-weight: 400;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    display: flex;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 1.5rem 2rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    align-items: center;
    color: #ffffff;
}.interested_learnersl ul li:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}.interested_learnersl ul li::before {
    left: -50%;
    width: 100px;
    opacity: 0.5;
    background: radial-gradient(circle, rgb(199,161,128,0.5) 0%, transparent 70%);
    position: absolute;
    animation: floatBubble 15s infinite ease-in-out alternate;
    content: '';
    z-index: -1;
    height: 100px;
    top: -50%;
    border-radius: 50%;
}.interested_learnersl ul li::after {
    right: -30px;
    content: '';
    opacity: 0.3;
    border-radius: 50%;
    width: 80px;
    position: absolute;
    height: 80px;
    bottom: -30px;
    animation: pulsateBubble 5s infinite alternate;
    border: 2px solid rgb(222,193,170,0.5);
}.interested_learnersl ul li svg {
    width: 38px;
    flex-shrink: 0;
    transition: transform 0.4s ease;
    height: 38px;
    transform: rotate(0deg);
    margin-right: 1.5rem;
}.interested_learnersl ul li:hover svg {
    transform: rotate(15deg);
}.interested_learnersl ul li svg path {
    fill: rgb(199,161,128);
    transition: fill 0.4s ease;
}.interested_learnersl ul li:hover svg path {
    fill: rgb(222,193,170);
}

@keyframes rotateRings {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50px, 50px);
    }
}

@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}

@media (max-width: 992px) {.interested_learnersl {
    padding: 4rem 0;
}.interested_learnersl h3 {
    font-size: calc(31px * 0.9);
}.interested_learnersl ul {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
}.interested_learnersl ul li {
    padding: 1.2rem 1.8rem;
    border-radius: 40px;
}
}

@media (max-width: 576px) {.interested_learnersl {
    padding: 3rem 0;
}.interested_learnersl h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 3rem;
}.interested_learnersl ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.interested_learnersl ul li {
    border-radius: 30px;
    padding: 1rem 1.5rem;
}.interested_learnersl ul li svg {
    width: 32px;
    height: 32px;
    margin-right: 1rem;
}}.teacher_profile3 {
    background: linear-gradient(135deg, rgb(240,225,212) 0%, rgb(199,161,128,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.teacher_profile3::before {
    transform-origin: center;
    top: -5%;
    content: "";
    width: 40%;
    position: absolute;
    filter: blur(60px);
    z-index: 0;
    right: -5%;
    height: 40%;
    animation: floating 15s ease-in-out infinite;
    opacity: 0.3;
    background: rgb(222,193,170,0.5);
}.teacher_profile3::after {
    background: rgb(199,161,128,0.5);
    z-index: 0;
    opacity: 0.2;
    height: 30%;
    width: 30%;
    filter: blur(50px);
    content: "";
    transform-origin: center;
    left: -5%;
    bottom: -5%;
    position: absolute;
    animation: floating 18s ease-in-out infinite reverse;
}.teacher_profile3 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 1;
}.teacher_profile3 .alumni_quotesL {
    grid-template-columns: 1fr;
    display: grid;
    border-radius: 4px;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    backdrop-filter: blur(10px);
    gap: 2rem;
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
    opacity: 0;
}.teacher_profile3 .alumni_quotesL:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: perspective(1000px) rotateX(0deg);
}.teacher_profile3 .alumni_quotesL > div:first-child {
    max-width: 280px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}.teacher_profile3 .alumni_quotesL .cover_photoj {
    border-radius: 3px;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 280px;
    overflow: hidden;
    transform: translateZ(30px);
    position: relative;
    opacity: 0;
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
}.teacher_profile3 .alumni_quotesL .cover_photoj::before {
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(222,193,170), 0.2) 100%
    );
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
}.teacher_profile3 .alumni_quotesL .cover_photoj::after {
    z-index: 2;
    width: 120%;
    opacity: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
    height: 120%;
    top: -10%;
    left: -10%;
    position: absolute;
    content: "";
    transition: opacity 0.5s ease;
}.teacher_profile3 .alumni_quotesL .cover_photoj:hover::after {
    opacity: 1;
}.teacher_profile3 .alumni_quotesL > div:nth-child(2) {
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
    text-align: center;
    opacity: 0;
}.teacher_profile3 .alumni_quotesL .name {
    margin-bottom: 0.5rem;
    color: #000000;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}.teacher_profile3 .alumni_quotesL .name::after {
    background: rgb(222,193,170);
    height: 3px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-radius: 1px;
    width: 40px;
}.teacher_profile3 .alumni_quotesL > div:nth-child(2) > div {
    font-size: calc(16px - 0.1rem);
    font-weight: 600;
    color: rgb(199,161,128);
    margin-top: 1rem;
}.teacher_profile3 .alumni_quotesL > div:nth-child(3) {
    opacity: 0;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
}.teacher_profile3 .alumni_quotesL .job_expo {
    position: relative;
    border-left: 3px solid rgb(222,193,170,0.5);
    color: #000000;
    padding-left: 1.5rem;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}.teacher_profile3 .alumni_quotesL .job_expo::before {
    font-size: 5rem;
    color: rgb(222,193,170,0.5);
    content: "";
    opacity: 0.2;
    top: -20px;
    font-family: Georgia, serif;
    position: absolute;
    left: -15px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@media (min-width: 768px) {.teacher_profile3 {
    padding: 7rem 0;
}.teacher_profile3 .alumni_quotesL {
    padding: 3rem;
    column-gap: 3rem;
    row-gap: 1.5rem;
    grid-template-columns: 280px 1fr;
    grid-template-rows: auto 1fr;
}.teacher_profile3 .alumni_quotesL > div:first-child {
    grid-row: 1 / span 2;
}.teacher_profile3 .alumni_quotesL > div:nth-child(2) {
    text-align: left;
    align-self: flex-end;
}.teacher_profile3 .alumni_quotesL .name::after {
    left: 0;
    transform: none;
}
}

@media (min-width: 992px) {.teacher_profile3 .alumni_quotesL {
    grid-template-columns: 320px 1fr;
    padding: 3.5rem;
}.teacher_profile3 .alumni_quotesL > div:first-child {
    max-width: 320px;
}.teacher_profile3 .alumni_quotesL .cover_photoj {
    height: 350px;
}.teacher_profile3 .alumni_quotesL .job_expo {
    line-height: 1.8;
    font-size: calc(16px + 0.05rem);
}
}

@media (max-width: 767px) {.teacher_profile3 {
    padding: 4rem 0;
}.teacher_profile3 .container {
    padding: 0 1rem;
}.teacher_profile3 .alumni_quotesL {
    padding: 2rem;
}.teacher_profile3 .alumni_quotesL .cover_photoj {
    height: 240px;
}}header .top_plank {
    background: rgb(222,193,170);
    color:  #ffffff;
}header .top_plank .plank_bannerU div svg, header .top_plank .plank_bannerU div svg path {
    fill: #ffffff;
}header .top_plank .plank_bannerU div span {
    color: #ffffff;
}header .top_plank .plank_bannerU {
    display: flex;
    align-items: center;
    line-height: 21px;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    font-size: 13px;
}header .top_plank .plank_bannerU div {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
}header .top_plank .plank_bannerU div img, header .top_plank .plank_bannerU div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.program_offeringsX {
    background: linear-gradient(135deg, rgb(240,225,212) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.program_offeringsX::before {
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(222,193,170,0.5) 0%, transparent 70%);
    z-index: 1;
    left: 0;
    opacity: 0.15;
}.program_offeringsX::after {
    opacity: 0.2;
    height: 200px;
    border-radius: 50%;
    right: -50px;
    animation: rotate 30s linear infinite;
    position: absolute;
    bottom: -50px;
    content: "";
    width: 200px;
    z-index: 1;
    border: 1px solid rgb(199,161,128,0.5);
}.program_offeringsX .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.program_offeringsX h2 {
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    transition: transform 0.5s ease-out;
    font-size: 37px;
}.program_offeringsX h2::after {
    transform-origin: left center;
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 60%;
    transform: scaleX(0.8);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -15px;
    background: linear-gradient(90deg, rgb(222,193,170) 0%, transparent 100%);
}.program_offeringsX h2:hover::after {
    transform: scaleX(1);
}.program_offeringsX .lesson_planr {
    transform-style: preserve-3d;
    display: flex;
    position: relative;
    gap: 40px;
}.program_offeringsX .cover_photoj {
    height: 500px;
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    flex: 0 0 45%;
}.program_offeringsX .cover_photoj::before {
    top: 0;
    z-index: 1;
    content: "";
    height: 100%;
    background: linear-gradient(225deg, rgb(222,193,170,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    opacity: 0.3;
    left: 0;
    transition: opacity 0.5s ease;
}.program_offeringsX .cover_photoj:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}.program_offeringsX .cover_photoj:hover::before {
    opacity: 0.5;
}.program_offeringsX .content_zonel {
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 20px;
    max-height: 500px;
    transform: translateZ(10px);
    scrollbar-color: rgb(199,161,128,0.5) transparent;
    flex: 0 0 50%;
}.program_offeringsX .content_zonel::-webkit-scrollbar {
    width: 5px;
}.program_offeringsX .content_zonel::-webkit-scrollbar-track {
    background: transparent;
}.program_offeringsX .content_zonel::-webkit-scrollbar-thumb {
    background-color: rgb(199,161,128,0.5);
    border-radius: 10px;
}.program_offeringsX .description {
    transform: translateY(0);
    transition: transform 0.4s ease-out;
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    font-size: 17px;
    color: #000000;
}.program_offeringsX .description:first-of-type {
    position: relative;
}.program_offeringsX .description:first-of-type::first-letter {
    font-weight: 600;
    font-size: 1.6em;
    margin-right: 2px;
    color: rgb(222,193,170);
}.program_offeringsX .description:last-of-type {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgb(199,161,128,0.5);
}

@media (max-width: 992px) {.program_offeringsX {
    padding: 80px 0;
}.program_offeringsX h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 35px;
}.program_offeringsX .lesson_planr {
    flex-direction: column;
    gap: 30px;
}.program_offeringsX .cover_photoj {
    width: 100%;
    flex: 0 0 auto;
    height: 350px;
}.program_offeringsX .content_zonel {
    max-height: 400px;
    padding-right: 10px;
    flex: 0 0 auto;
    width: 100%;
}
}

@media (max-width: 768px) {.program_offeringsX {
    padding: 60px 0;
}.program_offeringsX h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 25px;
}.program_offeringsX .cover_photoj {
    height: 280px;
}.program_offeringsX .content_zonel {
    max-height: 350px;
}.program_offeringsX .description {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.program_offeringsX {
    padding: 50px 0;
}.program_offeringsX h2 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.7);
}.program_offeringsX .cover_photoj {
    height: 220px;
}.program_offeringsX .content_zonel {
    max-height: 300px;
}.program_offeringsX .description {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}.get_in_touchX {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.get_in_touchX::before {
    position: absolute;
    background-color: rgb(222,193,170);
    inset: 0;
    z-index: -1;
    content: '';
    opacity: 0.95;
}.get_in_touchX .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1280px;
}.get_in_touchX .support_block6 {
    position: relative;
    flex-direction: column;
    display: flex;
}.get_in_touchX .request_boxi {
    position: relative;
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
}.get_in_touchX .request_boxi h3 {
    font-size: 31px;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    color: #ffffff;
}.get_in_touchX .request_boxi h3::after {
    width: 100%;
    content: '';
    left: 0;
    background: rgb(199,161,128);
    height: 2px;
    position: absolute;
    bottom: -10px;
}.get_in_touchX .request_boxi div {
    padding: 12px 20px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 15px 10px;
    display: inline-block;
}.get_in_touchX .request_boxi div:hover {
    background-color: rgb(199,161,128);
    transform: translateY(-5px);
}.get_in_touchX .request_boxi div svg {
    vertical-align: middle;
    width: 18px;
    display: inline-block;
    height: 18px;
    margin-right: 10px;
}.get_in_touchX .request_boxi div svg path {
    fill: #ffffff;
}.get_in_touchX .request_boxi div span {
    vertical-align: middle;
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
}.get_in_touchX .request_boxi div span a {
    text-decoration: none;
    color: #ffffff;
}.get_in_touchX .message_links8 {
    padding: 40px;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    display: grid;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    border-radius: 29px;
}.get_in_touchX .message_links8 h3 {
    font-weight: 700;
    grid-column: span 3;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    color: #000000;
}.get_in_touchX .message_links8 form {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    display: grid;
    grid-column: span 3;
}.get_in_touchX .message_links8 input#name {
    grid-column: span 1;
}.get_in_touchX .message_links8 input#phone {
    grid-column: span 1;
}.get_in_touchX .message_links8 input#email {
    grid-column: span 1;
}.get_in_touchX .message_links8 input[type="text"],
.get_in_touchX .message_links8 input[type="email"] {
    border-radius: 10px;
    width: 100%;
    transition: box-shadow 0.3s ease;
    background-color: rgb(240,225,212);
    height: 55px;
    font-size: 13px;
    border: none;
    color: #000000;
    padding: 0 20px;
}.get_in_touchX .message_links8 input[type="text"]:focus,
.get_in_touchX .message_links8 input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(199,161,128);
    outline: none;
}.get_in_touchX .message_links8 input::placeholder {
    opacity: 0.6;
    color: #000000;
}.get_in_touchX .message_links8 .feedback_messagel {
    grid-column: span 2;
    align-items: center;
    display: flex;
}.get_in_touchX .message_links8 .feedback_messagel input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border: 2px solid rgb(240,225,212);
    appearance: none;
    border-radius: 10px;
}.get_in_touchX .message_links8 .feedback_messagel input[type="checkbox"]:checked {
    border-color: rgb(199,161,128);
    background-color: rgb(199,161,128);
}.get_in_touchX .message_links8 .feedback_messagel input[type="checkbox"]:checked::before {
    content: '✓';
    color: #ffffff;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 12px;
    top: 50%;
}.get_in_touchX .message_links8 .feedback_messagel label {
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
}.get_in_touchX .message_links8 .feedback_messagel label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(199,161,128);
}.get_in_touchX .message_links8 .feedback_messagel label a:hover {
    color: rgb(222,193,170);
}.get_in_touchX .message_links8 .feedback_feedbackC {
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    height: 55px;
    border-radius: 10px;
    background-color: rgb(199,161,128);
    grid-column: span 1;
    font-weight: 600;
    color: #ffffff;
}.get_in_touchX .message_links8 .feedback_feedbackC:hover {
    transform: translateY(-3px);
    background-color: rgb(222,193,170);
}

@media screen and (min-width: 992px) {.get_in_touchX .support_block6 {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.get_in_touchX .request_boxi {
    width: 30%;
    text-align: left;
    margin-bottom: 0;
}.get_in_touchX .request_boxi h3 {
    margin-bottom: 30px;
}.get_in_touchX .request_boxi h3::after {
    width: 50%;
}.get_in_touchX .request_boxi div {
    text-align: left;
    margin: 15px 0;
    display: block;
}.get_in_touchX .message_links8 {
    width: 70%;
}
}

@media screen and (max-width: 991px) {.get_in_touchX .message_links8 input#name,
    .get_in_touchX .message_links8 input#phone,
    .get_in_touchX .message_links8 input#email {
    grid-column: span 3;
}.get_in_touchX .message_links8 .feedback_messagel {
    grid-column: span 3;
}.get_in_touchX .message_links8 .feedback_feedbackC {
    grid-column: span 3;
}
}

@media screen and (max-width: 767px) {.get_in_touchX {
    padding: 60px 0;
}.get_in_touchX .request_boxi {
    margin-bottom: 30px;
}.get_in_touchX .request_boxi h3 {
    font-size: calc(22px + 2px);
}.get_in_touchX .message_links8 {
    padding: 30px 20px;
}.get_in_touchX .message_links8 form {
    gap: 15px;
}
}

@media screen and (max-width: 480px) {.get_in_touchX {
    padding: 40px 0;
}.get_in_touchX .request_boxi div {
    margin: 10px 0;
    text-align: left;
    width: 100%;
    display: block;
}}.our_teamQ {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(240,225,212) 0%, rgba(245, 245, 255, 0.95) 100%);
}.our_teamQ::before {
    position: absolute;
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(199,161,128,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(222,193,170,0.5), 0.07) 0%, transparent 50%);
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
}.our_teamQ::after {
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(199,161,128,0.5) 0%, transparent 70%);
    z-index: 0;
    height: 300px;
    content: "";
    position: absolute;
    animation: float 12s ease-in-out infinite;
    filter: blur(40px);
    width: 300px;
    opacity: 0.1;
    right: -100px;
    top: -100px;
}.our_teamQ .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
}.our_teamQ h1 {
    transform: translateX(-10px);
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    font-size: 39px;
    text-align: left;
    animation: slideInTitle 0.8s 0.3s forwards ease-out;
    opacity: 0;
}.our_teamQ h1::after {
    content: "";
    background: linear-gradient(90deg, rgb(222,193,170) 0%, rgb(199,161,128) 100%);
    transform: scaleX(0);
    bottom: -10px;
    height: 4px;
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 80px;
}.our_teamQ .learning_cornerp {
    position: relative;
}.our_teamQ .learning_cornerp ul {
    display: grid;
    gap: 60px;
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
}.our_teamQ .training_proS {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s, box-shadow 0.4s;
    opacity: 0;
    overflow: hidden;
    padding: 35px;
    position: relative;
    background: #ffffff;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.5s forwards ease-out;
    border-radius: 10px;
}.our_teamQ .training_proS:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.our_teamQ .training_proS::before {
    width: 4px;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.8;
    top: 0;
    background: linear-gradient(to bottom, rgb(222,193,170), rgb(199,161,128));
}.our_teamQ .training_proS:nth-child(2)::before {
    background: linear-gradient(to bottom, rgb(199,161,128), rgb(222,193,170));
}.our_teamQ .training_proS h4 {
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-size: calc(19px * 1.1);
    font-weight: 600;
}.our_teamQ .training_proS h4::before {
    content: "";
    animation: slideInLeft 0.6s 1s forwards ease-out;
    position: absolute;
    width: 20px;
    background-color: rgb(222,193,170);
    opacity: 0;
    height: 2px;
    left: -20px;
    transform: translateY(-50%);
    top: 50%;
}.our_teamQ .training_proS:nth-child(2) h4::before {
    background-color: rgb(199,161,128);
}.our_teamQ .training_proS div {
    scrollbar-width: thin;
    padding-right: 15px;
    max-height: 300px;
    color: #000000;
    line-height: 1.7;
    scrollbar-color: rgb(199,161,128,0.5) transparent;
    padding-left: 15px;
    overflow-y: auto;
    font-size: 14px;
    opacity: 0.9;
}.our_teamQ .training_proS div::-webkit-scrollbar {
    width: 4px;
}.our_teamQ .training_proS div::-webkit-scrollbar-track {
    background: transparent;
}.our_teamQ .training_proS div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(199,161,128,0.5);
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@keyframes slideInLeft {
    0% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.our_teamQ {
    padding: 150px 0 100px;
}.our_teamQ h1 {
    margin-bottom: 60px;
    font-size: calc(39px * 1.1);
}.our_teamQ h1::after {
    height: 4px;
    width: 120px;
}.our_teamQ .learning_cornerp ul {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.our_teamQ .training_proS {
    padding: 40px;
}.our_teamQ .training_proS:nth-child(2) {
    transform: translateY(40px);
    animation: fadeInUp 0.8s 0.8s forwards ease-out;
}.our_teamQ .training_proS div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.our_teamQ {
    padding: 180px 0 120px;
}.our_teamQ::before {
    background: 
            radial-gradient(circle at 15% 25%, rgba(rgb(199,161,128,0.5), 0.08) 0%, transparent 50%),
            radial-gradient(circle at 85% 75%, rgba(rgb(222,193,170,0.5), 0.1) 0%, transparent 50%);
}.our_teamQ h1 {
    font-size: calc(39px * 1.2);
    margin-bottom: 80px;
}.our_teamQ .learning_cornerp ul {
    gap: 60px;
}.our_teamQ .training_proS {
    padding: 50px;
}.our_teamQ .training_proS::after {
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 100px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(199,161,128,0.5), 0.03) 51%);
    content: "";
}.our_teamQ .training_proS:nth-child(2)::after {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(222,193,170,0.5), 0.03) 51%);
}.our_teamQ .training_proS h4 {
    margin-bottom: 25px;
    font-size: calc(19px * 1.2);
}.our_teamQ .training_proS div {
    font-size: calc(14px * 1.05);
    max-height: 450px;
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.our_teamQ .container {
    padding: 0 30px;
}.our_teamQ .learning_cornerp ul {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}.our_teamQ .training_proS {
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.5s;
}.our_teamQ .training_proS:hover {
    transform: translateY(-8px) scale(1.01);
}}.secure_harbor8 {
    box-shadow: 0 10px 30px rgb(222,193,170,0.5);
    border: 2px solid rgb(222,193,170);
    padding: 40px;
    flex-direction: column;
    background: rgb(199,161,128);
    color: #ffffff;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
}.secure_harbor8 h1 {
    margin-top: 0;
    color: rgb(222,193,170);
    text-align: center;
    font-size: 46px;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(199,161,128);
    width: 100%;
    text-shadow: 0 0 10px rgb(222,193,170);
    padding-bottom: 15px;
    max-width: 800px;
    font-weight: 700;
}.secure_harbor8 h2 {
    text-align: left;
    width: 100%;
    margin-top: 40px;
    max-width: 800px;
    border-left: 5px solid rgb(222,193,170);
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    text-shadow: 0 0 10px rgb(199,161,128);
    padding-left: 15px;
}.secure_harbor8 h2, .secure_harbor8 h3,.secure_harbor8 h4,.secure_harbor8 h5, .secure_harbor8 h6 {
    text-align: left;
}.secure_harbor8 ul, .secure_harbor8 ol {
    width: 100%;
    margin: 30px 0;
    border-top: 2px solid rgb(222,193,170);
    max-width: 800px;
    padding-left: 0;
    border-bottom: 2px solid rgb(222,193,170);
    padding: 20px 0;
    list-style: none;
}.secure_harbor8 ul li, .secure_harbor8 ol li {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    padding-left: 25px;
    margin-bottom: 20px;
}.secure_harbor8 ul li::before, .secure_harbor8 ol li::before {
    width: 10px;
    background: rgb(222,193,170);
    box-shadow: 0 0 10px rgb(222,193,170);
    content: '';
    position: absolute;
    height: 10px;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0;
    top: 50%;
}.secure_harbor8 p, .secure_harbor8 span, .secure_harbor8 div {
    max-width: 800px;
    font-size: 14px;
    width: 100%;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    text-align: justify;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgb(222,193,170,0.5);
}.secure_harbor8 div.container {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    flex-direction: column;
}

@media only screen and (max-width: 800px) {.secure_harbor8 {
    padding: 30px;
    border-radius: 10px;
}.secure_harbor8 h1 {
    padding-bottom: 10px;
    font-size: calc(24px - 5px);
}.secure_harbor8 h2 {
    font-size: calc(24px - 5px);
    padding-left: 10px;
}.secure_harbor8 ul, .secure_harbor8 ol {
    padding: 15px 0;
    margin: 20px 0;
}.secure_harbor8 ul li, .secure_harbor8 ol li {
    padding-left: 20px;
    font-size: 14px;
}}footer {
    position: relative;
    width: 100%;
}.press_roomy {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 0 0 30px;
}footer .ranking_baro {
    position: relative;
    z-index: 1;
}footer .edu_talk7 {
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    color: #ffffff;
    padding: 40px 20px;
    gap: 20px;
    display: flex;
    margin-bottom: 70px;
    background-color: rgb(199,161,128);
}footer .edu_talk7::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    height: 100%;
    left: 0;
    width: 100%;
}footer .info_item {
    max-width: 300px;
    border-radius: 10px;
    padding: 10px 20px;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    flex: 1 1 200px;
    display: flex;
    transition: all 0.3s ease;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    height: 22px;
    width: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: -30px;
}footer .text_main_holder::before {
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    background-color: #ffffff;
    height: 100%;
    top: 0;
}footer .header_navb {
    text-align: center;
    padding-top: 60px;
}footer .header_navb svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}footer .terms_legala {
    font-size: 15px;
    margin: 0 auto;
    color: #000000;
    max-width: 350px;
    line-height: 1.6;
    text-align: center;
}footer .nav_learnt {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    background-color: rgb(240,225,212);
    padding: 30px;
    position: relative;
    margin: 0 20px;
}footer .nav_learnt h5 {
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}footer .nav_learnt h5::after {
    background: linear-gradient(90deg, rgb(222,193,170), transparent);
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -8px;
}footer .site_corez {
    flex-wrap: wrap;
    gap: 10px 30px;
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
}footer .site_corez a {
    transition: all 0.3s ease;
    flex: 1 0 calc(50% - 30px);
    text-decoration: none;
    position: relative;
    color: #000000;
    padding: 8px 0;
    font-size: 13px;
}footer .site_corez a::after {
    left: 0;
    content: "";
    background-color: rgb(222,193,170);
    transition: width 0.3s ease;
    height: 1px;
    width: 0;
    bottom: 0;
    position: absolute;
}footer .site_corez a:hover {
    padding-left: 5px;
    color: rgb(222,193,170);
}footer .site_corez a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    color: #ffffff;
    position: relative;
    margin: 0 20px;
    background-color: rgb(222,193,170);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}footer .subscribe_holder::before {
    pointer-events: none;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
}footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
}footer .input_holder {
    gap: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    font-size: 13px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}footer .join_now1 {
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    border: none;
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
}footer .join_now1:hover {
    background-color: rgb(199,161,128);
}footer .student_aidX {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
    padding-top: 20px;
}footer .footer_subscribeD {
    text-align: center;
    font-size: 15px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .join_now1 {
    white-space: nowrap;
}footer .header_navb {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .edu_talk7 {
    padding: 30px 15px 50px;
}footer .nav_learnt, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .student_aidX {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .edu_talk7 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .nav_learnt h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .site_corez a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .join_now1 {
    padding: 12px;
}}.pricing_suiteF {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: #ffffff;
}.pricing_suiteF::before {
    top: -150px;
    width: 400px;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.6;
    filter: blur(30px);
    z-index: 1;
    background: linear-gradient(135deg, rgb(222,193,170,0.5), transparent);
    animation: float 15s ease-in-out infinite alternate;
    right: -100px;
    content: '';
    height: 400px;
}.pricing_suiteF::after {
    z-index: 1;
    width: 300px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    background: linear-gradient(135deg, rgb(199,161,128,0.5), transparent);
    left: -50px;
    position: absolute;
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 300px;
    opacity: 0.5;
    bottom: -100px;
    filter: blur(25px);
    content: '';
}.pricing_suiteF .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}.pricing_suiteF .study_costsG {
    flex-direction: column;
    display: flex;
}.pricing_suiteF .class_costW {
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    margin-bottom: 3rem;
    transform: translateY(20px);
    text-align: center;
}.pricing_suiteF .class_costW h2 {
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    font-size: 33px;
    font-weight: 700;
}.pricing_suiteF .class_costW h2::after {
    position: absolute;
    left: 50%;
    background: rgb(222,193,170);
    height: 3px;
    width: 80px;
    content: '';
    bottom: -10px;
    transform: translateX(-50%);
}.pricing_suiteF .trial_offerss {
    line-height: 1.6;
    max-width: 700px;
    margin: 1.5rem auto 0;
    color: #000000;
    font-size: 14px;
}.pricing_suiteF .discount_tiern {
    display: grid;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.pricing_suiteF .rate_optionsv {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    display: block;
    transform: translateY(30px);
    text-decoration: none;
    opacity: 0;
    position: relative;
}.pricing_suiteF .rate_optionsv:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_suiteF .rate_optionsv:nth-child(3) {
    animation-delay: 0.6s;
}.pricing_suiteF .rate_optionsv:nth-child(4) {
    animation-delay: 0.7s;
}.pricing_suiteF .rate_optionsv:hover {
    transform: translateY(-10px);
}.pricing_suiteF .rate_packagesx {
    position: relative;
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    flex-direction: column;
    height: 100%;
    transition: all 0.4s ease;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
}.pricing_suiteF .rate_optionsv:hover .rate_packagesx {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.pricing_suiteF .lesson_feesY {
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    padding: 2.5rem 2rem;
    position: relative;
    z-index: 2;
}.pricing_suiteF .lesson_feesY h3 {
    color: #000000;
    transition: color 0.3s ease;
    font-weight: 700;
    position: relative;
    font-size: calc(18px + 2px);
    margin-bottom: 1rem;
}.pricing_suiteF .rate_optionsv:hover .lesson_feesY h3 {
    color: rgb(222,193,170);
}.pricing_suiteF .class_dealsV {
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
    font-size: calc(18px + 4px);
    position: relative;
    padding-bottom: 10px;
    color: rgb(222,193,170);
}.pricing_suiteF .class_dealsV::after {
    bottom: 0;
    transition: width 0.3s ease;
    left: 0;
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    background: rgb(222,193,170,0.5);
}.pricing_suiteF .rate_optionsv:hover .class_dealsV::after {
    width: 80px;
}.pricing_suiteF .lesson_feesY p {
    white-space: normal;
    hyphens: auto;
    word-wrap: break-word;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 2rem;
    overflow-wrap: break-word;
    color: #000000;
    font-size: 14px;
}.pricing_suiteF .cover_photoj {
    height: 200px;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    width: 100%;
}.pricing_suiteF .cover_photoj::after {
    transition: opacity 0.4s ease;
    bottom: 0;
    opacity: 0;
    right: 0;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
}.pricing_suiteF .rate_optionsv:hover .cover_photoj::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.pricing_suiteF .study_costsG {
    flex-direction: row-reverse;
}.pricing_suiteF .class_costW {
    text-align: left;
    padding-right: 3rem;
    flex-direction: column;
    width: 35%;
    display: flex;
    justify-content: center;
}.pricing_suiteF .class_costW h2 {
    text-align: left;
}.pricing_suiteF .class_costW h2::after {
    left: 0;
    transform: none;
}.pricing_suiteF .trial_offerss {
    margin: 1.5rem 0 0;
}.pricing_suiteF .discount_tiern {
    width: 65%;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
}
}

@media (max-width: 991px) {.pricing_suiteF {
    padding: 5rem 0;
}.pricing_suiteF .class_costW {
    margin-bottom: 2rem;
}.pricing_suiteF .discount_tiern {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.pricing_suiteF {
    padding: 4rem 0;
}.pricing_suiteF .lesson_feesY {
    padding: 2rem 1.5rem;
}.pricing_suiteF .cover_photoj {
    height: 180px;
}
}

@media (max-width: 575px) {.pricing_suiteF {
    padding: 3rem 0;
}.pricing_suiteF .class_costW h2 {
    font-size: calc(33px - 4px);
}.pricing_suiteF .discount_tiern {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.pricing_suiteF .lesson_feesY {
    padding: 1.5rem 1.25rem;
}.pricing_suiteF .cover_photoj {
    height: 160px;
}
}

@media (hover: none) {.pricing_suiteF .rate_optionsv:hover {
    transform: none;
}.pricing_suiteF .rate_optionsv:hover .rate_packagesx {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing_suiteF .rate_optionsv:hover .cover_photoj::after {
    opacity: 0;
}.pricing_suiteF .rate_optionsv:hover .class_dealsV::after {
    width: 40px;
}}.greeting_pagel {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(240,225,212), rgba(255, 255, 255, 0.95));
}.greeting_pagel::before {
    content: "";
    left: 0;
    opacity: 0.15;
    bottom: 0;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 30% 70%, rgb(222,193,170,0.5), transparent 30%),
        radial-gradient(circle at 70% 20%, rgb(199,161,128,0.5), transparent 35%);
    z-index: 0;
    right: 0;
    pointer-events: none;
}.greeting_pagel::after {
    height: 200%;
    content: "";
    opacity: 0.05;
    animation: patternMove 120s linear infinite;
    width: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    background: repeating-linear-gradient(
        45deg,
        rgb(222,193,170,0.5) 0,
        rgb(222,193,170,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    pointer-events: none;
}.greeting_pagel .learning_programs {
    height: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    padding: 6rem 2rem;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.greeting_pagel h1 {
    margin-bottom: 2rem;
    animation: slideInTitle 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.2s;
    font-weight: 700;
    grid-column: 1 / -1;
    font-size: clamp(2.5rem, 5vw, 48px);
    opacity: 0;
    transform: translateX(-1rem);
    color: #000000;
    position: relative;
}.greeting_pagel h1::after {
    left: 0;
    bottom: -1rem;
    transform-origin: left;
    position: absolute;
    animation: scaleWidth 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    content: "";
    width: 8rem;
    height: 0.3rem;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(222,193,170), rgb(199,161,128));
}.greeting_pagel .content_zonel {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 2;
    opacity: 0;
    transform: translateY(2rem);
    animation: fadeUpIn 1s ease-out forwards 0.6s;
    flex-direction: column;
}.greeting_pagel .main_opent {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 3rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}.greeting_pagel .main_opent:hover {
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.12),
        0 15px 25px rgba(0, 0, 0, 0.07);
    transform: perspective(1000px) rotateY(0deg);
}.greeting_pagel .main_opent::before {
    left: 0;
    top: 0;
    height: 0.3rem;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(222,193,170), rgb(199,161,128));
}.greeting_pagel .main_opent p {
    line-height: 1.7;
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin-bottom: 2.5rem;
    position: relative;
    color: #000000;
}.greeting_pagel .main_opent p::first-letter {
    font-size: 150%;
    color: rgb(222,193,170);
    font-weight: 700;
}.greeting_pagel svg {
    transform-origin: center;
    filter: drop-shadow(0 10px 15px rgba(94, 170, 168, 0.2));
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 1rem auto 2.5rem;
    display: block;
    width: 120px;
    height: 120px;
}.greeting_pagel svg:hover {
    transform: scale(1.05) rotate(2deg);
}.greeting_pagel svg path {
    transition: fill 0.3s ease;
}.greeting_pagel svg:hover path {
    fill: rgb(222,193,170);
}.greeting_pagel svg text {
    transition: all 0.3s ease;
}.greeting_pagel svg:hover text {
    fill: #000000;
}.greeting_pagel .feedback_feedbackC {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(222,193,170), rgb(199,161,128));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    font-size: 16px;
    text-align: center;
    padding: 1rem 2.5rem;
    font-weight: 600;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
}.greeting_pagel .feedback_feedbackC::before {
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(199,161,128), rgb(222,193,170));
    opacity: 0;
    width: 100%;
    z-index: -1;
}.greeting_pagel .feedback_feedbackC:hover {
    box-shadow: 0 12px 30px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}.greeting_pagel .feedback_feedbackC:hover::before {
    opacity: 1;
}.greeting_pagel .feedback_feedbackC:active {
    transform: translateY(-2px);
}.greeting_pagel .cover_photoj {
    animation: fadePhotoIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.8s;
    transition: transform 0.5s ease;
    border-radius: 10px;
    transform: perspective(1000px) rotateY(2deg) translateY(2rem);
    opacity: 0;
    position: relative;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.greeting_pagel .cover_photoj::after {
    mix-blend-mode: overlay;
    position: absolute;
    left: 0;
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        rgba(var(--secondary-color-rgb), 0.2)
    );
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
}.greeting_pagel .cover_photoj:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(0);
}

@keyframes slideInTitle {
    from {
        transform: translateX(-1rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes fadeUpIn {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadePhotoIn {
    from {
        transform: perspective(1000px) rotateY(2deg) translateY(2rem);
        opacity: 0;
    }
    to {
        transform: perspective(1000px) rotateY(2deg) translateY(0);
        opacity: 1;
    }
}

@keyframes patternMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}

@media (max-width: 992px) {.greeting_pagel .learning_programs {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 4rem 1.5rem;
}.greeting_pagel h1 {
    text-align: center;
    font-size: 2.5rem;
}.greeting_pagel h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes scaleWidth {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .greeting_pagel .main_opent {
    transform: perspective(1000px) rotateY(0);
    padding: 2rem;
}.greeting_pagel .feedback_feedbackC {
    display: block;
    width: 100%;
}.greeting_pagel .cover_photoj {
    transform: perspective(1000px) rotateY(0) translateY(1rem);
    order: -1;
    height: 300px;
}.greeting_pagel svg {
    height: 100px;
    width: 100px;
    margin: 0.5rem auto 2rem;
}
}

@media (max-width: 576px) {.greeting_pagel .learning_programs {
    padding: 3rem 1rem;
}.greeting_pagel h1 {
    font-size: 2rem;
}.greeting_pagel .main_opent {
    padding: 1.5rem;
}.greeting_pagel .main_opent p {
    font-size: 1rem;
}.greeting_pagel .cover_photoj {
    height: 200px;
}.greeting_pagel .feedback_feedbackC {
    padding: 0.8rem 1.5rem;
}.greeting_pagel svg {
    width: 80px;
    height: 80px;
}}.panelTrackingNoticeZ {
    border-radius: 13px;
    font-family: Arial, sans-serif;
    align-items: center;
    display: flex;
    z-index: 1050;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    left: 50%;
    max-width: 600px;
    position: fixed;
    flex-direction: column;
    transform: translateX(-50%);
    bottom: 20px;
    overflow: hidden;
    width: 90%;
    padding: 20px;
    background: rgb(240,225,212);
    text-align: center;
}.consent_boxT {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}.user_default6 {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.user_default6 svg, .user_default6 svg path, .user_default6 img {
    width: 80px;
    fill: rgb(222,193,170);
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.panelTrackingNoticeZ h5 {
    color: rgb(222,193,170);
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 700;
}.panelTrackingNoticeZ p {
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
}.privacy_gateV {
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: calc(50% - 10px);
    font-size: 16px;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 10px;
    background: rgb(222,193,170);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}.privacy_gateV:hover {
    background: rgb(199,161,128);
    transform: translateY(-3px);
}.cookie_button.cookie_customizeb {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_customizeb:hover {
    background: rgb(199,161,128,0.5);
}.panelTrackingNoticeZ p a {
    text-decoration: underline;
    color: rgb(222,193,170);
    transition: color 0.3s ease-in-out;
}.panelTrackingNoticeZ p a:hover {
    color: rgb(199,161,128);
}
@media only screen and (max-width: 600px) {.panelTrackingNoticeZ {
    transform: none;
    bottom: 0;
    left: 0;
    border-radius: 0;
    width: 100%;
}.consent_boxT {
    padding: 15px;
}.user_default6 svg {
    height: 50px;
    width: 50px;
}.panelTrackingNoticeZ h5 {
    font-size: calc(23px - 2px);
}.panelTrackingNoticeZ p {
    font-size: calc(16px - 2px);
}.privacy_gateV {
    font-size: calc(16px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}
#cookie_info_notice5 {
    display: none;
}#cookie_info_notice5:checked ~ .panelTrackingNoticeZ {
    opacity: 0;
    visibility: hidden;
}header {
    margin-top: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: visible;
    position: relative;
    padding: 0;
    z-index: 100;
}header::before {
    content: '';
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}header::after {
    background: linear-gradient(90deg, 
        rgb(222,193,170) 0%,
        rgb(199,161,128) 50%,
        rgb(222,193,170) 100%
    );
    position: absolute;
    background-size: 200% auto;
    height: 4px;
    width: 100%;
    animation: gradientSlide 5s linear infinite;
    content: '';
    left: 0;
    bottom: 0;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .top_prot {
    justify-content: space-between;
    padding: 1.3rem 2rem;
    position: relative;
    align-items: center;
    z-index: 5;
    display: flex;
}header .header_navb {
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
}header .top_siten {
    z-index: 2;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding: 0.5rem;
}header .top_siten:hover {
    transform: translateY(-3px) scale(1.02);
}header .top_siten img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}header .header_navb::before {
    border: 1px solid rgb(222,193,170);
    bottom: -8px;
    transform: skew(-3deg);
    top: -8px;
    right: -8px;
    transition: all 0.3s ease;
    border-radius: 10px;
    opacity: 0.3;
    left: -8px;
    content: '';
    position: absolute;
}header .header_navb:hover::before {
    box-shadow: 0 0 15px rgb(222,193,170,0.5);
    opacity: 0.7;
    transform: skew(-5deg) scale(1.05);
}header .nav_learnt {
    position: relative;
    display: flex;
    list-style: none;
    z-index: 5;
    padding: 0;
    margin: 0;
}header .top_sectionQ {
    margin: 0 0.3rem;
    perspective: 800px;
    position: relative;
}header .top_sectionQ a {
    z-index: 1;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid transparent;
    position: relative;
    transition: all 0.4s ease;
    font-size: 15px;
    display: block;
    padding: 0.8rem 1.2rem;
}header .top_sectionQ a::before {
    height: 1px;
    content: '';
    opacity: 0.7;
    left: 10%;
    position: absolute;
    background: rgb(222,193,170);
    width: 80%;
    transform: scaleX(0);
    bottom: 5px;
    transition: transform 0.3s ease;
}header .top_sectionQ a:hover {
    color: rgb(222,193,170);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    border-color: rgba(255, 255, 255, 0.1);
}header .top_sectionQ a:hover::before {
    transform: scaleX(1);
}header .top_sectionQ::after {
    background: radial-gradient(circle at center, rgb(222,193,170,0.5) 0%, transparent 70%);
    width: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    pointer-events: none;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
    content: '';
}header .top_sectionQ:hover::after {
    opacity: 0.4;
}header .top_prot::before {
    content: '';
    top: 0;
    position: absolute;
    height: 1px;
    width: 30%;
    left: 35%;
    background: linear-gradient(90deg, transparent, rgb(222,193,170), transparent);
}header .top_prot::after {
    opacity: 0.1;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 60%;
    bottom: 0;
    height: 1px;
    position: absolute;
    left: 20%;
    content: '';
}.header_start0 {
    padding-top: 2rem;
    position: relative;
    z-index: 1;
    background: rgb(240,225,212);
    margin-top: 0;
}

@media (min-width: 1400px) {header .top_prot {
    margin: 0 auto;
    max-width: 1300px;
}header .top_sectionQ {
    margin: 0 0.5rem;
}header .top_sectionQ a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .top_prot {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}header .header_navb {
    margin-bottom: 0;
}header .nav_learnt {
    justify-content: center;
    margin-top: 1rem;
    flex: 1 0 100%;
}header .top_sectionQ {
    margin: 0 0.2rem;
}header .top_sectionQ a {
    padding: 0.6rem 0.8rem;
    font-size: calc(15px - 1px);
}header .header_navb::before {
    left: -5px;
    bottom: -5px;
    right: -5px;
    top: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_prot {
    padding: 0.8rem 1.2rem;
}header .header_navb {
    max-width: 130px;
}header .header_navb::before {
    display: none;
}header .nav_learnt {
    scrollbar-width: thin;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .nav_learnt::-webkit-scrollbar {
    height: 2px;
}header .nav_learnt::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(222,193,170);
}header .top_sectionQ {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .top_sectionQ a {
    padding: 0.5rem 0.7rem;
    letter-spacing: 0;
    white-space: nowrap;
    font-size: calc(15px - 2px);
}header .top_sectionQ a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .top_prot {
    padding: 0.7rem 1rem;
}header .header_navb {
    max-width: 110px;
}header .top_sectionQ a {
    font-size: calc(15px - 3px);
    padding: 0.4rem 0.6rem;
}}.gratContentw {
    justify-content: center;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,225,212) 0%, rgb(222,193,170,0.5) 100%);
    align-items: center;
    min-height: 60vh;
    padding: 5rem 2rem;
    position: relative;
}.gratContentw::before {
    top: 0;
    content: "";
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(222,193,170,0.5) 0px,
        rgb(222,193,170,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
}.gratContentw::after {
    transform: rotate(15deg);
    background: rgb(199,161,128,0.5);
    opacity: 0.1;
    z-index: 1;
    width: 30%;
    height: 30%;
    content: "";
    top: -5%;
    right: -5%;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.gratContentw .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 100%;
}.gratContentw .learning_programs {
    border-left: 5px solid rgb(222,193,170);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 3.5rem;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.97);
    display: grid;
    gap: 2rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.gratContentw .learning_programs::before {
    content: "";
    transform-origin: left top;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(222,193,170) 0%, rgb(199,161,128) 100%);
    height: 8px;
    position: absolute;
}.gratContentw .learning_programs > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.gratContentw .learning_programs > div:first-child::after {
    transform-origin: left;
    content: "";
    animation: lineGrow 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    left: 0;
    position: absolute;
    background: rgb(199,161,128);
    bottom: 0;
    width: 80px;
    height: 4px;
}.gratContentw h5 {
    line-height: 1.4;
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
    transform: translateY(20px);
    opacity: 0;
    font-size: calc(22px * 1.1);
    font-weight: 700;
    margin: 0;
    color: #000000;
}.gratContentw a {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    display: block;
}.gratContentw a:hover {
    transform: translateY(-5px);
}.gratContentw p {
    position: relative;
    margin: 0;
    transform: translateY(20px);
    line-height: 1.8;
    color: #000000;
    opacity: 0;
    padding: 1.5rem;
    border-left: 3px solid rgb(199,161,128,0.5);
    background: linear-gradient(to bottom right, rgba(rgb(240,225,212), 0.3), rgba(255, 255, 255, 0.9));
    border-radius: 10px;
    font-size: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
    animation: fadeUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
}.gratContentw p::before {
    content: "✓";
    background: rgb(222,193,170);
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #ffffff;
    left: -15px;
    position: absolute;
    height: 36px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 36px;
    top: -15px;
    justify-content: center;
    border-radius: 50%;
}

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

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.gratContentw {
    padding: 7rem 3rem;
}.gratContentw .learning_programs {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    transform: perspective(1000px) rotateX(1deg);
    gap: 3rem;
}.gratContentw h5 {
    font-size: calc(22px * 1.3);
}.gratContentw .learning_programs > div:first-child {
    display: flex;
    padding-bottom: 0;
    align-items: center;
}.gratContentw .learning_programs > div:first-child::after {
    display: none;
}.gratContentw p {
    padding: 2rem;
}
}

@media (max-width: 767px) {.gratContentw {
    padding: 4rem 1.5rem;
}.gratContentw .learning_programs {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 1.5rem;
}.gratContentw h5 {
    line-height: 1.5;
    font-size: 22px;
}.gratContentw p {
    font-size: calc(12px * 0.95);
    padding: 1.2rem;
}.gratContentw p::before {
    font-size: 0.8rem;
    height: 30px;
    top: -10px;
    left: -10px;
    width: 30px;
}
}

@media (max-width: 480px) {.gratContentw {
    padding: 3rem 1rem;
}.gratContentw .learning_programs {
    border-left-width: 3px;
    padding: 2rem 1.2rem;
}.gratContentw .learning_programs::before {
    height: 5px;
}.gratContentw h5 {
    font-size: calc(22px * 0.9);
}.gratContentw p {
    font-size: calc(12px * 0.9);
    padding: 1rem;
    line-height: 1.6;
}
}