* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.template_cta15673 {
    flex: 0 0 auto;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    width: 19px;
    padding: 0px;
}::-webkit-scrollbar-track {
    background: #ffffff;
}::-webkit-scrollbar-track:active {
    background: rgb(199,207,176,0.5);
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    min-height: 41px;
    transition: all, border-radius, transform 1s ease-out;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(199,207,176,0.5);
    box-shadow: -2px 2px 5px 5px rgba(0, 0, 0, 0.5);
    background: rgb(159,182,114,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset 3px -1px 8px 3px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 8px;
}html {
    scrollbar-color: rgb(199,207,176) rgb(234,235,229);
    scrollbar-width: none;
}.wrapper-structure87051 {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1131px;
}.header_edu79106 {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_holdings58134 {
    max-width: 1200px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    color: #000000;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}.privacy_holdings58134 h1 {
    padding-bottom: 10px;
    color: rgb(199,207,176);
    font-weight: 700;
    border-bottom: 2px solid rgb(199,207,176);
    font-size: 43px;
    margin-top: 20px;
    margin-bottom: 30px;
}.privacy_holdings58134 h2 {
    color: rgb(159,182,114);
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 33px;
    border-left: 4px solid rgb(159,182,114);
}.privacy_holdings58134 ul {
    list-style-type: square;
    padding-left: 40px;
    margin: 20px 0;
}.privacy_holdings58134 li {
    line-height: 1.5;
    padding-bottom: 5px;
    font-size: 13px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_holdings58134 p, .privacy_holdings58134 span, .privacy_holdings58134 div {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}.privacy_holdings58134 h3, .privacy_holdings58134 h4, .privacy_holdings58134 h5, .privacy_holdings58134 h6 {
    margin-bottom: 15px;
    padding-left: 10px;
    margin-top: 25px;
    font-weight: 600;
    border-left: 3px solid rgb(199,207,176);
    color: rgb(199,207,176);
    font-size: 22px;
}

@media only screen and (max-width: 800px) {.privacy_holdings58134 {
    padding: 30px;
}.privacy_holdings58134 h1 {
    font-size: calc(22px - 4px);
}.privacy_holdings58134 h2 {
    font-size: calc(22px - 3px);
}.privacy_holdings58134 h3, .privacy_holdings58134 h4, .privacy_holdings58134 h5, .privacy_holdings58134 h6 {
    font-size: calc(22px - 2px);
}.privacy_holdings58134 p, .privacy_holdings58134 span, .privacy_holdings58134 div, .privacy_holdings58134 li {
    font-size: calc(13px - 2px);
}}header .main_learning14682 {
    overflow: hidden;
    background: linear-gradient(to right, rgb(159,182,114) 0%, rgb(199,207,176,0.5) 100%);
    padding: 1.5rem;
    z-index: 99;
    box-shadow: 0 0 20px 2px rgb(199,207,176,0.5);
    justify-content: space-between;
    left: 0;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 0;
    width: 100%;
}header .main_learning14682::before {
    opacity: 0.3;
    z-index: -1;
    top: -50%;
    animation: backgroundShift 20s linear infinite;
    position: absolute;
    background-size: 15px 15px;
    content: "";
    width: 200%;
    height: 200%;
    left: -50%;
    background: radial-gradient(circle, rgb(159,182,114,0.5) 1%, transparent 10%);
}header .main_learning14682::after {
    background-size: 200% 200%;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(159,182,114) 49%, rgb(159,182,114) 51%, transparent 52%);
    animation: gradientSlide 5s ease infinite;
    opacity: 0.1;
    z-index: -1;
    content: "";
    width: 100%;
    left: 0;
}header .main_learning14682 .main_tutor63194 {
    position: relative;
    overflow: visible;
}header .main_learning14682 .main_tutor63194::after {
    bottom: -8px;
    animation: neonPulse 3s infinite alternate;
    transform: scaleX(0);
    position: absolute;
    background: rgb(159,182,114);
    transform-origin: left;
    content: "";
    box-shadow: 0 0 8px 2px rgb(159,182,114);
    height: 2px;
    left: 0;
    width: 100%;
}header .main_learning14682 .main_tutor63194 .head_tutor53198 {
    transform: perspective(800px) rotateY(0deg);
    transition: all 0.5s ease;
    position: relative;
    display: block;
}header .main_learning14682 .main_tutor63194 .head_tutor53198:hover {
    transform: perspective(800px) rotateY(15deg);
}header .main_learning14682 .main_tutor63194 svg {
    height: auto;
    filter: drop-shadow(0 0 5px rgb(159,182,114,0.5));
    width: 120px;
}header .main_learning14682 .top_prime38261 {
    perspective: 800px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    position: relative;
}header .main_learning14682 .top_prime38261::before {
    transform: scaleX(0.5);
    content: "";
    position: absolute;
    box-shadow: 0 0 10px 2px rgb(199,207,176);
    left: 0;
    top: 105%;
    width: 100%;
    background: rgb(199,207,176);
    animation: neonPulse 4s infinite alternate-reverse;
    height: 2px;
}header .main_learning14682 .top_master90765 {
    transition: transform 0.3s ease;
    transform: translateZ(0);
    position: relative;
    margin: 0 0.5rem;
    transform-style: preserve-3d;
}header .main_learning14682 .top_master90765:hover {
    transform: translateZ(20px);
}header .main_learning14682 .top_master90765 a {
    font-weight: 600;
    font-size: 20px;
    padding: 0.5rem 1rem;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    border: 1px solid transparent;
    display: block;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}header .main_learning14682 .top_master90765 a::before {
    opacity: 0;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: -1;
    background: rgb(199,207,176,0.5);
    left: 0;
    transform: scale(0.9);
}header .main_learning14682 .top_master90765 a:hover {
    text-shadow: 0 0 5px rgb(159,182,114,0.5);
    color: rgb(159,182,114);
    border: 1px solid rgb(159,182,114,0.5);
}header .main_learning14682 .top_master90765 a:hover::before {
    opacity: 0.2;
    transform: scale(1);
}

@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 .main_learning14682 {
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    padding: 1rem;
    flex-direction: column;
}header .main_learning14682 .main_tutor63194 {
    margin-bottom: 1.5rem;
}header .main_learning14682 .top_prime38261 {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .main_learning14682 .top_prime38261::before {
    top: auto;
    bottom: -10px;
}header .main_learning14682 .top_master90765 {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .main_learning14682 {
    padding: 0.75rem;
}header .main_learning14682 .top_prime38261 {
    align-items: center;
    flex-direction: column;
}header .main_learning14682 .top_master90765 {
    margin: 0.25rem 0;
    width: 100%;
    text-align: center;
}header .main_learning14682 .main_tutor63194 svg {
    width: 100px;
}header .main_learning14682 .main_tutor63194::after {
    left: 10%;
    width: 80%;
}}.welcome62174 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(199,207,176,0.5), rgb(159,182,114));
    overflow: hidden;
    justify-content: center;
}.welcome62174::before {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    content: "";
    opacity: 0.7;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(199,207,176,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(159,182,114,0.5) 0%, transparent 70%);
}.welcome62174::after {
    width: 100%;
    z-index: 0;
    filter: blur(70px);
    content: "";
    top: -50%;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    right: -50%;
    background: rgb(255, 255, 255, 0.5);
}.welcome62174 .edu_page49052 {
    width: 100%;
    gap: 2rem;
    position: relative;
    z-index: 2;
    transform: translateY(-2%);
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
}.welcome62174 .edu_page49052 > div:first-child {
    transform: translateX(-5%);
    backdrop-filter: blur(10px);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-left: 4px solid rgb(199,207,176);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
}.welcome62174 .edu_page49052 > div:first-child:hover {
    transform: translateX(0) scale(1.02);
}.welcome62174 .edu_page49052 > div:first-child p {
    font-weight: 600;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.welcome62174 .learn_roots58710 {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1.5);
    overflow: hidden;
}.welcome62174 .learn_roots58710:hover {
    transform: translateY(-10px);
}.welcome62174 .learn_roots58710 > div {
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    min-height: 400px;
    padding: 3rem 2rem;
    height: 100%;
    display: flex;
}.welcome62174 .learn_roots58710 > div::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.welcome62174 .learn_roots58710 h3 {
    font-family: Arial, sans-serif;
    max-width: 90%;
    letter-spacing: 0.01em;
    border-radius: 10px;
    padding: 1.2rem;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 400;
    transition: transform 0.4s ease-out;
    position: relative;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    margin: 0 0 2rem 0;
    background: linear-gradient(120deg, rgb(199,207,176,0.5), rgb(159,182,114,0.5));
    backdrop-filter: blur(5px);
    transform: translateX(5%);
    z-index: 2;
}.welcome62174 .learn_roots58710:hover h3 {
    transform: translateX(0);
}.welcome62174 .learn_roots58710 > div > div {
    margin-top: auto;
    position: relative;
    z-index: 2;
}.welcome62174 .learn_roots58710 > div > div > div {
    opacity: 0;
    animation-delay: 0.3s;
    transform: translateY(10px);
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}.welcome62174 .title_style_header {
    font-weight: 700;
    letter-spacing: 0.03em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    font-family: Arial, sans-serif;
    font-size: clamp(1.8rem, 4vw, 42px);
    position: relative;
    color: #ffffff;
    padding: 1rem 0;
    margin: 0;
}.welcome62174 .title_style_header::after {
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(199,207,176), rgb(159,182,114));
    width: 80px;
    transition: width 0.5s ease;
    content: "";
    position: absolute;
    height: 6px;
}.welcome62174 .learn_roots58710:hover .title_style_header::after {
    width: 150px;
}

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


@media (min-width: 768px) {.welcome62174 .edu_page49052 {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 3rem;
}.welcome62174 .edu_page49052 > div:first-child {
    align-self: center;
    margin-top: 10%;
}.welcome62174 .learn_roots58710 > div {
    min-height: 500px;
    padding: 4rem 3rem;
}.welcome62174 .learn_roots58710 h3 {
    max-width: 80%;
}
}

@media (min-width: 992px) {.welcome62174 {
    padding: 4rem;
}.welcome62174 .edu_page49052 {
    grid-template-columns: 0.35fr 0.65fr;
}.welcome62174 .edu_page49052 > div:first-child {
    transform: translateX(-10%);
    padding: 2rem;
}.welcome62174 .learn_roots58710 > div {
    min-height: 550px;
}.welcome62174 .title_style_header::after {
    height: 8px;
}
}

@media (max-width: 767px) {.welcome62174 {
    padding: 1.5rem;
}.welcome62174 .edu_page49052 > div:first-child {
    padding: 1.2rem;
}.welcome62174 .learn_roots58710 > div {
    min-height: 350px;
    padding: 2rem 1.5rem;
}.welcome62174 .learn_roots58710 h3 {
    margin-bottom: 1.5rem;
    padding: 1rem;
    font-size: 0.95rem;
}.welcome62174 .title_style_header {
    padding: 0.75rem 0;
}.welcome62174 .title_style_header::after {
    width: 60px;
    height: 4px;
}}.prospective_members35817 {
    background: linear-gradient(135deg, rgb(234,235,229) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 130px 0;
    position: relative;
}.prospective_members35817::before {
    top: 0;
    height: 100%;
    opacity: 0.05;
    content: "";
    background-size: 60px 60px;
    left: 0;
    background: 
        linear-gradient(45deg, rgb(199,207,176,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(159,182,114,0.5) 25%, transparent 25%);
    width: 100%;
    z-index: 0;
    position: absolute;
}.prospective_members35817 .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.prospective_members35817 .knowledge_study56417 {
    position: relative;
}.prospective_members35817 h4 {
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 70px;
    font-size: 29px;
    color: #000000;
}.prospective_members35817 h4::after {
    transform: translateX(-50%);
    left: 50%;
    border-radius: 2px;
    width: 70px;
    content: "";
    background: linear-gradient(90deg, rgb(199,207,176), rgb(159,182,114));
    bottom: 0;
    position: absolute;
    height: 4px;
}.prospective_members35817 div {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
    justify-content: center;
}.prospective_members35817 div p {
    flex: 0 0 calc(33.333% - 20px);
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    z-index: 1;
    margin: 0;
    font-size: 17px;
    border-radius: 26px;
    line-height: 1.6;
    padding: 25px 25px 25px 75px;
    background: #ffffff;
    min-width: 280px;
}.prospective_members35817 div p::before {
    background: #ffffff;
    left: 5px;
    width: calc(100% - 10px);
    transition: all 0.3s ease;
    height: calc(100% - 10px);
    opacity: 0.4;
    z-index: -1;
    top: 5px;
    position: absolute;
    border: 1px solid rgb(199,207,176,0.5);
    border-radius: calc(26px - 5px);
    content: "";
}.prospective_members35817 div p::after {
    height: calc(100% - 20px);
    left: 10px;
    transition: all 0.3s ease;
    position: absolute;
    border: 1px solid rgb(159,182,114,0.5);
    content: "";
    border-radius: calc(26px - 10px);
    background: #ffffff;
    width: calc(100% - 20px);
    top: 10px;
    opacity: 0.2;
    z-index: -2;
}.prospective_members35817 div p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.prospective_members35817 div p:hover::before {
    left: 10px;
    top: 10px;
}.prospective_members35817 div p:hover::after {
    left: 15px;
    top: 15px;
}.prospective_members35817 div p svg {
    height: 35px;
    transition: all 0.3s ease;
    left: 25px;
    width: 35px;
    position: absolute;
    top: 25px;
    padding: 8px;
    background: rgb(234,235,229);
    border-radius: 50%;
}.prospective_members35817 div p:hover svg {
    background: rgb(199,207,176,0.5);
    transform: rotate(15deg);
}.prospective_members35817 div p svg path {
    transition: all 0.3s ease;
    fill: rgb(199,207,176);
}.prospective_members35817 div p:hover svg path {
    fill: rgb(159,182,114);
}

@media (max-width: 991px) {.prospective_members35817 {
    padding: 100px 0;
}.prospective_members35817 h4 {
    margin-bottom: 60px;
    font-size: calc(29px - 2px);
}.prospective_members35817 div {
    gap: 25px;
}.prospective_members35817 div p {
    padding: 20px 20px 20px 65px;
    flex: 0 0 calc(50% - 15px);
    min-width: 250px;
}.prospective_members35817 div p svg {
    left: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
}
}

@media (max-width: 767px) {.prospective_members35817 {
    padding: 80px 0;
}.prospective_members35817 h4 {
    font-size: calc(29px - 4px);
    margin-bottom: 50px;
}.prospective_members35817 div {
    gap: 20px;
}.prospective_members35817 div p {
    padding: 18px 18px 18px 60px;
    flex: 0 0 100%;
}.prospective_members35817 div p svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 479px) {.prospective_members35817 {
    padding: 60px 0;
}.prospective_members35817 h4 {
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: calc(29px - 6px);
}.prospective_members35817 div {
    gap: 15px;
}.prospective_members35817 div p {
    font-size: calc(17px - 1px);
    padding: 15px 15px 15px 55px;
}.prospective_members35817 div p svg {
    padding: 6px;
    top: 15px;
    height: 25px;
    width: 25px;
    left: 15px;
}}.template_cta15673 {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 3rem;
    z-index: 1;
    background-position: center center;
}.template_cta15673::before {
    height: 100%;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}.template_cta15673::after {
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}.template_cta15673 .container {
    position: relative;
    display: flex;
    flex-direction: column;
}.template_cta15673 .container::before {
    left: 0;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    width: 100%;
    position: absolute;
    opacity: 0.3;
    content: "";
    top: -80px;
    height: 80px;
    background: linear-gradient(0deg, rgb(199,207,176) 0%, transparent 100%);
}.template_cta15673 .company_holder {
    padding: 2rem;
    backdrop-filter: blur(5px);
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    border-radius: 10px;
    border: 1px solid rgba(rgb(199,207,176), 0.3);
    margin-bottom: 4rem;
}.template_cta15673 .company_holder::before {
    left: -5px;
    filter: blur(5px);
    position: absolute;
    width: calc(100% + 10px);
    background: linear-gradient(45deg, rgb(199,207,176), transparent 70%);
    z-index: -1;
    opacity: 0.5;
    content: "";
    height: calc(100% + 10px);
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    top: -5px;
}.template_cta15673 .company_holder h3 {
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: calc(36px * 1.2);
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(199,207,176), 0 0 20px rgb(199,207,176), 0 0 30px rgb(199,207,176);
}.template_cta15673 .company_holder h3::before {
    top: 2px;
    content: attr(data-text);
    opacity: 0.7;
    filter: blur(1px);
    color: rgb(199,207,176);
    left: 2px;
    z-index: -1;
    position: absolute;
}.template_cta15673 .design_res52436 {
    font-size: 15px;
    color: #ffffff;
    padding-left: 1rem;
    line-height: 1.6;
    opacity: 0.8;
    margin-top: 1.5rem;
    border-left: 2px solid rgb(199,207,176);
}.template_cta15673 .footer_careers38694 {
    justify-content: space-between;
    position: relative;
    display: flex;
}.template_cta15673 .footer_careers38694::before {
    content: "";
    top: -20px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(199,207,176), transparent);
    height: 1px;
    width: 100%;
}.template_cta15673 .top_tutor67049 {
    width: 100%;
    gap: 2rem;
    display: flex;
    justify-content: space-between;
}.template_cta15673 .top_prime38261 {
    transition: all 0.3s ease;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    flex: 1;
    border-left: 2px solid rgb(199,207,176);
    position: relative;
    border-bottom: 2px solid rgb(199,207,176);
}.template_cta15673 .top_prime38261:hover {
    transform: translateY(-5px);
    background: rgba(rgb(199,207,176,0.5), 0.1);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
}.template_cta15673 .top_prime38261 h5 {
    color: rgb(159,182,114);
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}.template_cta15673 .top_prime38261 h5::after {
    position: absolute;
    height: 2px;
    background: rgb(199,207,176);
    content: "";
    width: 40px;
    left: 0;
    box-shadow: 0 0 10px rgb(199,207,176);
    bottom: -8px;
}.template_cta15673 .top_prime38261 .top_tutor67049 {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.template_cta15673 .top_prime38261 .top_tutor67049 a {
    opacity: 0.7;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 0 0.5rem 1.5rem;
}.template_cta15673 .top_prime38261 .top_tutor67049 a::before {
    content: "//";
    color: rgb(199,207,176);
    left: 0;
    font-size: 0.8em;
    transition: all 0.3s ease;
    position: absolute;
}.template_cta15673 .top_prime38261 .top_tutor67049 a:hover {
    opacity: 1;
    text-shadow: 0 0 5px rgb(199,207,176);
    color: rgb(199,207,176);
}.template_cta15673 .top_prime38261 .top_tutor67049 a:hover::before {
    color: rgb(159,182,114);
}.digital_res17059 {
    position: relative;
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.6);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 1.5rem 0;
}.digital_res17059::before {
    position: absolute;
    background-image: 
        linear-gradient(90deg, transparent, rgb(199,207,176), transparent);
    height: 1px;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
}.digital_res17059 .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.digital_res17059 .case_study37495 {
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.7;
}.digital_res17059 .case_study37495::before,
.digital_res17059 .case_study37495::after {
    margin: 0 10px;
    content: "//";
    color: rgb(199,207,176);
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(199,207,176), 0 0 20px rgb(199,207,176);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.template_cta15673 .footer_careers38694 {
    flex-direction: column;
}.template_cta15673 .top_tutor67049 {
    flex-direction: column;
}.template_cta15673 .top_prime38261 {
    margin-bottom: 1rem;
    width: 100%;
}.digital_res17059 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.template_cta15673 {
    padding: 4rem 0 2rem;
}.template_cta15673 .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.template_cta15673 .company_holder h3 {
    font-size: 36px;
}.template_cta15673 .top_prime38261 h5 {
    font-size: calc(24px * 0.9);
}.digital_res17059 {
    padding: 1.2rem 0;
    margin-top: 2rem;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
}
}

@media screen and (max-width: 576px) {.template_cta15673 {
    padding: 3rem 0 2rem;
}.template_cta15673 .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.template_cta15673 .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(36px * 0.85);
}.template_cta15673 .design_res52436 {
    font-size: calc(15px * 0.9);
}.template_cta15673 .top_prime38261 {
    padding: 1rem;
}.template_cta15673 .top_prime38261 .top_tutor67049 a {
    font-size: calc(15px * 0.9);
}.digital_res17059 {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.digital_res17059 .case_study37495::before,
    .digital_res17059 .case_study37495::after {
    display: none;
}}.cookie_notice_overlay36819 {
    padding: 20px 0;
    position: fixed;
    border-top: 1px solid rgb(199,207,176);
    animation: fadeInUp 0.5s ease-out;
    width: 100%;
    bottom: 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(234,235,229);
    z-index: 1000;
}.cookie_notice_overlay36819 .privacy_cookies84127 {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
    transform-origin: center;
    margin-right: 20px;
}.cookie_notice_overlay36819 .privacy_cookies84127 svg {
    fill: rgb(199,207,176);
    width: 60px;
    height: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_notice_overlay36819 .cookie_disclaimer75986 {
    flex-grow: 1;
}.cookie_notice_overlay36819 .cookie_disclaimer75986 h5 {
    font-size: 22px;
    color: rgb(199,207,176);
    margin-bottom: 6px;
}.cookie_notice_overlay36819 .cookie_disclaimer75986 p {
    color: #000000;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}.cookie_notice_overlay36819 .edu_cookies17390 {
    font-size: 17px;
    margin-top: 20px;
    color: #ffffff;
    background-color: rgb(199,207,176);
    padding: 10px 20px;
    margin-right: 15px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    transition: transform 0.3s, box-shadow 0.3s;
}.cookie_notice_overlay36819 .edu_cookies17390:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookie_notice_overlay36819 .edu_cookies17390:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.cookie_notice_overlay36819 .privacy_cookies84127 {
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_notice_overlay36819 .edu_cookies17390 {
    text-align: center;
    margin-left: 0;
    width: 48%;
}}
#cookie_box_notice36957 {
    display: none;
}#cookie_box_notice36957:checked ~ .cookie_notice_overlay36819 {
    opacity: 0;
    visibility: hidden;
}.reach_out_info42035 {
    background: linear-gradient(120deg, rgb(199,207,176,0.5) 0%, rgb(234,235,229) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.reach_out_info42035::before {
    content: '';
    top: 0;
    opacity: 0.2;
    position: absolute;
    animation: gridMove 25s linear infinite;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(159,182,114,0.5) 95%) 0 0 / 20px 100%,
        linear-gradient(180deg, transparent 95%, rgb(199,207,176,0.5) 95%) 0 0 / 100% 20px;
    right: 0;
    left: 0;
    bottom: 0;
}.reach_out_info42035::after {
    content: '';
    bottom: -50%;
    top: -50%;
    position: absolute;
    opacity: 0.03;
    z-index: 0;
    background: radial-gradient(circle at center, rgb(159,182,114) 0%, transparent 50%);
    left: -50%;
    animation: pulseEffect 10s ease-in-out infinite;
    right: -50%;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}
@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
        opacity: 0.03;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.05;
    }
}
.reach_out_info42035 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.reach_out_info42035 .contact_team85206 {
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 27px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        0 5px 15px rgba(0, 0, 0, 0.05) inset;
    padding: 50px;
}.reach_out_info42035 .contact_team85206::before {
    height: 3px;
    width: 100%;
    animation: gradientFlow 3s linear infinite;
    content: '';
    background: linear-gradient(90deg, rgb(199,207,176), rgb(159,182,114), rgb(199,207,176));
    position: absolute;
    left: 0;
    top: 0;
    background-size: 200% 100%;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}
.reach_out_info42035 .contact_team85206::after {
    background: rgb(199,207,176,0.5);
    right: -75px;
    top: -75px;
    position: absolute;
    content: '';
    z-index: -1;
    width: 150px;
    opacity: 0.2;
    height: 150px;
    border-radius: 50%;
}.reach_out_info42035 h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(199,207,176);
    padding-bottom: 15px;
    letter-spacing: 1px;
    position: relative;
    font-size: 30px;
    margin-bottom: 30px;
}.reach_out_info42035 h3::after {
    content: '';
    background: rgb(199,207,176);
    position: absolute;
    box-shadow: 0 0 8px rgb(199,207,176);
    height: 2px;
    transition: width 0.3s ease;
    width: 50px;
    bottom: 0;
    left: 0;
}.reach_out_info42035 .contact_team85206:hover h3::after {
    width: 100px;
}.reach_out_info42035 .message_request18570 {
    border-left: 3px solid rgb(159,182,114);
    background: rgb(234,235,229);
    position: relative;
    font-size: calc(13px + 0.05rem);
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 40px;
    border-radius: 10px;
    padding: 15px;
}.reach_out_info42035 .edu_guide15239 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    display: grid;
    gap: 25px;
}.reach_out_info42035 .edu_guide15239::before {
    box-shadow: 0 0 5px rgb(199,207,176);
    content: '';
    left: 0;
    height: 1px;
    position: absolute;
    width: 30%;
    top: -20px;
    background: rgb(199,207,176);
}.reach_out_info42035 .edu_guide15239::after {
    width: 60%;
    position: absolute;
    height: 1px;
    content: '';
    right: 0;
    top: -20px;
    background: linear-gradient(to right, rgb(199,207,176), transparent);
}.reach_out_info42035 .edu_guide15239 span {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 20px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    flex-direction: column;
    background: #ffffff;
    display: flex;
    z-index: 1;
}.reach_out_info42035 .edu_guide15239 span::before {
    height: 300%;
    transform: translateX(0) translateY(0) rotate(45deg);
    left: -100%;
    top: -100%;
    width: 300%;
    z-index: -1;
    position: absolute;
    transition: transform 0.6s ease;
    background: linear-gradient(135deg, rgb(234,235,229) 0%, #ffffff 100%);
    content: '';
}.reach_out_info42035 .edu_guide15239 span:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        0 0 0 4px rgb(199,207,176,0.5);
    transform: translateY(-5px);
}.reach_out_info42035 .edu_guide15239 span p {
    font-size: 13px;
    align-items: center;
    line-height: 1.5;
    display: flex;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #000000;
}.reach_out_info42035 .edu_guide15239 span svg {
    fill: rgb(199,207,176);
    height: 20px;
    transition: all 0.3s ease;
    width: 20px;
    margin-right: 10px;
}.reach_out_info42035 .edu_guide15239 span:hover svg {
    fill: rgb(159,182,114);
    transform: scale(1.2);
}.reach_out_info42035 .edu_guide15239 span svg path {
    stroke-linecap: round;
    stroke: #ffffff;
    transition: all 0.3s ease;
    stroke-linejoin: round;
    stroke-width: 0.5;
}.reach_out_info42035 .edu_guide15239 span:hover svg path {
    stroke-width: 1;
    stroke: rgb(199,207,176);
}.reach_out_info42035 .edu_guide15239 span span {
    color: #000000;
    padding: 0;
    display: inline-block;
    margin: 5px 0 0 0;
    font-weight: 400;
    background: transparent;
    box-shadow: none;
}.reach_out_info42035 .edu_guide15239 span span::before {
    display: none;
}.reach_out_info42035 .edu_guide15239 span span a {
    color: rgb(199,207,176);
    text-decoration: none;
    align-items: center;
    position: relative;
    padding: 2px 5px;
    display: flex;
    transition: all 0.3s ease;
    border-radius: 10px;
}.reach_out_info42035 .edu_guide15239 span span a svg {
    width: 16px;
    height: 16px;
    opacity: 0.8;
    margin-right: 5px;
}.reach_out_info42035 .edu_guide15239 span span a::before {
    transition: transform 0.3s ease;
    width: 100%;
    transform-origin: right;
    height: 1px;
    transform: scaleX(0);
    position: absolute;
    background: rgb(199,207,176);
    content: '';
    left: 0;
    bottom: 0;
}.reach_out_info42035 .msg_team58964 {
    margin-top: 20px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    border-radius: 27px;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    grid-column: 1 / -1;
}.reach_out_info42035 .msg_team58964::before {
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 98%, rgb(199,207,176,0.5) 98%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 98%, rgb(159,182,114,0.5) 98%) 0 0 / 20px 20px;
    height: 100%;
    opacity: 0.3;
    left: 0;
}.reach_out_info42035 .msg_team58964 h4 {
    padding-left: 15px;
    color: rgb(199,207,176);
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 24px;
    display: flex;
}.reach_out_info42035 .msg_team58964 h4::before {
    content: '';
    top: 0;
    width: 4px;
    background: rgb(199,207,176);
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 10px;
}.reach_out_info42035 .msg_team58964 h4 svg {
    fill: rgb(199,207,176);
    height: 22px;
    margin-right: 10px;
    width: 22px;
}.reach_out_info42035 .msg_team58964 h4 svg path {
    stroke-width: 0.5;
    stroke: #ffffff;
}.reach_out_info42035 .msg_team58964 span {
    color: #000000;
    background: rgb(234,235,229);
    margin-bottom: 8px;
    padding: 12px 15px;
    font-size: 13px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    align-items: center;
    z-index: 1;
    position: relative;
    display: flex;
}.reach_out_info42035 .msg_team58964 span svg {
    fill: rgb(159,182,114);
    transition: all 0.3s ease;
    height: 16px;
    margin-right: 8px;
    width: 16px;
}.reach_out_info42035 .msg_team58964 span svg path {
    stroke: #ffffff;
    stroke-width: 0.3;
}
@media (max-width: 991px) {.reach_out_info42035 {
    padding: 70px 0;
}.reach_out_info42035 .contact_team85206 {
    padding: 40px;
}.reach_out_info42035 h3 {
    font-size: calc(30px - 0.2rem);
}.reach_out_info42035 .edu_guide15239 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.reach_out_info42035 .msg_team58964 {
    padding: 25px;
}.reach_out_info42035 .edu_guide15239 span svg {
    height: 18px;
    margin-right: 8px;
    width: 18px;
}
}
@media (max-width: 767px) {.reach_out_info42035 {
    padding: 50px 0;
}.reach_out_info42035 .contact_team85206 {
    padding: 30px;
}.reach_out_info42035 h3 {
    font-size: calc(30px - 0.3rem);
}.reach_out_info42035 .message_request18570 {
    padding: 12px;
    margin-bottom: 30px;
}.reach_out_info42035 .edu_guide15239 {
    gap: 15px;
    grid-template-columns: 1fr;
}.reach_out_info42035 .edu_guide15239 span {
    padding: 15px;
}.reach_out_info42035 .msg_team58964 span {
    padding: 10px 12px;
}.reach_out_info42035 .edu_guide15239 span svg {
    margin-right: 6px;
    height: 16px;
    width: 16px;
}
}
@media (max-width: 480px) {.reach_out_info42035 {
    border-radius: 10px;
    padding: 40px 0;
}.reach_out_info42035 .container {
    padding: 0 15px;
}.reach_out_info42035 .contact_team85206 {
    padding: 25px 20px;
}.reach_out_info42035 h3 {
    font-size: calc(30px - 0.4rem);
    margin-bottom: 20px;
}.reach_out_info42035 .message_request18570 {
    padding: 10px;
    margin-bottom: 25px;
    font-size: 13px;
}.reach_out_info42035 .edu_guide15239 span {
    padding: 12px;
}.reach_out_info42035 .msg_team58964 {
    padding: 20px 15px;
    margin-top: 15px;
}.reach_out_info42035 .msg_team58964 h4 {
    margin-bottom: 15px;
}.reach_out_info42035 .msg_team58964 span {
    padding: 8px 10px;
    margin-bottom: 6px;
}.reach_out_info42035 .edu_guide15239 span svg {
    width: 14px;
    margin-right: 5px;
    height: 14px;
}.reach_out_info42035 .msg_team58964 h4 svg {
    height: 18px;
    margin-right: 8px;
    width: 18px;
}.reach_out_info42035 .msg_team58964 span svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}}.course_instructor12789 {
    padding: 70px 30px;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(234,235,229) 0%, #ffffff 100%);
    position: relative;
}.course_instructor12789::before {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    background: radial-gradient(circle at 30% 50%, rgb(199,207,176,0.5) 0%, transparent 40%);
    content: "";
    left: 0;
    opacity: 0.4;
    width: 100%;
}.course_instructor12789::after {
    content: "";
    right: 0;
    position: absolute;
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(159,182,114,0.5) 0%, transparent 40%);
    width: 100%;
    opacity: 0.3;
    top: 0;
    height: 100%;
}.course_instructor12789 .success_reviews75140 {
    perspective: 1500px;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    display: grid;
}.course_instructor12789 .img_border27384 {
    border-radius: 12px 12px 0 0;
    transform-origin: bottom;
    transform: rotateX(10deg);
    height: 300px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    width: 100%;
    z-index: 2;
}.course_instructor12789 .img_border27384::before {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
}.course_instructor12789 .success_reviews75140:hover .img_border27384 {
    transform: rotateX(0deg) translateZ(30px);
}.course_instructor12789 .career_projects79148 {
    border-radius: 0 0 12px 12px;
    background: #ffffff;
    transform: rotateX(-5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    padding: 40px;
    z-index: 1;
    transform-origin: top;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.course_instructor12789 .success_reviews75140:hover .career_projects79148 {
    transform: rotateX(0deg) translateZ(20px);
}.course_instructor12789 .name {
    display: inline-block;
    position: relative;
    transition: transform 0.4s ease;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(199,207,176);
    transform: translateZ(0);
    font-size: 33px;
}.course_instructor12789 .name::after {
    left: 0;
    width: 0;
    position: absolute;
    height: 3px;
    transition: width 0.4s ease 0.1s;
    bottom: -5px;
    background: linear-gradient(to right, rgb(159,182,114), transparent);
    content: "";
}.course_instructor12789 .success_reviews75140:hover .name::after {
    width: 100%;
}.course_instructor12789 .success_reviews75140:hover .name {
    transform: translateZ(10px);
}.course_instructor12789 .career_projects79148 > div:nth-child(2) {
    opacity: 0.7;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    transform: translateZ(0);
    letter-spacing: 1px;
    font-size: 17px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
}.course_instructor12789 .success_reviews75140:hover .career_projects79148 > div:nth-child(2) {
    color: rgb(159,182,114);
    transform: translateZ(15px);
}.course_instructor12789 .career_story09657 {
    line-height: 1.7;
    padding: 20px 0 0 0;
    border-top: 1px solid rgb(234,235,229);
    font-size: 14px;
    position: relative;
    color: #000000;
    transition: transform 0.4s ease 0.2s;
    transform: translateZ(0);
}.course_instructor12789 .success_reviews75140:hover .career_story09657 {
    transform: translateZ(5px);
}.course_instructor12789 .career_story09657::before {
    opacity: 0.5;
    color: rgb(159,182,114,0.5);
    line-height: 0;
    font-size: 60px;
    content: "";
    position: absolute;
    top: 10px;
    left: -5px;
}

@media (min-width: 768px) {.course_instructor12789 .success_reviews75140 {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.course_instructor12789 .img_border27384 {
    height: 100%;
    transform-origin: right;
    transform: rotateY(-10deg);
    border-radius: 12px 0 0 12px;
}.course_instructor12789 .success_reviews75140:hover .img_border27384 {
    transform: rotateY(0deg) translateZ(30px);
}.course_instructor12789 .career_projects79148 {
    transform-origin: left;
    transform: rotateY(5deg);
    border-radius: 0 12px 12px 0;
}.course_instructor12789 .success_reviews75140:hover .career_projects79148 {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.course_instructor12789 {
    padding: 50px 20px;
}.course_instructor12789 .img_border27384 {
    height: 250px;
}.course_instructor12789 .career_projects79148 {
    padding: 30px 25px;
}.course_instructor12789 .name {
    font-size: calc(33px - 4px);
}.course_instructor12789 .career_projects79148 > div:nth-child(2) {
    font-size: calc(17px - 1px);
}.course_instructor12789 .career_story09657 {
    font-size: calc(14px - 1px);
}}.company_info21986 {
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.company_info21986::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.85) 25%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
}.company_info21986::after {
    width: 60%;
    background: rgb(199,207,176);
    content: "";
    height: 60%;
    opacity: 0.15;
    right: -10%;
    z-index: 0;
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -10%;
    filter: blur(40px);
    animation: floatBlob 20s infinite alternate ease-in-out;
}.company_info21986 .container {
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.company_info21986 .text_bubble80459 {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 840px;
    transform: translateX(0);
    position: relative;
}.company_info21986 h1 {
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    transform: translateY(0);
    font-size: 47px;
    color: #ffffff;
    font-weight: 700;
    transition: all 0.5s ease-out;
    opacity: 1;
}.company_info21986 h1::after {
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(199,207,176) 0%, rgb(159,182,114) 100%);
    height: 4px;
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    left: 0;
    width: 80px;
    position: absolute;
    bottom: -15px;
}.company_info21986 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.company_info21986 li {
    margin-bottom: 20px;
}.company_info21986 h4 {
    display: inline-block;
    letter-spacing: 0.5px;
    position: relative;
    color: rgb(159,182,114);
    transition: transform 0.4s ease;
    transform: translateX(0);
    font-size: calc(32px - 2px);
    margin: 0 0 15px 0;
    font-weight: 600;
}.company_info21986 h4::before {
    position: absolute;
    content: "";
    background: rgb(159,182,114);
    left: 0;
    height: 2px;
    transition: width 0.4s ease;
    width: 0;
    bottom: -5px;
}.company_info21986 h4:hover {
    transform: translateX(5px);
}.company_info21986 h4:hover::before {
    width: 100%;
}.company_info21986 span {
    transition: all 0.4s ease;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.3) 100%);
    border-left: 3px solid rgb(199,207,176);
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    transform: translateY(0);
    display: block;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    font-size: 17px;
    padding: 30px;
}.company_info21986 span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.company_info21986 span::first-letter {
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1;
    color: rgb(199,207,176);
    float: left;
    margin-right: 8px;
}

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

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

@media (max-width: 992px) {.company_info21986 {
    padding: 90px 0;
}.company_info21986 h1 {
    font-size: calc(47px - 6px);
    margin-bottom: 40px;
}.company_info21986 h4 {
    font-size: calc(32px - 4px);
}.company_info21986 span {
    padding: 25px;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 768px) {.company_info21986 {
    padding: 70px 0;
}.company_info21986 .container {
    padding: 0 20px;
}.company_info21986 h1 {
    margin-bottom: 35px;
    font-size: calc(47px - 10px);
}.company_info21986 h4 {
    font-size: calc(32px - 6px);
}.company_info21986 span {
    padding: 20px;
    line-height: 1.6;
}.company_info21986 span::first-letter {
    font-size: 2em;
}.company_info21986::after {
    width: 80%;
    height: 50%;
}
}

@media (max-width: 576px) {.company_info21986 {
    padding: 50px 0;
}.company_info21986 .container {
    padding: 0 15px;
}.company_info21986 h1 {
    margin-bottom: 30px;
    font-size: calc(47px - 14px);
}.company_info21986 h1::after {
    height: 3px;
    bottom: -10px;
}.company_info21986 h4 {
    margin-bottom: 10px;
    font-size: calc(32px - 8px);
}.company_info21986 span {
    line-height: 1.5;
    padding: 15px;
    font-size: calc(17px - 2px);
}.company_info21986 span::first-letter {
    margin-right: 5px;
    font-size: 1.8em;
}}.course_offering60723 {
    background: rgb(234,235,229);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}.course_offering60723::before {
    content: "";
    opacity: 0.15;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(199,207,176,0.5) 100%),
        linear-gradient(135deg, transparent 45%, rgb(159,182,114,0.5) 100%);
    height: 100%;
}.course_offering60723::after {
    position: absolute;
    width: 100%;
    z-index: 0;
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.05;
    left: 0;
}.course_offering60723 .learn_business14703 {
    align-items: center;
    flex-direction: column;
    display: flex;
}.course_offering60723 .text_bubble80459 {
    text-align: center;
    border-radius: 16px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    padding: 4rem 3rem;
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transform: translateZ(0);
    z-index: 3;
    position: relative;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
}.course_offering60723 .text_bubble80459:hover {
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
    transform: translateY(-8px);
}.course_offering60723 h2 {
    color: #000000;
    margin-bottom: 1.8rem;
    display: inline-block;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    font-size: calc(34px * 1.2);
    font-weight: 700;
    position: relative;
}.course_offering60723 h2::before {
    left: -15px;
    width: 45px;
    transition: all 0.5s ease;
    position: absolute;
    border-left: 3px solid rgb(199,207,176);
    border-top: 3px solid rgb(199,207,176);
    opacity: 0.7;
    height: 45px;
    content: "";
    top: -15px;
}.course_offering60723 h2::after {
    content: "";
    right: -15px;
    position: absolute;
    transition: all 0.5s ease;
    border-right: 3px solid rgb(159,182,114);
    opacity: 0.7;
    height: 45px;
    width: 45px;
    border-bottom: 3px solid rgb(159,182,114);
    bottom: -15px;
}.course_offering60723 .text_bubble80459:hover h2::before {
    top: -20px;
    width: 55px;
    left: -20px;
    height: 55px;
}.course_offering60723 .text_bubble80459:hover h2::after {
    height: 55px;
    right: -20px;
    width: 55px;
    bottom: -20px;
}.course_offering60723 .description {
    font-size: 12px;
    max-width: 85%;
    margin-right: auto;
    margin-bottom: 1.8rem;
    position: relative;
    color: #000000;
    margin-left: auto;
    line-height: 1.9;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}.course_offering60723 .description:last-of-type {
    max-width: 90%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    font-weight: 600;
    border-right: 3px solid rgb(159,182,114);
    padding: 1.2rem 1.8rem;
    transition: all 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    border-left: 3px solid rgb(199,207,176);
}.course_offering60723 .text_bubble80459:hover .description:last-of-type {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.course_offering60723 .img_border27384 {
    height: 120%;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    top: -10%;
    width: 120%;
    border-radius: 0;
    transform: none;
    position: absolute;
    z-index: 0;
    left: -10%;
    filter: brightness(0.95) contrast(1.05);
}.course_offering60723 .img_border27384::before {
    z-index: 1;
    width: 100%;
    opacity: 0.85;
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
}.course_offering60723 .img_border27384::after {
    position: absolute;
    content: "";
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(199,207,176,0.5) 70%, 
            rgb(159,182,114,0.5) 100%
        );
    opacity: 0.3;
    width: 150%;
    animation: rotateGradient 20s infinite linear;
    height: 150%;
    z-index: 2;
    left: -25%;
    top: -25%;
}@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_offering60723 .text_bubble80459::before {
    opacity: 0.15;
    animation: morph 15s linear infinite alternate;
    height: 70%;
    background: rgb(199,207,176,0.5);
    position: absolute;
    right: -5%;
    z-index: -1;
    width: 70%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    top: -5%;
}.course_offering60723 .text_bubble80459::after {
    left: -5%;
    position: absolute;
    opacity: 0.15;
    background: rgb(159,182,114,0.5);
    bottom: -5%;
    z-index: -1;
    animation: morph 15s linear infinite alternate-reverse;
    content: "";
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 70%;
    width: 70%;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 40% 30% 70%;
    }
    100% {
        border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
    }
}

@media (max-width: 1200px) {.course_offering60723 .text_bubble80459 {
    padding: 3.5rem 2.5rem;
    max-width: 800px;
}.course_offering60723 .img_border27384 {
    height: 130%;
    width: 130%;
}
}

@media (max-width: 992px) {.course_offering60723 {
    padding: 5rem 0;
}.course_offering60723 .text_bubble80459 {
    padding: 3rem 2rem;
    max-width: 700px;
}.course_offering60723 h2 {
    font-size: 34px;
}.course_offering60723 .description {
    line-height: 1.8;
    max-width: 90%;
}.course_offering60723 .img_border27384 {
    height: 140%;
    width: 140%;
    left: -20%;
    top: -20%;
}
}

@media (max-width: 768px) {.course_offering60723 {
    padding: 4rem 0;
}.course_offering60723 .text_bubble80459 {
    padding: 2.5rem 1.5rem;
    max-width: 90%;
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
}.course_offering60723 h2 {
    font-size: calc(34px * 0.95);
}.course_offering60723 h2::before,
    .course_offering60723 h2::after {
    height: 35px;
    top: -10px;
    width: 35px;
    left: -10px;
}.course_offering60723 h2::after {
    right: -10px;
    bottom: -10px;
}.course_offering60723 .text_bubble80459:hover h2::before,
    .course_offering60723 .text_bubble80459:hover h2::after {
    height: 40px;
    width: 40px;
}.course_offering60723 .description {
    line-height: 1.7;
    max-width: 95%;
    font-size: calc(12px * 0.95);
}.course_offering60723 .description:last-of-type {
    padding: 1rem 1.5rem;
    max-width: 95%;
}.course_offering60723 .img_border27384 {
    height: 150%;
    width: 150%;
}
}

@media (max-width: 576px) {.course_offering60723 {
    padding: 3rem 0;
}.course_offering60723 .text_bubble80459 {
    padding: 2rem 1.2rem;
    max-width: 95%;
    clip-path: polygon(
            0% 2%, 
            2% 0%, 
            98% 0%, 
            100% 2%, 
            100% 98%, 
            98% 100%, 
            2% 100%, 
            0% 98%
        );
}.course_offering60723 h2 {
    margin-bottom: 1.2rem;
    font-size: calc(34px * 0.85);
}.course_offering60723 h2::before,
    .course_offering60723 h2::after {
    height: 25px;
    left: -8px;
    border-width: 2px;
    width: 25px;
    top: -8px;
}.course_offering60723 h2::after {
    bottom: -8px;
    right: -8px;
    border-width: 2px;
}.course_offering60723 .text_bubble80459:hover h2::before,
    .course_offering60723 .text_bubble80459:hover h2::after {
    width: 30px;
    height: 30px;
}.course_offering60723 .description {
    font-size: calc(12px * 0.9);
    margin-bottom: 1.2rem;
    max-width: 100%;
    line-height: 1.6;
}.course_offering60723 .description:last-of-type {
    border-width: 2px;
    padding: 0.8rem 1.2rem;
    max-width: 100%;
    transform: none;
}.course_offering60723 .text_bubble80459:hover {
    transform: translateY(-5px);
}.course_offering60723 .text_bubble80459:hover .description:last-of-type {
    transform: none;
}.course_offering60723 .img_border27384 {
    left: -30%;
    height: 160%;
    top: -30%;
    width: 160%;
}.course_offering60723 .text_bubble80459::before,
    .course_offering60723 .text_bubble80459::after {
    width: 80%;
    height: 80%;
}}.tyPanel50843 {
    overflow: hidden;
    perspective: 1000px;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(234,235,229) 0%, rgb(159,182,114,0.5) 100%);
    position: relative;
}.tyPanel50843::before {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    opacity: 0.07;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(159,182,114,0.5) 0px,
        rgb(159,182,114,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    transform: translateZ(-10px);
    left: 0;
    width: 100%;
    z-index: 0;
}.tyPanel50843::after {
    position: absolute;
    bottom: -50px;
    opacity: 0.4;
    right: -50px;
    height: 200px;
    animation: floating 8s infinite ease-in-out;
    content: "";
    width: 200px;
    filter: blur(40px);
    background: radial-gradient(circle, rgb(199,207,176,0.5) 0%, transparent 70%);
}.tyPanel50843 .container {
    margin: 0 auto;
    max-width: 1140px;
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}.tyPanel50843 h2 {
    position: relative;
    transform: translateZ(20px);
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    margin-bottom: 40px;
    animation: slideIn 0.8s ease-out forwards;
    line-height: 1.3;
    letter-spacing: -0.01em;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
}.tyPanel50843 h2::after {
    height: 4px;
    bottom: -12px;
    position: absolute;
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    left: 0;
    width: 120px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(199,207,176) 0%, rgb(159,182,114) 100%);
    transform: scaleX(0);
    content: "";
}.tyPanel50843 .knowledge_study56417 {
    position: relative;
    transform: translateZ(10px) rotateX(2deg);
    animation: fadeIn 1s 0.3s both;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform 0.5s ease;
    background: #ffffff;
    border-left: 5px solid rgb(199,207,176);
    padding: 40px;
}.tyPanel50843 .knowledge_study56417:hover {
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
    transform: translateZ(15px) rotateX(0deg);
}.tyPanel50843 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.tyPanel50843 li {
    padding-left: 30px;
    position: relative;
}.tyPanel50843 li::before {
    top: 8px;
    animation: pulse 3s infinite;
    background-color: rgb(159,182,114);
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 0;
    box-shadow: 0 0 0 4px rgb(159,182,114,0.5);
    height: 8px;
    width: 8px;
}.tyPanel50843 span {
    transition: all 0.3s;
    color: #000000;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    display: block;
}.tyPanel50843 .knowledge_study56417::after {
    content: "";
    right: 30px;
    z-index: -1;
    height: 60px;
    width: 60px;
    border-radius: 10px;
    top: -10px;
    animation: float 6s infinite ease-in-out;
    background: linear-gradient(135deg, rgb(199,207,176) 0%, rgb(159,182,114) 100%);
    opacity: 0.9;
    position: absolute;
    transform: rotate(15deg);
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateZ(20px) translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateZ(20px) translateX(0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(159,182,114,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(159,182,114), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(159,182,114), 0);
    }
}

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

@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@media (max-width: 991px) {.tyPanel50843 {
    padding: 80px 0 60px;
}.tyPanel50843 h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.tyPanel50843 .knowledge_study56417 {
    padding: 30px;
}.tyPanel50843 h2::after {
    width: 100px;
}
}

@media (max-width: 767px) {.tyPanel50843 {
    padding: 60px 0 40px;
}.tyPanel50843 h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.8);
}.tyPanel50843 .knowledge_study56417 {
    padding: 25px 20px;
    transform: translateZ(5px) rotateX(1deg);
}.tyPanel50843 .knowledge_study56417:hover {
    transform: translateZ(8px) rotateX(0deg);
}.tyPanel50843 li {
    padding-left: 25px;
}.tyPanel50843 span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.tyPanel50843 .knowledge_study56417::after {
    top: -5px;
    height: 40px;
    right: 20px;
    width: 40px;
}
}

@media (max-width: 575px) {.tyPanel50843 {
    padding: 50px 0 30px;
}.tyPanel50843 h2 {
    font-size: calc(28px * 0.7);
    line-height: 1.4;
    margin-bottom: 20px;
}.tyPanel50843 h2::after {
    height: 3px;
    width: 80px;
}.tyPanel50843 .knowledge_study56417 {
    transform: none;
    padding: 20px 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}.tyPanel50843 .knowledge_study56417:hover {
    transform: translateY(-3px);
}.tyPanel50843 li {
    padding-left: 20px;
}.tyPanel50843 li::before {
    height: 6px;
    top: 7px;
    width: 6px;
}.tyPanel50843 span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.tyPanel50843 .knowledge_study56417::after {
    display: none;
}}.price_box23418 {
    padding: 6rem 0;
    background-color: rgb(234,235,229);
    overflow: hidden;
    position: relative;
}.price_box23418::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(135deg, rgb(199,207,176,0.5) 0%, transparent 70%);
}.price_box23418::after {
    bottom: -5rem;
    height: 20rem;
    pointer-events: none;
    right: -5rem;
    background: linear-gradient(225deg, rgb(159,182,114) 0%, transparent 80%);
    opacity: 0.15;
    position: absolute;
    width: 20rem;
    z-index: 1;
    content: "";
    transform: rotate(-15deg);
}.price_box23418 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1400px;
    padding: 0 2rem;
}.price_box23418 .pricing_rates65124 {
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
    display: grid;
}.price_box23418 .pricing_deals84679 {
    padding: 2rem;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(199,207,176);
    transform: translateZ(0);
    position: relative;
}.price_box23418 .pricing_deals84679::before {
    content: "";
    top: 20px;
    background-color: rgb(199,207,176);
    width: 40px;
    position: absolute;
    transform: rotate(45deg);
    height: 40px;
    left: -20px;
    z-index: -1;
}.price_box23418 .pricing_deals84679 h2 {
    font-size: 35px;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    font-weight: 700;
    transform: perspective(800px) translateZ(30px);
}.price_box23418 .pricing_deals84679 h2::after {
    background: linear-gradient(90deg, rgb(199,207,176), rgb(159,182,114));
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    content: "";
    width: 80px;
}.price_box23418 .pricing_deals84679 .promo_plans84903 {
    max-width: 80%;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}.price_box23418 .annual_fee86937 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
}.price_box23418 .value_rates52670 {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    position: relative;
}.price_box23418 .value_rates52670:hover {
    transform: translateY(-10px);
}.price_box23418 .price_view23587 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    position: relative;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    flex-direction: column;
    background-color: #ffffff;
    display: flex;
    transform: translateZ(0);
    overflow: hidden;
}.price_box23418 .value_rates52670:hover .price_view23587 {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(199,207,176,0.5);
}.price_box23418 .value_rates52670:nth-child(odd) .price_view23587 {
    transform: rotate(-1deg);
}.price_box23418 .value_rates52670:nth-child(even) .price_view23587 {
    transform: rotate(1deg);
}.price_box23418 .value_rates52670:hover .price_view23587 {
    transform: rotate(0) translateZ(20px);
}.price_box23418 .plan_options92581 {
    position: relative;
    flex: 1;
    padding: 2rem;
    word-break: break-word;
    z-index: 2;
    display: flex;
    overflow-wrap: break-word;
    flex-direction: column;
}.price_box23418 .plan_options92581::before {
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    left: 0;
}.price_box23418 .plan_options92581 h3 {
    position: relative;
    transition: transform 0.3s ease;
    transform: translateZ(10px);
    font-weight: 600;
    font-size: calc(24px * 1.2);
    margin-bottom: 1rem;
    color: #000000;
}.price_box23418 .value_rates52670:hover .plan_options92581 h3 {
    transform: translateZ(25px);
}.price_box23418 .plan_options92581 h3::after {
    background: rgb(199,207,176);
    bottom: -8px;
    left: 0;
    transition: width 0.3s ease;
    height: 3px;
    width: 40px;
    position: absolute;
    content: "";
}.price_box23418 .value_rates52670:hover .plan_options92581 h3::after {
    width: 60px;
}.price_box23418 .cert_fees41705 {
    transform: translateZ(15px);
    display: block;
    font-size: calc(24px * 1.8);
    font-weight: 700;
    position: relative;
    color: rgb(199,207,176);
    margin: 0.5rem 0 1.5rem;
}.price_box23418 .cert_fees41705::before {
    height: 2px;
    background: linear-gradient(90deg, rgb(199,207,176,0.5), transparent);
    width: 80px;
    left: 0;
    bottom: -8px;
    position: absolute;
    content: "";
}.price_box23418 .plan_options92581 p {
    font-size: 14px;
    flex: 1;
    overflow-wrap: break-word;
    margin-top: 1rem;
    line-height: 1.6;
    word-break: break-word;
    color: #000000;
}.price_box23418 .img_border27384 {
    transform: translateZ(0);
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
    height: 200px;
    width: 100%;
}.price_box23418 .value_rates52670:hover .img_border27384 {
    transform: scale(1.05) translateZ(0);
}.price_box23418 .img_border27384::after {
    position: absolute;
    content: "";
    z-index: 1;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    width: 100%;
    left: 0;
    bottom: 0;
}.price_box23418 .img_border27384::before {
    content: "";
    z-index: 1;
    opacity: 0.15;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    background: rgb(199,207,176);
    left: 0;
    top: 0;
}.price_box23418 .value_rates52670:hover .img_border27384::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.price_box23418 .pricing_rates65124 {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.price_box23418 .pricing_deals84679 {
    padding: 3rem;
}.price_box23418 .annual_fee86937 {
    grid-column: 1;
    grid-row: 1;
}.price_box23418 .pricing_deals84679 {
    grid-row: 1;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    position: sticky;
    top: 2rem;
    grid-column: 2;
    align-self: start;
}.price_box23418 .pricing_deals84679:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.price_box23418 .annual_fee86937 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.price_box23418 .plan_options92581 {
    min-height: 300px;
}
}

@media (max-width: 991px) {.price_box23418 {
    padding: 4rem 0;
}.price_box23418 .pricing_deals84679 {
    order: -1;
}.price_box23418 .pricing_deals84679 h2 {
    font-size: calc(35px * 0.9);
}.price_box23418 .pricing_deals84679 .promo_plans84903 {
    max-width: 100%;
}
}

@media (max-width: 767px) {.price_box23418 {
    padding: 3rem 0;
}.price_box23418 .container {
    padding: 0 1.5rem;
}.price_box23418 .annual_fee86937 {
    grid-template-columns: 1fr;
}.price_box23418 .pricing_deals84679 h2 {
    font-size: calc(35px * 0.8);
}.price_box23418 .plan_options92581 {
    padding: 1.5rem;
}.price_box23418 .cert_fees41705 {
    font-size: calc(24px * 1.5);
}.price_box23418 .img_border27384 {
    height: 180px;
}
}

@media (max-width: 480px) {.price_box23418 .plan_options92581 p {
    font-size: calc(14px * 0.9);
}.price_box23418 .plan_options92581 h3 {
    font-size: 24px;
}.price_box23418 .cert_fees41705 {
    font-size: calc(24px * 1.3);
}.price_box23418 .img_border27384 {
    height: 160px;
}}.contact_information53489 {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background: linear-gradient(160deg, rgb(234,235,229) 0%, rgb(199,207,176,0.5) 100%);
}.contact_information53489::before {
    position: absolute;
    opacity: 0.03;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(199,207,176,0.5),
        rgb(199,207,176,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
}.contact_information53489 .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.contact_information53489 h2 {
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 47px;
    text-align: center;
    color: #000000;
}.contact_information53489 .help_form04826 {
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    display: flex;
    background: #ffffff;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 22px;
}.contact_information53489 .img_border27384 {
    height: 200px;
    width: 100%;
    position: relative;
}.contact_information53489 .support_reach05648 {
    position: relative;
    width: 100%;
    padding: 50px;
}.contact_information53489 form {
    width: 100%;
}.contact_information53489 form h3 {
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 24px;
    display: inline-block;
}.contact_information53489 form h3::after {
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 1.5px;
    background: rgb(199,207,176);
    height: 3px;
    bottom: -10px;
    content: "";
}.contact_information53489 form input[type="text"] {
    color: #000000;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    background: rgb(234,235,229);
}.contact_information53489 form input[type="text"]:focus {
    outline: none;
    border-color: rgb(199,207,176);
}.contact_information53489 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_information53489 .message_inquiry38704 {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.contact_information53489 .message_inquiry38704 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_information53489 .message_inquiry38704 label {
    font-size: 14px;
    cursor: pointer;
    position: relative;
    color: #000000;
    line-height: 1.6;
    padding-left: 35px;
}.contact_information53489 .message_inquiry38704 label::before {
    content: "";
    height: 22px;
    top: 2px;
    width: 22px;
    transition: all 0.3s ease;
    background: rgb(234,235,229);
    left: 0;
    position: absolute;
    border-radius: 10px;
}.contact_information53489 .message_inquiry38704 input[type="checkbox"]:checked + label::before {
    background: rgb(199,207,176);
}.contact_information53489 .message_inquiry38704 input[type="checkbox"]:checked + label::after {
    left: 8px;
    position: absolute;
    border-right: 2px solid #ffffff;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    height: 12px;
    transform: rotate(45deg);
    content: "";
    top: 5px;
}.contact_information53489 .message_inquiry38704 label a {
    color: rgb(199,207,176);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_information53489 .message_inquiry38704 label a:hover {
    text-decoration: underline;
}.contact_information53489 form .feedback_help12987 {
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    padding: 16px 20px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    border: none;
    background: rgb(199,207,176);
}.contact_information53489 form .feedback_help12987:hover {
    background: rgb(159,182,114);
}.contact_information53489 svg {
    width: 20px;
    height: 20px;
    fill: rgb(199,207,176);
}.contact_information53489 svg path {
    fill: rgb(199,207,176);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.contact_information53489 .help_form04826 {
    max-width: 1000px;
    flex-direction: row;
}.contact_information53489 .img_border27384 {
    min-height: 400px;
    width: 40%;
    height: auto;
}.contact_information53489 .support_reach05648 {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_information53489 .img_border27384 {
    width: 50%;
}.contact_information53489 .support_reach05648 {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.contact_information53489 .help_form04826 {
    max-width: 1100px;
}.contact_information53489 .img_border27384 {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_information53489 {
    padding: 60px 0;
}.contact_information53489 h2 {
    font-size: calc(47px * 0.7);
    margin-bottom: 30px;
}.contact_information53489 .support_reach05648 {
    padding: 30px 20px;
}.contact_information53489 form h3 {
    font-size: calc(24px * 0.9);
}
}