* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}.viewport-containeraPhKue {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
}.discord_cta7xfH2k {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1186px;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.head_trainhYls4r {
    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;
}}
.title_openernkBP1E {
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: center;
    background-color: rgb(231,233,225);
    min-height: 100vh;
}.title_openernkBP1E .page_baseca28Uy {
    margin: 0 auto;
    padding: 2rem;
    z-index: 1;
    position: relative;
    max-width: 1400px;
    width: 100%;
}.title_openernkBP1E .learn_entryo1sJnR {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    padding: 4rem 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}.title_openernkBP1E .learn_entryo1sJnR::before {
    position: absolute;
    left: 0;
    background: linear-gradient(
    135deg,
    rgb(203,208,191,0.5),
    rgba(0, 0, 0, 0.5)
  );
    top: 0;
    opacity: 0.85;
    content: "";
    right: 0;
    z-index: 1;
    bottom: 0;
}.title_openernkBP1E .learn_entryo1sJnR::after {
    z-index: 2;
    content: "";
    width: 110%;
    height: 110%;
    transform-origin: top left;
    position: absolute;
    top: -5%;
    animation: shimmer 8s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background: linear-gradient(
    to bottom right,
    rgb(203,208,191) 0%,
    transparent 70%
  );
    opacity: 0.15;
    left: -5%;
}.title_openernkBP1E .learn_entryo1sJnR > * {
    z-index: 3;
    position: relative;
}.title_openernkBP1E .learn_entryo1sJnR span {
    opacity: 0;
    transform: translateX(-20px);
    animation: slideInLeft 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    margin-bottom: 1.5rem;
    max-width: 85%;
}.title_openernkBP1E .learn_entryo1sJnR h3 {
    backdrop-filter: blur(8px);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    border-left: 3px solid rgb(203,208,191);
    color: #ffffff;
    background: linear-gradient(
    90deg,
    rgb(203,208,191,0.5) 20%,
    rgba(0, 0, 0, 0.5) 100%
  );
    padding: 0.75rem 1.2rem;
    line-height: 1.5;
    font-size: calc(18px * 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    max-width: 90%;
}.title_openernkBP1E .learn_entryo1sJnR h1 {
    letter-spacing: -0.02em;
    font-size: calc(43px * 1.15);
    background: linear-gradient(
    to right,
    #ffffff,
    rgb(167,173,152)
  );
    transform: translateY(20px);
    animation: slideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 2rem;
    background-clip: text !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 4px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    color: #ffffff;
    line-height: 1.15;
    -webkit-background-clip: text !important;
    font-weight: 700;
    color: transparent;
}.title_openernkBP1E .learn_entryo1sJnR div div {
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 60%;
}.title_openernkBP1E .learn_entryo1sJnR div div::before {
    left: -15px;
    content: "";
    width: 3px;
    background: linear-gradient(
    to bottom,
    rgb(203,208,191),
    transparent
  );
    height: 100%;
    position: absolute;
    top: 0;
}.title_openernkBP1E .learn_entryo1sJnR p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: calc(15px * 1.2);
    font-weight: 400;
    line-height: 1.7;
    padding-left: 0.5rem;
    padding-bottom: 1.2rem;
    color: #ffffff;
}@keyframes shimmer {
  0%, 20% {
    transform: translateY(-5%) translateX(-2%) scale(1.05);
    opacity: 0.1;
  }
  70%, 100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.15;
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

.title_openernkBP1E .learn_entryo1sJnR:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.15);
}.title_openernkBP1E .learn_entryo1sJnR:hover::after {
    animation-play-state: paused;
}

@media (min-width: 768px) and (max-width: 1199px) {.title_openernkBP1E .page_baseca28Uy {
    padding: 1.5rem;
}.title_openernkBP1E .learn_entryo1sJnR {
    padding: 3rem 2.5rem;
}.title_openernkBP1E .learn_entryo1sJnR h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 1);
}.title_openernkBP1E .learn_entryo1sJnR h3 {
    font-size: calc(18px * 0.85);
    max-width: 95%;
}.title_openernkBP1E .learn_entryo1sJnR div div {
    max-width: 70%;
}.title_openernkBP1E .learn_entryo1sJnR p {
    font-size: calc(15px * 1.1);
}
}

@media (max-width: 767px) {.title_openernkBP1E {
    min-height: 90vh;
}.title_openernkBP1E .page_baseca28Uy {
    padding: 1rem;
}.title_openernkBP1E .learn_entryo1sJnR {
    padding: 2.5rem 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.title_openernkBP1E .learn_entryo1sJnR h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.85);
    line-height: 1.2;
}.title_openernkBP1E .learn_entryo1sJnR h3 {
    padding: 0.5rem 1rem;
    max-width: 100%;
    font-size: calc(18px * 0.8);
}.title_openernkBP1E .learn_entryo1sJnR span {
    margin-bottom: 1rem;
    max-width: 100%;
}.title_openernkBP1E .learn_entryo1sJnR div div {
    max-width: 100%;
}.title_openernkBP1E .learn_entryo1sJnR p {
    font-size: 15px;
    padding-bottom: 0.8rem;
    line-height: 1.5;
}
}

@media (max-width: 480px) {.title_openernkBP1E .learn_entryo1sJnR {
    padding: 2rem 1.25rem;
}.title_openernkBP1E .learn_entryo1sJnR h1 {
    margin-bottom: 1.2rem;
    font-size: calc(43px * 0.7);
}.title_openernkBP1E .learn_entryo1sJnR h3 {
    font-size: calc(18px * 0.75);
    padding: 0.5rem 0.75rem;
}}.contact_panelPJRKCe {
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}.contact_panelPJRKCe::before {
    content: '';
    background-color: rgb(203,208,191);
    z-index: -1;
    opacity: 0.95;
    position: absolute;
    inset: 0;
}.contact_panelPJRKCe .container {
    position: relative;
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
}.contact_panelPJRKCe .connect_mapEhinyr {
    position: relative;
    flex-direction: column;
    display: flex;
}.contact_panelPJRKCe .query_requestSqrh4n {
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
    position: relative;
}.contact_panelPJRKCe .query_requestSqrh4n h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    color: #ffffff;
}.contact_panelPJRKCe .query_requestSqrh4n h3::after {
    background: rgb(167,173,152);
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
}.contact_panelPJRKCe .query_requestSqrh4n div {
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 30px;
    margin: 15px 10px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 12px 20px;
    display: inline-block;
}.contact_panelPJRKCe .query_requestSqrh4n div:hover {
    transform: translateY(-5px);
    background-color: rgb(167,173,152);
}.contact_panelPJRKCe .query_requestSqrh4n div svg {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    margin-right: 10px;
    width: 18px;
}.contact_panelPJRKCe .query_requestSqrh4n div svg path {
    fill: #ffffff;
}.contact_panelPJRKCe .query_requestSqrh4n div span {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}.contact_panelPJRKCe .query_requestSqrh4n div span a {
    text-decoration: none;
    color: #ffffff;
}.contact_panelPJRKCe .request_requestgJVdt2 {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 11px;
    padding: 40px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: grid;
    background-color: #ffffff;
}.contact_panelPJRKCe .request_requestgJVdt2 h3 {
    color: #000000;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    grid-column: span 3;
    margin-bottom: 20px;
}.contact_panelPJRKCe .request_requestgJVdt2 form {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-column: span 3;
}.contact_panelPJRKCe .request_requestgJVdt2 input#name {
    grid-column: span 1;
}.contact_panelPJRKCe .request_requestgJVdt2 input#phone {
    grid-column: span 1;
}.contact_panelPJRKCe .request_requestgJVdt2 input#email {
    grid-column: span 1;
}.contact_panelPJRKCe .request_requestgJVdt2 input[type="text"],
.contact_panelPJRKCe .request_requestgJVdt2 input[type="email"] {
    border: none;
    border-radius: 10px;
    font-size: 14px;
    padding: 0 20px;
    color: #000000;
    width: 100%;
    background-color: rgb(231,233,225);
    height: 55px;
    transition: box-shadow 0.3s ease;
}.contact_panelPJRKCe .request_requestgJVdt2 input[type="text"]:focus,
.contact_panelPJRKCe .request_requestgJVdt2 input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(167,173,152);
}.contact_panelPJRKCe .request_requestgJVdt2 input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_panelPJRKCe .request_requestgJVdt2 .help_mapRDOeXk {
    display: flex;
    align-items: center;
    grid-column: span 2;
}.contact_panelPJRKCe .request_requestgJVdt2 .help_mapRDOeXk input[type="checkbox"] {
    width: 20px;
    border-radius: 10px;
    position: relative;
    border: 2px solid rgb(231,233,225);
    appearance: none;
    -webkit-appearance: none;
    margin-right: 10px;
    cursor: pointer;
    height: 20px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}.contact_panelPJRKCe .request_requestgJVdt2 .help_mapRDOeXk input[type="checkbox"]:checked {
    background-color: rgb(167,173,152);
    border-color: rgb(167,173,152);
}.contact_panelPJRKCe .request_requestgJVdt2 .help_mapRDOeXk input[type="checkbox"]:checked::before {
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '✓';
    transform: translate(-50%, -50%);
    font-size: 12px;
}.contact_panelPJRKCe .request_requestgJVdt2 .help_mapRDOeXk label {
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}.contact_panelPJRKCe .request_requestgJVdt2 .help_mapRDOeXk label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(167,173,152);
}.contact_panelPJRKCe .request_requestgJVdt2 .help_mapRDOeXk label a:hover {
    color: rgb(203,208,191);
}.contact_panelPJRKCe .request_requestgJVdt2 .feedback_querycSWGrT {
    height: 55px;
    cursor: pointer;
    grid-column: span 1;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    background-color: rgb(167,173,152);
}.contact_panelPJRKCe .request_requestgJVdt2 .feedback_querycSWGrT:hover {
    background-color: rgb(203,208,191);
    transform: translateY(-3px);
}

@media screen and (min-width: 992px) {.contact_panelPJRKCe .connect_mapEhinyr {
    flex-direction: row;
    align-items: center;
    gap: 50px;
}.contact_panelPJRKCe .query_requestSqrh4n {
    width: 30%;
    text-align: left;
    margin-bottom: 0;
}.contact_panelPJRKCe .query_requestSqrh4n h3 {
    margin-bottom: 30px;
}.contact_panelPJRKCe .query_requestSqrh4n h3::after {
    width: 50%;
}.contact_panelPJRKCe .query_requestSqrh4n div {
    text-align: left;
    display: block;
    margin: 15px 0;
}.contact_panelPJRKCe .request_requestgJVdt2 {
    width: 70%;
}
}

@media screen and (max-width: 991px) {.contact_panelPJRKCe .request_requestgJVdt2 input#name,
    .contact_panelPJRKCe .request_requestgJVdt2 input#phone,
    .contact_panelPJRKCe .request_requestgJVdt2 input#email {
    grid-column: span 3;
}.contact_panelPJRKCe .request_requestgJVdt2 .help_mapRDOeXk {
    grid-column: span 3;
}.contact_panelPJRKCe .request_requestgJVdt2 .feedback_querycSWGrT {
    grid-column: span 3;
}
}

@media screen and (max-width: 767px) {.contact_panelPJRKCe {
    padding: 60px 0;
}.contact_panelPJRKCe .query_requestSqrh4n {
    margin-bottom: 30px;
}.contact_panelPJRKCe .query_requestSqrh4n h3 {
    font-size: calc(22px + 2px);
}.contact_panelPJRKCe .request_requestgJVdt2 {
    padding: 30px 20px;
}.contact_panelPJRKCe .request_requestgJVdt2 form {
    gap: 15px;
}
}

@media screen and (max-width: 480px) {.contact_panelPJRKCe {
    padding: 40px 0;
}.contact_panelPJRKCe .query_requestSqrh4n div {
    width: 100%;
    text-align: left;
    display: block;
    margin: 10px 0;
}}.company_infoSncGPV {
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    overflow: hidden;
    background-position: center center;
    background-size: 30px 30px;
    position: relative;
    color: #000000;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(203,208,191,0.5) 0%, rgb(231,233,225) 50%, rgb(167,173,152,0.5) 100%);
}.company_infoSncGPV::before {
    background: linear-gradient(to bottom, transparent, rgb(203,208,191,0.5), transparent);
    content: "";
    position: absolute;
    left: 20%;
    z-index: 0;
    height: 50%;
    top: 0;
    width: 2px;
}.company_infoSncGPV::after {
    content: "";
    width: 2px;
    z-index: 0;
    right: 30%;
    background: linear-gradient(to bottom, transparent, rgb(167,173,152,0.5), transparent);
    height: 70%;
    position: absolute;
    bottom: 0;
}.company_infoSncGPV .container {
    position: relative;
    z-index: 2;
}.company_infoSncGPV .container::before {
    top: 40%;
    border: 2px solid rgb(203,208,191);
    height: 20px;
    animation: techPulse 4s infinite;
    left: -100px;
    z-index: 1;
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 20px;
}.company_infoSncGPV .container::after {
    content: "";
    right: -80px;
    border-radius: 0;
    width: 15px;
    position: absolute;
    height: 15px;
    z-index: 1;
    animation: techRotate 6s infinite linear;
    bottom: 30%;
    border: 2px solid rgb(167,173,152);
}.company_infoSncGPV h2 {
    text-align: left;
    position: relative;
    font-weight: 700;
    font-size: 46px;
    color: #000000;
    margin-bottom: 80px;
}.company_infoSncGPV h2::before {
    height: 4px;
    background: rgb(203,208,191);
    left: 0;
    content: "";
    width: 120px;
    bottom: -20px;
    position: absolute;
}.company_infoSncGPV h2::after {
    content: "";
    left: 130px;
    position: absolute;
    height: 4px;
    bottom: -20px;
    background: rgb(167,173,152);
    width: 60px;
}.company_infoSncGPV .legacy_storyazMfYp {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 80px;
}.company_infoSncGPV .legacy_storyazMfYp::before {
    z-index: 1;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, 
        rgb(203,208,191) 0%, 
        rgb(203,208,191,0.5) 20%,
        rgb(167,173,152,0.5) 80%,
        rgb(167,173,152) 100%
    );
    left: 40%;
    height: 100%;
    width: 2px;
    position: absolute;
}.company_infoSncGPV .legacy_storyazMfYp::after {
    position: absolute;
    top: 0;
    content: "";
    animation: moveDown 10s infinite alternate ease-in-out;
    border-radius: 50%;
    background: rgb(203,208,191);
    left: calc(40% - 4px);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
    height: 10px;
    width: 10px;
    z-index: 2;
}.company_infoSncGPV .quick_skillJAu6TX {
    padding: 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 21px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    overflow: visible;
    background: rgba(255, 255, 255, 1);
    position: relative;
    backdrop-filter: blur(10px);
}.company_infoSncGPV .quick_skillJAu6TX:first-child {
    border-left: 3px solid rgb(203,208,191);
    z-index: 20;
}.company_infoSncGPV .quick_skillJAu6TX:last-child {
    z-index: 20;
    align-self: end;
    border-right: 3px solid rgb(167,173,152);
}.company_infoSncGPV .quick_skillJAu6TX:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.company_infoSncGPV .quick_skillJAu6TX h3 {
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    font-size: 22px;
    color: rgb(203,208,191);
}.company_infoSncGPV .quick_skillJAu6TX:last-child h3 {
    color: rgb(167,173,152);
}.company_infoSncGPV .quick_skillJAu6TX h3::before {
    position: absolute;
    background: rgb(203,208,191);
    transform: translateY(-50%);
    top: 50%;
    height: 10px;
    left: 0;
    width: 10px;
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.company_infoSncGPV .quick_skillJAu6TX:last-child h3::before {
    background: rgb(167,173,152);
}.company_infoSncGPV .quick_skillJAu6TX p {
    z-index: 1;
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    position: relative;
}.company_infoSncGPV .quick_skillJAu6TX::before {
    width: 100%;
    z-index: 0;
    background-size: 10px 10px;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, transparent 75%, transparent);
    top: 0;
}.company_infoSncGPV .quick_skillJAu6TX::after {
    position: absolute;
    content: "";
    inset: 0;
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
}.company_infoSncGPV .quick_skillJAu6TX::before {
    border-radius: calc(21px + 1px);
    top: -1px;
    content: "";
    transition: opacity 0.3s ease;
    bottom: -1px;
    background: linear-gradient(135deg, rgb(203,208,191) 0%, transparent 50%, rgb(167,173,152) 100%);
    z-index: -2;
    position: absolute;
    opacity: 0;
    left: -1px;
    right: -1px;
}

@keyframes techPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
}

@keyframes techRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes moveDown {
    0% {
        top: 0;
        background: rgb(203,208,191);
    }
    100% {
        top: calc(100% - 10px);
        background: rgb(167,173,152);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1200px) {.company_infoSncGPV .quick_skillJAu6TX:first-child {
    margin-right: -10%;
}.company_infoSncGPV .quick_skillJAu6TX:last-child {
    margin-left: -10%;
}
}

@media screen and (max-width: 991px) {.company_infoSncGPV {
    padding: 80px 0;
}.company_infoSncGPV h2 {
    margin-bottom: 50px;
    font-size: calc(46px * 0.9);
    transform: translateX(0);
}.company_infoSncGPV .legacy_storyazMfYp {
    gap: 50px;
}.company_infoSncGPV .quick_skillJAu6TX:first-child,
    .company_infoSncGPV .quick_skillJAu6TX:last-child {
    margin-left: 0;
    margin-right: 0;
}.company_infoSncGPV .legacy_storyazMfYp::before {
    left: 20px;
}.company_infoSncGPV .legacy_storyazMfYp::after {
    left: 16px;
}
}

@media screen and (max-width: 767px) {.company_infoSncGPV {
    padding: 60px 0;
}.company_infoSncGPV h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 40px;
}.company_infoSncGPV .quick_skillJAu6TX {
    padding: 30px;
}.company_infoSncGPV .quick_skillJAu6TX h3 {
    font-size: calc(22px * 0.9);
}.company_infoSncGPV .quick_skillJAu6TX p {
    font-size: calc(16px * 0.95);
}.company_infoSncGPV .quick_skillJAu6TX:first-child h3::after,
    .company_infoSncGPV .quick_skillJAu6TX:last-child h3::after {
    font-size: 80px;
    top: -50px;
}
}

@media screen and (max-width: 575px) {.company_infoSncGPV {
    padding: 50px 0;
}.company_infoSncGPV h2 {
    margin-bottom: 30px;
    font-size: calc(46px * 0.7);
}.company_infoSncGPV h2::before {
    width: 80px;
    height: 3px;
}.company_infoSncGPV h2::after {
    height: 3px;
    width: 40px;
    left: 90px;
}.company_infoSncGPV .quick_skillJAu6TX {
    padding: 25px;
}.company_infoSncGPV .quick_skillJAu6TX h3 {
    font-size: calc(22px * 0.85);
    margin-bottom: 15px;
}.company_infoSncGPV .quick_skillJAu6TX p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.company_infoSncGPV .quick_skillJAu6TX:first-child h3::after,
    .company_infoSncGPV .quick_skillJAu6TX:last-child h3::after {
    font-size: 60px;
    top: -40px;
}.company_infoSncGPV .legacy_storyazMfYp::before {
    left: 10px;
}.company_infoSncGPV .legacy_storyazMfYp::after {
    left: 6px;
}}.discord_cta7xfH2k {
    color: #000000;
    background-color: rgb(231,233,225);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 5rem 0 2rem;
}.discord_cta7xfH2k::before {
    position: absolute;
    content: '';
    background: 
        linear-gradient(135deg, rgb(203,208,191,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(167,173,152,0.5) 0%, transparent 70%);
    height: 100%;
    width: 100%;
    opacity: 0.07;
    top: 0;
    left: 0;
    z-index: 0;
}.discord_cta7xfH2k::after {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    z-index: 1;
    height: 7px;
    background: linear-gradient(90deg, 
        rgb(231,233,225) 0%,
        rgb(203,208,191) 35%, 
        rgb(167,173,152) 65%,
        rgb(231,233,225) 100%);
}.discord_cta7xfH2k .container {
    position: relative;
    z-index: 2;
}.discord_cta7xfH2k .policy_linksbaqDiu {
    flex-direction: column;
    display: flex;
}.discord_cta7xfH2k .get_contactcardQS9ga3 {
    gap: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    justify-content: center;
    position: relative;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    display: flex;
}.discord_cta7xfH2k .get_contactcardQS9ga3::after {
    left: 0;
    height: 1px;
    width: 100%;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(167,173,152,0.5) 50%,
        transparent 100%);
    bottom: -1px;
}.discord_cta7xfH2k .info_item {
    transition: all 0.3s ease;
    flex: 0 0 auto;
    padding: 0.5rem 1rem;
    position: relative;
    width: 25%;
}.discord_cta7xfH2k .info_item::before {
    background-color: rgba(0, 0, 0, 0.06);
    top: 50%;
    height: 60%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 1px;
}.discord_cta7xfH2k .info_item:first-child::before {
    display: none;
}.discord_cta7xfH2k .info_item p,
.discord_cta7xfH2k .info_item a {
    align-items: center;
    display: flex;
    font-weight: 400;
    justify-content: center;
    gap: 0.75rem;
    color: #000000;
    text-align: center;
    font-size: calc(13px - 1px);
    text-decoration: none;
    transition: all 0.3s ease;
}.discord_cta7xfH2k .info_item:hover {
    transform: translateY(-5px);
}.discord_cta7xfH2k .info_item:hover p,
.discord_cta7xfH2k .info_item:hover a {
    color: rgb(203,208,191);
}.discord_cta7xfH2k .info_item svg {
    width: 20px;
    fill: rgb(203,208,191);
    transition: transform 0.3s ease;
    height: 20px;
}.discord_cta7xfH2k .info_item:hover svg {
    transform: rotate(10deg);
}.discord_cta7xfH2k .text_main_holder {
    gap: 3rem;
    justify-content: space-between;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.discord_cta7xfH2k .nav_lessonjRp2J7 {
    flex-direction: column;
    gap: 1.5rem;
    margin-right: auto;
    display: flex;
    max-width: 300px;
    width: 100%;
}.discord_cta7xfH2k .nav_lessonjRp2J7 svg {
    max-width: 160px;
    height: auto;
    transition: all 0.3s ease;
}.discord_cta7xfH2k .nav_lessonjRp2J7:hover svg {
    transform: scale(1.05);
}.discord_cta7xfH2k .digital_resoJwicL {
    color: #000000;
    line-height: 1.6;
    padding-left: 2rem;
    font-size: 14px;
    position: relative;
}.discord_cta7xfH2k .digital_resoJwicL::before {
    content: '';
    top: 0;
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(203,208,191), rgb(167,173,152));
    bottom: 0;
    border-radius: 2px;
    left: 0;
}.discord_cta7xfH2k .main_topF1Kpow {
    max-width: 400px;
    min-width: 240px;
    position: relative;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    flex: 1;
}.discord_cta7xfH2k .main_topF1Kpow::before {
    z-index: -1;
    background: rgba(0, 0, 0, 0.02);
    top: 0;
    content: '';
    border-radius: 29px;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.discord_cta7xfH2k .main_topF1Kpow h5 {
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    color: #000000;
    font-size: 19px;
}.discord_cta7xfH2k .main_skillOfADWM {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0 1.5rem;
}.discord_cta7xfH2k .main_skillOfADWM:first-child {
    position: relative;
}.discord_cta7xfH2k .main_skillOfADWM a {
    padding: 0.5rem 0;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    padding-left: 1.25rem;
    position: relative;
}.discord_cta7xfH2k .main_skillOfADWM a::before {
    top: 50%;
    content: '';
    width: 6px;
    border-radius: 50%;
    background-color: rgb(167,173,152,0.5);
    transform: translateY(-50%);
    position: absolute;
    height: 6px;
    left: 0;
    transition: all 0.3s ease;
}.discord_cta7xfH2k .main_skillOfADWM a:hover {
    color: rgb(203,208,191);
    padding-left: 1.5rem;
}.discord_cta7xfH2k .main_skillOfADWM a:hover::before {
    height: 8px;
    width: 8px;
    background-color: rgb(203,208,191);
}.discord_cta7xfH2k .subscribe_holder {
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    border-radius: 29px;
    gap: 1.5rem;
    max-width: 400px;
    width: 100%;
    display: flex;
    position: relative;
}.discord_cta7xfH2k .subscribe_holder::before {
    border-color: rgb(203,208,191,0.5) transparent transparent transparent;
    border-top-left-radius: 29px;
    left: 0;
    content: '';
    width: 0;
    position: absolute;
    border-width: 50px 50px 0 0;
    top: 0;
    height: 0;
    border-style: solid;
}.discord_cta7xfH2k .subscribe_holder h5 {
    color: #000000;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0.5rem;
}.discord_cta7xfH2k .subscribe_holder p {
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
}.discord_cta7xfH2k .input_holder {
    gap: 1rem;
    flex-direction: column;
    display: flex;
    margin-top: 0.5rem;
    position: relative;
}.discord_cta7xfH2k .input_holder input[type="email"] {
    border-radius: 10px;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.125rem 1.25rem;
    color: #000000;
    transition: all 0.3s ease;
}.discord_cta7xfH2k .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(203,208,191,0.5);
    outline: none;
    border-color: rgb(203,208,191);
}.discord_cta7xfH2k .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.discord_cta7xfH2k .upgrade_skillsPC40oz {
    border: none;
    border-radius: 10px;
    font-size: 18px;
    padding: 1.125rem 1.25rem;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    overflow: hidden;
    font-weight: 600;
}.discord_cta7xfH2k .upgrade_skillsPC40oz::before {
    opacity: 0;
    top: 0;
    position: absolute;
    content: '';
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(167,173,152) 0%, rgb(203,208,191) 100%);
    left: 0;
    height: 100%;
    transition: opacity 0.3s ease;
}.discord_cta7xfH2k .upgrade_skillsPC40oz:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.discord_cta7xfH2k .upgrade_skillsPC40oz:hover::before {
    opacity: 1;
}.discord_cta7xfH2k .ar_tools2Tk4yt {
    margin-top: 4rem;
    position: relative;
    text-align: center;
    padding-top: 2rem;
}.discord_cta7xfH2k .ar_tools2Tk4yt::before {
    left: 30%;
    height: 1px;
    position: absolute;
    width: 40%;
    background: rgba(0, 0, 0, 0.1);
    content: '';
    top: 0;
}.discord_cta7xfH2k .footer_accountnqDhkb {
    font-size: 14px;
    color: #000000;
    opacity: 0.8;
}

@media (max-width: 1200px) {.discord_cta7xfH2k .text_main_holder {
    gap: 2.5rem;
}.discord_cta7xfH2k .nav_lessonjRp2J7 {
    max-width: 260px;
}.discord_cta7xfH2k .main_topF1Kpow {
    min-width: 220px;
}
}

@media (max-width: 991px) {.discord_cta7xfH2k {
    padding: 4rem 0 2rem;
}.discord_cta7xfH2k .info_item {
    padding: 1rem;
    width: 50%;
}.discord_cta7xfH2k .info_item:nth-child(3)::before {
    display: none;
}.discord_cta7xfH2k .text_main_holder {
    align-items: center;
    flex-direction: column;
    gap: 3rem;
}.discord_cta7xfH2k .nav_lessonjRp2J7 {
    text-align: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
}.discord_cta7xfH2k .digital_resoJwicL {
    text-align: center;
    max-width: 500px;
    padding-left: 0;
}.discord_cta7xfH2k .digital_resoJwicL::before {
    display: none;
}.discord_cta7xfH2k .main_topF1Kpow {
    width: 100%;
    max-width: 600px;
}.discord_cta7xfH2k .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.discord_cta7xfH2k {
    padding: 3.5rem 0 1.5rem;
}.discord_cta7xfH2k .get_contactcardQS9ga3 {
    margin-bottom: 3rem;
}.discord_cta7xfH2k .info_item {
    width: 100%;
}.discord_cta7xfH2k .info_item::before {
    display: none;
}.discord_cta7xfH2k .main_skillOfADWM {
    gap: 0.5rem 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}.discord_cta7xfH2k .main_skillOfADWM a {
    padding: 0.5rem 1rem;
    text-align: center;
}.discord_cta7xfH2k .main_skillOfADWM a::before {
    display: none;
}.discord_cta7xfH2k .main_skillOfADWM a:hover {
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}.discord_cta7xfH2k .ar_tools2Tk4yt {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.discord_cta7xfH2k {
    padding: 3rem 0 1.5rem;
}.discord_cta7xfH2k .get_contactcardQS9ga3 {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.discord_cta7xfH2k .text_main_holder {
    gap: 2.5rem;
}.discord_cta7xfH2k .main_topF1Kpow {
    padding: 1rem;
}.discord_cta7xfH2k .main_topF1Kpow h5 {
    text-align: center;
}.discord_cta7xfH2k .subscribe_holder {
    padding: 1.5rem;
}.discord_cta7xfH2k .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.discord_cta7xfH2k .ar_tools2Tk4yt {
    margin-top: 2.5rem;
}}.privacy_containerm8pNgW {
    font-family: Arial, sans-serif;
    background-color: rgb(231,233,225);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 40px;
}.privacy_containerm8pNgW h1 {
    color: rgb(203,208,191);
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(203,208,191);
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 20px;
}.privacy_containerm8pNgW h2 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: rgb(167,173,152);
    font-size: 35px;
}.privacy_containerm8pNgW h3, .privacy_containerm8pNgW h4, .privacy_containerm8pNgW h5, .privacy_containerm8pNgW h6 {
    color: rgb(203,208,191);
    margin: 20px 0;
}.privacy_containerm8pNgW h3 {
    font-size: calc(18px - 4px);
    font-weight: 700;
}.privacy_containerm8pNgW h4 {
    font-weight: 600;
    font-size: calc(18px + 2px);
}.privacy_containerm8pNgW h5 {
    font-weight: 400;
    font-size: 18px;
}.privacy_containerm8pNgW h6 {
    font-weight: 300;
    font-size: 21px;
}.privacy_containerm8pNgW ul, .privacy_containerm8pNgW ol {
    padding-left: 20px;
    margin: 15px 0;
}.privacy_containerm8pNgW li {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 12px;
}.privacy_containerm8pNgW section {
    margin-top: 40px;
}.privacy_containerm8pNgW p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 15px;
}.privacy_containerm8pNgW span {
    font-weight: 600;
    color: rgb(167,173,152);
}.privacy_containerm8pNgW div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_containerm8pNgW {
    padding: 20px;
    border-radius: 10px;
}.privacy_containerm8pNgW h1 {
    font-size: calc(18px - 10px);
}.privacy_containerm8pNgW h2 {
    font-size: calc(18px - 8px);
}.privacy_containerm8pNgW ul, .privacy_containerm8pNgW ol {
    padding-left: 15px;
}.privacy_containerm8pNgW li {
    font-size: calc(12px - 2px);
}}header {
    overflow: visible;
    margin-top: 0;
    padding: 0;
    z-index: 100;
    position: relative;
    background: linear-gradient(90deg, rgb(167,173,152) 0%, rgb(203,208,191) 100%);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}header::before {
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    content: '';
    top: 0;
    left: 0;
}header .head_sitebar0xasPq {
    z-index: 5;
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}header .nav_lessonjRp2J7 {
    overflow: visible;
    position: relative;
    padding: 0.5rem;
    margin-right: 2rem;
    flex: 0 0 auto;
}header .nav_lessonjRp2J7::before {
    border: 2px solid #ffffff;
    left: -5px;
    position: absolute;
    transform: skew(-5deg);
    top: -5px;
    right: -5px;
    opacity: 0.1;
    transition: all 0.3s ease;
    z-index: -1;
    content: '';
    bottom: -5px;
}header .nav_lessonjRp2J7::after {
    z-index: -1;
    opacity: 0;
    right: -5px;
    border: 2px solid #ffffff;
    position: absolute;
    top: -5px;
    content: '';
    bottom: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    transform: skew(-5deg);
    transition: all 0.3s ease;
    left: -5px;
}header .nav_lessonjRp2J7:hover::before {
    opacity: 0;
}header .nav_lessonjRp2J7:hover::after {
    animation: neonPulse 1.5s infinite alternate;
    opacity: 0.5;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .nav_site1BNuP8 {
    display: block;
    position: relative;
    transition: all 0.3s ease;
}header .nav_site1BNuP8:hover {
    transform: scale(1.05);
}header .nav_site1BNuP8 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .main_topF1Kpow {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}header .main_leadHJ17CB {
    margin: 0 0.4rem;
    position: relative;
}header .main_leadHJ17CB a {
    justify-content: center;
    height: 40px;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.5px;
    z-index: 1;
    color: #ffffff;
    padding: 0 1.2rem;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    font-size: 17px;
    text-shadow: 0 0 5px #ffffff;
}header .main_leadHJ17CB a::before {
    opacity: 0;
    top: -2px;
    position: absolute;
    background: #ffffff;
    right: -2px;
    content: '';
    z-index: -1;
    left: -2px;
    transform: scale(0.9);
    bottom: -2px;
    transition: opacity 0.3s ease;
}header .main_leadHJ17CB a:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-shadow: none;
    color: rgb(203,208,191);
    transform: translateY(-3px);
    border-color: #ffffff;
}header .main_leadHJ17CB a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .main_leadHJ17CB::after {
    content: '';
    position: absolute;
    filter: blur(3px);
    height: 5px;
    width: 80%;
    left: 10%;
    opacity: 0;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    transition: all 0.3s ease;
}header .main_leadHJ17CB:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .head_sitebar0xasPq::before {
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
}header .head_sitebar0xasPq::after {
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    height: 1px;
}header .head_trainhYls4r {
    z-index: 1;
    background: rgb(231,233,225);
    position: relative;
    padding-top: 2rem;
}

@media (min-width: 1400px) {header .head_sitebar0xasPq {
    margin: 0 auto;
    max-width: 1320px;
}header .main_leadHJ17CB {
    margin: 0 0.6rem;
}header .main_leadHJ17CB a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .head_sitebar0xasPq {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .nav_lessonjRp2J7 {
    margin-right: 0;
    margin-bottom: 0;
}header .main_topF1Kpow {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .main_leadHJ17CB a {
    padding: 0 1rem;
    font-size: calc(17px - 1px);
    height: 36px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head_sitebar0xasPq {
    padding: 0.8rem 1.5rem;
}header .nav_lessonjRp2J7 {
    max-width: 140px;
}header .nav_lessonjRp2J7::before, 
    header .nav_lessonjRp2J7::after {
    bottom: -3px;
    left: -3px;
    right: -3px;
    top: -3px;
}header .nav_site1BNuP8 img {
    max-height: 35px;
}header .main_topF1Kpow {
    overflow-x: auto;
    justify-content: flex-start;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}header .main_topF1Kpow::-webkit-scrollbar {
    height: 3px;
}header .main_topF1Kpow::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .main_leadHJ17CB {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .main_leadHJ17CB a {
    padding: 0 0.8rem;
    white-space: nowrap;
    font-size: calc(17px - 2px);
    height: 32px;
}header .main_leadHJ17CB::after {
    display: none;
}
}

@media (max-width: 479px) {header .head_sitebar0xasPq {
    padding: 0.7rem 1.2rem;
}header .nav_lessonjRp2J7 {
    max-width: 120px;
}header .main_leadHJ17CB a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(17px - 3px);
}}.gratBlockGCaIug {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,233,225) 0%, rgb(167,173,152,0.5) 100%);
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
}.gratBlockGCaIug::before {
    right: -5%;
    height: 70%;
    z-index: 1;
    background: radial-gradient(ellipse at center, rgb(203,208,191,0.5) 0%, transparent 70%);
    opacity: 0.7;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    animation: floatGradient 15s ease-in-out infinite alternate;
    top: -10%;
    width: 60%;
}.gratBlockGCaIug::after {
    transform: rotate(10deg);
    width: 70%;
    height: 60%;
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    z-index: 1;
    content: "";
    bottom: -5%;
    left: -10%;
    background: radial-gradient(ellipse at center, rgb(167,173,152,0.5) 0%, transparent 70%);
    opacity: 0.5;
    position: absolute;
}.gratBlockGCaIug .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}.gratBlockGCaIug .master_classeslmHEKf {
    position: relative;
    display: flex;
    transform: rotateX(5deg);
    background: rgba(255, 255, 255, 0.95);
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    padding: 3rem;
}.gratBlockGCaIug .master_classeslmHEKf:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotateX(0deg) translateY(-5px);
}.gratBlockGCaIug .master_classeslmHEKf > div:first-child {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(30px);
    margin-bottom: 2rem;
    position: relative;
}.gratBlockGCaIug .master_classeslmHEKf:hover > div:first-child {
    transform: translateZ(40px);
}.gratBlockGCaIug .master_classeslmHEKf > div:first-child::before {
    background: rgb(203,208,191);
    position: absolute;
    height: 60px;
    top: -10px;
    left: -20px;
    transform: rotate(25deg);
    z-index: -1;
    border-radius: 10px;
    content: "";
    opacity: 0.1;
    width: 60px;
}.gratBlockGCaIug .master_classeslmHEKf > div:first-child::after {
    transform: skewX(-20deg);
    width: 70px;
    right: 30px;
    background: rgb(167,173,152);
    bottom: -15px;
    height: 10px;
    position: absolute;
    opacity: 0.2;
    content: "";
}.gratBlockGCaIug h5 {
    margin: 0;
    font-size: 22px;
    color: #000000;
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    transform: translateX(0);
    transition: transform 0.5s ease;
    padding-bottom: 1rem;
}.gratBlockGCaIug h5::after {
    content: "";
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    left: 0;
    width: 0;
    height: 3px;
}.gratBlockGCaIug .master_classeslmHEKf:hover h5::after {
    width: 80px;
}.gratBlockGCaIug .master_classeslmHEKf > div:last-child {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    position: relative;
    transform: translateZ(15px);
}.gratBlockGCaIug .master_classeslmHEKf:hover > div:last-child {
    transform: translateZ(25px);
}.gratBlockGCaIug a {
    transition: transform 0.5s ease;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}.gratBlockGCaIug a::before {
    content: "";
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease;
    transform-origin: left;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(203,208,191);
    opacity: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    transform: scaleX(0);
}.gratBlockGCaIug a:hover::before {
    transform: scaleX(1);
    opacity: 0.05;
}.gratBlockGCaIug p {
    color: #000000;
    transform: translateY(0);
    font-size: 12px;
    margin: 0;
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 400;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}.gratBlockGCaIug a:hover p {
    transform: translateY(-2px);
    color: #000000;
}

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

@media screen and (min-width: 768px) {.gratBlockGCaIug {
    padding: 8rem 0;
}.gratBlockGCaIug .master_classeslmHEKf {
    margin: 0 auto;
    max-width: 90%;
    padding: 4rem;
}.gratBlockGCaIug h5 {
    font-size: calc(22px * 1.2);
    line-height: 1.3;
}.gratBlockGCaIug p {
    font-size: calc(12px * 1.1);
    line-height: 1.7;
}.gratBlockGCaIug .master_classeslmHEKf > div:first-child {
    margin-bottom: 2.5rem;
}
}

@media screen and (min-width: 992px) {.gratBlockGCaIug {
    padding: 10rem 0;
}.gratBlockGCaIug .master_classeslmHEKf {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    max-width: 80%;
    gap: 3rem;
    display: grid;
    padding: 5rem;
}.gratBlockGCaIug .master_classeslmHEKf > div:first-child {
    margin-bottom: 0;
}.gratBlockGCaIug h5 {
    font-size: calc(22px * 1.3);
}.gratBlockGCaIug h5::after {
    width: 0;
}.gratBlockGCaIug .master_classeslmHEKf:hover h5::after {
    width: 120px;
}
}

@media screen and (max-width: 767px) {.gratBlockGCaIug {
    padding: 4rem 0;
}.gratBlockGCaIug .master_classeslmHEKf {
    padding: 2rem;
    transform: rotateX(2deg);
}.gratBlockGCaIug h5 {
    font-size: 22px;
}.gratBlockGCaIug p {
    font-size: 12px;
    line-height: 1.6;
}.gratBlockGCaIug .master_classeslmHEKf > div:first-child {
    margin-bottom: 1.5rem;
}.gratBlockGCaIug .master_classeslmHEKf:hover > div:first-child {
    transform: translateZ(20px);
}.gratBlockGCaIug .master_classeslmHEKf:hover > div:last-child {
    transform: translateZ(10px);
}}.price_plan8rXG3z {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(231,233,225), rgba(240, 240, 255, 0.95));
    overflow: hidden;
    position: relative;
}.price_plan8rXG3z::before {
    width: 40%;
    top: -10%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    background: linear-gradient(145deg, rgb(203,208,191,0.5), rgb(167,173,152,0.5));
    filter: blur(60px);
    height: 70%;
    z-index: 0;
    right: -5%;
    opacity: 0.4;
}.price_plan8rXG3z::after {
    width: 35%;
    content: "";
    transform: rotate(12deg) skewX(-10deg);
    filter: blur(50px);
    z-index: 0;
    height: 60%;
    background: linear-gradient(215deg, rgb(167,173,152,0.5), rgb(203,208,191,0.5));
    left: -5%;
    position: absolute;
    bottom: -10%;
    opacity: 0.3;
}.price_plan8rXG3z .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1320px;
}.price_plan8rXG3z .fee_packageNX7tVv {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}.price_plan8rXG3z .study_pricingdWi4GK {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    text-align: center;
}.price_plan8rXG3z .study_pricingdWi4GK h2 {
    margin-bottom: 20px;
    font-size: 34px;
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 700;
}.price_plan8rXG3z .study_pricingdWi4GK h2::after {
    border-radius: 10px;
    height: 4px;
    width: 80px;
    content: "";
    bottom: -12px;
    background: linear-gradient(90deg, rgb(203,208,191), rgb(167,173,152));
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}.price_plan8rXG3z .pro_feesLNiUwE {
    font-size: 16px;
    color: #000000;
    max-width: 680px;
    margin: 20px auto 0;
    line-height: 1.6;
}.price_plan8rXG3z .basic_rates4QAUOF {
    transform: translateY(40px);
    gap: 30px;
    display: grid;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    opacity: 0;
    grid-template-columns: 1fr;
}.price_plan8rXG3z .promo_ratesZmTXt3 {
    display: block;
    transform: perspective(1000px) rotateX(0deg);
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    text-decoration: none;
}.price_plan8rXG3z .edu_packagesRDtZ5s {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    will-change: transform, box-shadow;
    flex-direction: column;
    display: flex;
}.price_plan8rXG3z .promo_ratesZmTXt3:hover .edu_packagesRDtZ5s {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}.price_plan8rXG3z .learning_priceR9WSde {
    padding: 35px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}.price_plan8rXG3z .learning_priceR9WSde h3 {
    padding-left: 15px;
    overflow-wrap: break-word;
    word-break: break-word;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: calc(19px + 2px);
    position: relative;
    white-space: normal;
}.price_plan8rXG3z .learning_priceR9WSde h3::before {
    top: 5px;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(203,208,191), rgb(167,173,152));
    height: calc(100% - 10px);
    width: 4px;
    left: 0;
    content: "";
    position: absolute;
}.price_plan8rXG3z .learning_cost4F3ZJG {
    font-size: calc(19px + 4px);
    display: inline-block;
    padding: 8px 15px;
    color: rgb(203,208,191);
    border-radius: 6px;
    font-weight: 700;
    position: relative;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    margin: 5px 0 20px;
}.price_plan8rXG3z .learning_priceR9WSde p {
    word-break: break-word;
    margin-bottom: 10px;
    white-space: normal;
    line-height: 1.6;
    overflow-wrap: break-word;
    margin-top: 5px;
    color: #000000;
    font-size: 16px;
    flex-grow: 1;
}.price_plan8rXG3z .image_listzxLCnB {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 220px;
    position: relative;
    overflow: hidden;
    width: 100%;
}.price_plan8rXG3z .image_listzxLCnB::after {
    top: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}.price_plan8rXG3z .promo_ratesZmTXt3:hover .image_listzxLCnB {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.price_plan8rXG3z .basic_rates4QAUOF {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.price_plan8rXG3z .fee_packageNX7tVv {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.price_plan8rXG3z .fee_packageNX7tVv {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.price_plan8rXG3z .study_pricingdWi4GK {
    grid-row: 1;
    text-align: left;
    grid-column: 2;
    align-self: center;
}.price_plan8rXG3z .study_pricingdWi4GK h2 {
    display: inline-block;
}.price_plan8rXG3z .study_pricingdWi4GK h2::after {
    left: 0;
    transform: none;
}.price_plan8rXG3z .pro_feesLNiUwE {
    margin: 25px 0 0;
}.price_plan8rXG3z .basic_rates4QAUOF {
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
    grid-row: 1;
}
}

@media (min-width: 1200px) {.price_plan8rXG3z .basic_rates4QAUOF {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.price_plan8rXG3z .learning_priceR9WSde {
    padding: 40px 35px;
}.price_plan8rXG3z .image_listzxLCnB {
    height: 240px;
}
}

@media (max-width: 767px) {.price_plan8rXG3z {
    padding: 80px 0;
}.price_plan8rXG3z .study_pricingdWi4GK {
    margin-bottom: 20px;
}.price_plan8rXG3z .edu_packagesRDtZ5s {
    max-width: 100%;
}.price_plan8rXG3z .learning_priceR9WSde {
    padding: 30px 25px;
}.price_plan8rXG3z .learning_priceR9WSde h3 {
    font-size: calc(19px + 1px);
}.price_plan8rXG3z .learning_cost4F3ZJG {
    font-size: 19px;
    margin: 0 0 15px;
}.price_plan8rXG3z .image_listzxLCnB {
    height: 200px;
}
}

@media (max-width: 480px) {.price_plan8rXG3z {
    padding: 60px 0;
}.price_plan8rXG3z .learning_priceR9WSde {
    padding: 25px 20px;
}.price_plan8rXG3z .image_listzxLCnB {
    height: 180px;
}}.teacher_profileVwjZyq {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgb(231,233,225) 0%, rgb(167,173,152,0.5) 100%);
}.teacher_profileVwjZyq::before {
    background-size: 40px 40px;
    width: 100%;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(203,208,191,0.5) 49.5%, rgb(203,208,191,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(203,208,191,0.5) 49.5%, rgb(203,208,191,0.5) 50.5%, transparent 50.5%);
    opacity: 0.07;
    top: 0;
    content: "";
    height: 100%;
}.teacher_profileVwjZyq::after {
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.04;
    top: 0;
    height: 100%;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(203,208,191,0.5) 40px,
            rgb(203,208,191,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(203,208,191,0.5) 60px,
            rgb(203,208,191,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(203,208,191,0.5) 80px,
            rgb(203,208,191,0.5) 81px
        );
    width: 100%;
}.teacher_profileVwjZyq .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.teacher_profileVwjZyq .opinion_ratingsFUEPLv {
    gap: 40px;
    padding: 50px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    display: grid;
}.teacher_profileVwjZyq .opinion_ratingsFUEPLv::before {
    top: 0;
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(203,208,191) 0%,
        rgb(167,173,152) 100%
    );
}.teacher_profileVwjZyq .opinion_ratingsFUEPLv::after {
    position: absolute;
    top: 6px;
    background: linear-gradient(
        90deg,
        rgb(203,208,191,0.5) 0%,
        transparent 20%,
        rgb(203,208,191,0.5) 40%,
        transparent 60%,
        rgb(167,173,152,0.5) 80%,
        transparent 100%
    );
    height: 1px;
    width: 100%;
    left: 0;
    content: "";
    animation: scanner 4s linear infinite;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.teacher_profileVwjZyq .image_listzxLCnB {
    transition: all 0.5s ease;
    position: relative;
    height: 100%;
    min-height: 360px;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
}.teacher_profileVwjZyq .image_listzxLCnB::before {
    inset: 0;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    position: absolute;
    z-index: 1;
}.teacher_profileVwjZyq .image_listzxLCnB::after {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    z-index: 2;
}.teacher_profileVwjZyq .name {
    padding-left: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    font-size: 31px;
    border-left: 4px solid rgb(203,208,191);
    position: relative;
    color: #000000;
}.teacher_profileVwjZyq .name::before {
    position: absolute;
    left: -4px;
    content: "";
    height: 0;
    top: 0;
    transition: height 0.5s ease;
    width: 4px;
    background: rgb(167,173,152);
}.teacher_profileVwjZyq .opinion_ratingsFUEPLv:hover .name::before {
    height: 100%;
}.teacher_profileVwjZyq .opinion_ratingsFUEPLv span:not(.name) {
    text-transform: uppercase;
    position: relative;
    border-radius: 3px;
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 6px 12px;
    color: rgba(0, 0, 0, 0.5);
    background: rgb(231,233,225);
    display: inline-block;
}.teacher_profileVwjZyq .opinion_ratingsFUEPLv span:not(.name)::after {
    bottom: 0;
    left: 0;
    width: 0;
    position: absolute;
    height: 2px;
    content: "";
    transition: width 0.3s ease;
    background: rgb(203,208,191);
}.teacher_profileVwjZyq .opinion_ratingsFUEPLv:hover span:not(.name)::after {
    width: 100%;
}.teacher_profileVwjZyq .exp_contentntsLNb {
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    color: #000000;
    padding: 25px 30px;
    background: linear-gradient(
        to right,
        rgb(231,233,225) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    border-left: 1px solid rgb(203,208,191);
    line-height: 1.8;
    margin: 0;
    border-radius: 10px;
    position: relative;
}.teacher_profileVwjZyq .exp_contentntsLNb::before {
    left: 12px;
    height: 12px;
    position: absolute;
    content: "";
    width: 12px;
    opacity: 0.6;
    border-left: 2px solid rgb(203,208,191);
    border-top: 2px solid rgb(203,208,191);
    top: 15px;
}.teacher_profileVwjZyq .exp_contentntsLNb::after {
    right: 12px;
    width: 12px;
    border-right: 2px solid rgb(167,173,152);
    bottom: 15px;
    position: absolute;
    height: 12px;
    border-bottom: 2px solid rgb(167,173,152);
    opacity: 0.6;
    content: "";
}.teacher_profileVwjZyq .opinion_ratingsFUEPLv:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}.teacher_profileVwjZyq .opinion_ratingsFUEPLv:hover .image_listzxLCnB {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

@media (max-width: 991px) {.teacher_profileVwjZyq {
    padding: 90px 0;
}.teacher_profileVwjZyq .opinion_ratingsFUEPLv {
    gap: 30px;
    padding: 40px 30px;
}.teacher_profileVwjZyq .image_listzxLCnB {
    min-height: 320px;
}.teacher_profileVwjZyq .exp_contentntsLNb {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.teacher_profileVwjZyq {
    padding: 70px 0;
}.teacher_profileVwjZyq .opinion_ratingsFUEPLv {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 35px 25px;
    grid-template-rows: auto auto;
}.teacher_profileVwjZyq .image_listzxLCnB {
    min-height: 280px;
}.teacher_profileVwjZyq .name {
    font-size: calc(31px * 0.9);
}.teacher_profileVwjZyq .opinion_ratingsFUEPLv span:not(.name) {
    font-size: calc(16px * 0.95);
    margin-bottom: 20px;
}.teacher_profileVwjZyq .exp_contentntsLNb {
    padding: 18px 22px;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 575px) {.teacher_profileVwjZyq {
    padding: 50px 0;
}.teacher_profileVwjZyq .opinion_ratingsFUEPLv {
    gap: 20px;
    padding: 30px 20px;
}.teacher_profileVwjZyq .image_listzxLCnB {
    min-height: 220px;
}.teacher_profileVwjZyq .name {
    font-size: calc(31px * 0.8);
    padding-left: 12px;
}.teacher_profileVwjZyq .opinion_ratingsFUEPLv span:not(.name) {
    padding: 4px 10px;
    margin-bottom: 15px;
    font-size: calc(16px * 0.9);
}.teacher_profileVwjZyq .exp_contentntsLNb {
    padding: 15px 18px;
    font-size: calc(14px * 0.9);
}}.user_testimonials2zP8hj {
    background: rgb(231,233,225);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.user_testimonials2zP8hj::before {
    opacity: 0.05;
    left: 0;
    background-size: 50px 50px;
    top: 0;
    content: "";
    z-index: 1;
    background-position: 0 0, 0 0, 25px 25px, 25px 25px, 0 0, 25px 25px;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: 
        linear-gradient(30deg, rgb(203,208,191,0.5) 12%, transparent 12.5%, transparent 87%, rgb(203,208,191,0.5) 87.5%, rgb(203,208,191,0.5)),
        linear-gradient(150deg, rgb(203,208,191,0.5) 12%, transparent 12.5%, transparent 87%, rgb(203,208,191,0.5) 87.5%, rgb(203,208,191,0.5)),
        linear-gradient(30deg, rgb(203,208,191,0.5) 12%, transparent 12.5%, transparent 87%, rgb(203,208,191,0.5) 87.5%, rgb(203,208,191,0.5)),
        linear-gradient(150deg, rgb(203,208,191,0.5) 12%, transparent 12.5%, transparent 87%, rgb(203,208,191,0.5) 87.5%, rgb(203,208,191,0.5)),
        linear-gradient(60deg, rgb(167,173,152,0.5) 25%, transparent 25.5%, transparent 75%, rgb(167,173,152,0.5) 75%, rgb(167,173,152,0.5)),
        linear-gradient(60deg, rgb(167,173,152,0.5) 25%, transparent 25.5%, transparent 75%, rgb(167,173,152,0.5) 75%, rgb(167,173,152,0.5));
}.user_testimonials2zP8hj .master_classeslmHEKf {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.user_testimonials2zP8hj h4 {
    font-weight: 700;
    font-size: 32px;
    position: relative;
    color: #000000;
    margin-bottom: 70px;
    transform: skew(-5deg);
    display: inline-block;
}.user_testimonials2zP8hj h4::before {
    content: "";
    height: 10px;
    z-index: -1;
    background: rgb(167,173,152,0.5);
    transform: skew(15deg);
    left: -50px;
    position: absolute;
    bottom: -5px;
    width: 200%;
}.user_testimonials2zP8hj h4::after {
    content: "";
    animation: rotate 6s linear infinite;
    top: -15px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -40px;
    background: rgb(203,208,191,0.5);
    height: 30px;
    position: absolute;
    width: 30px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.user_testimonials2zP8hj .client_ratingsKjY6XR {
    z-index: 2;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    position: relative;
    gap: 40px;
    display: grid;
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    background: #ffffff;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
    padding: 40px 30px;
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv::before {
    inset: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(203,208,191,0.5), rgb(167,173,152,0.5));
    content: "";
    clip-path: inherit;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translate(8px, 8px);
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv::after {
    transform: rotate(45deg) translateY(25px);
    right: 15%;
    content: "";
    width: 50px;
    height: 50px;
    background: rgb(231,233,225);
    bottom: 0;
    z-index: -2;
    position: absolute;
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv:nth-child(odd)::after {
    background: rgb(203,208,191,0.5);
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv:nth-child(even)::after {
    background: rgb(167,173,152,0.5);
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv:hover {
    transform: translateY(-15px);
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv:hover::before {
    transform: translate(4px, 4px);
}.user_testimonials2zP8hj .image_listzxLCnB {
    border: 3px solid #ffffff;
    z-index: 3;
    right: 20px;
    position: absolute;
    height: 80px;
    width: 80px;
    top: -20px;
    transition: all 0.4s ease;
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv:nth-child(odd) .image_listzxLCnB {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        70% 100%, 
        0% 100%
    );
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv:nth-child(even) .image_listzxLCnB {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv:hover .image_listzxLCnB {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
    transform: translateY(-5px) rotate(-5deg);
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv span {
    position: relative;
    margin-bottom: 15px;
    display: block;
    padding-bottom: 10px;
    font-size: 19px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    border-bottom: 1px dashed rgb(203,208,191,0.5);
    color: #000000;
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv p {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    position: relative;
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv p::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(203,208,191);
}.user_testimonials2zP8hj .client_ratingsKjY6XR::before {
    content: "";
    z-index: -1;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    left: 10%;
    position: absolute;
    top: -50px;
    border: 10px solid rgb(167,173,152,0.5);
}.user_testimonials2zP8hj .client_ratingsKjY6XR::after {
    bottom: -75px;
    background: rgb(203,208,191,0.5);
    height: 150px;
    right: 10%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    opacity: 0.2;
    z-index: -1;
    width: 150px;
    content: "";
    position: absolute;
}

@media (max-width: 767px) {.user_testimonials2zP8hj {
    padding: 70px 0;
}.user_testimonials2zP8hj h4 {
    margin-bottom: 60px;
    text-align: center;
    display: block;
    font-size: calc(32px * 0.85);
    transform: none;
}.user_testimonials2zP8hj h4::before {
    transform: none;
    left: 0;
    width: 100%;
}.user_testimonials2zP8hj .client_ratingsKjY6XR {
    grid-template-columns: 1fr;
    gap: 50px;
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv {
    padding: 30px 25px;
}.user_testimonials2zP8hj .image_listzxLCnB {
    width: 70px;
    right: 15px;
    top: -15px;
    height: 70px;
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv span {
    font-size: calc(19px * 0.9);
}.user_testimonials2zP8hj .opinion_ratingsFUEPLv p {
    font-size: calc(13px * 0.9);
}}.newsletterXAOb2y {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,208,191,0.5), rgb(167,173,152));
    padding: 4rem 2rem;
    position: relative;
}.newsletterXAOb2y::before {
    right: -5%;
    top: -10%;
    width: 40%;
    transform: rotate(-15deg);
    opacity: 0.7;
    z-index: 1;
    position: absolute;
    content: "";
    height: 120%;
    background: linear-gradient(145deg, rgb(167,173,152,0.5), rgb(203,208,191,0.5));
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
}.newsletterXAOb2y::after {
    left: -2%;
    position: absolute;
    width: 30%;
    background: linear-gradient(210deg, rgb(203,208,191), rgb(167,173,152,0.5));
    z-index: 1;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    transform: rotate(10deg);
    opacity: 0.6;
    content: "";
    bottom: -5%;
    height: 80%;
}.newsletterXAOb2y .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.newsletterXAOb2y .master_classeslmHEKf {
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(8px);
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    position: relative;
    flex-direction: column;
}.newsletterXAOb2y .master_classeslmHEKf > div {
    margin-bottom: 1.5rem;
}.newsletterXAOb2y h4 {
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
    max-width: 90%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #ffffff;
    font-size: calc(23px * 0.9);
    font-family: Arial, sans-serif;
    margin: 0;
}.newsletterXAOb2y .input_holder {
    flex-direction: column;
    display: flex;
    width: 100%;
    gap: 1rem;
    position: relative;
}.newsletterXAOb2y .input_holder span {
    flex: 1;
    position: relative;
}.newsletterXAOb2y .input_holder input[type="email"] {
    font-size: 18px;
    padding: 0.85rem 1rem;
    color: #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}.newsletterXAOb2y .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    background: #ffffff;
    outline: none;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(203,208,191,0.5);
}.newsletterXAOb2y .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}.newsletterXAOb2y .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.6;
}.newsletterXAOb2y .input_holder .feedback_querycSWGrT {
    font-size: 20px;
    background: linear-gradient(135deg, #000000, rgba(0, 0, 0, 0.5));
    position: relative;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    padding: 0.85rem 1.5rem;
    font-family: Arial, sans-serif;
    border: none;
    color: #ffffff;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}.newsletterXAOb2y .input_holder .feedback_querycSWGrT:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), #000000);
}.newsletterXAOb2y .input_holder .feedback_querycSWGrT:active {
    transform: translateY(1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}.newsletterXAOb2y .input_holder .feedback_querycSWGrT::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    transition: left 0.7s ease;
    position: absolute;
}.newsletterXAOb2y .input_holder .feedback_querycSWGrT:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.newsletterXAOb2y {
    padding: 5rem 3rem;
}.newsletterXAOb2y .master_classeslmHEKf {
    align-items: center;
    padding: 3rem;
    gap: 2rem;
    transform: perspective(1000px) rotateX(1deg);
    flex-direction: row;
}.newsletterXAOb2y .master_classeslmHEKf > div {
    margin-bottom: 0;
    flex: 1;
}.newsletterXAOb2y h4 {
    font-size: 23px;
}.newsletterXAOb2y .input_holder {
    flex: 1;
    gap: 1rem;
    flex-direction: row;
}.newsletterXAOb2y .input_holder span:first-child {
    flex: 2;
}.newsletterXAOb2y .input_holder span:last-child {
    flex: 1;
}
}

@media (min-width: 992px) {.newsletterXAOb2y {
    padding: 6rem 4rem;
}.newsletterXAOb2y .master_classeslmHEKf {
    padding: 3.5rem;
}.newsletterXAOb2y h4 {
    font-size: calc(23px * 1.05);
    line-height: 1.35;
}.newsletterXAOb2y .input_holder input[type="email"],
    .newsletterXAOb2y .input_holder .feedback_querycSWGrT {
    padding: 1rem 1.5rem;
}
}

@media (min-width: 1200px) {.newsletterXAOb2y .master_classeslmHEKf {
    gap: 3rem;
    padding: 4rem;
}.newsletterXAOb2y h4 {
    max-width: 85%;
    font-size: calc(23px * 1.1);
}.newsletterXAOb2y .input_holder {
    gap: 1.5rem;
}
}

@media (max-width: 480px) {.newsletterXAOb2y {
    padding: 3rem 1.5rem;
}.newsletterXAOb2y .master_classeslmHEKf {
    padding: 2rem 1.5rem;
}.newsletterXAOb2y h4 {
    font-size: calc(23px * 0.85);
}}.course_summary7Sq4OU {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(231,233,225) 0%, rgba(255,255,255,0.92) 100%);
    overflow: hidden;
    position: relative;
}.course_summary7Sq4OU::before {
    top: 0;
    content: "";
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(var(--secondary-color-opacity), 0.08) 0%, transparent 60%);
    height: 100%;
    left: 0;
    width: 100%;
}.course_summary7Sq4OU::after {
    opacity: 0.05;
    filter: blur(50px);
    content: "";
    width: 40%;
    height: 40%;
    top: -5%;
    right: -5%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    position: absolute;
    transform: rotate(-15deg);
}.course_summary7Sq4OU .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.course_summary7Sq4OU h2 {
    transform: translateY(20px);
    max-width: 90%;
    font-weight: 700;
    opacity: 0;
    color: #000000;
    position: relative;
    line-height: 1.3;
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 3rem;
    font-size: 38px;
}.course_summary7Sq4OU h2::after {
    left: 0;
    width: 80px;
    bottom: -1rem;
    animation: scaleIn 1s 0.3s ease-out forwards;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    transform: scaleX(0);
    height: 4px;
    position: absolute;
}.course_summary7Sq4OU .educationZhN9Oq {
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    display: flex;
    transform: translateY(0);
    opacity: 0;
    gap: 2rem;
    flex-direction: column;
}.course_summary7Sq4OU .image_listzxLCnB {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    height: 350px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    width: 100%;
    transform: translateY(20px);
    position: relative;
    overflow: hidden;
}.course_summary7Sq4OU .image_listzxLCnB::before {
    background: linear-gradient(180deg, 
        rgba(var(--primary-color-opacity), 0.2) 0%, 
        rgba(var(--secondary-color-opacity), 0.4) 100%);
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 100%;
}.course_summary7Sq4OU .image_listzxLCnB:hover {
    transform: translateY(0);
}.course_summary7Sq4OU .image_listzxLCnB:hover::before {
    opacity: 1;
}.course_summary7Sq4OU .reading_blockVaHe9R {
    background: rgba(255,255,255,0.7);
    transform: translateX(0);
    flex-direction: column;
    transition: transform 0.4s ease;
    display: flex;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 2rem;
    gap: 1.5rem;
}.course_summary7Sq4OU .reading_blockVaHe9R::before {
    left: 0;
    width: 5px;
    content: "";
    background: rgb(203,208,191);
    height: 0;
    top: 0;
    position: absolute;
    transition: height 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.course_summary7Sq4OU .reading_blockVaHe9R:hover::before {
    height: 100%;
}.course_summary7Sq4OU .description {
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    margin: 0;
    overflow-y: auto;
    padding-right: 10px;
    color: #000000;
    transition: color 0.3s ease;
    max-height: 200px;
}.course_summary7Sq4OU .description:first-of-type {
    font-weight: 600;
}.course_summary7Sq4OU .description::-webkit-scrollbar {
    width: 4px;
}.course_summary7Sq4OU .description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-opacity), 0.05);
    border-radius: 10px;
}.course_summary7Sq4OU .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(203,208,191), rgb(167,173,152));
}

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

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


@media (min-width: 768px) {.course_summary7Sq4OU {
    padding: 6rem 0;
}.course_summary7Sq4OU h2 {
    font-size: calc(38px * 1.1);
    max-width: 80%;
}.course_summary7Sq4OU .educationZhN9Oq {
    align-items: flex-start;
    flex-direction: row;
}.course_summary7Sq4OU .image_listzxLCnB {
    width: 45%;
    flex-shrink: 0;
    height: 450px;
}.course_summary7Sq4OU .reading_blockVaHe9R {
    margin-left: -3rem;
    z-index: 2;
    padding: 2.5rem;
    width: 55%;
    margin-top: 3rem;
}.course_summary7Sq4OU .reading_blockVaHe9R:hover {
    transform: translateX(10px);
}.course_summary7Sq4OU .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_summary7Sq4OU {
    padding: 8rem 0;
}.course_summary7Sq4OU h2 {
    font-size: calc(38px * 1.2);
    max-width: 70%;
}.course_summary7Sq4OU .image_listzxLCnB {
    height: 500px;
    width: 50%;
}.course_summary7Sq4OU .reading_blockVaHe9R {
    width: 60%;
    box-shadow: 15px 15px 30px rgba(0,0,0,0.05);
    padding: 3rem;
    margin-left: -5rem;
}.course_summary7Sq4OU .description {
    line-height: 1.8;
    font-size: calc(14px * 1.05);
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_summary7Sq4OU .container {
    padding: 0 2rem;
}.course_summary7Sq4OU h2 {
    margin-bottom: 4rem;
    font-size: calc(38px * 1.3);
}.course_summary7Sq4OU .educationZhN9Oq {
    gap: 3rem;
}.course_summary7Sq4OU .image_listzxLCnB {
    height: 550px;
    transition: transform 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.7s ease;
}.course_summary7Sq4OU .image_listzxLCnB:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}.course_summary7Sq4OU .reading_blockVaHe9R {
    padding: 3.5rem;
    margin-left: -8rem;
}
}

@media (max-width: 767px) {.course_summary7Sq4OU {
    padding: 4rem 0;
}.course_summary7Sq4OU h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.course_summary7Sq4OU h2::after {
    width: 60px;
    height: 3px;
}.course_summary7Sq4OU .educationZhN9Oq {
    gap: 1.5rem;
}.course_summary7Sq4OU .image_listzxLCnB {
    height: 250px;
}.course_summary7Sq4OU .reading_blockVaHe9R {
    padding: 1.5rem;
}.course_summary7Sq4OU .description {
    line-height: 1.6;
    max-height: 150px;
    font-size: calc(14px * 0.95);
}
}