* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1180px;
}.zYD-main-head {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.Vga-viewport-container {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.rQF-module-end {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ICF-primary-page {
    align-items: center;
    background: linear-gradient(135deg, rgb(231,225,233), rgba(0, 0, 0, 0.5));
    min-height: 100vh;
    padding: 2rem;
    justify-content: center;
    display: flex;
    overflow: hidden;
    position: relative;
}.ICF-primary-page > div {
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.ICF-primary-page .nFk-study-training {
    margin-bottom: 3rem;
    animation: slide-in 0.8s ease-out forwards;
    opacity: 0;
    position: relative;
    transform: translateX(-50px);
}.ICF-primary-page .JWo-course-home {
    position: relative;
    font-size: clamp(2rem, 5vw, 44px);
    line-height: 1.2;
    color: rgb(204,191,208);
    margin: 0;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.02em;
}.ICF-primary-page .JWo-course-home::after {
    position: absolute;
    left: 0;
    height: 4px;
    content: "";
    animation: line-grow 1s ease-out 0.5s forwards;
    width: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(204,191,208), rgb(169,152,173));
}.ICF-primary-page .rfa-learn-entry {
    animation: fade-up 1s ease-out 0.3s forwards;
    transform: translateY(50px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    padding: 3rem;
    position: relative;
    opacity: 0;
    overflow: hidden;
}.ICF-primary-page .rfa-learn-entry::before {
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(169,152,173,0.5), rgb(204,191,208,0.5));
    z-index: -1;
    top: 0;
    opacity: 0.85;
    right: 0;
}.ICF-primary-page .rfa-learn-entry > div {
    z-index: 2;
    position: relative;
}.ICF-primary-page p {
    margin-bottom: 2rem;
    max-width: 80%;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    line-height: 1.6;
    font-size: calc(16px * 1.1);
    padding-left: 1.5rem;
}.ICF-primary-page p::before {
    top: 0.5rem;
    left: 0;
    background: rgb(204,191,208);
    position: absolute;
    height: calc(100% - 1rem);
    content: "";
    width: 4px;
}.ICF-primary-page h3 {
    padding-right: 2rem;
    color: #ffffff;
    transform: translateX(20px);
    font-size: calc(23px * 1.1);
    line-height: 1.4;
    position: relative;
    animation: slide-in-right 1s ease-out 0.6s forwards;
    opacity: 0;
    margin: 0;
}@keyframes line-grow {
  from {
    width: 0;
  }
  to {
    width: 100px;
  }
}

@keyframes fade-up {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

.ICF-primary-page:hover .rfa-learn-entry {
    transition: box-shadow 0.5s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}.ICF-primary-page:hover .JWo-course-home::after {
    animation: line-pulse 2s infinite;
}

@keyframes line-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}

@media (max-width: 992px) {.ICF-primary-page {
    padding: 1.5rem;
}.ICF-primary-page .rfa-learn-entry {
    padding: 2rem;
}.ICF-primary-page p {
    max-width: 100%;
    font-size: 16px;
}.ICF-primary-page h3 {
    padding-right: 0;
    font-size: 23px;
}
}

@media (max-width: 768px) {.ICF-primary-page .nFk-study-training {
    margin-bottom: 2rem;
}.ICF-primary-page .rfa-learn-entry {
    padding: 1.5rem;
}.ICF-primary-page p {
    padding-left: 1rem;
}.ICF-primary-page p::before {
    width: 3px;
}
}

@media (max-width: 576px) {.ICF-primary-page {
    padding: 1rem;
}.ICF-primary-page .JWo-course-home {
    font-size: calc(37px * 0.9);
}.ICF-primary-page .rfa-learn-entry {
    padding: 1.25rem;
}.ICF-primary-page p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.ICF-primary-page h3 {
    font-size: calc(17px * 1.1);
}
}

@media (min-width: 1400px) {.ICF-primary-page .JWo-course-home {
    font-size: calc(44px * 1.2);
}.ICF-primary-page .rfa-learn-entry {
    padding: 4rem;
}.ICF-primary-page p {
    font-size: calc(16px * 1.2);
}.ICF-primary-page h3 {
    font-size: calc(23px * 1.2);
}}.BNA-join-our-community {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(204,191,208,0.5), rgb(231,225,233));
    padding: 80px 0;
}.BNA-join-our-community::before {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: '';
    background: radial-gradient(circle at 70% 30%, rgb(169,152,173,0.5) 0%, transparent 60%);
}.BNA-join-our-community::after {
    background: radial-gradient(circle, rgb(204,191,208) 0%, transparent 70%);
    z-index: 1;
    height: 200px;
    border-radius: 50%;
    right: -50px;
    bottom: -50px;
    content: '';
    position: absolute;
    opacity: 0.3;
    width: 200px;
}.BNA-join-our-community .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.BNA-join-our-community .bBR-why-choose {
    background: #ffffff;
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
    backdrop-filter: blur(10px);
}.BNA-join-our-community .bBR-why-choose::before {
    animation: floatCircle 5s infinite ease-in-out;
    left: 10%;
    top: -10px;
    content: '';
    position: absolute;
    width: 20px;
    background: rgb(204,191,208);
    opacity: 0.5;
    height: 20px;
    border-radius: 50%;
}.BNA-join-our-community .bBR-why-choose::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0.4;
    bottom: -15px;
    right: 15%;
    height: 30px;
    content: '';
    width: 30px;
    background: rgb(169,152,173);
    animation: floatCircle 7s infinite ease-in-out reverse;
}.BNA-join-our-community h3 {
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    color: #000000;
    line-height: 1.4;
}.BNA-join-our-community h3::after {
    content: '';
    bottom: -12px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    border-radius: 10px;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(204,191,208), rgb(169,152,173));
}.BNA-join-our-community .input_holder {
    z-index: 5;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    position: relative;
    margin: 0 auto;
}.BNA-join-our-community .input_holder > div {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}.BNA-join-our-community .input_holder input[type="email"] {
    padding: 16px 20px;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background-color: #ffffff;
    border-radius: 17px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    font-size: 14px;
}.BNA-join-our-community .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: rgb(204,191,208);
    transform: translateY(-2px);
}.BNA-join-our-community .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.BNA-join-our-community .input_holder .ktb-email-panel {
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(rgb(204,191,208,0.5), 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 600;
    background: linear-gradient(135deg, rgb(204,191,208), rgb(169,152,173));
    border: none;
    padding: 16px 36px;
    align-self: center;
    border-radius: 17px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-size: 19px;
}.BNA-join-our-community .input_holder .ktb-email-panel:hover {
    box-shadow: 0 10px 25px rgba(rgb(204,191,208,0.5), 0.4);
    transform: translateY(-3px) scale(1.02);
}.BNA-join-our-community .input_holder .ktb-email-panel:active {
    box-shadow: 0 5px 15px rgba(rgb(204,191,208,0.5), 0.3);
    transform: translateY(1px);
}.BNA-join-our-community .input_holder .ktb-email-panel::before {
    content: '';
    height: 100%;
    left: -100%;
    width: 100%;
    top: 0;
    position: absolute;
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.BNA-join-our-community .input_holder .ktb-email-panel:hover::before {
    left: 100%;
}

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

@media screen and (min-width: 768px) {.BNA-join-our-community .input_holder {
    flex-direction: row;
    gap: 20px;
    align-items: center;
}.BNA-join-our-community .input_holder > div {
    flex: 1;
    margin-bottom: 0;
}.BNA-join-our-community .input_holder .ktb-email-panel {
    white-space: nowrap;
    min-width: 160px;
}
}

@media screen and (max-width: 767px) {.BNA-join-our-community {
    padding: 60px 0;
}.BNA-join-our-community .bBR-why-choose {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.BNA-join-our-community h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.BNA-join-our-community .input_holder .ktb-email-panel {
    margin-top: 5px;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.BNA-join-our-community {
    padding: 40px 0;
}.BNA-join-our-community .bBR-why-choose {
    transform: none;
    padding: 25px 15px;
}.BNA-join-our-community h3 {
    font-size: calc(20px * 0.8);
    margin-bottom: 20px;
}.BNA-join-our-community h3::after {
    width: 60px;
}.BNA-join-our-community .input_holder input[type="email"] {
    padding: 14px 16px;
}.BNA-join-our-community .input_holder .ktb-email-panel {
    padding: 14px 20px;
}}header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    margin-top: 0;
    position: relative;
    z-index: 100;
    padding: 0;
    background: linear-gradient(90deg, rgb(169,152,173) 0%, rgb(204,191,208) 100%);
    overflow: visible;
}header::before {
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    z-index: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
}header .kNY-site-top {
    z-index: 5;
    position: relative;
    padding: 1.2rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}header .zUY-head-master {
    padding: 0.5rem;
    position: relative;
    flex: 0 0 auto;
    overflow: visible;
    margin-right: 2rem;
}header .zUY-head-master::before {
    transform: skew(-5deg);
    content: '';
    position: absolute;
    border: 2px solid #ffffff;
    top: -5px;
    opacity: 0.1;
    left: -5px;
    bottom: -5px;
    transition: all 0.3s ease;
    right: -5px;
    z-index: -1;
}header .zUY-head-master::after {
    transform: skew(-5deg);
    z-index: -1;
    right: -5px;
    border: 2px solid #ffffff;
    transition: all 0.3s ease;
    bottom: -5px;
    opacity: 0;
    left: -5px;
    position: absolute;
    content: '';
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    top: -5px;
}header .zUY-head-master:hover::before {
    opacity: 0;
}header .zUY-head-master:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .KAo-head-base {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .KAo-head-base:hover {
    transform: scale(1.05);
}header .KAo-head-base img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .eCi-main-start {
    list-style: none;
    z-index: 2;
    padding: 0;
    margin: 0;
    display: flex;
    position: relative;
}header .heQ-header-wrap {
    position: relative;
    margin: 0 0.4rem;
}header .heQ-header-wrap a {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-shadow: 0 0 5px #ffffff;
    font-size: 13px;
    align-items: center;
    font-weight: 600;
    padding: 0 1.2rem;
    color: #ffffff;
    z-index: 1;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 40px;
    display: flex;
    letter-spacing: 0.5px;
}header .heQ-header-wrap a::before {
    opacity: 0;
    position: absolute;
    right: -2px;
    z-index: -1;
    transform: scale(0.9);
    background: #ffffff;
    top: -2px;
    left: -2px;
    transition: opacity 0.3s ease;
    bottom: -2px;
    content: '';
}header .heQ-header-wrap a:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    border-color: #ffffff;
    color: rgb(204,191,208);
    text-shadow: none;
}header .heQ-header-wrap a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .heQ-header-wrap::after {
    opacity: 0;
    bottom: -10px;
    height: 5px;
    left: 10%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 80%;
    filter: blur(3px);
    content: '';
    transition: all 0.3s ease;
    position: absolute;
}header .heQ-header-wrap:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .kNY-site-top::before {
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
}header .kNY-site-top::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
}header .zYD-main-head {
    background: rgb(231,225,233);
    padding-top: 2rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 1400px) {header .kNY-site-top {
    max-width: 1320px;
    margin: 0 auto;
}header .heQ-header-wrap {
    margin: 0 0.6rem;
}header .heQ-header-wrap a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .kNY-site-top {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .zUY-head-master {
    margin-right: 0;
    margin-bottom: 0;
}header .eCi-main-start {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .heQ-header-wrap a {
    padding: 0 1rem;
    height: 36px;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .kNY-site-top {
    padding: 0.8rem 1.5rem;
}header .zUY-head-master {
    max-width: 140px;
}header .zUY-head-master::before, 
    header .zUY-head-master::after {
    right: -3px;
    top: -3px;
    bottom: -3px;
    left: -3px;
}header .KAo-head-base img {
    max-height: 35px;
}header .eCi-main-start {
    overflow-x: auto;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}header .eCi-main-start::-webkit-scrollbar {
    height: 3px;
}header .eCi-main-start::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .heQ-header-wrap {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .heQ-header-wrap a {
    white-space: nowrap;
    font-size: calc(13px - 2px);
    padding: 0 0.8rem;
    height: 32px;
}header .heQ-header-wrap::after {
    display: none;
}
}

@media (max-width: 479px) {header .kNY-site-top {
    padding: 0.7rem 1.2rem;
}header .zUY-head-master {
    max-width: 120px;
}header .heQ-header-wrap a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(13px - 3px);
}}.RNf-price-option {
    color: #ffffff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.RNf-price-option::before {
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    content: "";
}.RNf-price-option .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.LVp-plan-rates {
    position: relative;
}.RNf-price-option h2 {
    font-weight: 700;
    animation: fadeInDown 0.8s ease-out;
    position: relative;
    font-size: 34px;
    transform: translateY(0);
    text-align: center;
    margin-bottom: 1.5rem;
}.RNf-price-option h2::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(204,191,208), rgb(169,152,173));
    content: "";
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
}.RNf-price-option .sRo-bundle-offer {
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    line-height: 1.6;
    font-size: calc(12px * 1.1);
    opacity: 0.9;
    margin: 0 auto 3rem;
    max-width: 800px;
}.RNf-price-option .WtZ-monthly-rate {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
}.RNf-price-option .WtZ-monthly-rate li {
    perspective: 1000px;
    transform-style: preserve-3d;
}.RNf-price-option .gdl-pricing-list {
    position: relative;
    transform: translateZ(0);
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    background: linear-gradient(120deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
}.RNf-price-option .gdl-pricing-list::before {
    background: linear-gradient(135deg, 
        rgb(204,191,208,0.5) 0%, 
        transparent 100%);
    opacity: 0;
    inset: 0;
    content: "";
    position: absolute;
    transition: opacity 0.4s ease-out;
    z-index: 1;
}.RNf-price-option .gdl-pricing-list:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}.RNf-price-option .gdl-pricing-list:hover::before {
    opacity: 0.15;
}.RNf-price-option .XWv-rate-plans {
    padding: 2.5rem 2rem;
    position: relative;
    z-index: 2;
    height: 100%;
}.RNf-price-option .dTm-fee-chart {
    flex-direction: column;
    display: flex;
    height: 100%;
}.RNf-price-option .dTm-fee-chart h4 {
    position: relative;
    margin-top: 0;
    color: #ffffff;
    transform: translateZ(20px);
    display: inline-block;
    font-size: calc(19px * 1.2);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}.RNf-price-option .dTm-fee-chart h4::after {
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 40px;
    position: absolute;
    background: rgb(169,152,173);
    height: 2px;
    bottom: -8px;
    content: "";
    transform-origin: left;
}.RNf-price-option .gdl-pricing-list:hover .dTm-fee-chart h4::after {
    transform: scaleX(1.5);
}.RNf-price-option .dTm-fee-chart p {
    flex-grow: 1;
    padding-right: 5px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 2rem;
    hyphens: auto;
    max-height: 300px;
    line-height: 1.6;
    overflow-y: auto;
    transform: translateZ(10px);
}.RNf-price-option .dTm-fee-chart p::-webkit-scrollbar {
    width: 4px;
}.RNf-price-option .dTm-fee-chart p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(169,152,173,0.5);
}.RNf-price-option .CNw-cost-matrix {
    transform: translateZ(15px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    background: linear-gradient(135deg, 
        rgb(204,191,208) 0%, 
        rgb(169,152,173) 100%);
    color: #ffffff;
    align-self: flex-start;
    padding: 0.8rem 1.5rem;
    margin-top: auto;
    border-radius: 10px;
    font-size: calc(19px * 1.2);
}.RNf-price-option .gdl-pricing-list:hover .CNw-cost-matrix {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(25px) scale(1.05);
}

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

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

@media (max-width: 1200px) {.RNf-price-option {
    padding: 100px 0;
}.RNf-price-option .WtZ-monthly-rate {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.RNf-price-option {
    padding: 80px 0;
}.RNf-price-option .XWv-rate-plans {
    padding: 2rem 1.5rem;
}.RNf-price-option .dTm-fee-chart h4 {
    font-size: calc(19px * 1.1);
}.RNf-price-option .CNw-cost-matrix {
    padding: 0.7rem 1.2rem;
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 768px) {.RNf-price-option {
    padding: 60px 0;
}.RNf-price-option h2 {
    font-size: calc(34px * 0.9);
}.RNf-price-option .sRo-bundle-offer {
    margin-bottom: 2rem;
    font-size: 12px;
}.RNf-price-option .WtZ-monthly-rate {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.RNf-price-option .dTm-fee-chart p {
    font-size: calc(12px * 0.95);
    max-height: 200px;
}
}

@media (max-width: 576px) {.RNf-price-option {
    padding: 50px 0;
}.RNf-price-option h2 {
    font-size: calc(34px * 0.8);
}.RNf-price-option .XWv-rate-plans {
    padding: 1.5rem 1.2rem;
}.RNf-price-option .dTm-fee-chart h4 {
    margin-bottom: 1.2rem;
    font-size: 19px;
}.RNf-price-option .CNw-cost-matrix {
    padding: 0.6rem 1rem;
    font-size: 19px;
}.RNf-price-option .gdl-pricing-list:hover {
    transform: translateY(-5px);
}}.BwR-thxWrapper {
    background: linear-gradient(135deg, rgb(231,225,233) 0%, rgb(204,191,208,0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.BwR-thxWrapper::before {
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(255, 255, 255, 0.03) 20px,
    rgba(255, 255, 255, 0.03) 40px
  );
    position: absolute;
    top: 0;
    left: 0;
}.BwR-thxWrapper::after {
    right: -50%;
    content: "";
    height: 200%;
    background: linear-gradient(
    to bottom right,
    transparent,
    rgba(var(--primary-color-rgb), 0.05) 30%,
    rgba(var(--primary-color-rgb), 0.1) 60%,
    transparent
  );
    transform: rotate(35deg);
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 80%;
    top: -50%;
}.BwR-thxWrapper .container {
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.BwR-thxWrapper .bBR-why-choose {
    position: relative;
    transform-origin: center top;
    background: #ffffff;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 50px 40px;
    transform: perspective(1000px) rotateX(2deg);
    gap: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
}.BwR-thxWrapper .bBR-why-choose::before {
    width: 5px;
    background: linear-gradient(to bottom, rgb(204,191,208), rgb(169,152,173));
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    transform: scaleY(1.03);
    position: absolute;
}.BwR-thxWrapper .bBR-why-choose:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.08);
}.BwR-thxWrapper h5 {
    font-weight: 700;
    transition: transform 0.4s ease-out;
    position: relative;
    font-size: 20px;
    margin: 0 0 10px;
    color: rgb(204,191,208);
    transform: translateX(15px);
    line-height: 1.4;
}.BwR-thxWrapper h5::after {
    left: 0;
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -10px;
    content: "";
    width: 80px;
    height: 3px;
    background: rgb(169,152,173);
    transform: scaleX(0.7);
}.BwR-thxWrapper .bBR-why-choose:hover h5 {
    transform: translateX(0);
}.BwR-thxWrapper .bBR-why-choose:hover h5::after {
    transform: scaleX(1);
}.BwR-thxWrapper p {
    line-height: 1.7;
    transition: color 0.3s ease;
    color: #000000;
    margin: 0;
    font-size: 15px;
    position: relative;
}.BwR-thxWrapper a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 15px 20px;
    text-decoration: none;
    border-radius: 4px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
}.BwR-thxWrapper a::before {
    height: 100%;
    background: rgb(204,191,208);
    position: absolute;
    opacity: 0.5;
    content: "";
    width: 3px;
    top: 0;
    transition: width 0.3s ease;
    left: 0;
}.BwR-thxWrapper a:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.07), transparent 70%);
}.BwR-thxWrapper a:hover::before {
    width: 5px;
}.BwR-thxWrapper a:hover p {
    color: rgb(204,191,208);
}.BwR-thxWrapper a::after {
    transition: all 0.3s ease;
    width: 30px;
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.1) 50%);
    bottom: 0;
    height: 30px;
    position: absolute;
    right: 0;
}.BwR-thxWrapper a:hover::after {
    height: 40px;
    width: 40px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--secondary-color-rgb), 0.2) 50%);
}

@media (min-width: 768px) {.BwR-thxWrapper {
    padding: 120px 0;
}.BwR-thxWrapper .bBR-why-choose {
    padding: 60px 70px 60px 60px;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
}.BwR-thxWrapper h5 {
    transform: translateX(25px);
    font-size: calc(20px * 1.1);
}.BwR-thxWrapper p {
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.BwR-thxWrapper {
    padding: 60px 0;
}.BwR-thxWrapper .bBR-why-choose {
    transform: perspective(1000px) rotateX(1deg);
    padding: 35px 25px;
}.BwR-thxWrapper h5 {
    transform: translateX(10px);
    font-size: calc(20px * 0.9);
}.BwR-thxWrapper a {
    padding: 10px 15px;
}.BwR-thxWrapper a::after {
    height: 20px;
    width: 20px;
}
}

@media (hover: none) {.BwR-thxWrapper .bBR-why-choose {
    transform: none;
}.BwR-thxWrapper .bBR-why-choose:hover {
    transform: none;
}.BwR-thxWrapper h5 {
    transform: none;
}.BwR-thxWrapper h5::after {
    transform: scaleX(1);
}
}

@media (prefers-reduced-motion: reduce) {.BwR-thxWrapper .bBR-why-choose,
  .BwR-thxWrapper h5,
  .BwR-thxWrapper h5::after,
  .BwR-thxWrapper a,
  .BwR-thxWrapper a::before,
  .BwR-thxWrapper a::after {
    transition: none;
}}.nPW-developer-experience {
    background: linear-gradient(135deg, rgb(231,225,233) 0%, #ffffff 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.nPW-developer-experience::before {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(204,191,208,0.5) 49.5%, rgb(204,191,208,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(169,152,173,0.5) 49.5%, rgb(169,152,173,0.5) 50.5%, transparent 50.5%);
    left: 0;
    width: 100%;
    background-size: 120px 120px;
    transform: perspective(1000px) rotateX(5deg);
    content: "";
}.nPW-developer-experience .container {
    perspective: 1000px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    transform-style: preserve-3d;
    position: relative;
}.nPW-developer-experience .vBg-user-opinions {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateY(-2deg);
    display: grid;
    background: #ffffff;
    padding: 3rem;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.nPW-developer-experience .vBg-user-opinions:hover {
    transform: perspective(1000px) rotateY(0deg);
}.nPW-developer-experience .vBg-user-opinions::before {
    transition: opacity 0.5s ease;
    top: -10px;
    background: linear-gradient(135deg, rgb(204,191,208,0.5) 0%, rgb(169,152,173,0.5) 100%);
    opacity: 0;
    filter: blur(8px);
    right: -10px;
    position: absolute;
    bottom: -10px;
    content: "";
    z-index: -1;
    left: -10px;
}.nPW-developer-experience .vBg-user-opinions:hover::before {
    opacity: 0.7;
}.nPW-developer-experience .vBg-user-opinions > div:nth-child(1) {
    grid-area: photo;
}.nPW-developer-experience .vBg-user-opinions > div:nth-child(2) {
    grid-area: info;
}.nPW-developer-experience .vBg-user-opinions > div:nth-child(3) {
    grid-area: quote;
}.nPW-developer-experience .EWy-pic-zoom {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 240px;
    height: 240px;
    overflow: hidden;
    transform: translateZ(30px);
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
}.nPW-developer-experience .vBg-user-opinions:hover .EWy-pic-zoom {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.nPW-developer-experience .EWy-pic-zoom::after {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(204,191,208,0.5) 0%, transparent 100%);
    content: "";
    opacity: 0.3;
    position: absolute;
    transition: opacity 0.4s ease;
}.nPW-developer-experience .vBg-user-opinions:hover .EWy-pic-zoom::after {
    opacity: 0.5;
}.nPW-developer-experience .name {
    color: rgb(204,191,208);
    margin: 0 0 0.5rem;
    transition: transform 0.3s ease;
    font-weight: 700;
    font-size: calc(23px * 1.2);
    position: relative;
    transform: translateZ(15px);
}.nPW-developer-experience .name::after {
    width: 60px;
    transform-origin: left;
    transition: transform 0.4s ease-out;
    content: "";
    bottom: -10px;
    left: 0;
    background: rgb(169,152,173);
    position: absolute;
    height: 3px;
    transform: scaleX(0.7);
}.nPW-developer-experience .vBg-user-opinions:hover .name::after {
    transform: scaleX(1);
}.nPW-developer-experience .vBg-user-opinions > div:nth-child(2) > div {
    position: relative;
    margin-top: 1.5rem;
    color: rgb(169,152,173);
    font-size: calc(18px * 1.1);
    font-weight: 600;
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
}.nPW-developer-experience .Qdt-career-story {
    transform: translateZ(5px);
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
    text-align: justify;
    font-size: 18px;
    color: #000000;
}.nPW-developer-experience .Qdt-career-story::before {
    font-family: Georgia, serif;
    content: "";
    opacity: 0.2;
    color: rgb(204,191,208,0.5);
    position: absolute;
    transform: translateZ(5px);
    transition: all 0.4s ease;
    font-size: 6rem;
    left: -1.5rem;
    top: -3.5rem;
}.nPW-developer-experience .vBg-user-opinions:hover .Qdt-career-story::before {
    transform: translateZ(15px) translateY(-10px);
    opacity: 0.4;
}

@media (min-width: 768px) {.nPW-developer-experience .vBg-user-opinions {
    grid-template-columns: auto 1fr;
    grid-template-areas:
            "photo info"
            "quote quote";
    padding: 4rem;
    align-items: center;
}.nPW-developer-experience .vBg-user-opinions > div:nth-child(2) {
    padding-left: 2rem;
}.nPW-developer-experience .Qdt-career-story {
    margin-top: 2rem;
}
}

@media (min-width: 992px) {.nPW-developer-experience {
    padding: 8rem 0;
}.nPW-developer-experience .vBg-user-opinions {
    grid-template-areas:
            "photo info"
            "photo quote";
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    padding: 5rem;
}.nPW-developer-experience .Qdt-career-story {
    padding-left: 2rem;
    margin-top: 0;
}.nPW-developer-experience .EWy-pic-zoom {
    height: 280px;
    width: 280px;
}
}

@media (max-width: 767px) {.nPW-developer-experience .vBg-user-opinions {
    grid-template-areas:
            "EWy-pic-zoom"
            "aVy-inquiry-list"
            "Qdt-career-story";
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
}.nPW-developer-experience .EWy-pic-zoom {
    margin: 0 auto;
    width: 180px;
    height: 180px;
}.nPW-developer-experience .name {
    margin-top: 1.5rem;
    text-align: center;
}.nPW-developer-experience .name::after {
    transform: translateX(-50%) scaleX(0.7);
    left: 50%;
}.nPW-developer-experience .vBg-user-opinions:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.nPW-developer-experience .vBg-user-opinions > div:nth-child(2) > div {
    margin-top: 1rem;
    text-align: center;
}.nPW-developer-experience .Qdt-career-story {
    text-align: left;
    margin-top: 1.5rem;
}}.FVw-contact-form-box {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(231,225,233) 0%, rgb(231,225,233) 50%, rgb(204,191,208,0.5) 150%);
}.FVw-contact-form-box::before {
    background-size: 30px 30px;
    background-image: 
        linear-gradient(to right, rgb(204,191,208,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(204,191,208,0.5) 1px, transparent 1px);
    left: 0;
    opacity: 0.05;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}.FVw-contact-form-box::after {
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(204,191,208) 15%, 
        rgb(169,152,173) 35%, 
        rgb(204,191,208) 65%, 
        transparent 100%);
    z-index: 2;
    height: 2px;
    position: absolute;
    left: 0;
    width: 100%;
    animation: scanline 3s infinite linear;
    content: "";
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.FVw-contact-form-box .EWy-pic-zoom {
    width: 100%;
    z-index: 0;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    mix-blend-mode: luminosity;
    height: 100%;
    left: 0;
    opacity: 0.06;
    position: absolute;
    top: 0;
}.FVw-contact-form-box .EWy-pic-zoom::before {
    mix-blend-mode: color-burn;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(204,191,208) 0,
        rgb(204,191,208) 5px,
        transparent 5px,
        transparent 10px
    );
    content: "";
    height: 100%;
    opacity: 0.03;
}.FVw-contact-form-box .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.FVw-contact-form-box h3 {
    color: rgb(204,191,208);
    font-size: 29px;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}.FVw-contact-form-box .pyn-message-reach {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(231,225,233),
        0 0 30px rgb(204,191,208,0.5);
    z-index: 2;
}.FVw-contact-form-box .pyn-message-reach::before {
    position: absolute;
    height: 3px;
    z-index: 3;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(204,191,208), rgb(169,152,173));
    left: 0;
    width: 100%;
}.FVw-contact-form-box .WQc-feedback-map {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(231,225,233), 0.3) 100%
    );
    flex: 1 1 60%;
    position: relative;
    z-index: 2;
    padding: 50px;
}.FVw-contact-form-box .WQc-feedback-map::after {
    border-top: 2px solid rgb(204,191,208,0.5);
    position: absolute;
    content: "";
    width: 40px;
    top: 20px;
    right: 20px;
    opacity: 0.5;
    height: 40px;
    border-right: 2px solid rgb(204,191,208,0.5);
}.FVw-contact-form-box .WQc-feedback-map::before {
    height: 40px;
    content: "";
    left: 20px;
    border-bottom: 2px solid rgb(204,191,208,0.5);
    width: 40px;
    opacity: 0.5;
    border-left: 2px solid rgb(204,191,208,0.5);
    position: absolute;
    bottom: 20px;
}.FVw-contact-form-box .WQc-feedback-map h3 {
    padding: 0 0 10px 0;
    font-size: 21px;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    color: #000000;
    border-bottom: 1px solid rgb(231,225,233);
    margin-bottom: 30px;
}.FVw-contact-form-box .WQc-feedback-map h3::before,
.FVw-contact-form-box .WQc-feedback-map h3::after {
    display: none;
}.FVw-contact-form-box .WQc-feedback-map input[type="text"],
.FVw-contact-form-box .WQc-feedback-map textarea {
    background: rgb(231,225,233);
    font-family: Arial, sans-serif;
    padding: 16px 20px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    width: 100%;
    color: #000000;
    border: none;
    transition: all 0.3s ease;
}.FVw-contact-form-box .WQc-feedback-map input[type="text"]:focus,
.FVw-contact-form-box .WQc-feedback-map textarea:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(204,191,208,0.5);
}.FVw-contact-form-box .WQc-feedback-map input[type="text"]::placeholder,
.FVw-contact-form-box .WQc-feedback-map textarea::placeholder {
    transition: all 0.3s ease;
    opacity: 0.6;
    color: #000000;
}.FVw-contact-form-box .WQc-feedback-map input[type="text"]:focus::placeholder,
.FVw-contact-form-box .WQc-feedback-map textarea:focus::placeholder {
    opacity: 0.4;
    transform: translateX(5px);
}.FVw-contact-form-box .WQc-feedback-map textarea {
    min-height: 150px;
    resize: vertical;
}.FVw-contact-form-box .WQc-feedback-map .slt-query-map {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.FVw-contact-form-box .WQc-feedback-map .slt-query-map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.FVw-contact-form-box .WQc-feedback-map .slt-query-map label {
    line-height: 1.6;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    font-size: 15px;
}.FVw-contact-form-box .WQc-feedback-map .slt-query-map label::before {
    position: absolute;
    border: 1px solid rgb(231,225,233);
    top: 2px;
    content: "";
    border-radius: 2px;
    transition: all 0.2s ease;
    left: 0;
    background: #ffffff;
    height: 20px;
    width: 20px;
}.FVw-contact-form-box .WQc-feedback-map .slt-query-map input[type="checkbox"]:checked + label::before {
    background: rgb(204,191,208);
    border-color: rgb(204,191,208);
}.FVw-contact-form-box .WQc-feedback-map .slt-query-map input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 7px;
    transform: rotate(45deg);
    border: solid #ffffff;
    height: 12px;
    border-width: 0 2px 2px 0;
    content: "";
    width: 6px;
    top: 4px;
}.FVw-contact-form-box .WQc-feedback-map .slt-query-map a {
    font-weight: 600;
    text-decoration: none;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(204,191,208,0.5) 2px
    );
    background-size: 0% 100%;
    color: rgb(204,191,208);
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    transition: background-size 0.3s ease;
}.FVw-contact-form-box .WQc-feedback-map .slt-query-map a:hover {
    background-size: 100% 100%;
}.FVw-contact-form-box .WQc-feedback-map .ZSz-reach-widget {
    font-size: 17px;
    border: none;
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    background: rgb(204,191,208);
    padding: 16px 30px;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgb(204,191,208,0.5);
}.FVw-contact-form-box .WQc-feedback-map .ZSz-reach-widget::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(169,152,173) 0%,
        rgb(169,152,173) 10%,
        rgb(204,191,208) 10%,
        rgb(204,191,208) 20%
    );
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    top: 0;
    background-size: 200% 200%;
    z-index: -1;
    content: "";
    opacity: 0;
}.FVw-contact-form-box .WQc-feedback-map .ZSz-reach-widget:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(204,191,208,0.5);
}.FVw-contact-form-box .WQc-feedback-map .ZSz-reach-widget:hover::before {
    animation: buttonBg 5s linear infinite;
    opacity: 1;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.FVw-contact-form-box .aVy-inquiry-list {
    overflow: hidden;
    flex: 1 1 35%;
    position: relative;
    z-index: 2;
    background: rgb(231,225,233);
    padding: 50px;
}.FVw-contact-form-box .aVy-inquiry-list::before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(204,191,208,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(204,191,208,0.5) 0%, transparent 10px);
    opacity: 0.1;
    background-size: 60px 60px;
}.FVw-contact-form-box .aVy-inquiry-list::after {
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    background: 
        linear-gradient(90deg, transparent 90%, rgb(204,191,208,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(204,191,208,0.5) 100%);
}.FVw-contact-form-box .aVy-inquiry-list h4 {
    margin-bottom: 40px;
    font-size: 21px;
    position: relative;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 600;
    padding-bottom: 15px;
}.FVw-contact-form-box .aVy-inquiry-list h4::after {
    height: 3px;
    width: 50px;
    content: "";
    bottom: -1px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(204,191,208), rgb(169,152,173));
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card {
    padding: 0;
    margin: 0;
    list-style: none;
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li {
    display: flex;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    align-items: center;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    padding: 15px;
    border-left: 3px solid rgb(204,191,208);
    border-radius: 10px;
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li::before {
    z-index: 2;
    top: 0;
    width: 3px;
    background: rgb(204,191,208);
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li::after {
    top: 0;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    background: rgb(204,191,208,0.5);
    left: 0;
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li:hover {
    transform: translateX(5px);
    border-left-color: rgb(169,152,173);
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li:hover::after {
    opacity: 0.05;
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    position: relative;
    margin-right: 15px;
    z-index: 2;
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li:hover svg {
    transform: scale(1.2);
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li svg path {
    fill: rgb(204,191,208);
    transition: all 0.3s ease;
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li:hover svg path {
    fill: rgb(169,152,173);
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li span {
    color: #000000;
    position: relative;
    font-size: 16px;
    z-index: 2;
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li a {
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    text-decoration: none;
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li a::before {
    transition: transform 0.3s ease;
    height: 1px;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
    content: "";
    transform-origin: right;
    width: 100%;
    position: absolute;
    background: rgb(204,191,208);
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li a:hover {
    color: rgb(204,191,208);
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 992px) {.FVw-contact-form-box {
    padding: 80px 0 60px;
}.FVw-contact-form-box h3 {
    margin-bottom: 40px;
}.FVw-contact-form-box .pyn-message-reach {
    flex-direction: column;
}.FVw-contact-form-box .WQc-feedback-map,
    .FVw-contact-form-box .aVy-inquiry-list {
    flex: 1 1 100%;
}.FVw-contact-form-box .aVy-inquiry-list {
    border-top: 1px solid rgb(231,225,233);
}
}

@media (max-width: 768px) {.FVw-contact-form-box {
    padding: 60px 0;
}.FVw-contact-form-box h3 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.85);
}.FVw-contact-form-box .WQc-feedback-map h3,
    .FVw-contact-form-box .aVy-inquiry-list h4 {
    font-size: calc(21px * 0.9);
}.FVw-contact-form-box .WQc-feedback-map,
    .FVw-contact-form-box .aVy-inquiry-list {
    padding: 35px;
}.FVw-contact-form-box .WQc-feedback-map::before,
    .FVw-contact-form-box .WQc-feedback-map::after {
    width: 30px;
    height: 30px;
}.FVw-contact-form-box .WQc-feedback-map input[type="text"],
    .FVw-contact-form-box .WQc-feedback-map textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.FVw-contact-form-box {
    padding: 50px 0;
}.FVw-contact-form-box h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.7);
}.FVw-contact-form-box .pyn-message-reach {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(231,225,233);
}.FVw-contact-form-box .WQc-feedback-map,
    .FVw-contact-form-box .aVy-inquiry-list {
    padding: 25px 20px;
}.FVw-contact-form-box .WQc-feedback-map::before,
    .FVw-contact-form-box .WQc-feedback-map::after {
    display: none;
}.FVw-contact-form-box .WQc-feedback-map input[type="text"],
    .FVw-contact-form-box .WQc-feedback-map textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.FVw-contact-form-box .WQc-feedback-map .slt-query-map label {
    font-size: calc(15px * 0.9);
}.FVw-contact-form-box .WQc-feedback-map .ZSz-reach-widget {
    width: 100%;
    padding: 14px 20px;
}.FVw-contact-form-box .aVy-inquiry-list .uEB-request-card li {
    padding: 12px;
    margin-bottom: 15px;
}}.Qsx-training-results {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgba(rgb(231,225,233), 0.95), rgba(rgb(204,191,208,0.5), 0.15));
}.Qsx-training-results::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(169,152,173,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(204,191,208,0.5) 0%, transparent 40%);
    content: "";
    opacity: 0.15;
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}.Qsx-training-results h5 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    transform-style: preserve-3d;
    line-height: 1.4;
    text-align: center;
    position: relative;
    color: #000000;
    transform: translateZ(10px);
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
}.Qsx-training-results h5::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, rgb(204,191,208), rgb(169,152,173));
    width: 80px;
    position: absolute;
    height: 3px;
}.Qsx-training-results .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.Qsx-training-results .bBR-why-choose {
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: rotateX(2deg) rotateY(-2deg);
    display: flex;
    gap: 40px;
    transform-style: preserve-3d;
    align-items: center;
}.Qsx-training-results .bBR-why-choose:hover {
    transform: rotateX(0) rotateY(0);
}.Qsx-training-results .bBR-why-choose > div:first-child {
    border-radius: 17px;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    width: 100%;
    transform: translateZ(30px);
}.Qsx-training-results .bBR-why-choose > div:first-child::before {
    width: 100%;
    top: 0;
    transition: opacity 0.5s ease;
    opacity: 0.2;
    background: linear-gradient(45deg, rgb(204,191,208,0.5), transparent);
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
}.Qsx-training-results .bBR-why-choose > div:first-child:hover {
    transform: translateZ(40px) scale(1.02);
}.Qsx-training-results .bBR-why-choose > div:first-child:hover::before {
    opacity: 0.3;
}.Qsx-training-results .EWy-pic-zoom {
    transition: filter 0.5s ease;
    display: block;
    border-radius: 17px;
    width: 100%;
    object-fit: cover;
    height: auto;
}.Qsx-training-results .QPO-text-area-wrap {
    padding: 35px;
    border-radius: 17px;
    background: rgba(#ffffff, 0.95);
    transform: translateZ(20px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.Qsx-training-results .QPO-text-area-wrap:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateZ(25px);
}.Qsx-training-results ul {
    gap: 24px;
    list-style: none;
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0;
    display: grid;
}.Qsx-training-results li {
    position: relative;
    transition: transform 0.3s ease;
    padding-left: 40px;
}.Qsx-training-results li:hover {
    transform: translateX(5px);
}.Qsx-training-results li::before {
    height: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(204,191,208), rgb(169,152,173));
    content: "";
    position: absolute;
    border-radius: 2px;
    width: 4px;
    left: 0;
    transition: height 0.4s ease;
}.Qsx-training-results li:hover::before {
    height: 100%;
}.Qsx-training-results li p {
    display: flex;
    align-items: flex-start;
    color: #000000;
    position: relative;
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
}.Qsx-training-results li svg {
    width: 24px;
    transition: transform 0.3s ease;
    margin-right: 16px;
    transform: translateY(-2px);
    height: 24px;
    flex-shrink: 0;
}.Qsx-training-results li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.Qsx-training-results svg path {
    transition: fill 0.3s ease;
    fill: rgb(204,191,208);
}.Qsx-training-results li:hover svg path {
    fill: rgb(169,152,173);
}

@media screen and (min-width: 768px) {.Qsx-training-results .bBR-why-choose {
    align-items: stretch;
    flex-direction: row;
}.Qsx-training-results .bBR-why-choose > div:first-child {
    width: 45%;
    max-height: 480px;
}.Qsx-training-results .EWy-pic-zoom {
    height: 100%;
}.Qsx-training-results .QPO-text-area-wrap {
    align-items: center;
    width: 55%;
    display: flex;
}.Qsx-training-results ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (min-width: 992px) {.Qsx-training-results {
    padding: 150px 0;
}.Qsx-training-results h5 {
    margin-bottom: 80px;
    font-size: calc(18px * 1.1);
}.Qsx-training-results .bBR-why-choose {
    gap: 60px;
}.Qsx-training-results .bBR-why-choose > div:first-child {
    width: 40%;
}.Qsx-training-results .QPO-text-area-wrap {
    width: 60%;
    padding: 50px;
}
}

@media screen and (max-width: 767px) {.Qsx-training-results {
    padding: 80px 0;
}.Qsx-training-results h5 {
    margin-bottom: 40px;
    padding: 0 20px;
    font-size: calc(18px * 0.9);
}.Qsx-training-results .bBR-why-choose {
    transform: none;
}.Qsx-training-results .QPO-text-area-wrap {
    padding: 25px;
}.Qsx-training-results li {
    padding-left: 30px;
}.Qsx-training-results li p {
    line-height: 1.5;
    font-size: calc(12px * 0.95);
}.Qsx-training-results li svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}}footer {
    perspective: 1000px;
    z-index: 1;
    position: relative;
}footer::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0.9;
    z-index: -2;
    background: linear-gradient(135deg, rgb(169,152,173,0.5) 0%, rgb(204,191,208,0.5) 100%);
    content: "";
    bottom: 0;
}footer::after {
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    left: 0;
    top: 0;
    content: "";
}.rQF-module-end {
    padding: 5rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.rQF-module-end::before {
    background: repeating-linear-gradient(
        90deg,
        rgb(204,191,208) 0px,
        rgb(204,191,208) 40px,
        rgb(169,152,173) 40px,
        rgb(169,152,173) 80px
    );
    height: 20px;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
}.rQF-module-end .container {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    position: relative;
}.rQF-module-end .company_holder {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    transform: rotateX(5deg);
    flex: 1 1 380px;
    position: relative;
    border-radius: 0;
    transform-style: preserve-3d;
    background: rgb(204,191,208,0.5);
    padding: 2rem;
    border-bottom: 6px solid rgb(204,191,208);
}.rQF-module-end .company_holder:hover {
    transform: rotateX(0deg);
}.rQF-module-end .company_holder h3 {
    display: inline-block;
    transform: translateZ(20px);
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 29px;
    font-weight: 700;
    margin: 0 0 1.5rem;
    position: relative;
}.rQF-module-end .company_holder h3::before {
    border-left: 3px solid #ffffff;
    height: 30px;
    position: absolute;
    border-top: 3px solid #ffffff;
    left: -10px;
    top: -10px;
    content: "";
    width: 30px;
}.rQF-module-end .company_holder h3::after {
    border-right: 3px solid #ffffff;
    right: -10px;
    width: 30px;
    bottom: -10px;
    border-bottom: 3px solid #ffffff;
    position: absolute;
    content: "";
    height: 30px;
}.rQF-module-end .JdZ-academy-info {
    line-height: 1.6;
    padding: 1.5rem;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
}.rQF-module-end .aDM-webinar-live {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.rQF-module-end .WhR-head-main {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}.rQF-module-end .eCi-main-start {
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
    position: relative;
    transform: rotateX(-5deg);
}.rQF-module-end .eCi-main-start:hover {
    transform: rotateX(0deg);
}.rQF-module-end .eCi-main-start h5 {
    background: rgb(169,152,173,0.5);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 18px;
    padding: 1rem 1.5rem;
    color: #ffffff;
    margin: 0 0 1.5rem;
    min-width: 200px;
    font-weight: 600;
    display: inline-block;
    transform: translateZ(15px);
}.rQF-module-end .eCi-main-start h5::after {
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    height: 5px;
    right: 0;
    background: rgb(169,152,173);
}.rQF-module-end .eCi-main-start .WhR-head-main {
    border-radius: 10px;
    gap: 1rem;
    transform: translateZ(5px);
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    flex-direction: column;
}.rQF-module-end .eCi-main-start .WhR-head-main a {
    display: block;
    text-decoration: none;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 16px;
    transform: translateZ(10px);
    padding: 0.7rem 1rem;
    color: #ffffff;
}.rQF-module-end .eCi-main-start .WhR-head-main a::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    position: absolute;
    height: 100%;
    left: -100%;
    transition: all 0.5s ease;
}.rQF-module-end .eCi-main-start .WhR-head-main a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(169,152,173,0.5);
}.rQF-module-end .eCi-main-start .WhR-head-main a:hover::before {
    left: 100%;
}.WaI-workshop-cta {
    padding: 2rem 0;
    transform-style: preserve-3d;
    background: rgb(169,152,173,0.5);
    margin-top: 3rem;
    perspective: 1000px;
    position: relative;
}.WaI-workshop-cta::before {
    background: rgb(169,152,173);
    transform-origin: bottom;
    transform: rotateX(45deg);
    top: -20px;
    left: 0;
    content: "";
    position: absolute;
    height: 20px;
    width: 100%;
}.WaI-workshop-cta .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.WaI-workshop-cta .ePG-privacy-cta {
    text-align: center;
    transform: translateZ(5px);
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    padding: 0.8rem 2rem;
}

@media (max-width: 1200px) {.rQF-module-end .container {
    gap: 3rem;
}.rQF-module-end .company_holder {
    flex: 1 1 350px;
}.rQF-module-end .aDM-webinar-live {
    min-width: 350px;
    flex: 1 1 calc(100% - 430px);
}.rQF-module-end .WhR-head-main {
    gap: 2rem;
}
}

@media (max-width: 992px) {.rQF-module-end {
    padding: 4rem 0 2rem;
}.rQF-module-end .container {
    gap: 3rem;
    flex-direction: column;
}.rQF-module-end .company_holder,
    .rQF-module-end .aDM-webinar-live {
    min-width: 100%;
    flex: 1 1 100%;
}.rQF-module-end .eCi-main-start {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.rQF-module-end .company_holder,
    .rQF-module-end .eCi-main-start {
    transform: none;
}
}

@media (max-width: 768px) {.rQF-module-end {
    padding: 3.5rem 0 1.5rem;
}.rQF-module-end .WhR-head-main {
    gap: 1.5rem;
}.rQF-module-end .company_holder h3 {
    font-size: calc(29px - 2px);
}.rQF-module-end .company_holder h3::before,
    .rQF-module-end .company_holder h3::after {
    width: 20px;
    height: 20px;
}.WaI-workshop-cta {
    margin-top: 2rem;
}.WaI-workshop-cta::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.rQF-module-end {
    padding: 3rem 0 1rem;
}.rQF-module-end .eCi-main-start {
    flex: 1 1 100%;
    min-width: 100%;
}.rQF-module-end .WhR-head-main {
    gap: 0.7rem;
}.rQF-module-end .eCi-main-start .WhR-head-main a {
    padding: 0.6rem 0.8rem;
}.WaI-workshop-cta {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.WaI-workshop-cta::before {
    display: none;
}
}

@media (max-width: 420px) {.rQF-module-end::before {
    height: 10px;
}.rQF-module-end .company_holder h3::before,
    .rQF-module-end .company_holder h3::after {
    display: none;
}.rQF-module-end .eCi-main-start h5 {
    width: 100%;
    min-width: auto;
}.WaI-workshop-cta .ePG-privacy-cta {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.vDX-prospective-members {
    background: linear-gradient(135deg, rgb(231,225,233) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 130px 0;
}.vDX-prospective-members::before {
    top: 0;
    z-index: 0;
    background: 
        linear-gradient(45deg, rgb(204,191,208,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(169,152,173,0.5) 25%, transparent 25%);
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    background-size: 60px 60px;
    opacity: 0.05;
    width: 100%;
}.vDX-prospective-members .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.vDX-prospective-members .bBR-why-choose {
    position: relative;
}.vDX-prospective-members h4 {
    padding-bottom: 20px;
    font-size: 28px;
    position: relative;
    margin-bottom: 70px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}.vDX-prospective-members h4::after {
    content: "";
    bottom: 0;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    border-radius: 2px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(204,191,208), rgb(169,152,173));
}.vDX-prospective-members div {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}.vDX-prospective-members div p {
    margin: 0;
    min-width: 280px;
    border-radius: 29px;
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 25px 25px 25px 75px;
    flex: 0 0 calc(33.333% - 20px);
    z-index: 1;
    color: #000000;
    line-height: 1.6;
}.vDX-prospective-members div p::before {
    left: 5px;
    width: calc(100% - 10px);
    transition: all 0.3s ease;
    content: "";
    z-index: -1;
    height: calc(100% - 10px);
    position: absolute;
    opacity: 0.4;
    border: 1px solid rgb(204,191,208,0.5);
    background: #ffffff;
    border-radius: calc(29px - 5px);
    top: 5px;
}.vDX-prospective-members div p::after {
    height: calc(100% - 20px);
    content: "";
    border-radius: calc(29px - 10px);
    z-index: -2;
    background: #ffffff;
    transition: all 0.3s ease;
    width: calc(100% - 20px);
    top: 10px;
    opacity: 0.2;
    left: 10px;
    position: absolute;
    border: 1px solid rgb(169,152,173,0.5);
}.vDX-prospective-members div p:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.vDX-prospective-members div p:hover::before {
    top: 10px;
    left: 10px;
}.vDX-prospective-members div p:hover::after {
    top: 15px;
    left: 15px;
}.vDX-prospective-members div p svg {
    top: 25px;
    left: 25px;
    height: 35px;
    background: rgb(231,225,233);
    transition: all 0.3s ease;
    position: absolute;
    border-radius: 50%;
    width: 35px;
    padding: 8px;
}.vDX-prospective-members div p:hover svg {
    transform: rotate(15deg);
    background: rgb(204,191,208,0.5);
}.vDX-prospective-members div p svg path {
    transition: all 0.3s ease;
    fill: rgb(204,191,208);
}.vDX-prospective-members div p:hover svg path {
    fill: rgb(169,152,173);
}

@media (max-width: 991px) {.vDX-prospective-members {
    padding: 100px 0;
}.vDX-prospective-members h4 {
    margin-bottom: 60px;
    font-size: calc(28px - 2px);
}.vDX-prospective-members div {
    gap: 25px;
}.vDX-prospective-members div p {
    min-width: 250px;
    padding: 20px 20px 20px 65px;
    flex: 0 0 calc(50% - 15px);
}.vDX-prospective-members div p svg {
    width: 30px;
    height: 30px;
    left: 20px;
    top: 20px;
}
}

@media (max-width: 767px) {.vDX-prospective-members {
    padding: 80px 0;
}.vDX-prospective-members h4 {
    font-size: calc(28px - 4px);
    margin-bottom: 50px;
}.vDX-prospective-members div {
    gap: 20px;
}.vDX-prospective-members div p {
    padding: 18px 18px 18px 60px;
    flex: 0 0 100%;
}.vDX-prospective-members div p svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 479px) {.vDX-prospective-members {
    padding: 60px 0;
}.vDX-prospective-members h4 {
    font-size: calc(28px - 6px);
    padding-bottom: 15px;
    margin-bottom: 40px;
}.vDX-prospective-members div {
    gap: 15px;
}.vDX-prospective-members div p {
    font-size: calc(18px - 1px);
    padding: 15px 15px 15px 55px;
}.vDX-prospective-members div p svg {
    width: 25px;
    padding: 6px;
    top: 15px;
    height: 25px;
    left: 15px;
}}.Jud-our-background {
    position: relative;
    padding: 120px 0 100px;
    font-family: Arial, sans-serif;
    background: linear-gradient(145deg, rgb(231,225,233) 60%, rgba(rgb(169,152,173,0.5), 0.1) 100%);
    overflow: hidden;
}.Jud-our-background::before {
    content: "";
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, transparent, rgba(rgb(204,191,208,0.5), 0.05));
    z-index: 1;
    right: 0;
}.Jud-our-background::after {
    height: 4px;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(204,191,208), transparent);
    transform-origin: left;
    animation: expandLine 3s ease-out forwards;
}.Jud-our-background .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
}.Jud-our-background h1 {
    position: relative;
    color: #000000;
    font-size: 47px;
    letter-spacing: 0.02em;
    transform: translateX(-5px);
    font-weight: 700;
    margin-bottom: 60px;
    display: inline-block;
}.Jud-our-background h1::after {
    bottom: -12px;
    left: 0;
    height: 3px;
    background: rgb(204,191,208);
    width: 80px;
    transform-origin: left;
    position: absolute;
    animation: expandWidth 1.5s ease-out forwards;
    content: "";
}.Jud-our-background h1::before {
    left: -10px;
    width: 40px;
    height: 40px;
    opacity: 0.7;
    top: -30px;
    border-left: 3px solid rgb(169,152,173);
    content: "";
    position: absolute;
    border-top: 3px solid rgb(169,152,173);
}.Jud-our-background .HBr-success-story {
    position: relative;
}.Jud-our-background .HBr-success-story ul {
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 60px;
    margin: 0;
    display: grid;
}.Jud-our-background .TlS-learn-classes {
    position: relative;
    padding: 35px 40px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.06);
    overflow: hidden;
    background: #ffffff;
}.Jud-our-background .TlS-learn-classes:hover {
    box-shadow: 0 20px 45px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(-5px);
}.Jud-our-background .TlS-learn-classes::before {
    width: 5px;
    background: rgb(204,191,208);
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 0;
}.Jud-our-background .TlS-learn-classes:hover::before {
    height: 100%;
}.Jud-our-background .TlS-learn-classes h4 {
    color: #000000;
    margin: 0 0 25px;
    font-weight: 600;
    transform: translateX(0);
    padding-bottom: 15px;
    font-size: calc(23px + 2px);
    position: relative;
    transition: transform 0.3s ease;
}.Jud-our-background .TlS-learn-classes:hover h4 {
    color: rgb(204,191,208);
    transform: translateX(8px);
}.Jud-our-background .TlS-learn-classes h4::after {
    transition: width 0.4s ease;
    content: "";
    left: 0;
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: rgb(169,152,173);
    bottom: 0;
}.Jud-our-background .TlS-learn-classes:hover h4::after {
    width: 70px;
    background-color: rgb(204,191,208);
}.Jud-our-background .TlS-learn-classes div {
    line-height: 1.75;
    color: #000000;
    overflow-y: auto;
    margin: 0;
    padding-right: 15px;
    max-height: 250px;
    font-size: 13px;
}.Jud-our-background .TlS-learn-classes div::-webkit-scrollbar {
    width: 4px;
}.Jud-our-background .TlS-learn-classes div::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 10px;
}.Jud-our-background .TlS-learn-classes div::-webkit-scrollbar-thumb {
    background: rgb(169,152,173);
    border-radius: 10px;
}

@media (min-width: 992px) {.Jud-our-background .HBr-success-story ul {
    grid-template-columns: 1fr 1fr;
}.Jud-our-background .TlS-learn-classes:first-child {
    transform: translateY(20px);
}.Jud-our-background .TlS-learn-classes:first-child:hover {
    transform: translateY(15px);
}.Jud-our-background h1 {
    margin-bottom: 70px;
    font-size: calc(47px + 4px);
}
}

@media (max-width: 991px) {.Jud-our-background {
    padding: 80px 0 70px;
}.Jud-our-background::before {
    width: 25%;
}.Jud-our-background h1 {
    margin-bottom: 50px;
}.Jud-our-background .TlS-learn-classes {
    padding: 30px;
}
}

@media (max-width: 767px) {.Jud-our-background {
    padding: 60px 0 50px;
}.Jud-our-background::before {
    display: none;
}.Jud-our-background h1 {
    font-size: calc(35px + 2px);
    margin-bottom: 40px;
}.Jud-our-background .HBr-success-story ul {
    gap: 40px;
}.Jud-our-background .TlS-learn-classes {
    padding: 25px;
}.Jud-our-background .TlS-learn-classes h4 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: 23px;
}.Jud-our-background .TlS-learn-classes div {
    max-height: 200px;
}
}

@media (max-width: 480px) {.Jud-our-background {
    padding: 50px 0 40px;
}.Jud-our-background h1 {
    margin-bottom: 35px;
    font-size: 35px;
}.Jud-our-background .HBr-success-story ul {
    gap: 30px;
}.Jud-our-background .TlS-learn-classes {
    padding: 20px;
}.Jud-our-background .TlS-learn-classes h4 {
    padding-bottom: 10px;
    font-size: calc(18px + 2px);
    margin-bottom: 15px;
}}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@keyframes expandLine {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}.csx-privacy-cove {
    background: linear-gradient(135deg, rgb(231,225,233) 0%, rgba(245, 245, 250, 0.95) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
}.csx-privacy-cove::before {
    right: 0;
    opacity: 0.1;
    z-index: 1;
    content: "";
    width: 30%;
    top: 0;
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    background: linear-gradient(45deg, transparent, rgb(169,152,173,0.5));
}.csx-privacy-cove::after {
    content: "";
    clip-path: polygon(0 30%, 100% 100%, 0 100%);
    background: linear-gradient(-45deg, rgb(204,191,208,0.5), transparent);
    z-index: 1;
    left: 0;
    opacity: 0.05;
    bottom: 0;
    position: absolute;
    width: 40%;
    height: 100%;
}.csx-privacy-cove .container {
    border-top: 4px solid rgb(204,191,208);
    max-width: 1140px;
    transform: perspective(1000px) rotateX(0.5deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    padding: 3rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.csx-privacy-cove h1 {
    position: relative;
    transform: translateZ(5px);
    font-weight: 700;
    margin-bottom: 2rem;
    color: #000000;
    padding-bottom: 1rem;
    font-size: 48px;
}.csx-privacy-cove h1::after {
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(204,191,208), rgb(169,152,173));
    width: 80px;
    transform-origin: left;
}.csx-privacy-cove h2 {
    position: relative;
    font-size: 38px;
    border-left: 3px solid rgb(169,152,173);
    padding-left: 1rem;
    color: #000000;
    font-weight: 600;
    margin: 2.5rem 0 1rem;
}.csx-privacy-cove h3 {
    padding-bottom: 0.5rem;
    font-weight: 600;
    border-bottom: 1px dashed rgb(169,152,173,0.5);
    color: #000000;
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.85);
}.csx-privacy-cove h4 {
    font-size: calc(38px * 0.7);
    position: relative;
    display: inline-block;
    color: #000000;
    margin: 1.5rem 0 0.75rem;
    font-weight: 600;
}.csx-privacy-cove h4::after {
    transform-origin: left;
    transition: transform 0.3s ease;
    content: "";
    left: 0;
    background: rgb(169,152,173,0.5);
    bottom: -5px;
    height: 2px;
    width: 100%;
    transform: scaleX(0.7);
    position: absolute;
}.csx-privacy-cove p {
    line-height: 1.7;
    color: #000000;
    transition: color 0.3s ease;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    font-size: 17px;
}.csx-privacy-cove p strong {
    font-weight: 600;
    position: relative;
    color: rgb(204,191,208);
    display: inline-block;
}.csx-privacy-cove p strong::after {
    height: 1px;
    content: "";
    bottom: -2px;
    position: absolute;
    opacity: 0.3;
    width: 100%;
    background: currentColor;
    left: 0;
}.csx-privacy-cove span {
    line-height: 1.7;
    color: #000000;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    font-size: 17px;
    padding-left: 1rem;
    display: block;
    border-left: 1px solid rgb(169,152,173,0.5);
}.csx-privacy-cove ul {
    padding-left: 1.5rem;
    list-style: none;
    margin: 1.5rem 0 2rem;
}.csx-privacy-cove li {
    font-size: 17px;
    color: #000000;
    line-height: 1.7;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}.csx-privacy-cove li::before {
    top: 0.65rem;
    position: absolute;
    height: 8px;
    width: 8px;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    left: 0;
    background: rgb(169,152,173);
    content: "";
}.csx-privacy-cove li:hover::before {
    transform: rotate(135deg);
}.csx-privacy-cove div.container:hover h1::after {
    width: 120px;
}.csx-privacy-cove div.container:hover h4::after {
    transform: scaleX(1);
}

@media (max-width: 992px) {.csx-privacy-cove {
    padding: 3rem 1.5rem;
}.csx-privacy-cove .container {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(0.3deg);
}.csx-privacy-cove h1 {
    font-size: calc(48px * 0.9);
}.csx-privacy-cove h2 {
    font-size: calc(38px * 0.9);
    padding-left: 0.8rem;
}
}

@media (max-width: 768px) {.csx-privacy-cove {
    padding: 2rem 1rem;
}.csx-privacy-cove .container {
    transform: none;
    padding: 2rem 1.5rem;
}.csx-privacy-cove h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.csx-privacy-cove h2 {
    font-size: calc(38px * 0.8);
    margin: 2rem 0 0.8rem;
}.csx-privacy-cove h3 {
    font-size: calc(38px * 0.7);
}.csx-privacy-cove h4 {
    font-size: calc(38px * 0.6);
}.csx-privacy-cove p, 
    .csx-privacy-cove span, 
    .csx-privacy-cove li {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.csx-privacy-cove ul {
    padding-left: 0.5rem;
}.csx-privacy-cove li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.csx-privacy-cove {
    padding: 1.5rem 0.75rem;
}.csx-privacy-cove .container {
    padding: 1.5rem 1rem;
}.csx-privacy-cove h1 {
    padding-bottom: 0.7rem;
    font-size: calc(48px * 0.7);
}.csx-privacy-cove h1::after {
    height: 3px;
    width: 60px;
}.csx-privacy-cove h2 {
    font-size: calc(38px * 0.7);
    padding-left: 0.7rem;
    border-left: 2px solid rgb(169,152,173);
}.csx-privacy-cove h3 {
    font-size: calc(38px * 0.6);
}.csx-privacy-cove h4 {
    font-size: calc(38px * 0.55);
}.csx-privacy-cove p, 
    .csx-privacy-cove span, 
    .csx-privacy-cove li {
    margin-bottom: 1.2rem;
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.csx-privacy-cove span {
    padding-left: 0.7rem;
}.csx-privacy-cove li::before {
    width: 6px;
    height: 6px;
}}.SwZ-course-program-details {
    padding: 8rem 0;
    background: rgb(231,225,233);
    position: relative;
    overflow: hidden;
}.SwZ-course-program-details::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(231,225,233) 0%, rgb(204,191,208,0.5) 100%);
    left: 0;
    content: "";
    top: 0;
    opacity: 0.6;
    z-index: 1;
    height: 100%;
}.SwZ-course-program-details::after {
    background-size: 4rem 4rem;
    top: 0;
    z-index: 1;
    content: "";
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(169,152,173,0.5) 15px, rgb(169,152,173,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(204,191,208,0.5) 15px, rgb(204,191,208,0.5) 16px);
    height: 100%;
    animation: gridShift 30s infinite linear;
    opacity: 0.15;
    position: absolute;
    width: 100%;
    left: 0;
}.SwZ-course-program-details .container {
    position: relative;
    z-index: 3;
}.SwZ-course-program-details .bBR-why-choose {
    gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(8, minmax(50px, auto));
    position: relative;
    display: grid;
}.SwZ-course-program-details .IQH-learn-explore {
    grid-column: 1 / 9;
    padding: 3rem;
    border-radius: 13px;
    grid-row: 2 / 8;
    z-index: 5;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.SwZ-course-program-details .EWy-pic-zoom {
    grid-row: 1 / 7;
    position: relative;
    z-index: 3;
    border-radius: 13px;
    grid-column: 7 / 13;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
}.SwZ-course-program-details .EWy-pic-zoom::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 2;
    background: linear-gradient(45deg, rgb(204,191,208,0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
}.SwZ-course-program-details .EWy-pic-zoom::after {
    position: absolute;
    width: 70%;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    opacity: 0.6;
    right: -5px;
    border-radius: 10px;
    height: 70%;
    bottom: -5px;
    content: "";
    z-index: 1;
    border: 2px solid rgb(169,152,173);
}.SwZ-course-program-details .zUY-head-master {
    transition: transform 0.3s ease-out;
    top: -2rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 5rem;
    border-radius: 50%;
    width: 5rem;
    transform: rotate(-5deg);
    z-index: 10;
    right: 3rem;
    background: #ffffff;
    display: flex;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.SwZ-course-program-details .zUY-head-master:hover {
    transform: rotate(0deg) scale(1.05);
}.SwZ-course-program-details .zUY-head-master svg {
    width: 3rem;
    height: 3rem;
    transition: all 0.3s ease;
}.SwZ-course-program-details .zUY-head-master:hover svg {
    transform: scale(1.1);
}.SwZ-course-program-details .zUY-head-master svg path {
    fill: rgb(204,191,208);
}.SwZ-course-program-details h3 {
    line-height: 1.3;
    font-weight: 700;
    font-size: 30px;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    border-left: 4px solid rgb(204,191,208);
}.SwZ-course-program-details p {
    line-height: 1.8;
    color: #000000;
    font-size: 18px;
    position: relative;
    margin-bottom: 0;
}.SwZ-course-program-details .bBR-why-choose::before {
    filter: blur(100px);
    opacity: 0.6;
    left: -6rem;
    z-index: 1;
    position: absolute;
    content: "";
    background: rgb(204,191,208,0.5);
    width: 12rem;
    border-radius: 50%;
    top: -6rem;
    height: 12rem;
    animation: moveCircle 20s infinite alternate;
}.SwZ-course-program-details .bBR-why-choose::after {
    content: "";
    border-radius: 50%;
    opacity: 0.5;
    filter: blur(80px);
    position: absolute;
    bottom: -4rem;
    right: -4rem;
    width: 8rem;
    height: 8rem;
    z-index: 1;
    animation: moveCircle 15s infinite alternate-reverse;
    background: rgb(169,152,173,0.5);
}.SwZ-course-program-details .IQH-learn-explore::before {
    top: 0;
    background: linear-gradient(90deg, rgb(204,191,208) 0%, rgb(169,152,173) 100%);
    position: absolute;
    height: 5px;
    right: 0;
    content: "";
    width: 100px;
    border-radius: 0 10px 0 10px;
}.SwZ-course-program-details .IQH-learn-explore::after {
    content: "";
    border-radius: 0 0 10px 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgb(204,191,208) 0%, rgb(169,152,173) 100%);
    position: absolute;
    width: 5px;
    height: 100px;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.SwZ-course-program-details {
    padding: 7rem 0;
}.SwZ-course-program-details .bBR-why-choose {
    gap: 0.75rem;
}.SwZ-course-program-details .IQH-learn-explore {
    padding: 2.5rem;
    grid-column: 1 / 8;
}.SwZ-course-program-details .EWy-pic-zoom {
    grid-column: 6 / 13;
}.SwZ-course-program-details .zUY-head-master {
    right: 2rem;
}
}

@media (max-width: 992px) {.SwZ-course-program-details {
    padding: 6rem 0;
}.SwZ-course-program-details .bBR-why-choose {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}.SwZ-course-program-details .IQH-learn-explore {
    grid-row: 2 / 3;
    grid-column: auto;
    padding: 2.5rem;
}.SwZ-course-program-details .EWy-pic-zoom {
    height: 350px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-column: auto;
    grid-row: 1 / 2;
}.SwZ-course-program-details .zUY-head-master {
    top: auto;
    right: 3rem;
    bottom: -2rem;
}.SwZ-course-program-details h3 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 768px) {.SwZ-course-program-details {
    padding: 5rem 0;
}.SwZ-course-program-details .IQH-learn-explore {
    padding: 2rem;
}.SwZ-course-program-details .EWy-pic-zoom {
    height: 300px;
}.SwZ-course-program-details .zUY-head-master {
    bottom: -1.5rem;
    width: 4.5rem;
    right: 2rem;
    height: 4.5rem;
}.SwZ-course-program-details .zUY-head-master svg {
    width: 2.5rem;
    height: 2.5rem;
}.SwZ-course-program-details h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.25rem;
}.SwZ-course-program-details p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.SwZ-course-program-details .IQH-learn-explore::before {
    width: 70px;
}.SwZ-course-program-details .IQH-learn-explore::after {
    height: 70px;
}
}

@media (max-width: 576px) {.SwZ-course-program-details {
    padding: 4rem 0;
}.SwZ-course-program-details .IQH-learn-explore {
    padding: 1.5rem;
}.SwZ-course-program-details .EWy-pic-zoom {
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}.SwZ-course-program-details .zUY-head-master {
    right: 1.5rem;
    bottom: -1.25rem;
    height: 4rem;
    width: 4rem;
}.SwZ-course-program-details .zUY-head-master svg {
    width: 2.25rem;
    height: 2.25rem;
}.SwZ-course-program-details h3 {
    padding-left: 0.75rem;
    margin-bottom: 1rem;
    font-size: calc(30px * 0.7);
}.SwZ-course-program-details p {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.SwZ-course-program-details .IQH-learn-explore::before {
    width: 50px;
}.SwZ-course-program-details .IQH-learn-explore::after {
    height: 50px;
}.SwZ-course-program-details .bBR-why-choose::before,
    .SwZ-course-program-details .bBR-why-choose::after {
    display: none;
}
}