* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}

.container {
    margin: auto;
    width: 1229px;
    max-width: 100%;
}

.our-mission-2SM::before {
    top: 0;
    content: "";
    left: 0;
    z-index: -1;
    opacity: 0.2;
    width: 100%;
    position: absolute;
    height: 100%;
    background: radial-gradient(ellipse at bottom right, rgb(167,201,209,0.5) 0%, transparent 70%);
}

.our-mission-2SM .quick-mastery-QBJ svg {
    fill: rgb(167,201,209);
    height: 60px;
    width: 60px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.our-mission-2SM .word-box-s0e {
    text-align: center;
    position: relative;
    padding: 0 10%;
    grid-area: content;
}

.our-mission-2SM .skills-center-UfN {
    position: relative;
    display: flex;
    padding-top: 40px;
    justify-content: center;
    grid-area: director;
    margin-top: 20px;
    grid-row:1;
}

.our-mission-2SM .founder-bio-ZrA::before {
    left: 0;
    background: rgb(167,201,209);
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
}

.opening-page-pe1 .start-entry-jDc::before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 40%, 
        rgba(0, 0, 0, 0.4) 100%);
    top: 0;
    z-index: 2;
}

.opening-page-pe1 .training-space-9Hy > div:nth-child(1) {
    animation-delay: 0.3s;
}

.opening-page-pe1 .training-space-9Hy > div::before {
    height: 0;
    position: absolute;
    animation-delay: inherit;
    left: -20px;
    width: 4px;
    transform: translateY(-50%);
    animation: growLine 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    background: rgb(122,172,184);
    top: 50%;
    content: "";
}

.opening-page-pe1 h3::after {
    transform: translateZ(-10px);
    content: "";
    position: absolute;
    right: 20px;
    width: 60%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(122,172,184), 
        transparent);
    height: 1px;
    bottom: -5px;
}

.reach-out-N1W .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px;
    width: 100%;
}

.reach-out-N1W .help-form-lVF div {
    display: flex;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1 0 calc(50% - 30px);
    border-radius: 21px;
    padding: 20px;
    justify-content: center;
    min-height: 140px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    max-width: 220px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.reach-out-N1W .reach-request-fWK form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.reach-out-N1W .reach-request-fWK input[type="text"],
.reach-out-N1W .reach-request-fWK input[type="email"] {
    color: #000000;
    font-size: 12px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    padding: 15px 20px;
    flex: 1 0 100%;
    border: 1px solid rgb(210,229,234);
    border-radius: 10px;
    height: 50px;
    background-color: transparent;
}

.reach-out-N1W .reach-request-fWK .reach-query-He6 label {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}

.reach-out-N1W .reach-request-fWK .reach-query-He6 label a:hover {
    color: rgb(167,201,209);
}

.ty-section-PSC {
    background: linear-gradient(135deg, rgb(210,229,234) 0%, rgb(167,201,209,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.ty-section-PSC .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 5;
}

.ty-section-PSC .learn-skill-lqz {
    padding: 50px 40px 50px 60px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(5%);
    position: relative;
    background-color: #ffffff;
}

.ty-section-PSC:hover .learn-skill-lqz {
    transform: translateX(5%) translateY(-5px);
}

.ty-section-PSC:hover h2::after {
    transform: scaleX(1.3);
}

.program-results-xH9 {
    overflow: hidden;
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, rgb(210,229,234) 0%, rgba(255,255,255,0.98) 70%);
    position: relative;
    font-family: Arial, sans-serif;
}

.program-results-xH9 h5::after {
    height: 3px;
    bottom: -0.8rem;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    border-radius: 10px;
    width: 4rem;
    background: linear-gradient(90deg, transparent, rgb(167,201,209), transparent);
}

.program-results-xH9 .learn-skill-lqz:hover .background-photo-mBr {
    transform: perspective(1000px) rotateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.program-results-xH9 li {
    position: relative;
    padding: 0.8rem 1rem 0.8rem 3.2rem;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    transition: transform 0.3s ease, background 0.3s ease, border-left 0.3s ease;
    border-left: 2px solid rgb(167,201,209,0.5);
    transform: translateX(0);
}

.program-results-xH9 li:hover svg {
    transform: translateY(-3px);
}

.program-results-xH9 li:nth-child(odd) svg path {
    fill: rgb(122,172,184);
}

.program-results-xH9 li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}

.program-overview-2Bb::before {
    z-index: 0;
    content: "";
    bottom: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(122,172,184,0.5) 2px, rgb(122,172,184,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(167,201,209,0.5) 2px, rgb(167,201,209,0.5) 4px);
    opacity: 0.03;
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
}

.program-overview-2Bb .background-photo-mBr::after {
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
    left: 0;
    height: 100%;
    opacity: 0.7;
    content: "";
    z-index: 2;
    top: 0;
    width: 100%;
    position: absolute;
}

.program-overview-2Bb .learn-skill-lqz:hover .learn-now-xlJ {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.program-overview-2Bb .site-core-Q41 {
    transform: translateX(-50%);
    z-index: 5;
    width: 70px;
    top: -35px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 0 0 5px rgb(167,201,209,0.5);
    height: 70px;
    align-items: center;
    border-radius: 50%;
    display: flex;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    justify-content: center;
    background: #ffffff;
    position: absolute;
}

.program-overview-2Bb h3::after {
    transform: translateX(-50%);
    transition: width 0.5s ease;
    left: 50%;
    content: "";
    height: 1px;
    width: 100px;
    background: rgb(122,172,184,0.5);
    position: absolute;
    bottom: -5px;
}

.program-overview-2Bb .learn-now-xlJ:hover p::before,
.program-overview-2Bb .learn-now-xlJ:hover p::after {
    height: 40px;
    width: 40px;
    opacity: 0.6;
}

.privacy-safeguard-J1Q h2 {
    margin-top: 40px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 28px;
    width: 100%;
    border-bottom: 2px solid rgb(122,172,184);
    color: rgb(122,172,184);
    font-weight: 600;
    margin-bottom: 25px;
}

.privacy-safeguard-J1Q p, .privacy-safeguard-J1Q span, .privacy-safeguard-J1Q div {
    margin: 0 auto 15px auto;
    line-height: 1.8;
    color: #000000;
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

.learning-fee-zbT {
    position: relative;
}

.price-combo-joT h2::after {
    transform: scaleX(1);
    content: "";
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(122,172,184), rgb(167,201,209));
    height: 3px;
    display: block;
    width: 80px;
    margin: 20px auto 0;
}

.price-combo-joT .package-pricing-L0M li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}

.price-combo-joT .fee-plans-gVR:hover {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.price-combo-joT .cost-card-f9u {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.price-combo-joT .cost-card-f9u h4::after {
    width: 40px;
    content: "";
    left: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    background: rgb(167,201,209);
    transition: width 0.4s ease;
}

.price-combo-joT .study-rates-b4H::before {
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(122,172,184) 0%, transparent 100%);
    left: 0;
    height: 1px;
    bottom: 0;
}

header:hover::after {
    transform: scaleX(1);
}

header .head-prime-jFw {
    display: flex;
    align-items: center;
    padding: 1.3rem 2.5rem;
    position: relative;
    justify-content: space-between;
    z-index: 5;
}

header .site-core-Q41 {
    position: relative;
    margin-right: 2rem;
    perspective: 800px;
    flex: 0 0 auto;
}

header .top-header-4U2 img {
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
}

header .site-top-6At {
    transform-style: preserve-3d;
    position: relative;
    margin: 0 0.3rem;
}

header .site-top-6At a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
    color: #ffffff;
}

header .site-top-6At a::after {
    transition: all 0.4s ease;
    height: 5px;
    left: 5px;
    opacity: 0;
    background: rgb(167,201,209);
    position: absolute;
    content: '';
    bottom: -5px;
    transform: translateZ(-10px);
    right: 5px;
}

.training-method-WTH {
    background: linear-gradient(135deg, rgba(#000000, 0.03) 0%, rgba(rgb(167,201,209), 0.05) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    font-family: Arial, sans-serif;
}

.training-method-WTH .learn-skill-lqz:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.training-method-WTH h2 {
    position: relative;
    letter-spacing: -0.02em;
    font-weight: 700;
    font-size: 29px;
    transform: translateZ(20px);
    text-align: left;
    color: #000000;
    margin-bottom: 40px;
}

.training-method-WTH .word-box-s0e::before {
    background: linear-gradient(90deg, rgb(167,201,209), rgb(122,172,184));
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: '';
    opacity: 0.8;
    height: 4px;
}

.training-method-WTH .learn-skill-lqz:hover .word-box-s0e {
    box-shadow: 
        20px 20px 40px rgba(#000000, 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 3px 3px 6px rgba(#ffffff, 0.7),
        inset -3px -3px 6px rgba(#000000, 0.05);
    transform: translateY(-5px) translateZ(0);
}

.teacher-profile-bE4 .student-feedback-kL2 {
    transform-style: preserve-3d;
    gap: 10px 30px;
    display: grid;
    grid-template-rows: auto auto auto;
    transform: rotateY(-10deg);
    grid-template-columns: 1.2fr 0.8fr;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
}

.teacher-profile-bE4 .name {
    grid-area: name;
    border-radius: 10px;
    padding: 15px 20px;
    font-weight: 700;
    z-index: 2;
    transition: transform 0.3s ease;
    background: rgb(167,201,209);
    margin: 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 21px;
    transform: translateZ(30px);
}

footer .podcast-cta-7JM {
    position: relative;
    z-index: 1;
}

footer .quick-contact-cva {
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
}

footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(167,201,209);
}

footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    display: grid;
}

footer .site-core-Q41::before {
    position: absolute;
    background-color: rgb(167,201,209);
    top: 0;
    height: 100%;
    width: 5px;
    content: "";
    left: 0;
}

footer .main-learn-kTy a {
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    padding-left: 0;
}

footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-left: 5px solid rgb(167,201,209);
    position: relative;
    border-radius: 14px;
}

footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .sub-prize-UQ5:hover {
    transform: translateX(5px);
    background-color: rgb(122,172,184);
}

.quantitative-data-E7A {
    background: linear-gradient(135deg, rgb(210,229,234) 0%, rgb(167,201,209,0.5) 100%);
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}

.quantitative-data-E7A .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.quantitative-data-E7A ul {
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    gap: 1.5rem;
}

.quantitative-data-E7A .success-factors-QUS:nth-child(5) {
    --i: 5;
}

.quantitative-data-E7A .success-factors-QUS::before {
    content: "";
    transition: transform 0.3s ease-out;
    top: 0;
    width: 4px;
    height: 100%;
    position: absolute;
    transform: scaleY(0);
    left: 0;
    background: rgb(167,201,209);
    transform-origin: top;
}

.quantitative-data-E7A .success-factors-QUS:hover span {
    transform: translateX(8px);
}

.take-a-spin-vdU {
    position: relative;
    background: linear-gradient(120deg, rgb(122,172,184,0.5) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}

.take-a-spin-vdU .learn-skill-lqz {
    flex-direction: column;
    z-index: 10;
    align-items: center;
    position: relative;
    display: flex;
    padding: 0;
}

.take-a-spin-vdU .container p {
    text-align: center;
    color: #000000;
    position: relative;
    z-index: 5;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    background: #ffffff;
    font-size: 28px;
    max-width: 800px;
    padding: 40px 60px;
    margin: 0 0 60px 0;
    line-height: 1.4;
    font-weight: 700;
}

.cookie-modal-message-icg {
    border-top: 2px solid rgb(167,201,209);
    background: rgb(210,229,234);
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 90;
}

#usagePolicyBanner-Gb3:checked ~ .cookie-modal-message-icg {
    visibility: hidden;
    opacity: 0;
}

.user-default-FhM svg, .user-default-FhM svg path, .user-default-FhM img {
    width: 100px;
    height: 100px;
    fill: rgb(167,201,209);
}

.wrapper-template-Sjf .user-default-FhM {
    background:rgb(167,201,209);
    display: flex;
    justify-content: center;
    height: 80px;
    border-radius: 50%;
    width: 80px;
    align-items: center;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 767px) {.our-mission-2SM {
    padding: 80px 0;
}.our-mission-2SM .word-box-s0e h2::before,
    .our-mission-2SM .word-box-s0e h2::after {
    width: 25px;
}.our-mission-2SM .background-photo-mBr {
    width: 140px;
    box-shadow: 10px 10px 0 rgb(167,201,209,0.5);
    height: 140px;
}.our-mission-2SM .founder-bio-ZrA {
    padding-left: 20px;
}.our-mission-2SM .founder-bio-ZrA::before {
    width: 20px;
}
}



@media (max-width: 1200px) {.opening-page-pe1 .training-space-9Hy {
    padding: 4rem 3rem;
    grid-gap: 1.5rem;
}.opening-page-pe1 .title_style_header {
    font-size: clamp(2rem, 4vw, 32px);
}.opening-page-pe1 h3 {
    font-size: 24px;
    padding: 1.2rem;
}
}



@media (hover: hover) {.opening-page-pe1 .title_style_header {
    transition: transform 0.4s ease, text-shadow 0.4s ease;
}.opening-page-pe1 .training-space-9Hy:hover .title_style_header {
    transform: scale(1.02);
    text-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}.opening-page-pe1 h3 {
    transition: transform 0.5s cubic-bezier(0.17, 0.84, 0.44, 1), box-shadow 0.5s ease;
}.opening-page-pe1 .training-space-9Hy:hover h3 {
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg) translateZ(10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2);
}}



@media screen and (max-width: 480px) {.reach-out-N1W {
    padding: 40px 0 100px;
}.reach-out-N1W .help-form-lVF {
    gap: 20px;
}.reach-out-N1W .help-form-lVF div {
    min-height: auto;
    padding: 20px 15px;
}}



@media (max-width: 767px) {.ty-section-PSC {
    padding: 70px 0;
}.ty-section-PSC::before,
    .ty-section-PSC::after {
    width: 70%;
    height: 50%;
}.ty-section-PSC h2 {
    margin-bottom: 30px;
    font-size: calc(28px - 0.4rem);
    line-height: 1.35;
}.ty-section-PSC .learn-skill-lqz {
    padding: 35px 25px 35px 35px;
}.ty-section-PSC li::before {
    left: -15px;
    top: -25px;
    font-size: 90px;
}.ty-section-PSC li span {
    font-size: 13px;
}
}



@media (max-width: 767px) {.program-results-xH9 li p {
    font-size: calc(17px * 0.95);
}.program-results-xH9 h5 {
    font-size: calc(23px * 0.9);
    padding: 0 1rem;
}.program-results-xH9 li {
    padding: 0.7rem 0.8rem 0.7rem 3rem;
}}



@media only screen and (max-width: 800px) {.privacy-safeguard-J1Q {
    padding: 20px 10px;
}.privacy-safeguard-J1Q h1 {
    font-size: calc(23px * 0.8);
    width: 100%;
}.privacy-safeguard-J1Q h2 {
    font-size: calc(23px * 0.8);
    width: 100%;
}.privacy-safeguard-J1Q h3, .privacy-safeguard-J1Q h4, .privacy-safeguard-J1Q h5, .privacy-safeguard-J1Q h6 {
    font-size: calc(23px * 0.8);
    width: 100%;
}.privacy-safeguard-J1Q p, .privacy-safeguard-J1Q span, .privacy-safeguard-J1Q div {
    font-size: calc(16px * 0.9);
    width: 100%;
}.privacy-safeguard-J1Q ul, .privacy-safeguard-J1Q ol {
    width: 100%;
}.privacy-safeguard-J1Q section {
    width: 100%;
}}



@media (min-width: 1400px) {header .head-prime-jFw {
    margin: 0 auto;
    max-width: 1320px;
}header .site-top-6At {
    margin: 0 0.5rem;
}header .site-top-6At a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 479px) {header .head-prime-jFw {
    padding: 0.7rem 1.2rem;
}header .site-core-Q41 {
    max-width: 120px;
}header .site-top-6At a {
    font-size: calc(16px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}



@media (max-width: 767px) {.training-method-WTH {
    padding: 70px 0;
}.training-method-WTH .learn-skill-lqz {
    padding: 0 20px;
    transform: none;
}.training-method-WTH h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.training-method-WTH h2::after {
    height: 3px;
    width: 60px;
}.training-method-WTH .word-box-s0e {
    box-shadow: 
            10px 10px 20px rgba(#000000, 0.05),
            -10px -10px 20px rgba(#ffffff, 0.8),
            inset 2px 2px 4px rgba(#ffffff, 0.7),
            inset -2px -2px 4px rgba(#000000, 0.05);
    padding: 30px;
}.training-method-WTH .learn-skill-lqz:hover .word-box-s0e {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 
            15px 15px 30px rgba(#000000, 0.08),
            -15px -15px 30px rgba(#ffffff, 0.9),
            inset 2px 2px 4px rgba(#ffffff, 0.7),
            inset -2px -2px 4px rgba(#000000, 0.05);
}.training-method-WTH p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 991px) {footer .design-res-XeV::before {
    width: 100%;
    background-color: rgb(167,201,209);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 0.7;
}
}



@media (min-width: 768px) {.quantitative-data-E7A {
    padding: 8rem 3rem;
}.quantitative-data-E7A h3 {
    font-size: calc(35px * 1.2);
    margin-bottom: 4rem;
}.quantitative-data-E7A ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.quantitative-data-E7A .success-factors-QUS {
    padding: 2.2rem;
}.quantitative-data-E7A .success-factors-QUS span {
    font-size: calc(17px * 1.1);
    margin-bottom: 0.75rem;
}.quantitative-data-E7A .success-factors-QUS p {
    margin-top: 1.5rem;
    font-size: calc(35px * 1.3);
}
}



@media (max-width: 767px) {.take-a-spin-vdU {
    padding: 70px 0;
}.take-a-spin-vdU .container p {
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    padding: 30px 40px;
    margin-bottom: 40px;
    font-size: 23px;
}.take-a-spin-vdU .message-links-srm {
    padding: 15px 35px;
}.take-a-spin-vdU .container p::before {
    animation: none;
}
}



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



@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}



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

