﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.badge_case {
    flex: 0 0 auto;
}html,body {
    auto
contain
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}::-webkit-scrollbar {
    padding: 3px;
    width: 4px;
}::-webkit-scrollbar-track {
    border-radius: 1.1em;
    border: 1px groove rgb(183,213,180,0.5);
    background: rgb(232,232,240);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    border: 2px dashed rgb(183,213,180);
    background: radial-gradient(circle at bottom right, #ffffff 83%, rgb(255, 255, 255, 0.5) 96%, rgb(186,123,123) 5%, rgb(186,123,123,0.5) 9%, rgb(183,213,180) 37%, rgb(183,213,180,0.5) 28%, rgb(232,232,240) 77%);
    transition: all, background, transform 4.6s ease-out;
}::-webkit-scrollbar-thumb:hover {
    transform: translateX(2px);
    box-shadow: 4px -5px 7px 5px rgba(0, 0, 0, 0.6);
    border-color: rgb(183,213,180,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 1px 3px 1px 8px rgba(0, 0, 0, 0.4);
    background: rgb(183,213,180,0.5);
}* {
    scrollbar-color: rgb(232,232,240) rgb(255, 255, 255, 0.5);
    scrollbar-width: none;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-holder {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}.container {
    width: 1194px;
    margin: auto;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.nav_master {
    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;
}}
.title_intro {
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 600px;
}.title_intro .edu_begin {
    justify-content: center;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    align-items: center;
    width: 100%;
}.title_intro .edu_begin::before {
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(
    135deg,
    rgb(186,123,123,0.5) 0%,
    rgb(183,213,180,0.5) 100%
  );
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.85;
    position: absolute;
}.title_intro .edu_begin::after {
    height: 100%;
    opacity: 0.05;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    background-image: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.5) 1px,
    transparent 1px,
    transparent 15px
  );
    top: 0;
    animation: gradientShift 15s ease-in-out infinite alternate;
    z-index: 2;
}.title_intro .expert_guides {
    backdrop-filter: blur(8px);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 85%;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 5;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}.title_intro .expert_guides::before {
    background: linear-gradient(45deg, rgb(186,123,123), transparent, rgb(183,213,180));
    opacity: 0.6;
    content: "";
    right: -5px;
    left: -5px;
    bottom: -5px;
    position: absolute;
    animation: gradientFlow 8s ease-in-out infinite alternate;
    transform: scale(1.01);
    top: -5px;
    z-index: -1;
    filter: blur(10px);
}.title_intro .expert_guides > div {
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
    animation-delay: calc(var(--index, 0) * 0.2s);
    transform: translateY(20px);
}.title_intro .expert_guides > div:nth-child(1) {
    --index: 1;
}.title_intro .expert_guides > div:nth-child(2) {
    --index: 2;
}.title_intro .expert_guides > div:nth-child(3) {
    --index: 3;
}.title_intro p {
    position: relative;
    color: #ffffff;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    font-weight: 400;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
}.title_intro p::before {
    background: rgb(186,123,123);
    width: 5px;
    content: "";
    height: 5px;
    top: 0.5em;
    left: 0;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(186,123,123);
    animation: pulse 3s infinite;
}.title_intro .title_style_header {
    transition: transform 0.5s ease;
    letter-spacing: -0.02em;
    background-clip: text !important;
    transform: scale(1);
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    position: relative;
    margin: 0 0 1.5rem;
    background: linear-gradient(120deg, #ffffff, rgba(255, 255, 255, 0.8));
    transform-origin: left center;
    font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
    line-height: 1.1;
    color: #ffffff;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}.title_intro .title_style_header::after {
    height: 4px;
    transition: transform 0.5s ease-out;
    width: 80px;
    position: absolute;
    transform-origin: left center;
    left: 0;
    content: "";
    transform: scaleX(1);
    background: rgb(186,123,123);
    bottom: -0.5rem;
}.title_intro h3 {
    opacity: 0.9;
    max-width: 90%;
    position: relative;
    color: #ffffff;
    font-size: clamp(1.2rem, 1.5vw + 0.5rem, 2rem);
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    line-height: 1.5;
    font-weight: 600;
}@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradientShift {
  0% {
    opacity: 0.03;
    background-size: 15px 15px;
  }
  100% {
    opacity: 0.07;
    background-size: 20px 20px;
  }
}

.title_intro .expert_guides:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title_intro .expert_guides:hover .title_style_header::after {
    transform: scaleX(1.5);
}

@media (max-width: 1200px) {.title_intro .expert_guides {
    width: 90%;
    padding: 2.5rem;
}.title_intro .title_style_header {
    max-width: 100%;
}
}

@media (max-width: 992px) {.title_intro {
    height: 90vh;
}.title_intro .expert_guides {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.title_intro h3 {
    max-width: 95%;
}
}

@media (max-width: 768px) {.title_intro {
    height: auto;
    min-height: 500px;
}.title_intro .expert_guides {
    width: 95%;
    padding: 1.8rem;
    transform: none;
}.title_intro .title_style_header {
    font-size: clamp(2rem, 5vw, 3rem);
}.title_intro p {
    font-size: 1rem;
    padding-left: 1.2rem;
}.title_intro h3 {
    font-size: clamp(1rem, 1.2vw + 0.5rem, 1.4rem);
    max-width: 100%;
}
}

@media (max-width: 576px) {.title_intro .expert_guides {
    padding: 1.5rem;
}.title_intro .title_style_header::after {
    height: 3px;
    width: 60px;
}.title_intro .expert_guides::before {
    opacity: 0.4;
}.title_intro p::before {
    width: 4px;
    height: 4px;
}
}

@media (max-height: 700px) {.title_intro {
    min-height: 450px;
}.title_intro .expert_guides {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}.title_intro p, .title_intro h3 {
    margin-bottom: 1rem;
}}.contact_form_box {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
}.contact_form_box::before {
    inset: 0;
    opacity: 0.95;
    content: '';
    z-index: -1;
    background-color: rgb(183,213,180);
    position: absolute;
}.contact_form_box .container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
    position: relative;
}.contact_form_box .query_query {
    position: relative;
    display: flex;
    flex-direction: column;
}.contact_form_box .inquiry_section {
    text-align: center;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
}.contact_form_box .inquiry_section h3 {
    font-weight: 700;
    position: relative;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
}.contact_form_box .inquiry_section h3::after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: '';
    background: rgb(186,123,123);
    bottom: -10px;
    left: 0;
}.contact_form_box .inquiry_section div {
    transition: transform 0.3s ease, background-color 0.3s ease;
    padding: 12px 20px;
    border-radius: 30px;
    margin: 15px 10px;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
}.contact_form_box .inquiry_section div:hover {
    background-color: rgb(186,123,123);
    transform: translateY(-5px);
}.contact_form_box .inquiry_section div svg {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}.contact_form_box .inquiry_section div svg path {
    fill: #ffffff;
}.contact_form_box .inquiry_section div span {
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    vertical-align: middle;
}.contact_form_box .inquiry_section div span a {
    text-decoration: none;
    color: #ffffff;
}.contact_form_box .inquiry_form {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 40px;
    border-radius: 23px;
    background-color: #ffffff;
}.contact_form_box .inquiry_form h3 {
    grid-column: span 3;
    text-align: center;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 700;
    color: #000000;
}.contact_form_box .inquiry_form form {
    gap: 20px;
    display: grid;
    grid-column: span 3;
    grid-template-columns: repeat(3, 1fr);
}.contact_form_box .inquiry_form input#name {
    grid-column: span 1;
}.contact_form_box .inquiry_form input#phone {
    grid-column: span 1;
}.contact_form_box .inquiry_form input#email {
    grid-column: span 1;
}.contact_form_box .inquiry_form input[type="text"],
.contact_form_box .inquiry_form input[type="email"] {
    border: none;
    padding: 0 20px;
    background-color: rgb(232,232,240);
    height: 55px;
    font-size: 17px;
    transition: box-shadow 0.3s ease;
    border-radius: 10px;
    color: #000000;
    width: 100%;
}.contact_form_box .inquiry_form input[type="text"]:focus,
.contact_form_box .inquiry_form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(186,123,123);
    outline: none;
}.contact_form_box .inquiry_form input::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_form_box .inquiry_form .inquiry_card {
    grid-column: span 2;
    display: flex;
    align-items: center;
}.contact_form_box .inquiry_form .inquiry_card input[type="checkbox"] {
    border: 2px solid rgb(232,232,240);
    height: 20px;
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
    width: 20px;
    appearance: none;
    -webkit-appearance: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
}.contact_form_box .inquiry_form .inquiry_card input[type="checkbox"]:checked {
    background-color: rgb(186,123,123);
    border-color: rgb(186,123,123);
}.contact_form_box .inquiry_form .inquiry_card input[type="checkbox"]:checked::before {
    position: absolute;
    left: 50%;
    content: '✓';
    font-size: 12px;
    transform: translate(-50%, -50%);
    top: 50%;
    color: #ffffff;
}.contact_form_box .inquiry_form .inquiry_card label {
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
}.contact_form_box .inquiry_form .inquiry_card label a {
    text-decoration: none;
    color: rgb(186,123,123);
    transition: color 0.3s ease;
}.contact_form_box .inquiry_form .inquiry_card label a:hover {
    color: rgb(183,213,180);
}.contact_form_box .inquiry_form .feedback_map {
    background-color: rgb(186,123,123);
    color: #ffffff;
    font-weight: 600;
    height: 55px;
    border: none;
    cursor: pointer;
    grid-column: span 1;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    font-size: 14px;
}.contact_form_box .inquiry_form .feedback_map:hover {
    background-color: rgb(183,213,180);
    transform: translateY(-3px);
}

@media screen and (min-width: 992px) {.contact_form_box .query_query {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.contact_form_box .inquiry_section {
    text-align: left;
    margin-bottom: 0;
    width: 30%;
}.contact_form_box .inquiry_section h3 {
    margin-bottom: 30px;
}.contact_form_box .inquiry_section h3::after {
    width: 50%;
}.contact_form_box .inquiry_section div {
    display: block;
    text-align: left;
    margin: 15px 0;
}.contact_form_box .inquiry_form {
    width: 70%;
}
}

@media screen and (max-width: 991px) {.contact_form_box .inquiry_form input#name,
    .contact_form_box .inquiry_form input#phone,
    .contact_form_box .inquiry_form input#email {
    grid-column: span 3;
}.contact_form_box .inquiry_form .inquiry_card {
    grid-column: span 3;
}.contact_form_box .inquiry_form .feedback_map {
    grid-column: span 3;
}
}

@media screen and (max-width: 767px) {.contact_form_box {
    padding: 60px 0;
}.contact_form_box .inquiry_section {
    margin-bottom: 30px;
}.contact_form_box .inquiry_section h3 {
    font-size: calc(23px + 2px);
}.contact_form_box .inquiry_form {
    padding: 30px 20px;
}.contact_form_box .inquiry_form form {
    gap: 15px;
}
}

@media screen and (max-width: 480px) {.contact_form_box {
    padding: 40px 0;
}.contact_form_box .inquiry_section div {
    display: block;
    width: 100%;
    margin: 10px 0;
    text-align: left;
}}.access_now {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,213,180) 0%, rgb(186,123,123) 100%);
    z-index: 1;
    position: relative;
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}.access_now::before {
    content: "";
    transform: rotate(30deg);
    width: 100%;
    background: linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.05) 100%);
    top: -50%;
    right: -50%;
    z-index: -1;
    animation: shiftLight 12s ease-in-out infinite alternate;
    height: 200%;
    position: absolute;
}.access_now::after {
    background: radial-gradient(circle at 30% 70%, rgb(183,213,180,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
}.access_now .container {
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    position: relative;
    display: flex;
    max-width: 1140px;
    align-items: flex-start;
    margin: 0 auto;
    flex-direction: column;
}.access_now h6 {
    color: #ffffff;
    position: relative;
    margin-bottom: 2.5rem;
    transform: translateX(20px);
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-size: calc(18px * 1.1);
    max-width: 80%;
    animation: slideInText 0.6s ease-out forwards;
    font-weight: 600;
}.access_now h6::before {
    position: absolute;
    left: -20px;
    content: "";
    transform: translateY(-50%);
    height: 70%;
    width: 4px;
    background: #ffffff;
    top: 50%;
}.access_now div div {
    display: flex;
    transform: translateY(10px);
    justify-content: flex-start;
    opacity: 0;
    animation: slideUpButton 0.8s ease-out forwards 0.3s;
}.access_now span {
    display: inline-block;
    overflow: hidden;
    position: relative;
}.access_now .feedback_map {
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    position: relative;
    color: rgb(183,213,180);
    padding: 0.8rem 2.2rem;
    display: inline-flex;
    align-items: center;
    border: none;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    justify-content: center;
    letter-spacing: 0.5px;
    transform: skewX(-5deg);
    background: #ffffff;
    text-decoration: none;
}.access_now .feedback_map span {
    transform: skewX(5deg);
    display: inline-block;
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}.access_now .feedback_map::before {
    position: absolute;
    content: "";
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    top: 0;
    transform: translateX(0) skewX(-10deg);
    left: -100%;
    height: 100%;
    background: rgb(186,123,123);
    width: 100%;
    z-index: 1;
}.access_now .feedback_map:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
    transform: skewX(-5deg) translateY(-3px);
}.access_now .feedback_map:hover::before {
    transform: translateX(100%) skewX(-10deg);
}.access_now .feedback_map:hover span {
    transform: skewX(5deg) translateX(3px);
    color: rgb(183,213,180);
}.access_now .feedback_map:active {
    transform: skewX(-5deg) translateY(1px);
    transition: all 0.1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

@keyframes shiftLight {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@keyframes slideInText {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(20px);
        opacity: 1;
    }
}

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

@media screen and (max-width: 991px) {.access_now {
    padding: 3.5rem 1.5rem;
}.access_now h6 {
    font-size: 18px;
    max-width: 90%;
}.access_now .feedback_map {
    padding: 0.7rem 1.8rem;
}
}

@media screen and (max-width: 768px) {.access_now {
    padding: 3rem 1.2rem;
}.access_now .container {
    transform: perspective(1000px) rotateX(1deg);
    align-items: center;
}.access_now h6 {
    margin-bottom: 2rem;
    max-width: 100%;
    text-align: center;
    transform: translateX(0);
}.access_now h6::before {
    height: 60%;
    left: -10px;
}.access_now div div {
    justify-content: center;
}.access_now .feedback_map {
    padding: 0.7rem 1.6rem;
}
}

@media screen and (max-width: 576px) {.access_now {
    padding: 2.5rem 1rem;
}.access_now h6 {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.8rem;
}.access_now h6::before {
    width: 3px;
    left: -8px;
}.access_now .feedback_map {
    padding: 0.6rem 1.4rem;
    font-size: calc(18px * 0.9);
}}.newsletter {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,213,180,0.5) 0%, rgb(232,232,240) 100%);
    position: relative;
    padding: 4rem 2rem;
}.newsletter::before {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, transparent 45%, rgb(186,123,123,0.5) 45%, rgb(186,123,123,0.5) 55%, transparent 55%);
    transform: scale(1.5);
    width: 100%;
    z-index: 1;
    left: 0;
}.newsletter .skill_philo {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.newsletter .query_query {
    position: relative;
    background: linear-gradient(110deg, #ffffff 0%, rgb(232,232,240) 100%);
    max-width: 600px;
    flex-direction: column;
    display: flex;
    border-radius: 27px;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: skewX(-10deg);
    margin-left: auto;
}.newsletter .query_query::after {
    top: -10px;
    width: 60%;
    transform: skewX(15deg);
    position: absolute;
    background: rgb(186,123,123);
    right: -10px;
    content: "";
    height: 10px;
}.newsletter .query_query::before {
    height: 10px;
    content: "";
    transform: skewX(15deg);
    background: rgb(183,213,180);
    left: -10px;
    width: 60%;
    position: absolute;
    bottom: -10px;
}.newsletter h3 {
    transform: skewX(10deg);
    font-size: 24px;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    padding-left: 1rem;
}.newsletter h3::before {
    left: 0;
    content: "";
    background: rgb(183,213,180);
    width: 5px;
    transform: skewY(45deg);
    position: absolute;
    top: 0;
    height: 100%;
}.newsletter .input_holder {
    gap: 1.2rem;
    display: flex;
    transform: skewX(10deg);
    flex-direction: column;
}.newsletter input[type="email"] {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    transform: translateX(-10px);
    color: #000000;
    border-radius: 10px;
    font-size: 16px;
    background: #ffffff;
    border: 2px solid rgb(186,123,123,0.5);
    padding: 0.8rem 1.5rem;
    width: 100%;
}.newsletter input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(183,213,180,0.5);
    border-color: rgb(183,213,180);
    transform: translateX(0);
}.newsletter input[type="submit"] {
    color: #ffffff;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(183,213,180) 0%, rgb(186,123,123) 100%);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 19px;
    border-radius: 10px;
    align-self: flex-end;
    border: none;
    transform: translateY(0);
    padding: 0.8rem 2rem;
    cursor: pointer;
}.newsletter input[type="submit"]:hover {
    transform: translateY(-5px);
    background: linear-gradient(90deg, rgb(186,123,123) 0%, rgb(183,213,180) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {.newsletter {
    padding: 3rem 1rem;
}.newsletter .query_query {
    transform: skewX(-5deg);
    padding: 2rem;
    max-width: 100%;
}.newsletter h3 {
    transform: skewX(5deg);
    font-size: calc(24px * 0.9);
}.newsletter .input_holder {
    transform: skewX(5deg);
}.newsletter input[type="email"] {
    padding: 0.7rem 1rem;
}.newsletter input[type="submit"] {
    align-self: center;
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 480px) {.newsletter {
    padding: 2rem 0.8rem;
}.newsletter .query_query {
    padding: 1.5rem;
    transform: none;
}.newsletter h3 {
    transform: none;
    padding-left: 0;
    text-align: center;
    font-size: calc(24px * 0.8);
}.newsletter h3::before {
    width: 50px;
    transform: translateX(-50%);
    height: 5px;
    left: 50%;
    top: -10px;
}.newsletter .input_holder {
    transform: none;
}.newsletter input[type="email"] {
    transform: none;
}}.badge_case {
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(183,213,180,0.5) 100%);
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding: 5rem 0 1rem;
}.badge_case::before {
    bottom: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    right: 0;
    background: radial-gradient(circle at 30% 50%, rgb(183,213,180,0.5) 0%, transparent 50%);
}.badge_case::after {
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    animation: glowLine 3s infinite alternate;
    z-index: 2;
    background: linear-gradient(90deg, transparent, rgb(183,213,180), transparent);
    top: 0;
    height: 3px;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.badge_case .container {
    position: relative;
    z-index: 2;
}.badge_case .campus_links {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}.badge_case .contact_links {
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    position: relative;
    display: flex;
    gap: 2rem;
    justify-content: center;
    padding: 1.5rem;
    flex-wrap: wrap;
    border: 1px solid rgb(186,123,123,0.5);
    border-radius: 14px;
    margin-bottom: 1rem;
}.badge_case .contact_links::before {
    animation: scanLine 4s infinite linear;
    transform: translateX(-50%);
    top: -2px;
    background: linear-gradient(90deg, transparent, rgb(186,123,123), transparent);
    height: 2px;
    width: 50%;
    position: absolute;
    left: 50%;
    content: '';
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.badge_case .info_item {
    min-width: 200px;
    flex: 1;
    text-align: center;
    transition: transform 0.3s ease;
    max-width: 300px;
}.badge_case .info_item:hover {
    transform: translateY(-5px);
}.badge_case .info_item p, 
.badge_case .info_item a {
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    border: 1px solid transparent;
    padding: 0.75rem;
    color: #ffffff;
    align-items: center;
    font-size: calc(13px - 2px);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}.badge_case .info_item svg {
    height: 1.25rem;
    fill: rgb(186,123,123);
    transition: fill 0.3s ease;
    width: 1.25rem;
}.badge_case .info_item a:hover {
    border-color: rgb(183,213,180,0.5);
    background: #000000;
    box-shadow: 0 0 15px rgb(183,213,180,0.5);
}.badge_case .info_item a:hover svg {
    fill: rgb(183,213,180);
}.badge_case .text_main_holder {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
}.badge_case .head_sitewrap {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.badge_case .head_sitewrap svg {
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(183,213,180,0.5));
    height: auto;
    max-width: 180px;
}.badge_case .head_sitewrap svg:hover {
    filter: drop-shadow(0 0 10px rgb(183,213,180));
}.badge_case .digital_res {
    max-width: 280px;
    color: #ffffff;
    line-height: 1.5;
    opacity: 0.7;
    font-size: calc(14px - 1px);
}.badge_case .first_expert {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}.badge_case .first_expert h5 {
    font-weight: 600;
    position: relative;
    font-size: 19px;
    margin-bottom: 0.5rem;
    color: #ffffff;
    padding-bottom: 0.75rem;
}.badge_case .first_expert h5::after {
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    content: '';
    height: 2px;
    background: rgb(186,123,123);
    left: 0;
    bottom: 0;
}.badge_case .first_expert:hover h5::after {
    width: 80px;
}.badge_case .main_primary {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.badge_case .main_primary a {
    padding-left: 1rem;
    color: #ffffff;
    opacity: 0.8;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.badge_case .main_primary a::before {
    background: rgb(186,123,123);
    transform: translateY(-50%);
    content: '';
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    top: 50%;
    height: 5px;
    border-radius: 50%;
    width: 5px;
}.badge_case .main_primary a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(183,213,180);
}.badge_case .main_primary a:hover::before {
    background: rgb(183,213,180);
    box-shadow: 0 0 8px rgb(183,213,180);
    height: 7px;
    width: 7px;
}.badge_case .subscribe_holder {
    border: 1px solid rgb(186,123,123,0.5);
    border-radius: 14px;
    position: relative;
    flex-direction: column;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    gap: 1.25rem;
    overflow: hidden;
    display: flex;
}.badge_case .subscribe_holder::before {
    left: 0;
    background: radial-gradient(circle at top right, rgb(183,213,180,0.5) 0%, transparent 70%);
    top: 0;
    opacity: 0.1;
    right: 0;
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
}.badge_case .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    font-size: 19px;
}.badge_case .subscribe_holder p {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    font-size: calc(13px - 1px);
}.badge_case .input_holder {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
    position: relative;
}.badge_case .input_holder input[type="email"] {
    border-radius: 10px;
    flex: 1;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(186,123,123,0.5);
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 0.875rem 1rem;
    width: 100%;
    font-size: 13px;
}.badge_case .input_holder input[type="email"]:focus {
    border-color: rgb(183,213,180);
    box-shadow: 0 0 10px rgb(183,213,180,0.5);
    outline: none;
}.badge_case .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}.badge_case .access_lessons {
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    border: none;
    overflow: hidden;
    font-size: 14px;
    background: rgb(183,213,180);
    transition: all 0.3s ease;
    padding: 0.875rem 1.5rem;
    color: #ffffff;
    position: relative;
}.badge_case .access_lessons::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: left 0.7s ease;
}.badge_case .access_lessons:hover {
    background: rgb(186,123,123);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(186,123,123,0.5);
}.badge_case .access_lessons:hover::before {
    left: 100%;
}.badge_case .green_edu {
    padding-top: 1.5rem;
    text-align: center;
    border-top: 1px solid rgb(186,123,123,0.5);
    position: relative;
    margin-top: 3rem;
}.badge_case .green_edu::before {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(186,123,123,0.5), transparent);
    top: -1px;
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
}.badge_case .desktop_app {
    font-size: 14px;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 1024px) {.badge_case {
    padding: 4rem 0 1rem;
}.badge_case .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.badge_case .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.badge_case .input_holder {
    flex-direction: row;
}.badge_case .access_lessons {
    width: auto;
}
}

@media (max-width: 768px) {.badge_case {
    padding: 3rem 0 1rem;
}.badge_case .contact_links {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}.badge_case .info_item {
    min-width: 100%;
}.badge_case .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.badge_case .subscribe_holder {
    grid-column: auto;
}.badge_case .head_sitewrap {
    text-align: center;
    align-items: center;
}.badge_case .digital_res {
    max-width: 100%;
    text-align: center;
}.badge_case .first_expert h5 {
    text-align: center;
}.badge_case .first_expert h5::after {
    left: 50%;
    transform: translateX(-50%);
}.badge_case .main_primary {
    align-items: center;
}.badge_case .main_primary a {
    text-align: center;
}.badge_case .main_primary a:hover {
    transform: translateY(-2px);
}.badge_case .input_holder {
    flex-direction: column;
}.badge_case .access_lessons {
    width: 100%;
}
}

@media (max-width: 480px) {.badge_case {
    padding: 2.5rem 0 1rem;
}.badge_case .info_item p, 
    .badge_case .info_item a {
    font-size: calc(13px - 3px);
}.badge_case .first_expert h5, 
    .badge_case .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}.badge_case .main_primary a, 
    .badge_case .subscribe_holder p {
    font-size: calc(13px - 2px);
}.badge_case .desktop_app {
    font-size: calc(14px - 2px);
}}.course_program_description {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(232,232,240) 0%, rgba(0, 0, 0, 0.5) 60%, rgb(183,213,180,0.5) 100%);
    padding: 120px 0;
}.course_program_description::before {
    background: 
        radial-gradient(ellipse at 75% 40%, rgb(186,123,123,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 80%, rgb(183,213,180,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.6;
    animation: pulseGlow 12s infinite alternate;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
}.course_program_description::after {
    background-image: 
        repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px),
        repeating-linear-gradient(135deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 60px);
    z-index: 1;
    content: "";
    width: 100%;
    opacity: 0.05;
    left: 0;
    position: absolute;
    animation: gridShift 30s linear infinite;
    top: 0;
    height: 100%;
}.course_program_description .container {
    position: relative;
    z-index: 3;
}.course_program_description .skill_philo {
    background: transparent;
    flex-direction: column;
    overflow: visible;
    border-radius: 21px;
    display: flex;
    position: relative;
}.course_program_description .knowledge_track {
    background: #ffffff;
    margin-right: auto;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(183,213,180,0.5),
        0 0 40px rgb(186,123,123,0.5);
    width: 75%;
    padding: 60px;
    z-index: 3;
    transform: translateY(80px);
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 21px;
    margin-left: auto;
}.course_program_description .knowledge_track::before {
    top: -15px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(183,213,180,0.5), rgb(186,123,123,0.5));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    right: -15px;
    content: "";
    animation: morphShape 15s infinite alternate ease-in-out;
    position: absolute;
    width: 200px;
    height: 200px;
}.course_program_description .head_sitewrap {
    display: flex;
    border-radius: 30% 70% 50% 50% / 40% 40% 60% 60%;
    position: absolute;
    top: -60px;
    transform-origin: center center;
    background: #ffffff;
    justify-content: center;
    height: 120px;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.5),
        0 0 0 8px #ffffff,
        0 0 0 12px rgb(183,213,180,0.5);
    animation: floatAndRotate 8s ease-in-out infinite;
    width: 120px;
    left: 60px;
    align-items: center;
}.course_program_description .head_sitewrap svg {
    fill: rgb(183,213,180);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 60%;
    height: 60%;
}.course_program_description .head_sitewrap:hover svg {
    fill: rgb(186,123,123);
    transform: scale(1.2) rotate(-10deg);
}.course_program_description .head_sitewrap svg path {
    transition: stroke 0.4s ease;
    stroke: #000000;
    stroke-width: 0.5;
}.course_program_description .head_sitewrap:hover svg path {
    animation: drawPath 2s forwards;
    stroke-dashoffset: 50;
    stroke: rgb(183,213,180);
    stroke-dasharray: 50;
}.course_program_description .knowledge_track h3 {
    font-size: 36px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: #000000;
    position: relative;
    font-weight: 700;
    transform: translateZ(0);
}.course_program_description .knowledge_track h3::before {
    border-radius: 50%;
    content: "";
    position: absolute;
    bottom: 0;
    width: 8px;
    height: 8px;
    background: rgb(183,213,180);
    left: 0;
}.course_program_description .knowledge_track h3::after {
    background: linear-gradient(90deg, rgb(183,213,180), transparent);
    left: 15px;
    height: 3px;
    width: 80px;
    bottom: 2.5px;
    position: absolute;
    content: "";
}.course_program_description .knowledge_track p {
    font-size: 16px;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
    color: #000000;
}.course_program_description .knowledge_track p::first-letter {
    margin-right: 8px;
    float: left;
    line-height: 0.8;
    color: rgb(183,213,180);
    margin-top: 8px;
    font-weight: 700;
    font-size: 2em;
}.course_program_description .photo_album {
    box-shadow: 
        0 15px 35px -5px rgba(0, 0, 0, 0.5),
        0 0 0 5px #ffffff;
    width: 85%;
    transition: transform 0.6s ease;
    position: relative;
    margin-left: auto;
    overflow: hidden;
    transform: perspective(1200px) rotateY(-5deg) rotateX(3deg);
    height: 400px;
    z-index: 2;
    border-radius: 
        21px 21px 
        calc(21px * 3) 21px;
}.course_program_description .skill_philo:hover .photo_album {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg) translateZ(30px);
}.course_program_description .photo_album::before {
    content: "";
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    top: 0;
    opacity: 0.7;
    transition: opacity 0.5s ease;
    background: 
        linear-gradient(
            to right,
            rgb(183,213,180,0.5) 0%,
            transparent 40%,
            rgb(186,123,123,0.5) 100%
        );
    position: absolute;
    z-index: 2;
    left: 0;
}.course_program_description .skill_philo:hover .photo_album::before {
    opacity: 0.5;
}.course_program_description .photo_album::after {
    content: "";
    mix-blend-mode: overlay;
    width: 100%;
    z-index: 2;
    opacity: 0.1;
    left: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 10px
        );
    top: 0;
    position: absolute;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes morphShape {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}

@keyframes floatAndRotate {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-5px) rotate(-3deg);
    }
    75% {
        transform: translateY(5px) rotate(3deg);
    }
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@media screen and (max-width: 1200px) {.course_program_description {
    padding: 100px 0;
}.course_program_description .knowledge_track {
    width: 85%;
    transform: translateY(70px);
    padding: 50px;
}.course_program_description .photo_album {
    height: 350px;
    width: 90%;
}
}

@media screen and (max-width: 992px) {.course_program_description {
    padding: 80px 0;
}.course_program_description .skill_philo {
    flex-direction: column-reverse;
}.course_program_description .knowledge_track {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    transform: translateY(-70px);
    padding: 40px;
}.course_program_description .head_sitewrap {
    left: 40px;
    top: -50px;
    width: 100px;
    height: 100px;
}.course_program_description .photo_album {
    transform: perspective(800px) rotateY(0) rotateX(0);
    width: 100%;
    height: 320px;
    border-radius: 21px;
    margin-left: 0;
    margin-right: 0;
}.course_program_description .skill_philo:hover .photo_album {
    transform: perspective(800px) rotateY(0) rotateX(0);
}
}

@media screen and (max-width: 768px) {.course_program_description {
    padding: 60px 0;
}.course_program_description .knowledge_track {
    padding: 30px;
    transform: translateY(-60px);
    width: 100%;
}.course_program_description .head_sitewrap {
    height: 80px;
    top: -40px;
    left: 30px;
    width: 80px;
}.course_program_description .knowledge_track h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 20px;
}.course_program_description .knowledge_track p {
    font-size: calc(16px * 0.95);
}.course_program_description .photo_album {
    height: 280px;
}.course_program_description .knowledge_track::before {
    width: 150px;
    right: -10px;
    height: 150px;
    top: -10px;
}
}

@media screen and (max-width: 576px) {.course_program_description {
    padding: 50px 0;
}.course_program_description .knowledge_track {
    padding: 25px 20px;
    transform: translateY(-40px);
}.course_program_description .head_sitewrap {
    height: 70px;
    top: -35px;
    left: 20px;
    width: 70px;
}.course_program_description .knowledge_track h3 {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: calc(36px * 0.75);
}.course_program_description .knowledge_track h3::after {
    width: 60px;
}.course_program_description .knowledge_track p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.course_program_description .photo_album {
    height: 220px;
}.course_program_description .knowledge_track::before {
    height: 100px;
    width: 100px;
}}.academic_experience {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #000000 0%, rgb(232,232,240) 100%);
    padding: 8rem 0;
}.academic_experience::before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    filter: blur(60px);
    animation: ambientLight 20s ease-in-out infinite alternate;
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(183,213,180,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(186,123,123,0.5) 0%, transparent 25%);
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.academic_experience .container {
    padding: 0 2rem;
    margin: 0 auto;
    perspective: 1000px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.academic_experience .client_opinions {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(186,123,123,0.5),
        inset 0 0 30px rgb(183,213,180,0.5);
    position: relative;
    transform-style: preserve-3d;
    padding: 3rem;
    transform: rotateX(5deg) rotateY(-5deg);
    display: flex;
    backdrop-filter: blur(15px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: rgba(255, 255, 255, 0.03);
    flex-wrap: wrap;
}.academic_experience .client_opinions:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(186,123,123,0.5),
        inset 0 0 50px rgb(183,213,180,0.5);
}.academic_experience .photo_album {
    position: absolute;
    width: 180px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(183,213,180,0.5);
    border-radius: 50%;
    border: 3px solid #ffffff;
    height: 180px;
    transform: translateX(-50%) translateZ(30px);
    left: 50%;
    top: -90px;
}.academic_experience .client_opinions:hover .photo_album {
    transform: translateX(-50%) translateZ(50px);
}.academic_experience .name {
    transform: translateZ(20px);
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    font-size: 31px;
    margin-top: 100px;
    text-shadow: 0 0 10px rgb(183,213,180,0.5);
}.academic_experience .client_opinions span:not(.name) {
    font-weight: 600;
    width: 100%;
    text-align: center;
    transform: translateZ(15px);
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0.5rem;
    color: rgb(186,123,123);
}.academic_experience .employee_progress {
    line-height: 1.7;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-radius: 10px;
    margin-top: 2rem;
    border-left: 3px solid rgb(183,213,180);
    width: 100%;
    position: relative;
    font-size: 18px;
    transform: translateZ(10px);
    padding: 2rem;
    color: #ffffff;
}.academic_experience .employee_progress::before {
    position: absolute;
    border-radius: 10px;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(183,213,180,0.5) 0%, transparent 70%);
    mix-blend-mode: overlay;
    left: 0;
    top: 0;
    opacity: 0.1;
    height: 100%;
}.academic_experience .client_opinions:hover .employee_progress {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.academic_experience {
    padding: 7rem 0 5rem;
}.academic_experience .client_opinions {
    padding: 2.5rem 2rem;
}.academic_experience .photo_album {
    height: 150px;
    top: -75px;
    width: 150px;
}.academic_experience .name {
    margin-top: 80px;
}.academic_experience .employee_progress {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.academic_experience {
    padding: 6rem 0 3rem;
}.academic_experience .container {
    padding: 0 1rem;
}.academic_experience .client_opinions {
    transform: none;
    padding: 2rem 1.5rem;
}.academic_experience .photo_album {
    height: 120px;
    width: 120px;
    top: -60px;
}.academic_experience .name {
    margin-top: 70px;
    font-size: calc(31px - 2px);
}.academic_experience .client_opinions span:not(.name) {
    font-size: calc(20px - 1px);
}.academic_experience .employee_progress {
    font-size: calc(18px - 1px);
    padding: 1.2rem;
    margin-top: 1.5rem;
}.academic_experience .client_opinions:hover {
    transform: none;
}}.company_info {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.company_info::before {
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
}.company_info::after {
    width: 40%;
    transform: rotate(-15deg);
    opacity: 0.1;
    filter: blur(40px);
    background: rgb(183,213,180);
    position: absolute;
    z-index: 0;
    top: -5%;
    right: -5%;
    content: "";
    height: 40%;
}.company_info .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.company_info .text_scroll {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
    padding: 50px 60px;
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.98) 100%);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
}.company_info .text_scroll::before {
    background: linear-gradient(to bottom, rgb(183,213,180) 0%, rgb(186,123,123) 100%);
    left: 0;
    width: 6px;
    transform-origin: left center;
    transition: transform 0.5s ease;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
}.company_info .text_scroll:hover {
    transform: translateY(-8px);
}.company_info .text_scroll:hover::before {
    transform: scaleY(1.05);
}.company_info h1 {
    transform: translateX(0);
    transition: transform 0.5s ease;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    font-size: 47px;
}.company_info h1::after {
    background: linear-gradient(90deg, rgb(183,213,180) 0%, rgb(186,123,123) 100%);
    position: absolute;
    left: 0;
    content: "";
    bottom: -15px;
    height: 3px;
    width: 80px;
    transform-origin: left center;
    transition: width 0.4s ease-out, transform 0.4s ease-out;
}.company_info .text_scroll:hover h1::after {
    transform: translateX(5px);
    width: 120px;
}.company_info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.company_info li {
    margin-bottom: 15px;
}.company_info h4 {
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    position: relative;
    font-size: calc(22px + 2px);
    color: rgb(183,213,180);
    margin-bottom: 20px;
}.company_info h4::before {
    left: 0;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    width: 0;
    content: "";
    height: 2px;
    bottom: -8px;
    background: rgb(186,123,123);
}.company_info .text_scroll:hover h4::before {
    width: 100%;
}.company_info span {
    opacity: 0.9;
    display: block;
    transition: opacity 0.3s ease;
    color: #000000;
    column-count: 1;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    column-gap: 40px;
    position: relative;
    font-size: 14px;
}.company_info .text_scroll:hover span {
    opacity: 1;
}

@media (min-width: 768px) {.company_info span {
    column-count: 2;
}.company_info .text_scroll {
    width: 90%;
    margin-left: 5%;
}
}

@media (min-width: 992px) {.company_info {
    padding: 150px 0;
}.company_info .text_scroll {
    padding: 60px 70px;
    width: 80%;
    margin-left: 10%;
}.company_info span {
    column-count: 2;
}.company_info h1 {
    margin-bottom: 50px;
}
}

@media (max-width: 767px) {.company_info {
    padding: 80px 0;
}.company_info .text_scroll {
    padding: 30px 25px;
}.company_info h1 {
    font-size: calc(47px - 4px);
    margin-bottom: 30px;
}.company_info h1::after {
    width: 60px;
    bottom: -10px;
}.company_info h4 {
    font-size: 22px;
    margin-bottom: 15px;
}.company_info span {
    font-size: calc(14px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.company_info {
    padding: 60px 0;
}.company_info .text_scroll {
    padding: 25px 20px;
}.company_info h1 {
    font-size: calc(47px - 8px);
}.company_info .text_scroll::before {
    width: 4px;
}}

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

.company_info .text_scroll {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.company_info h1 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}.company_info h4 {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}.company_info span {
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both;
}header {
    background: linear-gradient(to bottom, 
        rgb(183,213,180,0.5) 0%,
        #000000 100%);
    left: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    z-index: 100;
    width: 100%;
    position: fixed;
    top: 0;
}header::before {
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.3;
    z-index: 1;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(186,123,123,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(183,213,180,0.5) 0%, transparent 15%);
    top: 0;
    animation: pulse-bg 8s infinite alternate;
    content: "";
}header::after {
    z-index: 1;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 20px 20px;
    height: 100%;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(186,123,123,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(186,123,123,0.5) 100%);
}header .container {
    display: flex;
    z-index: 2;
    position: relative;
    padding: 0;
    align-items: center;
    flex-direction: column;
}header .first_section {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    flex-direction: column;
}header .nav_begin {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    margin: 1rem 0 1.5rem;
    position: relative;
}header .nav_begin::before {
    content: "";
    animation: rotate 10s linear infinite;
    height: 120px;
    width: 120px;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(186,123,123,0.5) 120deg,
            transparent 180deg,
            rgb(183,213,180,0.5) 240deg,
            transparent 360deg
        );
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
}header .nav_begin::after {
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    filter: blur(20px);
    animation: pulse-opacity 4s ease infinite alternate;
    background: rgb(186,123,123,0.5);
    z-index: -2;
    width: 70px;
    content: "";
    height: 70px;
}header .nav_begin svg {
    filter: drop-shadow(0 0 8px rgb(183,213,180,0.5));
    width: auto;
    height: 45px;
    transition: all 0.4s ease;
}header .nav_begin:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(186,123,123));
}header .first_expert {
    border-top: 1px solid rgb(183,213,180,0.5);
    gap: 0.8rem;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    border-bottom: 1px solid rgb(183,213,180,0.5);
    display: flex;
    width: 100vw;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 1rem 0;
    justify-content: center;
    position: relative;
}header .first_expert::-webkit-scrollbar {
    display: none;
}header .first_expert::before {
    width: 100%;
    top: 0;
    pointer-events: none;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    height: 100%;
    content: "";
    z-index: 3;
    position: absolute;
    left: 0;
}header .top_pro {
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    z-index: 2;
    padding: 0.6rem 1.5rem;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    perspective: 800px;
    text-decoration: none;
    font-family: Arial, sans-serif;
}header .top_pro::before {
    transition: all 0.3s ease;
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    left: 0;
    transform: translateZ(-10px);
    height: 100%;
    content: "";
    width: 100%;
    border: 1px solid transparent;
    top: 0;
}header .top_pro::after {
    width: 0%;
    height: 2px;
    content: "";
    background: rgb(186,123,123);
    transform: translateX(-50%);
    transition: all 0.3s ease;
    left: 50%;
    bottom: 0;
    position: absolute;
}header .top_pro:hover {
    transform: translateY(-2px) translateZ(0);
    color: rgb(186,123,123);
    text-shadow: 0 0 5px rgb(186,123,123,0.5);
}header .top_pro:hover::before {
    box-shadow: 0 0 15px rgb(183,213,180,0.5);
    transform: translateZ(0);
    border-color: rgb(186,123,123,0.5);
}header .top_pro:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .nav_begin {
    margin: 0.8rem 0 1.2rem;
}header .nav_begin svg {
    height: 40px;
}header .top_pro {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .nav_begin {
    margin: 0.6rem 0 1rem;
}header .nav_begin svg {
    height: 35px;
}header .nav_begin::before {
    width: 90px;
    height: 90px;
}header .nav_begin::after {
    width: 50px;
    height: 50px;
}header .first_expert {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .top_pro {
    padding: 0.4rem 1rem;
    font-size: calc(14px - 2px);
}header .top_pro:first-child {
    margin-left: 2rem;
}header .top_pro:last-child {
    margin-right: 2rem;
}}.gratefulPage {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(232,232,240), #ffffff);
}.gratefulPage::before {
    z-index: 1;
    opacity: 0.2;
    height: 100%;
    position: absolute;
    animation: movePattern 40s linear infinite;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(186,123,123,0.5) 49.5%, rgb(186,123,123,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(186,123,123,0.5) 49.5%, rgb(186,123,123,0.5) 50.5%, transparent 50.5%);
    background-size: 60px 60px;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
}.gratefulPage::after {
    height: 200%;
    content: "";
    background: linear-gradient(120deg, rgb(183,213,180,0.5) 10%, transparent 80%);
    z-index: 0;
    width: 70%;
    position: absolute;
    transform: rotate(25deg);
    top: -50%;
    right: -20%;
    opacity: 0.1;
}.gratefulPage .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    padding: 0 20px;
}.gratefulPage h2 {
    transform: translateZ(20px);
    line-height: 1.4;
    margin-bottom: 40px;
    font-size: 34px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    position: relative;
    font-weight: 600;
    animation: fadeSlideIn 0.8s ease-out forwards;
    color: #000000;
}.gratefulPage h2::after {
    height: 3px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(183,213,180), rgb(186,123,123));
    transform: scaleX(0);
    animation: expandLine 0.6s 0.4s forwards ease-out;
    left: 0;
    width: 80px;
    content: "";
    position: absolute;
    bottom: -16px;
}.gratefulPage .skill_philo {
    border-left: 4px solid rgb(186,123,123);
    position: relative;
    padding: 35px 40px 30px;
    transform: translateZ(10px) translateY(10px);
    background: #ffffff;
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
}.gratefulPage .skill_philo::before {
    transform: translateZ(-5px);
    position: absolute;
    top: 20px;
    opacity: 0.15;
    right: 20px;
    background: linear-gradient(135deg, rgb(186,123,123,0.5) 30%, transparent 70%);
    content: "";
    height: 100px;
    width: 100px;
    border-radius: 50%;
}.gratefulPage ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.gratefulPage li {
    padding-left: 25px;
    position: relative;
}.gratefulPage li::before {
    content: "";
    opacity: 0.9;
    left: 0;
    height: 8px;
    top: 8px;
    animation: pulse 3s infinite;
    position: absolute;
    width: 8px;
    background: rgb(183,213,180);
    transform: rotate(45deg);
}.gratefulPage li span {
    font-size: 17px;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
}

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

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateZ(10px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateZ(10px) translateY(10px);
    }
}

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

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

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 1200px) {.gratefulPage {
    padding: 100px 0;
}.gratefulPage h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 992px) {.gratefulPage {
    padding: 80px 0;
}.gratefulPage h2 {
    font-size: calc(34px * 0.85);
}.gratefulPage::after {
    right: -50%;
    width: 100%;
}.gratefulPage .skill_philo {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.gratefulPage {
    padding: 60px 0;
}.gratefulPage h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.gratefulPage h2::after {
    width: 60px;
    bottom: -12px;
}.gratefulPage .skill_philo {
    padding: 25px 30px 20px;
}.gratefulPage li span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.gratefulPage {
    padding: 50px 0;
}.gratefulPage h2 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.7);
}.gratefulPage .skill_philo {
    padding: 20px 25px 15px;
    border-left-width: 3px;
}.gratefulPage li {
    padding-left: 20px;
}.gratefulPage li::before {
    height: 6px;
    top: 8px;
    width: 6px;
}.gratefulPage li span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.gratefulPage::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.gratefulPage .skill_philo:hover {
    transform: translateZ(15px) translateY(5px);
    transition: transform 0.3s ease;
}}.cookie_notice_banner {
    transition: all 0.3s ease-in-out;
    z-index: 1050;
    font-family: Arial, sans-serif;
    position: fixed;
    border-top: 3px solid rgb(183,213,180);
    background: #ffffff;
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 15px 20px;
}.learn_consent {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.policy_ack {
    margin-right: 15px;
    flex-shrink: 0;
}.policy_ack svg {
    height: 50px;
    fill: rgb(183,213,180);
    transition: fill 0.3s ease-in-out;
    width: 50px;
}.cookie_user {
    flex-grow: 1;
    margin-right: 15px;
}.cookie_user h5 {
    color: rgb(183,213,180);
    margin-bottom: 5px;
    font-size: 19px;
    font-weight: 700;
}.cookie_user p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}.data_consent {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
    white-space: nowrap;
    user-select: none;
    line-height: 1.5;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 10px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
}.cookie_button.privacy_notify {
    color: #ffffff;
    border-color: rgb(183,213,180);
    background-color: rgb(183,213,180);
}#cookiePolicyAlert {
    display: none;
}#cookiePolicyAlert:checked ~ .cookie_notice_banner {
    opacity: 0;
    visibility: hidden;
}.cookie_button.privacy_notify:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_overlay {
    color: #000000;
    border-color: rgb(186,123,123);
    background-color: rgb(186,123,123);
}.cookie_button.cookie_overlay:hover {
    color: #ffffff;
    background-color: rgb(183,213,180);
    border-color: rgb(183,213,180);
}.cookie_notice_banner p a {
    color: rgb(183,213,180);
    text-decoration: underline;
}.cookie_notice_banner p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_user h5 {
    font-size: calc(19px - 2px);
}.cookie_user p {
    font-size: calc(16px - 2px);
}.data_consent {
    font-size: calc(14px - 2px);
}
}
@media (max-width: 800px) {.learn_consent {
    align-items: center;
    flex-direction: column;
}.policy_ack {
    margin-bottom: 10px;
}.cookie_user {
    text-align: center;
    margin-bottom: 15px;
}.data_consent {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
.teaching_process {
    background: rgb(232,232,240);
    overflow: hidden;
    position: relative;
    padding: 8rem 2rem;
}.teaching_process::before {
    width: 600px;
    position: absolute;
    background: linear-gradient(135deg, rgb(183,213,180,0.5), rgb(186,123,123,0.5));
    animation: moveShape 15s ease-in-out infinite alternate;
    top: -200px;
    content: "";
    border-radius: 50%;
    left: -200px;
    filter: blur(100px);
    z-index: 0;
    opacity: 0.4;
    height: 600px;
}.teaching_process::after {
    filter: blur(100px);
    z-index: 0;
    position: absolute;
    width: 500px;
    border-radius: 50%;
    bottom: -200px;
    height: 500px;
    right: -200px;
    opacity: 0.4;
    content: "";
    background: linear-gradient(45deg, rgb(186,123,123,0.5), rgb(183,213,180,0.5));
    animation: moveShape 15s 3s ease-in-out infinite alternate-reverse;
}.teaching_process .skill_philo {
    max-width: 800px;
    margin: 0 auto;
    flex-direction: column;
    z-index: 1;
    align-items: center;
    position: relative;
    display: flex;
}.teaching_process h3 {
    margin: 0 0 6rem;
    position: relative;
    text-align: center;
    animation: fadeScale 1s ease-out forwards;
    font-weight: 700;
    font-size: 37px;
    color: #000000;
}.teaching_process h3::before,
.teaching_process h3::after {
    border-radius: 50%;
    content: "";
    background: rgb(183,213,180);
    position: absolute;
    z-index: -1;
}.teaching_process h3::before {
    width: 180px;
    background: #ffffff;
    height: 180px;
    left: calc(50% - 90px);
    bottom: -90px;
    z-index: -1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.teaching_process h3::after {
    z-index: 2;
    width: 12px;
    height: 12px;
    background: rgb(183,213,180);
    bottom: -6px;
    animation: orbitalMove 8s linear infinite;
    box-shadow: 0 0 20px rgb(183,213,180,0.5);
    left: calc(50% - 6px);
}.teaching_process span {
    background: #ffffff;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    width: 100%;
    color: #000000;
    line-height: 1.8;
    font-size: 14px;
    animation: fadeScale 1s 0.3s ease-out forwards;
    padding: 3rem;
    text-align: center;
    transform: scale(0.9);
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.teaching_process span::before {
    content: "";
    left: calc(50% - 5px);
    position: absolute;
    top: -50px;
    z-index: -1;
    width: 10px;
    background: linear-gradient(to bottom, rgb(183,213,180), rgb(186,123,123));
    height: 50px;
}.teaching_process span::after {
    width: 120px;
    animation: rotateSlow 20s linear infinite;
    border-radius: 50%;
    height: 120px;
    position: absolute;
    right: 20px;
    border: 2px dashed rgb(186,123,123,0.5);
    pointer-events: none;
    top: 20px;
    opacity: 0.3;
    content: "";
}

@keyframes moveShape {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(50px, 50px) scale(1.2);
    }
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes orbitalMove {
    0% {
        transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

@keyframes rotateSlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.teaching_process {
    padding: 6rem 1.5rem;
}.teaching_process h3 {
    margin-bottom: 5rem;
    font-size: calc(37px * 0.9);
}.teaching_process h3::before {
    width: 160px;
    height: 160px;
    bottom: -80px;
    left: calc(50% - 80px);
}.teaching_process span {
    padding: 2.5rem;
}
    
    @keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(110px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(110px) rotate(-360deg);
        }
    }
}

@media (max-width: 768px) {.teaching_process {
    padding: 5rem 1rem;
}.teaching_process h3 {
    margin-bottom: 4.5rem;
    font-size: calc(37px * 0.8);
}.teaching_process h3::before {
    left: calc(50% - 70px);
    bottom: -70px;
    height: 140px;
    width: 140px;
}.teaching_process span {
    font-size: calc(14px * 0.95);
    padding: 2rem;
}.teaching_process span::after {
    right: 15px;
    top: 15px;
    height: 80px;
    width: 80px;
}@keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }
}.privacy_shell {
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(232,232,240) 0%, rgba(245, 248, 250, 0.95) 100%);
    overflow: hidden;
    color: #000000;
    position: relative;
    padding: 5rem 2rem;
}.privacy_shell::before {
    clip-path: polygon(100% 0, 100% 100%, 30% 100%, 70% 0);
    content: "";
    right: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(135deg, transparent 40%, rgba(rgb(183,213,180,0.5), 0.05) 100%);
    position: absolute;
    top: 0;
    z-index: 1;
}.privacy_shell::after {
    left: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(rgb(186,123,123,0.5), 0.03) 100%);
    width: 100%;
    height: 60%;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 0;
}.privacy_shell .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.privacy_shell h1 {
    padding-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    transform: translateX(-8px);
    font-size: 46px;
    margin-bottom: 2rem;
}.privacy_shell h1::before {
    left: 0;
    width: 120px;
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    transform-origin: left;
    animation: scaleIn 0.8s ease-out forwards;
    background: linear-gradient(90deg, rgb(183,213,180) 0%, rgb(186,123,123) 100%);
}.privacy_shell h2 {
    position: relative;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    color: #000000;
    padding-left: 1.5rem;
    font-size: 32px;
}.privacy_shell h2::before {
    top: 50%;
    height: 70%;
    width: 8px;
    transform: translateY(-50%);
    content: "";
    left: 0;
    background: rgb(183,213,180);
    position: absolute;
}.privacy_shell h3 {
    color: #000000;
    position: relative;
    font-weight: 600;
    padding-left: 1.25rem;
    font-size: calc(32px * 0.85);
    margin: 2.5rem 0 1.25rem;
}.privacy_shell h3::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(186,123,123);
    width: 6px;
    height: 60%;
    position: absolute;
    content: "";
}.privacy_shell h4 {
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    color: #000000;
    font-size: calc(32px * 0.7);
    position: relative;
    font-weight: 600;
}.privacy_shell h4::before {
    height: 50%;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background: rgb(186,123,123);
    position: absolute;
    left: 0;
    opacity: 0.7;
    width: 4px;
}.privacy_shell p {
    font-size: 14px;
    max-width: 95%;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}.privacy_shell ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem 1rem;
    list-style: none;
}.privacy_shell li {
    padding-left: 1.75rem;
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 1rem;
}.privacy_shell li::before {
    width: 10px;
    border-radius: 10px;
    content: "";
    border: 2px solid rgb(183,213,180);
    transform: rotate(45deg);
    top: 0.6rem;
    position: absolute;
    height: 10px;
    left: 0;
    transition: transform 0.3s ease;
}.privacy_shell li:hover::before {
    background-color: rgba(rgb(183,213,180,0.5), 0.1);
    transform: rotate(135deg);
}.privacy_shell strong {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}.privacy_shell span {
    border-left: 2px solid rgba(rgb(186,123,123,0.5), 0.3);
    line-height: 1.7;
    color: #000000;
    margin-bottom: 2rem;
    font-size: 14px;
    display: block;
    padding-left: 1rem;
}

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

@media (min-width: 768px) {.privacy_shell {
    padding: 7rem 3rem;
}.privacy_shell .container {
    padding: 0 30px;
}.privacy_shell h1 {
    margin-bottom: 3rem;
    transform: translateX(-15px);
    font-size: calc(46px * 1.2);
}.privacy_shell h1::before {
    height: 5px;
    width: 180px;
}.privacy_shell h2 {
    margin: 4rem 0 2rem;
    padding-left: 2rem;
}.privacy_shell h2::before {
    width: 10px;
}.privacy_shell p {
    max-width: 85%;
}.privacy_shell ul {
    margin-left: 2rem;
}.privacy_shell span {
    padding-left: 1.5rem;
}
}

@media (min-width: 992px) {.privacy_shell {
    padding: 8rem 4rem;
}.privacy_shell::before {
    width: 40%;
}.privacy_shell h1 {
    transform: translateX(-25px);
}.privacy_shell h1::before {
    width: 220px;
}.privacy_shell p {
    max-width: 75%;
}.privacy_shell li::before {
    width: 12px;
    height: 12px;
}.privacy_shell span {
    border-left: 3px solid rgba(rgb(186,123,123,0.5), 0.3);
    padding-left: 2rem;
}
}

@media (max-width: 767px) {.privacy_shell {
    padding: 4rem 1.5rem;
}.privacy_shell::before {
    width: 50%;
}.privacy_shell h1 {
    padding-bottom: 1rem;
    font-size: calc(46px * 0.9);
}.privacy_shell h2 {
    font-size: calc(32px * 0.9);
    margin: 2.5rem 0 1.25rem;
}.privacy_shell h3 {
    font-size: calc(32px * 0.75);
}.privacy_shell h4 {
    font-size: calc(32px * 0.65);
}.privacy_shell p, .privacy_shell span, .privacy_shell li {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.privacy_shell {
    padding: 3rem 1rem;
}.privacy_shell h1 {
    font-size: calc(46px * 0.8);
}.privacy_shell h2 {
    font-size: calc(32px * 0.8);
    padding-left: 1.25rem;
}.privacy_shell h3 {
    font-size: calc(32px * 0.7);
    padding-left: 1rem;
}.privacy_shell h4 {
    padding-left: 0.75rem;
    font-size: calc(32px * 0.6);
}.privacy_shell p, .privacy_shell span, .privacy_shell li {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.privacy_shell li {
    padding-left: 1.5rem;
}.privacy_shell span {
    padding-left: 0.75rem;
}}.price_item_element {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,232,240) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
    position: relative;
}.price_item_element::before {
    opacity: 0.1;
    content: "";
    width: 40%;
    border-radius: 10px;
    right: -5%;
    transform: rotate(-15deg);
    background: linear-gradient(120deg, rgb(183,213,180,0.5) 20%, rgb(186,123,123,0.5) 80%);
    height: 70%;
    position: absolute;
    z-index: 0;
    top: -10%;
}.price_item_element::after {
    left: -3%;
    width: 35%;
    position: absolute;
    content: "";
    height: 50%;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(186,123,123,0.5) 30%, rgb(183,213,180,0.5) 70%);
    z-index: 0;
    transform: rotate(10deg);
    opacity: 0.08;
    border-radius: 10px;
}.price_item_element .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
}.price_item_element .cost_summary {
    display: flex;
    flex-direction: column;
}.price_item_element .pro_rates {
    margin-bottom: 3.5rem;
    text-align: center;
    order: 1;
    position: relative;
}.price_item_element .pro_rates h2 {
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-bottom: 1.5rem;
}.price_item_element .pro_rates h2::after {
    width: 70%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(183,213,180), transparent);
    transform: translateX(-50%);
    bottom: -0.75rem;
    height: 3px;
    left: 50%;
}.price_item_element .promo_rates {
    color: #000000;
    font-size: 17px;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 800px;
}.price_item_element .bundle_offer {
    width: 100%;
    order: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
}.price_item_element .plan_details {
    display: block;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    position: relative;
    color: #000000;
    height: 100%;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}.price_item_element .plan_details:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.price_item_element .plan_details::before {
    background: linear-gradient(90deg, rgb(183,213,180), rgb(186,123,123));
    top: 0;
    content: "";
    transform: translateY(-5px);
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    height: 5px;
    width: 100%;
}.price_item_element .plan_details:hover::before {
    transform: translateY(0);
}.price_item_element .fee_plan {
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
    display: flex;
}.price_item_element .price_plan {
    flex-direction: column;
    position: relative;
    flex: 1;
    display: flex;
    padding: 2rem 1.75rem;
}.price_item_element .price_plan h3 {
    margin-bottom: 1rem;
    font-size: calc(20px * 1.1);
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #000000;
}.price_item_element .price_plan .indv_cost {
    position: relative;
    color: rgb(183,213,180);
    margin-bottom: 1.5rem;
    font-size: calc(20px * 1.3);
    font-weight: 700;
}.price_item_element .price_plan .indv_cost::after {
    background: rgb(183,213,180,0.5);
    width: 40px;
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    bottom: -0.75rem;
}.price_item_element .price_plan p {
    font-size: 17px;
    margin-bottom: 1.5rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #000000;
    flex-grow: 1;
    line-height: 1.65;
    word-break: break-word;
}.price_item_element .photo_album {
    height: 180px;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: transform 0.5s ease;
}.price_item_element .photo_album::after {
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    height: 100%;
    top: 0;
    left: 0;
}.price_item_element .plan_details:hover .photo_album {
    transform: scale(1.05);
}.price_item_element .plan_details:nth-child(odd) .price_plan::before {
    opacity: 0.1;
    border-radius: 50%;
    background: rgb(183,213,180,0.5);
    top: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    content: "";
    right: 1rem;
    position: absolute;
    z-index: -1;
}.price_item_element .plan_details:nth-child(even) .price_plan::before {
    opacity: 0.1;
    z-index: -1;
    height: 2.5rem;
    background: rgb(186,123,123,0.5);
    left: 1rem;
    border-radius: 50%;
    content: "";
    bottom: 1rem;
    width: 2.5rem;
    position: absolute;
}

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

@media (max-width: 991px) {.price_item_element {
    padding: 5rem 0;
}.price_item_element .plan_details {
    margin-bottom: 1.5rem;
}.price_item_element .pro_rates {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.price_item_element {
    padding: 4rem 0;
}.price_item_element .pro_rates h2 {
    font-size: calc(35px * 0.9);
}.price_item_element .price_plan h3 {
    font-size: 20px;
}.price_item_element .price_plan .indv_cost {
    font-size: calc(20px * 1.15);
}.price_item_element .photo_album {
    height: 160px;
}
}

@media (max-width: 575px) {.price_item_element {
    padding: 3rem 0;
}.price_item_element .container {
    padding: 0 1.5rem;
}.price_item_element .bundle_offer {
    gap: 1.5rem;
}.price_item_element .price_plan {
    padding: 1.5rem;
}.price_item_element .photo_album {
    height: 140px;
}
}

@media (hover: none) {.price_item_element .plan_details:hover {
    transform: none;
}.price_item_element .plan_details:hover .photo_album {
    transform: none;
}
}