* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.blog_refW {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    width: 1279px;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.top_pagewrapI {
    flex: 1 0 auto;
}.wrapper-sectionr {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .nav_primeY {
    width: 100%;
    left: 0;
    justify-content: space-between;
    background: linear-gradient(to right, rgb(181,134,134) 0%, rgb(211,169,169,0.5) 100%);
    z-index: 99;
    display: flex;
    padding: 1.5rem;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 0 20px 2px rgb(211,169,169,0.5);
    border-radius: 0;
    position: relative;
}header .nav_primeY::before {
    height: 200%;
    width: 200%;
    top: -50%;
    opacity: 0.3;
    left: -50%;
    z-index: -1;
    animation: backgroundShift 20s linear infinite;
    position: absolute;
    background-size: 15px 15px;
    background: radial-gradient(circle, rgb(181,134,134,0.5) 1%, transparent 10%);
    content: "";
}header .nav_primeY::after {
    left: 0;
    width: 100%;
    animation: gradientSlide 5s ease infinite;
    background: linear-gradient(45deg, transparent 48%, rgb(181,134,134) 49%, rgb(181,134,134) 51%, transparent 52%);
    top: 0;
    position: absolute;
    background-size: 200% 200%;
    opacity: 0.1;
    z-index: -1;
    content: "";
    height: 100%;
}header .nav_primeY .main_guideq {
    position: relative;
    overflow: visible;
}header .nav_primeY .main_guideq::after {
    height: 2px;
    bottom: -8px;
    width: 100%;
    box-shadow: 0 0 8px 2px rgb(181,134,134);
    left: 0;
    content: "";
    animation: neonPulse 3s infinite alternate;
    transform: scaleX(0);
    transform-origin: left;
    background: rgb(181,134,134);
    position: absolute;
}header .nav_primeY .main_guideq .main_master7 {
    transform: perspective(800px) rotateY(0deg);
    transition: all 0.5s ease;
    position: relative;
    display: block;
}header .nav_primeY .main_guideq .main_master7:hover {
    transform: perspective(800px) rotateY(15deg);
}header .nav_primeY .main_guideq svg {
    width: 120px;
    filter: drop-shadow(0 0 5px rgb(181,134,134,0.5));
    height: auto;
}header .nav_primeY .head_wrapE {
    perspective: 800px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    position: relative;
}header .nav_primeY .head_wrapE::before {
    content: "";
    width: 100%;
    transform: scaleX(0.5);
    position: absolute;
    background: rgb(211,169,169);
    height: 2px;
    left: 0;
    top: 105%;
    box-shadow: 0 0 10px 2px rgb(211,169,169);
    animation: neonPulse 4s infinite alternate-reverse;
}header .nav_primeY .top_infor {
    position: relative;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    transform-style: preserve-3d;
    margin: 0 0.5rem;
}header .nav_primeY .top_infor:hover {
    transform: translateZ(20px);
}header .nav_primeY .top_infor a {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    display: block;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border: 1px solid transparent;
}header .nav_primeY .top_infor a::before {
    left: 0;
    opacity: 0;
    z-index: -1;
    border-radius: 10px;
    height: 100%;
    top: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    content: "";
    width: 100%;
    background: rgb(211,169,169,0.5);
    transform: scale(0.9);
}header .nav_primeY .top_infor a:hover {
    border: 1px solid rgb(181,134,134,0.5);
    color: rgb(181,134,134);
    text-shadow: 0 0 5px rgb(181,134,134,0.5);
}header .nav_primeY .top_infor a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .nav_primeY {
    box-sizing: border-box;
    padding: 1rem;
    flex-direction: column;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
}header .nav_primeY .main_guideq {
    margin-bottom: 1.5rem;
}header .nav_primeY .head_wrapE {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .nav_primeY .head_wrapE::before {
    bottom: -10px;
    top: auto;
}header .nav_primeY .top_infor {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .nav_primeY {
    padding: 0.75rem;
}header .nav_primeY .head_wrapE {
    flex-direction: column;
    align-items: center;
}header .nav_primeY .top_infor {
    margin: 0.25rem 0;
    width: 100%;
    text-align: center;
}header .nav_primeY .main_guideq svg {
    width: 100px;
}header .nav_primeY .main_guideq::after {
    width: 80%;
    left: 10%;
}}.course_programc {
    background: rgb(241,221,221);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course_programc::before {
    width: 300px;
    position: absolute;
    background: linear-gradient(135deg, rgb(211,169,169,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.7;
    top: -100px;
    transform: rotate(-15deg);
    right: -100px;
    height: 300px;
    z-index: 1;
}.course_programc::after {
    bottom: -50px;
    content: "";
    left: -50px;
    opacity: 0.5;
    height: 200px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(225deg, rgb(181,134,134,0.5) 0%, transparent 70%);
    width: 200px;
    transform: rotate(15deg);
}.course_programc .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.course_programc .program_plan6 {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.course_programc .img_shadowu {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    height: 320px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.course_programc .img_shadowu::before {
    position: absolute;
    opacity: 0.4;
    content: "";
    inset: 0;
    background: linear-gradient(
        to right,
        rgb(211,169,169,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(181,134,134,0.5) 100%
    );
    transition: opacity 0.5s ease;
}.course_programc .img_shadowu:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_programc .img_shadowu:hover::before {
    opacity: 0.2;
}.course_programc .word_boxc {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
}.course_programc .word_boxc:hover {
    transform: translateY(-5px);
}.course_programc .word_boxc::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(211,169,169), rgb(181,134,134));
    content: "";
    width: 4px;
    height: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
}.course_programc .word_boxc:hover::before {
    height: 100%;
}.course_programc h3 {
    position: relative;
    font-size: calc(18px * 1.1);
    color: #000000;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-weight: 600;
    transition: transform 0.4s ease;
}.course_programc .word_boxc:hover h3 {
    transform: translateX(10px);
}.course_programc h3::after {
    background: rgb(211,169,169);
    content: "";
    width: 60px;
    transition: width 0.4s ease;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0;
}.course_programc .word_boxc:hover h3::after {
    width: 100px;
}.course_programc .description {
    color: #000000;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}.course_programc .word_boxc:hover .description {
    opacity: 1;
}.course_programc p.description {
    overflow-y: auto;
    scrollbar-color: rgb(211,169,169,0.5) #ffffff;
    max-height: 300px;
    padding-right: 15px;
    display: block;
    scrollbar-width: thin;
}.course_programc p.description::-webkit-scrollbar {
    width: 6px;
}.course_programc p.description::-webkit-scrollbar-track {
    background: #ffffff;
}.course_programc p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(211,169,169,0.5);
}.course_programc span.description {
    display: none;
}

@media (min-width: 768px) {.course_programc {
    padding: 150px 0;
}.course_programc .program_plan6 {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.course_programc .img_shadowu {
    transform: perspective(1000px) rotateY(3deg) translateX(-20px);
    height: 450px;
}.course_programc .img_shadowu:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_programc .word_boxc {
    padding: 40px;
}.course_programc h3 {
    margin-bottom: 30px;
    font-size: 18px;
}.course_programc p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_programc .program_plan6 {
    gap: 80px;
}.course_programc .img_shadowu {
    height: 500px;
}.course_programc .word_boxc {
    padding: 50px;
}.course_programc h3 {
    font-size: calc(18px * 1.2);
}.course_programc p.description {
    max-height: 400px;
    font-size: calc(18px * 1.05);
    line-height: 1.75;
}
}

@media (min-width: 1200px) {.course_programc .program_plan6 {
    gap: 100px;
}.course_programc .img_shadowu {
    transform: perspective(1200px) rotateY(5deg) translateX(-30px);
    height: 550px;
}.course_programc .img_shadowu:hover {
    transform: perspective(1200px) rotateY(0deg) translateX(0);
}.course_programc .word_boxc {
    padding: 60px 70px 60px 60px;
}.course_programc h3 {
    margin-bottom: 35px;
    padding-bottom: 20px;
    font-size: calc(18px * 1.3);
}.course_programc p.description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.course_programc {
    padding: 80px 0;
}.course_programc .word_boxc {
    padding: 25px 20px;
}.course_programc h3 {
    margin-bottom: 20px;
    font-size: calc(22px * 1.1);
    padding-bottom: 12px;
}.course_programc p.description {
    max-height: 250px;
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.program_outcomes4 {
    position: relative;
    padding: 150px 0;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(241,221,221), #ffffff);
}.program_outcomes4::before {
    position: absolute;
    width: 400px;
    opacity: 0.6;
    border-radius: 50%;
    top: -100px;
    background: rgb(211,169,169,0.5);
    filter: blur(100px);
    right: -100px;
    content: '';
    height: 400px;
    z-index: 1;
}.program_outcomes4::after {
    width: 300px;
    opacity: 0.5;
    position: absolute;
    left: -100px;
    background: rgb(181,134,134,0.5);
    bottom: -100px;
    z-index: 1;
    border-radius: 50%;
    content: '';
    height: 300px;
    filter: blur(80px);
}.program_outcomes4 .why_trusta {
    margin: 0 auto;
    max-width: 1300px;
    display: flex;
    z-index: 2;
    position: relative;
}.program_outcomes4 .img_shadowu {
    transform-style: preserve-3d;
    z-index: 3;
    border-radius: 0 100px 100px 0;
    top: -5%;
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.2);
    width: 42%;
    transform: rotateY(15deg);
    height: 110%;
    left: -5%;
    transition: transform 0.6s ease;
    position: absolute;
}.program_outcomes4 .img_shadowu:hover {
    transform: rotateY(0deg);
}.program_outcomes4 .img_shadowu::before {
    content: '';
    border-radius: inherit;
    inset: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(211,169,169,0.5) 0%, transparent 70%);
    position: absolute;
}.program_outcomes4 .word_boxc {
    z-index: 4;
    width: 60%;
    margin-left: auto;
    padding-right: 20px;
    position: relative;
}.program_outcomes4 h2 {
    border-bottom: 3px solid rgb(211,169,169);
    position: relative;
    padding-bottom: 20px;
    width: fit-content;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
}.program_outcomes4 h2::after {
    border-radius: 50%;
    content: '';
    background: rgb(211,169,169);
    right: 0;
    bottom: -9px;
    height: 15px;
    width: 15px;
    position: absolute;
}.program_outcomes4 .text_main_holder {
    transform-style: preserve-3d;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.program_outcomes4 .text_main_holder > div {
    transition: all 0.4s ease;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transform: rotateY(-5deg);
    gap: 15px;
    border-radius: 10px;
    transform-style: preserve-3d;
    padding: 30px;
    background: #ffffff;
    display: flex;
    position: relative;
}.program_outcomes4 .text_main_holder > div:nth-child(even) {
    transform: rotateY(5deg);
}.program_outcomes4 .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
    transform: rotateY(0) translateZ(20px);
}.program_outcomes4 .text_main_holder > div::before {
    background: linear-gradient(135deg, rgb(211,169,169,0.5) 0%, transparent 80%);
    height: 100%;
    content: '';
    border-radius: inherit;
    opacity: 0;
    z-index: -1;
    left: 0;
    transition: opacity 0.4s ease;
    top: 0;
    position: absolute;
    width: 100%;
}.program_outcomes4 .text_main_holder > div:hover::before {
    opacity: 1;
}.program_outcomes4 .text_main_holder svg {
    transform: translateZ(10px);
    width: 60px;
    height: 60px;
    transition: transform 0.4s ease;
}.program_outcomes4 .text_main_holder > div:hover svg {
    transform: translateZ(30px) scale(1.1);
}.program_outcomes4 .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(211,169,169);
}.program_outcomes4 .text_main_holder > div:hover svg path {
    fill: rgb(181,134,134);
}.program_outcomes4 .text_main_holder p {
    transform: translateZ(5px);
    font-size: 12px;
    margin: 0;
    line-height: 1.6;
    transition: transform 0.4s ease;
    color: #000000;
}.program_outcomes4 .text_main_holder > div:hover p {
    transform: translateZ(25px);
}

@media (max-width: 1200px) {.program_outcomes4 .img_shadowu {
    width: 35%;
}.program_outcomes4 .word_boxc {
    width: 65%;
}
}

@media (max-width: 992px) {.program_outcomes4 {
    padding: 100px 0;
}.program_outcomes4 .why_trusta {
    flex-direction: column;
    padding: 0 20px;
}.program_outcomes4 .img_shadowu {
    transform: rotateY(0);
    height: 400px;
    width: 90%;
    border-radius: 22px;
    left: 0;
    margin: 0 auto 50px;
    top: 0;
    position: relative;
}.program_outcomes4 .word_boxc {
    margin: 0;
    padding: 0;
    width: 100%;
}.program_outcomes4 .text_main_holder {
    grid-template-columns: 1fr;
}.program_outcomes4 .text_main_holder > div,
    .program_outcomes4 .text_main_holder > div:nth-child(even) {
    transform: rotateY(0);
}
}

@media (max-width: 576px) {.program_outcomes4 {
    padding: 80px 0;
}.program_outcomes4 .img_shadowu {
    height: 300px;
}.program_outcomes4 h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.85);
}.program_outcomes4 .text_main_holder > div {
    padding: 20px;
}.program_outcomes4 .text_main_holder svg {
    width: 50px;
    height: 50px;
}}.contact_form_sectionn {
    position: relative;
    background: linear-gradient(160deg, rgb(241,221,221) 0%, rgb(211,169,169,0.5) 100%);
    padding: 90px 0;
    overflow: hidden;
}.contact_form_sectionn::before {
    content: "";
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(211,169,169,0.5),
        rgb(211,169,169,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.03;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.contact_form_sectionn .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.contact_form_sectionn h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
    font-size: 47px;
    color: #000000;
}.contact_form_sectionn .request_mapJ {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    flex-direction: column;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    background: #ffffff;
    max-width: 800px;
}.contact_form_sectionn .img_shadowu {
    width: 100%;
    height: 200px;
    position: relative;
}.contact_form_sectionn .help_requestV {
    padding: 50px;
    width: 100%;
    position: relative;
}.contact_form_sectionn form {
    width: 100%;
}.contact_form_sectionn form h3 {
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 23px;
    color: #000000;
    font-family: Arial, sans-serif;
    display: inline-block;
}.contact_form_sectionn form h3::after {
    left: 0;
    background: rgb(211,169,169);
    bottom: -10px;
    border-radius: 1.5px;
    width: 100%;
    height: 3px;
    position: absolute;
    content: "";
}.contact_form_sectionn form input[type="text"] {
    width: 100%;
    border-radius: 10px;
    padding: 15px 20px;
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    border: 2px solid transparent;
    background: rgb(241,221,221);
}.contact_form_sectionn form input[type="text"]:focus {
    outline: none;
    border-color: rgb(211,169,169);
}.contact_form_sectionn form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_form_sectionn .help_infoB {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_form_sectionn .help_infoB input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_sectionn .help_infoB label {
    color: #000000;
    line-height: 1.6;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    font-size: 15px;
}.contact_form_sectionn .help_infoB label::before {
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(241,221,221);
    position: absolute;
    content: "";
    left: 0;
    height: 22px;
    width: 22px;
    top: 2px;
}.contact_form_sectionn .help_infoB input[type="checkbox"]:checked + label::before {
    background: rgb(211,169,169);
}.contact_form_sectionn .help_infoB input[type="checkbox"]:checked + label::after {
    content: "";
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    height: 12px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    width: 6px;
    top: 5px;
}.contact_form_sectionn .help_infoB label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(211,169,169);
}.contact_form_sectionn .help_infoB label a:hover {
    text-decoration: underline;
}.contact_form_sectionn form .message_widget0 {
    font-size: 14px;
    border-radius: 10px;
    color: #ffffff;
    padding: 16px 20px;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 600;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: rgb(211,169,169);
    width: 100%;
}.contact_form_sectionn form .message_widget0:hover {
    background: rgb(181,134,134);
}.contact_form_sectionn svg {
    height: 20px;
    fill: rgb(211,169,169);
    width: 20px;
}.contact_form_sectionn svg path {
    transition: fill 0.3s ease;
    fill: rgb(211,169,169);
}

@media screen and (min-width: 768px) {.contact_form_sectionn .request_mapJ {
    flex-direction: row;
    max-width: 1000px;
}.contact_form_sectionn .img_shadowu {
    height: auto;
    width: 40%;
    min-height: 400px;
}.contact_form_sectionn .help_requestV {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_form_sectionn .img_shadowu {
    width: 50%;
}.contact_form_sectionn .help_requestV {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.contact_form_sectionn .request_mapJ {
    max-width: 1100px;
}.contact_form_sectionn .img_shadowu {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_form_sectionn {
    padding: 60px 0;
}.contact_form_sectionn h2 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.contact_form_sectionn .help_requestV {
    padding: 30px 20px;
}.contact_form_sectionn form h3 {
    font-size: calc(23px * 0.9);
}}.our_storyn {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.our_storyn::before {
    background: linear-gradient(135deg, rgb(211,169,169,0.5), rgba(0, 0, 0, 0.5));
    bottom: 0;
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    right: 0;
}.our_storyn::after {
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.15;
    z-index: 2;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(211,169,169,0.5) 0px,
    rgb(211,169,169,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
}.our_storyn .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
}.our_storyn .word_boxc {
    transform: translateX(-5%);
    width: 95%;
    max-width: 1000px;
    margin-left: auto;
    padding: 3.5rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
}.our_storyn .word_boxc:hover {
    transform: translateX(0) translateY(-5px);
}.our_storyn h1 {
    font-size: 38px;
    animation: slideInTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    margin-bottom: 2rem;
    opacity: 0;
    letter-spacing: -0.02em;
    transform: translateX(-15px);
    font-weight: 700;
    line-height: 1.1;
    color: rgb(211,169,169);
}.our_storyn h1::after {
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    width: 60px;
    background: rgb(211,169,169);
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    height: 4px;
    position: absolute;
    content: "";
    bottom: -10px;
}.our_storyn ul {
    padding: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    opacity: 0;
    margin: 0;
    list-style: none;
    transform: translateY(20px);
}.our_storyn ul li {
    margin-bottom: 1.5rem;
}.our_storyn h4 {
    font-size: calc(24px * 1.2);
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
}.our_storyn h4::before {
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    width: 12px;
    background: rgb(181,134,134);
    left: -20px;
    content: "";
    height: 12px;
}.our_storyn span {
    display: block;
    column-count: 2;
    hyphens: auto;
    font-size: 14px;
    column-gap: 40px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: justify;
}

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

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

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


@media (max-width: 1200px) {.our_storyn {
    padding: 100px 0;
}.our_storyn .word_boxc {
    width: 90%;
    padding: 3rem;
}
}

@media (max-width: 992px) {.our_storyn {
    padding: 80px 0;
}.our_storyn .word_boxc {
    padding: 2.5rem;
    transform: translateX(0);
    width: 100%;
}.our_storyn h1 {
    font-size: calc(38px * 0.9);
}.our_storyn span {
    text-align: left;
    column-count: 1;
}
}

@media (max-width: 768px) {.our_storyn {
    padding: 60px 0;
}.our_storyn .word_boxc {
    padding: 2rem;
}.our_storyn h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.8);
}.our_storyn h1::after {
    width: 50px;
    height: 3px;
}.our_storyn h4 {
    font-size: 24px;
}
}

@media (max-width: 576px) {.our_storyn {
    padding: 50px 0;
}.our_storyn .word_boxc {
    padding: 1.5rem;
}.our_storyn h1 {
    margin-bottom: 1.2rem;
    font-size: calc(38px * 0.7);
}.our_storyn h1::after {
    width: 40px;
}.our_storyn h4::before {
    left: -15px;
    width: 10px;
    height: 10px;
}.our_storyn span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (prefers-reduced-motion: reduce) {.our_storyn .word_boxc,
  .our_storyn h1,
  .our_storyn h1::after,
  .our_storyn ul {
    opacity: 1 !important;
    animation: none !important;
    transition: none !important;
    transform: none !important;
}}.welcomed {
    overflow: hidden;
    display: flex;
    background: rgb(241,221,221);
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    min-height: 100vh;
    position: relative;
}.welcomed > div {
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    padding: 2rem;
    position: relative;
    margin: 0 auto;
}.welcomed .edu_heritageR {
    margin-bottom: 2rem;
    position: relative;
    transition: transform 0.4s ease-out;
    transform: translateZ(30px);
}.welcomed .edu_heritageR::before {
    height: 60px;
    animation: pulse 3s infinite alternate;
    left: -30px;
    border-left: 3px solid rgb(211,169,169);
    opacity: 0.8;
    position: absolute;
    top: -10px;
    border-top: 3px solid rgb(211,169,169);
    width: 60px;
    content: "";
}.welcomed .edu_heritageR::after {
    opacity: 0.8;
    content: "";
    position: absolute;
    bottom: -10px;
    animation: pulse 3s infinite alternate-reverse;
    height: 60px;
    right: -30px;
    border-right: 3px solid rgb(181,134,134);
    width: 60px;
    border-bottom: 3px solid rgb(181,134,134);
}.welcomed .main_beginx {
    line-height: 1.2;
    padding-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0;
    color: #000000;
    transition: transform 0.5s ease;
    font-size: 47px;
    font-weight: 700;
    position: relative;
    transform: perspective(800px) rotateX(0deg);
}.welcomed .main_beginx::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(211,169,169), rgb(181,134,134));
    transition: width 0.5s ease;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
}.welcomed:hover .main_beginx::after {
    width: 120px;
}.welcomed .edu_opent {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px) translateY(0);
    border-radius: 15px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
}.welcomed .edu_opent::before {
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(211,169,169,0.5), rgba(0, 0, 0, 0.5));
    z-index: 1;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
}.welcomed .edu_opent:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px) translateY(-5px);
}.welcomed .edu_opent > div {
    padding: 3rem;
    backdrop-filter: blur(2px);
    gap: 2rem;
    color: #ffffff;
    display: grid;
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr;
}.welcomed .edu_opent p {
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
    padding-left: 20px;
    letter-spacing: 0.5px;
    font-size: calc(16px * 1.2);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
}.welcomed .edu_opent p::before {
    left: 0;
    top: 0;
    background: rgb(211,169,169);
    border-radius: 10px;
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
}.welcomed .edu_opent h3 {
    font-size: 24px;
    padding: 1.5rem;
    border-radius: 10px;
    transition: transform 0.5s ease;
    border-left: 4px solid rgb(181,134,134);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    backdrop-filter: blur(5px);
    line-height: 1.5;
    margin: 0;
    background: rgba(255, 255, 255, 0.15);
    transform: perspective(800px) rotateY(0deg);
}.welcomed .edu_opent h3:hover {
    transform: perspective(800px) rotateY(2deg);
}

@keyframes pulse {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 0.9;
    transform: scale(1.05);
  }
}

@media (min-width: 768px) {.welcomed .edu_opent > div {
    grid-template-columns: 1fr 2fr;
    align-items: center;
}.welcomed .edu_heritageR {
    margin-bottom: 3rem;
}.welcomed .main_beginx {
    font-size: calc(47px * 1.2);
}
}

@media (max-width: 767px) {.welcomed {
    min-height: auto;
    padding: 4rem 0;
}.welcomed > div {
    padding: 1rem;
}.welcomed .edu_opent > div {
    padding: 2rem;
}.welcomed .main_beginx {
    font-size: calc(47px * 0.85);
    line-height: 1.3;
}.welcomed .edu_opent h3 {
    font-size: calc(24px * 0.9);
    padding: 1rem;
}.welcomed .edu_heritageR::before,
  .welcomed .edu_heritageR::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 480px) {.welcomed .edu_opent > div {
    padding: 1.5rem;
}.welcomed .main_beginx {
    font-size: calc(47px * 0.7);
}.welcomed .edu_opent p {
    font-size: 16px;
}.welcomed .edu_opent h3 {
    padding: 0.75rem;
    font-size: calc(24px * 0.8);
}.welcomed .edu_heritageR::before,
  .welcomed .edu_heritageR::after {
    width: 30px;
    height: 30px;
}
}

@media (hover: none) {.welcomed .edu_opent:hover {
    transform: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.welcomed .edu_opent h3:hover {
    transform: none;
}}.instructor_historyD {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(241,221,221), rgba(245, 247, 250, 0.9));
    overflow: hidden;
    position: relative;
}.instructor_historyD::before {
    top: 0;
    z-index: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgb(181,134,134,0.5) 2px, transparent 2px),
        linear-gradient(120deg, rgb(181,134,134,0.5) 2px, transparent 2px);
    background-size: 60px 60px;
    opacity: 0.07;
}.instructor_historyD::after {
    position: absolute;
    width: 70%;
    background: radial-gradient(circle at center, rgb(181,134,134,0.5) 0%, transparent 70%);
    right: -20%;
    height: 200%;
    top: -50%;
    opacity: 0.1;
    transform: rotate(-15deg);
    z-index: 1;
    content: "";
}.instructor_historyD .container {
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
}.instructor_historyD .review_showcaseL {
    display: grid;
    overflow: hidden;
    padding: 40px;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.06),
        -5px -5px 20px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.instructor_historyD .review_showcaseL:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -8px -8px 25px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.4),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.instructor_historyD .review_showcaseL > div:first-child {
    justify-content: center;
    display: flex;
    align-items: center;
}.instructor_historyD .img_shadowu {
    width: 160px;
    position: relative;
    height: 160px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        8px 8px 16px rgba(rgba(0, 0, 0, 0.5), 0.1),
        -4px -4px 12px rgba(#ffffff, 0.6);
    transform: rotate(-2deg);
    border-radius: 12px;
}.instructor_historyD .review_showcaseL:hover .img_shadowu {
    transform: rotate(1deg) scale(1.03);
}.instructor_historyD .img_shadowu::before {
    z-index: -1;
    right: -15px;
    content: "";
    transition: transform 0.8s ease;
    left: -15px;
    border-radius: 20px;
    bottom: -15px;
    top: -15px;
    transform: rotate(-3deg);
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(181,134,134,0.5), transparent);
}.instructor_historyD .review_showcaseL:hover .img_shadowu::before {
    transform: rotate(1deg) scale(1.05);
}.instructor_historyD .review_showcaseL > div:nth-child(2) {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}.instructor_historyD .review_showcaseL > div:nth-child(2)::after {
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(181,134,134), transparent);
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    height: 3px;
    width: 80px;
}.instructor_historyD .name {
    color: rgb(211,169,169);
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    display: inline-block;
    margin: 0 0 10px;
    font-size: calc(24px * 1.1);
    letter-spacing: 0.5px;
}.instructor_historyD .review_showcaseL > div:nth-child(2) > div {
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    font-size: calc(13px * 0.95);
    color: rgb(181,134,134);
    font-weight: 600;
    background: linear-gradient(120deg, rgba(rgb(181,134,134,0.5), 0.05), rgba(rgb(181,134,134,0.5), 0.15));
    backdrop-filter: blur(2px);
    letter-spacing: 0.3px;
}.instructor_historyD .career_areaj {
    line-height: 1.7;
    margin: 0;
    border-left: 3px solid rgb(181,134,134);
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 13px;
    backdrop-filter: blur(3px);
    padding: 10px 20px 10px 30px;
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(181,134,134,0.5), 0.05), transparent);
}.instructor_historyD .career_areaj::before {
    position: absolute;
    content: "";
    left: 10px;
    top: -20px;
    opacity: 0.1;
    font-size: 80px;
    font-family: serif;
    color: rgb(181,134,134);
}.instructor_historyD .career_areaj::after {
    content: "";
    bottom: -70px;
    font-size: 80px;
    right: 10px;
    font-family: serif;
    position: absolute;
    opacity: 0.1;
    color: rgb(181,134,134);
}

@media (min-width: 768px) {.instructor_historyD {
    padding: 100px 0;
}.instructor_historyD .review_showcaseL {
    grid-template-areas: 
            "photo info"
            "quote quote";
    gap: 40px 50px;
    padding: 50px;
    grid-template-columns: auto 1fr;
    align-items: center;
}.instructor_historyD .review_showcaseL > div:first-child {
    grid-area: photo;
}.instructor_historyD .review_showcaseL > div:nth-child(2) {
    grid-area: info;
    text-align: left;
    padding-bottom: 0;
}.instructor_historyD .review_showcaseL > div:nth-child(3) {
    grid-area: quote;
}.instructor_historyD .review_showcaseL > div:nth-child(2)::after {
    width: 60px;
    bottom: -10px;
    left: 0;
    transform: none;
    background: linear-gradient(90deg, rgb(181,134,134), transparent);
}.instructor_historyD .img_shadowu {
    width: 200px;
    height: 200px;
}.instructor_historyD .career_areaj {
    margin-top: 20px;
    font-size: calc(13px * 1.05);
    padding: 25px 40px 25px 50px;
}
}

@media (min-width: 992px) {.instructor_historyD .review_showcaseL {
    grid-template-columns: auto 1fr 1fr;
    gap: 0 50px;
    grid-template-areas: 
            "photo info quote";
}.instructor_historyD .img_shadowu {
    width: 240px;
    height: 240px;
    transform: rotate(-3deg);
}.instructor_historyD .review_showcaseL:hover .img_shadowu {
    transform: rotate(0) scale(1.05);
}.instructor_historyD .career_areaj {
    margin-top: 0;
    padding: 30px;
    border-left: none;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(181,134,134,0.5), 0.08), transparent);
}.instructor_historyD .career_areaj::before {
    left: 0;
}.instructor_historyD .career_areaj::after {
    right: 0;
}.instructor_historyD .career_areaj:before {
    width: 3px;
    background: linear-gradient(to bottom, rgb(181,134,134), transparent);
    content: "";
    left: -25px;
    height: 100%;
    position: absolute;
    top: 0;
}
}

@media (max-width: 767px) {.instructor_historyD {
    padding: 60px 0;
}.instructor_historyD .review_showcaseL {
    padding: 30px 25px;
}.instructor_historyD .img_shadowu {
    height: 140px;
    width: 140px;
}.instructor_historyD .name {
    font-size: 24px;
}.instructor_historyD .review_showcaseL > div:nth-child(2) > div {
    font-size: calc(13px * 0.9);
}.instructor_historyD .career_areaj {
    padding: 15px 15px 15px 25px;
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}}.course_suitabilityq {
    background: rgb(241,221,221);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.course_suitabilityq::before {
    width: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.15;
    background-size: 60px 60px;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(211,169,169,0.5) 20px,
        rgb(211,169,169,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(181,134,134,0.5) 20px,
        rgb(181,134,134,0.5) 22px,
        transparent 22px
    );
}.course_suitabilityq::after {
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 47%, rgb(211,169,169,0.5) 47%, rgb(211,169,169,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(181,134,134,0.5) 47%, rgb(181,134,134,0.5) 53%, transparent 53%);
    opacity: 0.1;
    width: 100%;
    left: 0;
    z-index: 0;
    content: "";
    top: 0;
    background-size: 40px 40px;
    filter: blur(1px);
}.course_suitabilityq .why_trusta {
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
    z-index: 1;
    margin: 0 auto;
}.course_suitabilityq h3 {
    display: inline-block;
    text-align: center;
    font-size: 28px;
    box-shadow: 0 10px 25px -10px rgb(211,169,169,0.5);
    position: relative;
    padding: 0 20px 20px;
    transform: translateX(-50%);
    color: #000000;
    margin-bottom: 80px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    left: 50%;
}.course_suitabilityq h3::before {
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
        rgb(211,169,169),
        rgb(181,134,134),
        rgb(211,169,169)
    );
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
}.course_suitabilityq h3::after {
    animation: pulseCircle 2s infinite;
    box-shadow: 0 0 15px rgb(211,169,169,0.5);
    border-radius: 50%;
    bottom: -6px;
    position: absolute;
    background: rgb(211,169,169);
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    content: "";
    left: 50%;
}.course_suitabilityq ul {
    padding: 0;
    display: grid;
    gap: 30px;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}.course_suitabilityq ul li {
    transition: all 0.4s ease;
    background: #ffffff;
    border-right: 1px solid rgb(181,134,134,0.5);
    font-size: 16px;
    border-top: 1px solid rgb(181,134,134,0.5);
    border-left: 3px solid rgb(211,169,169);
    border-bottom: 3px solid rgb(181,134,134);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    padding: 25px 25px 25px 70px;
    color: #000000;
    position: relative;
}.course_suitabilityq ul li::before {
    border-radius: 50%;
    background: rgb(211,169,169);
    content: "";
    height: 10px;
    left: -5px;
    width: 10px;
    top: -5px;
    position: absolute;
}.course_suitabilityq ul li::after {
    border-radius: 50%;
    bottom: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    content: "";
    background: rgb(181,134,134);
    position: absolute;
}.course_suitabilityq ul li:hover {
    border-left: 3px solid rgb(181,134,134);
    border-bottom: 3px solid rgb(211,169,169);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    transform: translateY(-5px);
}.course_suitabilityq ul li svg {
    height: 35px;
    left: 20px;
    width: 35px;
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.4s ease;
    top: 50%;
}.course_suitabilityq ul li:hover svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    transform: translateY(-50%) scale(1.2);
}.course_suitabilityq ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(211,169,169);
}.course_suitabilityq ul li:hover svg path {
    fill: rgb(181,134,134);
}.course_suitabilityq ul::before {
    width: 100%;
    height: 100%;
    background-size: 30px 30px;
    z-index: -1;
    top: 0;
    opacity: 0.3;
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(211,169,169,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(181,134,134,0.5) 97%);
    position: absolute;
    pointer-events: none;
    content: "";
    left: 0;
}@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(211,169,169,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(211,169,169);
    }
}

.course_suitabilityq ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}.course_suitabilityq ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(211,169,169,0.5);
    }
}

@media (max-width: 992px) {.course_suitabilityq {
    padding: 80px 0;
}.course_suitabilityq ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.course_suitabilityq h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 60px;
}
}

@media (max-width: 768px) {.course_suitabilityq {
    padding: 60px 0;
}.course_suitabilityq ul {
    gap: 20px;
    grid-template-columns: 1fr;
}.course_suitabilityq ul li {
    padding: 20px 20px 20px 65px;
}.course_suitabilityq h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 40px;
}
}

@media (max-width: 480px) {.course_suitabilityq {
    padding: 50px 0;
}.course_suitabilityq .why_trusta {
    padding: 0 15px;
}.course_suitabilityq h3 {
    margin-bottom: 35px;
    font-size: calc(28px * 0.7);
}.course_suitabilityq ul li {
    padding: 18px 15px 18px 60px;
}.course_suitabilityq ul li svg {
    width: 30px;
    height: 30px;
    left: 15px;
}}.help_desk_infoX {
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    position: relative;
}.help_desk_infoX::before {
    z-index: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.15;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(211,169,169,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(181,134,134,0.5) 0%, transparent 25%);
    left: 0;
}.help_desk_infoX::after {
    background: 
        linear-gradient(90deg, transparent 0%, rgb(211,169,169,0.5) 50%, transparent 100%) 0% 0% / 200% 100%,
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px);
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    animation: backgroundShift 15s linear infinite;
    z-index: 1;
    height: 100%;
}@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}
.help_desk_infoX .container {
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 1400px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.help_desk_infoX .reach_helpc {
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 19px;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.help_desk_infoX .reach_helpc::before {
    width: 200%;
    height: 200%;
    left: -50%;
    top: -50%;
    position: absolute;
    animation: reflectionEffect 8s linear infinite;
    content: "";
    pointer-events: none;
    transform: rotate(30deg);
    background: linear-gradient(
        to bottom right,
        transparent,
        transparent,
        transparent,
        transparent,
        rgba(255, 255, 255, 0.08),
        transparent,
        transparent,
        transparent
    );
}@keyframes reflectionEffect {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}
.help_desk_infoX .support_request7 {
    margin: 0;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(90deg, transparent, rgb(211,169,169,0.5), transparent);
    font-weight: 700;
    font-size: 37px;
    text-align: center;
    padding: 30px 0;
}.help_desk_infoX .support_request7::after {
    transform: translateX(-50%);
    content: "";
    bottom: 0;
    background: rgb(211,169,169);
    height: 3px;
    width: 80px;
    left: 50%;
    border-radius: 10px;
    position: absolute;
}.help_desk_infoX .img_shadowu {
    width: 100%;
    position: relative;
    transition: transform 0.5s ease;
    height: 280px;
    overflow: hidden;
}.help_desk_infoX .img_shadowu::after {
    position: absolute;
    height: 80px;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, transparent, #000000);
}.help_desk_infoX .form_eduB {
    gap: 20px;
    grid-template-columns: 1fr;
    z-index: 2;
    position: relative;
    padding: 40px 50px;
    display: grid;
}.help_desk_infoX .form_eduB p {
    margin: 0;
    line-height: 1.5;
    font-size: 13px;
    padding-bottom: 10px;
    transition: transform 0.3s ease;
    display: flex;
    word-break: break-word;
    align-items: baseline;
    padding-left: 28px;
    position: relative;
    color: #000000;
}.help_desk_infoX .form_eduB p:hover {
    transform: translateX(5px);
}.help_desk_infoX .form_eduB p svg {
    top: 0.25em;
    width: 18px;
    position: absolute;
    filter: drop-shadow(0 0 2px rgb(211,169,169,0.5));
    fill: none;
    height: 18px;
    transition: all 0.3s ease;
    stroke-linejoin: round;
    left: 0;
    stroke: rgb(211,169,169);
    stroke-linecap: round;
    stroke-width: 2;
}.help_desk_infoX .form_eduB p:hover svg {
    stroke: #ffffff;
    filter: drop-shadow(0 0 4px rgb(211,169,169));
    transform: scale(1.2);
}.help_desk_infoX .form_eduB p svg path {
    animation: svgDraw 1.2s forwards;
    stroke-dashoffset: 40;
    stroke-dasharray: 40;
}.help_desk_infoX .form_eduB p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.help_desk_infoX .form_eduB p:nth-child(2) svg path {
    animation-delay: 0.3s;
}.help_desk_infoX .form_eduB p:nth-child(3) svg path {
    animation-delay: 0.5s;
}.help_desk_infoX .form_eduB p:nth-child(4) svg path {
    animation-delay: 0.7s;
}@keyframes svgDraw {
    to {
        stroke-dashoffset: 0;
    }
}
.help_desk_infoX .form_eduB p::before {
    display: none;
}.help_desk_infoX .form_eduB p span {
    white-space: normal;
    font-weight: 400;
    max-width: 100%;
    display: inline-block;
}.help_desk_infoX .form_eduB p a {
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.help_desk_infoX .form_eduB p a::after {
    width: 0;
    position: absolute;
    height: 1px;
    content: "";
    background: rgb(211,169,169);
    transition: width 0.3s ease;
    bottom: -2px;
    left: 0;
}.help_desk_infoX .form_eduB p a:hover {
    color: rgb(211,169,169);
}.help_desk_infoX .form_eduB p a:hover::after {
    width: 100%;
}.help_desk_infoX .contact_helpC {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}.help_desk_infoX .message_card8 {
    color: #ffffff;
    display: flex;
    margin: 0 0 15px 0;
    padding-left: 20px;
    position: relative;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
}.help_desk_infoX .message_card8 svg {
    transform: translateY(-50%);
    fill: none;
    stroke-linejoin: round;
    left: 0;
    stroke: rgb(181,134,134);
    width: 14px;
    height: 14px;
    top: 50%;
    animation: clockAnimation 4s linear infinite;
    stroke-width: 2;
    stroke-linecap: round;
    position: absolute;
}@keyframes clockAnimation {
    0%, 100% {
        transform: translateY(-50%) rotate(0deg);
    }
    25% {
        transform: translateY(-50%) rotate(90deg);
    }
    50% {
        transform: translateY(-50%) rotate(180deg);
    }
    75% {
        transform: translateY(-50%) rotate(270deg);
    }
}
.help_desk_infoX .message_card8::before {
    display: none;
}.help_desk_infoX .contact_faqs {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.help_desk_infoX .send_infoD {
    border-left: 3px solid rgb(181,134,134);
    padding: 10px 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
    border-radius: 0 10px 10px 0;
    color: #000000;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}.help_desk_infoX .send_infoD:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.help_desk_infoX .send_infoD svg {
    stroke: rgb(181,134,134);
    height: 12px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    margin-right: 8px;
    opacity: 0.7;
    transition: all 0.3s ease;
    fill: none;
    width: 12px;
}.help_desk_infoX .send_infoD:hover svg {
    opacity: 1;
    stroke: #ffffff;
    transform: rotate(45deg);
}
@media (min-width: 768px) {.help_desk_infoX .reach_helpc {
    flex-wrap: wrap;
    flex-direction: row;
}.help_desk_infoX .support_request7 {
    width: 100%;
}.help_desk_infoX .img_shadowu {
    min-height: 350px;
    width: 35%;
    height: auto;
}.help_desk_infoX .form_eduB {
    width: 65%;
    padding: 40px;
}.help_desk_infoX .form_eduB p svg {
    width: 20px;
    height: 20px;
}.help_desk_infoX .contact_helpC {
    width: 100%;
    padding: 0 40px 40px;
    margin-top: 30px;
}.help_desk_infoX .message_card8 svg {
    height: 16px;
    width: 16px;
}.help_desk_infoX .contact_faqs {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.help_desk_infoX .send_infoD svg {
    width: 14px;
    height: 14px;
}
}
@media (max-width: 767px) {.help_desk_infoX {
    padding: 60px 0;
}.help_desk_infoX .img_shadowu {
    height: 220px;
}.help_desk_infoX .support_request7 {
    padding: 20px 0;
    font-size: calc(37px - 2px);
}.help_desk_infoX .form_eduB {
    padding: 30px 25px;
    gap: 15px;
}.help_desk_infoX .form_eduB p svg {
    width: 16px;
    height: 16px;
    top: 0.3em;
}.help_desk_infoX .contact_helpC {
    margin-top: 10px;
    padding: 20px 25px 30px;
}.help_desk_infoX .contact_faqs {
    grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {.help_desk_infoX {
    padding: 40px 0;
}.help_desk_infoX .img_shadowu {
    height: 180px;
}.help_desk_infoX .support_request7 {
    font-size: calc(37px - 4px);
    padding: 15px 0;
}.help_desk_infoX .support_request7::after {
    width: 60px;
}.help_desk_infoX .form_eduB {
    padding: 20px 15px;
}.help_desk_infoX .form_eduB p {
    padding-left: 24px;
    font-size: calc(13px - 1px);
}.help_desk_infoX .form_eduB p svg {
    width: 14px;
    height: 14px;
    top: 0.35em;
}.help_desk_infoX .message_card8 svg {
    width: 12px;
    height: 12px;
}.help_desk_infoX .send_infoD svg {
    margin-right: 6px;
    width: 10px;
    height: 10px;
}
}
@media (min-width: 992px) {.help_desk_infoX .reach_helpc {
    max-width: 1200px;
    margin: 0 auto;
}.help_desk_infoX .img_shadowu {
    transition: transform 0.5s ease;
}.help_desk_infoX .img_shadowu:hover {
    transform: scale(1.02);
}.help_desk_infoX .form_eduB {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.help_desk_infoX .form_eduB p svg {
    width: 22px;
    height: 22px;
}.help_desk_infoX .contact_helpC {
    grid-column: 1 / span 2;
}.help_desk_infoX .message_card8 svg {
    height: 18px;
    width: 18px;
}}.blog_refW {
    z-index: 1;
    background-attachment: fixed;
    position: relative;
    padding: 6rem 0 3rem;
    color: #ffffff;
}.blog_refW::before {
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(211,169,169,0.5) 100%);
    width: 100%;
    left: 0;
}.blog_refW::after {
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    pointer-events: none;
    width: 100%;
    top: 0;
    left: 0;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.blog_refW .container {
    flex-direction: column;
    display: flex;
    position: relative;
}.blog_refW .company_holder {
    padding-bottom: 2.5rem;
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}.blog_refW .company_holder::before,
.blog_refW .company_holder::after {
    background: linear-gradient(90deg, transparent, rgb(181,134,134), transparent);
    content: "";
    width: 20%;
    position: absolute;
    bottom: -1px;
    height: 2px;
    animation: slide 3s infinite alternate;
}.blog_refW .company_holder::before {
    animation-delay: 0s;
    left: 0;
}.blog_refW .company_holder::after {
    animation-delay: 1.5s;
    right: 0;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.blog_refW .company_holder h3 {
    position: relative;
    font-size: calc(32px * 1.3);
    display: inline-block;
    margin-bottom: 1rem;
    font-weight: 700;
}.blog_refW .company_holder h3::after {
    height: 3px;
    width: 60px;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(181,134,134);
    bottom: -10px;
    left: 50%;
    content: "";
}.blog_refW .credit_infoe {
    color: #ffffff;
    max-width: 600px;
    margin: 1.5rem auto 0;
    line-height: 1.7;
    opacity: 0.8;
    font-size: 17px;
}.blog_refW .desktop_appY {
    display: flex;
    justify-content: center;
}.blog_refW .nav_basek {
    position: relative;
    gap: 6rem;
    display: flex;
}.blog_refW .nav_basek::before {
    background: rgb(211,169,169);
    content: "";
    height: 20px;
    transform: translateX(-50%);
    position: absolute;
    width: 1px;
    top: -30px;
    left: 50%;
}.blog_refW .head_wrapE {
    border-radius: 10px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.05);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 1rem 1.5rem;
}.blog_refW .head_wrapE:hover {
    background: rgba(rgb(211,169,169,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.blog_refW .head_wrapE h5 {
    letter-spacing: 1.5px;
    font-weight: 600;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 1.5rem;
    text-align: center;
    padding-bottom: 0.8rem;
    color: rgb(181,134,134);
}.blog_refW .head_wrapE .nav_basek {
    display: flex;
    flex-direction: column;
    position: static;
    gap: 0.8rem;
}.blog_refW .head_wrapE .nav_basek a {
    text-align: center;
    position: relative;
    color: #ffffff;
    opacity: 0.75;
    font-size: 17px;
    transition: all 0.3s ease;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    padding: 0.4rem 0;
}.blog_refW .head_wrapE .nav_basek a::before {
    width: 100%;
    position: absolute;
    height: 1px;
    transform-origin: center;
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, transparent, rgb(211,169,169), transparent);
    transform: scaleX(0);
    left: 0;
    content: "";
    bottom: 0;
    z-index: -1;
}.blog_refW .head_wrapE .nav_basek a:hover {
    opacity: 1;
    color: rgb(181,134,134);
}.blog_refW .head_wrapE .nav_basek a:hover::before {
    transform: scaleX(1);
}.law_resl {
    margin-top: 4rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    padding: 1.2rem 0;
}.law_resl::before {
    height: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 4px 4px;
    content: "";
    background-image: linear-gradient(45deg, rgba(rgb(211,169,169,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(211,169,169,0.5), 0.05) 50%, rgba(rgb(211,169,169,0.5), 0.05) 75%, transparent 75%, transparent);
    animation: bgMove 20s linear infinite;
    width: 100%;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.law_resl .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.law_resl .fellow_prog5 {
    letter-spacing: 0.5px;
    opacity: 0.8;
    position: relative;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
}.law_resl .fellow_prog5::before,
.law_resl .fellow_prog5::after {
    color: rgb(211,169,169);
    content: "•";
    margin: 0 0.6rem;
}

@media screen and (max-width: 992px) {.blog_refW {
    padding: 4rem 0 2rem;
}.blog_refW .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.blog_refW .company_holder h3 {
    font-size: 32px;
}.blog_refW .nav_basek {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.blog_refW .desktop_appY {
    align-items: center;
    flex-direction: column;
}.blog_refW .nav_basek {
    flex-direction: column;
    max-width: 450px;
    gap: 2rem;
    width: 100%;
}.blog_refW .head_wrapE {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.blog_refW {
    padding: 3rem 0 1.5rem;
}.blog_refW .company_holder h3 {
    font-size: calc(32px * 0.9);
}.blog_refW .credit_infoe {
    font-size: calc(17px * 0.9);
}.blog_refW .head_wrapE {
    padding: 1rem;
}.blog_refW .head_wrapE h5 {
    font-size: calc(16px * 0.9);
}.law_resl {
    padding: 1rem 0;
    margin-top: 2rem;
}.law_resl .fellow_prog5 {
    font-size: calc(13px * 0.9);
}.law_resl .fellow_prog5::before,
    .law_resl .fellow_prog5::after {
    display: none;
}}.privacy_holdfasts {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    height: auto;
    padding: 60px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}.privacy_holdfasts h1 {
    color: rgb(211,169,169);
    margin-bottom: 40px;
    font-weight: 700;
    border-bottom: 4px solid rgb(181,134,134);
    margin-top: 0;
    width: 100%;
    font-size: 43px;
    text-align: left;
    padding-bottom: 10px;
}.privacy_holdfasts h2 {
    margin-top: 0;
    border-bottom: 3px solid rgb(211,169,169);
    font-weight: 600;
    color: rgb(181,134,134);
    text-align: left;
    width: 100%;
    font-size: 34px;
    padding-bottom: 5px;
    margin-bottom: 30px;
}.privacy_holdfasts ul, .privacy_holdfasts ol {
    color: #000000;
    list-style: none;
    padding-left: 20px;
    font-size: 16px;
    padding: 0;
    font-family: Arial, sans-serif;
    margin: 20px 0;
}.privacy_holdfasts li {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_holdfasts li:before {
    left: -20px;
    color: rgb(181,134,134);
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    content: "•";
}.privacy_holdfasts section {
    background: none;
}.privacy_holdfasts p, .privacy_holdfasts span, .privacy_holdfasts div {
    color: #000000;
    font-size: 16px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.8;
}

@media only screen and (max-width: 800px) {.privacy_holdfasts {
    border-radius: 10px;
    grid-template-columns: 1fr;
    padding: 30px;
}.privacy_holdfasts h1 {
    font-size: calc(19px - 5px);
}.privacy_holdfasts h2 {
    font-size: calc(19px - 3px);
}.privacy_holdfasts ul, .privacy_holdfasts ol {
    margin: 15px 0;
}.privacy_holdfasts li {
    padding: 8px 0;
}.privacy_holdfasts p, .privacy_holdfasts span, .privacy_holdfasts div {
    margin-bottom: 15px;
}}
.offer_boardt {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(241,221,221) 0%, rgb(211,169,169,0.5) 100%);
    overflow: hidden;
}.offer_boardt::before {
    background: radial-gradient(circle at 30% 70%, rgb(181,134,134,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 0;
    pointer-events: none;
    content: "";
    position: absolute;
}.offer_boardt .container {
    margin: 0 auto;
    max-width: 1320px;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}.offer_boardt .payment_plansW {
    flex-direction: column-reverse;
    gap: 60px;
    position: relative;
    display: flex;
}.offer_boardt .pricing_liste {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 30px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(0deg);
    border-left: 3px solid rgb(211,169,169);
    max-width: 100%;
}.offer_boardt .pricing_liste:hover {
    transform: perspective(1000px) rotateX(2deg);
}.offer_boardt .pricing_liste h2 {
    font-size: 29px;
    transform: translateZ(0);
    margin-bottom: 20px;
    line-height: 1.3;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(211,169,169), rgb(181,134,134));
    letter-spacing: -0.02em;
    font-weight: 700;
    color: transparent;
}.offer_boardt .pricing_liste .learning_pricingb {
    font-size: 17px;
    word-break: break-word;
    color: #000000;
    overflow-wrap: break-word;
    max-width: 700px;
    line-height: 1.6;
    margin-bottom: 0;
}.offer_boardt .payment_planp {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 30px;
}.offer_boardt .plan_matrixi {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transform: translateY(0);
    display: block;
    border-radius: 4px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.offer_boardt .plan_matrixi:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    z-index: 5;
}.offer_boardt .pricing_ratesg {
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}.offer_boardt .pricing_ratesg::before {
    transition: transform 0.4s ease-out;
    width: 100%;
    background: linear-gradient(90deg, rgb(211,169,169), rgb(181,134,134));
    transform-origin: left;
    left: 0;
    height: 5px;
    content: "";
    transform: scaleX(0.8);
    top: 0;
    position: absolute;
}.offer_boardt .plan_matrixi:hover .pricing_ratesg::before {
    transform: scaleX(1);
}.offer_boardt .fee_plansf {
    padding: 30px;
    display: flex;
    z-index: 1;
    flex: 1;
    flex-direction: column;
    position: relative;
}.offer_boardt .fee_plansf h3 {
    overflow: hidden;
    color: #000000;
    white-space: nowrap;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    transform-origin: left;
    text-overflow: ellipsis;
    font-weight: 700;
    position: relative;
    font-size: calc(22px + 2px);
}.offer_boardt .plan_matrixi:hover .fee_plansf h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(211,169,169);
}.offer_boardt .cost_deals6 {
    font-size: calc(22px + 4px);
    color: rgb(181,134,134);
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
}.offer_boardt .cost_deals6::after {
    height: 3px;
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    left: 0;
    width: 50px;
    background: rgb(211,169,169);
    bottom: -5px;
    content: "";
    transform: scaleX(0.5);
}.offer_boardt .plan_matrixi:hover .cost_deals6::after {
    transform: scaleX(1);
}.offer_boardt .fee_plansf p {
    display: -webkit-box;
    font-size: 17px;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 0;
    flex: 1;
    overflow: hidden;
    -webkit-line-clamp: 5;
    line-height: 1.6;
    -webkit-box-orient: vertical;
}.offer_boardt .img_shadowu {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 200px;
    position: relative;
}.offer_boardt .img_shadowu::after {
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
    position: absolute;
    top: 0;
}.offer_boardt .plan_matrixi:hover .img_shadowu {
    transform: scale(1.05);
}

@media (min-width: 768px) {.offer_boardt .payment_planp {
    grid-template-columns: repeat(2, 1fr);
}.offer_boardt .pricing_liste {
    padding: 40px;
}.offer_boardt .fee_plansf {
    padding: 30px 35px;
}.offer_boardt .img_shadowu {
    height: 240px;
}
}

@media (min-width: 992px) {.offer_boardt .payment_plansW {
    gap: 40px;
    align-items: stretch;
    flex-direction: row;
}.offer_boardt .pricing_liste {
    display: flex;
    padding: 50px 40px;
    width: 30%;
    flex-direction: column;
    justify-content: center;
}.offer_boardt .payment_planp {
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
}.offer_boardt .fee_plansf {
    padding: 30px;
}.offer_boardt .fee_plansf p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.offer_boardt {
    padding: 120px 0;
}.offer_boardt .payment_planp {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.offer_boardt .pricing_liste h2 {
    font-size: calc(29px + 4px);
}.offer_boardt .fee_plansf h3 {
    font-size: calc(22px + 4px);
}.offer_boardt .cost_deals6 {
    font-size: calc(22px + 8px);
}.offer_boardt .img_shadowu {
    height: 280px;
}
}

@media (min-width: 1400px) {.offer_boardt .payment_planp {
    grid-template-columns: repeat(2, 1fr);
}.offer_boardt .fee_plansf p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.offer_boardt .plan_matrixi {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.offer_boardt .plan_matrixi:hover {
    transform: translateY(-10px) scale(1.02);
}}.appArear {
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,221,221) 0%, rgb(211,169,169,0.5) 100%);
    padding: 120px 0;
    position: relative;
}.appArear::before {
    right: -50px;
    width: 200px;
    border-radius: 50%;
    background: rgb(181,134,134,0.5);
    top: -50px;
    position: absolute;
    z-index: 0;
    filter: blur(60px);
    animation: float 15s infinite ease-in-out;
    height: 200px;
    content: "";
}.appArear::after {
    width: 100%;
    content: "";
    height: 5px;
    background: linear-gradient(90deg, transparent, rgb(211,169,169), transparent);
    z-index: 1;
    left: 0;
    bottom: 0;
    position: absolute;
}.appArear .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.appArear h2 {
    font-size: 31px;
    margin-bottom: 40px;
    position: relative;
    transform: translateY(0);
    animation: slideInUp 0.8s ease-out forwards;
    color: #000000;
    font-weight: 700;
    line-height: 1.4;
    opacity: 1;
    max-width: 800px;
}.appArear h2::after {
    transform-origin: left;
    bottom: -15px;
    left: 0;
    height: 3px;
    content: "";
    background: rgb(211,169,169);
    transition: transform 0.5s ease;
    position: absolute;
    width: 60px;
    transform: scaleX(1);
}.appArear .why_trusta {
    background: #ffffff;
    position: relative;
    border-left: 4px solid rgb(211,169,169);
    animation: fadeInUp 1s ease-out 0.3s forwards;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    transform: translateY(20px);
    padding: 40px;
}.appArear .why_trusta::before {
    z-index: -1;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 49.5%, rgb(181,134,134,0.5) 49.5%, rgb(181,134,134,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    opacity: 0.05;
    position: absolute;
    background-size: 20px 20px;
}.appArear ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.appArear li {
    position: relative;
    padding-left: 25px;
}.appArear li::before {
    height: 8px;
    transition: transform 0.3s ease;
    left: 0;
    position: absolute;
    width: 8px;
    content: "";
    transform: rotate(45deg);
    top: 10px;
    background: rgb(211,169,169);
}.appArear li:hover::before {
    transform: rotate(225deg);
}.appArear span {
    line-height: 1.8;
    display: block;
    font-size: 12px;
    color: #000000;
}

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

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

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-15px) translateX(15px);
    }
    50% {
        transform: translateY(0) translateX(30px);
    }
    75% {
        transform: translateY(15px) translateX(15px);
    }
}

@media (max-width: 991px) {.appArear {
    padding: 80px 0;
}.appArear h2 {
    font-size: calc(31px * 0.9);
    max-width: 100%;
}.appArear .why_trusta {
    padding: 30px;
}
}

@media (max-width: 767px) {.appArear {
    padding: 60px 0;
}.appArear h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.appArear h2::after {
    width: 40px;
}.appArear .why_trusta {
    padding: 25px 20px;
}.appArear span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.appArear {
    padding: 40px 0;
}.appArear h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.7);
}.appArear .why_trusta {
    padding: 20px 15px;
    border-left-width: 3px;
}.appArear li {
    padding-left: 20px;
}.appArear li::before {
    height: 6px;
    width: 6px;
    top: 8px;
}.appArear span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}.statistical_detailsv {
    background: rgb(241,221,221);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.statistical_detailsv::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(211,169,169,0.5) 0%, transparent 70%);
    content: "";
    z-index: 0;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}.statistical_detailsv .container {
    max-width: 1200px;
    padding: 0 20px;
    display: grid;
    gap: 60px;
    grid-template-rows: auto 1fr;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.statistical_detailsv h2 {
    font-weight: 700;
    position: relative;
    grid-column: 1 / -1;
    text-align: center;
    padding-bottom: 20px;
    color: #000000;
    font-size: 33px;
}.statistical_detailsv h2::after {
    max-width: 200px;
    content: "";
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(211,169,169), transparent);
}.statistical_detailsv ul {
    list-style: none;
    margin: 0;
    gap: 30px;
    grid-column: 1 / -1;
    height: 100%;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-template-rows: repeat(2, 1fr);
}.statistical_detailsv .statistics_support8 {
    display: flex;
    overflow: hidden;
    padding: 0;
    justify-content: flex-end;
    position: relative;
    height: 100%;
    transition: transform 0.3s ease;
    min-height: 200px;
    border-radius: 19px;
    flex-direction: column;
}.statistical_detailsv .statistics_support8:hover {
    transform: translateY(-10px);
}.statistical_detailsv .statistics_support8::before {
    opacity: 0.7;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    background: #000000;
    z-index: 0;
    height: 100%;
}.statistical_detailsv .statistics_support8:nth-child(1)::before {
    opacity: 0.85;
    background: rgb(211,169,169);
}.statistical_detailsv .statistics_support8:nth-child(2)::before {
    background: rgb(181,134,134);
    opacity: 0.85;
}.statistical_detailsv .statistics_support8:nth-child(3)::before {
    background: rgb(211,169,169);
    opacity: 0.7;
}.statistical_detailsv .statistics_support8:nth-child(4)::before {
    background: rgb(181,134,134);
    opacity: 0.7;
}.statistical_detailsv .statistics_support8 p,
.statistical_detailsv .statistics_support8 span {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    color: #ffffff;
}.statistical_detailsv .statistics_support8 p {
    font-size: calc(40px * 1.3);
    font-weight: 700;
    margin: 0 0 10px 0;
}.statistical_detailsv .statistics_support8 span {
    font-weight: 300;
    padding-bottom: 30px;
    font-size: 12px;
    position: relative;
}.statistical_detailsv .statistics_support8 span::before {
    background: #ffffff;
    width: 30px;
    left: 30px;
    opacity: 0.5;
    top: -5px;
    height: 2px;
    content: "";
    position: absolute;
}.statistical_detailsv .statistics_support8::after {
    content: "";
    z-index: 1;
    height: 150px;
    top: -75px;
    width: 150px;
    right: -75px;
    position: absolute;
    border: 1px solid #ffffff;
    border-radius: 50%;
    opacity: 0.1;
}.statistical_detailsv .statistics_support8:nth-child(1) {
    transform: translateX(-20px) translateY(-20px);
    animation: fadeIn 0.5s 0.1s forwards, slideIn 0.7s 0.1s forwards;
    grid-area: 1 / 1 / 2 / 2;
}.statistical_detailsv .statistics_support8:nth-child(2) {
    transform: translateX(20px) translateY(-20px);
    animation: fadeIn 0.5s 0.2s forwards, slideIn 0.7s 0.2s forwards;
    grid-area: 1 / 2 / 2 / 3;
}.statistical_detailsv .statistics_support8:nth-child(3) {
    transform: translateX(-20px) translateY(20px);
    animation: fadeIn 0.5s 0.3s forwards, slideIn 0.7s 0.3s forwards;
    grid-area: 2 / 1 / 3 / 2;
}.statistical_detailsv .statistics_support8:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
    animation: fadeIn 0.5s 0.4s forwards, slideIn 0.7s 0.4s forwards;
    transform: translateX(20px) translateY(20px);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0) translateY(0);
    }
}

@media (min-width: 1024px) {.statistical_detailsv .statistics_support8:nth-child(1) {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}.statistical_detailsv .statistics_support8:nth-child(2) {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.statistical_detailsv .statistics_support8:nth-child(3) {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.statistical_detailsv .statistics_support8:nth-child(4) {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}
}

@media (max-width: 1023px) {.statistical_detailsv {
    padding: 80px 0;
}.statistical_detailsv .container {
    gap: 40px;
}.statistical_detailsv ul {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
}.statistical_detailsv .statistics_support8 {
    min-height: 180px;
}.statistical_detailsv .statistics_support8:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}.statistical_detailsv .statistics_support8:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
}.statistical_detailsv .statistics_support8:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
}.statistical_detailsv .statistics_support8:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
}.statistical_detailsv .statistics_support8:nth-child(odd) {
    transform: translateX(-20px) translateY(0);
}.statistical_detailsv .statistics_support8:nth-child(even) {
    transform: translateX(20px) translateY(0);
}
}

@media (max-width: 767px) {.statistical_detailsv {
    padding: 60px 0;
}.statistical_detailsv .container {
    padding: 0 15px;
    gap: 30px;
}.statistical_detailsv h2 {
    font-size: calc(33px * 0.9);
}.statistical_detailsv ul {
    gap: 20px;
}.statistical_detailsv .statistics_support8 {
    min-height: 150px;
}.statistical_detailsv .statistics_support8 p {
    padding-top: 20px;
    font-size: calc(40px * 1.1);
}.statistical_detailsv .statistics_support8 span {
    font-size: calc(12px * 0.9);
    padding-bottom: 20px;
}
}

@media (min-width: 768px) and (max-width: 1023px) {.statistical_detailsv .statistics_support8 {
    min-height: 180px;
}.statistical_detailsv .statistics_support8 p {
    font-size: calc(40px * 1.2);
}
}

@media (prefers-reduced-motion: reduce) {.statistical_detailsv .statistics_support8 {
    animation: none;
    transform: none;
}}.privacyAgreementDialogc {
    background: rgb(241,221,221);
    border-top: 2px solid rgb(211,169,169);
    z-index: 90;
    bottom: 0;
    position: fixed;
    width: 100%;
}#cookieModalNoticeZ {
    display: none;
}#cookieModalNoticeZ:checked ~ .privacyAgreementDialogc {
    visibility: hidden;
    opacity: 0;
}.user_safetyV {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.privacyAgreementDialogc h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.privacyAgreementDialogc p {
    font-size: 18px;
}.track_barw {
    flex-shrink: 0;
    margin-right: 10px;
}.track_barw svg, .track_barw svg path, .track_barw img {
    height: 100px;
    fill: rgb(211,169,169);
    width: 100px;
}.data_notice1 {
    margin-left: 10px;
    text-decoration: none;
    border-bottom: 2px solid rgb(211,169,169);
    text-align: center;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 120px;
    line-height: 35px;
    color: rgb(211,169,169);
    cursor: pointer;
    font-size: 24px;
}.privacyAgreementDialogc p a {
    color: rgb(211,169,169);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.privacyAgreementDialogc {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_barw {
    display: none;
}.user_safetyV {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.privacyAgreementDialogc h5 {
    text-align: center;
}.privacyAgreementDialogc p {
    text-align: center;
}.learn_agreeN {
    margin-bottom: 20px;
}body .wrapper-sectionr .data_notice1 {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-sectionr .privacyAgreementDialogc {
    box-shadow: rgb(181,134,134,0.5) 0px 0px 10px 10px;
    background: rgb(211,169,169);
}.wrapper-sectionr .user_safetyV {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-sectionr .data_notice1 {
    background: #ffffff;
    margin-left: 30px;
    padding: 10px;
    font-size: 20px;
    color: rgb(211,169,169);
    border: none;
}.wrapper-sectionr .learn_agreeN {
    color: #ffffff;
    text-align: left;
}.wrapper-sectionr .learn_agreeN h5 {
    font-weight: 700;
}.wrapper-sectionr .learn_agreeN h5, .wrapper-sectionr .learn_agreeN p {
    color: #ffffff;
}.wrapper-sectionr .privacyAgreementDialogc p a {
    text-decoration: underline;
    color: rgb(181,134,134);
}