* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.wrapper-structure_62 {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    auto
contain
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}header,footer {
    width: 100%;
}.container {
    width: 1121px;
    margin: auto;
    max-width: 100%;
}::-webkit-scrollbar {
    scroll-behavior: smooth;
    width: 20px;
}::-webkit-scrollbar-track {
    background: rgb(238,234,239);
    border-radius: 19.2rem;
    box-shadow: inset -1px 4px 1px -1px rgba(0, 0, 0, 0.8);
}::-webkit-scrollbar-thumb {
    transition: border-radius 3.5s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 9999px;
    background: rgb(174,161,179);
}::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(68deg, #ffffff 33%, rgb(174,161,179) 44%, rgb(174,161,179,0.5) 98%, rgb(209,198,212,0.5) 70%);
    box-shadow: -3px 0px 9px 3px rgba(0, 0, 0, 0.2);
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(238,234,239) rgb(255, 255, 255, 0.5);
}svg {
    height: 30px;
    width: 30px;
}.collab_net_04 {
    flex: 0 0 auto;
}.top_skill_71 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.sign_up_76 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(209,198,212) 0%, rgb(174,161,179) 100%);
}.sign_up_76::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg, rgb(209,198,212,0.5), transparent 10px);
    z-index: 1;
    left: 0;
    opacity: 0.1;
    top: 0;
    content: "";
}.sign_up_76::after {
    position: absolute;
    filter: blur(30px);
    border-radius: 50%;
    background: rgb(174,161,179);
    right: -50px;
    z-index: 1;
    width: 300px;
    content: "";
    opacity: 0.15;
    transform: scale(1.5);
    bottom: -50px;
    height: 300px;
}.sign_up_76 .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.sign_up_76 .success_metric_15 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 60px 50px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    position: relative;
    flex-direction: column;
    align-items: center;
}.sign_up_76 .success_metric_15:hover {
    transform: perspective(1000px) rotateX(0deg);
}.sign_up_76 .success_metric_15::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.05;
    width: 100%;
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5) 0%, transparent 100%);
}.sign_up_76 h4 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 1;
    line-height: 1.4;
    color: #ffffff;
    font-size: calc(18px * 1.2);
    max-width: 800px;
    font-weight: 600;
    margin-bottom: 30px;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform: translateY(0);
    letter-spacing: 0.5px;
}.sign_up_76 .input_holder {
    width: 100%;
    position: relative;
    margin-top: 10px;
    max-width: 680px;
    transform: translateY(0);
    transition: transform 0.6s 0.1s ease, opacity 0.6s 0.1s ease;
    opacity: 1;
    display: flex;
}.sign_up_76 .input_holder span {
    flex: 1;
    margin: 0 8px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    transform: translateY(0);
    display: block;
}.sign_up_76 .input_holder span:first-child {
    flex: 2;
}.sign_up_76 .input_holder span:hover {
    transform: translateY(-2px);
}.sign_up_76 .input_holder input[type="email"] {
    outline: none;
    font-size: 16px;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #000000;
    border: none;
    padding: 0 20px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.9);
    height: 60px;
    width: 100%;
    border-radius: 27px;
}.sign_up_76 .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(var(--primary-color-rgb, 100, 100, 255), 0.2);
}.sign_up_76 .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(var(--dark-color-rgb, 50, 50, 50), 0.5);
}.sign_up_76 .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.7;
}.sign_up_76 .join_news_71 {
    letter-spacing: 0.5px;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 15px;
    height: 60px;
    position: relative;
    color: #ffffff;
    width: 100%;
    border-radius: 27px;
    background: rgb(209,198,212);
    cursor: pointer;
}.sign_up_76 .join_news_71:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    background: rgb(174,161,179);
}.sign_up_76 .join_news_71:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}.sign_up_76 .join_news_71::before {
    height: 100%;
    top: 0;
    transition: all 0.6s ease;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: -100%;
    content: "";
}.sign_up_76 .join_news_71:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.sign_up_76 {
    padding: 100px 0;
}.sign_up_76 .success_metric_15 {
    padding: 50px 40px;
}.sign_up_76 h4 {
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 768px) {.sign_up_76 {
    padding: 80px 0;
}.sign_up_76 .success_metric_15 {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.sign_up_76 h4 {
    margin-bottom: 25px;
    font-size: 18px;
}.sign_up_76 .input_holder {
    flex-direction: column;
}.sign_up_76 .input_holder span {
    margin: 6px 0;
}.sign_up_76 .input_holder span:first-child {
    margin-top: 0;
}.sign_up_76 .input_holder input[type="email"],
    .sign_up_76 .join_news_71 {
    height: 55px;
}
}

@media (max-width: 576px) {.sign_up_76 {
    padding: 60px 0;
}.sign_up_76 .success_metric_15 {
    transform: none;
    padding: 30px 20px;
}.sign_up_76 h4 {
    font-size: calc(20px * 1.1);
    margin-bottom: 20px;
}.sign_up_76 .input_holder input[type="email"],
    .sign_up_76 .join_news_71 {
    font-size: calc(16px * 0.95);
    height: 50px;
}
}

@media (prefers-reduced-motion: reduce) {.sign_up_76 .success_metric_15,
    .sign_up_76 .input_holder span,
    .sign_up_76 .input_holder input,
    .sign_up_76 .join_news_71,
    .sign_up_76 .join_news_71::before {
    transform: none;
    transition: none;
}.sign_up_76 .success_metric_15:hover,
    .sign_up_76 .input_holder span:hover,
    .sign_up_76 .input_holder input:focus,
    .sign_up_76 .join_news_71:hover {
    transform: none;
}}.our_mission_79 {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.our_mission_79::before {
    background: linear-gradient(135deg, rgba(30, 45, 60, 0.92), rgba(20, 30, 45, 0.86));
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
}.our_mission_79::after {
    top: 0;
    left: 0;
    opacity: 0.5;
    background: 
        radial-gradient(circle at 15% 25%, rgb(209,198,212,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 75%, rgb(174,161,179,0.5) 0%, transparent 40%);
    width: 100%;
    pointer-events: none;
    z-index: 2;
    height: 100%;
    position: absolute;
    content: "";
}.our_mission_79 h4 {
    text-align: center;
    font-size: calc(22px * 1.2);
    z-index: 3;
    color: #ffffff;
    transform: translateY(0);
    margin-bottom: 40px;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
}.our_mission_79 h4::before {
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    position: absolute;
    height: 3px;
    content: "";
    box-shadow: 0 0 15px rgba(rgb(209,198,212), 0.2);
    bottom: -12px;
    border-radius: 1px;
    background: linear-gradient(90deg, rgb(209,198,212), rgb(174,161,179));
}.our_mission_79 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
}.our_mission_79 .text_widget_76 {
    border-radius: 4px;
    backdrop-filter: blur(12px);
    opacity: 1;
    padding: 40px;
    transform: translateY(0);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 10px 25px -5px rgba(0, 0, 0, 0.1),
        0 15px 10px -10px rgba(0, 0, 0, 0.04),
        inset 0 1px 1px rgba(255, 255, 255, 0.15),
        inset 0 -1px 1px rgba(0, 0, 0, 0.1);
}.our_mission_79 .text_widget_76::before {
    top: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 4px;
}.our_mission_79 .text_widget_76 h6 {
    color: rgb(209,198,212);
    position: relative;
    font-size: calc(20px * 1.4);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
}.our_mission_79 .text_widget_76 h6::after {
    transition: transform 0.4s ease;
    height: 2px;
    position: absolute;
    width: 40px;
    transform-origin: left;
    background: rgb(174,161,179);
    transform: scaleX(1);
    content: "";
    bottom: -8px;
    left: 0;
}.our_mission_79 .text_widget_76:hover h6::after {
    transform: scaleX(1.5);
}.our_mission_79 .text_widget_76 div {
    position: relative;
}.our_mission_79 .text_widget_76 span {
    letter-spacing: 0.3px;
    line-height: 1.8;
    display: block;
    font-weight: 400;
    margin-bottom: 15px;
    column-count: 1;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    column-gap: 30px;
}

@media (min-width: 768px) {.our_mission_79 {
    padding: 140px 0 120px;
}.our_mission_79 h4 {
    font-size: calc(22px * 1.4);
    margin-bottom: 60px;
}.our_mission_79 h4::before {
    width: 80px;
}.our_mission_79 .text_widget_76 {
    border-radius: 4px;
    padding: 60px;
}.our_mission_79 .text_widget_76 span {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_mission_79 {
    padding: 160px 0 140px;
}.our_mission_79 .container {
    padding: 0 50px;
}.our_mission_79 h4 {
    font-size: calc(22px * 1.5);
}.our_mission_79 .text_widget_76 {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 70px;
}.our_mission_79 .text_widget_76:hover {
    transform: translateY(-5px);
}.our_mission_79 .text_widget_76 h6 {
    font-size: calc(20px * 1.6);
    margin-bottom: 30px;
}.our_mission_79 .text_widget_76 span {
    line-height: 1.9;
    column-gap: 50px;
    column-count: 2;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 1200px) {.our_mission_79 {
    padding: 180px 0 160px;
}.our_mission_79 .container {
    max-width: 1400px;
}.our_mission_79 .text_widget_76 {
    padding: 80px;
}.our_mission_79 .text_widget_76 span {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.our_mission_79 {
    padding: 80px 0 60px;
}.our_mission_79 h4 {
    margin-bottom: 30px;
    font-size: 22px;
}.our_mission_79 .text_widget_76 {
    padding: 30px;
}.our_mission_79 .text_widget_76 h6 {
    margin-bottom: 20px;
    font-size: 20px;
}.our_mission_79 .text_widget_76 span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (hover: hover) {.our_mission_79 .text_widget_76 {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.our_mission_79 .text_widget_76:hover {
    box-shadow: 
            0 15px 35px -5px rgba(0, 0, 0, 0.15),
            0 20px 15px -15px rgba(0, 0, 0, 0.07),
            inset 0 1px 1px rgba(255, 255, 255, 0.2),
            inset 0 -1px 1px rgba(0, 0, 0, 0.15);
}}.welcome_page_40 {
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    min-height: 90vh;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(174,161,179,0.5) 100%);
}.welcome_page_40::before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-size: 60px 60px;
    opacity: 0.1;
    z-index: 1;
    background: 
    linear-gradient(45deg, transparent 49.5%, rgb(174,161,179,0.5) 49.5%, rgb(174,161,179,0.5) 50.5%, transparent 50.5%),
    linear-gradient(-45deg, transparent 49.5%, rgb(174,161,179,0.5) 49.5%, rgb(174,161,179,0.5) 50.5%, transparent 50.5%);
}.welcome_page_40 .learning_welcome_38 {
    z-index: 2;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    padding: 4rem 2rem;
    height: 100%;
}.welcome_page_40 .learning_welcome_38 > div {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 1200px;
    display: grid;
    gap: 3rem;
}.welcome_page_40 .learning_welcome_38 > div > div:first-child {
    transform: translateY(30px);
    position: relative;
    opacity: 0;
    animation: slideUp 0.8s ease-out forwards;
}.welcome_page_40 .learning_welcome_38 h3 {
    margin: 0;
    padding: 1.5rem;
    font-weight: 600;
    background: #ffffff;
    z-index: 3;
    border-left: 4px solid rgb(209,198,212);
    font-size: calc(20px * 1.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    color: #000000;
    position: relative;
    line-height: 1.5;
    transform: translateX(-10px);
}.welcome_page_40 .ethos_block_91 {
    transform: translateY(40px);
    border-radius: 30px;
    position: relative;
    height: 480px;
    overflow: hidden;
    animation: slideUp 0.8s ease-out 0.3s forwards;
    opacity: 0;
}.welcome_page_40 .ethos_block_91::before {
    top: 0;
    background: linear-gradient(to right, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    content: "";
    z-index: 2;
    height: 100%;
    left: 0;
    width: 100%;
}.welcome_page_40 .ethos_block_91 > div {
    display: flex;
    z-index: 3;
    flex-direction: column;
    height: 100%;
    padding: 3rem;
    position: relative;
    width: 100%;
    justify-content: center;
}.welcome_page_40 .ethos_block_91 p {
    margin-bottom: 1rem;
    color: #ffffff;
    animation: slideRight 0.8s ease-out 0.6s forwards;
    padding-left: 20px;
    transform: translateX(-20px);
    letter-spacing: 0.5px;
    opacity: 0;
    max-width: 620px;
    position: relative;
    font-weight: 300;
    font-size: calc(14px * 1.2);
    line-height: 1.6;
}.welcome_page_40 .ethos_block_91 p::before {
    content: "";
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 80%;
    left: 0;
    background: rgb(209,198,212);
    width: 4px;
}.welcome_page_40 .title_style_header {
    max-width: 680px;
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
    color: #ffffff;
    font-size: calc(48px * 1.2);
    letter-spacing: 1px;
    animation: slideUp 0.8s ease-out 0.9s forwards;
    margin: 1.5rem 0 0;
    line-height: 1.2;
    position: relative;
}.welcome_page_40 .title_style_header::after {
    height: 4px;
    transform-origin: left;
    width: 120px;
    content: "";
    transform: scaleX(0);
    display: block;
    margin-top: 1.5rem;
    animation: scaleRight 1s ease-out 1.2s forwards;
    background: rgb(209,198,212);
}

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

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

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

@media (min-width: 768px) {.welcome_page_40 .learning_welcome_38 > div {
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
    align-items: center;
}.welcome_page_40 .learning_welcome_38 h3 {
    padding: 2rem;
    font-size: calc(20px * 1.3);
}.welcome_page_40 .ethos_block_91 {
    height: 540px;
}.welcome_page_40 .ethos_block_91 > div {
    padding: 4rem;
}.welcome_page_40 .title_style_header {
    font-size: calc(48px * 1.4);
}.welcome_page_40 .ethos_block_91 p {
    font-size: calc(14px * 1.4);
    max-width: 540px;
}
}

@media (min-width: 992px) {.welcome_page_40 .learning_welcome_38 {
    padding: 5rem 3rem;
}.welcome_page_40 .learning_welcome_38 > div {
    gap: 3rem;
    grid-template-columns: 1fr 2.5fr;
}.welcome_page_40 .ethos_block_91 {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 25px 20px 45px rgba(0, 0, 0, 0.1);
}.welcome_page_40 .ethos_block_91:hover {
    transform: perspective(1000px) rotateY(0deg);
}.welcome_page_40 .learning_welcome_38 h3 {
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s ease-out;
}.welcome_page_40 .learning_welcome_38 h3:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 767px) {.welcome_page_40 {
    min-height: auto;
}.welcome_page_40 .learning_welcome_38 {
    padding: 3rem 1.5rem;
}.welcome_page_40 .ethos_block_91 {
    height: 400px;
}.welcome_page_40 .ethos_block_91 > div {
    padding: 2rem;
}.welcome_page_40 .title_style_header {
    font-size: 28px;
}.welcome_page_40 .ethos_block_91 p {
    font-size: 14px;
}}.customer_reviews_62 {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(238,234,239) 40%, rgb(174,161,179,0.5) 100%);
}.customer_reviews_62::before {
    content: '';
    width: 40%;
    filter: blur(15px);
    top: -10%;
    height: 70%;
    transform: rotate(-15deg) translateZ(-50px);
    z-index: 0;
    right: -5%;
    background: linear-gradient(225deg, rgb(209,198,212,0.5) 0%, transparent 70%);
    position: absolute;
}.customer_reviews_62::after {
    bottom: -5%;
    background: linear-gradient(45deg, rgb(174,161,179,0.5) 0%, transparent 80%);
    transform: rotate(10deg) translateZ(-30px);
    position: absolute;
    filter: blur(10px);
    z-index: 0;
    height: 60%;
    content: '';
    left: -2%;
    width: 30%;
}.customer_reviews_62 h2 {
    color: #000000;
    margin-bottom: 3.5rem;
    text-align: left;
    line-height: 1.2;
    font-size: calc(30px * 1.1);
    font-weight: 700;
    position: relative;
    transform-origin: left center;
    letter-spacing: -0.5px;
    transform: perspective(1000px) rotateX(2deg);
}.customer_reviews_62 h2::after {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.5s ease-out;
    position: absolute;
    content: '';
    height: 3px;
    background: linear-gradient(90deg, rgb(209,198,212) 0%, rgb(174,161,179) 100%);
    bottom: -12px;
    width: 80px;
    left: 0;
}.customer_reviews_62 h2:hover::after {
    transform: scaleX(1.5);
}.customer_reviews_62 .container.success_metric_15 {
    position: relative;
    z-index: 2;
}.customer_reviews_62 .review_feedback_52 {
    position: relative;
    gap: 2.5rem;
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer_reviews_62 .user_voices_98 {
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: #ffffff;
    transform: translateZ(0) rotateX(0) translateY(0);
    padding: 2rem;
    backface-visibility: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.03);
    position: relative;
}.customer_reviews_62 .user_voices_98::before {
    content: '"';
    font-family: serif;
    top: -15px;
    opacity: 0.2;
    color: rgb(209,198,212,0.5);
    line-height: 1;
    position: absolute;
    z-index: 0;
    font-size: 120px;
    right: 20px;
}.customer_reviews_62 .user_voices_98:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(15px) translateY(-8px);
}.customer_reviews_62 .user_voices_98 h3 {
    z-index: 2;
    color: rgb(209,198,212);
    transition: transform 0.3s ease;
    font-size: calc(23px * 1.05);
    position: relative;
    margin-bottom: 0.8rem;
    letter-spacing: 0.5px;
    font-weight: 600;
    transform: translateX(0);
}.customer_reviews_62 .user_voices_98:hover h3 {
    transform: translateX(5px);
}.customer_reviews_62 .user_voices_98 h3::after {
    background: rgb(209,198,212);
    left: -10px;
    height: 0;
    content: '';
    top: 50%;
    width: 5px;
    transform: translateY(-50%);
    z-index: -1;
    transition: height 0.3s ease;
    position: absolute;
}.customer_reviews_62 .user_voices_98:hover h3::after {
    height: 80%;
}.customer_reviews_62 .user_voices_98 .description {
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    font-size: 14px;
    color: #000000;
    margin-bottom: 1.5rem;
    z-index: 2;
}.customer_reviews_62 .user_voices_98 div {
    height: 60px;
    margin-top: 1rem;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
    width: 60px;
    position: relative;
    border-radius: 50%;
}.customer_reviews_62 .user_voices_98:hover div {
    transform: scale(1.05);
}.customer_reviews_62 .user_voices_98 img {
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
    width: 100%;
}.customer_reviews_62 .user_voices_98:hover img {
    transform: scale(1.1);
}.customer_reviews_62 .user_voices_98:nth-child(odd) {
    transform: translateZ(0) rotateX(0) translateY(0);
}.customer_reviews_62 .user_voices_98:nth-child(odd):hover {
    transform: translateZ(10px) rotateX(1deg) translateY(-8px);
}.customer_reviews_62 .user_voices_98:nth-child(even) {
    transform: translateZ(0) rotateX(0) translateY(0);
}.customer_reviews_62 .user_voices_98:nth-child(even):hover {
    transform: translateZ(10px) rotateX(-1deg) translateY(-8px);
}.customer_reviews_62 .user_voices_98:nth-child(3n+1)::after {
    transition: opacity 0.3s ease;
    width: 30%;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(209,198,212,0.5) 100%);
    z-index: 1;
    content: '';
    position: absolute;
    opacity: 0.05;
    height: 40%;
}.customer_reviews_62 .user_voices_98:nth-child(3n+1):hover::after {
    opacity: 0.1;
}.customer_reviews_62 .user_voices_98:nth-child(3n+2)::after {
    opacity: 0.05;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(225deg, transparent 50%, rgb(174,161,179,0.5) 100%);
    z-index: 1;
    left: 0;
    transition: opacity 0.3s ease;
    width: 40%;
    height: 30%;
}.customer_reviews_62 .user_voices_98:nth-child(3n+2):hover::after {
    opacity: 0.1;
}

@media (max-width: 991px) {.customer_reviews_62 {
    padding: 5rem 0;
}.customer_reviews_62 h2 {
    text-align: center;
    transform: none;
    font-size: 30px;
}.customer_reviews_62 h2::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.customer_reviews_62 h2:hover::after {
    transform: translateX(-50%) scaleX(1.3);
}.customer_reviews_62 .review_feedback_52 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.customer_reviews_62 {
    padding: 4rem 0;
}.customer_reviews_62 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.9);
}.customer_reviews_62 .review_feedback_52 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.customer_reviews_62 .user_voices_98 {
    padding: 1.5rem;
}.customer_reviews_62 .user_voices_98::before {
    top: -10px;
    right: 15px;
    font-size: 100px;
}
}

@media (max-width: 480px) {.customer_reviews_62 {
    padding: 3rem 0;
}.customer_reviews_62 h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.customer_reviews_62 .user_voices_98 {
    padding: 1.25rem;
}.customer_reviews_62 .user_voices_98::before {
    font-size: 80px;
}.customer_reviews_62 .user_voices_98 div {
    width: 50px;
    height: 50px;
}}.developer_experience_60 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(238,234,239);
}.developer_experience_60::before {
    width: 100%;
    animation: gradientSlide 30s linear infinite;
    height: 100%;
    content: "";
    background-size: 150px 100%;
    opacity: 0.3;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(209,198,212,0.5) 10%, 
        transparent 11%);
    left: 0;
    position: absolute;
    top: 0;
}.developer_experience_60 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 800px;
}.developer_experience_60 .user_voices_98 {
    padding: 60px 40px 40px;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: #ffffff;
    border-radius: 2px;
    display: flex;
}.developer_experience_60 .user_voices_98:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.developer_experience_60 .square_image_60 {
    transition: all 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: absolute;
    border-radius: 2px;
    width: 120px;
    left: 40px;
    transform: rotate(0deg);
    height: 120px;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(209,198,212);
    top: -60px;
}.developer_experience_60 .user_voices_98:hover .square_image_60 {
    transform: rotate(-5deg);
}.developer_experience_60 .name {
    color: #000000;
    font-size: calc(24px * 1.2);
    transform: translateX(0);
    transition: transform 0.5s ease;
    font-weight: 700;
    margin-top: 40px;
    letter-spacing: -0.5px;
    margin-left: 0;
}.developer_experience_60 .user_voices_98:hover .name {
    transform: translateX(10px);
}.developer_experience_60 .user_voices_98 span:not(.name) {
    font-weight: 300;
    color: #000000;
    margin-top: 5px;
    transform: translateX(0);
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    transition: transform 0.5s ease;
}.developer_experience_60 .user_voices_98:hover span:not(.name) {
    color: rgb(209,198,212);
    transform: translateX(10px);
}.developer_experience_60 .work_expertise_48 {
    transition: padding 0.5s ease;
    position: relative;
    line-height: 1.8;
    margin-top: 40px;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    padding-left: 0;
}.developer_experience_60 .work_expertise_48::before {
    position: absolute;
    content: "";
    top: 15px;
    transform: scaleX(0);
    left: -40px;
    width: 30px;
    transition: transform 0.5s ease;
    height: 2px;
    background: rgb(209,198,212);
    transform-origin: right;
}.developer_experience_60 .user_voices_98:hover .work_expertise_48 {
    padding-left: 20px;
}.developer_experience_60 .user_voices_98:hover .work_expertise_48::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.developer_experience_60 {
    padding: 80px 0;
}.developer_experience_60 .user_voices_98 {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.developer_experience_60 .square_image_60 {
    height: 100px;
    left: 25px;
    width: 100px;
}.developer_experience_60 .name {
    font-size: 24px;
}.developer_experience_60 .work_expertise_48 {
    font-size: calc(16px * 0.95);
}.developer_experience_60 .work_expertise_48::before {
    left: -25px;
    width: 20px;
}}.cookie_modal_message_08 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: fixed;
    bottom: 0;
    z-index: 1050;
    padding: 20px;
    width: 100%;
    background: rgb(238,234,239);
    border-top: 3px solid rgb(209,198,212);
}.data_notice_78 {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    flex-wrap: nowrap;
    align-items: center;
}.cookie_tab_27 {
    margin-right: 20px;
    flex-shrink: 0;
}#cookieTermsNotice_38 {
    display: none;
}#cookieTermsNotice_38:checked ~ .cookie_modal_message_08 {
    visibility: hidden;
    opacity: 0;
}.cookie_tab_27 svg {
    height: 60px;
    fill: rgb(209,198,212);
    width: 60px;
    transition: fill 0.3s ease-in-out;
}.cookie_visitor_36 {
    margin-right: 20px;
    flex-grow: 1;
}.cookie_visitor_36 h5 {
    color: rgb(209,198,212);
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}.cookie_visitor_36 p {
    margin-bottom: 0;
    font-size: 15px;
    color: #000000;
}.cookies_overview_56 {
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    margin-left: 10px;
}.cookies_overview_56 {
    color: #ffffff;
    border: 1px solid rgb(209,198,212);
    background-color: rgb(209,198,212);
}.cookies_overview_56:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_modal_message_08 p a {
    text-decoration: underline;
    color: rgb(209,198,212);
}.cookie_modal_message_08 p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie_visitor_36 h5 {
    font-size: calc(24px - 2px);
}.cookie_visitor_36 p {
    font-size: calc(15px - 2px);
}.cookies_overview_56 {
    font-size: calc(15px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.data_notice_78 {
    align-items: center;
    flex-direction: column;
}.cookie_tab_27 {
    margin-bottom: 15px;
}.cookie_visitor_36 {
    margin-bottom: 20px;
    text-align: center;
}.cookies_overview_56 {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}
.training_results_10 {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(245, 245, 248, 0.9) 100%);
}.training_results_10::before {
    filter: blur(70px);
    right: -10%;
    content: "";
    position: absolute;
    opacity: 0.4;
    animation: pulse 8s infinite alternate ease-in-out;
    top: -5%;
    transform: rotate(-15deg);
    background: linear-gradient(to right, rgb(209,198,212,0.5), rgb(174,161,179,0.5));
    z-index: 0;
    width: 25rem;
    height: 25rem;
}.training_results_10::after {
    animation: pulse 10s infinite alternate-reverse ease-in-out;
    filter: blur(60px);
    transform: rotate(10deg);
    width: 20rem;
    position: absolute;
    left: -5%;
    bottom: -10%;
    background: linear-gradient(to left, rgb(174,161,179,0.5), rgb(209,198,212,0.5));
    opacity: 0.3;
    content: "";
    z-index: 0;
    height: 20rem;
}.training_results_10 h5 {
    text-align: center;
    transition: transform 0.6s ease-out, opacity 0.8s ease;
    transform: translateY(0);
    margin-bottom: 3.5rem;
    position: relative;
    max-width: 800px;
    z-index: 2;
    margin-left: auto;
    font-size: 21px;
    margin-right: auto;
    font-weight: 700;
    color: #000000;
    opacity: 1;
}.training_results_10 h5::after {
    width: 6rem;
    background: linear-gradient(90deg, rgb(209,198,212) 0%, rgb(174,161,179) 100%);
    transform: translateX(-50%);
    content: "";
    border-radius: 1px;
    left: 50%;
    position: absolute;
    bottom: -0.8rem;
    height: 0.25rem;
}.training_results_10 .container {
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.training_results_10 .success_metric_15 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    transform: translateY(0);
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    gap: 3rem;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 50px rgba(rgb(209,198,212,0.5), 0.1);
}.training_results_10 .success_metric_15:hover {
    transform: translateY(-5px);
}.training_results_10 .success_metric_15 > div:first-child {
    overflow: hidden;
    position: relative;
    height: 300px;
}.training_results_10 .square_image_60 {
    width: 100%;
    transform-origin: center center;
    transition: transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    height: 100%;
    object-fit: cover;
}.training_results_10 .success_metric_15:hover .square_image_60 {
    transform: scale(1.05);
}.training_results_10 .text_widget_76 {
    position: relative;
    padding: 2rem;
}.training_results_10 .text_widget_76::before {
    height: 1px;
    left: 2rem;
    position: absolute;
    right: 2rem;
    background: linear-gradient(to right, 
        rgba(rgba(0, 0, 0, 0.5), 0.05), 
        rgba(rgb(209,198,212,0.5), 0.2), 
        rgba(rgba(0, 0, 0, 0.5), 0.05));
    content: "";
    top: 0;
}.training_results_10 ul {
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: 1fr;
    margin: 0;
    gap: 1.5rem;
}.training_results_10 li {
    position: relative;
    padding-left: 3rem;
    transition: transform 0.3s ease;
}.training_results_10 li:hover {
    transform: translateX(5px);
}.training_results_10 li p {
    margin: 0;
    line-height: 1.6;
    font-size: calc(17px - 0.05rem);
    display: flex;
    color: #000000;
    align-items: flex-start;
    position: relative;
}.training_results_10 li p svg {
    height: 22px;
    position: absolute;
    left: -2.8rem;
    top: 0.1rem;
    width: 22px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.training_results_10 li:hover p svg {
    transform: scale(1.15) rotate(5deg);
}.training_results_10 li p svg path {
    transition: fill 0.3s ease;
    fill: rgb(209,198,212);
}.training_results_10 li:hover p svg path {
    fill: rgb(174,161,179);
}.training_results_10 li:nth-child(odd) {
    transform: translateX(0);
}.training_results_10 li:nth-child(even) {
    transform: translateX(0);
}.training_results_10 li:nth-child(odd):hover {
    transform: translateX(5px);
}.training_results_10 li:nth-child(even):hover {
    transform: translateX(5px);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1) rotate(-15deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05) rotate(-10deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(1) rotate(-15deg);
    }
}

@media (min-width: 768px) {.training_results_10 {
    padding: 9rem 0;
}.training_results_10 h5 {
    font-size: calc(21px + 0.2rem);
    margin-bottom: 4rem;
}.training_results_10 .success_metric_15 {
    gap: 0;
    align-items: stretch;
    border-radius: 100px;
    flex-direction: row;
}.training_results_10 .success_metric_15 > div:first-child {
    height: auto;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    flex: 0 0 45%;
}.training_results_10 .text_widget_76 {
    display: flex;
    padding: 3rem;
    flex: 1;
    align-items: center;
}.training_results_10 .text_widget_76::before {
    width: 1px;
    background: linear-gradient(to bottom, 
            rgba(rgba(0, 0, 0, 0.5), 0.05), 
            rgba(rgb(209,198,212,0.5), 0.2), 
            rgba(rgba(0, 0, 0, 0.5), 0.05));
    height: auto;
    left: 0;
    bottom: 3rem;
    right: auto;
    top: 3rem;
}.training_results_10 ul {
    grid-template-columns: repeat(2, 1fr);
}.training_results_10 li p {
    font-size: 17px;
}
}

@media (min-width: 992px) {.training_results_10 .success_metric_15 > div:first-child {
    flex: 0 0 40%;
}.training_results_10 ul {
    grid-template-columns: repeat(3, 1fr);
}.training_results_10 li:nth-child(3n+1) {
    transform: translateY(-5px);
}.training_results_10 li:nth-child(3n+2) {
    transform: translateY(0);
}.training_results_10 li:nth-child(3n+3) {
    transform: translateY(5px);
}.training_results_10 li:nth-child(3n+1):hover {
    transform: translateY(-5px) translateX(5px);
}.training_results_10 li:nth-child(3n+2):hover {
    transform: translateY(0) translateX(5px);
}.training_results_10 li:nth-child(3n+3):hover {
    transform: translateY(5px) translateX(5px);
}
}

@media (max-width: 767px) {.training_results_10 {
    padding: 5rem 0;
}.training_results_10 h5 {
    padding: 0 1rem;
    font-size: calc(21px - 0.1rem);
    margin-bottom: 2.5rem;
}.training_results_10 .success_metric_15 > div:first-child {
    height: 200px;
}.training_results_10 .text_widget_76 {
    padding: 1.5rem;
}.training_results_10 li {
    padding-left: 2.5rem;
}.training_results_10 li p svg {
    height: 20px;
    left: -2.5rem;
    width: 20px;
}}.gratArea_94 {
    position: relative;
    perspective: 1000px;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(174,161,179,0.5) 100%);
}.gratArea_94::before {
    background: radial-gradient(circle at center, rgb(209,198,212,0.5) 0%, transparent 70%);
    width: 200%;
    opacity: 0.3;
    content: "";
    height: 200%;
    animation: rotate 60s linear infinite;
    top: -50%;
    pointer-events: none;
    left: -50%;
    position: absolute;
}.gratArea_94::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.15;
    width: 100%;
    background-size: 100px 100px;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(174,161,179,0.5) 1px, transparent 1px),
    radial-gradient(circle at 60% 70%, rgb(174,161,179,0.5) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgb(174,161,179,0.5) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgb(174,161,179,0.5) 1px, transparent 1px);
    pointer-events: none;
}.gratArea_94 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.gratArea_94 .success_metric_15 {
    animation: fadeInUp 0.8s ease-out forwards;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    grid-gap: 2.5rem;
    transform: translateZ(0);
    display: grid;
}.gratArea_94 .success_metric_15 > div:first-child {
    transform: translateY(0) rotateX(0deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(45deg, rgb(209,198,212,0.5) 0%, rgb(209,198,212) 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 2.5rem;
    position: relative;
}.gratArea_94 .success_metric_15 > div:first-child:hover {
    transform: translateY(-10px) rotateX(2deg);
}.gratArea_94 .success_metric_15 > div:first-child::before {
    opacity: 0.7;
    background: rgb(209,198,212,0.5);
    content: "";
    width: 90%;
    height: 10px;
    transform: translateX(-50%);
    position: absolute;
    filter: blur(10px);
    left: 50%;
    bottom: -10px;
}.gratArea_94 h5 {
    font-family: Arial, sans-serif;
    margin: 0;
    text-align: center;
    font-size: 21px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 1.4;
    color: #ffffff;
}.gratArea_94 .success_metric_15 > div:last-child {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: slideIn 0.8s 0.3s cubic-bezier(0.23, 1, 0.32, 1) both;
    background: #ffffff;
    padding: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border-left: 4px solid rgb(174,161,179);
    transform: translateY(0);
}.gratArea_94 .success_metric_15 > div:last-child:hover {
    transform: translateY(-5px);
}.gratArea_94 .success_metric_15 > div:last-child::before {
    opacity: 0.05;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(174,161,179,0.5) 100%);
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
}.gratArea_94 a {
    transition: transform 0.3s ease;
    text-decoration: none;
    display: block;
}.gratArea_94 a:hover {
    transform: scale(1.01);
}.gratArea_94 a:focus {
    outline-offset: 4px;
    outline: 2px dashed rgb(174,161,179);
}.gratArea_94 p {
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 1.7;
    margin: 0;
}

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

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

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {.gratArea_94 {
    padding: 7rem 0;
}.gratArea_94 .success_metric_15 {
    align-items: center;
    grid-gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.gratArea_94 .success_metric_15 > div:first-child {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transform: translateY(0) rotateY(-5deg);
}.gratArea_94 .success_metric_15 > div:first-child:hover {
    transform: translateY(-10px) rotateY(-8deg);
}.gratArea_94 h5 {
    font-size: calc(21px * 1.1);
    text-align: left;
}.gratArea_94 .success_metric_15 > div:last-child {
    padding: 3rem;
}
}

@media (min-width: 992px) {.gratArea_94 {
    padding: 9rem 0;
}.gratArea_94 .success_metric_15 {
    grid-gap: 4rem;
}.gratArea_94 .success_metric_15 > div:first-child {
    padding: 4rem;
}.gratArea_94 h5 {
    font-size: calc(21px * 1.2);
}.gratArea_94 .success_metric_15 > div:last-child {
    padding: 4rem;
}.gratArea_94 p {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.gratArea_94 {
    padding: 4rem 0;
}.gratArea_94 .success_metric_15 > div:first-child,
  .gratArea_94 .success_metric_15 > div:last-child {
    padding: 2rem;
}.gratArea_94 h5 {
    font-size: calc(21px * 0.9);
}.gratArea_94 p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.gratArea_94 {
    padding: 3rem 0;
}.gratArea_94 .container {
    padding: 0 1.5rem;
}.gratArea_94 .success_metric_15 > div:first-child,
  .gratArea_94 .success_metric_15 > div:last-child {
    padding: 1.5rem;
}.gratArea_94 h5 {
    font-size: calc(21px * 0.85);
}}header {
    top: 0;
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
    left: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgb(209,198,212,0.5);
    width: 100%;
    backdrop-filter: blur(20px);
    position: fixed;
}header:before {
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    pointer-events: none;
    animation: shimmer 8s infinite linear;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    width: 100%;
    height: 100%;
}header:after {
    bottom: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(174,161,179) 0%,
        rgb(209,198,212) 50%,
        rgb(174,161,179) 100%
    );
    position: absolute;
    left: 0;
    opacity: 0.8;
    content: '';
    filter: blur(1px);
    height: 3px;
}header .main_header_68 {
    overflow: hidden;
    position: relative;
}header .main_header_68:before {
    width: 100%;
    position: absolute;
    opacity: 0.15;
    mix-blend-mode: overlay;
    background: 
        radial-gradient(circle at 10% 20%, rgb(209,198,212,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(174,161,179,0.5) 0%, transparent 40%);
    left: 0;
    content: '';
    top: 0;
    height: 100%;
    pointer-events: none;
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 16px 25px;
    margin: 0 auto;
}header .container:before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    height: 1px;
    opacity: 0.5;
    content: '';
    bottom: -1px;
    position: absolute;
    left: 0;
    width: 100%;
}header .nav_pagewrap_83 {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}header .header_tutor_84 {
    position: relative;
    gap: 35px;
    display: flex;
    align-items: center;
}header .header_tutor_84:before {
    left: 0;
    content: '';
    opacity: 0;
    top: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    transform: translateY(-50%) scaleX(0.8);
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
    height: 35px;
}header .header_tutor_84:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .nav_sitewrap_70 {
    font-family: Arial, sans-serif;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    font-weight: 400;
    padding: 5px 0;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}header .nav_sitewrap_70:before {
    transform: scaleX(0);
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    bottom: 0;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    content: '';
    height: 1px;
    transform-origin: right;
    position: absolute;
}header .nav_sitewrap_70:after {
    content: '';
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(209,198,212,0.5),
        transparent
    );
    position: absolute;
    width: 100%;
    transform: scaleY(0);
    z-index: -1;
}header .nav_sitewrap_70:hover {
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}header .nav_sitewrap_70:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}header .nav_sitewrap_70:hover:after {
    transform: scaleY(1);
    opacity: 0.15;
}header .head_mentor_72 {
    padding: 5px;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    text-decoration: none;
    align-items: center;
}header .head_mentor_72:before {
    opacity: 0;
    background: radial-gradient(
        circle,
        rgb(209,198,212,0.5) 0%,
        transparent 70%
    );
    content: '';
    transition: opacity 0.5s ease;
    left: -10px;
    height: calc(100% + 20px);
    z-index: -1;
    position: absolute;
    top: -10px;
    width: calc(100% + 20px);
}header .head_mentor_72:after {
    width: 100%;
    opacity: 0;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    top: 0;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(209,198,212),
        transparent
    ) 1;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
}header .head_mentor_72:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .head_mentor_72:hover:after {
    opacity: 0.7;
}header .head_mentor_72 svg {
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    filter: drop-shadow(0 0 3px rgb(209,198,212,0.5));
}header .head_mentor_72:hover svg {
    filter: drop-shadow(0 0 5px rgb(209,198,212));
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .header_tutor_84 {
    gap: 20px;
}header .head_mentor_72 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .header_tutor_84 {
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    max-width: 320px;
    background: linear-gradient(
            135deg,
            rgb(209,198,212) 0%,
            rgb(209,198,212,0.5) 100%
        );
    z-index: 1001;
    height: 100vh;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    right: -100%;
    flex-direction: column;
    position: fixed;
    padding: 80px 30px 30px;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    top: 0;
    gap: 20px;
    width: 80%;
    background: rgb(209,198,212);
}header .header_tutor_84:before {
    display: none;
}header .menu.active {
    right: 0;
}header .nav_sitewrap_70 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
    width: 100%;
}header .nav_sitewrap_70:last-child {
    border-bottom: none;
}header .head_mentor_72 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head_mentor_72 svg {
    height: 35px;
}}.locate_85 {
    padding: 80px 20px;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, #ffffff 60%, rgb(238,234,239) 100%);
    overflow: hidden;
    color: #000000;
    position: relative;
    perspective: 1000px;
}.locate_85::before {
    width: 100%;
    z-index: -1;
    transform-origin: top left;
    content: "";
    transform: skewY(-3deg);
    background: linear-gradient(45deg, rgba(rgb(209,198,212,0.5), 0.05) 0%, rgba(rgb(174,161,179,0.5), 0.03) 100%);
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}.locate_85::after {
    opacity: 0.3;
    background: linear-gradient(90deg, rgb(209,198,212) 0%, transparent 20%, rgb(174,161,179) 40%, transparent 60%, rgb(209,198,212) 80%, transparent 100%);
    bottom: -5px;
    height: 10px;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
}.locate_85 h1 {
    font-size: 45px;
    font-weight: 700;
    transform: perspective(800px) translateZ(0);
    margin-bottom: 40px;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.locate_85 h1::after {
    background: linear-gradient(90deg, transparent, rgb(209,198,212), transparent);
    height: 3px;
    bottom: -10px;
    content: "";
    transform: translateX(-50%);
    width: 120px;
    position: absolute;
    left: 50%;
}.locate_85 h1:hover {
    transform: perspective(800px) translateZ(20px);
}.locate_85 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.locate_85 .connect_today_63 {
    transform-style: preserve-3d;
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}.locate_85 .connect_today_63 > div {
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateX(0deg);
    padding: 30px;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}.locate_85 .connect_today_63 > div::before {
    transform: translateY(-100%);
    top: 0;
    position: absolute;
    z-index: 2;
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(209,198,212), rgb(174,161,179));
    transition: transform 0.3s ease;
    left: 0;
}.locate_85 .connect_today_63 > div:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.locate_85 .connect_today_63 > div:hover::before {
    transform: translateY(0);
}.locate_85 h6 {
    align-items: center;
    color: #000000;
    display: flex;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 22px;
}.locate_85 h6 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}.locate_85 span {
    color: #000000;
    margin-left: 30px;
    font-size: 12px;
    display: block;
    line-height: 1.6;
}.locate_85 .instant_help_51 {
    flex-direction: column;
    gap: 20px;
    display: flex;
}.locate_85 .instant_help_51 > div {
    transition: transform 0.3s ease;
}.locate_85 .instant_help_51 > div:hover {
    transform: translateX(10px);
}.locate_85 .get_support_64 {
    position: relative;
    transition: color 0.3s ease;
    display: flex;
    font-weight: 400;
    align-items: center;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}.locate_85 .get_support_64::after {
    left: 0;
    bottom: -3px;
    height: 1px;
    background: rgb(209,198,212);
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    content: "";
}.locate_85 .get_support_64:hover {
    color: rgb(209,198,212);
}.locate_85 .get_support_64:hover::after {
    width: 70%;
}.locate_85 .get_support_64 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}.locate_85 .get_support_64:hover svg {
    transform: translateX(3px) scale(1.1);
}.locate_85 svg {
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
}.locate_85 svg path {
    transition: fill 0.3s ease;
}.locate_85 .get_support_64:hover svg path {
    fill: rgb(209,198,212);
}.locate_85 h6:hover svg {
    transform: scale(1.1) rotate(5deg);
}.locate_85 h6:hover svg path {
    fill: rgb(209,198,212);
}

@media (min-width: 768px) {.locate_85 {
    padding: 100px 40px;
}.locate_85 .connect_today_63 {
    grid-template-columns: repeat(2, 1fr);
}.locate_85 h1 {
    margin-bottom: 60px;
}
}

@media (min-width: 992px) {.locate_85 {
    padding: 120px 60px;
}.locate_85 .connect_today_63 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}.locate_85 .connect_today_63 > div {
    justify-content: center;
    flex-direction: column;
    height: 100%;
    display: flex;
}.locate_85 .connect_today_63 > div:first-child {
    transform: perspective(1000px) rotateY(-2deg);
}.locate_85 .connect_today_63 > div:last-child {
    transform: perspective(1000px) rotateY(2deg);
}.locate_85 .connect_today_63 > div:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0) translateY(-10px);
}
}

@media (hover: none) {.locate_85 .connect_today_63 > div,
    .locate_85 h1,
    .locate_85 .instant_help_51 > div {
    transform: none !important;
}.locate_85 .connect_today_63 > div:hover,
    .locate_85 h1:hover,
    .locate_85 .instant_help_51 > div:hover {
    transform: none !important;
}
}

@media (prefers-reduced-motion) {.locate_85 .connect_today_63 > div,
    .locate_85 h1,
    .locate_85 .get_support_64,
    .locate_85 svg,
    .locate_85 .instant_help_51 > div {
    transition: none !important;
}}.connect_form_14 {
    position: relative;
    background: linear-gradient(120deg, rgb(238,234,239), rgba(rgb(209,198,212), 0.03));
    padding: 100px 0;
    overflow: hidden;
}.connect_form_14::before {
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(209,198,212), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(174,161,179), 0.05) 0%, transparent 50%);
    z-index: 1;
    height: 100%;
}.connect_form_14::after {
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    content: "";
    left: 0;
    z-index: 1;
    background-image: 
        linear-gradient(90deg, rgba(rgb(209,198,212), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(209,198,212), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(174,161,179), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(209,198,212), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(174,161,179), 0.04) 0%, transparent 30%);
    width: 100%;
    top: 0;
    height: 100%;
    animation: backgroundShift 30s linear infinite;
    background-position: center center;
    position: absolute;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.connect_form_14 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
}.connect_form_14 h2 {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    perspective: 1000px;
    font-weight: 700;
    font-size: 33px;
    color: #000000;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 1px;
}.connect_form_14 h2::before {
    left: 0;
    height: 2px;
    bottom: -10px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(209,198,212), transparent);
    content: "";
}.connect_form_14 .help_section_50 {
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    background: #ffffff;
    display: flex;
    overflow: hidden;
    perspective: 1000px;
    margin-top: 60px;
}.connect_form_14 .help_section_50::before {
    z-index: 3;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(209,198,212), rgb(174,161,179));
}.connect_form_14 .square_image_60 {
    position: relative;
    transform: translateZ(0);
    min-height: 500px;
    flex: 0 0 45%;
    overflow: hidden;
}.connect_form_14 .square_image_60::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(210deg, rgba(rgb(209,198,212), 0.5), rgba(rgb(174,161,179), 0.5));
    content: "";
    mix-blend-mode: multiply;
    z-index: 1;
}.connect_form_14 .square_image_60::after {
    animation: shine 6s infinite ease-in-out;
    position: absolute;
    left: -100%;
    top: -100%;
    z-index: 2;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    width: 300%;
    content: "";
    height: 300%;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.connect_form_14 .connect_links_57 {
    padding: 60px 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(10px);
    flex: 0 0 55%;
    position: relative;
}.connect_form_14 .connect_links_57::before {
    z-index: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    right: 0;
    width: 500px;
    background: 
        radial-gradient(circle, rgba(rgb(209,198,212), 0.03) 0%, transparent 70%);
    height: 500px;
    opacity: 0.5;
    position: absolute;
}.connect_form_14 form {
    position: relative;
    z-index: 3;
}.connect_form_14 form h3 {
    margin-bottom: 35px;
    font-weight: 600;
    position: relative;
    font-size: 22px;
    color: #000000;
    letter-spacing: 0.5px;
}.connect_form_14 form h3::after {
    content: "";
    left: 0;
    background: rgb(209,198,212);
    width: 30px;
    bottom: -15px;
    height: 2px;
    position: absolute;
}.connect_form_14 form input[type="text"] {
    padding: 18px 25px;
    backdrop-filter: blur(5px);
    border-radius: 8px;
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid rgba(rgb(209,198,212), 0.1);
    background: rgba(rgb(238,234,239), 0.5);
    transition: all 0.3s ease;
    color: #000000;
    font-size: 18px;
}.connect_form_14 form input[type="text"]:focus {
    box-shadow: 0 0 0 4px rgba(rgb(209,198,212), 0.1);
    outline: none;
    border-color: rgb(209,198,212);
    background: rgba(#ffffff, 0.9);
}.connect_form_14 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.connect_form_14 form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.connect_form_14 .inquiry_support_83 {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}.connect_form_14 .inquiry_support_83 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_form_14 .inquiry_support_83 label {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}.connect_form_14 .inquiry_support_83 label::before {
    left: 0;
    background: rgba(#ffffff, 0.6);
    transition: all 0.3s ease;
    top: 0;
    height: 22px;
    width: 22px;
    border-radius: 4px;
    content: "";
    position: absolute;
    border: 1px solid rgba(rgb(209,198,212), 0.3);
}.connect_form_14 .inquiry_support_83 input[type="checkbox"]:checked + label::before {
    border-color: rgb(209,198,212);
    background: rgb(209,198,212);
}.connect_form_14 .inquiry_support_83 input[type="checkbox"]:checked + label::after {
    left: 8px;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 4px;
    height: 12px;
    border: solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    content: "";
}.connect_form_14 .inquiry_support_83 label a {
    position: relative;
    font-weight: 600;
    color: rgb(209,198,212);
    text-decoration: none;
    transition: all 0.3s ease;
}.connect_form_14 .inquiry_support_83 label a::after {
    height: 1px;
    transform: scaleX(0);
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: rgb(209,198,212);
    bottom: -2px;
    transform-origin: right;
    transition: transform 0.3s ease;
}.connect_form_14 .inquiry_support_83 label a:hover {
    color: rgb(174,161,179);
}.connect_form_14 .inquiry_support_83 label a:hover::after {
    transform-origin: left;
    background: rgb(174,161,179);
    transform: scaleX(1);
}.connect_form_14 .feedback_box_47 {
    background: rgb(209,198,212);
    font-weight: 600;
    border: none;
    z-index: 1;
    border-radius: 8px;
    font-size: 17px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    padding: 16px 40px;
    cursor: pointer;
    color: #ffffff;
    letter-spacing: 0.5px;
}.connect_form_14 .feedback_box_47::before {
    top: 0;
    background: linear-gradient(45deg, rgb(209,198,212), rgb(174,161,179));
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}.connect_form_14 .feedback_box_47:hover::before {
    opacity: 1;
}.connect_form_14 .feedback_box_47::after {
    height: 50px;
    z-index: -1;
    transition: all 0.5s ease;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    transform: scale(0);
    content: "";
    border-radius: 50%;
    top: -50%;
    left: -10px;
    width: 50px;
}.connect_form_14 .feedback_box_47:hover::after {
    opacity: 0;
    transform: scale(4);
}.connect_form_14 svg {
    fill: none;
    stroke-width: 2;
    filter: drop-shadow(0 2px 2px rgba(rgb(209,198,212), 0.3));
    transition: all 0.3s ease;
    stroke: rgb(209,198,212);
    width: 22px;
    height: 22px;
}.connect_form_14 svg path {
    transition: all 0.3s ease;
    stroke-width: 2;
    stroke: rgb(209,198,212);
}.connect_form_14 svg:hover,
.connect_form_14 svg:hover path {
    transform: translateY(-2px);
    stroke: rgb(174,161,179);
}.connect_form_14 form input {
    border: 1px solid rgb(209,198,212);
}

@media (max-width: 1024px) {.connect_form_14 {
    padding: 80px 0;
}.connect_form_14 .help_section_50 {
    margin-top: 50px;
}.connect_form_14 .square_image_60 {
    min-height: 450px;
}.connect_form_14 .connect_links_57 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.connect_form_14 {
    padding: 60px 0;
}.connect_form_14 .help_section_50 {
    margin-top: 40px;
    flex-direction: column;
}.connect_form_14 .square_image_60 {
    min-height: 300px;
    width: 100%;
}.connect_form_14 .connect_links_57 {
    padding: 40px 30px;
    width: 100%;
}.connect_form_14 form h3 {
    margin-bottom: 30px;
}.connect_form_14 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect_form_14 .inquiry_support_83 {
    margin-bottom: 25px;
}.connect_form_14 .feedback_box_47 {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.connect_form_14 {
    padding: 50px 0;
}.connect_form_14 h2 {
    font-size: calc(33px * 0.85);
}.connect_form_14 .help_section_50 {
    margin-top: 30px;
    border-radius: 12px;
}.connect_form_14 .square_image_60 {
    min-height: 220px;
}.connect_form_14 .connect_links_57 {
    padding: 30px 20px;
}.connect_form_14 form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.connect_form_14 form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect_form_14 .inquiry_support_83 {
    margin-bottom: 20px;
}.connect_form_14 .inquiry_support_83 label {
    font-size: calc(13px * 0.9);
}.connect_form_14 .feedback_box_47 {
    padding: 12px 20px;
}}header .top_plank {
    background: rgb(209,198,212);
    color:  #ffffff;
}header .top_plank .learning_edu_62 div svg, header .top_plank .learning_edu_62 div svg path {
    fill: #ffffff;
}header .top_plank .learning_edu_62 div span {
    color: #ffffff;
}header .top_plank .learning_edu_62 {
    align-items: center;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    line-height: 21px;
    font-size: 15px;
}header .top_plank .learning_edu_62 div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}header .top_plank .learning_edu_62 div img, header .top_plank .learning_edu_62 div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.price_option_01 {
    padding: 120px 0;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.price_option_01::before {
    background: linear-gradient(135deg, rgba(22, 28, 36, 0.9) 0%, rgba(22, 28, 36, 0.7) 50%, rgba(22, 28, 36, 0.85) 100%);
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    width: 100%;
}.price_option_01 .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.discount_deals_72 {
    position: relative;
}.price_option_01 h2 {
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    font-weight: 700;
    color: transparent;
    left: 50%;
    position: relative;
    font-size: 29px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(174,161,179) 0%, rgb(209,198,212) 100%);
}.price_option_01 h2::after {
    transform: translateX(-50%);
    bottom: -10px;
    background: linear-gradient(90deg, rgb(174,161,179), rgb(209,198,212));
    height: 3px;
    left: 50%;
    position: absolute;
    width: 80px;
    content: "";
}.price_option_01 .promo_plans_14 {
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto 50px;
    font-size: calc(14px + 2px);
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
}.price_option_01 .price_opts_76 {
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    perspective: 1000px;
    padding: 0;
    list-style: none;
    display: grid;
}.price_option_01 .price_opts_76 li {
    transform-style: preserve-3d;
    transition: transform 0.3s ease-out;
}.price_option_01 .price_opts_76 li:hover {
    transform: translateY(-10px) scale(1.02);
}.price_option_01 .fee_struct_84 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: relative;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    display: block;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}.price_option_01 .fee_struct_84::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(174,161,179,0.5), rgb(209,198,212,0.5));
}.price_option_01 .fee_struct_84:hover::before {
    opacity: 0.15;
}.price_option_01 .fee_struct_84::after {
    opacity: 0;
    left: -50%;
    width: 200%;
    position: absolute;
    pointer-events: none;
    content: "";
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    top: -50%;
    transform: scale(0.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
}.price_option_01 .fee_struct_84:hover::after {
    opacity: 1;
    transform: scale(1);
}.price_option_01 .learning_packages_76 {
    display: flex;
    min-height: 500px;
    padding: 40px 30px;
    box-sizing: border-box;
    position: relative;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
}.price_option_01 .pricing_rates_80 {
    z-index: 2;
    position: relative;
}.price_option_01 .pricing_rates_80 h4 {
    font-weight: 700;
    transform-origin: left center;
    transition: transform 0.3s ease;
    position: relative;
    display: inline-block;
    font-size: calc(20px + 2px);
    margin-bottom: 20px;
}.price_option_01 .fee_struct_84:hover .pricing_rates_80 h4 {
    color: rgb(174,161,179);
    transform: translateX(5px);
}.price_option_01 .pricing_rates_80 h4::after {
    position: absolute;
    width: 0;
    height: 2px;
    content: "";
    background: rgb(174,161,179);
    transition: width 0.3s ease;
    bottom: -8px;
    left: 0;
}.price_option_01 .fee_struct_84:hover .pricing_rates_80 h4::after {
    width: 50px;
}.price_option_01 .pricing_rates_80 p {
    hyphens: auto;
    max-height: 250px;
    color: rgba(255, 255, 255, 0.8);
    scrollbar-width: thin;
    overflow: auto;
    scrollbar-color: rgb(174,161,179) rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    overflow-wrap: break-word;
    font-size: 14px;
    word-wrap: break-word;
    line-height: 1.7;
}.price_option_01 .pricing_rates_80 p::-webkit-scrollbar {
    width: 4px;
}.price_option_01 .pricing_rates_80 p::-webkit-scrollbar-track {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
}.price_option_01 .pricing_rates_80 p::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(174,161,179);
}.price_option_01 .skill_pricing_46 {
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(174,161,179) 0%, rgb(209,198,212) 100%);
    display: inline-block;
    -webkit-background-clip: text !important;
    font-weight: 700;
    margin-top: 15px;
    transition: transform 0.3s ease;
    color: transparent;
    font-size: calc(20px + 6px);
    background-clip: text !important;
    color: #ffffff;
}.price_option_01 .fee_struct_84:hover .skill_pricing_46 {
    transform: scale(1.05);
}.price_option_01 .skill_pricing_46::before {
    background: linear-gradient(90deg, rgb(174,161,179), transparent);
    width: 100%;
    left: 0;
    height: 2px;
    bottom: -8px;
    content: "";
    position: absolute;
}

@media (max-width: 1200px) {.price_option_01 {
    padding: 100px 0;
}.price_option_01 .price_opts_76 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.price_option_01 .learning_packages_76 {
    padding: 30px 25px;
    min-height: 450px;
}.price_option_01 .skill_pricing_46 {
    font-size: calc(20px + 4px);
}
}

@media (max-width: 991px) {.price_option_01 {
    padding: 80px 0;
}.price_option_01 h2 {
    font-size: calc(29px - 4px);
}.price_option_01 .promo_plans_14 {
    font-size: 14px;
    margin-bottom: 40px;
}.price_option_01 .price_opts_76 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
}

@media (max-width: 767px) {.price_option_01 {
    padding: 60px 0;
}.price_option_01 h2 {
    font-size: calc(29px - 6px);
}.price_option_01 .price_opts_76 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.price_option_01 .learning_packages_76 {
    padding: 25px 20px;
    min-height: auto;
}.price_option_01 .pricing_rates_80 p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.price_option_01 {
    padding: 50px 0;
}.price_option_01 h2 {
    font-size: calc(29px - 8px);
}.price_option_01 .promo_plans_14 {
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.price_option_01 .pricing_rates_80 h4 {
    font-size: 20px;
}.price_option_01 .pricing_rates_80 p {
    font-size: calc(14px - 1px);
}.price_option_01 .skill_pricing_46 {
    font-size: calc(20px + 2px);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgb(174,161,179), rgb(209,198,212));
    content: "";
    right: 0;
    opacity: 0.9;
    z-index: -2;
    top: 0;
}footer::after {
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    content: "";
    bottom: 0;
    z-index: -1;
    right: 0;
}.collab_net_04 {
    padding: 5rem 0 2rem;
    position: relative;
    color: #ffffff;
}.collab_net_04::before {
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(209,198,212), rgb(174,161,179), rgb(209,198,212));
    position: absolute;
    height: 10px;
}.collab_net_04 .container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
}.collab_net_04 .company_holder {
    position: relative;
    padding: 0;
    grid-column: span 5;
}.collab_net_04 .company_holder h3 {
    position: relative;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 33px;
}.collab_net_04 .company_holder h3::after {
    left: 0;
    width: 80px;
    background: #ffffff;
    bottom: -2px;
    content: "";
    height: 2px;
    position: absolute;
}.collab_net_04 .a11y_tools_07 {
    font-size: 15px;
    color: #ffffff;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    position: relative;
    padding: 0 0 0 1.5rem;
    margin-top: 1.5rem;
    line-height: 1.7;
}.collab_net_04 .footer_account_28 {
    grid-column: span 7;
}.collab_net_04 .top_base_68 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.collab_net_04 .header_tutor_84 {
    position: relative;
}.collab_net_04 .header_tutor_84 h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding-bottom: 0.8rem;
    margin: 0 0 1.5rem;
}.collab_net_04 .header_tutor_84 h5::after {
    bottom: -2px;
    background: #ffffff;
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
}.collab_net_04 .header_tutor_84 .top_base_68 {
    display: grid;
    gap: 1rem;
}.collab_net_04 .header_tutor_84 .top_base_68 a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    align-items: center;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
}.collab_net_04 .header_tutor_84 .top_base_68 a::after {
    transition: all 0.3s ease;
    transform: translateX(-5px);
    opacity: 0;
    margin-left: 0.5rem;
    content: "\2192";
}.collab_net_04 .header_tutor_84 .top_base_68 a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.collab_net_04 .header_tutor_84 .top_base_68 a:hover::after {
    opacity: 1;
    transform: translateX(0);
}.hackathon_27 {
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2rem 0;
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.hackathon_27 .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.hackathon_27 .gdpr_block_14 {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    padding: 0 1rem;
    opacity: 0.9;
}.collab_net_04::after {
    content: "";
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 50px;
    width: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    top: 2rem;
    right: 2rem;
}.collab_net_04 .company_holder::before {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    content: "";
    top: 0;
    height: 50px;
    position: absolute;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
}.collab_net_04 .company_holder::after {
    width: 50px;
    bottom: 0;
    position: absolute;
    left: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
}.collab_net_04 .footer_account_28::after {
    bottom: 0;
    right: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    width: 50px;
    content: "";
    position: absolute;
}

@media (max-width: 1200px) {.collab_net_04 .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.collab_net_04 {
    padding: 4rem 0 2rem;
}.collab_net_04 .container {
    grid-template-columns: 1fr;
}.collab_net_04 .company_holder,
    .collab_net_04 .footer_account_28 {
    grid-column: span 12;
}.collab_net_04 .company_holder {
    margin-bottom: 2rem;
}.collab_net_04::after,
    .collab_net_04 .company_holder::before,
    .collab_net_04 .company_holder::after,
    .collab_net_04 .footer_account_28::after {
    display: none;
}
}

@media (max-width: 768px) {.collab_net_04 {
    padding: 3rem 0 1.5rem;
}.collab_net_04 .top_base_68 {
    gap: 1.5rem;
}.collab_net_04 .company_holder h3 {
    font-size: calc(33px - 2px);
}.hackathon_27 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.collab_net_04 {
    padding: 2.5rem 0 1rem;
}.collab_net_04 .top_base_68 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.collab_net_04 .a11y_tools_07 {
    padding-left: 1rem;
}.hackathon_27 {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.collab_net_04 .company_holder h3::after,
    .collab_net_04 .header_tutor_84 h5::after {
    width: 30px;
}.collab_net_04 .header_tutor_84 .top_base_68 a:hover {
    padding-left: 0.3rem;
}}.course_structure_61 {
    padding: 100px 0;
    background-color: rgb(238,234,239);
    overflow: hidden;
    position: relative;
}.course_structure_61::before {
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(209,198,212,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(174,161,179,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
}.course_structure_61::after {
    content: "";
    background-size: 120px 120px, 120px 120px;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(209,198,212,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(174,161,179,0.5) 0%, transparent 8%);
    top: 0;
    left: 0;
    position: absolute;
}.course_structure_61 .container {
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.course_structure_61 .education_map_83 {
    display: flex;
    flex-direction: column;
}.course_structure_61 .text_widget_76 {
    border-radius: 24px;
    border-top: 3px solid rgb(209,198,212);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgb(174,161,179);
    z-index: 4;
    backdrop-filter: blur(5px);
    padding: 50px;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 60px;
}.course_structure_61 .text_widget_76::before {
    opacity: 0.1;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(209,198,212,0.5) 49%, rgb(209,198,212,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(174,161,179,0.5) 49%, rgb(174,161,179,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
    width: 100%;
    z-index: -1;
}.course_structure_61 .text_widget_76 h2 {
    display: inline-block;
    margin-bottom: 30px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 25px;
    position: relative;
    padding-bottom: 15px;
    font-size: 29px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    font-weight: 700;
}.course_structure_61 .text_widget_76 h2::after {
    height: 3px;
    width: 80px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(209,198,212) 0%, rgb(174,161,179) 100%);
    border-radius: 10px;
    bottom: 0;
    left: 0;
}.course_structure_61 .text_widget_76 .description {
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3px);
    font-size: 12px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    border-radius: 10px;
    border-left: 2px solid rgb(209,198,212);
    margin-bottom: 25px;
    color: #000000;
    position: relative;
    font-weight: 600;
}.course_structure_61 .text_widget_76 .description:last-child {
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    border-left: 2px solid rgb(174,161,179);
    padding: 15px 20px;
}.course_structure_61 .square_image_60 {
    z-index: 2;
    position: absolute;
    transform: scale(1.05);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}.course_structure_61 .square_image_60::before {
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 2;
    top: 0;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    left: 0;
}.course_structure_61 .square_image_60::after {
    z-index: 3;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
}

@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 992px) {.course_structure_61 {
    padding: 80px 0;
}.course_structure_61 .text_widget_76 {
    padding: 40px;
    margin-bottom: 40px;
}.course_structure_61 .square_image_60 {
    height: 60%;
}
}

@media (max-width: 768px) {.course_structure_61 {
    padding: 60px 0;
}.course_structure_61 .text_widget_76 {
    margin-bottom: 30px;
    padding: 30px;
}.course_structure_61 .text_widget_76 h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.9);
}.course_structure_61 .square_image_60 {
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
    height: 50%;
}
}

@media (max-width: 576px) {.course_structure_61 {
    padding: 50px 0;
}.course_structure_61 .text_widget_76 {
    margin-bottom: 20px;
    padding: 25px 20px;
}.course_structure_61 .text_widget_76 h2 {
    padding-bottom: 10px;
    font-size: calc(29px * 0.8);
    margin-bottom: 15px;
}.course_structure_61 .text_widget_76 .description {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
    padding-left: 15px;
}.course_structure_61 .square_image_60 {
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
    height: 40%;
}}

.course_structure_61::before,
.course_structure_61::after,
.course_structure_61 .text_widget_76::before,
.course_structure_61 .container::before,
.course_structure_61 .container::after {
    pointer-events: none;
}.course_structure_61 .education_map_83::after {
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.3;
    width: 100%;
    pointer-events: none;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(209,198,212,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(174,161,179,0.5) 0%, transparent 1%);
    background-size: 30px 30px;
    top: 0;
}.privacy_defense_37 {
    padding: 50px;
    color: #000000;
    display: flex;
    gap: 30px;
    flex-direction: column;
    border: 1px solid rgb(209,198,212);
    margin-bottom: 20px;
    background-color: rgb(209,198,212);
    font-family: Arial, sans-serif;
}.privacy_defense_37 h1 {
    letter-spacing: 2px;
    border-bottom: 3px solid rgb(174,161,179);
    font-weight: 700;
    font-size: 44px;
    color: rgb(209,198,212);
    padding-bottom: 10px;
    margin-bottom: 20px;
}.privacy_defense_37 h2 {
    font-size: 35px;
    color: rgb(174,161,179);
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    padding-bottom: 5px;
    font-weight: 600;
    border-bottom: 2px solid rgb(209,198,212);
}.privacy_defense_37 h3, .privacy_defense_37 h4, .privacy_defense_37 h5, .privacy_defense_37 h6 {
    margin: 10px 0;
}.privacy_defense_37 ul,
.privacy_defense_37 ol {
    margin: 20px 0;
    list-style-position: inside;
    padding: 0 20px;
}.privacy_defense_37 ul {
    list-style-type: square;
}.privacy_defense_37 ol {
    list-style-type: decimal;
}.privacy_defense_37 li {
    border-bottom: 1px solid rgb(209,198,212,0.5);
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #000000;
    font-size: 14px;
}.privacy_defense_37 p {
    line-height: 1.8;
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
}.privacy_defense_37 > div {
    background-color: rgb(238,234,239);
    border-radius: 10px;
    border: 1px solid rgb(209,198,212,0.5);
    padding: 20px;
}.privacy_defense_37 span {
    color: rgb(174,161,179);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.privacy_defense_37 {
    padding: 30px;
    gap: 20px;
}.privacy_defense_37 h1 {
    font-size: calc(22px * 0.8);
}.privacy_defense_37 h2 {
    font-size: calc(22px * 0.8);
}.privacy_defense_37 ul,
    .privacy_defense_37 ol {
    padding-left: 15px;
}.privacy_defense_37 > div {
    padding: 15px;
}
}