* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1169px;
}.mod_tools {
    flex: 0 0 auto;
}.nav_study {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}a {
    text-decoration: none;
    color: inherit;
}.grid-container {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.secure_hideout {
    background: linear-gradient(145deg, rgb(227,228,215), #ffffff 80%);
    padding: 3rem 1rem;
    color: #000000;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}.secure_hideout::before {
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    pointer-events: none;
    content: "";
    background: linear-gradient(to right, rgba(rgb(199,181,170,0.5), 0.03), rgba(rgb(118,135,185,0.5), 0.02));
}.secure_hideout::after {
    background: radial-gradient(circle, rgba(rgb(199,181,170,0.5), 0.05), transparent 70%);
    content: "";
    height: 100%;
    pointer-events: none;
    transform: rotate(30deg);
    right: -20%;
    top: -50%;
    z-index: 0;
    width: 60%;
    position: absolute;
}.secure_hideout .container {
    transform: translateZ(0);
    margin: 0 auto;
    background: rgba(#ffffff, 0.9);
    max-width: 1140px;
    transition: transform 0.3s ease-out;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-left: 3px solid rgb(199,181,170);
    z-index: 1;
    position: relative;
    padding: 2rem;
}.secure_hideout .container:hover {
    box-shadow: 0 14px 40px rgba(rgba(0, 0, 0, 0.5), 0.09),
                0 2px 6px rgba(rgba(0, 0, 0, 0.5), 0.06);
    transform: translateY(-3px) translateZ(0);
}.secure_hideout h1 {
    padding-bottom: 0.8rem;
    color: rgb(199,181,170);
    position: relative;
    margin-bottom: 1.8rem;
    line-height: 1.2;
    font-size: calc(41px * 1.05);
    font-weight: 700;
    letter-spacing: -0.02em;
}.secure_hideout h1::after {
    left: 0;
    transition: width 0.3s ease;
    content: "";
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, rgb(199,181,170), rgb(118,135,185));
    transform-origin: left;
    bottom: 0;
    position: absolute;
}.secure_hideout h2 {
    padding-left: 1rem;
    font-weight: 600;
    font-size: 32px;
    position: relative;
    margin-bottom: 1.2rem;
    margin-top: 2.5rem;
    color: rgb(118,135,185);
}.secure_hideout h2::before {
    height: 75%;
    position: absolute;
    background: rgb(199,181,170);
    left: 0;
    top: 0.2em;
    transform: scaleY(0.9);
    content: "";
    width: 3px;
    opacity: 0.8;
}.secure_hideout h3 {
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: calc(32px * 0.85);
    margin-top: 2rem;
    padding-left: 0.8rem;
    position: relative;
}.secure_hideout h3::before {
    content: "";
    left: 0;
    height: 70%;
    top: 0.25em;
    background: rgb(118,135,185);
    width: 2px;
    transform: scaleY(0.9);
    opacity: 0.8;
    position: absolute;
}.secure_hideout h4 {
    font-size: calc(32px * 0.7);
    position: relative;
    padding-left: 0.6rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #000000;
    margin-top: 1.5rem;
}.secure_hideout h4::before {
    background: rgb(118,135,185);
    opacity: 0.6;
    width: 2px;
    top: 0.3em;
    content: "";
    left: 0;
    height: 65%;
    position: absolute;
}.secure_hideout p {
    position: relative;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.3rem;
    font-size: 18px;
}.secure_hideout span {
    display: block;
    padding-left: 0.5rem;
    color: #000000;
    margin-bottom: 1.3rem;
    border-left: 1px solid rgba(rgb(199,181,170,0.5), 0.3);
    line-height: 1.7;
    font-size: 18px;
}.secure_hideout ul {
    padding-left: 1.2rem;
    margin-bottom: 2rem;
    position: relative;
}.secure_hideout ul::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(199,181,170), transparent);
    left: 0;
    height: 100%;
    opacity: 0.2;
    width: 1px;
    content: "";
    top: 0;
}.secure_hideout li {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 0.8rem;
    position: relative;
    padding-left: 0.5rem;
}.secure_hideout li::before {
    top: 0.7rem;
    opacity: 0.8;
    border-radius: 1px;
    background: rgb(199,181,170);
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
    height: 6px;
    content: "";
    left: -1.2rem;
}.secure_hideout strong {
    color: rgb(118,135,185);
    font-weight: 600;
    position: relative;
}.secure_hideout p strong::after {
    transform: scaleX(0.97);
    content: "";
    background: rgb(118,135,185);
    width: 100%;
    bottom: -2px;
    height: 1px;
    opacity: 0.3;
    left: 0;
    position: absolute;
}

@media (min-width: 768px) {.secure_hideout {
    padding: 5rem 2rem;
}.secure_hideout .container {
    border-left-width: 4px;
    padding: 3rem 4rem;
}.secure_hideout h1 {
    padding-bottom: 1rem;
    font-size: calc(41px * 1.2);
    margin-bottom: 2.5rem;
}.secure_hideout h1::after {
    width: 120px;
    height: 4px;
}.secure_hideout h2 {
    margin-top: 3rem;
    font-size: calc(32px * 1.1);
    padding-left: 1.5rem;
}.secure_hideout h2::before {
    width: 4px;
}.secure_hideout p, .secure_hideout span {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}.secure_hideout ul {
    padding-left: 2rem;
}.secure_hideout li {
    padding-left: 0.8rem;
    font-size: calc(18px * 1.05);
}.secure_hideout li::before {
    width: 7px;
    height: 7px;
    left: -1.4rem;
}
}

@media (min-width: 992px) {.secure_hideout {
    padding: 6rem 3rem;
}.secure_hideout .container {
    border-left-width: 5px;
    padding: 4rem 5rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.secure_hideout h1 {
    margin-bottom: 3rem;
    font-size: calc(41px * 1.3);
}.secure_hideout h1::after {
    width: 140px;
}.secure_hideout p, .secure_hideout span {
    font-size: calc(18px * 1.08);
}.secure_hideout ul {
    padding-left: 2.5rem;
}.secure_hideout li {
    font-size: calc(18px * 1.08);
}
}

@media (max-width: 767px) {.secure_hideout .container {
    padding: 1.5rem;
}.secure_hideout h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 1.5rem;
}.secure_hideout h2 {
    margin-top: 2rem;
    font-size: calc(32px * 0.95);
}.secure_hideout h3, .secure_hideout h4 {
    font-size: calc(32px * 0.8);
}.secure_hideout p, .secure_hideout span, .secure_hideout li {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.secure_hideout {
    padding: 2rem 0.5rem;
}.secure_hideout .container {
    padding: 1.25rem;
}.secure_hideout h1 {
    margin-bottom: 1.2rem;
    padding-bottom: 0.6rem;
    font-size: calc(41px * 0.85);
}.secure_hideout h2 {
    margin-top: 1.8rem;
    font-size: calc(32px * 0.9);
    padding-left: 0.8rem;
}.secure_hideout h3, .secure_hideout h4 {
    padding-left: 0.5rem;
    font-size: calc(32px * 0.75);
}.secure_hideout p, .secure_hideout span, .secure_hideout li {
    font-size: calc(18px * 0.9);
    line-height: 1.55;
}.secure_hideout ul {
    padding-left: 1rem;
}.secure_hideout li::before {
    top: 0.6rem;
    height: 5px;
    width: 5px;
    left: -1rem;
}}.course_features {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,228,215) 0%, rgba(245, 245, 245, 0.9) 100%);
}.course_features::before {
    top: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgb(199,181,170,0.5) 0%, transparent 40%);
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    pointer-events: none;
}.course_features::after {
    border: 4px solid rgb(118,135,185,0.5);
    content: "";
    height: 300px;
    bottom: -50px;
    pointer-events: none;
    position: absolute;
    width: 300px;
    transform: rotate(-15deg);
    z-index: 0;
    right: -50px;
}.course_features .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.course_features .new_skills {
    flex-direction: column;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    display: flex;
    gap: 40px;
}.course_features .square_image {
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    transform: translateX(-20px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 380px;
}.course_features .square_image::before {
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgb(199,181,170,0.5) 100%);
    content: "";
    left: 0;
    position: absolute;
}.course_features .square_image::after {
    background: rgb(118,135,185);
    top: 20px;
    width: 80px;
    position: absolute;
    height: 80px;
    right: -20px;
    transform: rotate(15deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: float 6s ease-in-out infinite;
    z-index: -1;
    content: "";
}.course_features .text_wrap {
    transform: translateY(20px);
    padding: 30px;
    background: #ffffff;
    position: relative;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}.course_features .text_wrap::before {
    height: 0;
    width: 5px;
    transition: height 0.6s ease-out;
    background: linear-gradient(to bottom, rgb(199,181,170), rgb(118,135,185));
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}.course_features .text_wrap:hover::before {
    height: 100%;
}.course_features h3 {
    padding-bottom: 15px;
    color: #000000;
    transform: translateX(0);
    font-weight: 700;
    font-size: 31px;
    transition: transform 0.4s ease-out;
    position: relative;
    margin-bottom: 25px;
}.course_features h3::after {
    position: absolute;
    transition: width 0.4s ease-out;
    content: "";
    height: 3px;
    left: 0;
    background: rgb(199,181,170);
    bottom: 0;
    width: 80px;
}.course_features .text_wrap:hover h3 {
    transform: translateX(15px);
}.course_features .text_wrap:hover h3::after {
    width: 120px;
}.course_features p.description {
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    display: block;
    font-size: 17px;
    opacity: 1;
    line-height: 1.75;
}.course_features span.description {
    display: none;
}.course_features .new_skills:hover .square_image {
    transform: translateX(0) scale(1.02);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
}

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

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

@media (min-width: 768px) {.course_features .new_skills {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.course_features .square_image {
    flex: 1;
    transform: translateX(-40px) perspective(1000px) rotateY(-5deg);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 450px;
}.course_features .text_wrap {
    flex: 1.2;
    transform: perspective(1000px) rotateY(2deg);
    padding: 40px;
}.course_features .new_skills:hover .square_image {
    transform: translateX(-20px) perspective(1000px) rotateY(-2deg) scale(1.03);
}.course_features .new_skills:hover .text_wrap {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.course_features {
    padding: 150px 0;
}.course_features .new_skills {
    gap: 80px;
}.course_features .square_image {
    height: 520px;
}.course_features .text_wrap {
    padding: 50px;
}.course_features h3 {
    font-size: calc(31px * 1.1);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.course_features {
    padding: 80px 0;
}.course_features h3 {
    font-size: calc(31px * 0.85);
}.course_features p.description {
    font-size: calc(17px * 0.95);
}.course_features .text_wrap {
    padding: 25px 20px;
}
}

@media (hover: hover) {.course_features .text_wrap:hover {
    transform: translateY(10px);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
}}header {
    background: linear-gradient(to right, #ffffff, rgb(227,228,215));
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    padding: 0;
    z-index: 100;
    width: 100%;
}header::before {
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    content: '';
    background-size: 20px 20px;
    position: absolute;
}header::after {
    position: absolute;
    content: '';
    z-index: 1;
    background: linear-gradient(to bottom, rgb(199,181,170), rgb(118,135,185));
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
}header .container {
    margin: 0;
    z-index: 2;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%;
}header .site_study {
    display: flex;
    justify-content: space-between;
    padding: 0.9rem 3%;
    margin-left: 5px;
    align-items: center;
}header .main_mainbar {
    transition: all 0.3s ease;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
    position: relative;
}header .main_mainbar:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}header .main_mainbar svg {
    width: 140px;
    height: auto;
    transition: all 0.3s ease;
}header .top_core {
    position: relative;
    border-radius: 10px;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    gap: 0.4rem;
    padding: 0.4rem 0.6rem;
    display: flex;
}header .top_core::before {
    border-radius: calc(10px + 2px);
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(199,181,170,0.5), rgb(118,135,185,0.5));
    z-index: -1;
    content: '';
    bottom: -2px;
    left: -2px;
    position: absolute;
    top: -2px;
    right: -2px;
}header .main_guide {
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    text-decoration: none;
    padding: 0.4rem 0.7rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-size: 17px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    background: #ffffff;
    z-index: 1;
    font-weight: 400;
}header .main_guide::before {
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: -1;
    top: 0;
    opacity: 0;
    content: '';
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(199,181,170,0.5), rgb(118,135,185,0.5));
    height: 100%;
}header .main_guide:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .main_guide:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .site_study {
    padding: 0.8rem 2.5%;
}header .main_mainbar svg {
    width: 130px;
}header .top_core {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .main_guide {
    padding: 0.35rem 0.6rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .site_study {
    align-items: flex-start;
    padding: 0.8rem 2%;
    flex-direction: column;
    margin-left: 3px;
    gap: 0.7rem;
}header .main_mainbar {
    padding: 0.4rem;
}header .main_mainbar svg {
    width: 120px;
}header .top_core {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.4rem;
    width: 98%;
}header .top_core::-webkit-scrollbar {
    height: 2px;
}header .top_core::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(199,181,170);
}header .main_guide {
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .site_study {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .main_mainbar svg {
    width: 110px;
}header .top_core {
    padding: 0.3rem;
}header .main_guide {
    padding: 0.3rem 0.4rem;
    font-size: calc(17px - 2px);
}}footer {
    position: relative;
    width: 100%;
}.mod_tools {
    font-family: Arial, sans-serif;
    padding: 0 0 30px;
    overflow: hidden;
    position: relative;
}footer .ranking_bar {
    z-index: 1;
    position: relative;
}footer .instant_help {
    position: relative;
    padding: 40px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    gap: 20px;
    background-color: rgb(118,135,185);
    justify-content: center;
    margin-bottom: 70px;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
}footer .instant_help::after {
    height: 100%;
    left: 0;
    pointer-events: none;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    position: absolute;
}footer .info_item {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    max-width: 300px;
    border-radius: 10px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    height: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    width: 22px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    margin-top: -30px;
    display: grid;
    position: relative;
    gap: 40px;
}footer .text_main_holder::before {
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    content: "";
    height: 100%;
    left: 0;
    background-color: #ffffff;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
}footer .head_prime {
    padding-top: 60px;
    text-align: center;
}footer .head_prime svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .brainstorm {
    line-height: 1.6;
    max-width: 350px;
    text-align: center;
    color: #000000;
    font-size: 15px;
    margin: 0 auto;
}footer .top_core {
    padding: 30px;
    background-color: rgb(227,228,215);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    margin: 0 20px;
    position: relative;
}footer .top_core h5 {
    position: relative;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}footer .top_core h5::after {
    height: 2px;
    background: linear-gradient(90deg, rgb(199,181,170), transparent);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    bottom: -8px;
}footer .top_sitewrap {
    gap: 10px 30px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}footer .top_sitewrap a {
    position: relative;
    transition: all 0.3s ease;
    padding: 8px 0;
    flex: 1 0 calc(50% - 30px);
    text-decoration: none;
    color: #000000;
    font-size: 13px;
}footer .top_sitewrap a::after {
    height: 1px;
    background-color: rgb(199,181,170);
    left: 0;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    width: 0;
}footer .top_sitewrap a:hover {
    color: rgb(199,181,170);
    padding-left: 5px;
}footer .top_sitewrap a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    position: relative;
    background-color: rgb(199,181,170);
    margin: 0 20px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    color: #ffffff;
}footer .subscribe_holder::before {
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    color: #ffffff;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 15px;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    font-size: 13px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .email_signup {
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 17px;
    background-color: #000000;
    padding: 15px;
}footer .email_signup:hover {
    background-color: rgb(118,135,185);
}footer .webinar_cta {
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}footer .encrypt_cta {
    text-align: center;
    font-size: 15px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .email_signup {
    white-space: nowrap;
}footer .head_prime {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .instant_help {
    padding: 30px 15px 50px;
}footer .top_core, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .webinar_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .instant_help {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .top_core h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .top_sitewrap a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .email_signup {
    padding: 12px;
}}.instructor_history {
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(227,228,215) 0%, rgb(118,135,185,0.5) 100%);
    padding: 120px 0;
}.instructor_history::before {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    opacity: 0.07;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(199,181,170,0.5) 49.5%, rgb(199,181,170,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(199,181,170,0.5) 49.5%, rgb(199,181,170,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    height: 100%;
    background-size: 40px 40px;
}.instructor_history::after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(199,181,170,0.5) 40px,
            rgb(199,181,170,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(199,181,170,0.5) 60px,
            rgb(199,181,170,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(199,181,170,0.5) 80px,
            rgb(199,181,170,0.5) 81px
        );
    height: 100%;
    opacity: 0.04;
}.instructor_history .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.instructor_history .student_quotes {
    grid-template-columns: 1fr 1fr;
    display: grid;
    overflow: hidden;
    border-radius: 0;
    padding: 50px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    position: relative;
    gap: 40px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.instructor_history .student_quotes::before {
    content: "";
    top: 0;
    height: 6px;
    background: linear-gradient(
        90deg,
        rgb(199,181,170) 0%,
        rgb(118,135,185) 100%
    );
    position: absolute;
    left: 0;
    width: 100%;
}.instructor_history .student_quotes::after {
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(199,181,170,0.5) 0%,
        transparent 20%,
        rgb(199,181,170,0.5) 40%,
        transparent 60%,
        rgb(118,135,185,0.5) 80%,
        transparent 100%
    );
    height: 1px;
    position: absolute;
    top: 6px;
    left: 0;
    animation: scanner 4s linear infinite;
    content: "";
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.instructor_history .square_image {
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    border-radius: 0;
    width: 100%;
    transition: all 0.5s ease;
    overflow: hidden;
    min-height: 360px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    height: 100%;
}.instructor_history .square_image::before {
    inset: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    content: "";
}.instructor_history .square_image::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    width: 100%;
    height: 100%;
    left: 0;
}.instructor_history .name {
    margin-bottom: 12px;
    color: #000000;
    padding-left: 16px;
    border-left: 4px solid rgb(199,181,170);
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    font-size: 38px;
}.instructor_history .name::before {
    top: 0;
    position: absolute;
    transition: height 0.5s ease;
    height: 0;
    left: -4px;
    background: rgb(118,135,185);
    content: "";
    width: 4px;
}.instructor_history .student_quotes:hover .name::before {
    height: 100%;
}.instructor_history .student_quotes span:not(.name) {
    background: rgb(227,228,215);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    color: rgba(0, 0, 0, 0.5);
    padding: 6px 12px;
    display: inline-block;
    border-radius: 3px;
    letter-spacing: 1px;
}.instructor_history .student_quotes span:not(.name)::after {
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
    width: 0;
    content: "";
    background: rgb(199,181,170);
}.instructor_history .student_quotes:hover span:not(.name)::after {
    width: 100%;
}.instructor_history .past_career {
    border-left: 1px solid rgb(199,181,170);
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    border-radius: 10px;
    padding: 25px 30px;
    font-size: 18px;
    margin: 0;
    background: linear-gradient(
        to right,
        rgb(227,228,215) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    line-height: 1.8;
    position: relative;
}.instructor_history .past_career::before {
    left: 12px;
    border-left: 2px solid rgb(199,181,170);
    top: 15px;
    border-top: 2px solid rgb(199,181,170);
    opacity: 0.6;
    height: 12px;
    position: absolute;
    width: 12px;
    content: "";
}.instructor_history .past_career::after {
    bottom: 15px;
    position: absolute;
    height: 12px;
    right: 12px;
    border-right: 2px solid rgb(118,135,185);
    width: 12px;
    opacity: 0.6;
    content: "";
    border-bottom: 2px solid rgb(118,135,185);
}.instructor_history .student_quotes:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.instructor_history .student_quotes:hover .square_image {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

@media (max-width: 991px) {.instructor_history {
    padding: 90px 0;
}.instructor_history .student_quotes {
    padding: 40px 30px;
    gap: 30px;
}.instructor_history .square_image {
    min-height: 320px;
}.instructor_history .past_career {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.instructor_history {
    padding: 70px 0;
}.instructor_history .student_quotes {
    padding: 35px 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 25px;
}.instructor_history .square_image {
    min-height: 280px;
}.instructor_history .name {
    font-size: calc(38px * 0.9);
}.instructor_history .student_quotes span:not(.name) {
    font-size: calc(22px * 0.95);
    margin-bottom: 20px;
}.instructor_history .past_career {
    font-size: calc(18px * 0.95);
    padding: 18px 22px;
}
}

@media (max-width: 575px) {.instructor_history {
    padding: 50px 0;
}.instructor_history .student_quotes {
    gap: 20px;
    padding: 30px 20px;
}.instructor_history .square_image {
    min-height: 220px;
}.instructor_history .name {
    padding-left: 12px;
    font-size: calc(38px * 0.8);
}.instructor_history .student_quotes span:not(.name) {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
    padding: 4px 10px;
}.instructor_history .past_career {
    font-size: calc(18px * 0.9);
    padding: 15px 18px;
}}.contact {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.contact::before {
    backdrop-filter: blur(8px);
    top: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
}.contact::after {
    width: 100%;
    content: '';
    top: 0;
    z-index: 2;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgb(199,181,170,0.5) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgb(118,135,185,0.5) 0%, transparent 40%);
    animation: gradientShift 15s infinite alternate;
    left: 0;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact .container {
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
}.contact .support_inquiry {
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}.contact .connect_inquiry {
    position: relative;
    flex: 1;
    padding: 50px 40px;
    background: linear-gradient(135deg, rgb(199,181,170,0.5) 0%, rgb(118,135,185,0.5) 100%);
}.contact .connect_inquiry::before {
    top: -50%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    width: 200%;
    position: absolute;
    z-index: -1;
    left: -50%;
    content: '';
    height: 200%;
    animation: patternMove 20s linear infinite;
}@keyframes patternMove {
    0% {
        transform: rotate(0) translate(0, 0);
    }
    100% {
        transform: rotate(360deg) translate(0, 0);
    }
}

.contact .connect_inquiry h3 {
    margin-bottom: 40px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 36px;
}.contact .connect_inquiry h3::after {
    bottom: 0;
    width: 60px;
    content: '';
    border-radius: 10px;
    position: absolute;
    height: 3px;
    background: #ffffff;
    left: 0;
}.contact .connect_inquiry div {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 25px;
    padding: 15px;
    border-left: 3px solid rgb(118,135,185);
    border-radius: 10px;
}.contact .connect_inquiry div:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}.contact .connect_inquiry svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
    flex-shrink: 0;
}.contact .connect_inquiry svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact .connect_inquiry div:hover svg path {
    fill: rgb(118,135,185);
}.contact .connect_inquiry span {
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
}.contact .connect_inquiry a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.contact .connect_inquiry a:hover {
    text-decoration: underline;
    color: rgb(118,135,185);
}.contact .connect_request {
    padding: 50px 40px;
    overflow: hidden;
    position: relative;
    flex: 1.2;
    background: rgba(255, 255, 255, 0.95);
}.contact .connect_request::before {
    background: rgb(199,181,170,0.5);
    position: absolute;
    content: '';
    top: 0;
    border-radius: 0 0 0 100%;
    right: 0;
    width: 100px;
    height: 100px;
}.contact .connect_request::after {
    border-radius: 0 100% 0 0;
    width: 100px;
    background: rgb(118,135,185,0.5);
    content: '';
    height: 100px;
    bottom: 0;
    position: absolute;
    left: 0;
}.contact form {
    z-index: 1;
    position: relative;
}.contact form h3 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}.contact form h3::after {
    left: 50%;
    height: 3px;
    bottom: 0;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    background: rgb(199,181,170);
    width: 60px;
    border-radius: 10px;
}.contact form input[type="text"],
.contact form input[type="email"] {
    margin-bottom: 20px;
    border: none;
    background: rgba(240, 240, 240, 0.8);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 15px 20px;
    color: #000000;
    border-radius: 10px;
}.contact form input[type="text"]:focus,
.contact form input[type="email"]:focus {
    background: #fff;
    box-shadow: 0 0 0 2px rgb(199,181,170,0.5);
    transform: translateY(-2px);
    outline: none;
}.contact form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact .contact_message {
    position: relative;
    align-items: flex-start;
    display: flex;
    margin: 25px 0;
}.contact .contact_message input[type="checkbox"] {
    position: relative;
    height: 20px;
    border: 2px solid rgb(199,181,170);
    width: 20px;
    -webkit-appearance: none;
    flex-shrink: 0;
    background: rgba(240, 240, 240, 0.8);
    cursor: pointer;
    border-radius: 10px;
    appearance: none;
    margin-right: 10px;
}.contact .contact_message input[type="checkbox"]:checked {
    background: rgb(199,181,170);
}.contact .contact_message input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    left: 6px;
    border-width: 0 2px 2px 0;
    content: '';
    top: 2px;
    position: absolute;
}.contact .contact_message label {
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.4;
}.contact .contact_message a {
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(199,181,170);
    text-decoration: none;
}.contact .contact_message a:hover {
    text-decoration: underline;
    color: rgb(118,135,185);
}.contact .help_support {
    color: #ffffff;
    padding: 15px 20px;
    font-size: 15px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(199,181,170) 0%, rgb(118,135,185) 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}.contact .help_support::before {
    width: 100%;
    z-index: -1;
    height: 100%;
    content: '';
    transition: all 0.5s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
}.contact .help_support:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}.contact .help_support:hover::before {
    left: 100%;
    animation: shine 1.5s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.contact {
    padding: 80px 0;
}.contact .support_inquiry {
    flex-direction: column;
}.contact .connect_inquiry,
    .contact .connect_request {
    width: 100%;
}.contact .connect_inquiry {
    padding: 40px 30px;
}.contact .connect_inquiry h3,
    .contact form h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 767px) {.contact {
    padding: 60px 0;
}.contact .connect_inquiry,
    .contact .connect_request {
    padding: 30px 20px;
}.contact .connect_inquiry h3,
    .contact form h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 25px;
}.contact .connect_inquiry div {
    padding: 12px;
    margin-bottom: 15px;
}.contact form input[type="text"],
    .contact form input[type="email"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact .contact_message {
    margin: 20px 0;
}.contact .help_support {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.contact {
    padding: 40px 0;
}.contact .connect_inquiry,
    .contact .connect_request {
    padding: 25px 15px;
}.contact .connect_inquiry h3,
    .contact form h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 20px;
}.contact .connect_inquiry div {
    align-items: flex-start;
    flex-direction: column;
}.contact .connect_inquiry svg {
    margin-bottom: 10px;
    margin-right: 0;
}.contact .connect_inquiry div:hover {
    transform: translateX(0);
}.contact .contact_message {
    flex-direction: column;
}.contact .contact_message input[type="checkbox"] {
    margin-bottom: 10px;
}}.privacySettingsModal {
    bottom: 0;
    width: 100%;
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    background: rgb(227,228,215);
    border-top: 3px solid rgb(199,181,170);
    padding: 20px 0;
}.cookie_reset {
    padding: 0 20px;
    max-width: 1200px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: auto;
    justify-content: space-between;
}#cookie_popup_panel {
    display: none;
}#cookie_popup_panel:checked ~ .privacySettingsModal {
    opacity: 0;
    visibility: hidden;
}.privacySettingsModal h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(199,181,170);
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 21px;
}.privacySettingsModal p {
    font-size: 15px;
    max-width: 500px;
    color: #000000;
}.user_dialog {
    flex-shrink: 0;
    margin-right: 20px;
}.user_dialog svg, .user_dialog svg path {
    fill: rgb(199,181,170);
    width: 80px;
    height: 80px;
}.edu_cookies {
    text-align: center;
    text-decoration: none;
    min-width: 140px;
    font-size: 18px;
    background: rgb(199,181,170);
    text-transform: uppercase;
    transition: border 0.2s;
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    margin-left: 10px;
    padding: 12px 24px;
    flex-shrink: 0;
    border: 2px solid transparent;
}.cookie_button.data_consent {
    background: rgb(199,181,170);
}.cookie_button.cookie_gate {
    background: rgb(118,135,185);
}.edu_cookies:hover {
    border: 2px solid #ffffff;
}.privacySettingsModal p a {
    color: rgb(199,181,170);
    font-weight: 700;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {.cookie_reset {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.user_dialog {
    display: none;
}.cookie_reset {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.privacySettingsModal h5, .privacySettingsModal p {
    text-align: center;
}.track_bar {
    margin-bottom: 20px;
}.edu_cookies {
    margin-top: 10px;
    width: 100%;
    max-width: 300px;
    margin-left: 0;
}}
.grid-container .privacySettingsModal {
    border: none;
    padding: 30px 0;
    background: rgb(118,135,185);
}.grid-container .edu_cookies {
    border-radius: 10px;
    background: rgb(199,181,170);
    margin-left: 0;
    font-size: 18px;
    font-weight: 600;
    border: none;
    color: #ffffff;
}.grid-container .track_bar h5, .grid-container .track_bar p {
    color: #ffffff;
}.service_package {
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    --pricing-bg: #f5f7fa;
    overflow: hidden;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --card-bg: #ffffff;
    position: relative;
    padding: 120px 0 80px;
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background-color: var(--pricing-bg);
    --card-accent: rgb(199,181,170);
    --card-border: linear-gradient(135deg, rgb(199,181,170), rgb(118,135,185));
}.service_package::before {
    transform: rotate(-15deg);
    opacity: 0.5;
    width: 35%;
    content: "";
    right: -5%;
    background: linear-gradient(135deg, rgb(199,181,170,0.5), rgb(118,135,185,0.5));
    top: -10%;
    filter: blur(60px);
    height: 50%;
    position: absolute;
    z-index: 1;
}.service_package::after {
    position: absolute;
    filter: blur(50px);
    bottom: -10%;
    opacity: 0.4;
    transform: rotate(15deg);
    content: "";
    z-index: 1;
    height: 40%;
    background: linear-gradient(225deg, rgb(118,135,185,0.5), rgb(199,181,170,0.5));
    width: 30%;
    left: -5%;
}.service_package .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
    position: relative;
}.service_package .fee_plan {
    flex-direction: column;
    display: flex;
}.service_package .value_rates {
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    order: -1;
    text-align: center;
    margin-right: auto;
}.service_package .value_rates h2 {
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
}.service_package .value_rates h2::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    bottom: -10px;
    width: 80px;
    background: linear-gradient(to right, rgb(199,181,170), rgb(118,135,185));
    position: absolute;
}.service_package .training_sub {
    line-height: 1.6;
    word-wrap: break-word;
    max-width: 700px;
    overflow-wrap: break-word;
    margin: 0 auto;
    font-size: calc(18px + 2px);
    white-space: normal;
    color: #000000;
}.service_package .cost_options {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    display: grid;
    width: 100%;
}.service_package .fee_board {
    transform: translateY(0);
    height: 100%;
    transition: transform var(--card-transition);
    text-decoration: none;
    display: block;
    color: inherit;
}.service_package .fee_board:hover {
    transform: translateY(-10px);
}.service_package .plan_fees {
    display: flex;
    overflow: hidden;
    transition: box-shadow var(--card-transition);
    border-radius: 29px;
    background-color: var(--card-bg);
    height: 100%;
    position: relative;
    flex-direction: column;
    box-shadow: var(--card-shadow);
}.service_package .fee_board:hover .plan_fees {
    box-shadow: var(--card-hover-shadow);
}.service_package .plan_fees::before {
    transform-origin: left;
    position: absolute;
    left: 0;
    height: 5px;
    content: "";
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.5s ease;
    background: var(--card-border);
    top: 0;
}.service_package .fee_board:hover .plan_fees::before {
    transform: scaleX(1);
}.service_package .price_schemes {
    flex-direction: column;
    padding: 35px 30px;
    position: relative;
    display: flex;
    z-index: 1;
    flex-grow: 1;
}.service_package .price_schemes h3 {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
    font-size: calc(24px + 2px);
}.service_package .fee_board:hover .price_schemes h3 {
    color: var(--card-accent);
}.service_package .package_pricing {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    color: var(--card-accent);
    font-size: calc(24px + 6px);
}.service_package .package_pricing::after {
    left: 0;
    transition: width 0.3s ease;
    content: "";
    width: 40px;
    background-color: var(--card-accent);
    height: 2px;
    bottom: -10px;
    position: absolute;
}.service_package .fee_board:hover .package_pricing::after {
    width: 60px;
}.service_package .price_schemes p {
    font-size: 18px;
    overflow-wrap: break-word;
    color: #000000;
    white-space: normal;
    margin-top: 15px;
    word-wrap: break-word;
    flex-grow: 1;
    hyphens: auto;
    line-height: 1.6;
}.service_package .square_image {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 200px;
    transition: transform 0.6s ease;
}.service_package .square_image::after {
    right: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    content: "";
}.service_package .fee_board:hover .square_image::after {
    opacity: 1;
}.service_package .fee_board:hover .square_image {
    transform: scale(1.05);
}

@media (min-width: 992px) {.service_package .fee_plan {
    align-items: center;
    flex-direction: row;
    gap: 60px;
}.service_package .value_rates {
    margin: 0;
    order: 0;
    text-align: left;
    width: 30%;
}.service_package .value_rates h2 {
    display: block;
    text-align: left;
}.service_package .value_rates h2::after {
    transform: none;
    left: 0;
}.service_package .training_sub {
    margin: 0;
    text-align: left;
}.service_package .cost_options {
    width: 70%;
}
}

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

@media (max-width: 767px) {.service_package {
    padding: 60px 0 40px;
}.service_package .value_rates {
    margin-bottom: 40px;
}.service_package .cost_options {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.service_package .price_schemes {
    padding: 25px 20px;
}.service_package .price_schemes h3 {
    font-size: 24px;
}.service_package .package_pricing {
    font-size: calc(24px + 2px);
}.service_package .price_schemes p {
    font-size: calc(18px - 1px);
}.service_package .square_image {
    height: 180px;
}
}

@media (max-width: 480px) {.service_package {
    padding: 50px 0 30px;
}.service_package .value_rates h2 {
    font-size: calc(28px - 4px);
}.service_package .training_sub {
    font-size: 18px;
}.service_package .price_schemes {
    padding: 20px 15px;
}.service_package .square_image {
    height: 160px;
}}.interested_learners {
    position: relative;
    overflow: hidden;
    padding: 140px 0;
    background: rgb(227,228,215);
}.interested_learners::before {
    opacity: 0.03;
    height: 100%;
    background-size: 60px 60px;
    width: 100%;
    top: 0;
    background-position: 0 0, 30px 30px;
    position: absolute;
    left: 0;
    content: "";
    z-index: 0;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(199,181,170,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(199,181,170,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(199,181,170,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(199,181,170,0.5) 75%
        );
}.interested_learners::after {
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    height: 150px;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to top, rgb(227,228,215), transparent);
}.interested_learners .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.interested_learners .impact_facts {
    position: relative;
}.interested_learners h4 {
    margin-bottom: 80px;
    text-align: center;
    position: relative;
    color: #000000;
    font-weight: 700;
    padding: 20px 0;
    font-size: 29px;
}.interested_learners h4::before {
    content: "";
    border-radius: 2px;
    position: absolute;
    background: rgb(199,181,170,0.5);
    transform: translateX(-50%);
    top: 0;
    width: 100px;
    height: 3px;
    left: 50%;
}.interested_learners h4::after {
    background: rgb(118,135,185,0.5);
    width: 100px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    border-radius: 2px;
    height: 3px;
    left: 50%;
    bottom: 0;
}.interested_learners div {
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: column;
}.interested_learners div::before {
    position: absolute;
    background: linear-gradient(180deg, rgb(199,181,170,0.5), rgb(118,135,185,0.5), transparent);
    content: "";
    width: 2px;
    z-index: 0;
    height: 100%;
    left: 50%;
    top: 0;
    opacity: 0.5;
}.interested_learners div p {
    align-items: center;
    border-radius: 50px;
    margin: 0 0 60px 0;
    line-height: 1.6;
    display: flex;
    padding: 25px 30px;
    font-size: 17px;
    width: 70%;
    z-index: 1;
    position: relative;
    background: #ffffff;
    transition: all 0.4s ease;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.interested_learners div p:nth-child(odd) {
    border-top-left-radius: 0;
    align-self: flex-start;
}.interested_learners div p:nth-child(even) {
    border-top-right-radius: 0;
    align-self: flex-end;
}.interested_learners div p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}.interested_learners div p::before {
    background: #ffffff;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    content: "";
    width: 30px;
    z-index: 2;
}.interested_learners div p:nth-child(odd)::before {
    top: -15px;
    left: -15px;
}.interested_learners div p:nth-child(even)::before {
    right: -15px;
    top: -15px;
}.interested_learners div p::after {
    position: absolute;
    background: linear-gradient(135deg, rgb(199,181,170), rgb(118,135,185));
    transition: all 0.3s ease;
    content: "";
    z-index: 3;
    height: 15px;
    border-radius: 50%;
    width: 15px;
}.interested_learners div p:nth-child(odd)::after {
    top: -7.5px;
    left: -7.5px;
}.interested_learners div p:nth-child(even)::after {
    right: -7.5px;
    top: -7.5px;
}.interested_learners div p:hover::after {
    box-shadow: 0 0 10px rgb(199,181,170,0.5);
    transform: scale(1.3);
}.interested_learners div p svg {
    transition: all 0.3s ease;
    margin-right: 20px;
    min-width: 32px;
    width: 32px;
    height: 32px;
}.interested_learners div p:hover svg {
    transform: rotate(15deg);
}.interested_learners div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,181,170);
}.interested_learners div p:hover svg path {
    fill: rgb(118,135,185);
}

@media (max-width: 991px) {.interested_learners {
    padding: 120px 0;
}.interested_learners h4 {
    font-size: calc(29px - 2px);
    margin-bottom: 70px;
}.interested_learners div p {
    width: 80%;
    padding: 22px 25px;
    margin-bottom: 50px;
}.interested_learners div p svg {
    min-width: 28px;
    height: 28px;
    width: 28px;
    margin-right: 15px;
}
}

@media (max-width: 767px) {.interested_learners {
    padding: 100px 0;
}.interested_learners h4 {
    font-size: calc(29px - 4px);
    margin-bottom: 60px;
}.interested_learners div p {
    border-radius: 30px !important;
    margin-bottom: 40px;
    width: 90%;
    padding: 18px 22px;
    align-self: center !important;
}.interested_learners div p::before,
    .interested_learners div p::after {
    display: none;
}.interested_learners div p svg {
    height: 24px;
    width: 24px;
    min-width: 24px;
    margin-right: 12px;
}
}

@media (max-width: 479px) {.interested_learners {
    padding: 80px 0;
}.interested_learners h4 {
    font-size: calc(29px - 6px);
    margin-bottom: 50px;
}.interested_learners div p {
    padding: 15px 18px;
    width: 100%;
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.interested_learners div p svg {
    min-width: 22px;
    margin-right: 10px;
    width: 22px;
    height: 22px;
}}.gratSpace {
    background: linear-gradient(135deg, rgb(227,228,215) 0%, rgba(245, 245, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.gratSpace::before {
    z-index: 1;
    background: linear-gradient(120deg, rgb(199,181,170,0.5) 0%, rgb(118,135,185,0.5) 100%);
    animation: float 15s ease-in-out infinite alternate;
    content: '';
    filter: blur(60px);
    position: absolute;
    height: 40%;
    opacity: 0.4;
    width: 40%;
    top: -10%;
    right: -5%;
}.gratSpace::after {
    left: -5%;
    z-index: 1;
    height: 40%;
    opacity: 0.3;
    bottom: -15%;
    filter: blur(50px);
    width: 35%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(240deg, rgb(118,135,185,0.5) 0%, rgb(199,181,170,0.5) 100%);
    content: '';
    position: absolute;
}.gratSpace .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    padding: 0 2rem;
    margin: 0 auto;
}.gratSpace h2 {
    transform: translateY(0);
    color: #000000;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    opacity: 0;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: 32px;
    animation: slideUp 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.gratSpace h2::after {
    transform: scaleX(0);
    height: 4px;
    animation: expandWidth 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -0.8rem;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(199,181,170) 0%, rgb(118,135,185) 100%);
    position: absolute;
    width: 10rem;
    content: '';
}.gratSpace .impact_facts {
    border-radius: 1rem;
    animation: fadeScale 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    overflow: hidden;
    transform: translateY(30px);
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
    opacity: 0;
    padding: 3rem;
}.gratSpace .impact_facts::before {
    height: 100%;
    background: linear-gradient(180deg, rgb(199,181,170) 0%, rgb(118,135,185) 100%);
    width: 5px;
    top: 0;
    left: 0;
    content: '';
    animation: pulseGlow 4s infinite alternate;
    position: absolute;
}.gratSpace ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.gratSpace li {
    position: relative;
    padding-left: 1.5rem;
    display: block;
}.gratSpace li::before {
    animation: popIn 0.5s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: scale(0);
    width: 0.5rem;
    position: absolute;
    border-radius: 50%;
    height: 0.5rem;
    top: 0.5rem;
    background-color: rgb(199,181,170);
    left: 0;
    content: '';
}.gratSpace li span {
    line-height: 1.8;
    display: block;
    font-size: calc(17px * 1.05);
    margin: 0;
    transform: translateY(20px);
    color: #000000;
    font-family: Arial, sans-serif;
    animation: slideUp 0.8s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0.95;
    opacity: 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(199,181,170,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 12px 3px rgb(199,181,170,0.5);
    }
}

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

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

@media (max-width: 576px) {.gratSpace {
    padding: 3.5rem 0;
}.gratSpace .container {
    transform: none;
    padding: 0 1rem;
}.gratSpace h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.8rem;
}.gratSpace h2::after {
    height: 3px;
    width: 6rem;
}.gratSpace .impact_facts {
    padding: 1.8rem 1.2rem;
}.gratSpace li {
    padding-left: 1.2rem;
}.gratSpace li::before {
    top: 0.4rem;
    width: 0.4rem;
    height: 0.4rem;
}.gratSpace li span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.welcome_section {
    background: rgb(199,181,170);
    position: relative;
    width: 100%;
    overflow: hidden;
}.welcome_section::before {
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(199,181,170) 0px,
            rgb(199,181,170) 10px,
            rgb(199,181,170,0.5) 10px,
            rgb(199,181,170,0.5) 12px
        );
    z-index: 1;
    content: "";
    opacity: 0.05;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.welcome_section .impact_facts {
    height: 100vh;
    width: 100%;
    z-index: 2;
    position: relative;
}.welcome_section .skill_upfast {
    top: 0;
    height: 100vh;
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
}.welcome_section .skill_upfast input {
    display: none;
}.welcome_section .fast_skill {
    width: 500%;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
}.welcome_section .learn_welcome {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    width: 20%;
    position: relative;
}.welcome_section .learn_welcome img {
    transition: transform 1.2s ease-out;
    transform: scale(1.1);
    width: 100%;
    object-fit: cover;
    height: 100%;
    filter: saturate(1.2);
}.welcome_section .learn_welcome::after {
    width: 100%;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(199,181,170,0.5) 75%,
                rgb(199,181,170) 100%);
    height: 100%;
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}.welcome_section .learn_lead {
    width: 100%;
    display: flex;
    gap: 6px;
    z-index: 10;
    justify-content: center;
    bottom: 30px;
    position: absolute;
}.welcome_section .learn_lead label {
    width: 40px;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    height: 5px;
    opacity: 0.4;
    background: #ffffff;
}.welcome_section .learn_lead label::after {
    background: rgb(118,135,185);
    transition: transform 0.4s ease;
    top: 0;
    position: absolute;
    left: -100%;
    content: "";
    width: 100%;
    height: 100%;
}.welcome_section .learn_lead label:hover {
    opacity: 0.7;
}.welcome_section .text_wrap {
    bottom: 0;
    padding: 0 0 7rem;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 5;
}.welcome_section .text_wrap .container {
    padding: 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.welcome_section .text_wrap .container::before {
    background: rgb(118,135,185);
    left: 30px;
    height: 80px;
    top: 0;
    width: 3px;
    content: "";
    position: absolute;
}.welcome_section .text_wrap h1 {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: 45px;
    padding-left: 50px;
    margin-bottom: 1rem;
}.welcome_section .text_wrap h3 {
    margin-bottom: 1.5rem;
    font-size: 21px;
    font-weight: 600;
    color: rgb(118,135,185);
    padding-left: 50px;
}.welcome_section .text_wrap p {
    max-width: 750px;
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #ffffff;
}.welcome_section input:nth-of-type(1):checked ~ .fast_skill {
    transform: translateX(0);
}.welcome_section input:nth-of-type(2):checked ~ .fast_skill {
    transform: translateX(-20%);
}.welcome_section input:nth-of-type(3):checked ~ .fast_skill {
    transform: translateX(-40%);
}.welcome_section input:nth-of-type(4):checked ~ .fast_skill {
    transform: translateX(-60%);
}.welcome_section input:nth-of-type(5):checked ~ .fast_skill {
    transform: translateX(-80%);
}.welcome_section input:nth-of-type(6):checked ~ .fast_skill {
    transform: translateX(-100%);
}.welcome_section input:nth-of-type(7):checked ~ .fast_skill {
    transform: translateX(-120%);
}.welcome_section input:nth-of-type(8):checked ~ .fast_skill {
    transform: translateX(-140%);
}.welcome_section input:nth-of-type(9):checked ~ .fast_skill {
    transform: translateX(-160%);
}.welcome_section input:nth-of-type(10):checked ~ .fast_skill {
    transform: translateX(-180%);
}.welcome_section input:nth-of-type(1):checked ~ .learn_lead label:nth-child(1)::after,
.welcome_section input:nth-of-type(2):checked ~ .learn_lead label:nth-child(2)::after,
.welcome_section input:nth-of-type(3):checked ~ .learn_lead label:nth-child(3)::after,
.welcome_section input:nth-of-type(4):checked ~ .learn_lead label:nth-child(4)::after,
.welcome_section input:nth-of-type(5):checked ~ .learn_lead label:nth-child(5)::after,
.welcome_section input:nth-of-type(6):checked ~ .learn_lead label:nth-child(6)::after,
.welcome_section input:nth-of-type(7):checked ~ .learn_lead label:nth-child(7)::after,
.welcome_section input:nth-of-type(8):checked ~ .learn_lead label:nth-child(8)::after,
.welcome_section input:nth-of-type(9):checked ~ .learn_lead label:nth-child(9)::after,
.welcome_section input:nth-of-type(10):checked ~ .learn_lead label:nth-child(10)::after {
    transform: translateX(100%);
}.welcome_section input:nth-of-type(1):checked ~ .learn_lead label:nth-child(1),
.welcome_section input:nth-of-type(2):checked ~ .learn_lead label:nth-child(2),
.welcome_section input:nth-of-type(3):checked ~ .learn_lead label:nth-child(3),
.welcome_section input:nth-of-type(4):checked ~ .learn_lead label:nth-child(4),
.welcome_section input:nth-of-type(5):checked ~ .learn_lead label:nth-child(5),
.welcome_section input:nth-of-type(6):checked ~ .learn_lead label:nth-child(6),
.welcome_section input:nth-of-type(7):checked ~ .learn_lead label:nth-child(7),
.welcome_section input:nth-of-type(8):checked ~ .learn_lead label:nth-child(8),
.welcome_section input:nth-of-type(9):checked ~ .learn_lead label:nth-child(9),
.welcome_section input:nth-of-type(10):checked ~ .learn_lead label:nth-child(10) {
    background: rgb(118,135,185);
    width: 60px;
    opacity: 1;
}.welcome_section input:checked ~ .fast_skill .learn_welcome img {
    transform: scale(1);
}


@media (max-width: 1199px) {.welcome_section .text_wrap .container {
    max-width: 960px;
}
}

@media (max-width: 991px) {.welcome_section .impact_facts {
    height: 80vh;
}.welcome_section .skill_upfast {
    height: 80vh;
}.welcome_section .text_wrap {
    padding-bottom: 6rem;
}.welcome_section .text_wrap .container {
    max-width: 720px;
}.welcome_section .text_wrap .container::before {
    height: 70px;
}.welcome_section .text_wrap h1 {
    font-size: calc(45px * 0.9);
}.welcome_section .text_wrap h3 {
    font-size: calc(21px * 0.9);
}.welcome_section input:nth-of-type(n):checked ~ .learn_lead label:nth-child(n) {
    width: 50px;
}
}

@media (max-width: 767px) {.welcome_section .impact_facts {
    height: 70vh;
}.welcome_section .skill_upfast {
    height: 70vh;
}.welcome_section .text_wrap {
    padding-bottom: 5rem;
}.welcome_section .text_wrap .container {
    padding: 1.5rem;
    max-width: 540px;
}.welcome_section .text_wrap .container::before {
    height: 60px;
    left: 20px;
}.welcome_section .text_wrap h1 {
    padding-left: 40px;
    font-size: calc(45px * 0.85);
}.welcome_section .text_wrap h3 {
    font-size: calc(21px * 0.85);
    padding-left: 40px;
}.welcome_section .text_wrap p {
    padding-left: 40px;
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.welcome_section .learn_lead {
    gap: 5px;
    bottom: 25px;
}.welcome_section .learn_lead label {
    width: 35px;
    height: 4px;
}.welcome_section input:nth-of-type(n):checked ~ .learn_lead label:nth-child(n) {
    width: 45px;
}
}

@media (max-width: 575px) {.welcome_section .impact_facts {
    height: 60vh;
}.welcome_section .skill_upfast {
    height: 60vh;
}.welcome_section .text_wrap {
    padding-bottom: 4.5rem;
}.welcome_section .text_wrap .container {
    padding: 1rem;
}.welcome_section .text_wrap .container::before {
    height: 50px;
    left: 15px;
}.welcome_section .text_wrap h1 {
    margin-bottom: 0.75rem;
    font-size: calc(45px * 0.8);
    padding-left: 30px;
}.welcome_section .text_wrap h3 {
    font-size: calc(22px * 1.1);
    margin-bottom: 1rem;
    padding-left: 30px;
}.welcome_section .text_wrap p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
    padding-left: 30px;
}.welcome_section .learn_lead {
    bottom: 20px;
    gap: 4px;
}.welcome_section .learn_lead label {
    height: 3px;
    width: 30px;
}.welcome_section input:nth-of-type(n):checked ~ .learn_lead label:nth-child(n) {
    width: 40px;
}
}

@media (max-width: 480px) {.welcome_section .impact_facts {
    height: 55vh;
}.welcome_section .skill_upfast {
    height: 55vh;
}.welcome_section .text_wrap {
    padding-bottom: 4rem;
}.welcome_section .text_wrap .container::before {
    height: 40px;
    left: 12px;
}.welcome_section .text_wrap h1 {
    padding-left: 25px;
}.welcome_section .text_wrap h3 {
    padding-left: 25px;
}.welcome_section .text_wrap p {
    padding-left: 25px;
}
}

@media (max-height: 700px) and (min-width: 768px) {.welcome_section .impact_facts {
    height: 85vh;
}.welcome_section .skill_upfast {
    height: 85vh;
}
}

@media (max-height: 600px) {.welcome_section .impact_facts {
    height: 90vh;
}.welcome_section .skill_upfast {
    height: 90vh;
}
}

@media (orientation: landscape) and (max-height: 500px) {.welcome_section .impact_facts {
    height: 100vh;
}.welcome_section .skill_upfast {
    height: 100vh;
}}.company_info {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.company_info::before {
    height: 100%;
    content: '';
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
}.company_info::after {
    opacity: 0.15;
    width: 250px;
    position: absolute;
    transform: rotate(45deg);
    height: 250px;
    content: '';
    animation: float 15s infinite ease-in-out;
    right: -50px;
    top: -50px;
    background: rgb(199,181,170);
    z-index: 1;
}.company_info .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    perspective: 1000px;
    padding: 0 30px;
}.company_info .text_wrap {
    padding: 50px 60px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
                0 0 0 1px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.6);
    clip-path: polygon(
        0 0, 
        100% 0, 
        98% 98%, 
        2% 100%
    );
    transform: rotateY(-3deg) translateZ(0);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.92));
    transform-style: preserve-3d;
}.company_info .text_wrap:hover {
    transform: rotateY(0deg) translateZ(10px);
}.company_info h1 {
    margin-bottom: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateZ(30px);
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: rgb(199,181,170);
}.company_info h1::after {
    left: 0;
    height: 4px;
    bottom: -12px;
    position: absolute;
    width: 80px;
    transform: skewX(-20deg);
    content: '';
    background: linear-gradient(90deg, rgb(199,181,170), rgb(118,135,185));
}.company_info ul {
    padding: 0;
    transform: translateZ(15px);
    list-style: none;
    margin: 0;
}.company_info li {
    margin-bottom: 20px;
}.company_info li:last-child {
    margin-bottom: 0;
}.company_info h4 {
    margin-bottom: 15px;
    font-size: calc(24px + 2px);
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 600;
}.company_info h4::before {
    content: '';
    position: absolute;
    width: 12px;
    background: rgb(199,181,170);
    opacity: 0.8;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: -24px;
    height: 12px;
}.company_info span {
    line-height: 1.75;
    column-gap: 40px;
    display: block;
    position: relative;
    padding-left: 0;
    color: #000000;
    text-align: justify;
    columns: 1;
    font-family: Arial, sans-serif;
    font-size: 17px;
}

@media (min-width: 768px) {.company_info span {
    columns: 2;
}}

.company_info span::first-letter {
    font-weight: 700;
    font-size: 1.3em;
    color: rgb(199,181,170);
}

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

@media (max-width: 991px) {.company_info {
    padding: 90px 0;
}.company_info .text_wrap {
    transform: rotateY(-2deg) translateZ(0);
    padding: 40px 35px;
}.company_info h1 {
    margin-bottom: 30px;
    font-size: calc(48px - 4px);
}.company_info h1::after {
    width: 70px;
    height: 3px;
}
}

@media (max-width: 767px) {.company_info {
    padding: 70px 0;
}.company_info::after {
    width: 180px;
    height: 180px;
    top: -30px;
    right: -30px;
}.company_info .container {
    padding: 0 20px;
}.company_info .text_wrap {
    clip-path: polygon(
            0 0, 
            100% 0, 
            97% 97%, 
            3% 100%
        );
    padding: 35px 25px;
    transform: rotateY(0deg) translateZ(0);
}.company_info h1 {
    margin-bottom: 25px;
    font-size: calc(48px - 8px);
}.company_info h1::after {
    height: 3px;
    bottom: -10px;
    width: 60px;
}.company_info h4 {
    font-size: 24px;
    margin-bottom: 12px;
}.company_info h4::before {
    height: 10px;
    width: 10px;
    left: -20px;
}.company_info span {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.company_info {
    padding: 60px 0;
}.company_info::after {
    height: 130px;
    width: 130px;
}.company_info .text_wrap {
    padding: 30px 20px;
}.company_info h1 {
    font-size: calc(48px - 12px);
    margin-bottom: 20px;
}.company_info h1::after {
    height: 2px;
    bottom: -8px;
    width: 50px;
}.company_info h4 {
    margin-bottom: 10px;
    font-size: calc(24px - 2px);
}.company_info h4::before {
    height: 8px;
    left: -16px;
    width: 8px;
}.company_info span {
    font-size: calc(17px - 2px);
    line-height: 1.5;
}
}