* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.top-mainwrap-35062 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    width: 1141px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-bundle-56309 {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}.edu-links-95213 {
    flex: 0 0 auto;
}html,body {
    scroll-snap-type: none;
    min-height: 100%;
    auto;
    height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-structure-63179 {
    z-index: 1;
    padding: 120px 0 100px;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(238,229,238) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}.course-structure-63179::before {
    height: 100%;
    transform: skewX(-15deg) translateX(10%);
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(209,183,210,0.5), 0.05) 100%);
    z-index: -1;
    width: 60%;
    top: 0;
    content: "";
    right: 0;
    position: absolute;
}.course-structure-63179::after {
    position: absolute;
    z-index: -1;
    width: 200px;
    background: linear-gradient(225deg, rgb(209,183,210) 0%, rgb(175,121,176) 100%);
    height: 200px;
    transform: rotate(15deg);
    content: "";
    left: -50px;
    bottom: -50px;
    opacity: 0.05;
}.course-structure-63179 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.course-structure-63179 h2 {
    transform-origin: left center;
    position: relative;
    color: #000000;
    margin-bottom: 50px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: perspective(1000px) rotateX(0deg);
    font-size: 38px;
    font-weight: 700;
}.course-structure-63179 h2::after {
    height: this;
    background: rgb(209,183,210);
    bottom: -10px;
    transform: scaleX(1);
    transition: transform 0.4s ease-out;
    width: 80px;
    transform-origin: left;
    position: absolute;
    left: 0;
    content: "";
}.course-structure-63179 h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.course-structure-63179 h2:hover::after {
    transform: scaleX(1.5);
}.course-structure-63179 .career-challenge-13796 {
    gap: 40px;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    display: grid;
    position: relative;
}.course-structure-63179 .product-photo-17950 {
    position: relative;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
    border: none;
    overflow: hidden;
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
}.course-structure-63179 .product-photo-17950::before {
    left: 0;
    bottom: 0;
    content: "";
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    z-index: 1;
    right: 0;
    position: absolute;
    transition: opacity 0.3s ease;
}.course-structure-63179 .product-photo-17950:hover {
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}.course-structure-63179 .message-holder-43517 {
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
    padding: 40px 30px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 10px;
}.course-structure-63179 .message-holder-43517::before {
    height: 0;
    background: linear-gradient(to bottom, rgb(209,183,210), rgb(175,121,176));
    content: "";
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
}.course-structure-63179 .message-holder-43517:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.course-structure-63179 .message-holder-43517:hover::before {
    height: 100%;
}.course-structure-63179 .description {
    margin-bottom: 20px;
    transition: transform 0.4s ease;
    position: relative;
    color: #000000;
    font-size: 16px;
    transform: translateZ(0);
    line-height: 1.7;
}.course-structure-63179 .description:last-child {
    margin-bottom: 0;
}.course-structure-63179 .description::first-letter {
    color: rgb(209,183,210);
    font-weight: 600;
    font-size: 1.2em;
}.course-structure-63179 .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}.course-structure-63179 .description:nth-child(2) {
    animation: fadeText 0.8s 0.3s ease forwards;
    opacity: 0;
}@keyframes fadeText {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.course-structure-63179 .career-challenge-13796:hover .product-photo-17950 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.course-structure-63179 .career-challenge-13796:hover .message-holder-43517 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


@media (min-width: 768px) {.course-structure-63179 {
    padding: 150px 0 130px;
}.course-structure-63179 .career-challenge-13796 {
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    gap: 60px;
}.course-structure-63179 h2 {
    font-size: calc(38px * 1.1);
    max-width: 80%;
}.course-structure-63179 .product-photo-17950 {
    height: 500px;
}.course-structure-63179 .message-holder-43517 {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.course-structure-63179 {
    padding: 180px 0 160px;
}.course-structure-63179 h2 {
    margin-bottom: 70px;
}.course-structure-63179 .career-challenge-13796 {
    gap: 80px;
}.course-structure-63179 .product-photo-17950 {
    height: 600px;
}.course-structure-63179 .message-holder-43517 {
    padding: 60px 50px;
}
}

@media (max-width: 767px) {.course-structure-63179 {
    padding: 80px 0 70px;
}.course-structure-63179 h2 {
    font-size: calc(38px * 0.85);
    margin-bottom: 30px;
}.course-structure-63179 .product-photo-17950 {
    height: 250px;
}.course-structure-63179 .message-holder-43517 {
    padding: 30px 20px;
}.course-structure-63179 .description {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.course-structure-63179 {
    padding: 60px 0 50px;
}.course-structure-63179 h2 {
    font-size: calc(38px * 0.75);
    margin-bottom: 25px;
}.course-structure-63179 .product-photo-17950 {
    height: 200px;
}.course-structure-63179 .message-holder-43517 {
    padding: 25px 15px;
}.course-structure-63179 .description {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}.edu-links-95213 {
    padding: 5rem 0 2rem;
    background-color: rgb(238,229,238);
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
}.edu-links-95213::before {
    width: 100%;
    height: 100%;
    opacity: 0.07;
    z-index: 0;
    top: 0;
    content: '';
    background: 
        linear-gradient(135deg, rgb(209,183,210,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(175,121,176,0.5) 0%, transparent 70%);
    left: 0;
    position: absolute;
}.edu-links-95213::after {
    position: absolute;
    width: 100%;
    content: '';
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(238,229,238) 0%,
        rgb(209,183,210) 35%, 
        rgb(175,121,176) 65%,
        rgb(238,229,238) 100%);
    height: 7px;
    top: 0;
}.edu-links-95213 .container {
    position: relative;
    z-index: 2;
}.edu-links-95213 .netiquette-19342 {
    display: flex;
    flex-direction: column;
}.edu-links-95213 .contact-us-64295 {
    justify-content: center;
    display: flex;
    padding-bottom: 2rem;
    position: relative;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 4rem;
}.edu-links-95213 .contact-us-64295::after {
    height: 1px;
    content: '';
    bottom: -1px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(175,121,176,0.5) 50%,
        transparent 100%);
    left: 0;
}.edu-links-95213 .info_item {
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    width: 25%;
    position: relative;
}.edu-links-95213 .info_item::before {
    left: 0;
    background-color: rgba(0, 0, 0, 0.06);
    content: '';
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
    height: 60%;
    position: absolute;
}.edu-links-95213 .info_item:first-child::before {
    display: none;
}.edu-links-95213 .info_item p,
.edu-links-95213 .info_item a {
    align-items: center;
    gap: 0.75rem;
    display: flex;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    justify-content: center;
    color: #000000;
    font-weight: 400;
    font-size: calc(12px - 1px);
}.edu-links-95213 .info_item:hover {
    transform: translateY(-5px);
}.edu-links-95213 .info_item:hover p,
.edu-links-95213 .info_item:hover a {
    color: rgb(209,183,210);
}.edu-links-95213 .info_item svg {
    height: 20px;
    width: 20px;
    fill: rgb(209,183,210);
    transition: transform 0.3s ease;
}.edu-links-95213 .info_item:hover svg {
    transform: rotate(10deg);
}.edu-links-95213 .text_main_holder {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
}.edu-links-95213 .nav-block-68231 {
    margin-right: auto;
    display: flex;
    width: 100%;
    flex-direction: column;
    max-width: 300px;
    gap: 1.5rem;
}.edu-links-95213 .nav-block-68231 svg {
    height: auto;
    transition: all 0.3s ease;
    max-width: 160px;
}.edu-links-95213 .nav-block-68231:hover svg {
    transform: scale(1.05);
}.edu-links-95213 .workshop-cta-69723 {
    position: relative;
    font-size: 13px;
    padding-left: 2rem;
    color: #000000;
    line-height: 1.6;
}.edu-links-95213 .workshop-cta-69723::before {
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(to bottom, rgb(209,183,210), rgb(175,121,176));
    width: 4px;
    bottom: 0;
    top: 0;
    border-radius: 2px;
}.edu-links-95213 .head-sitebar-67948 {
    max-width: 400px;
    min-width: 240px;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 2rem;
    position: relative;
}.edu-links-95213 .head-sitebar-67948::before {
    z-index: -1;
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 13px;
    position: absolute;
    top: 0;
    left: 0;
}.edu-links-95213 .head-sitebar-67948 h5 {
    color: #000000;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.03);
}.edu-links-95213 .top-info-26148 {
    padding: 0 1.5rem;
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}.edu-links-95213 .top-info-26148:first-child {
    position: relative;
}.edu-links-95213 .top-info-26148 a {
    padding: 0.5rem 0;
    color: #000000;
    padding-left: 1.25rem;
    font-size: 12px;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}.edu-links-95213 .top-info-26148 a::before {
    height: 6px;
    background-color: rgb(175,121,176,0.5);
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 6px;
    content: '';
    left: 0;
    transition: all 0.3s ease;
}.edu-links-95213 .top-info-26148 a:hover {
    color: rgb(209,183,210);
    padding-left: 1.5rem;
}.edu-links-95213 .top-info-26148 a:hover::before {
    height: 8px;
    background-color: rgb(209,183,210);
    width: 8px;
}.edu-links-95213 .subscribe_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    max-width: 400px;
    width: 100%;
    border-radius: 13px;
    padding: 2rem;
    gap: 1.5rem;
}.edu-links-95213 .subscribe_holder::before {
    position: absolute;
    border-color: rgb(209,183,210,0.5) transparent transparent transparent;
    content: '';
    border-style: solid;
    border-top-left-radius: 13px;
    left: 0;
    border-width: 50px 50px 0 0;
    top: 0;
    height: 0;
    width: 0;
}.edu-links-95213 .subscribe_holder h5 {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}.edu-links-95213 .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}.edu-links-95213 .input_holder {
    flex-direction: column;
    position: relative;
    margin-top: 0.5rem;
    gap: 1rem;
    display: flex;
}.edu-links-95213 .input_holder input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.125rem 1.25rem;
    font-size: 12px;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 10px;
}.edu-links-95213 .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(209,183,210,0.5);
    outline: none;
    border-color: rgb(209,183,210);
}.edu-links-95213 .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.edu-links-95213 .email-submit-15247 {
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    font-size: 15px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(209,183,210) 0%, rgb(175,121,176) 100%);
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    border: none;
    color: #ffffff;
    padding: 1.125rem 1.25rem;
}.edu-links-95213 .email-submit-15247::before {
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, rgb(175,121,176) 0%, rgb(209,183,210) 100%);
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
}.edu-links-95213 .email-submit-15247:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.edu-links-95213 .email-submit-15247:hover::before {
    opacity: 1;
}.edu-links-95213 .training-zone-58314 {
    margin-top: 4rem;
    padding-top: 2rem;
    text-align: center;
    position: relative;
}.edu-links-95213 .training-zone-58314::before {
    left: 30%;
    width: 40%;
    position: absolute;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
}.edu-links-95213 .footer-milestones-75128 {
    color: #000000;
    opacity: 0.8;
    font-size: 13px;
}

@media (max-width: 1200px) {.edu-links-95213 .text_main_holder {
    gap: 2.5rem;
}.edu-links-95213 .nav-block-68231 {
    max-width: 260px;
}.edu-links-95213 .head-sitebar-67948 {
    min-width: 220px;
}
}

@media (max-width: 991px) {.edu-links-95213 {
    padding: 4rem 0 2rem;
}.edu-links-95213 .info_item {
    padding: 1rem;
    width: 50%;
}.edu-links-95213 .info_item:nth-child(3)::before {
    display: none;
}.edu-links-95213 .text_main_holder {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}.edu-links-95213 .nav-block-68231 {
    align-items: center;
    max-width: 100%;
    width: 100%;
    text-align: center;
}.edu-links-95213 .workshop-cta-69723 {
    text-align: center;
    padding-left: 0;
    max-width: 500px;
}.edu-links-95213 .workshop-cta-69723::before {
    display: none;
}.edu-links-95213 .head-sitebar-67948 {
    width: 100%;
    max-width: 600px;
}.edu-links-95213 .subscribe_holder {
    width: 100%;
    max-width: 600px;
}
}

@media (max-width: 768px) {.edu-links-95213 {
    padding: 3.5rem 0 1.5rem;
}.edu-links-95213 .contact-us-64295 {
    margin-bottom: 3rem;
}.edu-links-95213 .info_item {
    width: 100%;
}.edu-links-95213 .info_item::before {
    display: none;
}.edu-links-95213 .top-info-26148 {
    gap: 0.5rem 1.5rem;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}.edu-links-95213 .top-info-26148 a {
    padding: 0.5rem 1rem;
    text-align: center;
}.edu-links-95213 .top-info-26148 a::before {
    display: none;
}.edu-links-95213 .top-info-26148 a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding-left: 1rem;
}.edu-links-95213 .training-zone-58314 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.edu-links-95213 {
    padding: 3rem 0 1.5rem;
}.edu-links-95213 .contact-us-64295 {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}.edu-links-95213 .text_main_holder {
    gap: 2.5rem;
}.edu-links-95213 .head-sitebar-67948 {
    padding: 1rem;
}.edu-links-95213 .head-sitebar-67948 h5 {
    text-align: center;
}.edu-links-95213 .subscribe_holder {
    padding: 1.5rem;
}.edu-links-95213 .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.edu-links-95213 .training-zone-58314 {
    margin-top: 2.5rem;
}}.statistical-summary-61085 {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(238,229,238) 0%, rgb(175,121,176,0.5) 100%);
}.statistical-summary-61085::before {
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(175,121,176,0.5) 0px,
        rgb(175,121,176,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.1;
    left: 0;
    width: 100%;
    content: "";
}.statistical-summary-61085::after {
    height: 200%;
    width: 60%;
    opacity: 0.05;
    z-index: 0;
    top: -50%;
    content: "";
    right: -25%;
    position: absolute;
    transform: rotate(-15deg);
    background: rgb(209,183,210);
}.statistical-summary-61085 .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    max-width: 1320px;
}.statistical-summary-61085 ul {
    padding: 0;
    list-style: none;
    margin-bottom: 3rem;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    display: grid;
    gap: 2rem;
}.statistical-summary-61085 .fast-benefits-87301 {
    padding: 2rem;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    position: relative;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    z-index: 1;
    overflow: hidden;
}.statistical-summary-61085 .fast-benefits-87301::before {
    width: 4px;
    background: rgb(209,183,210);
    content: "";
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    height: 0;
}.statistical-summary-61085 .fast-benefits-87301:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}.statistical-summary-61085 .fast-benefits-87301:hover::before {
    height: 100%;
}.statistical-summary-61085 .fast-benefits-87301:nth-child(2n) {
    transform: translateY(10px);
}.statistical-summary-61085 .fast-benefits-87301:nth-child(2n):hover {
    transform: translateY(0);
}.statistical-summary-61085 .fast-benefits-87301:nth-child(3n)::before {
    background: rgb(175,121,176);
}.statistical-summary-61085 .fast-benefits-87301 div {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}.statistical-summary-61085 .fast-benefits-87301:hover div {
    transform: translateX(5px);
}.statistical-summary-61085 .fast-benefits-87301 p {
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin: 0 0 0.75rem;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: calc(30px * 1.2);
    color: rgb(209,183,210);
}.statistical-summary-61085 .fast-benefits-87301:hover p {
    transform: scale(1.05);
    color: #000000;
}.statistical-summary-61085 .fast-benefits-87301 p::after {
    content: "";
    background: rgb(175,121,176);
    transition: width 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    bottom: -5px;
    left: 0;
    position: absolute;
    height: 2px;
    width: 0;
}.statistical-summary-61085 .fast-benefits-87301:hover p::after {
    width: 100%;
}.statistical-summary-61085 .fast-benefits-87301 span {
    color: #000000;
    display: block;
    letter-spacing: 0.2px;
    transition: color 0.3s ease;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
}.statistical-summary-61085 .fast-benefits-87301:hover span {
    color: #000000;
}.statistical-summary-61085 h4 {
    color: #000000;
    display: inline-block;
    padding-bottom: 0.5rem;
    opacity: 0;
    transform: translateX(-10px);
    animation: slideIn 0.8s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-weight: 700;
    font-size: 22px;
    margin: 1rem 0 0;
    position: relative;
    align-self: flex-end;
}.statistical-summary-61085 h4::before {
    background: rgb(209,183,210);
    height: 3px;
    width: 40%;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}

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

@media (max-width: 1200px) {.statistical-summary-61085 ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}.statistical-summary-61085 .fast-benefits-87301 {
    padding: 1.75rem;
}
}

@media (max-width: 992px) {.statistical-summary-61085 {
    padding: 5rem 0;
}.statistical-summary-61085 ul {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.statistical-summary-61085 .fast-benefits-87301 p {
    font-size: calc(30px * 1.1);
}
}

@media (max-width: 768px) {.statistical-summary-61085 {
    padding: 4rem 0;
}.statistical-summary-61085 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}.statistical-summary-61085 .fast-benefits-87301 {
    padding: 1.5rem;
}.statistical-summary-61085 .fast-benefits-87301 p {
    font-size: 30px;
}.statistical-summary-61085 .fast-benefits-87301 span {
    font-size: calc(15px * 0.95);
}.statistical-summary-61085 h4 {
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.statistical-summary-61085 {
    padding: 3rem 0;
}.statistical-summary-61085 ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.statistical-summary-61085 .fast-benefits-87301 {
    transform: translateY(0) !important;
    padding: 1.25rem;
}.statistical-summary-61085 .fast-benefits-87301:hover {
    transform: translateY(-5px) !important;
}.statistical-summary-61085 .fast-benefits-87301 p {
    font-size: calc(30px * 0.9);
}.statistical-summary-61085 .fast-benefits-87301 span {
    font-size: calc(15px * 0.9);
}.statistical-summary-61085 h4 {
    align-self: center;
    font-size: calc(22px * 0.85);
}}.register-now-54780 {
    overflow: hidden;
    background: linear-gradient(120deg, #ffffff 0%, rgb(238,229,238) 100%);
    padding: 140px 0;
    position: relative;
}.register-now-54780::before {
    position: absolute;
    background: linear-gradient(45deg, rgb(209,183,210,0.5) 25%, transparent 25%, transparent 75%, rgb(209,183,210,0.5) 75%, rgb(209,183,210,0.5));
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
    left: 0;
    content: '';
    height: 100%;
    top: 0;
    opacity: 0.05;
    z-index: 1;
    width: 100%;
}.register-now-54780 .how-grow-10564 {
    margin: 0 auto;
    max-width: 1000px;
    border: 1px solid rgb(209,183,210);
    position: relative;
    z-index: 10;
    padding: 80px 0;
}.register-now-54780 .how-grow-10564::before {
    opacity: 0.5;
    z-index: -1;
    left: -30px;
    top: -30px;
    position: absolute;
    border: 1px solid rgb(209,183,210,0.5);
    height: calc(100% + 60px);
    content: '';
    width: calc(100% + 60px);
}.register-now-54780 .how-grow-10564::after {
    z-index: -2;
    left: -60px;
    width: calc(100% + 120px);
    opacity: 0.2;
    content: '';
    position: absolute;
    height: calc(100% + 120px);
    top: -60px;
    border: 1px solid rgb(209,183,210,0.5);
}.register-now-54780 .container {
    flex-direction: column;
    align-items: center;
    display: flex;
    text-align: center;
}.register-now-54780 .container p {
    color: #000000;
    z-index: 5;
    margin: 0 0 50px 0;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    padding: 0;
    font-size: 36px;
    max-width: 700px;
}.register-now-54780 .message-links-23709 {
    position: relative;
    border: 1px solid rgb(209,183,210);
    background: transparent;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    color: rgb(209,183,210);
    z-index: 5;
    padding: 16px 40px;
    transition: all 0.4s ease;
}.register-now-54780 .message-links-23709::before {
    z-index: -1;
    position: absolute;
    background: rgb(209,183,210);
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 0;
    transition: width 0.4s ease;
}.register-now-54780 .message-links-23709:hover {
    color: #ffffff;
}.register-now-54780 .message-links-23709:hover::before {
    width: 100%;
}.register-now-54780 .container p::before {
    left: 50%;
    width: 40px;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    bottom: -25px;
    height: 1px;
    background: rgb(209,183,210);
}.register-now-54780::after {
    background: linear-gradient(135deg, rgb(209,183,210,0.5) 0%, rgb(175,121,176,0.5) 100%);
    z-index: 1;
    top: -150px;
    filter: blur(50px);
    opacity: 0.1;
    right: -150px;
    content: '';
    position: absolute;
    width: 300px;
    border-radius: 50%;
    height: 300px;
}

@media (max-width: 991px) {.register-now-54780 {
    padding: 120px 0;
}.register-now-54780 .how-grow-10564 {
    padding: 60px 0;
}.register-now-54780 .container p {
    margin-bottom: 40px;
    font-size: calc(19px * 1.2);
}
}

@media (max-width: 767px) {.register-now-54780 {
    padding: 100px 0;
}.register-now-54780 .how-grow-10564 {
    padding: 50px 0;
}.register-now-54780 .how-grow-10564::before {
    width: calc(100% + 40px);
    top: -20px;
    left: -20px;
    height: calc(100% + 40px);
}.register-now-54780 .how-grow-10564::after {
    top: -40px;
    width: calc(100% + 80px);
    left: -40px;
    height: calc(100% + 80px);
}.register-now-54780 .container p {
    margin-bottom: 35px;
    font-size: 19px;
}.register-now-54780 .message-links-23709 {
    padding: 14px 35px;
}
}

@media (max-width: 480px) {.register-now-54780 {
    padding: 80px 0;
}.register-now-54780 .how-grow-10564 {
    padding: 40px 0;
}.register-now-54780 .how-grow-10564::before {
    height: calc(100% + 20px);
    top: -10px;
    width: calc(100% + 20px);
    left: -10px;
}.register-now-54780 .how-grow-10564::after {
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
}.register-now-54780 .container p {
    margin-bottom: 30px;
    font-size: calc(12px * 1.2);
}.register-now-54780 .message-links-23709 {
    font-size: calc(15px * 0.9);
    padding: 12px 30px;
}.register-now-54780 .container p::before {
    bottom: -20px;
    width: 30px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(209,183,210);
}header .top_plank .top-edge-95078 div svg, header .top_plank .top-edge-95078 div svg path {
    fill: #ffffff;
}header .top_plank .top-edge-95078 div span {
    color: #ffffff;
}header .top_plank .top-edge-95078 {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    line-height: 21px;
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 100%;
}header .top_plank .top-edge-95078 div {
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
}header .top_plank .top-edge-95078 div img, header .top_plank .top-edge-95078 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}header {
    z-index: 100;
    left: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    backdrop-filter: blur(10px);
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
    width: 100%;
}header::before {
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(209,183,210,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(175,121,176,0.5) 0%, transparent 20%);
    height: 100%;
    opacity: 0.3;
    animation: pulse 15s infinite alternate;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
}header .container {
    padding: 1rem 2rem;
    position: relative;
}header .nav-core-31098 {
    justify-content: space-between;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
}header .head-sitebar-67948 {
    align-items: center;
    display: flex;
    gap: 2rem;
    position: relative;
}header .head-sitebar-67948::before {
    content: "";
    opacity: 0.1;
    width: calc(100% + 60px);
    height: calc(100% + 30px);
    background: linear-gradient(90deg, transparent 0%, rgb(209,183,210,0.5) 50%, transparent 100%);
    z-index: -1;
    position: absolute;
    top: -15px;
    transform: skewX(-15deg);
    left: -30px;
    border-radius: 23px;
}header .top-main-24186 {
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.5rem 0;
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}header .top-main-24186::before {
    background: linear-gradient(to right, rgb(209,183,210), rgb(175,121,176));
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
    content: "";
    width: 0;
    bottom: 0;
}header .top-main-24186:hover {
    color: rgb(209,183,210);
    transform: translateY(-2px);
}header .top-main-24186:hover::before {
    width: 100%;
}header .nav-header-54791 {
    position: relative;
    z-index: 2;
    text-decoration: none;
    align-items: center;
    display: flex;
}header .nav-header-54791 svg {
    height: 40px;
    transition: all 0.3s ease;
    width: auto;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .nav-header-54791:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgb(209,183,210,0.5));
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .head-sitebar-67948 {
    gap: 1.5rem;
}header .top-main-24186 {
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .nav-core-31098 {
    flex-direction: column-reverse;
    gap: 1rem;
    padding: 1rem 0;
}header .nav-header-54791 {
    margin-bottom: 0.5rem;
}header .head-sitebar-67948 {
    padding: 0.5rem 0;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
}header .head-sitebar-67948::before {
    display: none;
}header .top-main-24186 {
    white-space: nowrap;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}header .top-main-24186::before {
    display: none;
}}.pricing-grid-10987 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.pricing-grid-10987::before {
    left: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    right: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
}.pricing-grid-10987 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.discount-tier-65174 {
    position: relative;
}.pricing-grid-10987 h2 {
    margin-bottom: 25px;
    position: relative;
    animation: titleFadeIn 0.8s ease-out forwards;
    color: #ffffff;
    transform: translateY(0);
    text-align: center;
    font-size: 33px;
    font-weight: 700;
}.pricing-grid-10987 .rate-plans-79681 {
    opacity: 0;
    color: #ffffff;
    line-height: 1.6;
    max-width: 700px;
    position: relative;
    font-size: 17px;
    margin: 0 auto 60px;
    text-align: center;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
}.pricing-grid-10987 .class-deals-96413 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    gap: 30px;
    list-style: none;
    padding: 0;
}.pricing-grid-10987 .class-deals-96413 li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.pricing-grid-10987 .training-sub-98271 {
    text-decoration: none;
    transform: translateZ(0);
    display: block;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    height: 100%;
}.pricing-grid-10987 .training-sub-98271:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing-grid-10987 .learning-fees-42360 {
    position: relative;
    height: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
}.pricing-grid-10987 .training-sub-98271:hover .learning-fees-42360 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
}.pricing-grid-10987 .learning-fees-42360::before {
    background: linear-gradient(90deg, rgb(209,183,210), rgb(175,121,176));
    top: 0;
    height: 6px;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    transform: scaleX(0);
    transform-origin: left;
}.pricing-grid-10987 .training-sub-98271:hover .learning-fees-42360::before {
    transform: scaleX(1);
}.pricing-grid-10987 .price-tiers-63798 {
    box-sizing: border-box;
    height: 100%;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
}.pricing-grid-10987 .price-tiers-63798 h4 {
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: calc(22px * 1.1);
    transition: color 0.3s ease;
    padding-bottom: 15px;
    margin: 0 0 20px;
}.pricing-grid-10987 .training-sub-98271:hover .price-tiers-63798 h4 {
    color: rgb(209,183,210);
}.pricing-grid-10987 .price-tiers-63798 h4::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    transition: width 0.4s ease;
    bottom: 0;
    background: rgb(209,183,210);
    left: 0;
}.pricing-grid-10987 .training-sub-98271:hover .price-tiers-63798 h4::after {
    width: 60px;
}.pricing-grid-10987 .price-tiers-63798 p {
    line-height: 1.6;
    color: #000000;
    margin: 0 0 25px;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: calc(17px * 0.95);
}.pricing-grid-10987 .fee-plan-02913 {
    align-self: flex-start;
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    font-size: calc(22px * 1.4);
    padding: 12px 25px;
    font-weight: 700;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #000000;
}.pricing-grid-10987 .training-sub-98271:hover .fee-plan-02913 {
    background: linear-gradient(135deg, rgb(209,183,210,0.5), rgb(209,183,210));
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    color: #ffffff;
}.pricing-grid-10987 .fee-plan-02913::before {
    left: -100%;
    transition: left 0.7s ease;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    content: "";
}.pricing-grid-10987 .training-sub-98271:hover .fee-plan-02913::before {
    left: 100%;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1200px) {.pricing-grid-10987 {
    padding: 100px 0;
}.pricing-grid-10987 .class-deals-96413 {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.pricing-grid-10987 {
    padding: 80px 0;
}.pricing-grid-10987 h2 {
    font-size: calc(33px * 0.9);
}.pricing-grid-10987 .rate-plans-79681 {
    font-size: calc(17px * 0.95);
    margin-bottom: 50px;
}.pricing-grid-10987 .class-deals-96413 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing-grid-10987 .price-tiers-63798 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing-grid-10987 {
    padding: 70px 0;
}.pricing-grid-10987 h2 {
    font-size: calc(33px * 0.85);
    margin-bottom: 20px;
}.pricing-grid-10987 .rate-plans-79681 {
    font-size: calc(17px * 0.9);
    margin-bottom: 40px;
}.pricing-grid-10987 .class-deals-96413 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 25px;
}.pricing-grid-10987 .price-tiers-63798 h4 {
    font-size: 22px;
}.pricing-grid-10987 .price-tiers-63798 p {
    margin-bottom: 20px;
    font-size: calc(17px * 0.9);
}.pricing-grid-10987 .fee-plan-02913 {
    padding: 10px 20px;
    font-size: calc(22px * 1.3);
}
}

@media (max-width: 480px) {.pricing-grid-10987 {
    padding: 60px 0;
}.pricing-grid-10987 h2 {
    font-size: calc(33px * 0.8);
}.pricing-grid-10987 .rate-plans-79681 {
    margin-bottom: 35px;
    font-size: calc(17px * 0.85);
}.pricing-grid-10987 .price-tiers-63798 {
    padding: 25px 20px;
}.pricing-grid-10987 .price-tiers-63798 h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
}.pricing-grid-10987 .price-tiers-63798 p {
    line-height: 1.5;
    font-size: calc(17px * 0.85);
}.pricing-grid-10987 .fee-plan-02913 {
    font-size: calc(22px * 1.2);
    padding: 8px 18px;
}}.academic-experience-50798 {
    background-color: rgb(238,229,238);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}.academic-experience-50798::before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgb(209,183,210,0.5));
    z-index: 1;
}.academic-experience-50798 .learn-reviews-81205 {
    margin: 0 auto;
    border-radius: 0;
    z-index: 2;
    background: transparent;
    position: relative;
    max-width: 1200px;
    box-shadow: none;
    display: flex;
}.academic-experience-50798 .product-photo-17950 {
    transform: rotate(-2deg);
    position: relative;
    height: 480px;
    width: 45%;
    border-radius: 0;
    transition: all 0.5s ease;
    box-shadow: 15px 15px 0 rgb(209,183,210,0.5);
}.academic-experience-50798 .work-list-29506 {
    position: relative;
    padding: 3rem 0 3rem 4rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 55%;
}.academic-experience-50798 .work-list-29506::before {
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, rgb(175,121,176,0.5), transparent);
    left: 2.5rem;
    content: "";
    position: absolute;
}.academic-experience-50798 .name {
    font-weight: 700;
    position: relative;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #000000;
    font-size: calc(43px * 1.2);
}.academic-experience-50798 .work-list-29506 > div:nth-child(2) {
    border-radius: 10px;
    padding: 0.5rem 1.5rem;
    color: #ffffff;
    font-size: 17px;
    transform: translateX(-10px);
    display: inline-block;
    letter-spacing: 1px;
    background-color: rgb(175,121,176);
    margin-bottom: 2.5rem;
    font-weight: 600;
}.academic-experience-50798 .work-explore-38742 {
    color: #000000;
    max-width: 90%;
    font-size: 18px;
    line-height: 1.8;
    position: relative;
    padding-left: 0;
}.academic-experience-50798 .work-explore-38742::before {
    top: -1.5rem;
    left: 0;
    content: "";
    height: 3px;
    width: 60px;
    position: absolute;
    background-color: rgb(209,183,210);
}.academic-experience-50798 .learn-reviews-81205:hover .product-photo-17950 {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(175,121,176);
}

@media (max-width: 992px) {.academic-experience-50798::before {
    width: 100%;
    top: 0;
    height: 40%;
    right: 0;
    background: linear-gradient(180deg, rgb(209,183,210,0.5), transparent);
}.academic-experience-50798 .learn-reviews-81205 {
    align-items: center;
    max-width: 90%;
    flex-direction: column;
}.academic-experience-50798 .product-photo-17950 {
    height: 400px;
    width: 90%;
}.academic-experience-50798 .work-list-29506 {
    padding: 3rem 1rem 1rem;
    width: 100%;
}.academic-experience-50798 .work-list-29506::before {
    display: none;
}.academic-experience-50798 .work-explore-38742 {
    max-width: 100%;
}
}

@media (max-width: 576px) {.academic-experience-50798 {
    padding: 4rem 1rem;
}.academic-experience-50798 .product-photo-17950 {
    height: 320px;
}.academic-experience-50798 .name {
    font-size: 34px;
}.academic-experience-50798 .work-list-29506 > div:nth-child(2) {
    font-size: 15px;
}.academic-experience-50798 .work-explore-38742 {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.course-methodology-36709 {
    position: relative;
    background: rgb(238,229,238);
    overflow: hidden;
    padding: 8rem 2rem;
}.course-methodology-36709::before {
    background: rgb(209,183,210,0.5);
    opacity: 0.25;
    border-radius: 50%;
    content: "";
    left: -30%;
    height: 100%;
    z-index: 0;
    position: absolute;
    animation: floatCircle 15s infinite alternate ease-in-out;
    width: 100%;
    filter: blur(120px);
    top: -30%;
}.course-methodology-36709::after {
    position: absolute;
    background: rgb(175,121,176,0.5);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    opacity: 0.25;
    z-index: 0;
    bottom: -30%;
    filter: blur(120px);
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    content: "";
    right: -30%;
}.course-methodology-36709 .how-grow-10564 {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    display: grid;
    max-width: 1200px;
}.course-methodology-36709 h3 {
    font-weight: 700;
    margin: 0;
    animation: slideInLeft 0.8s ease-out forwards;
    position: relative;
    color: #000000;
    font-size: 34px;
    padding: 0;
}.course-methodology-36709 h3::before {
    content: "";
    background: linear-gradient(90deg, rgb(209,183,210), rgb(175,121,176));
    transform-origin: left;
    top: -1rem;
    border-radius: 10px;
    left: 0;
    transform: scaleX(0);
    width: 4rem;
    height: 4px;
    position: absolute;
    animation: expandLine 1s 0.4s forwards ease-out;
}.course-methodology-36709 h3::after {
    animation: expandLine 1s 0.6s forwards ease-out;
    bottom: -1rem;
    left: 0;
    background: rgb(209,183,210,0.5);
    border-radius: 10px;
    width: 2rem;
    transform: scaleX(0);
    transform-origin: left;
    height: 4px;
    content: "";
    position: absolute;
}.course-methodology-36709 span {
    border-left: 2px solid rgb(175,121,176,0.5);
    font-size: 17px;
    position: relative;
    line-height: 1.8;
    color: #000000;
    padding: 2rem;
    animation: slideInRight 0.8s ease-out forwards;
}.course-methodology-36709 span::before {
    height: 8px;
    width: 8px;
    left: -5px;
    animation: pulse 3s infinite;
    content: "";
    border-radius: 50%;
    position: absolute;
    background: rgb(175,121,176);
    top: 0;
}.course-methodology-36709 span::after {
    width: 8px;
    animation: pulse 3s 1.5s infinite;
    border-radius: 50%;
    bottom: 0;
    content: "";
    position: absolute;
    background: rgb(209,183,210);
    left: -5px;
    height: 8px;
}

@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.course-methodology-36709 {
    padding: 6rem 2rem;
}.course-methodology-36709 .how-grow-10564 {
    gap: 2rem;
}.course-methodology-36709 h3 {
    font-size: calc(34px * 0.9);
}.course-methodology-36709 span {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.course-methodology-36709 {
    padding: 5rem 1.5rem;
}.course-methodology-36709 .how-grow-10564 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.course-methodology-36709 h3 {
    font-size: calc(34px * 0.8);
    text-align: center;
}.course-methodology-36709 h3::before,
    .course-methodology-36709 h3::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.course-methodology-36709 span {
    border-left: none;
    font-size: calc(17px * 0.95);
    padding: 1.5rem;
    border-top: 2px solid rgb(175,121,176,0.5);
}.course-methodology-36709 span::before,
    .course-methodology-36709 span::after {
    left: 50%;
    transform: translateX(-50%);
}.course-methodology-36709 span::before {
    top: -5px;
    left: 50%;
}.course-methodology-36709 span::after {
    bottom: auto;
    left: calc(50% + 15px);
    top: -5px;
}@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }
}.our-mission-84957 {
    overflow: hidden;
    position: relative;
    padding: 4rem 0;
    color: #ffffff;
}.our-mission-84957::before {
    bottom: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 32, 63, 0.92), 
        rgba(45, 55, 72, 0.85) 50%, 
        rgba(76, 29, 89, 0.88));
    right: 0;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
}.our-mission-84957::after {
    background: repeating-linear-gradient(
        45deg,
        rgb(209,183,210,0.5),
        rgb(209,183,210,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 2;
    pointer-events: none;
    top: -5%;
    right: -5%;
    content: "";
    height: 40%;
    position: absolute;
    width: 40%;
    transform: rotate(-15deg);
}.our-mission-84957 .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.our-mission-84957 .message-holder-43517 {
    grid-template-columns: 1fr;
    transform: translateY(2rem);
    opacity: 0;
    display: grid;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    gap: 2rem;
}.our-mission-84957 h1 {
    transform-origin: left center;
    border-left: 5px solid rgb(209,183,210);
    font-weight: 700;
    padding-left: 1.5rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 41px;
    letter-spacing: -0.02em;
    position: relative;
}.our-mission-84957 h1::after {
    transform-origin: left;
    content: "";
    bottom: -10px;
    position: absolute;
    background: rgb(175,121,176);
    height: 3px;
    width: 60px;
    left: 1.5rem;
    transform: scaleX(0);
    animation: lineGrow 0.6s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.our-mission-84957 ul {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    list-style: none;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    margin: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}.our-mission-84957 ul:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.our-mission-84957 h4 {
    margin: 0 0 1.5rem;
    color: rgb(175,121,176);
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(21px * 1.1);
    display: inline-block;
}.our-mission-84957 h4::before {
    height: 1px;
    background: linear-gradient(90deg, rgb(175,121,176), transparent);
    left: 0;
    width: 100%;
    bottom: -8px;
    content: "";
    position: absolute;
}.our-mission-84957 span {
    hyphens: auto;
    font-size: 14px;
    display: block;
    line-height: 1.8;
    text-align: justify;
    color: #ffffff;
    column-count: 1;
    column-gap: 2.5rem;
}

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

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

@media (min-width: 768px) {.our-mission-84957 {
    padding: 6rem 0;
}.our-mission-84957::after {
    width: 30%;
    height: 30%;
}.our-mission-84957 h1 {
    padding-left: 2rem;
    font-size: calc(41px * 1.2);
    border-left-width: 6px;
}.our-mission-84957 h1::after {
    left: 2rem;
    width: 90px;
}.our-mission-84957 ul {
    padding: 3rem;
}.our-mission-84957 span {
    column-count: 2;
}
}

@media (min-width: 992px) {.our-mission-84957 {
    padding: 8rem 0;
}.our-mission-84957::before {
    background: linear-gradient(135deg, 
            rgba(0, 32, 63, 0.92), 
            rgba(45, 55, 72, 0.82) 50%, 
            rgba(76, 29, 89, 0.86));
}.our-mission-84957 .message-holder-43517 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.our-mission-84957 h1 {
    margin-bottom: 2rem;
    font-size: calc(41px * 1.4);
}.our-mission-84957 ul {
    padding: 3.5rem;
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
}.our-mission-84957 h4 {
    margin-bottom: 2rem;
    font-size: calc(21px * 1.3);
}.our-mission-84957 span {
    column-gap: 3rem;
    column-count: 3;
}
}

@media (min-width: 1200px) {.our-mission-84957 {
    padding: 10rem 0;
}.our-mission-84957::after {
    right: -10%;
    width: 25%;
    height: 25%;
    top: -10%;
}.our-mission-84957 .container {
    max-width: 1400px;
}.our-mission-84957 .message-holder-43517 {
    gap: 4rem;
}.our-mission-84957 h1 {
    font-size: calc(41px * 1.6);
}.our-mission-84957 ul {
    padding: 4rem;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}.our-mission-84957 span {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.our-mission-84957 {
    padding: 3rem 0;
}.our-mission-84957::after {
    display: none;
}.our-mission-84957 .container {
    padding: 0 1.5rem;
}.our-mission-84957 h1 {
    margin-bottom: 1.25rem;
    border-left-width: 4px;
    padding-left: 1rem;
    font-size: calc(41px * 0.9);
}.our-mission-84957 h1::after {
    width: 40px;
    height: 2px;
    left: 1rem;
}.our-mission-84957 ul {
    padding: 1.5rem;
}.our-mission-84957 h4 {
    margin-bottom: 1rem;
    font-size: 21px;
}.our-mission-84957 span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}}.opening-page-54378 {
    background: linear-gradient(135deg, rgb(238,229,238) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.opening-page-54378::before {
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb), 0.05) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(var(--secondary-color-rgb), 0.05) 0%, transparent 80%);
    z-index: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: '';
    position: absolute;
}.opening-page-54378::after {
    pointer-events: none;
    z-index: 0;
    position: absolute;
    height: 120%;
    background-image: 
        linear-gradient(rgba(var(--primary-color-rgb), 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--primary-color-rgb), 0.03) 1px, transparent 1px);
    width: 120%;
    left: -10%;
    background-size: 20px 20px;
    animation: backgroundShift 30s linear infinite;
    content: '';
    top: -10%;
}.opening-page-54378 h1 {
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    opacity: 0;
    letter-spacing: 1.2px;
    z-index: 1;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    text-align: center;
    transform: translateY(0);
    font-size: 20px;
    color: rgb(209,183,210);
}.opening-page-54378 .how-grow-10564 {
    align-items: center;
    position: relative;
    flex-direction: column-reverse;
    z-index: 2;
    display: flex;
    gap: 40px;
}.opening-page-54378 .message-holder-43517 {
    padding: 20px;
    position: relative;
    width: 100%;
    max-width: 600px;
}.opening-page-54378 .message-holder-43517 ol {
    padding: 0;
    margin: 0;
    list-style: none;
}.opening-page-54378 .message-holder-43517 li {
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-bottom: 30px;
    animation-delay: 0.3s;
    opacity: 0;
}.opening-page-54378 .message-holder-43517 li:nth-child(2) {
    animation-delay: 0.6s;
}.opening-page-54378 .course-entry-46017 {
    align-items: center;
    text-align: center;
    flex-direction: column;
    display: flex;
    position: relative;
}.opening-page-54378 .course-entry-46017 svg {
    margin-bottom: 20px;
    width: 100px;
    filter: drop-shadow(0 5px 15px rgba(var(--primary-color-rgb), 0.2));
    height: 100px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.opening-page-54378 .course-entry-46017 svg:hover {
    transform: scale(1.05) translateY(-5px);
}.opening-page-54378 .course-entry-46017 svg path {
    transition: fill 0.4s ease;
}.opening-page-54378 .course-entry-46017 svg:hover path {
    fill: rgb(175,121,176);
}.opening-page-54378 .course-entry-46017 svg text {
    transition: fill 0.4s ease;
}.opening-page-54378 .course-entry-46017 svg:hover text {
    fill: rgb(175,121,176);
}.opening-page-54378 .course-entry-46017 p {
    font-size: calc(12px + 0.1rem);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    max-width: 90%;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #000000;
}.opening-page-54378 .message-links-23709 {
    background: linear-gradient(135deg, rgb(209,183,210) 0%, rgb(175,121,176) 100%);
    border-radius: 23px;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    color: #ffffff;
    padding: 15px 30px;
    display: inline-block;
    box-shadow: 0 10px 25px -5px rgba(var(--primary-color-rgb), 0.3);
    transform: translateZ(0);
    font-size: 17px;
    font-weight: 600;
    backface-visibility: hidden;
}.opening-page-54378 .message-links-23709::before {
    content: '';
    transform: translateY(-100%);
    height: 100%;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
    top: 0;
    left: 0;
    position: absolute;
}.opening-page-54378 .message-links-23709:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 0 15px 30px -10px rgba(var(--primary-color-rgb), 0.4);
}.opening-page-54378 .message-links-23709:hover::before {
    transform: translateY(0);
}.opening-page-54378 .message-links-23709:active {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 8px 15px -8px rgba(var(--primary-color-rgb), 0.5);
}.opening-page-54378 .product-photo-17950 {
    animation-delay: 0.4s;
    box-shadow: 0 20px 40px -15px rgba(var(--dark-color-rgb), 0.3);
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(20px);
    width: 100%;
    height: 350px;
    border-radius: 23px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.opening-page-54378 .product-photo-17950::before {
    z-index: 1;
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.4) 100%);
    content: '';
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.5s ease;
}.opening-page-54378 .product-photo-17950:hover {
    transform: translateY(-5px) scale(1.02);
}.opening-page-54378 .product-photo-17950:hover::before {
    opacity: 0.7;
}

@media (min-width: 768px) {.opening-page-54378 {
    padding: 140px 0;
}.opening-page-54378 h1 {
    font-size: calc(24px - 0.2rem);
    margin-bottom: 60px;
}.opening-page-54378 .how-grow-10564 {
    align-items: center;
    gap: 40px;
    flex-direction: row;
    justify-content: space-between;
}.opening-page-54378 .message-holder-43517 {
    padding: 0 30px;
    width: 50%;
}.opening-page-54378 .course-entry-46017 {
    align-items: flex-start;
    text-align: left;
}.opening-page-54378 .course-entry-46017 p {
    max-width: 100%;
}.opening-page-54378 .product-photo-17950 {
    height: 400px;
    width: 50%;
}.opening-page-54378 .message-holder-43517 li:nth-child(1) {
    animation-delay: 0.5s;
}.opening-page-54378 .message-holder-43517 li:nth-child(2) {
    animation-delay: 0.8s;
}
}

@media (min-width: 992px) {.opening-page-54378 {
    padding: 160px 0;
}.opening-page-54378 h1 {
    font-size: 24px;
}.opening-page-54378 .how-grow-10564 {
    gap: 60px;
}.opening-page-54378 .message-holder-43517 {
    padding: 0 50px;
}.opening-page-54378 .product-photo-17950 {
    height: 450px;
}.opening-page-54378 .course-entry-46017 p {
    font-size: calc(12px + 0.2rem);
}.opening-page-54378 .course-entry-46017 svg {
    height: 120px;
    width: 120px;
}
}

@media (min-width: 1200px) {.opening-page-54378 {
    padding: 180px 0;
}.opening-page-54378 .how-grow-10564 {
    gap: 80px;
    margin: 0 auto;
    max-width: 1400px;
}.opening-page-54378 .product-photo-17950 {
    height: 500px;
}}

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

@keyframes backgroundShift {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(10px, 10px);
    }
    100% {
        transform: translate(0, 0);
    }
}.cookieInformationAlert-09671 {
    background: rgb(175,121,176);
    border-top: 2px solid rgb(209,183,210);
    position: fixed;
    box-shadow: 0 -10px 30px rgb(209,183,210,0.5);
    animation: slideIn 0.5s ease-in-out;
    bottom: 0;
    z-index: 90;
    width: 100%;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.cookie-gate-28407 {
    box-shadow: 0 0 20px rgb(209,183,210,0.5);
    align-items: center;
    padding: 20px 5%;
    background: linear-gradient(135deg, rgb(175,121,176) 0%, rgba(0, 0, 0, 0.5) 100%);
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}.cookies-tracking-94835 {
    background: rgba(0, 0, 0, 0.5);
    margin-right: 20px;
    overflow: hidden;
    border-radius: 15px;
    padding: 10px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(209,183,210);
}.cookies-tracking-94835 svg, .cookies-tracking-94835 svg path {
    transition: transform 0.3s ease;
    height: 60px;
    width: 60px;
    fill: rgb(209,183,210);
}.cookies-tracking-94835:hover svg {
    transform: rotate(20deg);
}.data-comply-94138 {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}.data-comply-94138 h5 {
    text-shadow: 0 0 10px rgb(209,183,210);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(209,183,210);
}.data-comply-94138 p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(209,183,210,0.5);
}.policy-ack-56012 {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: rgb(209,183,210);
    border-radius: 10px;
    margin-left: 10px;
    cursor: pointer;
    color: #000000;
    white-space: nowrap;
    box-shadow: 0 0 10px rgb(209,183,210,0.5);
    font-size: 18px;
    text-decoration: none;
    padding: 12px 25px;
}.policy-ack-56012:hover {
    box-shadow: 0 0 20px rgb(175,121,176,0.5);
    background: rgb(175,121,176);
}.cookieInformationAlert-09671 p a {
    text-decoration: underline;
    color: rgb(209,183,210);
    transition: color 0.3s ease;
}.cookieInformationAlert-09671 p a:hover {
    color: rgb(175,121,176);
}#bannerPrivacyAlert-32804 {
    display: none;
}#bannerPrivacyAlert-32804:checked ~ .cookieInformationAlert-09671 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookieInformationAlert-09671 {
    padding: 20px;
}.cookie-gate-28407 {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.cookies-tracking-94835 {
    display: none;
}.cookie-gate-28407 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.data-comply-94138 {
    text-align: center;
    margin-bottom: 20px;
}.cookieInformationAlert-09671 h5, .cookieInformationAlert-09671 p {
    text-align: center;
}.policy-ack-56012 {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
    width: 100%;
}}
.secure-safehold-83297 {
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 40px;
    height: 100%;
}.secure-safehold-83297:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}.secure-safehold-83297 h1 {
    margin-top: 40px;
    border-bottom: 2px solid rgb(175,121,176);
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: rgb(209,183,210);
    font-weight: 700;
    font-size: 43px;
}.secure-safehold-83297 h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(175,121,176,0.5);
    padding-bottom: 8px;
    font-weight: 600;
    color: rgb(175,121,176);
    font-size: 28px;
    margin-top: 30px;
}.secure-safehold-83297 h3, .secure-safehold-83297 h4, .secure-safehold-83297 h5, .secure-safehold-83297 h6 {
    font-weight: 400;
    color: rgb(209,183,210,0.5);
    margin-top: 25px;
    font-size: 22px;
    margin-bottom: 15px;
}.secure-safehold-83297 ul, .secure-safehold-83297 ol {
    padding-left: 0;
    list-style-position: inside;
    border-left: 3px solid rgb(209,183,210);
    margin: 20px 0;
    padding: 20px 0;
}.secure-safehold-83297 li {
    line-height: 1.6;
    color: #000000;
    padding-left: 10px;
    font-size: 16px;
    margin-bottom: 15px;
}.secure-safehold-83297 section {
    border-radius: 10px;
    background: rgb(238,229,238);
    padding: 20px;
    margin-bottom: 20px;
}.secure-safehold-83297 p, .secure-safehold-83297 span, .secure-safehold-83297 div {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #000000;
}.secure-safehold-83297 p {
    text-align: justify;
}.secure-safehold-83297 a {
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    color: rgb(209,183,210);
    text-decoration: none;
}.secure-safehold-83297 a:hover {
    color: rgb(175,121,176);
    text-decoration: underline;
}

@media only screen and (max-width: 800px) {.secure-safehold-83297 {
    padding: 30px 15px;
}.secure-safehold-83297 h1 {
    font-size: calc(22px - 10px);
}.secure-safehold-83297 h2 {
    font-size: calc(22px - 5px);
}.secure-safehold-83297 ul, .secure-safehold-83297 ol {
    padding-left: 10px;
}.secure-safehold-83297 li {
    font-size: calc(16px - 2px);
}}.thxSpot-71536 {
    background: linear-gradient(135deg, rgb(238,229,238) 0%, rgba(rgb(209,183,210,0.5), 0.08) 100%);
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    padding: 6rem 0;
}.thxSpot-71536::before {
    height: 200%;
    opacity: 0.8;
    animation: orbital 30s infinite linear;
    top: -50%;
    left: -50%;
    transform: rotate(-12deg);
    position: absolute;
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(rgb(175,121,176,0.5), 0.03) 0%, transparent 60%);
    width: 200%;
    content: "";
}.thxSpot-71536::after {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(209,183,210,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(209,183,210,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(209,183,210,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(209,183,210,0.5), 0.05) 1px, transparent 2px);
    top: 0;
    left: 0;
    background-size: 8rem 8rem;
    width: 100%;
    opacity: 0.4;
    pointer-events: none;
    height: 100%;
    content: "";
    position: absolute;
}.thxSpot-71536 .container {
    max-width: 1200px;
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
}.thxSpot-71536 .how-grow-10564 {
    gap: 2.5rem;
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    padding: 3.5rem;
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    display: flex;
    overflow: hidden;
    transform: translateZ(0);
}.thxSpot-71536 .how-grow-10564:hover {
    transform: translateZ(20px) translateY(-5px);
}.thxSpot-71536 .how-grow-10564 > div:first-child {
    transform: translateZ(10px);
    position: relative;
}.thxSpot-71536 .how-grow-10564 > div:first-child::before {
    transform: translateY(-50%);
    height: 2px;
    content: "";
    width: 2.5rem;
    top: 50%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(209,183,210), transparent);
    left: -3.5rem;
}.thxSpot-71536 .how-grow-10564 > div:last-child {
    transform: translateZ(5px);
    position: relative;
}.thxSpot-71536 .how-grow-10564 > div:last-child::after {
    background: linear-gradient(90deg, transparent, rgb(209,183,210), transparent);
    right: -3.5rem;
    content: "";
    position: absolute;
    bottom: 2rem;
    transform: translateY(-50%);
    height: 2px;
    width: 2.5rem;
}.thxSpot-71536 h5 {
    font-size: 22px;
    position: relative;
    line-height: 1.4;
    padding-left: 1.5rem;
    font-weight: 700;
    transition: transform 0.5s ease;
    margin: 0;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
}.thxSpot-71536 h5::before {
    width: 0.5rem;
    background: rgb(209,183,210);
    height: 0.5rem;
    border-radius: 50%;
    content: "";
    top: 0.5rem;
    position: absolute;
    animation: pulse 3s infinite ease-in-out;
    box-shadow: 0 0 10px rgba(rgb(209,183,210,0.5), 0.5);
    left: 0;
}.thxSpot-71536 a {
    transition: transform 0.4s ease-out;
    text-decoration: none;
    display: block;
}.thxSpot-71536 a:hover {
    transform: translateX(5px);
}.thxSpot-71536 p {
    position: relative;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    border-left: 1px solid rgba(rgb(209,183,210,0.5), 0.2);
    padding: 0 0 0 1.5rem;
}

@media (min-width: 768px) {.thxSpot-71536 {
    padding: 8rem 0;
}.thxSpot-71536 .how-grow-10564 {
    padding: 4.5rem;
    gap: 3rem;
}.thxSpot-71536 h5 {
    padding-left: 2rem;
    font-size: calc(22px * 1.1);
}.thxSpot-71536 p {
    font-size: calc(16px * 1.05);
    padding: 0 0 0 2rem;
}.thxSpot-71536 .how-grow-10564 > div:first-child::before {
    width: 4rem;
}.thxSpot-71536 .how-grow-10564 > div:last-child::after {
    width: 4rem;
}
}

@media (min-width: 992px) {.thxSpot-71536 {
    padding: 10rem 0;
}.thxSpot-71536 .how-grow-10564 {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.thxSpot-71536 .how-grow-10564 > div:first-child {
    flex: 0 0 40%;
}.thxSpot-71536 .how-grow-10564 > div:last-child {
    flex: 0 0 60%;
}.thxSpot-71536 .how-grow-10564 > div:first-child::before {
    right: -2rem;
    left: auto;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(209,183,210), transparent);
    height: 3rem;
    top: 50%;
}.thxSpot-71536 .how-grow-10564 > div:last-child::after {
    bottom: 2rem;
    right: auto;
    background: linear-gradient(to bottom, transparent, rgb(209,183,210), transparent);
    width: 2px;
    left: -2rem;
    height: 3rem;
}
}

@media (min-width: 1200px) {.thxSpot-71536 .how-grow-10564 {
    padding: 5rem;
    gap: 5rem;
}.thxSpot-71536 h5 {
    font-size: calc(22px * 1.2);
}.thxSpot-71536 p {
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 767px) {.thxSpot-71536 {
    padding: 4rem 0;
}.thxSpot-71536 .how-grow-10564 {
    gap: 2rem;
    padding: 2.5rem;
}.thxSpot-71536 h5 {
    font-size: calc(22px * 0.95);
}.thxSpot-71536 .how-grow-10564 > div:first-child::before,
    .thxSpot-71536 .how-grow-10564 > div:last-child::after {
    display: none;
}}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.7; }
}

@keyframes orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}.stay-informed-79156 {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(209,183,210,0.5), rgb(175,121,176), rgb(209,183,210));
    overflow: hidden;
    z-index: 1;
    position: relative;
}.stay-informed-79156::before {
    transform-origin: center;
    animation: rotateBg 120s linear infinite;
    opacity: 0.5;
    content: "";
    z-index: -1;
    height: 200%;
    width: 200%;
    position: absolute;
    left: -50%;
    background-size: 100px 100px;
    top: -50%;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 70% 60%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 40% 80%, rgba(255,255,255,0.1) 1px, transparent 2px),
                radial-gradient(circle at 60% 20%, rgba(255,255,255,0.1) 1px, transparent 2px);
}.stay-informed-79156::after {
    z-index: -1;
    background: radial-gradient(ellipse at 30% 50%, rgb(209,183,210,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}.stay-informed-79156 .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.stay-informed-79156 .how-grow-10564 {
    transform-style: preserve-3d;
    justify-content: center;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: rgba(255, 255, 255, 0.08);
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3rem 2rem;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
}.stay-informed-79156 .how-grow-10564:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}.stay-informed-79156 .how-grow-10564 > div {
    margin-bottom: 2rem;
    transform: translateZ(20px);
    width: 100%;
}.stay-informed-79156 h4 {
    transition: transform 0.3s ease;
    font-size: calc(19px * 1.1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.01em;
    transform: translateZ(30px);
    text-align: center;
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
}.stay-informed-79156 .input_holder {
    width: 100%;
    gap: 1.25rem;
    flex-direction: column;
    transform: translateZ(10px);
    display: flex;
}.stay-informed-79156 .input_holder span {
    position: relative;
    width: 100%;
    display: block;
}.stay-informed-79156 .input_holder input[type="email"] {
    border: none;
    background: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    border-radius: 10px;
    padding: 1.2rem 1.5rem;
    outline: none;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    width: 100%;
    color: #000000;
}.stay-informed-79156 .input_holder input[type="email"]:focus {
    background: #ffffff;
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 2px rgb(209,183,210);
}.stay-informed-79156 .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 300;
}.stay-informed-79156 .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.stay-informed-79156 .input_holder .message-links-23709 {
    text-transform: uppercase;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    border: none;
    background: linear-gradient(135deg, rgb(175,121,176), rgb(209,183,210));
    letter-spacing: 0.05em;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
    width: 100%;
}.stay-informed-79156 .input_holder .message-links-23709::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    top: 0;
    transition: all 0.6s ease;
    left: -100%;
    width: 100%;
}.stay-informed-79156 .input_holder .message-links-23709:hover {
    transform: translateY(-3px) scale(1.02);
    background: linear-gradient(135deg, rgb(209,183,210), rgb(175,121,176));
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}.stay-informed-79156 .input_holder .message-links-23709:hover::before {
    left: 100%;
}.stay-informed-79156 .input_holder .message-links-23709:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(1px) scale(0.98);
}

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

@media screen and (min-width: 768px) {.stay-informed-79156 .how-grow-10564 {
    padding: 3.5rem 3rem;
}.stay-informed-79156 h4 {
    font-size: calc(19px * 1.2);
}.stay-informed-79156 .input_holder {
    gap: 1rem;
    align-items: center;
    flex-direction: row;
}.stay-informed-79156 .input_holder span:first-child {
    flex: 1;
}.stay-informed-79156 .input_holder span:last-child {
    flex: 0 0 auto;
    width: auto;
}.stay-informed-79156 .input_holder .message-links-23709 {
    width: auto;
    padding: 1.2rem 2rem;
    white-space: nowrap;
}
}

@media screen and (min-width: 992px) {.stay-informed-79156 {
    padding: 6rem 0;
}.stay-informed-79156 .how-grow-10564 {
    padding: 4rem;
    gap: 3rem;
    flex-direction: row;
}.stay-informed-79156 .how-grow-10564 > div {
    width: 40%;
    margin-bottom: 0;
}.stay-informed-79156 h4 {
    font-size: calc(19px * 1.3);
    text-align: left;
}.stay-informed-79156 .input_holder {
    width: 60%;
}
}

@media screen and (min-width: 1200px) {.stay-informed-79156 .how-grow-10564 {
    gap: 4rem;
}.stay-informed-79156 h4 {
    font-size: calc(19px * 1.4);
}.stay-informed-79156 .how-grow-10564 > div {
    width: 45%;
}.stay-informed-79156 .input_holder {
    width: 55%;
}
}

@media (prefers-reduced-motion: reduce) {.stay-informed-79156::before {
    animation: none;
}.stay-informed-79156 .how-grow-10564,
    .stay-informed-79156 .how-grow-10564:hover,
    .stay-informed-79156 .input_holder input[type="email"]:focus,
    .stay-informed-79156 .input_holder .message-links-23709,
    .stay-informed-79156 .input_holder .message-links-23709:hover,
    .stay-informed-79156 .input_holder .message-links-23709:active {
    transition: none;
    transform: none;
}}.get-in-touch-62905 {
    position: relative;
    padding: 0;
}.get-in-touch-62905::before {
    background: rgb(238,229,238);
    height: 100%;
    left: 0;
    content: '';
    opacity: 0.85;
    top: 0;
    position: absolute;
    width: 100%;
}.get-in-touch-62905 .container {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    padding: 0;
}.get-in-touch-62905 .reach-box-48567 {
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(12, 1fr);
}.get-in-touch-62905 .reach-query-03279 {
    overflow: hidden;
    border-radius: 27px;
    z-index: 10;
    margin-top: 80px;
    background: #ffffff;
    grid-row: 1 / 2;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    grid-column: 3 / 11;
}.get-in-touch-62905 .reach-query-03279 h3 {
    font-weight: 700;
    color: #ffffff;
    padding: 40px;
    font-size: 29px;
    text-align: center;
    background: rgb(209,183,210);
    margin: 0;
}.get-in-touch-62905 .reach-query-03279 div {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    display: flex;
    text-align: center;
}.get-in-touch-62905 .reach-query-03279 svg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    padding: 10px;
    background: rgb(238,229,238);
}.get-in-touch-62905 .reach-query-03279 svg path {
    fill: rgb(209,183,210);
}.get-in-touch-62905 .reach-query-03279 span {
    color: #000000;
    font-size: 15px;
}.get-in-touch-62905 .reach-query-03279 a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(209,183,210);
}.get-in-touch-62905 .reach-query-03279 a:hover {
    color: rgb(175,121,176);
}.get-in-touch-62905 .query-form-20713 {
    background: rgb(209,183,210);
    grid-column: 1 / 13;
    padding: 170px 0 100px;
    margin-top: -100px;
    grid-row: 2 / 4;
}.get-in-touch-62905 form {
    padding: 60px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    width: 60%;
    border-radius: 27px;
    margin: 0 auto;
    max-width: 700px;
}.get-in-touch-62905 form h3 {
    font-size: 29px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
}.get-in-touch-62905 form h3::after {
    transform: translateX(-50%);
    width: 70px;
    content: '';
    background: rgb(209,183,210);
    left: 50%;
    height: 3px;
    position: absolute;
    bottom: -15px;
}.get-in-touch-62905 form input[type="text"],
.get-in-touch-62905 form input[type="email"] {
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(238,229,238);
    color: #000000;
    width: 100%;
    margin-bottom: 25px;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 18px 20px;
}.get-in-touch-62905 form input[type="text"]:focus,
.get-in-touch-62905 form input[type="email"]:focus {
    outline: none;
    border-color: rgb(209,183,210);
    box-shadow: 0 0 0 3px rgb(209,183,210,0.5);
}.get-in-touch-62905 form input::placeholder {
    color: #000000;
}.get-in-touch-62905 .inquiry-map-21970 {
    display: flex;
    align-items: flex-start;
    margin: 25px 0;
}.get-in-touch-62905 .inquiry-map-21970 input[type="checkbox"] {
    transition: all 0.3s ease;
    width: 22px;
    border: 2px solid rgb(238,229,238);
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    -webkit-appearance: none;
    margin-right: 15px;
    appearance: none;
    height: 22px;
}.get-in-touch-62905 .inquiry-map-21970 input[type="checkbox"]:checked {
    border-color: rgb(209,183,210);
    background-color: rgb(209,183,210);
}.get-in-touch-62905 .inquiry-map-21970 input[type="checkbox"]:checked::before {
    border: solid #ffffff;
    top: 4px;
    border-width: 0 2px 2px 0;
    width: 6px;
    left: 7px;
    content: '';
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
}.get-in-touch-62905 .inquiry-map-21970 label {
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
}.get-in-touch-62905 .inquiry-map-21970 a {
    color: rgb(209,183,210);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}.get-in-touch-62905 .inquiry-map-21970 a:hover {
    color: rgb(175,121,176);
}.get-in-touch-62905 .message-links-23709 {
    font-weight: 700;
    background: rgb(209,183,210);
    border: none;
    width: 100%;
    padding: 18px 20px;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}.get-in-touch-62905 .message-links-23709:hover {
    background: rgb(175,121,176);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {.get-in-touch-62905 .reach-query-03279 {
    grid-column: 2 / 12;
}.get-in-touch-62905 form {
    width: 70%;
}
}

@media (max-width: 992px) {.get-in-touch-62905 .reach-query-03279 {
    margin: 60px 20px 0;
    grid-column: 1 / 13;
}.get-in-touch-62905 form {
    padding: 50px 40px;
    width: 80%;
}
}

@media (max-width: 768px) {.get-in-touch-62905 .reach-query-03279 h3 {
    padding: 30px;
    font-size: calc(29px * 0.9);
}.get-in-touch-62905 .query-form-20713 {
    padding: 150px 20px 80px;
}.get-in-touch-62905 form {
    padding: 40px 30px;
    width: 100%;
}.get-in-touch-62905 form h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.get-in-touch-62905 .reach-query-03279 {
    margin: 40px 15px 0;
}.get-in-touch-62905 .reach-query-03279 h3 {
    padding: 25px 20px;
    font-size: calc(29px * 0.85);
}.get-in-touch-62905 .query-form-20713 {
    padding: 130px 15px 60px;
}.get-in-touch-62905 form {
    padding: 30px 20px;
}.get-in-touch-62905 form input[type="text"],
    .get-in-touch-62905 form input[type="email"] {
    padding: 15px;
    margin-bottom: 20px;
}}.user-testimonials-86190 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgb(238,229,238) 0%, #ffffff 100%);
    padding: 90px 0;
}.user-testimonials-86190::before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 0.7;
    background-image: 
        radial-gradient(circle at 80% 20%, rgb(209,183,210,0.5) 0%, transparent 15%),
        radial-gradient(circle at 20% 80%, rgb(175,121,176,0.5) 0%, transparent 15%);
    top: 0;
    left: 0;
}.user-testimonials-86190 .how-grow-10564 {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.user-testimonials-86190 h4 {
    text-align: center;
    font-size: 36px;
    transform: translateY(0);
    opacity: 1;
    animation: fadeInDown 1s ease-out;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
}@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-testimonials-86190 h4::after {
    height: 3px;
    bottom: -15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(209,183,210);
    content: "";
    border-radius: 10px;
    width: 80px;
}.user-testimonials-86190 .user-experience-83469 {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}.user-testimonials-86190 .user-experience-83469::before {
    background: linear-gradient(to bottom, rgb(209,183,210,0.5), rgb(175,121,176,0.5));
    width: 4px;
    content: "";
    transform: translateX(-50%);
    border-radius: 10px;
    z-index: 1;
    bottom: 0;
    left: 50%;
    position: absolute;
    top: 0;
}.user-testimonials-86190 .learn-reviews-81205 {
    background: #ffffff;
    position: relative;
    clear: both;
    padding: 30px;
    transition: all 0.4s ease;
    width: 45%;
    margin-bottom: 60px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}.user-testimonials-86190 .learn-reviews-81205:nth-child(odd) {
    animation-delay: calc(0.2s * var(--i, 0));
    animation: slideInLeft 0.8s ease-out both;
    float: left;
}.user-testimonials-86190 .learn-reviews-81205:nth-child(even) {
    animation-delay: calc(0.2s * var(--i, 0));
    animation: slideInRight 0.8s ease-out both;
    float: right;
}@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.user-testimonials-86190 .learn-reviews-81205::before {
    z-index: 2;
    top: 30px;
    position: absolute;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgb(209,183,210,0.5);
    transition: all 0.4s ease;
    content: "";
    height: 20px;
    background: rgb(209,183,210);
    border: 4px solid #ffffff;
}.user-testimonials-86190 .learn-reviews-81205:nth-child(odd)::before {
    right: -60px;
}.user-testimonials-86190 .learn-reviews-81205:nth-child(even)::before {
    left: -60px;
}.user-testimonials-86190 .learn-reviews-81205:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.user-testimonials-86190 .learn-reviews-81205:hover::before {
    box-shadow: 0 0 0 4px rgb(175,121,176,0.5);
    background: rgb(175,121,176);
}.user-testimonials-86190 .learn-reviews-81205::after {
    border-width: 10px;
    height: 15px;
    content: "";
    top: 32px;
    width: 15px;
    position: absolute;
    border-style: solid;
    transition: all 0.4s ease;
}.user-testimonials-86190 .learn-reviews-81205:nth-child(odd)::after {
    border-color: transparent transparent transparent #ffffff;
    right: -20px;
}.user-testimonials-86190 .learn-reviews-81205:nth-child(even)::after {
    border-color: transparent #ffffff transparent transparent;
    left: -20px;
}.user-testimonials-86190 .product-photo-17950 {
    margin: 0 auto 15px;
    width: 70px;
    border-radius: 50%;
    margin-right: 20px;
    height: 70px;
    float: left;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border: 3px solid #ffffff;
}.user-testimonials-86190 .learn-reviews-81205:hover .product-photo-17950 {
    border-color: rgb(209,183,210);
    transform: scale(1.05);
}.user-testimonials-86190 .learn-reviews-81205 span {
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000000;
    display: block;
    transition: all 0.3s ease;
    font-size: 23px;
}.user-testimonials-86190 .learn-reviews-81205 p {
    font-size: 16px;
    clear: both;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    margin-top: 20px;
    line-height: 1.7;
}.user-testimonials-86190 .learn-reviews-81205 p::before {
    transition: all 0.3s ease;
    background: rgb(209,183,210,0.5);
    height: 2px;
    position: absolute;
    top: -10px;
    width: 40px;
    content: "";
    left: 0;
}.user-testimonials-86190 .learn-reviews-81205:hover p::before {
    background: rgb(209,183,210);
    width: 60px;
}

@media (max-width: 1024px) {.user-testimonials-86190 {
    padding: 70px 0;
}.user-testimonials-86190 .learn-reviews-81205 {
    padding: 25px;
    width: 47%;
}.user-testimonials-86190 .learn-reviews-81205:nth-child(odd)::before {
    right: -50px;
}.user-testimonials-86190 .learn-reviews-81205:nth-child(even)::before {
    left: -50px;
}.user-testimonials-86190 .product-photo-17950 {
    height: 60px;
    width: 60px;
}
}

@media (max-width: 768px) {.user-testimonials-86190 {
    padding: 60px 0;
}.user-testimonials-86190 h4 {
    font-size: calc(36px * 0.85);
    margin-bottom: 50px;
}.user-testimonials-86190 .user-experience-83469::before {
    left: 20px;
}.user-testimonials-86190 .learn-reviews-81205 {
    width: calc(100% - 60px);
    float: right;
    margin-bottom: 40px;
}.user-testimonials-86190 .learn-reviews-81205:nth-child(odd),
    .user-testimonials-86190 .learn-reviews-81205:nth-child(even) {
    float: right;
    animation: slideInRight 0.8s ease-out both;
}.user-testimonials-86190 .learn-reviews-81205:nth-child(odd)::before,
    .user-testimonials-86190 .learn-reviews-81205:nth-child(even)::before {
    left: -40px;
}.user-testimonials-86190 .learn-reviews-81205:nth-child(odd)::after,
    .user-testimonials-86190 .learn-reviews-81205:nth-child(even)::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
}.user-testimonials-86190 .product-photo-17950 {
    height: 50px;
    margin-right: 15px;
    width: 50px;
}.user-testimonials-86190 .learn-reviews-81205 span {
    font-size: calc(23px * 0.9);
}
}