﻿.viewport-container_5ryG4Ce {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}

svg {
    height: 30px;
    width: 30px;
}


.data_insights_wKqTOR2 {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(200,199,220) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
}

.data_insights_wKqTOR2 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}

.data_insights_wKqTOR2 ul {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    list-style: none;
    perspective: 1000px;
}

.data_insights_wKqTOR2 .statistics_value_oM8W4Lp:hover {
    transform: translateY(-5px) rotateX(0);
    background: linear-gradient(145deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.data_insights_wKqTOR2 .statistics_value_oM8W4Lp:hover span {
    transform: translateX(5px);
}

.data_insights_wKqTOR2 .statistics_value_oM8W4Lp p {
    font-size: calc(38px * 1.5);
    position: relative;
    margin: 0;
    color: rgb(160,156,201);
    display: inline-block;
    font-weight: 700;
}

.teaching_history_CLhP12k::before {
    content: "";
    left: 0;
    background-size: 20px 20px;
    position: absolute;
    height: 100%;
    opacity: 0.2;
    top: 0;
    width: 100%;
    animation: grid-shift 30s linear infinite;
    z-index: 1;
    background-image: linear-gradient(rgb(160,156,201,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(160,156,201,0.5) 1px, transparent 1px);
}

.teaching_history_CLhP12k .emp_container_FX4rhV9::before {
    left: 0;
    transition: width 0.3s ease;
    top: 0;
    background: linear-gradient(to bottom, rgb(160,156,201), rgb(108,93,182));
    height: 100%;
    position: absolute;
    width: 10px;
    content: "";
}

.teaching_history_CLhP12k .user_ratings_5pWyObD:hover .emp_container_FX4rhV9 > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}

.teaching_history_CLhP12k .exp_card_qxdJKm4::first-letter {
    font-size: 1.6em;
    font-weight: 700;
    color: rgb(160,156,201);
}

.get_in_touch_Of9rSWG .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}

.get_in_touch_Of9rSWG .contact_message_NfIj8uT {
    border-radius: 18px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    gap: 0;
    background: #ffffff;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.get_in_touch_Of9rSWG #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}

.get_in_touch_Of9rSWG input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.get_in_touch_Of9rSWG .inquiry_request_DPoO9C7 input[type="checkbox"] {
    appearance: none;
    margin-top: 2px;
    cursor: pointer;
    position: relative;
    width: 24px;
    border: 2px solid rgb(200,199,220);
    height: 24px;
    flex-shrink: 0;
    border-radius: 10px;
}

.get_in_touch_Of9rSWG .message_widget_Bgmde1n {
    font-size: 15px;
    font-weight: 600;
    background: rgb(160,156,201);
    margin-top: 10px;
    color: #ffffff;
    position: relative;
    padding: 15px 35px;
    letter-spacing: 1px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    align-self: flex-start;
    overflow: hidden;
}

.course_structure_KgjqoPE .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}

.course_structure_KgjqoPE h2::after {
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(160,156,201), rgb(108,93,182));
    height: 4px;
}

.course_structure_KgjqoPE .text_overlay_3pU8kTB {
    display: flex;
    gap: 2rem;
    position: relative;
    flex-direction: column;
    transform: perspective(1000px) translateZ(0);
}

.course_structure_KgjqoPE .description:last-of-type {
    padding-top: 1rem;
}

.course_structure_KgjqoPE .description:hover {
    opacity: 1;
}

.landing_page_Y8WpEqd .learn_team_eVKcoxL::before {
    background: linear-gradient(135deg, rgb(108,93,182,0.5), rgba(0, 0, 0, 0.5) 80%);
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    backdrop-filter: blur(3px);
}

.landing_page_Y8WpEqd .success_path_wLuB6sU:hover::before,
.landing_page_Y8WpEqd .success_path_wLuB6sU:hover::after {
    width: 60%;
}

.landing_page_Y8WpEqd .success_path_wLuB6sU > div:first-child {
    transform: translateY(-15px);
}

.landing_page_Y8WpEqd .success_path_wLuB6sU:hover > div:first-child {
    transform: translateY(-10px);
}

.landing_page_Y8WpEqd .success_path_wLuB6sU:hover .title_style_header::after {
    width: 120px;
}

.landing_page_Y8WpEqd p {
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: 17px;
    position: relative;
    padding-left: 15px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    font-weight: 400;
}

.plan_container_mX91Fdn::before {
    content: "";
    position: absolute;
    height: 120%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    width: 110%;
    z-index: 0;
    top: -10%;
    transform: rotate(-3deg);
    left: -5%;
}

.plan_container_mX91Fdn .cost_plan_fkVNgOL {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    width: 100%;
    display: grid;
    order: 2;
}

.plan_container_mX91Fdn .fee_board_5T0j9BH:hover::before {
    transform: scaleX(1);
}

.plan_container_mX91Fdn .monthly_rate_zM4jmlA {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.plan_container_mX91Fdn .rate_panel_Ys8mrNE::before {
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
}

.plan_container_mX91Fdn .fee_board_5T0j9BH:hover .program_rate_6wdEu3l::before {
    transform: scaleX(1);
}

.plan_container_mX91Fdn .rate_panel_Ys8mrNE p {
    color: #000000;
    max-width: 100%;
    line-height: 1.6;
    margin-bottom: 0;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 12px;
    flex-grow: 1;
}

.education_framework_xZoblQg::before {
    background-image: radial-gradient(rgb(160,156,201,0.5) 1px, transparent 1px);
    height: 100%;
    z-index: 1;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    background-size: 40px 40px;
    opacity: 0.1;
    width: 100%;
}

.education_framework_xZoblQg .text_overlay_3pU8kTB h2::after {
    z-index: 4;
    animation: float-small 8s infinite ease-in-out;
    bottom: -20px;
    content: '';
    background: rgb(160,156,201);
    right: 30px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.education_framework_xZoblQg::after {
    height: 200px;
    transform: rotate(45deg);
    width: 200px;
    left: 10%;
    border: 2px solid rgb(160,156,201,0.5);
    position: absolute;
    content: '';
    bottom: -100px;
    opacity: 0.2;
    animation: rotate-slow 30s linear infinite;
}

.education_framework_xZoblQg .text_overlay_3pU8kTB h2 span::after {
    width: 100%;
    content: '';
    background: rgb(160,156,201);
    position: absolute;
    left: 0;
    height: 4px;
    opacity: 0.3;
    bottom: 2px;
    z-index: -1;
}

.privacy_shelter_xmFP8tw .container {
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
}

.privacy_shelter_xmFP8tw h1::after {
    content: "";
    transform-origin: left center;
    width: 60px;
    left: 1.5rem;
    position: absolute;
    transform: scaleX(1);
    bottom: -10px;
    background: rgb(108,93,182);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3px;
}

.privacy_shelter_xmFP8tw h3::before {
    transform: scaleY(0.7);
    position: absolute;
    width: 3px;
    bottom: 0;
    background-color: rgb(108,93,182);
    top: 0;
    content: "";
    left: 0;
}

.privacy_shelter_xmFP8tw ul {
    list-style-type: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}

.privacy_shelter_xmFP8tw li::before {
    top: 0.7em;
    transition: transform 0.2s ease, background 0.2s ease;
    height: 8px;
    position: absolute;
    background: #ffffff;
    width: 8px;
    left: 0;
    border-radius: 50%;
    content: "";
    border: 2px solid rgb(160,156,201);
    transform: translateY(-50%);
}

.meet_us_SDsAylI h2 {
    font-weight: 700;
    color: #000000;
    font-size: 34px;
    position: relative;
    margin-bottom: 80px;
    text-align: center;
}

.meet_us_SDsAylI .study_classes_irRFwOe:not(:last-child)::after {
    position: absolute;
    width: 70%;
    left: 50%;
    content: "";
    bottom: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(160,156,201,0.5), 
        rgb(160,156,201,0.5), 
        transparent
    );
    height: 1px;
    transform: translateX(-50%);
}

.meet_us_SDsAylI .study_classes_irRFwOe:first-child h3,
.meet_us_SDsAylI .study_classes_irRFwOe:first-child p {
    grid-column: 7 / -1;
}

.meet_us_SDsAylI .study_classes_irRFwOe::after {
    transition: width 0.5s ease;
}

.thanks_page_WnTUwoX {
    position: relative;
    background: linear-gradient(135deg, rgb(200,199,220) 0%, rgba(255,255,255,0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.thanks_page_WnTUwoX::after {
    transform: rotate(15deg);
    position: absolute;
    background: linear-gradient(225deg, rgb(160,156,201,0.5) 0%, transparent 70%);
    filter: blur(80px);
    top: -10%;
    z-index: 0;
    width: 300px;
    right: -5%;
    content: "";
    height: 300px;
    opacity: 0.1;
}

.thanks_page_WnTUwoX .path_creators_6f9peuC > div:first-child {
    transform: translateZ(20px);
    padding-left: 20px;
    position: relative;
    transition: transform 0.5s ease;
}

.thanks_page_WnTUwoX .path_creators_6f9peuC > div:last-child {
    position: relative;
    transition: transform 0.5s ease;
    transform: translateZ(10px);
}

.thanks_page_WnTUwoX a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.thanks_page_WnTUwoX p {
    animation-delay: 0.3s;
    border-left: 1px solid rgba(rgb(160,156,201,0.5), 0.2);
    opacity: 0;
    transition: border-left 0.3s ease, background 0.3s ease;
    position: relative;
    animation: slideUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: translateY(20px);
    color: #000000;
    padding: 25px 30px;
    line-height: 1.8;
    font-size: 12px;
    background: rgba(245, 245, 250, 0.7);
    margin: 0;
}

.policy_ack_cAdO2EH {
    flex-shrink: 0;
    margin-right: 10px;
}


.viewport-container_5ryG4Ce .cookie_modal_message_qlByH3L {
    background: #ffffff;
    border: none;
    box-shadow: rgb(160,156,201,0.5) 0px 0px 40px 39px;
}

.viewport-container_5ryG4Ce .policy_ack_cAdO2EH svg, .viewport-container_5ryG4Ce .policy_ack_cAdO2EH svg path, .viewport-container_5ryG4Ce .policy_ack_cAdO2EH img {
    width: 40px;
    fill:#000000;
    height: 40px;
}



.gift_card_McKBVGv .container {
    position: relative;
    z-index: 2;
}

.gift_card_McKBVGv .reach_team_fIAG7xi {
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    backdrop-filter: blur(8px);
    display: flex;
    position: relative;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    border: 1px solid rgb(108,93,182,0.5);
    margin-bottom: 1rem;
}

.gift_card_McKBVGv .info_item a:hover {
    border-color: rgb(160,156,201,0.5);
    box-shadow: 0 0 15px rgb(160,156,201,0.5);
    background: #000000;
}

.gift_card_McKBVGv .site_head_3XxvKZq svg:hover {
    filter: drop-shadow(0 0 10px rgb(160,156,201));
}

.gift_card_McKBVGv .main_nav_8nkl2bV {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}

.gift_card_McKBVGv .main_nav_8nkl2bV:hover h5::after {
    width: 80px;
}

.gift_card_McKBVGv .top_site_Bpz6LT5 a {
    transition: all 0.3s ease;
    font-size: 17px;
    text-decoration: none;
    opacity: 0.8;
    position: relative;
    color: #ffffff;
    padding-left: 1rem;
}

.gift_card_McKBVGv .subscribe_holder::before {
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: radial-gradient(circle at top right, rgb(160,156,201,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.1;
    top: 0;
    z-index: -1;
}

.gift_card_McKBVGv .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(160,156,201,0.5);
    outline: none;
    border-color: rgb(160,156,201);
}

.gift_card_McKBVGv .sub_alerts_ugCArIT:hover {
    box-shadow: 0 0 15px rgb(108,93,182,0.5);
    transform: translateY(-2px);
    background: rgb(108,93,182);
}

.gift_card_McKBVGv .comm_guide_Fh3qnZ0 {
    margin-top: 3rem;
    position: relative;
    padding-top: 1.5rem;
    text-align: center;
    border-top: 1px solid rgb(108,93,182,0.5);
}

.client_feedback_Af1oE8r::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(108,93,182,0.5));
    z-index: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
}

.client_feedback_Af1oE8r .review_space_ufCvnSU::before {
    position: absolute;
    content: "";
    width: 3px;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(160,156,201),
        rgb(108,93,182)
    );
    top: 0;
    z-index: 1;
}

.client_feedback_Af1oE8r .user_ratings_5pWyObD:nth-child(odd) {
    margin-left: 0;
    align-self: flex-start;
    transform: translateX(3rem);
    margin-right: auto;
}

.client_feedback_Af1oE8r .user_ratings_5pWyObD:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 5px rgb(160,156,201,0.5);
    transform: translateY(-10px);
}

.client_feedback_Af1oE8r .user_ratings_5pWyObD p {
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: calc(17px * 1.1);
    font-weight: 600;
}

header::before {
    animation: gridMove 40s linear infinite;
    position: absolute;
    content: '';
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(160,156,201,0.5) 49.5%, rgb(160,156,201,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(108,93,182,0.5) 49.5%, rgb(108,93,182,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    z-index: -1;
    opacity: 0.15;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}

header .top_navbar_jxklSTE:hover {
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

header .nav_begin_5naMgVy {
    align-items: center;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    display: flex;
    text-decoration: none;
    padding: 0.5rem 1rem;
    position: relative;
    border-radius: 10px;
}

.course_suitability_VuH4zWO .path_creators_6f9peuC {
    display: flex;
    z-index: 2;
    padding: 0;
    position: relative;
    flex-direction: column;
}

.course_suitability_VuH4zWO h4::after {
    width: 120px;
    left: 30px;
    height: 3px;
    border-radius: 10px;
    background: rgb(108,93,182);
    content: '';
    position: absolute;
    bottom: -15px;
}

.course_suitability_VuH4zWO p svg {
    margin-top: 3px;
    height: 30px;
    transition: all 0.3s ease;
    margin-right: 20px;
    flex-shrink: 0;
    width: 30px;
}

.course_suitability_VuH4zWO p:hover svg path {
    fill: rgb(108,93,182);
}

.course_suitability_VuH4zWO p:nth-child(1) {
    grid-column: 1 / span 6;
    z-index: 5;
    grid-row: 1;
}

.course_suitability_VuH4zWO p:nth-child(1) {
    animation-delay: 0.1s;
}

.course_suitability_VuH4zWO p:nth-child(3) {
    grid-column: 3 / span 6;
    grid-row: 2;
    z-index: 6;
}

.course_suitability_VuH4zWO p:nth-child(3) {
    animation-delay: 0.5s;
}

.course_suitability_VuH4zWO p:nth-child(7) {
    z-index: 1;
    grid-row: 4;
    grid-column: 8 / span 5;
}

.course_suitability_VuH4zWO p:nth-child(7) {
    animation-delay: 1.3s;
}



@media (max-width: 480px) {.data_insights_wKqTOR2 {
    padding: 50px 0;
}.data_insights_wKqTOR2 h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.7);
}.data_insights_wKqTOR2 ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.data_insights_wKqTOR2 .statistics_value_oM8W4Lp {
    padding: 20px 15px;
}.data_insights_wKqTOR2 .statistics_value_oM8W4Lp span {
    font-size: 15px;
}.data_insights_wKqTOR2 .statistics_value_oM8W4Lp p {
    font-size: calc(38px * 1.1);
}}



@media (min-width: 768px) {.course_structure_KgjqoPE {
    padding: 8rem 0;
}.course_structure_KgjqoPE h2 {
    max-width: 70%;
    font-size: calc(31px * 1.1);
}.course_structure_KgjqoPE .learn_development_TlzuMnG {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 4rem;
}.course_structure_KgjqoPE .img_box_grid_9smfpcZ {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 500px;
}.course_structure_KgjqoPE h2::after {
    width: 120px;
}
}



@media (min-width: 992px) {.landing_page_Y8WpEqd .success_path_wLuB6sU {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.landing_page_Y8WpEqd .success_path_wLuB6sU:hover {
    transform: perspective(1000px) rotateX(1deg) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
}



@media (max-width: 767px) {.landing_page_Y8WpEqd {
    min-height: 80vh;
}.landing_page_Y8WpEqd .learn_team_eVKcoxL {
    min-height: 80vh;
}.landing_page_Y8WpEqd .success_path_wLuB6sU {
    padding: 2.5rem 1.5rem;
    width: 95%;
}.landing_page_Y8WpEqd .title_style_header {
    font-size: 45px;
}.landing_page_Y8WpEqd .success_path_wLuB6sU > div:first-child,
  .landing_page_Y8WpEqd .success_path_wLuB6sU > div:last-child,
  .landing_page_Y8WpEqd .success_path_wLuB6sU:hover > div:first-child,
  .landing_page_Y8WpEqd .success_path_wLuB6sU:hover > div:last-child {
    transform: none;
}
}



@media screen and (max-width: 992px) {.education_framework_xZoblQg {
    padding: 120px 0;
}.education_framework_xZoblQg .text_overlay_3pU8kTB h2 {
    padding: 30px 40px;
    width: 60%;
    transform: translateX(-20px);
}.education_framework_xZoblQg .text_overlay_3pU8kTB p {
    transform: translateX(20px);
    width: 75%;
    padding: 35px 40px;
}.education_framework_xZoblQg .text_overlay_3pU8kTB h2::before {
    height: 100px;
    left: -60px;
    width: 100px;
    top: -50px;
}.education_framework_xZoblQg .text_overlay_3pU8kTB h2::after {
    width: 30px;
    bottom: -15px;
    height: 30px;
}.education_framework_xZoblQg::after {
    width: 150px;
    bottom: -75px;
    height: 150px;
}.education_framework_xZoblQg .path_creators_6f9peuC::before {
    width: 120px;
    top: -60px;
    height: 120px;
}.education_framework_xZoblQg .path_creators_6f9peuC::after {
    right: -30px;
    width: 60px;
    height: 60px;
}
}



@media (max-width: 480px) {.privacy_shelter_xmFP8tw {
    padding: 2.5rem 1rem;
}.privacy_shelter_xmFP8tw h1 {
    font-size: calc(43px * 0.85);
}.privacy_shelter_xmFP8tw h2 {
    margin: 2rem 0 1rem;
    font-size: calc(29px * 0.85);
}.privacy_shelter_xmFP8tw ul {
    padding-left: 0.75rem;
}.privacy_shelter_xmFP8tw li {
    padding-left: 1.25rem;
}}



@media (prefers-reduced-motion: reduce) {.meet_us_SDsAylI .study_classes_irRFwOe::after {
    transition: none;
}.meet_us_SDsAylI .study_classes_irRFwOe h3,
    .meet_us_SDsAylI .study_classes_irRFwOe p,
    .meet_us_SDsAylI .study_classes_irRFwOe::before,
    .meet_us_SDsAylI .study_classes_irRFwOe:nth-child(2) h3,
    .meet_us_SDsAylI .study_classes_irRFwOe:nth-child(2) p,
    .meet_us_SDsAylI .study_classes_irRFwOe:nth-child(2)::before {
    animation: none;
    transform: none;
    opacity: 1;
}}



@media (min-width: 992px) {.thanks_page_WnTUwoX .path_creators_6f9peuC {
    padding: 100px 80px;
    gap: 60px;
}.thanks_page_WnTUwoX .path_creators_6f9peuC:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0,0,0,0.07), 
                    0 12px 25px rgba(0,0,0,0.05),
                    0 0 0 1px rgba(0,0,0,0.02);
}.thanks_page_WnTUwoX .path_creators_6f9peuC:hover > div:first-child {
    transform: translateZ(35px);
}.thanks_page_WnTUwoX .path_creators_6f9peuC:hover > div:last-child {
    transform: translateZ(25px);
}.thanks_page_WnTUwoX h5 {
    font-size: calc(19px * 1.3);
}.thanks_page_WnTUwoX p {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
}
}



@media (max-width: 768px) {.client_feedback_Af1oE8r {
    padding: 5rem 0;
}.client_feedback_Af1oE8r h2 {
    margin-bottom: 4rem;
    font-size: calc(31px * 0.9);
    transform: translateX(0);
}.client_feedback_Af1oE8r h2::after {
    height: 3px;
    width: 50px;
    top: -1rem;
    left: 0;
}.client_feedback_Af1oE8r .review_space_ufCvnSU {
    padding-left: 0;
}.client_feedback_Af1oE8r .review_space_ufCvnSU::before {
    transform: translateX(-50%);
    left: 50%;
}.client_feedback_Af1oE8r .user_ratings_5pWyObD,
    .client_feedback_Af1oE8r .user_ratings_5pWyObD:nth-child(odd) {
    padding: 2rem;
    transform: translateX(0);
    max-width: 90%;
    margin: 0 auto;
}.client_feedback_Af1oE8r .user_ratings_5pWyObD::before,
    .client_feedback_Af1oE8r .user_ratings_5pWyObD:nth-child(odd)::before {
    width: 3px;
    height: 1.5rem;
    background: linear-gradient(
            to bottom,
            rgb(160,156,201),
            rgb(108,93,182)
        );
    left: 50%;
    top: -1.5rem;
    transform: translateX(-50%);
}.client_feedback_Af1oE8r .user_ratings_5pWyObD::after,
    .client_feedback_Af1oE8r .user_ratings_5pWyObD:nth-child(odd)::after {
    top: -2rem;
    transform: translateX(-50%);
    left: 50%;
}.client_feedback_Af1oE8r .user_ratings_5pWyObD img,
    .client_feedback_Af1oE8r .user_ratings_5pWyObD:nth-child(odd) img {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}.client_feedback_Af1oE8r .user_ratings_5pWyObD:hover,
    .client_feedback_Af1oE8r .user_ratings_5pWyObD:nth-child(odd):hover {
    transform: translateY(-10px);
}.client_feedback_Af1oE8r .user_ratings_5pWyObD:hover img {
    transform: translateX(-50%) scale(1.1) rotate(10deg);
}.client_feedback_Af1oE8r .user_ratings_5pWyObD .description,
    .client_feedback_Af1oE8r .user_ratings_5pWyObD:nth-child(odd) .description {
    text-align: center;
    border-top: 3px solid rgb(108,93,182,0.5);
    padding: 1rem 0 0 0;
    border: none;
}}



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

@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}

