﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.collab_net491 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
}.wrapper-border397 {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    width: 1239px;
    margin: auto;
}header,footer {
    width: 100%;
}.main_tutor015 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thxField154 {
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(230,180,162,0.5) 0%, rgb(243,219,205) 70%);
    overflow: hidden;
    padding: 5rem 2rem;
}.thxField154::before {
    background: 
        radial-gradient(circle at 10% 20%, transparent 20%, rgb(230,180,162,0.5) 21%, transparent 22%),
        radial-gradient(circle at 90% 60%, transparent 10%, rgb(230,180,162,0.5) 11%, transparent 12%),
        radial-gradient(circle at 50% 40%, transparent 30%, rgb(230,180,162,0.5) 31%, transparent 32%);
    background-size: 80px 80px, 60px 60px, 100px 100px;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    opacity: 0.15;
    content: "";
    width: 100%;
}.thxField154 .container {
    transform-style: preserve-3d;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.thxField154 h2 {
    margin-bottom: 3rem;
    font-weight: 700;
    transform: translateZ(40px);
    font-size: 36px;
    opacity: 0;
    line-height: 1.3;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    position: relative;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    color: #000000;
}.thxField154 h2::after {
    height: 3px;
    width: 80px;
    left: 0;
    position: absolute;
    bottom: -15px;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: scaleX(0);
    transform-origin: left;
    background: rgb(230,180,162);
    content: "";
}.thxField154 .community_ed693 {
    border-left: 5px solid rgb(230,180,162);
    transform-style: preserve-3d;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    opacity: 0;
    transition: transform 0.5s ease;
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
    background: #ffffff;
    transform: translateZ(20px) rotateY(-2deg);
}.thxField154 .community_ed693:hover {
    transform: translateZ(25px) rotateY(0deg);
}.thxField154 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}.thxField154 li {
    position: relative;
    padding: 2.5rem;
}.thxField154 li::before {
    opacity: 0.7;
    z-index: -1;
    right: -8px;
    content: "";
    background: rgb(216,141,120,0.5);
    animation: pulseIn 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    top: -8px;
    transform: scale(0);
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}.thxField154 span {
    line-height: 1.8;
    display: block;
    position: relative;
    transform: translateZ(10px);
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #000000;
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 992px) {.thxField154 {
    padding: 4rem 1.5rem;
}.thxField154 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.9);
}.thxField154 .community_ed693 {
    transform: translateZ(15px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.thxField154 {
    padding: 3rem 1rem;
}.thxField154 h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.8);
}.thxField154 .community_ed693 {
    transform: translateZ(10px) rotateY(0);
}.thxField154 li {
    padding: 2rem;
}
}

@media (max-width: 576px) {.thxField154 {
    padding: 2.5rem 0.8rem;
}.thxField154 h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.5rem;
}.thxField154 h2::after {
    width: 60px;
    height: 2px;
}.thxField154 li {
    padding: 1.5rem;
}.thxField154 span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.title_greeting371 {
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(243,219,205) 0%, rgb(216,141,120,0.5) 100%);
    display: flex;
    min-height: 100vh;
    position: relative;
    padding: 2rem;
}.title_greeting371 .learn_base405 {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    width: 100%;
    transform: translateZ(0);
}.title_greeting371 .learn_base405 > div {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.title_greeting371 h3 {
    margin: 0;
    background: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    font-weight: 600;
    color: #000000;
    padding: 1.5rem 2rem;
    transform: translateX(-5%) rotate(-1deg);
    z-index: 3;
    line-height: 1.4;
    font-size: calc(23px * 1.1);
}.title_greeting371 h3::before {
    width: 5px;
    height: 100%;
    transform: skewY(-45deg) translateY(-5px);
    top: 0;
    background: rgb(230,180,162);
    content: "";
    left: -10px;
    position: absolute;
}.title_greeting371 .learn_culture562 {
    transform: rotate(1deg) translateZ(0);
    min-height: 65vh;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.title_greeting371 .learn_culture562::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
    width: 100%;
}.title_greeting371 .learn_culture562::after {
    z-index: 0;
    top: -10%;
    border-radius: 50%;
    position: absolute;
    filter: blur(100px);
    width: 200px;
    content: "";
    animation: pulse 10s infinite alternate;
    background: rgb(230,180,162,0.5);
    right: -10%;
    height: 200px;
}.title_greeting371 .learn_culture562 > div {
    z-index: 2;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    padding: 3rem;
    height: 100%;
    display: flex;
}.title_greeting371 .learn_culture562 p {
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    font-size: calc(15px * 1.2);
    max-width: 80%;
    opacity: 0.9;
    margin: 0 0 1rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
    transform: translateX(0);
    color: #ffffff;
    font-weight: 400;
}.title_greeting371 .learn_culture562 p::before {
    left: 0;
    top: 50%;
    width: 1rem;
    background: rgb(230,180,162);
    height: 2px;
    content: "";
    position: absolute;
    transform: translateY(-50%);
}.title_greeting371 .title_style_header {
    transform: translateX(0);
    max-width: 90%;
    line-height: 1.2;
    color: #ffffff;
    position: relative;
    font-size: calc(48px * 1.2);
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin: 0;
    font-family: Arial, sans-serif;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
}.title_greeting371 .title_style_header::after {
    bottom: -15px;
    left: 0;
    height: 4px;
    content: "";
    width: 0;
    transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    background: rgb(230,180,162);
}.title_greeting371 .learn_culture562:hover {
    transform: rotate(0deg) translateZ(0) scale(1.02);
}.title_greeting371 .learn_culture562:hover p {
    opacity: 1;
    transform: translateX(10px);
}.title_greeting371 .learn_culture562:hover .title_style_header {
    transform: translateX(5px);
}.title_greeting371 .learn_culture562:hover .title_style_header::after {
    width: 80px;
}

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

@media (min-width: 768px) {.title_greeting371 {
    padding: 3rem;
}.title_greeting371 .learn_base405 > div {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 3rem;
    align-items: center;
}.title_greeting371 h3 {
    padding: 2.5rem 3rem;
    transform: translateX(-10%) rotate(-2deg);
    font-size: 23px;
}.title_greeting371 .learn_culture562 {
    min-height: 70vh;
    transform: rotate(2deg) translateZ(0);
}.title_greeting371 .learn_culture562 > div {
    padding: 4rem;
}.title_greeting371 .learn_culture562 p {
    font-size: calc(15px * 1.3);
    max-width: 70%;
}.title_greeting371 .title_style_header {
    font-size: calc(48px * 1.4);
    max-width: 85%;
}
}

@media (min-width: 992px) {.title_greeting371 {
    padding: 4rem;
}.title_greeting371 .learn_base405 > div {
    grid-template-columns: 0.35fr 0.65fr;
    gap: 4rem;
}.title_greeting371 h3 {
    padding: 3rem;
    transform: translateX(-15%) rotate(-3deg);
    font-size: calc(23px * 1.1);
}.title_greeting371 .learn_culture562 {
    min-height: 75vh;
}.title_greeting371 .learn_culture562 > div {
    padding: 5rem;
}.title_greeting371 .learn_culture562 p {
    max-width: 60%;
    font-size: calc(15px * 1.4);
}.title_greeting371 .title_style_header {
    max-width: 80%;
    font-size: calc(48px * 1.6);
}
}

@media (max-width: 767px) {.title_greeting371 {
    padding: 1.5rem;
}.title_greeting371 h3 {
    padding: 1.25rem;
    font-size: calc(18px * 1.1);
}.title_greeting371 .learn_culture562 {
    min-height: 50vh;
}.title_greeting371 .learn_culture562 > div {
    padding: 2rem;
}.title_greeting371 .learn_culture562 p {
    max-width: 100%;
    font-size: 15px;
}.title_greeting371 .title_style_header {
    font-size: calc(29px * 1.1);
    max-width: 100%;
}}.secure_enclave294 {
    font-family: Arial, sans-serif;
    padding: 50px;
    border: 1px solid rgb(230,180,162,0.5);
    box-shadow: 0 0 10px rgb(230,180,162,0.5);
    color: #ffffff;
    background-color: rgb(230,180,162);
    line-height: 1.6;
    margin: 0 auto;
}.secure_enclave294 h1 {
    border-bottom: 1px solid rgb(216,141,120,0.5);
    margin-bottom: 30px;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 42px;
    color: rgb(216,141,120);
    letter-spacing: 1px;
    font-weight: 700;
}.secure_enclave294 h2 {
    border-left: 5px solid rgb(230,180,162);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 28px;
    margin-top: 40px;
    text-transform: uppercase;
    color: rgb(216,141,120);
    padding-left: 15px;
}.secure_enclave294 ul {
    padding: 0;
    margin: 1rem 0;
    list-style-type: none;
}.secure_enclave294 li {
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    padding: 15px;
    align-items: center;
    font-size: 15px;
}.secure_enclave294 li::before {
    margin-right: 10px;
    color: rgb(216,141,120);
    font-size: 1.2em;
    content: '✦';
}.secure_enclave294 p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #ffffff;
}.secure_enclave294 span {
    background-color: rgb(230,180,162,0.5);
    padding: 3px 6px;
    border-radius: 10px;
    color: rgb(230,180,162);
    font-weight: 600;
}.secure_enclave294 a {
    color: rgb(216,141,120);
    border-bottom: 1px dashed rgb(216,141,120);
    text-decoration: none;
    font-weight: 600;
}.secure_enclave294 a:hover {
    color: rgb(230,180,162);
    border-bottom: 1px dashed rgb(230,180,162);
}
@media only screen and (max-width: 800px) {.secure_enclave294 {
    padding: 30px;
}.secure_enclave294 h1 {
    font-size: calc(19px * 0.8);
}.secure_enclave294 h2 {
    font-size: calc(19px * 0.8);
}.secure_enclave294 p {
    font-size: calc(15px * 0.9);
}.secure_enclave294 li {
    padding: 10px;
}}header {
    position: relative;
    z-index: 100;
    background: rgb(243,219,205);
    padding: 1.2rem 0;
}header::before {
    opacity: 0.5;
    background: linear-gradient(135deg, 
        rgb(230,180,162,0.5) 0%, 
        transparent 50%, 
        rgb(216,141,120,0.5) 100%);
    width: 100%;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
}header .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}header .top_sitebar654 {
    display: flex;
    border-radius: 13px;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 1rem;
    gap: 1rem;
}header .top_edu492 {
    padding: 0.5rem 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
    text-decoration: none;
}header .top_edu492::before {
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(230,180,162,0.5), 
        rgb(216,141,120,0.5), 
        rgb(230,180,162,0.5), 
        transparent);
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}header .top_edu492 svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}header .top_edu492:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(230,180,162,0.5));
}header .head_pro986 {
    background: rgb(243,219,205);
    padding: 0.6rem;
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 10px;
}header .head_lesson281 {
    color: #000000;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    z-index: 1;
    padding: 0.5rem 1rem;
    font-family: Arial, sans-serif;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 400;
}header .head_lesson281::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(230,180,162), rgb(216,141,120));
    left: 0;
    content: '';
    height: 100%;
    top: 0;
    opacity: 0;
}header .head_lesson281:hover {
    color: #ffffff;
}header .head_lesson281:hover::before {
    opacity: 1;
}header .head_lesson281::after {
    content: '';
    transform-origin: left;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    background: linear-gradient(to right, rgb(230,180,162), rgb(216,141,120));
}header .head_lesson281:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .top_sitebar654 {
    gap: 0.8rem;
    padding: 0.8rem;
}header .top_edu492 svg {
    width: 140px;
}header .head_pro986 {
    padding: 0.5rem;
}header .head_lesson281 {
    padding: 0.4rem 0.8rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .top_sitebar654 {
    gap: 0.7rem;
    padding: 0.7rem;
}header .top_edu492 svg {
    width: 120px;
}header .head_pro986 {
    gap: 0.3rem;
    padding: 0.4rem;
}header .head_lesson281 {
    font-size: calc(16px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .top_sitebar654 {
    padding: 0.6rem;
    gap: 0.6rem;
}header .top_edu492 svg {
    width: 110px;
}header .head_pro986 {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.4rem;
    justify-content: flex-start;
}header .head_pro986::-webkit-scrollbar {
    height: 2px;
}header .head_pro986::-webkit-scrollbar-thumb {
    background: rgb(230,180,162);
    border-radius: 10px;
}header .head_lesson281 {
    white-space: nowrap;
    flex-shrink: 0;
}}.our_mission135 {
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}.our_mission135::before {
    z-index: 1;
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.75) 100%);
    left: 0;
    right: 0;
    top: 0;
}.our_mission135::after {
    right: -10%;
    animation: pulseGlow 8s infinite alternate ease-in-out;
    z-index: 2;
    content: "";
    width: 70%;
    position: absolute;
    filter: blur(70px);
    height: 70%;
    transform: rotate(-15deg);
    background: rgb(230,180,162);
    opacity: 0.15;
    top: -10%;
}.our_mission135 .container {
    padding: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.08) 100%
    );
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    z-index: 5;
    max-width: 1200px;
    position: relative;
    width: 90%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.our_mission135 .container:hover {
    transform: perspective(1000px) rotateY(0);
}.our_mission135 .text_cell780 {
    max-width: 100%;
    grid-template-columns: 1fr;
    display: grid;
    gap: 1.5rem;
}.our_mission135 .text_cell780 > div:first-child {
    margin-bottom: 0.5rem;
    position: relative;
}.our_mission135 .text_cell780 > div:first-child::before {
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    height: 0.75rem;
    left: -1.5rem;
    background: rgb(230,180,162);
    content: "";
    animation: pulse 3s infinite;
    width: 0.75rem;
}.our_mission135 .text_cell780 > div:first-child::after {
    width: calc(100% + 4rem);
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(
        90deg,
        rgb(230,180,162) 0%,
        rgb(216,141,120) 50%,
        transparent 100%
    );
    left: -3rem;
    animation: lineGrow 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -0.5rem;
    transform-origin: left;
}.our_mission135 h5 {
    letter-spacing: 1.5px;
    transition: transform 0.4s ease;
    position: relative;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 1rem;
    transform: translateX(0);
    margin: 0;
}.our_mission135 .text_cell780 > div:first-child:hover h5 {
    transform: translateX(0.5rem);
}.our_mission135 .text_cell780 > div:nth-child(2) {
    position: relative;
}.our_mission135 .text_cell780 > div:nth-child(2) p {
    background-clip: text !important;
    letter-spacing: -0.5px;
    transform: translateY(0);
    background: linear-gradient(
        to right,
        #ffffff 0%,
        rgb(216,141,120) 100%
    );
    font-size: calc(20px * 1.5);
    font-weight: 700;
    -webkit-background-clip: text !important;
    transition: transform 0.4s ease, filter 0.4s ease;
    color: #ffffff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    margin: 0;
}.our_mission135 .text_cell780 > div:nth-child(2):hover p {
    transform: translateY(-0.25rem);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}.our_mission135 ol {
    list-style: none;
    position: relative;
    counter-reset: about-counter;
    padding: 0;
    margin: 2rem 0 0;
}.our_mission135 ol::before {
    position: absolute;
    left: -2rem;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgb(230,180,162,0.5) 15%,
        rgb(230,180,162) 50%,
        rgb(230,180,162,0.5) 85%,
        transparent 100%
    );
    content: "";
    height: calc(100% + 2rem);
    top: -1rem;
    width: 1px;
}.our_mission135 ol li {
    counter-increment: about-counter;
    font-size: 17px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-bottom: 1.5rem;
    position: relative;
    text-align: justify;
    padding: 1.5rem 2rem;
    color: #ffffff;
    line-height: 1.8;
    border-radius: 0 10px 10px 0;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.03) 0%,
        rgba(255, 255, 255, 0.01) 100%
    );
    border-left: 3px solid rgb(230,180,162);
}.our_mission135 ol li::before {
    content: "";
    border: 2px solid rgb(230,180,162);
    left: -2.5rem;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(230,180,162,0.5);
    height: 2rem;
    background: #000000;
    justify-content: center;
    position: absolute;
    width: 2rem;
    top: 1.5rem;
    z-index: 2;
    display: flex;
}.our_mission135 ol li:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateX(0.5rem);
}.our_mission135 ol li:hover::before {
    box-shadow: 0 0 25px rgb(230,180,162);
    transform: scale(1.2);
}

@keyframes pulse {
    0%, 100% { transform: translateY(-50%) rotate(45deg) scale(1); }
    50% { transform: translateY(-50%) rotate(45deg) scale(1.2); }
}

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

@keyframes pulseGlow {
    0% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(-12deg) scale(1.05); }
    100% { opacity: 0.1; transform: rotate(-15deg) scale(1); }
}

@media (max-width: 991px) {.our_mission135 .container {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2rem;
    width: 95%;
}.our_mission135 h5 {
    font-size: calc(20px * 0.9);
}.our_mission135 .text_cell780 > div:nth-child(2) p {
    font-size: calc(20px * 1.3);
}.our_mission135 ol li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 767px) {.our_mission135 {
    min-height: auto;
    padding: 4rem 0;
}.our_mission135 .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
    transform: none;
    padding: 1.5rem;
}.our_mission135 .text_cell780 > div:first-child::before {
    height: 0.5rem;
    left: -1rem;
    width: 0.5rem;
}.our_mission135 .text_cell780 > div:first-child::after {
    left: -1.5rem;
    width: calc(100% + 2rem);
}.our_mission135 h5 {
    font-size: calc(20px * 0.8);
}.our_mission135 .text_cell780 > div:nth-child(2) p {
    font-size: calc(20px * 1.1);
}.our_mission135 ol::before {
    left: -1.25rem;
}.our_mission135 ol li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    padding: 1rem;
}.our_mission135 ol li::before {
    width: 1.5rem;
    top: 1rem;
    left: -1.75rem;
    height: 1.5rem;
}
}

@media (max-width: 480px) {.our_mission135 {
    padding: 3rem 0;
}.our_mission135 .container {
    padding: 1rem;
}.our_mission135 .text_cell780 {
    gap: 1rem;
}.our_mission135 h5 {
    font-size: calc(20px * 0.7);
}.our_mission135 .text_cell780 > div:nth-child(2) p {
    font-size: 20px;
}.our_mission135 ol li {
    line-height: 1.5;
    font-size: calc(17px * 0.85);
    padding: 0.75rem;
}}.learning_profits486 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(243,219,205) 0%, #ffffff 75%);
    padding: 120px 0;
}.learning_profits486::before {
    pointer-events: none;
    content: "";
    background-image: repeating-linear-gradient(
        -45deg,
        rgb(230,180,162,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(230,180,162,0.5) 12px
    );
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    top: 0;
    z-index: 1;
}.learning_profits486::after {
    transform: rotate(15deg);
    width: 60%;
    height: 200%;
    right: -20%;
    top: -50%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(230,180,162,0.5) 0%, transparent 70%);
    z-index: 0;
    opacity: 0.07;
}.learning_profits486 .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.learning_profits486 .community_ed693 {
    flex-direction: column-reverse;
    gap: 50px;
    perspective: 1000px;
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
}.learning_profits486 .text_cell780 {
    padding: 40px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
    transform: translateZ(20px);
    flex: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04),
                0 3px 5px rgb(230,180,162,0.5);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(230,180,162);
}.learning_profits486 .text_cell780:hover {
    transform: translateZ(30px) translateX(5px);
}.learning_profits486 h4 {
    color: #000000;
    font-size: 19px;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 30px;
}.learning_profits486 h4::after {
    height: 3px;
    left: 0;
    transform-origin: left;
    transform: scaleX(1);
    bottom: -10px;
    background: rgb(230,180,162);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 70px;
    position: absolute;
    content: "";
}.learning_profits486 .text_cell780:hover h4::after {
    transform: scaleX(1.5);
}.learning_profits486 .text_cell780 > div {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.learning_profits486 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.learning_profits486 li {
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 18px;
}.learning_profits486 li:hover {
    transform: translateX(10px);
}.learning_profits486 li p {
    align-items: flex-start;
    display: flex;
    gap: 15px;
    margin: 0;
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
}.learning_profits486 li p span:first-child {
    margin-top: 2px;
    flex-shrink: 0;
}.learning_profits486 li p span:last-child {
    flex-grow: 1;
}.learning_profits486 svg {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 20px;
    width: 20px;
}.learning_profits486 li:hover svg {
    transform: translateY(-3px) scale(1.1);
}.learning_profits486 svg path {
    transition: fill 0.3s ease;
    fill: rgb(230,180,162);
}.learning_profits486 li:hover svg path {
    fill: rgb(216,141,120);
}.learning_profits486 .gallery_slider517 {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.1),
                15px 15px 30px rgba(0, 0, 0, 0.07),
                5px 5px 10px rgb(230,180,162,0.5);
    max-width: 100%;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    transform: perspective(1000px) rotateY(-8deg) rotateX(5deg) translateZ(0);
    filter: saturate(1.1) contrast(1.05);
    border-radius: 3px;
    height: auto;
}.learning_profits486 .gallery_slider517:hover {
    box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.12),
                20px 20px 40px rgba(0, 0, 0, 0.08),
                8px 8px 15px rgb(230,180,162,0.5);
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg) translateZ(20px);
}

@media (min-width: 768px) {.learning_profits486 .community_ed693 {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.learning_profits486 .text_cell780 {
    flex: 0 0 55%;
}.learning_profits486 .text_cell780 > div {
    gap: 30px;
    flex-direction: row;
}.learning_profits486 .text_cell780 > div > div {
    flex: 1;
}.learning_profits486 h4 {
    font-size: calc(19px * 1.1);
}.learning_profits486 li p span:last-child {
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 992px) {.learning_profits486 {
    padding: 150px 0;
}.learning_profits486 .community_ed693 {
    gap: 80px;
}.learning_profits486 .text_cell780 {
    flex: 0 0 50%;
    padding: 50px;
}.learning_profits486 h4 {
    font-size: calc(19px * 1.2);
    margin-bottom: 40px;
}.learning_profits486 h4::after {
    width: 90px;
}.learning_profits486 .gallery_slider517 {
    max-width: 45%;
}.learning_profits486 li {
    margin-bottom: 22px;
}@keyframes floatAnimation {
        0% { transform: translateY(0) rotateY(-8deg) rotateX(5deg); }
        50% { transform: translateY(-10px) rotateY(-7deg) rotateX(3deg); }
        100% { transform: translateY(0) rotateY(-8deg) rotateX(5deg); }
    }
    
    .learning_profits486 .gallery_slider517 {
    animation: floatAnimation 8s ease-in-out infinite;
}.learning_profits486 .gallery_slider517:hover {
    animation-play-state: paused;
}
}

@media (min-width: 1200px) {.learning_profits486 .community_ed693 {
    gap: 100px;
}.learning_profits486 .text_cell780 {
    flex: 0 0 45%;
    padding: 60px;
}.learning_profits486 h4 {
    font-size: calc(19px * 1.3);
}.learning_profits486 li p {
    font-size: calc(14px * 1.1);
}.learning_profits486 svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 767px) {.learning_profits486 {
    padding: 80px 0;
}.learning_profits486 .text_cell780 {
    padding: 30px;
}.learning_profits486 h4 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.learning_profits486 li {
    margin-bottom: 15px;
}.learning_profits486 li p {
    font-size: calc(14px * 0.95);
}.learning_profits486 .gallery_slider517 {
    width: 90%;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
}}.receive_updates325 {
    background: #ffffff;
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}.receive_updates325::before {
    height: 100%;
    opacity: 0.3;
    width: 100%;
    position: absolute;
    content: "";
    background-image: linear-gradient(
        90deg,
        rgb(243,219,205) 0%,
        rgb(243,219,205) 50%,
        transparent 50%,
        transparent 100%
    );
    left: 0;
    top: 0;
    z-index: 0;
    background-size: 4px 4px;
}.receive_updates325 .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 1;
}.receive_updates325 .community_ed693 {
    display: flex;
    position: relative;
    flex-direction: column;
}.receive_updates325 .community_ed693::before {
    font-family: Arial, sans-serif;
    opacity: 0.04;
    font-size: 12rem;
    transform: translate(-50%, -50%);
    z-index: -1;
    font-weight: 700;
    letter-spacing: 0.5rem;
    white-space: nowrap;
    color: rgb(230,180,162);
    position: absolute;
    top: 50%;
    left: 50%;
}.receive_updates325 p {
    transform: translateX(15%);
    color: #000000;
    max-width: 70%;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 4rem;
    position: relative;
    font-size: 42px;
}.receive_updates325 p::after {
    transform-origin: left;
    bottom: -20px;
    background: rgb(230,180,162);
    content: "";
    left: 0;
    height: 5px;
    animation: expandLine 1.5s cubic-bezier(.17,.67,.83,.67) forwards;
    width: 100px;
    position: absolute;
}.receive_updates325 .input_holder {
    max-width: 80%;
    position: relative;
    grid-template-columns: 3fr 1fr;
    transform: translateX(-15%);
    z-index: 2;
    margin-left: auto;
    display: grid;
}.receive_updates325 .input_holder::before {
    width: 100%;
    opacity: 0.02;
    position: absolute;
    transition: transform 0.3s ease;
    transform: translate(10px, 10px);
    background: #000000;
    content: "";
    height: 100%;
    z-index: -1;
}.receive_updates325 .input_holder:hover::before {
    transform: translate(5px, 5px);
}.receive_updates325 .sub_typography235 {
    border: 2px solid #000000;
    transition: all 0.3s ease;
    padding: 1.5rem;
    font-family: Arial, sans-serif;
    background: #ffffff;
    outline: none;
    font-size: 15px;
    color: #000000;
    border-right: none;
}.receive_updates325 .sub_typography235:focus {
    border-color: rgb(230,180,162);
}.receive_updates325 .query_form394 {
    letter-spacing: 1px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 0 2rem;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    font-size: 20px;
    background: #000000;
    position: relative;
    border: 2px solid #000000;
}.receive_updates325 .query_form394::after {
    top: -50%;
    left: -50%;
    border-radius: 50%;
    background: rgb(230,180,162);
    width: 200%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    opacity: 0;
    content: "";
    height: 200%;
    transform: scale(0);
    z-index: -1;
}.receive_updates325 .query_form394:hover {
    background: transparent;
    color: #ffffff;
    border-color: rgb(230,180,162);
}.receive_updates325 .query_form394:hover::after {
    transform: scale(1);
    opacity: 1;
}@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes floatingItem {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}

.receive_updates325::after {
    border-radius: 50%;
    right: -150px;
    height: 300px;
    background: linear-gradient(
        45deg,
        rgb(230,180,162,0.5),
        rgb(216,141,120,0.5)
    );
    filter: blur(100px);
    animation: floatingItem 20s ease-in-out infinite;
    content: "";
    top: -150px;
    width: 300px;
    opacity: 0.1;
    position: absolute;
}

@media (max-width: 992px) {.receive_updates325 p {
    max-width: 80%;
    transform: translateX(10%);
    font-size: 29px;
}.receive_updates325 .input_holder {
    max-width: 90%;
    transform: translateX(-10%);
}.receive_updates325 .community_ed693::before {
    font-size: 8rem;
}
}

@media (max-width: 768px) {.receive_updates325 {
    padding: 4rem 1.5rem;
}.receive_updates325 p {
    max-width: 100%;
    transform: none;
    font-size: calc(29px * 0.8);
}.receive_updates325 .input_holder {
    grid-template-columns: 1fr;
    gap: 1rem;
    transform: none;
    max-width: 100%;
}.receive_updates325 .sub_typography235 {
    border: 2px solid #000000;
    padding: 1.2rem;
}.receive_updates325 .query_form394 {
    padding: 1.2rem;
}.receive_updates325 .community_ed693::before {
    font-size: 5rem;
}
}

@media (max-width: 576px) {.receive_updates325 {
    padding: 3rem 1rem;
    margin: 4rem 0;
}.receive_updates325 p {
    margin-bottom: 3rem;
    font-size: 19px;
}.receive_updates325 p::after {
    width: 60px;
    height: 3px;
}.receive_updates325 .community_ed693::before {
    font-size: 3.5rem;
}.receive_updates325 .sub_typography235,
    .receive_updates325 .query_form394 {
    padding: 1rem;
}}.program_details758 {
    background: linear-gradient(135deg, rgb(243,219,205) 40%, rgb(230,180,162,0.5) 140%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.program_details758::before {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.07;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    width: 100%;
    pointer-events: none;
}.program_details758::after {
    width: 60%;
    transform: rotate(-15deg);
    position: absolute;
    height: 200%;
    top: -50%;
    pointer-events: none;
    opacity: 0.1;
    background: radial-gradient(circle at center, rgb(230,180,162,0.5) 10%, transparent 70%);
    content: "";
    right: -20%;
}.program_details758 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.program_details758 .knowledge_guide682 {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    display: flex;
    transform: perspective(1200px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    border-left: 4px solid rgb(230,180,162);
    flex-direction: column;
    background: #ffffff;
}.program_details758 .knowledge_guide682:hover {
    transform: perspective(1200px) rotateY(0deg);
}.program_details758 .gallery_slider517 {
    transform-origin: center center;
    height: 300px;
    transition: all 0.5s cubic-bezier(0.17, 0.67, 0.3, 0.96);
    position: relative;
    overflow: hidden;
}.program_details758 .gallery_slider517::before {
    left: 0;
    position: absolute;
    bottom: 0;
    opacity: 0.7;
    background: linear-gradient(
        to bottom,
        transparent 70%, 
        #000000 100%
    );
    top: 0;
    z-index: 1;
    right: 0;
    content: "";
}.program_details758 .gallery_slider517::after {
    left: -10%;
    content: "";
    mix-blend-mode: overlay;
    top: -10%;
    position: absolute;
    transition: transform 0.5s ease;
    width: 120%;
    opacity: 0.2;
    transform: scale(1.05);
    background: rgb(230,180,162);
    height: 120%;
}.program_details758 .knowledge_guide682:hover .gallery_slider517::after {
    transform: scale(1);
}.program_details758 .text_cell780 {
    padding: 40px;
    background: #ffffff;
    position: relative;
}.program_details758 .text_cell780::before {
    width: 100px;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(230,180,162) 0%, transparent 100%);
    content: "";
    position: absolute;
    left: 0;
}.program_details758 h3 {
    font-size: calc(18px * 1.1);
    color: #000000;
    transform-origin: left center;
    margin-bottom: 24px;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    position: relative;
    letter-spacing: -0.02em;
    font-weight: 700;
}.program_details758 .knowledge_guide682:hover h3 {
    color: rgb(230,180,162);
    transform: translateX(5px);
}.program_details758 p.description {
    line-height: 1.75;
    max-height: 250px;
    font-size: 14px;
    margin-bottom: 24px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    overflow-y: auto;
    padding-right: 15px;
}.program_details758 p.description::-webkit-scrollbar {
    width: 4px;
}.program_details758 p.description::-webkit-scrollbar-track {
    background: rgb(243,219,205);
}.program_details758 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(230,180,162,0.5);
}.program_details758 span.description {
    display: none;
}.program_details758 .text_cell780 div {
    position: relative;
}.program_details758 .text_cell780 div::after {
    position: absolute;
    height: 40px;
    bottom: 0;
    pointer-events: none;
    left: 0;
    content: "";
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    width: 100%;
    opacity: 0.8;
}

@media (min-width: 768px) {.program_details758 .knowledge_guide682 {
    flex-direction: row;
    max-height: 600px;
}.program_details758 .gallery_slider517 {
    transform: translateX(-10px);
    height: auto;
    width: 45%;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.3, 0.96);
}.program_details758 .knowledge_guide682:hover .gallery_slider517 {
    transform: translateX(0);
}.program_details758 .text_cell780 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    width: 55%;
}.program_details758 h3 {
    font-size: 18px;
}.program_details758 p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_details758 {
    padding: 150px 0;
}.program_details758 .knowledge_guide682 {
    max-height: 550px;
}.program_details758 .gallery_slider517 {
    transform: translateX(-20px);
}.program_details758 .text_cell780 {
    padding: 60px;
}.program_details758 h3 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.7);
}.program_details758 p.description {
    font-size: calc(14px * 1.05);
    max-height: 300px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.program_details758 {
    padding: 80px 0;
}.program_details758 .knowledge_guide682 {
    transform: perspective(1200px) rotateY(0deg);
}.program_details758 .text_cell780 {
    padding: 30px 20px;
}.program_details758 h3 {
    margin-bottom: 20px;
    font-size: calc(18px * 0.95);
}.program_details758 p.description {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.program_details758 {
    padding: 60px 0;
}.program_details758 .gallery_slider517 {
    height: 200px;
}.program_details758 .text_cell780 {
    padding: 25px 15px;
}.program_details758 h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}}.collab_net491 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(45deg, #000000 0%, rgb(216,141,120,0.5) 100%);
    padding: 6rem 0 2rem;
    position: relative;
}.collab_net491::before {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(230,180,162,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(216,141,120,0.5) 0%, transparent 30%);
    left: 0;
    opacity: 0.15;
}.collab_net491::after {
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    position: absolute;
    height: 100%;
    z-index: 2;
}.collab_net491 .container {
    position: relative;
    z-index: 3;
}.collab_net491 .policy_links164 {
    position: relative;
    display: flex;
    flex-direction: column;
}.collab_net491 .msg_info906 {
    gap: 1.5rem;
    transform: translateY(-3.5rem);
    margin-bottom: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 1.25rem 2rem;
    justify-content: space-between;
    z-index: 10;
    background-color: #ffffff;
    display: flex;
    border-radius: 28px;
    flex-wrap: wrap;
    position: relative;
}.collab_net491 .msg_info906::before {
    content: '';
    left: 0;
    opacity: 0.08;
    height: 100%;
    top: 0;
    border-radius: 28px;
    background: linear-gradient(135deg, transparent 20%, rgb(230,180,162,0.5) 140%);
    position: absolute;
    z-index: -1;
    width: 100%;
}.collab_net491 .info_item {
    position: relative;
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}.collab_net491 .info_item:not(:last-child)::after {
    background: linear-gradient(to bottom, transparent, rgb(216,141,120,0.5), transparent);
    position: absolute;
    top: 50%;
    width: 1px;
    right: -0.75rem;
    content: '';
    height: 70%;
    transform: translateY(-50%);
}.collab_net491 .info_item p,
.collab_net491 .info_item a {
    border-radius: 10px;
    padding: 0.5rem;
    text-decoration: none;
    color: #000000;
    gap: 0.875rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 13px;
}.collab_net491 .info_item:hover {
    transform: translateY(-5px);
}.collab_net491 .info_item:hover p,
.collab_net491 .info_item:hover a {
    color: rgb(230,180,162);
}.collab_net491 .info_item svg {
    fill: rgb(230,180,162);
    transition: transform 0.3s ease;
    height: 22px;
    width: 22px;
}.collab_net491 .info_item:hover svg {
    transform: scale(1.15);
}.collab_net491 .text_main_holder {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 4rem;
}.collab_net491 .site_study471 {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.collab_net491 .site_study471 svg {
    height: auto;
    max-width: 180px;
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
}.collab_net491 .site_study471:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(230,180,162,0.5));
    transform: scale(1.03);
}.collab_net491 .leaderboard862 {
    line-height: 1.6;
    font-size: calc(14px + 1px);
    opacity: 0.8;
}.collab_net491 .head_pro986 {
    position: relative;
    flex-direction: column;
    display: flex;
}.collab_net491 .head_pro986::before {
    bottom: 0;
    position: absolute;
    width: 1px;
    content: '';
    top: 0;
    left: -2rem;
    background: linear-gradient(to bottom, transparent, rgb(216,141,120,0.5) 30%, rgb(216,141,120,0.5) 70%, transparent);
}.collab_net491 .head_pro986::after {
    background: linear-gradient(to bottom, transparent, rgb(216,141,120,0.5) 30%, rgb(216,141,120,0.5) 70%, transparent);
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    width: 1px;
    right: -2rem;
}.collab_net491 .head_pro986 h5 {
    position: relative;
    margin-bottom: 1.75rem;
    padding-bottom: 0.875rem;
    font-size: 20px;
    font-weight: 600;
}.collab_net491 .head_pro986 h5::after {
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(230,180,162), transparent);
    height: 2px;
    content: '';
    width: 60px;
    bottom: 0;
}.collab_net491 .page_head856 {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}.collab_net491 .page_head856:first-child {
    margin-bottom: 2rem;
}.collab_net491 .page_head856 a {
    padding: 0.25rem 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
    transform-origin: left;
    position: relative;
    opacity: 0.85;
}.collab_net491 .page_head856 a::before {
    bottom: 0;
    content: '';
    left: 0;
    background-color: rgb(230,180,162);
    height: 1px;
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
}.collab_net491 .page_head856 a:hover {
    opacity: 1;
    color: rgb(230,180,162);
    transform: translateX(8px);
}.collab_net491 .page_head856 a:hover::before {
    width: 20px;
}.collab_net491 .subscribe_holder {
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    overflow: hidden;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    flex-direction: column;
    padding: 2rem;
    position: relative;
    border-radius: 28px;
    gap: 1.5rem;
}.collab_net491 .subscribe_holder::before {
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(230,180,162,0.5), transparent 70%);
    left: 0;
    content: '';
    z-index: -1;
    width: 100%;
    top: 0;
    opacity: 0.2;
}.collab_net491 .subscribe_holder::after {
    animation: pulseGlow 6s infinite alternate;
    position: absolute;
    bottom: 0;
    content: '';
    z-index: -1;
    height: 150px;
    opacity: 0.3;
    right: 0;
    background: radial-gradient(circle, rgb(230,180,162,0.5) 0%, transparent 70%);
    width: 150px;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.collab_net491 .subscribe_holder h5 {
    font-size: 20px;
    position: relative;
    font-weight: 600;
    margin-bottom: 0.5rem;
    padding-bottom: 0.875rem;
}.collab_net491 .subscribe_holder h5::after {
    width: 40px;
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
    background: rgb(230,180,162);
}.collab_net491 .subscribe_holder p {
    margin-bottom: 0.5rem;
    opacity: 0.9;
    font-size: 13px;
    line-height: 1.6;
}.collab_net491 .input_holder {
    position: relative;
    margin-top: 0.5rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.collab_net491 .input_holder::before {
    left: -10px;
    z-index: -1;
    border-radius: calc(10px + 10px);
    animation: subtleRotate 15s linear infinite;
    width: calc(100% + 20px);
    opacity: 0.1;
    position: absolute;
    background: 
        radial-gradient(circle at bottom right, rgb(230,180,162,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(216,141,120,0.5) 0%, transparent 70%);
    content: '';
    height: calc(100% + 20px);
    top: -10px;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.collab_net491 .input_holder input[type="email"] {
    padding: 1.125rem 1.5rem;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.collab_net491 .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(230,180,162,0.5);
    border-color: rgb(230,180,162,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
}.collab_net491 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.collab_net491 .sub_field691 {
    z-index: 1;
    padding: 1.125rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    position: relative;
    background-color: rgb(230,180,162);
    overflow: hidden;
    transition: all 0.3s ease;
}.collab_net491 .sub_field691::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
    left: -100%;
    width: 100%;
}.collab_net491 .sub_field691::after {
    opacity: 0;
    transition: opacity 0.3s ease;
    background: rgb(216,141,120);
    top: 0;
    content: '';
    z-index: -2;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}.collab_net491 .sub_field691:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.collab_net491 .sub_field691:hover::before {
    left: 100%;
}.collab_net491 .sub_field691:hover::after {
    opacity: 1;
}.collab_net491 .tiktok_edu713 {
    position: relative;
    margin-top: 4rem;
    padding-top: 2rem;
    text-align: center;
}.collab_net491 .tiktok_edu713::before {
    content: '';
    left: 20%;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(216,141,120,0.5), transparent);
    width: 60%;
    position: absolute;
    height: 1px;
}.collab_net491 .price_table402 {
    font-size: 14px;
    opacity: 0.7;
}

@media (max-width: 1200px) {.collab_net491 .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.collab_net491 .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.collab_net491 .head_pro986::after {
    display: none;
}
}

@media (max-width: 991px) {.collab_net491 {
    padding: 5rem 0 2rem;
}.collab_net491 .msg_info906 {
    flex-wrap: wrap;
    justify-content: center;
}.collab_net491 .info_item {
    max-width: none;
    width: calc(50% - 2rem);
    flex: 0 0 auto;
}.collab_net491 .info_item:not(:last-child)::after {
    display: none;
}.collab_net491 .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.collab_net491 .head_pro986::before, 
    .collab_net491 .head_pro986::after {
    display: none;
}.collab_net491 .site_study471 {
    align-items: center;
    text-align: center;
}.collab_net491 .head_pro986 h5, 
    .collab_net491 .subscribe_holder h5 {
    text-align: center;
}.collab_net491 .head_pro986 h5::after, 
    .collab_net491 .subscribe_holder h5::after {
    left: 50%;
    transform: translateX(-50%);
}.collab_net491 .page_head856 {
    grid-template-columns: repeat(3, 1fr);
}.collab_net491 .input_holder {
    margin: 0 auto;
    max-width: 400px;
}
}

@media (max-width: 768px) {.collab_net491 {
    padding: 4rem 0 2rem;
}.collab_net491 .msg_info906 {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.collab_net491 .info_item {
    max-width: none;
    width: 100%;
}.collab_net491 .page_head856 {
    grid-template-columns: repeat(2, 1fr);
}.collab_net491 .tiktok_edu713 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.collab_net491 {
    padding: 3rem 0 1.5rem;
}.collab_net491 .msg_info906 {
    padding: 1rem;
    transform: translateY(-1.5rem);
}.collab_net491 .info_item p,
    .collab_net491 .info_item a {
    font-size: calc(13px - 1px);
}.collab_net491 .page_head856 {
    grid-template-columns: 1fr;
    text-align: center;
}.collab_net491 .page_head856 a:hover {
    transform: none;
}.collab_net491 .page_head856 a::before {
    left: 50%;
    transform: translateX(-50%);
}.collab_net491 .page_head856 a:hover::before {
    width: 30px;
}.collab_net491 .input_holder {
    width: 100%;
}}.instructor_history265 {
    position: relative;
    padding: 6rem 2rem;
    background: rgb(243,219,205);
    overflow: hidden;
}.instructor_history265::before {
    content: "";
    transform-origin: left center;
    animation: lineExpand 5s ease-in-out infinite alternate;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(230,180,162,0.5), transparent);
    position: absolute;
    height: 1px;
    width: 40%;
    top: 40%;
}.instructor_history265::after {
    bottom: 40%;
    background: linear-gradient(to left, transparent, rgb(216,141,120,0.5), transparent);
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    position: absolute;
    width: 40%;
    height: 1px;
    content: "";
    transform-origin: right center;
    right: 0;
}.instructor_history265 .alumni_testimonials384 {
    margin: 0 auto;
    gap: 4rem;
    position: relative;
    max-width: 1100px;
    grid-template-columns: 1fr 2fr;
    z-index: 1;
    display: grid;
}.instructor_history265 .gallery_slider517 {
    height: 400px;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 0;
    transform: scale(1);
    overflow: hidden;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    filter: grayscale(100%);
    position: relative;
    width: 100%;
}.instructor_history265 .gallery_slider517::after {
    position: absolute;
    mix-blend-mode: overlay;
    opacity: 0.5;
    width: 100%;
    top: 0;
    transition: all 0.7s ease;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(230,180,162,0.5) 0%, transparent 50%);
}.instructor_history265 .emp_container615 {
    position: relative;
    display: flex;
    transition: all 0.7s ease;
    opacity: 0.9;
    flex-direction: column;
    justify-content: center;
}.instructor_history265 .emp_container615::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    height: 70%;
    top: 15%;
    left: -2rem;
    width: 1px;
    content: "";
}.instructor_history265 .name {
    position: relative;
    font-size: calc(43px * 1.2);
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    transition: all 0.5s ease;
    transform: translateX(0);
}.instructor_history265 .name::after {
    height: 2px;
    transform-origin: left;
    transition: transform 0.5s ease 0.2s;
    content: "";
    left: 0;
    transform: scaleX(0);
    background: rgb(230,180,162);
    position: absolute;
    width: 50px;
    bottom: -0.5rem;
}.instructor_history265 .emp_container615 div:nth-child(2) {
    font-size: 16px;
    letter-spacing: 2px;
    transform: translateX(0);
    text-transform: uppercase;
    margin-bottom: 3rem;
    transition: all 0.5s ease 0.1s;
    font-weight: 300;
    color: rgb(216,141,120);
}.instructor_history265 .work_content657 {
    color: #000000;
    padding-left: 2rem;
    transition: all 0.5s ease 0.2s;
    font-weight: 300;
    transform: translateX(0);
    font-size: 23px;
    line-height: 1.8;
    position: relative;
}.instructor_history265 .work_content657::before {
    position: absolute;
    top: -1rem;
    color: rgb(230,180,162,0.5);
    font-size: 4rem;
    font-family: serif;
    content: "";
    line-height: 1;
    left: 0;
}.instructor_history265 .alumni_testimonials384:hover .gallery_slider517 {
    filter: grayscale(0%);
    transform: scale(1.05);
}.instructor_history265 .alumni_testimonials384:hover .gallery_slider517::after {
    opacity: 0.3;
}.instructor_history265 .alumni_testimonials384:hover .name {
    transform: translateX(10px);
}.instructor_history265 .alumni_testimonials384:hover .name::after {
    transform: scaleX(1);
}.instructor_history265 .alumni_testimonials384:hover .emp_container615 div:nth-child(2) {
    transform: translateX(20px);
}.instructor_history265 .alumni_testimonials384:hover .work_content657 {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.instructor_history265 .alumni_testimonials384 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.instructor_history265 .gallery_slider517 {
    margin: 0 auto;
    height: 350px;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    width: 80%;
}.instructor_history265 .emp_container615::before {
    left: 20%;
    top: -1.5rem;
    width: 60%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
}.instructor_history265 .alumni_testimonials384:hover .name,
    .instructor_history265 .alumni_testimonials384:hover .emp_container615 div:nth-child(2),
    .instructor_history265 .alumni_testimonials384:hover .work_content657 {
    transform: translateX(0);
}}.prospective_students096 {
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(243,219,205) 100%);
    padding: 110px 0;
    position: relative;
}.prospective_students096::before {
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(216,141,120,0.5) 98%, rgb(216,141,120,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(216,141,120,0.5) 98%, rgb(216,141,120,0.5) 100%);
    opacity: 0.4;
    height: 100%;
    background-size: 30px 30px;
}.prospective_students096 .container {
    z-index: 2;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}.prospective_students096 .community_ed693 {
    position: relative;
}.prospective_students096 h4 {
    display: inline-block;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px 30px;
    color: #000000;
    font-size: 36px;
    left: 50%;
    box-shadow: 5px 5px 0 rgb(230,180,162,0.5);
    margin-bottom: 60px;
    transform: translateX(-50%);
    font-weight: 700;
    border: 2px solid rgb(230,180,162);
}.prospective_students096 div > div {
    display: flex;
    gap: 50px;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}.prospective_students096 div > div::before {
    background: linear-gradient(90deg, transparent, rgb(230,180,162,0.5), transparent);
    content: "";
    left: 0;
    height: 2px;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 50%;
}.prospective_students096 div > div::after {
    content: "";
    width: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgb(216,141,120,0.5), transparent);
    z-index: -1;
}.prospective_students096 p {
    align-items: center;
    z-index: 1;
    display: flex;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgb(243,219,205);
    justify-content: flex-start;
    color: #000000;
    margin: 0;
    font-size: 17px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    width: calc(33.333% - 50px);
    padding: 20px;
    background: #ffffff;
}.prospective_students096 p::before {
    position: absolute;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, transparent 0%, rgb(230,180,162,0.5) 300%);
    opacity: 0;
    z-index: -1;
    left: 0;
    border-radius: 10px;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
}.prospective_students096 p::after {
    border: 1px solid rgb(230,180,162);
    height: 20px;
    transition: all 0.3s ease;
    background: #ffffff;
    width: 20px;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
}.prospective_students096 p:hover {
    border-color: rgb(230,180,162,0.5);
    transform: translateY(-10px);
}.prospective_students096 p:hover::before {
    opacity: 0.2;
}.prospective_students096 p:hover::after {
    background: rgb(230,180,162);
    transform: scale(1.5);
}.prospective_students096 p svg {
    height: 26px;
    margin-right: 15px;
    flex-shrink: 0;
    width: 26px;
    transition: all 0.3s ease;
}.prospective_students096 p svg path {
    fill: rgb(230,180,162);
    transition: fill 0.3s ease;
}.prospective_students096 p:hover svg {
    transform: rotate(15deg);
}.prospective_students096 p:hover svg path {
    fill: rgb(216,141,120);
}@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.prospective_students096::after {
    content: "";
    position: absolute;
    right: 0;
    height: 300px;
    background-position: bottom right;
    opacity: 0.3;
    background-repeat: no-repeat;
    width: 300px;
    bottom: 0;
    z-index: 1;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.prospective_students096 .community_ed693 > div p {
    animation: fadeInScale 0.5s ease forwards;
    opacity: 0;
}.prospective_students096 .community_ed693 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_students096 .community_ed693 > div p:nth-child(2) {
    animation-delay: 0.2s;
}.prospective_students096 .community_ed693 > div p:nth-child(3) {
    animation-delay: 0.3s;
}.prospective_students096 .community_ed693 > div p:nth-child(4) {
    animation-delay: 0.4s;
}.prospective_students096 .community_ed693 > div p:nth-child(5) {
    animation-delay: 0.5s;
}.prospective_students096 .community_ed693 > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.prospective_students096 {
    padding: 90px 0;
}.prospective_students096 h4 {
    font-size: calc(36px * 0.9);
    padding: 12px 25px;
    margin-bottom: 50px;
}.prospective_students096 div > div {
    gap: 30px;
}.prospective_students096 p {
    padding: 18px;
    width: calc(50% - 30px);
}.prospective_students096 p svg {
    width: 24px;
    margin-right: 12px;
    height: 24px;
}.prospective_students096::after {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 768px) {.prospective_students096 {
    padding: 70px 0;
}.prospective_students096 h4 {
    box-shadow: 3px 3px 0 rgb(230,180,162,0.5);
    margin-bottom: 40px;
    font-size: calc(36px * 0.8);
    padding: 10px 20px;
}.prospective_students096 div > div {
    gap: 25px;
}.prospective_students096 div > div::before,
    .prospective_students096 div > div::after {
    opacity: 0.4;
}.prospective_students096 p {
    font-size: calc(17px * 0.95);
    width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.prospective_students096 {
    padding: 60px 0;
}.prospective_students096 h4 {
    padding: 8px 16px;
    margin-bottom: 35px;
    border-width: 1px;
    font-size: calc(36px * 0.7);
    box-shadow: 2px 2px 0 rgb(230,180,162,0.5);
}.prospective_students096 div > div {
    gap: 20px;
}.prospective_students096 p {
    font-size: calc(17px * 0.9);
    padding: 12px;
}.prospective_students096 p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.prospective_students096 p::after {
    top: -5px;
    height: 12px;
    left: -5px;
    width: 12px;
}.prospective_students096::after {
    width: 100px;
    height: 100px;
}}.contact_box849 {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: rgb(243,219,205);
}.contact_box849::before {
    left: 0;
    height: 100%;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(230,180,162,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(216,141,120,0.5) 0%, transparent 60%);
    position: absolute;
    content: '';
    top: 0;
    opacity: 0.2;
}.contact_box849::after {
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    left: 0;
}.contact_box849 .gallery_slider517 {
    right: 0;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 100px 0 0 100px;
    width: 45%;
    z-index: 1;
    top: 2.5%;
    height: 95%;
    position: absolute;
}.contact_box849 .gallery_slider517::after {
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    border-radius: 100px 0 0 100px;
    background: linear-gradient(to right, rgb(230,180,162,0.5), transparent 70%);
    position: absolute;
    left: 0;
}.contact_box849 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.contact_box849 h3 {
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 32px;
    font-family: Arial, sans-serif;
}.contact_box849 .request_message283 {
    overflow: hidden;
    width: 100%;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    display: flex;
    background: #ffffff;
}.contact_box849 .request_message283::before {
    width: 200px;
    left: -100px;
    content: '';
    border-radius: 50%;
    position: absolute;
    height: 200px;
    opacity: 0.05;
    background: rgb(230,180,162,0.5);
    top: -100px;
}.contact_box849 .request_message283::after {
    bottom: -75px;
    opacity: 0.05;
    border-radius: 50%;
    height: 150px;
    right: -75px;
    position: absolute;
    width: 150px;
    content: '';
    background: rgb(216,141,120,0.5);
}.contact_box849 .reach_support301 {
    position: relative;
    padding: 50px;
    width: 60%;
}.contact_box849 form h3 {
    text-align: left;
    margin-bottom: 30px;
    color: rgb(230,180,162);
    font-size: 20px;
}.contact_box849 form h3::before,
.contact_box849 form h3::after {
    display: none;
}.contact_box849 input[type="text"],
.contact_box849 textarea {
    font-size: 18px;
    width: 100%;
    background: rgba(245, 245, 245, 0.5);
    margin-bottom: 20px;
    padding: 15px 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 30px;
    color: #000000;
}.contact_box849 input[type="text"]:focus,
.contact_box849 textarea:focus {
    box-shadow: 0 0 15px rgb(230,180,162,0.5);
    border-color: rgb(230,180,162,0.5);
    outline: none;
    background: rgba(255, 255, 255, 1);
}.contact_box849 textarea {
    resize: none;
    border-radius: 20px;
    height: 140px;
}.contact_box849 .inquiry_info129 {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact_box849 .inquiry_info129 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_box849 .inquiry_info129 label {
    cursor: pointer;
    line-height: 1.6;
    position: relative;
    color: #000000;
    padding-left: 35px;
    font-size: 15px;
}.contact_box849 .inquiry_info129 label::before {
    border: 2px solid rgb(230,180,162,0.5);
    top: 2px;
    left: 0;
    height: 22px;
    content: '';
    position: absolute;
    width: 22px;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: #ffffff;
}.contact_box849 .inquiry_info129 input[type="checkbox"]:checked + label::before {
    border-color: rgb(230,180,162);
    background: rgb(230,180,162);
}.contact_box849 .inquiry_info129 input[type="checkbox"]:checked + label::after {
    left: 8px;
    content: '';
    transform: rotate(45deg);
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    top: 6px;
    border: solid #ffffff;
    position: absolute;
}.contact_box849 .inquiry_info129 a {
    color: rgb(230,180,162);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_box849 .inquiry_info129 a:hover {
    color: rgb(216,141,120);
}.contact_box849 .query_form394 {
    z-index: 1;
    padding: 15px 40px;
    border-radius: 50px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: 600;
    background: rgb(230,180,162);
    position: relative;
    transition: all 0.3s ease;
    font-size: 14px;
    border: none;
    color: #ffffff;
    overflow: hidden;
}.contact_box849 .query_form394::before {
    transition: all 0.5s ease;
    width: 100%;
    border-radius: 50px;
    position: absolute;
    content: '';
    z-index: -1;
    height: 100%;
    transform: translateY(100%);
    background: rgb(216,141,120);
    left: 0;
    top: 0;
}.contact_box849 .query_form394:hover {
    box-shadow: 0 5px 20px rgb(230,180,162,0.5);
    transform: translateY(-3px);
}.contact_box849 .query_form394:hover::before {
    transform: translateY(0);
}.contact_box849 .message_inquiry829 {
    position: absolute;
    z-index: 3;
    flex-direction: column;
    transform: translateY(-50%);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 70px 0 0 70px;
    padding: 50px;
    display: flex;
    right: 0;
    background: linear-gradient(135deg, rgb(230,180,162), rgb(216,141,120));
    top: 50%;
    width: 40%;
    justify-content: center;
}.contact_box849 .message_inquiry829::before {
    content: '';
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    border-radius: 70px 0 0 70px;
}.contact_box849 .message_inquiry829 h4 {
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
}.contact_box849 .message_inquiry829 h4::after {
    left: 0;
    bottom: -10px;
    position: absolute;
    background: #ffffff;
    content: '';
    height: 3px;
    width: 40px;
    border-radius: 3px;
}.contact_box849 .message_list690 {
    list-style: none;
    margin: 0;
    padding: 0;
}.contact_box849 .message_list690 li {
    margin-bottom: 25px;
    align-items: flex-start;
    padding: 5px;
    display: flex;
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact_box849 .message_list690 li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.contact_box849 .message_list690 svg {
    transition: transform 0.3s ease;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 3px;
    width: 24px;
}.contact_box849 .message_list690 li:hover svg {
    transform: scale(1.2);
}.contact_box849 .message_list690 svg path {
    fill: #ffffff;
}.contact_box849 .message_list690 span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 18px;
}.contact_box849 .message_list690 a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_box849 .message_list690 a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.contact_box849 .request_message283 {
    width: 70%;
}.contact_box849 .message_inquiry829 {
    width: 35%;
}
}

@media (max-width: 992px) {.contact_box849 .gallery_slider517 {
    display: none;
}.contact_box849 .container {
    flex-direction: column;
    align-items: center;
    display: flex;
}.contact_box849 .request_message283 {
    flex-direction: column;
    max-width: 600px;
    width: 100%;
}.contact_box849 .message_inquiry829 {
    top: auto;
    max-width: 600px;
    position: relative;
    right: auto;
    border-radius: 20px;
    width: 100%;
    margin-top: 30px;
    transform: none;
}.contact_box849 .message_inquiry829::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.contact_box849 {
    padding: 70px 0;
}.contact_box849 h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.contact_box849 .reach_support301,
    .contact_box849 .message_inquiry829 {
    padding: 30px;
}
}

@media (max-width: 576px) {.contact_box849 {
    padding: 50px 0;
}.contact_box849 h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
}.contact_box849 .reach_support301,
    .contact_box849 .message_inquiry829 {
    padding: 25px 20px;
}.contact_box849 input[type="text"],
    .contact_box849 textarea {
    margin-bottom: 15px;
    padding: 12px 20px;
}.contact_box849 .query_form394 {
    width: 100%;
    padding: 12px;
}}.tariff_container941 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.tariff_container941::before {
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
}.tariff_container941 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
}.tariff_container941 .deal_opts736 {
    perspective: 1000px;
}.tariff_container941 h2 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 37px;
    color: #ffffff;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-align: center;
    transform: translateZ(50px);
    position: relative;
}.tariff_container941 h2::after {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    bottom: -10px;
    background: rgb(230,180,162);
    height: 3px;
    box-shadow: 0 0 15px rgb(230,180,162,0.5);
    left: 50%;
    width: 80px;
}.tariff_container941 .plan_table983 {
    margin: 0 auto 60px;
    opacity: 0.9;
    font-size: 12px;
    max-width: 800px;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
}.tariff_container941 .learning_cost809 {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    gap: 30px;
}.tariff_container941 .annual_plan839 {
    height: 100%;
    text-decoration: none;
    will-change: transform;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
}.tariff_container941 .cert_fees890 {
    padding: 8px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    height: 100%;
}.tariff_container941 .cert_fees890::before {
    top: -5px;
    background-size: 200% 200%;
    right: -5px;
    animation: shimmer 3s infinite linear;
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    opacity: 0;
    left: -5px;
    bottom: -5px;
    position: absolute;
    z-index: -1;
    transition: opacity 0.4s ease;
}.tariff_container941 .learning_rates724 {
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 4px;
    transition: all 0.3s ease;
    height: 100%;
    flex-direction: column;
    padding: 35px 25px;
    position: relative;
    display: flex;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
}.tariff_container941 .learning_rates724 h4 {
    font-size: 23px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
}.tariff_container941 .learning_rates724 h4::after {
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(230,180,162);
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
}.tariff_container941 .learning_rates724 p {
    opacity: 0.8;
    color: #ffffff;
    margin-bottom: 25px;
    flex-grow: 1;
    line-height: 1.6;
    font-size: calc(12px - 2px);
}.tariff_container941 .learning_deals035 {
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    font-size: calc(23px + 4px);
    font-weight: 700;
    position: relative;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(230,180,162) 0%, rgb(216,141,120) 100%);
    border-radius: 30px;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    padding: 12px 25px;
}.tariff_container941 .learning_deals035::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    width: 100%;
    content: "";
    position: absolute;
    transition: 0.5s;
    height: 100%;
    left: -100%;
    top: 0;
}.tariff_container941 .annual_plan839:hover {
    transform: translateY(-10px) rotateX(5deg);
}.tariff_container941 .annual_plan839:hover .cert_fees890 {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.tariff_container941 .annual_plan839:hover .cert_fees890::before {
    opacity: 1;
}.tariff_container941 .annual_plan839:hover .learning_rates724 h4::after {
    width: 80px;
}.tariff_container941 .annual_plan839:hover .learning_deals035::before {
    left: 100%;
}.tariff_container941 .annual_plan839:hover .learning_rates724 {
    transform: translateZ(20px);
    border-color: rgba(255,255,255,0.1);
}

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

@media (max-width: 1200px) {.tariff_container941 {
    padding: 100px 0;
}.tariff_container941 .learning_cost809 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.tariff_container941 .learning_rates724 {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.tariff_container941 {
    padding: 80px 0;
}.tariff_container941 h2 {
    font-size: calc(37px - 4px);
}.tariff_container941 .plan_table983 {
    margin-bottom: 40px;
}.tariff_container941 .learning_cost809 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.tariff_container941 .learning_rates724 h4 {
    font-size: calc(23px - 1px);
}.tariff_container941 .learning_deals035 {
    padding: 10px 20px;
    font-size: calc(23px + 2px);
}
}

@media (max-width: 480px) {.tariff_container941 {
    padding: 60px 0;
}.tariff_container941 h2 {
    font-size: calc(37px - 6px);
}.tariff_container941 .plan_table983 {
    font-size: calc(12px - 1px);
    margin-bottom: 30px;
}.tariff_container941 .learning_rates724 {
    padding: 25px 15px;
}.tariff_container941 .learning_rates724 p {
    font-size: calc(12px - 3px);
    margin-bottom: 20px;
}.tariff_container941 .learning_deals035 {
    padding: 8px 15px;
    font-size: calc(23px + 0px);
}
}

@media (hover: none) {.tariff_container941 .annual_plan839:hover {
    transform: none;
}.tariff_container941 .cert_fees890 {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.tariff_container941 .annual_plan839:active {
    transform: scale(0.98);
}}.statistical_overview084 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(243,219,205) 0%, rgb(216,141,120,0.5) 100%);
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
}.statistical_overview084::before {
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
    opacity: 0.6;
    background: radial-gradient(circle at 20% 30%, rgb(230,180,162,0.5) 0%, transparent 60%);
    top: 0;
    pointer-events: none;
    left: 0;
    position: absolute;
}.statistical_overview084::after {
    height: 70%;
    pointer-events: none;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 0;
    position: absolute;
    transform: translateY(20%) translateX(10%);
    content: "";
    background: radial-gradient(ellipse at bottom right, rgb(216,141,120,0.5) 0%, transparent 70%);
    opacity: 0.4;
}.statistical_overview084 h3 {
    position: relative;
    text-align: center;
    font-size: calc(35px * 0.9);
    animation: fadeInUp 0.8s ease forwards 0.2s;
    color: #000000;
    z-index: 2;
    transform: translateY(0);
    margin-bottom: 3rem;
    opacity: 0;
    font-weight: 700;
}.statistical_overview084 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.statistical_overview084 ul {
    padding: 0;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    list-style: none;
}.statistical_overview084 .extra_statistics349 {
    flex-direction: column;
    min-height: 180px;
    height: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(30px);
    align-items: center;
    opacity: 0;
    display: flex;
    animation-delay: calc(0.15s * var(--i, 0));
    position: relative;
    padding: 1.8rem;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 94% 100%, 0 100%);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 85%);
    justify-content: center;
    animation: statReveal 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.statistical_overview084 .extra_statistics349:nth-child(1) {
    --i: 1;
}.statistical_overview084 .extra_statistics349:nth-child(2) {
    --i: 2;
}.statistical_overview084 .extra_statistics349:nth-child(3) {
    --i: 3;
}.statistical_overview084 .extra_statistics349:nth-child(4) {
    --i: 4;
}.statistical_overview084 .extra_statistics349:nth-child(5) {
    --i: 5;
}.statistical_overview084 .extra_statistics349:nth-child(6) {
    --i: 6;
}.statistical_overview084 .extra_statistics349:nth-child(7) {
    --i: 7;
}.statistical_overview084 .extra_statistics349::before {
    background: linear-gradient(45deg, transparent 0%, rgb(230,180,162,0.5) 100%);
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 94%, 94% 100%, 0 100%);
    height: 100%;
    z-index: -1;
    position: absolute;
    transition: opacity 0.5s ease;
    left: 0;
    opacity: 0;
    top: 0;
    width: 100%;
}.statistical_overview084 .extra_statistics349:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(230,180,162,0.5);
    transform: translateY(-5px) scale(1.02);
}.statistical_overview084 .extra_statistics349:hover::before {
    opacity: 0.1;
}.statistical_overview084 .extra_statistics349 span {
    font-size: calc(15px * 1.05);
    transition: all 0.4s ease;
    transform: translateY(0);
    display: block;
    line-height: 1.3;
    position: relative;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.8rem;
}.statistical_overview084 .extra_statistics349:hover span {
    color: rgb(230,180,162);
    transform: translateY(-2px);
}.statistical_overview084 .extra_statistics349 p {
    font-size: calc(47px * 1.1);
    margin: 0.5rem 0 0;
    display: inline-block;
    color: rgb(230,180,162);
    position: relative;
    font-weight: 700;
}.statistical_overview084 .extra_statistics349 p::after {
    bottom: -5px;
    width: 0;
    transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgb(216,141,120);
    height: 3px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}.statistical_overview084 .extra_statistics349:hover p::after {
    width: 70%;
}

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

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


@media (max-width: 1200px) {.statistical_overview084 ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.2rem;
}.statistical_overview084 .extra_statistics349 {
    min-height: 160px;
    padding: 1.6rem;
}
}

@media (max-width: 992px) {.statistical_overview084 {
    padding: 3rem 1.5rem;
}.statistical_overview084 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.85);
}.statistical_overview084 ul {
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
}

@media (max-width: 768px) {.statistical_overview084 {
    padding: 2.5rem 1rem;
}.statistical_overview084 h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.statistical_overview084 ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical_overview084 .extra_statistics349 {
    min-height: 150px;
    padding: 1.4rem;
}.statistical_overview084 .extra_statistics349 span {
    font-size: 15px;
}.statistical_overview084 .extra_statistics349 p {
    font-size: 47px;
}
}

@media (max-width: 576px) {.statistical_overview084 {
    padding: 2rem 0.8rem;
}.statistical_overview084 h3 {
    font-size: calc(35px * 0.75);
    margin-bottom: 1.5rem;
}.statistical_overview084 ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.statistical_overview084 .extra_statistics349 {
    padding: 1.2rem;
    min-height: auto;
}.statistical_overview084 .extra_statistics349 p {
    font-size: calc(47px * 0.9);
}.statistical_overview084::before,
    .statistical_overview084::after {
    opacity: 0.3;
}
}