* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.collab_net5471 {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.content-wrapper3260 {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    height: 14px;
    padding: 4px;
    width: 4px;
}::-webkit-scrollbar-track {
    border-radius: 9.9vw;
    margin: 5px 0;
    background: rgb(96,164,147);
}::-webkit-scrollbar-thumb {
    transition: box-shadow, border-radius, transform 2.8s ease-in-out;
    border: 2px dashed rgb(221,225,228);
    border-radius: 0.7rem;
    background: linear-gradient(128deg, rgb(96,164,147,0.5) 1%, rgb(156,180,191,0.5) 10%, rgb(221,225,228) 44%);
    min-height: 30px;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -5px 1px 9px 7px rgba(0, 0, 0, 0.8);
    background: rgb(221,225,228);
    border-color: rgb(96,164,147);
}html {
    scrollbar-color: rgb(156,180,191) rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
}.container {
    width: 1195px;
    margin: auto;
    max-width: 100%;
}.head_learn4973 {
    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;
}}
.learning_impact0385 {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    margin: 40px 0;
    background: linear-gradient(135deg, rgb(221,225,228) 0%, rgba(rgb(156,180,191,0.5), 0.05) 100%);
}.learning_impact0385::before {
    opacity: 0.08;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgb(156,180,191,0.5) 0%, transparent 70%),
        radial-gradient(circle at 90% 80%, rgb(96,164,147,0.5) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}.learning_impact0385::after {
    right: -50%;
    height: 100%;
    opacity: 0.05;
    width: 100%;
    z-index: 0;
    transform: rotate(45deg);
    top: -50%;
    background: linear-gradient(45deg, transparent 45%, rgb(156,180,191,0.5) 100%);
    content: '';
    position: absolute;
}.learning_impact0385 .container {
    flex-direction: column;
    display: flex;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    gap: 40px;
    padding: 0 20px;
}.learning_impact0385 .img_hover_box6758 {
    max-height: 400px;
    transform: perspective(1000px) rotateY(-2deg);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
}.learning_impact0385 .img_hover_box6758:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.learning_impact0385 .learn_way6247 {
    transform: translateY(-20px);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    background: #ffffff;
    padding: 30px;
    position: relative;
}.learning_impact0385 .learn_way6247::before {
    width: 5px;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgb(156,180,191), rgb(96,164,147));
    height: 100%;
    top: 0;
    left: 0;
}.learning_impact0385 .prose_block0512 {
    position: relative;
}.learning_impact0385 h1 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 37px;
    position: relative;
    line-height: 1.3;
    font-weight: 700;
}.learning_impact0385 h1::after {
    width: 80px;
    left: 0;
    content: '';
    transform-origin: left;
    animation: expand 0.8s ease-out forwards;
    height: 3px;
    background: rgb(156,180,191);
    position: absolute;
    bottom: -10px;
}.learning_impact0385 ul {
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}.learning_impact0385 li {
    padding: 10px 0;
    transform: translateX(0);
    transition: transform 0.3s ease;
    position: relative;
}.learning_impact0385 li:hover {
    transform: translateX(5px);
}.learning_impact0385 li p {
    font-size: 12px;
    color: #000000;
    align-items: flex-start;
    line-height: 1.6;
    display: flex;
    gap: 15px;
    margin: 0;
}.learning_impact0385 li svg {
    width: 24px;
    transform: scale(1);
    height: 24px;
    transition: transform 0.3s ease;
    margin-top: 3px;
    flex-shrink: 0;
}.learning_impact0385 li:hover svg {
    transform: scale(1.15);
}.learning_impact0385 svg path {
    fill: rgb(156,180,191);
    transition: fill 0.3s ease;
}.learning_impact0385 li:hover svg path {
    fill: rgb(96,164,147);
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

@media (min-width: 768px) {.learning_impact0385 .container {
    flex-direction: row;
    align-items: center;
}.learning_impact0385 .img_hover_box6758 {
    transform: perspective(1000px) rotateY(-5deg);
    max-height: 500px;
    width: 45%;
}.learning_impact0385 .learn_way6247 {
    width: 55%;
    margin-left: -50px;
    transform: translateY(0);
    z-index: 2;
}.learning_impact0385 h1 {
    font-size: 44px;
}
}

@media (min-width: 992px) {.learning_impact0385 {
    padding: 120px 0;
}.learning_impact0385 .img_hover_box6758 {
    transform: perspective(1200px) rotateY(-8deg);
}.learning_impact0385 .learn_way6247 {
    padding: 40px 50px;
    margin-left: -80px;
}.learning_impact0385 ul {
    grid-template-columns: repeat(2, 1fr);
}.learning_impact0385 h1::after {
    width: 100px;
}
    
    @keyframes expand {
        0% { width: 0; }
        100% { width: 100px; }
    }
}

@media (max-width: 767px) {.learning_impact0385 {
    padding: 60px 0;
}.learning_impact0385 .learn_way6247 {
    padding: 25px 20px;
}.learning_impact0385 h1 {
    font-size: calc(37px * 0.9);
    margin-bottom: 25px;
}.learning_impact0385 ul {
    gap: 15px;
    grid-template-columns: 1fr;
}.learning_impact0385 li p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.learning_impact0385 {
    padding: 40px 0;
}.learning_impact0385 .img_hover_box6758 {
    max-height: 300px;
}.learning_impact0385 .learn_way6247 {
    padding: 20px 15px;
}.learning_impact0385 h1 {
    font-size: calc(37px * 0.85);
    margin-bottom: 20px;
}.learning_impact0385 li svg {
    height: 20px;
    width: 20px;
}}.price_list4580 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.price_list4580::before {
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(156,180,191,0.5), rgba(0, 0, 0, 0.5) 85%);
    position: absolute;
    content: "";
    z-index: 1;
    right: 0;
}.price_list4580 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.price_list4580 .value_deals7384 {
    position: relative;
}.price_list4580 h2 {
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 20px;
    font-size: 32px;
}.price_list4580 h2::after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(156,180,191), rgb(96,164,147));
    height: 4px;
}.price_list4580 .learning_deals8207 {
    line-height: 1.6;
    max-width: 700px;
    color: #ffffff;
    opacity: 0.9;
    margin: 0 auto 50px;
    padding: 0 15px;
    text-align: center;
    font-size: 12px;
}.price_list4580 .price_plan5487 {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
    gap: 30px;
}.price_list4580 .price_plan5487 li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.price_list4580 .pricing_block5192 {
    text-decoration: none;
    display: block;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    transform-style: preserve-3d;
}.price_list4580 .rate_card7935 {
    backdrop-filter: blur(10px);
    flex-direction: column;
    position: relative;
    min-height: 400px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
    height: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}.price_list4580 .rate_card7935::before {
    position: absolute;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    width: 100%;
    top: 0;
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(156,180,191), rgb(96,164,147));
    left: 0;
}.price_list4580 .edu_packages1892 {
    z-index: 2;
    flex-direction: column;
    flex: 1;
    position: relative;
    display: flex;
    padding: 30px;
}.price_list4580 .pricing_block5192 h4 {
    font-size: calc(21px + 2px);
    padding-bottom: 12px;
    color: #000000;
    position: relative;
    font-weight: 700;
    margin: 0 0 15px;
    transition: transform 0.4s ease;
}.price_list4580 .pricing_block5192 h4::after {
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    background-color: rgb(156,180,191);
    width: 40px;
    bottom: 0;
}.price_list4580 .pricing_block5192 p {
    margin-bottom: 20px;
    flex: 1;
    overflow-wrap: break-word;
    font-size: 12px;
    word-wrap: break-word;
    color: #000000;
    line-height: 1.7;
    hyphens: auto;
}.price_list4580 .program_fees0764 {
    transform: translateY(0);
    transition: transform 0.4s ease, color 0.3s ease;
    display: inline-flex;
    margin-top: auto;
    justify-content: center;
    border-radius: 10px;
    color: #000000;
    font-size: calc(21px + 4px);
    align-self: flex-start;
    font-weight: 700;
    padding: 10px 20px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), transparent);
    align-items: center;
}.price_list4580 .pricing_block5192:hover {
    transform: translateY(-10px) scale(1.02);
}.price_list4580 .pricing_block5192:hover .rate_card7935::before {
    transform: scaleX(1);
}.price_list4580 .pricing_block5192:hover h4 {
    transform: translateX(5px);
    color: rgb(156,180,191);
}.price_list4580 .pricing_block5192:hover h4::after {
    width: 60px;
}.price_list4580 .pricing_block5192:hover .program_fees0764 {
    transform: translateY(-5px);
    color: rgb(156,180,191);
}.price_list4580 .pricing_block5192:active {
    transition: transform 0.2s ease;
    transform: translateY(-5px) scale(0.98);
}

@media screen and (min-width: 1200px) {.price_list4580 .price_plan5487 {
    grid-template-columns: repeat(4, 1fr);
}.price_list4580 .rate_card7935 {
    min-height: 450px;
}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {.price_list4580 .price_plan5487 {
    grid-template-columns: repeat(2, 1fr);
}.price_list4580 .rate_card7935 {
    min-height: 420px;
}.price_list4580 {
    padding: 100px 0;
}
}

@media screen and (max-width: 767px) {.price_list4580 {
    padding: 80px 0;
}.price_list4580 .price_plan5487 {
    gap: 20px;
    grid-template-columns: 1fr;
}.price_list4580 .rate_card7935 {
    min-height: auto;
}.price_list4580 h2 {
    font-size: calc(32px - 4px);
}.price_list4580 .learning_deals8207 {
    margin-bottom: 30px;
}.price_list4580 .edu_packages1892 {
    padding: 25px 20px;
}.price_list4580 .pricing_block5192 p {
    overflow-y: auto;
    margin-bottom: 15px;
    max-height: 300px;
    font-size: calc(12px - 1px);
    padding-right: 5px;
}.price_list4580 .pricing_block5192 p::-webkit-scrollbar {
    width: 4px;
}.price_list4580 .pricing_block5192 p::-webkit-scrollbar-thumb {
    background-color: rgb(156,180,191,0.5);
    border-radius: 4px;
}
}

@media (prefers-reduced-motion: reduce) {.price_list4580 .pricing_block5192,
    .price_list4580 .pricing_block5192:hover,
    .price_list4580 h2,
    .price_list4580 .rate_card7935::before,
    .price_list4580 .pricing_block5192 h4,
    .price_list4580 .program_fees0764 {
    transition: none;
    transform: none;
}}.course_program_description0165 {
    background: rgb(221,225,228);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.course_program_description0165::before {
    background: 
        linear-gradient(135deg, rgb(156,180,191,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(96,164,147,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.4;
    z-index: 0;
}.course_program_description0165::after {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    animation: gridMove 20s linear infinite;
}.course_program_description0165 .container {
    position: relative;
    z-index: 1;
}.course_program_description0165 .learn_way6247 {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    min-height: 500px;
}.course_program_description0165 .img_hover_box6758 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}.course_program_description0165 .img_hover_box6758::before {
    width: 100%;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    mix-blend-mode: multiply;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}.course_program_description0165 .study_map3267 {
    grid-template-columns: 60% 40%;
    position: relative;
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
    width: 100%;
    gap: 30px;
    display: grid;
    grid-template-rows: auto auto 1fr;
    z-index: 2;
}.course_program_description0165 .first_pagebar6758 {
    width: 80px;
    grid-area: logo;
    background: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.1),
        0px 4px 10px rgb(156,180,191,0.5);
    margin-bottom: 20px;
    height: 80px;
    z-index: 10;
    justify-self: center;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 50%;
    justify-content: center;
}.course_program_description0165 .first_pagebar6758::before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: -8px;
    border-radius: 50%;
    right: -8px;
    background: conic-gradient(
        from 0deg, 
        rgb(156,180,191,0.5), 
        rgb(96,164,147,0.5), 
        rgb(156,180,191,0.5)
    );
    opacity: 0.6;
    animation: spin 10s linear infinite;
    z-index: -1;
    top: -8px;
}.course_program_description0165 .first_pagebar6758::after {
    top: -15px;
    animation: pulse 4s ease-in-out infinite;
    right: -15px;
    bottom: -15px;
    border: 1px solid rgb(156,180,191,0.5);
    z-index: -2;
    left: -15px;
    content: "";
    border-radius: 50%;
    position: absolute;
    opacity: 0.3;
}.course_program_description0165 .first_pagebar6758:hover {
    box-shadow: 
        0px 15px 40px rgba(0, 0, 0, 0.15),
        0px 6px 15px rgb(156,180,191,0.5);
    transform: scale(1.1) rotate(5deg);
}.course_program_description0165 .first_pagebar6758 svg {
    height: 45px;
    width: 45px;
    transition: transform 0.5s ease;
}.course_program_description0165 .first_pagebar6758:hover svg {
    transform: rotate(-10deg);
}.course_program_description0165 .first_pagebar6758 svg path {
    fill: rgb(156,180,191);
    transition: fill 0.3s ease;
}.course_program_description0165 .first_pagebar6758:hover svg path {
    fill: rgb(96,164,147);
}.course_program_description0165 h3 {
    grid-area: title;
    font-size: 32px;
    color: #000000;
    margin: 0;
    transform: translateX(-5%);
    transition: all 0.5s ease;
    position: relative;
    background: #ffffff;
    font-weight: 700;
    padding: 30px 40px;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    z-index: 5;
    border-radius: 0 27px 27px 0;
}.course_program_description0165 h3::before {
    border-radius: 0 10px 10px 0;
    position: absolute;
    z-index: -1;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    content: "";
    border: 1px dashed rgb(156,180,191,0.5);
    left: 10px;
    opacity: 0.5;
    top: 10px;
    right: 10px;
    bottom: 10px;
}.course_program_description0165 h3::after {
    transition: width 0.4s ease;
    content: "";
    position: absolute;
    height: 3px;
    bottom: 15px;
    background: linear-gradient(90deg, rgb(156,180,191), rgb(96,164,147));
    left: 40px;
    width: 60px;
    border-radius: 10px;
}.course_program_description0165 .study_map3267:hover h3 {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0%);
}.course_program_description0165 .study_map3267:hover h3::after {
    width: 100px;
}.course_program_description0165 p {
    z-index: 4;
    background: #ffffff;
    transform: translateX(-10%);
    border-radius: 0 27px 27px 0;
    color: #000000;
    font-size: 16px;
    transition: all 0.5s ease 0.1s;
    margin: 0;
    grid-area: desc;
    position: relative;
    line-height: 1.8;
    padding-right: 70px;
    padding: 35px 40px;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}.course_program_description0165 p::before {
    z-index: -1;
    opacity: 0.5;
    left: 10px;
    position: absolute;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    content: "";
    border-radius: 0 10px 10px 0;
    border: 1px dashed rgb(96,164,147,0.5);
    right: 10px;
    bottom: 10px;
    top: 10px;
}.course_program_description0165 .study_map3267:hover p {
    transform: translateX(-5%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}.course_program_description0165 .img_hover_box6758::after {
    opacity: 0.5;
    mix-blend-mode: multiply;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    width: 100%;
    transition: opacity 0.5s ease;
}.course_program_description0165 .study_map3267::after {
    background: inherit;
    transition: all 0.5s ease 0.1s;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    background-size: cover;
    border-radius: 27px 0 0 27px;
    height: 100%;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2;
    transform: translateX(15%);
    position: relative;
    grid-area: photo2;
    background-position: center bottom;
    content: "";
}.course_program_description0165 .study_map3267:hover::before {
    transform: translateX(5%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}.course_program_description0165 .study_map3267:hover::after {
    transform: translateX(10%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course_program_description0165 {
    padding: 80px 0;
}.course_program_description0165 .study_map3267 {
    grid-template-columns: 55% 45%;
    gap: 25px;
}.course_program_description0165 h3 {
    padding: 25px 35px;
    font-size: calc(32px - 2px);
}.course_program_description0165 p {
    padding: 30px 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.course_program_description0165 {
    padding: 70px 0;
}.course_program_description0165 .learn_way6247 {
    min-height: auto;
}.course_program_description0165 .study_map3267 {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto 250px;
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
}.course_program_description0165 h3 {
    font-size: calc(32px - 4px);
    transform: none;
    padding: 25px 30px;
    border-radius: 27px;
    clip-path: none;
}.course_program_description0165 h3::before {
    clip-path: none;
    border-radius: 10px;
}.course_program_description0165 p {
    padding: 25px 30px;
    transform: none;
    border-radius: 27px;
    clip-path: none;
}.course_program_description0165 p::before {
    clip-path: none;
    border-radius: 10px;
}.course_program_description0165 .study_map3267::before,
    .course_program_description0165 .study_map3267::after {
    height: 250px;
    border-radius: 27px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    transform: none;
}.course_program_description0165 .study_map3267::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course_program_description0165 .study_map3267:hover h3,
    .course_program_description0165 .study_map3267:hover p,
    .course_program_description0165 .study_map3267:hover::before,
    .course_program_description0165 .study_map3267:hover::after {
    transform: none;
}.course_program_description0165 .first_pagebar6758 {
    margin-bottom: 15px;
    height: 70px;
    width: 70px;
}.course_program_description0165 .first_pagebar6758 svg {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 767px) {.course_program_description0165 {
    padding: 60px 0;
}.course_program_description0165 .learn_way6247 {
    min-height: auto;
}.course_program_description0165 .study_map3267 {
    grid-template-rows: auto auto auto 200px;
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-areas: 
            "logo"
            "title"
            "desc"
            "photo1";
}.course_program_description0165 h3 {
    font-size: calc(32px - 6px);
    border-radius: 27px;
    padding: 20px 25px;
    transform: none;
    clip-path: none;
}.course_program_description0165 h3::before {
    display: none;
}.course_program_description0165 h3::after {
    bottom: 10px;
    left: 25px;
    height: 2px;
    width: 50px;
}.course_program_description0165 p {
    padding: 20px 25px;
    clip-path: none;
    transform: none;
    border-radius: 27px;
    font-size: calc(16px - 1px);
    line-height: 1.6;
}.course_program_description0165 p::before {
    display: none;
}.course_program_description0165 .study_map3267::before {
    height: 200px;
    transform: none;
    border-radius: 27px;
    clip-path: none;
}.course_program_description0165 .study_map3267::after {
    display: none;
}.course_program_description0165 .study_map3267:hover h3,
    .course_program_description0165 .study_map3267:hover p,
    .course_program_description0165 .study_map3267:hover::before {
    transform: none;
}.course_program_description0165 .first_pagebar6758 {
    height: 60px;
    margin-bottom: 10px;
    width: 60px;
}.course_program_description0165 .first_pagebar6758::before,
    .course_program_description0165 .first_pagebar6758::after {
    display: none;
}.course_program_description0165 .first_pagebar6758 svg {
    width: 35px;
    height: 35px;
}}.appDiv2496 {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(221,225,228) 0%, rgb(96,164,147,0.5) 100%);
    position: relative;
}.appDiv2496::before {
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(156,180,191,0.5) 0px,
        rgb(156,180,191,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    transform: perspective(1000px) rotateX(5deg);
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.1;
}.appDiv2496::after {
    content: "";
    bottom: -50px;
    transform: rotate(15deg);
    background: rgb(156,180,191);
    border-radius: 100px;
    width: 300px;
    animation: float 15s ease-in-out infinite;
    height: 300px;
    right: -50px;
    z-index: 0;
    position: absolute;
    opacity: 0.1;
}.appDiv2496 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
}.appDiv2496 h2 {
    transform: translateZ(20px);
    margin-bottom: 40px;
    font-size: 37px;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: relative;
}.appDiv2496 h2::after {
    animation: pulse 3s infinite alternate;
    left: 0;
    height: 4px;
    transform: translateZ(30px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    width: 80px;
    position: absolute;
    content: "";
    bottom: -15px;
    background: rgb(156,180,191);
}.appDiv2496 .learn_way6247 {
    padding: 40px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    border-radius: 8px;
    background: #ffffff;
}.appDiv2496 .learn_way6247::before {
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(156,180,191) 0%, rgb(96,164,147) 100%);
    top: 0;
}.appDiv2496 .learn_way6247:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.appDiv2496 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.appDiv2496 li {
    padding-left: 25px;
    position: relative;
}.appDiv2496 li::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    animation: spin 12s linear infinite;
    top: 8px;
    background: rgb(156,180,191);
    transform: rotate(45deg);
    left: 0;
}.appDiv2496 span {
    font-family: Arial, sans-serif;
    display: block;
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
    z-index: 2;
    position: relative;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.appDiv2496 {
    padding: 90px 0;
}.appDiv2496 h2 {
    font-size: calc(37px * 0.9);
}.appDiv2496 .learn_way6247 {
    padding: 30px;
}
}

@media (max-width: 768px) {.appDiv2496 {
    padding: 70px 0;
}.appDiv2496 h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.appDiv2496 h2::after {
    width: 60px;
}.appDiv2496 .learn_way6247 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 25px;
}.appDiv2496 span {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.appDiv2496 {
    padding: 50px 0;
}.appDiv2496 h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 25px;
}.appDiv2496 h2::after {
    height: 3px;
    width: 50px;
}.appDiv2496 .learn_way6247 {
    transform: none;
    padding: 20px;
}.appDiv2496 li {
    padding-left: 20px;
}.appDiv2496 span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}.try_immediately7048 {
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(96,164,147) 0%, rgb(156,180,191) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.try_immediately7048::before {
    z-index: -1;
    left: -20%;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
    top: -50%;
    position: absolute;
    transform: rotate(25deg);
    width: 80%;
    height: 200%;
    content: "";
}.try_immediately7048::after {
    height: 250px;
    right: -50px;
    position: absolute;
    animation: pulse 8s infinite alternate ease-in-out;
    content: "";
    width: 250px;
    bottom: -50px;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(156,180,191,0.5) 0%, transparent 70%);
}.try_immediately7048 .container {
    align-items: center;
    display: flex;
    z-index: 2;
    position: relative;
    transform-origin: center center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1140px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
}.try_immediately7048 .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.try_immediately7048 h6 {
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s ease-out;
    max-width: 80%;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    font-size: calc(22px * 1.2);
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-weight: 700;
}.try_immediately7048 h6::after {
    width: 80px;
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    background: #ffffff;
    position: absolute;
    opacity: 0.7;
    left: 50%;
    content: "";
}.try_immediately7048 div div {
    display: flex;
    justify-content: center;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
}.try_immediately7048 div div span {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease;
    margin-top: 10px;
}.try_immediately7048 div div span:hover {
    transform: translateY(-5px);
}.try_immediately7048 .message_list6189 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    z-index: 1;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    color: rgb(96,164,147);
}.try_immediately7048 .message_list6189::before {
    background: linear-gradient(to right, rgb(96,164,147), rgb(156,180,191));
    opacity: 0;
    content: "";
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
}.try_immediately7048 .message_list6189:hover {
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}.try_immediately7048 .message_list6189:hover::before {
    opacity: 1;
    transform-origin: left;
    transform: scaleX(1);
}.try_immediately7048 .message_list6189 span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}.try_immediately7048 .message_list6189:hover span {
    transform: translateX(5px);
}

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.4;
    }
}

@media (max-width: 991px) {.try_immediately7048 {
    padding: 4rem 1.5rem;
}.try_immediately7048 h6 {
    font-size: calc(22px * 1.1);
    max-width: 90%;
}.try_immediately7048 .message_list6189 {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 767px) {.try_immediately7048 {
    padding: 3.5rem 1rem;
}.try_immediately7048 h6 {
    max-width: 100%;
    font-size: 22px;
    margin-bottom: 2rem;
}.try_immediately7048 h6::after {
    width: 60px;
    bottom: -12px;
}.try_immediately7048 .message_list6189 {
    padding: 0.8rem 1.8rem;
    font-size: calc(20px * 0.95);
}.try_immediately7048::before {
    width: 100%;
    left: -30%;
}
}

@media (max-width: 575px) {.try_immediately7048 {
    padding: 3rem 0.8rem;
}.try_immediately7048 .container {
    transform: perspective(1000px) rotateX(1deg);
}.try_immediately7048 h6 {
    line-height: 1.4;
    margin-bottom: 1.8rem;
    font-size: calc(22px * 0.9);
}.try_immediately7048 h6::after {
    height: 2px;
    bottom: -10px;
    width: 50px;
}.try_immediately7048 .message_list6189 {
    font-size: calc(20px * 0.9);
    padding: 0.7rem 1.5rem;
}}footer {
    width: 100%;
    position: relative;
    z-index: 1;
}.collab_net5471 {
    background: linear-gradient(135deg, #000000, rgb(96,164,147));
    position: relative;
    padding: 80px 0 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.collab_net5471::before {
    bottom: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    background: radial-gradient(circle at 10% 20%, rgb(96,164,147,0.5) 0%, transparent 50%);
}.collab_net5471::after {
    position: absolute;
    top: 0;
    content: "";
    pointer-events: none;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(156,180,191,0.5) 70%, transparent 100%);
    animation: shiftGradient 15s infinite linear;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.collab_net5471 .container {
    z-index: 2;
    position: relative;
}footer .reg_remind1956 {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}footer .quick_help2819 {
    flex-wrap: wrap;
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    gap: 20px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    padding: 25px;
    backdrop-filter: blur(8px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
}footer .quick_help2819:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    display: flex;
    align-items: center;
    flex: 1 1 220px;
}footer .info_item svg {
    height: 20px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgb(156,180,191,0.5));
    width: 20px;
    fill: rgb(156,180,191);
    margin-right: 12px;
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(156,180,191,0.5);
    color: rgb(156,180,191);
}footer .text_main_holder {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
}footer .first_pagebar6758 {
    align-items: flex-start;
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .first_pagebar6758 svg {
    margin-bottom: 10px;
    width: auto;
    height: 50px;
    filter: drop-shadow(0 0 5px rgb(156,180,191,0.5));
    transition: filter 0.3s ease;
}footer .first_pagebar6758:hover svg {
    filter: drop-shadow(0 0 8px rgb(156,180,191));
}footer .netiquette9058 {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.8;
    max-width: 300px;
}footer .header_lead3629 {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
    padding: 25px;
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.03);
}footer .header_lead3629:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .header_lead3629::before {
    transition: opacity 0.5s ease;
    content: "";
    right: -2px;
    top: -2px;
    bottom: -2px;
    border-radius: calc(27px + 2px);
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: -2px;
    background: linear-gradient(45deg, rgb(156,180,191), transparent, rgb(96,164,147), transparent);
}footer .header_lead3629:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .header_lead3629 h5 {
    position: relative;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 21px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}footer .header_lead3629 h5::after {
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    bottom: -1px;
    content: "";
    height: 2px;
    width: 50px;
    background: rgb(156,180,191);
}footer .header_lead3629:hover h5::after {
    width: 100px;
}footer .nav_learn4093 {
    gap: 10px;
    display: flex;
    margin-bottom: 25px;
    flex-direction: column;
}footer .nav_learn4093 a {
    font-weight: 400;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: calc(18px - 1px);
    position: relative;
    text-decoration: none;
    color: #ffffff;
    padding-left: 15px;
}footer .nav_learn4093 a::before {
    top: 50%;
    position: absolute;
    background-color: rgb(156,180,191);
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    transform: translateY(-50%) scale(0.8);
    content: "";
    opacity: 0.7;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}footer .nav_learn4093 a:hover {
    padding-left: 20px;
    color: rgb(156,180,191);
}footer .nav_learn4093 a:hover::before {
    transform: translateY(-50%) scale(1);
    background-color: rgb(156,180,191);
    box-shadow: 0 0 5px rgb(156,180,191), 0 0 10px rgb(156,180,191,0.5);
    opacity: 1;
}footer .subscribe_holder {
    padding: 30px;
    border-radius: 27px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(96,164,147,0.5), #000000);
    overflow: hidden;
}footer .subscribe_holder::before {
    position: absolute;
    animation: pulseBackground 10s infinite ease-in-out;
    height: 200%;
    top: -50%;
    content: "";
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    z-index: -1;
    width: 200%;
    left: -50%;
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}footer .subscribe_holder h5::after {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(156,180,191), transparent);
    content: "";
}footer .subscribe_holder p {
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 18px;
}footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 18px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(156,180,191);
    outline: none;
    box-shadow: 0 0 10px rgb(156,180,191,0.5);
    background: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .email_cta1357 {
    text-align: center;
    transition: all 0.3s ease;
    background: rgb(156,180,191);
    display: inline-block;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    padding: 14px 24px;
    border: none;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}footer .email_cta1357::before {
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
}footer .email_cta1357:hover {
    transform: translateY(-3px);
    background: rgb(96,164,147);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .email_cta1357:hover::before {
    left: 100%;
}footer .reward_sys5923 {
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}footer .app_store4802 {
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.7;
    font-size: 16px;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .email_cta1357 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .reg_remind1956 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .quick_help2819 {
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .collab_net5471 {
    padding: 60px 0 30px;
}footer .quick_help2819 {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .header_lead3629, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .header_lead3629 h5 {
    font-size: calc(21px - 2px);
}footer .subscribe_holder p, footer .nav_learn4093 a {
    font-size: calc(18px - 2px);
}footer .reward_sys5923 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .collab_net5471 {
    padding: 40px 0 20px;
}footer .quick_help2819, footer .header_lead3629, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .email_cta1357 {
    padding: 12px;
}footer .first_pagebar6758 svg {
    height: 40px;
}footer .netiquette9058 {
    font-size: calc(16px - 1px);
}}.company_overview5176 {
    padding: 0;
    z-index: 1;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.company_overview5176::before {
    top: 0;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(156,180,191) 0%, rgba(0, 0, 0, 0.8) 100%);
    position: absolute;
    opacity: 0.85;
    transition: opacity 0.5s ease-out;
    left: 0;
    content: "";
    height: 100%;
}.company_overview5176::after {
    left: 0;
    bottom: -5px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    animation: shimmer 8s infinite linear;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    background: linear-gradient(90deg, rgb(96,164,147) 0%, rgb(156,180,191) 50%, rgb(96,164,147) 100%);
    height: 10px;
}.company_overview5176 .container {
    transform: translateZ(0);
    max-width: 1200px;
    padding: 7% 5% 10%;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.company_overview5176 .prose_block0512 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(5px);
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border-left: 4px solid rgb(96,164,147);
    padding: 3rem;
}.company_overview5176 .prose_block0512:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(255, 255, 255, 0.15);
}.company_overview5176 h1 {
    margin: 0 0 2rem;
    text-transform: uppercase;
    animation: slideInTitle 0.8s 0.2s forwards ease-out;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    transform: translateX(-10px);
    padding-bottom: 1rem;
    font-size: calc(39px * 1.2);
    opacity: 0;
    letter-spacing: 0.05em;
}.company_overview5176 h1::after {
    content: "";
    left: 0;
    background: rgb(96,164,147);
    bottom: 0;
    transform-origin: left;
    position: absolute;
    width: 60px;
    animation: growLine 0.6s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 4px;
    transform: scaleX(0);
}.company_overview5176 ul {
    padding: 0;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    margin: 0;
    list-style: none;
    opacity: 0;
}.company_overview5176 li {
    margin-bottom: 1.5rem;
}.company_overview5176 h4 {
    display: inline-flex;
    font-weight: 600;
    font-size: calc(21px * 1.15);
    color: rgb(96,164,147);
    align-items: center;
    transform: translateY(10px);
    position: relative;
    padding-left: 1.5rem;
    margin: 0 0 1rem;
    animation: slideUp 0.6s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    opacity: 0;
}.company_overview5176 h4::before {
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    width: 8px;
    top: 50%;
    background: rgb(96,164,147);
    left: 0;
    position: absolute;
}.company_overview5176 span {
    display: block;
    font-size: 12px;
    animation: slideUp 0.8s 1.2s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    line-height: 1.8;
    transform: translateY(15px);
    margin-left: 1.5rem;
    padding-left: 1rem;
    opacity: 0;
    color: rgba(255, 255, 255, 0.9);
}

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

@keyframes growLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

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

@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}

@media (max-width: 1200px) {.company_overview5176 .container {
    padding: 8% 5%;
}.company_overview5176 .prose_block0512 {
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.company_overview5176 h1 {
    font-size: calc(39px * 1.1);
}.company_overview5176 .prose_block0512 {
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.company_overview5176 .container {
    padding: 10% 5%;
}.company_overview5176 .prose_block0512 {
    transform: none;
    padding: 2rem;
}.company_overview5176 h1 {
    font-size: 39px;
    margin-bottom: 1.5rem;
}.company_overview5176 span {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.company_overview5176 .container {
    padding: 15% 5%;
}.company_overview5176 .prose_block0512 {
    border-left-width: 3px;
    padding: 1.5rem;
}.company_overview5176 h1 {
    font-size: calc(39px * 0.9);
}.company_overview5176 h4 {
    font-size: 21px;
}.company_overview5176 span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    margin-left: 0.5rem;
}
}

@media (hover: hover) {.company_overview5176:hover::before {
    opacity: 0.9;
}
}

@media (prefers-reduced-motion) {.company_overview5176 .prose_block0512,
    .company_overview5176 .prose_block0512:hover,
    .company_overview5176 h1,
    .company_overview5176 h1::after,
    .company_overview5176 ul,
    .company_overview5176 h4,
    .company_overview5176 span {
    transform: none;
    animation: none;
    opacity: 1;
}.company_overview5176 h1::after {
    transform: scaleX(1);
}.company_overview5176::after {
    animation: none;
}}.sign_up1576 {
    background: linear-gradient(135deg, rgb(96,164,147) 0%, rgb(156,180,191) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
    z-index: 1;
}.sign_up1576::before {
    left: 0;
    z-index: -1;
    background: repeating-linear-gradient(45deg, rgba(255,255,255,0.03), rgba(255,255,255,0.03) 2px, transparent 2px, transparent 8px);
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
}.sign_up1576::after {
    width: 300px;
    right: -5%;
    z-index: -1;
    animation: pulse 8s infinite alternate ease-in-out;
    border-radius: 50%;
    height: 300px;
    background: radial-gradient(circle, rgb(156,180,191,0.5) 0%, transparent 70%);
    top: -10%;
    position: absolute;
    content: "";
}.sign_up1576 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.sign_up1576 .learn_way6247 {
    flex-direction: column;
    align-items: center;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    display: flex;
    padding: 2rem;
    justify-content: center;
    gap: 2rem;
}.sign_up1576 .learn_way6247::before {
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    opacity: 0.08;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    transform: translateZ(-10px);
    height: 100%;
    top: 0;
}.sign_up1576 h4 {
    font-weight: 600;
    transform: translateY(0);
    max-width: 800px;
    line-height: 1.4;
    z-index: 2;
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    text-align: center;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 0;
}.sign_up1576 h4::after {
    height: 3px;
    bottom: -12px;
    content: "";
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    background: #ffffff;
    opacity: 0.5;
}.sign_up1576 .input_holder {
    max-width: 600px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
    width: 100%;
    gap: 1rem;
}.sign_up1576 .input_holder span {
    position: relative;
    flex: 1 1 250px;
}.sign_up1576 .input_holder span:first-child {
    flex: 1 1 350px;
}.sign_up1576 input[type="email"] {
    transition: all 0.3s ease;
    font-weight: 400;
    backdrop-filter: blur(5px);
    width: 100%;
    padding: 1rem 1.5rem;
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.3);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
}.sign_up1576 input[type="email"]:focus {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.15);
    border-color: #ffffff;
    outline: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}.sign_up1576 input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    transition: opacity 0.3s ease;
    opacity: 1;
}.sign_up1576 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.sign_up1576 .email_cta1357 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    background: #ffffff;
    font-size: 16px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    color: rgb(96,164,147);
    padding: 1rem 1.5rem;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}.sign_up1576 .email_cta1357::before {
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.5s ease;
    height: 100%;
    left: -100%;
    content: "";
}.sign_up1576 .email_cta1357:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
    background: #ffffff;
    color: rgb(156,180,191);
}.sign_up1576 .email_cta1357:hover::before {
    left: 100%;
}.sign_up1576 .email_cta1357:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transform: translateY(0);
}

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

@media (min-width: 768px) {.sign_up1576 {
    padding: 5rem 2rem;
}.sign_up1576 .learn_way6247 {
    gap: 3rem;
    flex-direction: row;
    justify-content: space-between;
}.sign_up1576 .learn_way6247 > div {
    flex: 1 1 50%;
    text-align: left;
}.sign_up1576 h4 {
    text-align: left;
}.sign_up1576 h4::after {
    transform: none;
    left: 0;
}.sign_up1576 .input_holder {
    flex: 1 1 50%;
    justify-content: flex-end;
}
}

@media (max-width: 767px) {.sign_up1576 .learn_way6247::before {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.sign_up1576 .learn_way6247 {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 480px) {.sign_up1576 {
    padding: 3rem 1rem;
}.sign_up1576 h4 {
    font-size: 1.2rem;
}.sign_up1576 .input_holder span {
    flex: 1 1 100%;
}.sign_up1576 input[type="email"],
    .sign_up1576 .email_cta1357 {
    padding: 0.875rem 1.25rem;
}}.secure_oasis7302 {
    background: rgb(221,225,228);
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 5rem 2rem;
}.secure_oasis7302::before {
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(96,164,147,0.5), 0.03) 0%,
        rgba(rgb(96,164,147,0.5), 0.08) 60%, 
        rgba(rgb(96,164,147,0.5), 0.15) 100%);
    width: 100%;
    content: "";
    z-index: 0;
    position: absolute;
}.secure_oasis7302::after {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 200px;
    height: 200px;
    transform: rotate(-15deg);
    right: -40px;
    content: "";
    top: -40px;
    filter: blur(20px);
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(to bottom right, 
        rgb(96,164,147) 0%, 
        transparent 70%);
    z-index: 1;
}.secure_oasis7302 .container {
    max-width: 1140px;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0.5deg);
    transform-origin: left center;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 3px 14px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 3rem;
    z-index: 2;
    position: relative;
    border-left: 4px solid rgb(156,180,191);
    transition: transform 0.5s ease-out;
}.secure_oasis7302 .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.secure_oasis7302 h1 {
    position: relative;
    border-bottom: 1px solid rgba(rgb(96,164,147,0.5), 0.2);
    color: #000000;
    letter-spacing: -0.02em;
    padding-bottom: 1.5rem;
    margin: 0 0 2.5rem 0;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}.secure_oasis7302 h1::before {
    content: "";
    height: 3px;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 30%;
    transform-origin: left;
    transform: scaleX(1);
    position: absolute;
    background: linear-gradient(90deg, rgb(156,180,191), rgb(96,164,147));
    left: 0;
    bottom: -1px;
}.secure_oasis7302 h1:hover::before {
    transform: scaleX(1.2);
}.secure_oasis7302 h2 {
    position: relative;
    padding-left: 1.2rem;
    font-size: 38px;
    color: #000000;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
}.secure_oasis7302 h2::before {
    position: absolute;
    content: "";
    width: 4px;
    left: 0;
    border-radius: 2px;
    height: calc(100% - 1rem);
    top: 0.5rem;
    background: rgb(96,164,147);
}.secure_oasis7302 h3 {
    font-weight: 600;
    margin: 2.5rem 0 1.2rem;
    color: #000000;
    border-bottom: 1px dashed rgba(rgb(96,164,147,0.5), 0.2);
    font-size: calc(38px * 0.8);
    padding-bottom: 0.8rem;
}.secure_oasis7302 h4 {
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.7);
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.01em;
}.secure_oasis7302 p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 1.8;
    max-width: 95%;
}.secure_oasis7302 strong {
    color: rgb(156,180,191);
    font-weight: 600;
}.secure_oasis7302 span {
    padding-left: 1rem;
    line-height: 1.7;
    border-left: 2px solid rgba(rgb(96,164,147,0.5), 0.3);
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 18px;
    display: block;
}.secure_oasis7302 ul {
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.2rem;
    list-style-type: none;
}.secure_oasis7302 li {
    position: relative;
    font-size: 18px;
    color: #000000;
    margin-bottom: 1.2rem;
    padding-left: 1.5rem;
    line-height: 1.7;
}.secure_oasis7302 li::before {
    opacity: 0.8;
    left: 0;
    height: 8px;
    width: 8px;
    top: 0.7rem;
    transition: transform 0.3s ease, background 0.3s ease;
    transform: rotate(45deg);
    background: rgb(96,164,147);
    position: absolute;
    content: "";
}.secure_oasis7302 li:hover::before {
    background: rgb(156,180,191);
    transform: rotate(135deg);
}

@media (max-width: 992px) {.secure_oasis7302 {
    padding: 4rem 1.5rem;
}.secure_oasis7302 .container {
    padding: 2.5rem 2rem;
    transform: perspective(800px) rotateY(0deg);
}.secure_oasis7302 h1 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
    padding-bottom: 1.2rem;
}.secure_oasis7302 h2 {
    font-size: calc(38px * 0.9);
    margin: 2.5rem 0 1.2rem;
}
}

@media (max-width: 768px) {.secure_oasis7302 {
    padding: 3rem 1rem;
}.secure_oasis7302 .container {
    padding: 2rem 1.5rem;
    border-left: 3px solid rgb(156,180,191);
}.secure_oasis7302 h1 {
    font-size: calc(38px * 0.8);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}.secure_oasis7302 h2 {
    font-size: calc(38px * 0.8);
    margin: 2rem 0 1rem;
    padding-left: 1rem;
}.secure_oasis7302 h3 {
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.7);
}.secure_oasis7302 h4 {
    font-size: calc(38px * 0.6);
}.secure_oasis7302 p, 
    .secure_oasis7302 span,
    .secure_oasis7302 li {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.secure_oasis7302 ul {
    padding-left: 0.5rem;
}.secure_oasis7302 li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.secure_oasis7302 {
    padding: 2rem 0.5rem;
}.secure_oasis7302 .container {
    padding: 1.5rem 1.2rem;
    border-left: 2px solid rgb(156,180,191);
}.secure_oasis7302 h1 {
    font-size: calc(38px * 0.7);
}.secure_oasis7302 h2 {
    font-size: calc(38px * 0.7);
}.secure_oasis7302 h2::before {
    height: calc(100% - 0.8rem);
    width: 3px;
    top: 0.4rem;
}.secure_oasis7302 p, 
    .secure_oasis7302 span,
    .secure_oasis7302 li {
    max-width: 100%;
    font-size: calc(18px * 0.9);
}.secure_oasis7302 span {
    padding-left: 0.8rem;
}.secure_oasis7302 li::before {
    height: 6px;
    width: 6px;
}}.client_testimonials9683 {
    background: linear-gradient(135deg, rgb(221,225,228) 0%, rgb(156,180,191,0.5) 100%);
    padding: 120px 0 150px;
    position: relative;
    overflow: hidden;
}.client_testimonials9683::before {
    filter: blur(80px);
    border-radius: 50%;
    position: absolute;
    content: "";
    left: -50px;
    width: 200px;
    animation: floatBubble 18s infinite ease-in-out;
    top: -50px;
    height: 200px;
    background: rgb(96,164,147,0.5);
}.client_testimonials9683::after {
    animation: floatBubble 15s infinite ease-in-out alternate;
    width: 250px;
    background: rgb(156,180,191,0.5);
    content: "";
    border-radius: 50%;
    bottom: -80px;
    position: absolute;
    right: -80px;
    height: 250px;
    filter: blur(100px);
}@keyframes floatBubble {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
    100% { transform: translate(0, 0) scale(1); }
}

.client_testimonials9683 .learn_way6247 {
    padding: 0 20px;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.client_testimonials9683 h4 {
    text-align: center;
    font-family: Arial, sans-serif;
    transform: translateX(-50%) skew(-5deg);
    margin-bottom: 70px;
    transform: skew(-5deg);
    font-size: 34px;
    position: relative;
    color: #000000;
    left: 50%;
    display: inline-block;
    font-weight: 700;
}.client_testimonials9683 h4::after {
    width: 50%;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, transparent, rgb(156,180,191), transparent);
    position: absolute;
    left: 25%;
    bottom: -15px;
}.client_testimonials9683 .learning_ratings5349 {
    display: grid;
    perspective: 1000px;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}.client_testimonials9683 .opinion_ratings2861 {
    overflow: hidden;
    backface-visibility: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: all 0.5s ease;
    padding: 30px;
    transform: rotateX(5deg) rotateY(-8deg) translateZ(0);
    border-radius: 28px;
    position: relative;
}.client_testimonials9683 .opinion_ratings2861:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transform: rotateX(0) rotateY(0) translateZ(20px) scale(1.02);
}.client_testimonials9683 .opinion_ratings2861::before {
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(156,180,191), rgb(96,164,147));
}.client_testimonials9683 .opinion_ratings2861 .img_hover_box6758 {
    height: 80px;
    margin: 0 auto 20px;
    border: 3px solid #ffffff;
    width: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 50%;
}.client_testimonials9683 .opinion_ratings2861:hover .img_hover_box6758 {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.client_testimonials9683 .opinion_ratings2861 span {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 15px;
    display: block;
    color: #000000;
}.client_testimonials9683 .opinion_ratings2861 span::after {
    margin: 10px auto 0;
    content: "";
    width: 30px;
    display: block;
    background: rgb(156,180,191);
    height: 2px;
}.client_testimonials9683 .opinion_ratings2861 p {
    text-align: center;
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    position: relative;
}.client_testimonials9683 .opinion_ratings2861 p::before {
    opacity: 0.2;
    left: -5px;
    font-size: 80px;
    z-index: -1;
    color: rgb(156,180,191,0.5);
    top: -20px;
    content: '"';
    font-family: serif;
    position: absolute;
}

@media (max-width: 1200px) {.client_testimonials9683 {
    padding: 100px 0;
}.client_testimonials9683 .learning_ratings5349 {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.client_testimonials9683 .opinion_ratings2861 {
    padding: 25px;
    transform: rotateX(3deg) rotateY(-5deg) translateZ(0);
}
}

@media (max-width: 768px) {.client_testimonials9683 {
    padding: 80px 0;
}.client_testimonials9683 h4 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.client_testimonials9683 .learning_ratings5349 {
    margin: 0 auto;
    max-width: 500px;
    gap: 25px;
    grid-template-columns: 1fr;
}.client_testimonials9683 .opinion_ratings2861 {
    transform: rotateX(0) rotateY(0);
    padding: 30px 20px;
}.client_testimonials9683 .opinion_ratings2861 .img_hover_box6758 {
    height: 70px;
    width: 70px;
}}.title_portal0862 {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgb(221,225,228), rgba(0, 0, 0, 0.5));
    padding: 3rem 1rem;
}.title_portal0862::before {
    pointer-events: none;
    z-index: 1;
    top: 0;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 0%, transparent 60%);
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}.title_portal0862::after {
    z-index: 2;
    content: "";
    height: 10px;
    box-shadow: 0 0 20px rgba(rgb(156,180,191,0.5), 0.5);
    bottom: -5px;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(156,180,191) 0%, rgb(96,164,147) 50%, rgb(156,180,191) 100%);
    position: absolute;
}.title_portal0862 .start_base3826 {
    z-index: 3;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    max-width: 1200px;
    perspective: 1000px;
    border-radius: 2px;
    padding: 2rem;
    width: 100%;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    transform-style: preserve-3d;
    border: 1px solid rgba(255,255,255,0.1);
}.title_portal0862 .start_base3826 > div {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2.5rem;
}.title_portal0862 .start_base3826 > div > div:first-child {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: inset 2px 2px 5px rgba(0,0,0,0.1), 
              inset -2px -2px 5px rgba(255,255,255,0.05);
    padding: 1.5rem;
    background: rgba(255,255,255,0.05);
    position: relative;
    transform: translateZ(30px);
}.title_portal0862 .start_base3826 > div > div:first-child:hover {
    transform: translateZ(40px) scale(1.02);
}.title_portal0862 h3 {
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin: 0;
    color: #ffffff;
    padding-left: 1rem;
}.title_portal0862 h3::before {
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    transform: scaleY(0.9);
    background: linear-gradient(to bottom, rgb(156,180,191), rgb(96,164,147));
}.title_portal0862 .training_track5364 {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    align-items: center;
    transform: translateZ(20px);
    position: relative;
    overflow: hidden;
    min-height: 360px;
    display: flex;
    justify-content: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.title_portal0862 .training_track5364:hover {
    transform: translateZ(40px) scale(1.03);
}.title_portal0862 .training_track5364::before {
    width: 100%;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(rgba(0, 0, 0, 0.5), 0.7) 0%, 
    rgba(rgb(156,180,191,0.5), 0.5) 100%);
    left: 0;
}.title_portal0862 .training_track5364 > div {
    background: rgba(255,255,255,0.1);
    width: 90%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transform: perspective(1000px) rotateY(-5deg);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 2;
    padding: 2.5rem;
    border-left: 4px solid rgb(156,180,191);
    transition: transform 0.4s ease-out;
    max-width: 800px;
}.title_portal0862 .training_track5364 > div:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_portal0862 .training_track5364 p {
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    padding-bottom: 1rem;
    letter-spacing: 0.5px;
}.title_portal0862 .training_track5364 p::after {
    left: 0;
    background: rgb(96,164,147);
    height: 2px;
    width: 60px;
    position: absolute;
    bottom: 0;
    content: "";
    animation: pulse 2s infinite;
}.title_portal0862 .title_style_header {
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.2;
    margin: 0;
    font-size: calc(31px * 1.1);
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}.title_portal0862 .title_style_header::before {
    content: "";
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(156,180,191), rgb(96,164,147));
    position: absolute;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -10px;
}.title_portal0862 .training_track5364:hover .title_style_header::before {
    width: 100%;
}

@keyframes pulse {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}

@media (min-width: 768px) {.title_portal0862 {
    padding: 5rem 2rem;
}.title_portal0862 .start_base3826 {
    padding: 3rem;
}.title_portal0862 .start_base3826 > div {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.title_portal0862 .training_track5364 {
    min-height: 450px;
}.title_portal0862 h3 {
    font-size: calc(22px * 1.1);
}.title_portal0862 .title_style_header {
    font-size: calc(43px * 1.1);
}
}

@media (min-width: 992px) {.title_portal0862 {
    padding: 7rem 3rem;
}.title_portal0862 .start_base3826 {
    padding: 3.5rem;
}.title_portal0862 .start_base3826 > div {
    gap: 4rem;
}.title_portal0862 .training_track5364 {
    min-height: 500px;
}.title_portal0862 .training_track5364 > div {
    padding: 3.5rem;
}.title_portal0862 h3 {
    font-size: calc(22px * 1.2);
}.title_portal0862 .title_style_header {
    font-size: calc(43px * 1.2);
}.title_portal0862 .training_track5364 p {
    font-size: calc(12px * 1.1);
}
}

@media (max-width: 767px) {.title_portal0862 .start_base3826 {
    padding: 1.5rem;
}.title_portal0862 .start_base3826 > div > div:first-child {
    padding: 1rem;
}.title_portal0862 h3 {
    font-size: calc(21px * 1.1);
}.title_portal0862 .training_track5364 {
    min-height: 280px;
}.title_portal0862 .training_track5364 > div {
    width: 95%;
    padding: 1.5rem;
}.title_portal0862 .title_style_header {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 480px) {.title_portal0862 {
    padding: 2rem 0.75rem;
}.title_portal0862 .start_base3826 {
    padding: 1rem;
}.title_portal0862 .start_base3826 > div {
    gap: 1.5rem;
}.title_portal0862 h3 {
    font-size: 21px;
}.title_portal0862 .training_track5364 {
    min-height: 240px;
}.title_portal0862 .training_track5364 > div {
    padding: 1.25rem;
}.title_portal0862 .title_style_header {
    font-size: calc(31px * 0.8);
}.title_portal0862 .training_track5364 p {
    margin-bottom: 1rem;
    font-size: calc(12px * 0.9);
}}header {
    width: 100%;
    padding: 0;
    z-index: 100;
    background: linear-gradient(to right, #ffffff, rgb(221,225,228));
    position: relative;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}header::before {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    content: '';
    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);
    height: 100%;
    background-size: 20px 20px;
}header::after {
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    width: 5px;
    left: 0;
    background: linear-gradient(to bottom, rgb(156,180,191), rgb(96,164,147));
    content: '';
}header .container {
    padding: 0;
    margin: 0;
    position: relative;
    max-width: 100%;
    width: 100%;
    z-index: 2;
}header .site_start1035 {
    display: flex;
    align-items: center;
    margin-left: 5px;
    padding: 0.9rem 3%;
    justify-content: space-between;
}header .main_pagebar6872 {
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem;
    display: flex;
    background: rgba(255, 255, 255, 0.4);
    align-items: center;
}header .main_pagebar6872:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .main_pagebar6872 svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}header .header_lead3629 {
    border-radius: 10px;
    position: relative;
    align-items: center;
    display: flex;
    padding: 0.4rem 0.6rem;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.3);
}header .header_lead3629::before {
    content: '';
    border-radius: calc(10px + 2px);
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgb(156,180,191,0.5), rgb(96,164,147,0.5));
    right: -2px;
    opacity: 0.5;
    bottom: -2px;
    left: -2px;
    top: -2px;
}header .head_page4276 {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: #000000;
    overflow: hidden;
    padding: 0.4rem 0.7rem;
    background: #ffffff;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    z-index: 1;
}header .head_page4276::before {
    top: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(45deg, rgb(156,180,191,0.5), rgb(96,164,147,0.5));
}header .head_page4276:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .head_page4276:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .site_start1035 {
    padding: 0.8rem 2.5%;
}header .main_pagebar6872 svg {
    width: 130px;
}header .header_lead3629 {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .head_page4276 {
    font-size: calc(19px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .site_start1035 {
    gap: 0.7rem;
    margin-left: 3px;
    padding: 0.8rem 2%;
    align-items: flex-start;
    flex-direction: column;
}header .main_pagebar6872 {
    padding: 0.4rem;
}header .main_pagebar6872 svg {
    width: 120px;
}header .header_lead3629 {
    overflow-x: auto;
    width: 98%;
    padding: 0.4rem;
    justify-content: flex-start;
}header .header_lead3629::-webkit-scrollbar {
    height: 2px;
}header .header_lead3629::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(156,180,191);
}header .head_page4276 {
    padding: 0.3rem 0.5rem;
    white-space: nowrap;
    font-size: calc(19px - 1px);
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .site_start1035 {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .main_pagebar6872 svg {
    width: 110px;
}header .header_lead3629 {
    padding: 0.3rem;
}header .head_page4276 {
    font-size: calc(19px - 2px);
    padding: 0.3rem 0.4rem;
}}.alertPrivacySettings4017 {
    position: fixed;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    background: rgb(221,225,228);
    border-top: 3px solid rgb(156,180,191);
    z-index: 90;
    width: 100%;
    bottom: 0;
}.manage_tracking2108 {
    align-items: center;
    max-width: 1200px;
    justify-content: space-between;
    padding: 20px 15px;
    margin: 0 auto;
    display: flex;
}.cookie_tips1280 {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie_tips1280 svg {
    height: 60px;
    width: 60px;
    fill: rgb(156,180,191);
    transition: fill 0.3s ease;
}.cookie_tips1280 svg:hover {
    fill: rgb(96,164,147);
}.cookie_none6583 {
    flex-grow: 1;
    margin-right: 15px;
    color: #000000;
}.alertPrivacySettings4017 h5 {
    font-size: 23px;
    margin-bottom: 8px;
    color: rgb(156,180,191);
    font-family: Arial, sans-serif;
    font-weight: 600;
}.alertPrivacySettings4017 p {
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}.cookie_necessary4578 {
    font-size: 19px;
    text-align: center;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background: rgb(156,180,191);
    margin-left: 10px;
    line-height: 35px;
    color: #ffffff;
    border-radius: 27px;
    padding: 10px 20px;
    text-decoration: none;
}.cookie_necessary4578:hover {
    box-shadow: 0 0 10px rgb(96,164,147,0.5);
    background: rgb(96,164,147);
}#approveCookiePolicyButton9520 {
    background: rgb(156,180,191);
}#decline_tracking_consent3725 {
    background: rgba(0, 0, 0, 0.5);
}.alertPrivacySettings4017 p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(156,180,191);
}.alertPrivacySettings4017 p a:hover {
    color: rgb(96,164,147);
}
@media only screen and (max-width: 1200px) {.manage_tracking2108 {
    align-items: center;
    flex-direction: column;
}.cookie_tips1280 {
    margin-bottom: 15px;
}.cookie_none6583 {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.cookie_necessary4578 {
    margin-left: 0;
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 800px) {.manage_tracking2108 {
    padding: 15px;
}.cookie_tips1280 {
    display: none;
}.alertPrivacySettings4017 h5 {
    font-size: 21px;
}.alertPrivacySettings4017 p {
    font-size: 13px;
}}
#cookieAlertNotice3127 {
    display: none;
}#cookieAlertNotice3127:checked ~ .alertPrivacySettings4017 {
    visibility: hidden;
    opacity: 0;
}.teacher_profile7680 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(221,225,228) 0%, rgba(240, 242, 245, 0.9) 100%);
}.teacher_profile7680::before {
    pointer-events: none;
    height: 100%;
    content: "";
    background-image: 
        linear-gradient(30deg, rgb(156,180,191,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(156,180,191,0.5) 1px, transparent 1px);
    top: 0;
    z-index: 0;
    background-size: 60px 60px;
    left: 0;
    opacity: 0.05;
    width: 100%;
    position: absolute;
}.teacher_profile7680::after {
    top: -20%;
    filter: blur(80px);
    opacity: 0.1;
    background: rgb(96,164,147,0.5);
    height: 70%;
    content: "";
    transform: rotate(-15deg);
    width: 50%;
    z-index: 0;
    right: -10%;
    position: absolute;
}.teacher_profile7680 .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.teacher_profile7680 .opinion_ratings2861 {
    display: grid;
    background: #ffffff;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    gap: 35px;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.teacher_profile7680 .opinion_ratings2861:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
}.teacher_profile7680 .opinion_ratings2861 > div:first-child {
    justify-content: center;
    align-items: center;
    display: flex;
}.teacher_profile7680 .img_hover_box6758 {
    height: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 2px;
    transform: translateZ(30px);
}.teacher_profile7680 .opinion_ratings2861:hover .img_hover_box6758 {
    transform: translateZ(40px) translateY(-10px);
}.teacher_profile7680 .img_hover_box6758::before {
    position: absolute;
    top: 12px;
    left: 12px;
    border: 2px solid rgb(156,180,191);
    transition: all 0.4s ease;
    z-index: -1;
    right: -12px;
    opacity: 0.2;
    bottom: -12px;
    content: "";
}.teacher_profile7680 .opinion_ratings2861:hover .img_hover_box6758::before {
    top: 18px;
    right: -18px;
    opacity: 0.3;
    bottom: -18px;
    left: 18px;
}.teacher_profile7680 .name {
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 23px;
}.teacher_profile7680 .name::after {
    bottom: -6px;
    position: absolute;
    height: 3px;
    width: 40px;
    left: 0;
    transform: scaleX(0.6);
    background: rgb(156,180,191);
    transition: transform 0.5s ease;
    content: "";
    transform-origin: left;
}.teacher_profile7680 .opinion_ratings2861:hover .name::after {
    transform: scaleX(1);
}.teacher_profile7680 .opinion_ratings2861 > div:nth-child(2) div {
    font-size: calc(13px - 1px);
    margin-top: 5px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    font-weight: 600;
    transform: translateX(0);
    color: rgb(96,164,147);
    opacity: 0.85;
}.teacher_profile7680 .opinion_ratings2861:hover > div:nth-child(2) div {
    opacity: 1;
    transform: translateX(5px);
}.teacher_profile7680 .work_view1564 {
    padding-left: 25px;
    position: relative;
    color: #000000;
    line-height: 1.7;
    border-left: 3px solid rgb(156,180,191,0.5);
    margin: 0;
    font-size: 13px;
}.teacher_profile7680 .work_view1564::before {
    position: absolute;
    color: rgb(156,180,191);
    content: "";
    font-size: 120px;
    left: -20px;
    top: -40px;
    opacity: 0.08;
    font-family: serif;
    line-height: 1;
    z-index: -1;
}

@media (min-width: 768px) {.teacher_profile7680 .opinion_ratings2861 {
    column-gap: 40px;
    row-gap: 30px;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
}.teacher_profile7680 .opinion_ratings2861 > div:first-child {
    grid-row: 1 / 3;
}.teacher_profile7680 .img_hover_box6758 {
    width: 220px;
    height: 260px;
}.teacher_profile7680 .work_view1564 {
    padding-left: 30px;
    grid-column: 2;
}
}

@media (min-width: 992px) {.teacher_profile7680 {
    padding: 150px 0;
}.teacher_profile7680 .opinion_ratings2861 {
    gap: 50px;
    grid-template-columns: auto 250px 1fr;
    padding: 60px;
}.teacher_profile7680 .opinion_ratings2861 > div:first-child {
    grid-row: 1;
}.teacher_profile7680 .opinion_ratings2861 > div:nth-child(2) {
    grid-row: 1;
    padding-top: 20px;
}.teacher_profile7680 .work_view1564 {
    grid-row: 2;
    font-size: calc(13px + 1px);
    padding-left: 40px;
    grid-column: 1 / 4;
}.teacher_profile7680 .img_hover_box6758 {
    height: 280px;
    width: 240px;
}
}

@media (max-width: 767px) {.teacher_profile7680 {
    padding: 80px 0;
}.teacher_profile7680 .opinion_ratings2861 {
    gap: 25px;
    padding: 30px;
}.teacher_profile7680 .img_hover_box6758 {
    width: 150px;
    height: 150px;
}.teacher_profile7680 .name {
    font-size: calc(23px - 2px);
}.teacher_profile7680 .work_view1564 {
    font-size: calc(13px - 1px);
}
}

@media (hover: none) {.teacher_profile7680 .opinion_ratings2861 {
    transform: none !important;
}.teacher_profile7680 .img_hover_box6758,
    .teacher_profile7680 .opinion_ratings2861:hover .img_hover_box6758 {
    transform: none;
}}

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

.teacher_profile7680 .opinion_ratings2861 {
    animation: fadeInUp 0.8s ease-out forwards;
}.contact_us1265 {
    position: relative;
    padding: 80px 0;
}.contact_us1265::before {
    bottom: 0;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
}.contact_us1265 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.contact_us1265 .support_reach3142 {
    overflow: hidden;
    grid-template-columns: 45% 55%;
    display: grid;
    position: relative;
    background: #ffffff;
    border-radius: 0;
}.contact_us1265 .support_reach3142::before {
    position: absolute;
    border-radius: 50%;
    top: -150px;
    left: -150px;
    background: rgb(156,180,191,0.5);
    z-index: 0;
    content: "";
    height: 300px;
    width: 300px;
}.contact_us1265 .support_reach3142::after {
    width: 300px;
    position: absolute;
    border-radius: 50%;
    right: -150px;
    z-index: 0;
    background: rgb(96,164,147,0.5);
    bottom: -150px;
    content: "";
    height: 300px;
}.contact_us1265 .support_section5237 {
    padding: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}.contact_us1265 .support_section5237 h3 {
    position: relative;
    color: rgb(156,180,191);
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 40px;
}.contact_us1265 .support_section5237 h3::after {
    height: 4px;
    background-color: rgb(96,164,147);
    content: "";
    width: 60px;
    position: absolute;
    left: 0;
    bottom: -15px;
}.contact_us1265 .support_section5237 div {
    padding-bottom: 15px;
    margin-bottom: 30px;
    align-items: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    display: flex;
}.contact_us1265 .support_section5237 div:last-of-type {
    border-bottom: none;
}.contact_us1265 .support_section5237 div svg {
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
}.contact_us1265 .support_section5237 div svg path {
    fill: rgb(156,180,191);
    transition: fill 0.3s ease;
}.contact_us1265 .support_section5237 div:hover svg path {
    fill: rgb(96,164,147);
}.contact_us1265 .support_section5237 div span {
    font-size: 16px;
    color: #000000;
}.contact_us1265 .support_section5237 div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_us1265 .support_section5237 div span a:hover {
    color: rgb(156,180,191);
}.contact_us1265 .support_info2745 {
    position: relative;
    z-index: 1;
    padding: 50px;
    background-color: #ffffff;
}.contact_us1265 .support_info2745 h3 {
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
}.contact_us1265 form {
    flex-direction: column;
    display: flex;
}.contact_us1265 form input[type="text"],
.contact_us1265 form input[type="email"] {
    background-color: rgb(221,225,228);
    font-size: 16px;
    transition: all 0.3s ease;
    height: 55px;
    margin-bottom: 20px;
    padding: 0 20px;
    border: none;
    border-radius: 10px;
    color: #000000;
}.contact_us1265 form input[type="text"]:focus,
.contact_us1265 form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(156,180,191,0.5);
}.contact_us1265 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_us1265 .support_box2963 {
    margin-bottom: 25px;
    position: relative;
}.contact_us1265 .support_box2963 input[type="checkbox"] {
    position: absolute;
    width: 0;
    opacity: 0;
    cursor: pointer;
    height: 0;
}.contact_us1265 .support_box2963 label {
    color: #000000;
    cursor: pointer;
    position: relative;
    line-height: 1.6;
    font-size: 12px;
    padding-left: 35px;
    display: block;
}.contact_us1265 .support_box2963 label::before {
    width: 20px;
    transition: all 0.3s ease;
    position: absolute;
    top: 2px;
    background-color: rgb(221,225,228);
    content: "";
    left: 0;
    height: 20px;
    border-radius: 10px;
}.contact_us1265 .support_box2963 input[type="checkbox"]:checked + label::before {
    background-color: rgb(156,180,191);
}.contact_us1265 .support_box2963 input[type="checkbox"]:checked + label::after {
    height: 12px;
    transform: rotate(45deg);
    left: 7px;
    top: 3px;
    border: solid #ffffff;
    content: "";
    border-width: 0 2px 2px 0;
    width: 6px;
    position: absolute;
}.contact_us1265 .support_box2963 label a {
    transition: all 0.3s ease;
    color: rgb(156,180,191);
    text-decoration: none;
}.contact_us1265 .support_box2963 label a:hover {
    text-decoration: underline;
    color: rgb(96,164,147);
}.contact_us1265 form .message_list6189 {
    display: inline-block;
    border-radius: 10px;
    background-color: rgb(156,180,191);
    cursor: pointer;
    font-weight: 600;
    padding: 16px 30px;
    align-self: flex-start;
    color: #ffffff;
    font-size: 19px;
    transition: all 0.3s ease;
    border: none;
}.contact_us1265 form .message_list6189:hover {
    background-color: rgb(96,164,147);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(156,180,191,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.contact_us1265 .support_section5237 div {
    animation-delay: calc(var(--n) * 0.5s);
    animation: borderPulse 3s infinite;
}.contact_us1265 .support_section5237 div:nth-child(2) {
    --n: 0;
}.contact_us1265 .support_section5237 div:nth-child(3) {
    --n: 1;
}.contact_us1265 .support_section5237 div:nth-child(4) {
    --n: 2;
}.contact_us1265 .support_section5237 div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.contact_us1265 .container {
    width: 90%;
}.contact_us1265 .support_reach3142 {
    grid-template-columns: 1fr;
}.contact_us1265 .support_section5237 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}
}

@media screen and (max-width: 576px) {.contact_us1265 {
    padding: 60px 0;
}.contact_us1265 .support_section5237,
    .contact_us1265 .support_info2745 {
    padding: 30px 20px;
}.contact_us1265 .support_section5237 h3 {
    font-size: calc(37px * 0.8);
}.contact_us1265 form input[type="text"],
    .contact_us1265 form input[type="email"] {
    height: 50px;
}.contact_us1265 form .message_list6189 {
    width: 100%;
    padding: 14px 20px;
}
}