* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.head_mainwrapsr {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    auto
contain
touch-action: none;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-snap-type: none;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1198px;
    max-width: 100%;
}.review_blockBw {
    flex: 0 0 auto;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    width: 14px;
}::-webkit-scrollbar-track {
    background: rgb(182,197,230);
    box-shadow: inset 3px -4px 5px 2px rgba(0, 0, 0, 0.3);
    border: 1px dotted rgb(182,197,230);
    border-radius: 3.7vw;
}::-webkit-scrollbar-thumb {
    border-radius: 6px;
    animation: pulse_scrollbar 3.3s ease-out 1;
    box-shadow: 2px -5px 11px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 3.9s cubic-bezier(0.42, 0, 0.58, 1);
    background: radial-gradient(circle at top right, rgb(255, 255, 255, 0.5) 60%, rgb(145,166,214,0.5) 79%);
}::-webkit-scrollbar-corner {
    border: 1px dashed rgb(182,197,230,0.5);
}html {
    scrollbar-width: none;
    scrollbar-color: rgb(145,166,214) rgb(145,166,214,0.5);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 4px;
}}

.wrapper-capsuletd {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.give_it_a_tryPm {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    background: linear-gradient(135deg, rgb(182,197,230,0.5) 0%, rgb(145,166,214) 100%);
    padding: 100px 0 90px;
    position: relative;
    overflow: hidden;
}.give_it_a_tryPm::before {
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.05) 0,
    rgba(255,255,255,0.05) 2px,
    transparent 2px,
    transparent 8px
  );
    z-index: 1;
    left: 0;
}.give_it_a_tryPm::after {
    z-index: 0;
    right: -100px;
    background: radial-gradient(circle, rgb(182,197,230) 0%, transparent 70%);
    width: 300px;
    content: "";
    position: absolute;
    opacity: 0.1;
    height: 300px;
    top: -150px;
    border-radius: 50%;
}.give_it_a_tryPm .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.give_it_a_tryPm h2 {
    line-height: 1.3;
    color: #000000;
    position: relative;
    font-size: clamp(1.8rem, 3vw, 30px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    font-family: Arial, sans-serif;
    max-width: 800px;
    font-weight: 700;
    transform: translateY(0);
    margin-bottom: 40px;
}.give_it_a_tryPm:hover h2 {
    transform: translateY(-5px);
}.give_it_a_tryPm h2::after {
    transform: scaleX(1);
    content: "";
    bottom: -12px;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    transform-origin: left;
    background: rgb(182,197,230);
    width: 80px;
    left: 0;
}.give_it_a_tryPm:hover h2::after {
    transform: scaleX(1.5);
}.give_it_a_tryPm .pro_studysA {
    gap: 25px;
    transform: translateY(0);
    align-items: center;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    position: relative;
    padding: 30px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    border-left: 3px solid rgb(182,197,230);
}.give_it_a_tryPm .pro_studysA:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}.give_it_a_tryPm svg {
    transform: scale(1);
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 48px;
    width: 48px;
}.give_it_a_tryPm .pro_studysA:hover svg {
    transform: scale(1.1) rotate(5deg);
}.give_it_a_tryPm svg path {
    transition: fill 0.3s ease;
    fill: rgb(182,197,230);
}.give_it_a_tryPm .pro_studysA:hover svg path {
    fill: rgb(145,166,214);
}.give_it_a_tryPm .pro_studysA div {
    justify-content: flex-end;
    display: flex;
    flex-grow: 1;
}.give_it_a_tryPm .request_requestsX {
    letter-spacing: 0.5px;
    z-index: 1;
    align-items: center;
    position: relative;
    background: rgb(182,197,230);
    text-decoration: none;
    overflow: hidden;
    padding: 14px 32px;
    justify-content: center;
    display: inline-flex;
    font-family: Arial, sans-serif;
    border: 2px solid rgb(182,197,230);
    transition: color 0.4s ease, border-color 0.4s ease;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}.give_it_a_tryPm .request_requestsX::before {
    width: 100%;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
}.give_it_a_tryPm .request_requestsX:hover {
    color: rgb(182,197,230);
    border-color: rgb(182,197,230);
}.give_it_a_tryPm .request_requestsX:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.give_it_a_tryPm .request_requestsX::after {
    content: "→";
    margin-left: -15px;
    transition: opacity 0.3s ease, margin-left 0.3s ease;
    opacity: 0;
}.give_it_a_tryPm .request_requestsX:hover::after {
    margin-left: 8px;
    opacity: 1;
}

@media (max-width: 991px) {.give_it_a_tryPm {
    padding: 80px 0 70px;
}.give_it_a_tryPm h2 {
    margin-bottom: 30px;
}.give_it_a_tryPm .pro_studysA {
    padding: 25px;
}
}

@media (max-width: 767px) {.give_it_a_tryPm {
    padding: 60px 0 50px;
}.give_it_a_tryPm h2 {
    margin-bottom: 25px;
    font-size: 1.8rem;
}.give_it_a_tryPm .pro_studysA {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    padding: 25px 20px;
}.give_it_a_tryPm .pro_studysA div {
    width: 100%;
    justify-content: center;
}.give_it_a_tryPm .request_requestsX {
    padding: 12px 24px;
    width: 100%;
}
}

@media (max-width: 480px) {.give_it_a_tryPm {
    padding: 50px 0 40px;
}.give_it_a_tryPm h2 {
    font-size: 1.5rem;
}.give_it_a_tryPm .pro_studysA {
    padding: 20px 15px;
}.give_it_a_tryPm svg {
    width: 36px;
    height: 36px;
}.give_it_a_tryPm .request_requestsX {
    padding: 10px 20px;
}}.welcomepZ {
    min-height: 100vh;
    align-items: center;
    display: flex;
    overflow: hidden;
    justify-content: center;
    width: 100%;
    position: relative;
}.welcomepZ .main_titleoM {
    z-index: 1;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 100vh;
    position: relative;
    align-items: center;
}.welcomepZ .main_titleoM::before {
    background: linear-gradient(135deg, rgb(182,197,230,0.5), rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(3px);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
    left: 0;
}.welcomepZ .master_classesJL {
    max-width: 1200px;
    width: 90%;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    padding: 3rem;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 2;
}.welcomepZ .master_classesJL::before {
    right: -5px;
    left: -5px;
    content: "";
    z-index: -1;
    filter: blur(8px);
    transform: perspective(1000px) rotateX(-1deg);
    top: -5px;
    background: linear-gradient(45deg, rgb(182,197,230), rgb(145,166,214));
    opacity: 0.3;
    bottom: -5px;
    position: absolute;
}.welcomepZ .master_classesJL > div {
    transform: translateZ(20px);
    margin-bottom: 2rem;
    position: relative;
}.welcomepZ .master_classesJL > div:first-child {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
    position: relative;
}.welcomepZ .master_classesJL > div:first-child::after {
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    background: rgb(145,166,214);
    left: 0;
    content: "";
    animation: lineGrow 2s ease-out forwards;
}.welcomepZ .title_style_header {
    font-weight: 700;
    opacity: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    animation: fadeSlideIn 1s ease-out forwards 0.3s;
    letter-spacing: 1px;
    transform: translateY(-5px);
    margin-bottom: 1rem;
    font-size: calc(45px * 1.2);
    color: #ffffff;
}.welcomepZ h3 {
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    font-size: 36px;
    transform: translateY(10px);
    opacity: 0;
    animation: fadeSlideIn 1s ease-out forwards 0.6s;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.welcomepZ p {
    transform: translateY(10px);
    max-width: 90%;
    font-weight: 400;
    color: #ffffff;
    animation: fadeSlideIn 1s ease-out forwards 0.9s;
    font-size: calc(18px * 1.2);
    line-height: 1.7;
    opacity: 0;
}

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

@keyframes lineGrow {
  to {
    width: 80px;
  }
}

@media (max-width: 992px) {.welcomepZ .master_classesJL {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.welcomepZ .title_style_header {
    font-size: calc(45px * 1.1);
}.welcomepZ h3 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 768px) {.welcomepZ .main_titleoM {
    min-height: 100vh;
    height: auto;
}.welcomepZ .master_classesJL {
    width: 95%;
    padding: 2rem;
    transform: none;
}.welcomepZ .master_classesJL::before {
    transform: none;
}.welcomepZ .title_style_header {
    font-size: 45px;
}.welcomepZ h3 {
    font-size: calc(36px * 0.8);
}.welcomepZ p {
    font-size: 18px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.welcomepZ .master_classesJL {
    padding: 1.5rem;
}.welcomepZ .title_style_header {
    font-size: calc(45px * 0.85);
}.welcomepZ h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1rem;
}.welcomepZ p {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}
  
  @keyframes lineGrow {
    to {
      width: 60px;
    }
  }
}

@media (hover: hover) {.welcomepZ .master_classesJL:hover {
    transform: perspective(1000px) rotateX(0);
    transition: transform 0.5s ease;
}.welcomepZ .master_classesJL:hover::before {
    transition: all 0.5s ease;
    filter: blur(10px);
    opacity: 0.4;
}
}

@media (prefers-reduced-motion: reduce) {.welcomepZ .master_classesJL,
  .welcomepZ .master_classesJL::before {
    transition: none;
    transform: none;
}.welcomepZ .title_style_header,
  .welcomepZ h3,
  .welcomepZ p {
    transform: none;
    opacity: 1;
    animation: none;
}@keyframes lineGrow {
    to {
      width: 80px;
    }
  }
}.pricing_offer_boxPg {
    color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.pricing_offer_boxPg::before {
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    right: 0;
    top: 0;
}.pricing_offer_boxPg .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}.learn_ratesSk {
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center top;
}.pricing_offer_boxPg h2 {
    transform: translateX(-10px);
    font-weight: 700;
    font-size: 31px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
}.pricing_offer_boxPg h2::after {
    content: "";
    background: rgb(182,197,230);
    position: absolute;
    width: 60px;
    left: 0;
    transform: skewX(-20deg);
    height: 4px;
    bottom: -10px;
}.pricing_offer_boxPg .offer_boxPC {
    margin-bottom: 40px;
    transform: translateX(10px);
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    font-size: 15px;
    max-width: 80%;
}.pricing_offer_boxPg .learn_dealskF {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    padding: 0;
    perspective: 1000px;
    margin: 0;
    gap: 30px;
}.pricing_offer_boxPg .learn_dealskF li {
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.pricing_offer_boxPg .learn_dealskF li:hover {
    z-index: 5;
    transform: translateY(-10px) scale(1.02);
}.pricing_offer_boxPg .study_costxV {
    transition: all 0.4s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    color: #000000;
    display: block;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}.pricing_offer_boxPg .fee_pricingdx {
    min-height: 450px;
    flex-direction: column;
    position: relative;
    display: flex;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 0%, rgba(240,240,240,0.95) 100%);
    padding: 30px;
    transform-style: preserve-3d;
    transition: transform 0.4s ease-out;
    overflow: hidden;
}.pricing_offer_boxPg .study_costxV:hover .fee_pricingdx {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,0.98) 100%);
}.pricing_offer_boxPg .fee_pricingdx::after {
    background: rgb(145,166,214);
    transform: rotate(45deg) translate(30px, -80px);
    width: 100px;
    content: "";
    height: 100px;
    position: absolute;
    top: 0;
    transition: transform 0.5s ease;
    opacity: 0.1;
    right: 0;
}.pricing_offer_boxPg .study_costxV:hover .fee_pricingdx::after {
    transform: rotate(45deg) translate(20px, -60px) scale(1.2);
    opacity: 0.15;
}.pricing_offer_boxPg .plan_feerR {
    z-index: 2;
    display: flex;
    position: relative;
    flex-direction: column;
    flex: 1;
}.pricing_offer_boxPg .plan_feerR h4 {
    margin-top: 0;
    margin-bottom: 20px;
    transform: translateX(-5px);
    font-weight: 700;
    font-size: calc(20px + 2px);
    position: relative;
    letter-spacing: 0.5px;
    color: rgb(182,197,230);
    padding-bottom: 15px;
}.pricing_offer_boxPg .plan_feerR h4::after {
    background: rgb(145,166,214);
    transform: skewX(-15deg);
    position: absolute;
    height: 3px;
    width: 40px;
    left: 0;
    content: "";
    bottom: 0;
}.pricing_offer_boxPg .plan_feerR p {
    color: #000000;
    overflow-wrap: break-word;
    font-size: 15px;
    hyphens: auto;
    margin-bottom: 25px;
    word-wrap: break-word;
    flex-grow: 1;
    line-height: 1.5;
}.pricing_offer_boxPg .annual_feezt {
    border-top: 1px solid rgba(0,0,0,0.08);
    position: relative;
    padding: 15px 0 0;
    display: block;
    margin-bottom: 0;
    font-weight: 700;
    font-size: calc(20px + 6px);
    transition: color 0.3s ease;
    color: rgb(145,166,214);
    margin-top: auto;
}.pricing_offer_boxPg .study_costxV:hover .annual_feezt {
    color: rgb(182,197,230);
    transform: translateY(-5px);
}.pricing_offer_boxPg .annual_feezt::before {
    height: 1px;
    position: absolute;
    top: 0;
    transform: translateY(-1px);
    width: 30px;
    content: "";
    left: 0;
    background: rgb(182,197,230);
}

@media (max-width: 991px) {.pricing_offer_boxPg {
    padding: 80px 0;
}.learn_ratesSk {
    transform: perspective(1000px) rotateX(1deg);
}.pricing_offer_boxPg .offer_boxPC {
    max-width: 90%;
    transform: translateX(5px);
}.pricing_offer_boxPg .learn_dealskF {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing_offer_boxPg .fee_pricingdx {
    padding: 25px;
    min-height: 400px;
}
}

@media (max-width: 767px) {.pricing_offer_boxPg {
    padding: 60px 0;
}.learn_ratesSk {
    transform: none;
}.pricing_offer_boxPg h2 {
    transform: none;
    font-size: calc(31px - 4px);
}.pricing_offer_boxPg .offer_boxPC {
    transform: none;
    margin-bottom: 30px;
    max-width: 100%;
}.pricing_offer_boxPg .learn_dealskF {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing_offer_boxPg .fee_pricingdx {
    min-height: 350px;
    padding: 20px;
}.pricing_offer_boxPg .plan_feerR h4 {
    transform: none;
}.pricing_offer_boxPg .plan_feerR p {
    font-size: calc(15px - 1px);
}.pricing_offer_boxPg .annual_feezt {
    font-size: calc(20px + 4px);
}
}

@media (max-width: 480px) {.pricing_offer_boxPg {
    padding: 40px 0;
}.pricing_offer_boxPg h2 {
    font-size: calc(31px - 6px);
}.pricing_offer_boxPg .learn_dealskF {
    margin-top: 20px;
}.pricing_offer_boxPg .fee_pricingdx {
    padding: 15px;
}.pricing_offer_boxPg .plan_feerR h4 {
    font-size: 20px;
    margin-bottom: 15px;
}.pricing_offer_boxPg .plan_feerR p {
    margin-bottom: 20px;
    font-size: calc(15px - 2px);
}}.our_storyNh {
    overflow: hidden;
    background-color: rgb(218,225,243);
    position: relative;
    padding: 100px 0;
}.our_storyNh::before {
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(182,197,230,0.5) 0,
        rgb(182,197,230,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    content: "";
    top: 0;
    opacity: 0.05;
    width: 100%;
    position: absolute;
    height: 100%;
}.our_storyNh .container {
    position: relative;
    z-index: 2;
}.our_storyNh .pro_studysA {
    gap: 0;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    position: relative;
    flex-wrap: wrap;
}.our_storyNh .pro_studysA h3 {
    width: 100%;
    border-left: 6px solid rgb(182,197,230);
    margin-bottom: 60px;
    position: relative;
    color: #000000;
    font-size: 41px;
    padding-left: 20px;
    transition: transform 0.3s ease;
    font-weight: 700;
    transform: translateZ(0);
}.our_storyNh .pro_studysA h3:hover {
    transform: translateX(5px);
}.our_storyNh .learning_trackQd {
    padding-right: 60px;
    width: 55%;
    position: relative;
}.our_storyNh .learn_visiongw {
    width: 45%;
    position: relative;
}.our_storyNh .learning_trackQd span {
    font-size: 21px;
    position: relative;
    border-radius: 10px;
    background-color: rgb(182,197,230,0.5);
    font-weight: 600;
    padding: 8px 15px;
    color: rgb(182,197,230);
    margin-bottom: 20px;
    transform: skewX(-10deg);
    display: inline-block;
}.our_storyNh .learning_trackQd p {
    color: #000000;
    font-size: 15px;
    position: relative;
    margin-bottom: 40px;
    line-height: 1.8;
}.our_storyNh .learn_visiongw p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 1.8;
    position: relative;
}.our_storyNh .learning_trackQd .img_holderfv {
    height: 320px;
    box-shadow: -15px 15px 0 rgb(182,197,230,0.5);
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 0 24px 24px 0;
    overflow: hidden;
}.our_storyNh .learning_trackQd .img_holderfv:hover {
    transform: translate(5px, -5px);
    box-shadow: -20px 20px 0 rgb(182,197,230,0.5);
}.our_storyNh .learn_visiongw .training_classesCi {
    height: 320px;
    box-shadow: 15px 15px 0 rgb(145,166,214,0.5);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 24px 0 0 24px;
    margin-bottom: 40px;
    width: 100%;
}.our_storyNh .learn_visiongw .training_classesCi:hover {
    box-shadow: 20px 20px 0 rgb(145,166,214,0.5);
    transform: translate(-5px, -5px);
}.our_storyNh .learning_trackQd::after {
    left: 0;
    width: 40%;
    position: absolute;
    height: 2px;
    content: "";
    bottom: -30px;
    background: linear-gradient(90deg, rgb(182,197,230), transparent);
}.our_storyNh .learn_visiongw::before {
    position: absolute;
    height: 2px;
    width: 40%;
    right: 0;
    top: -30px;
    background: linear-gradient(90deg, transparent, rgb(145,166,214));
    content: "";
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {.our_storyNh {
    padding: 80px 0;
}.our_storyNh .pro_studysA h3 {
    margin-bottom: 40px;
}.our_storyNh .learning_trackQd,
    .our_storyNh .learn_visiongw {
    width: 50%;
}.our_storyNh .learning_trackQd {
    padding-right: 30px;
}.our_storyNh .learning_trackQd .img_holderfv,
    .our_storyNh .learn_visiongw .training_classesCi {
    height: 280px;
}
}

@media (max-width: 768px) {.our_storyNh {
    padding: 60px 0;
}.our_storyNh .pro_studysA h3 {
    margin-bottom: 30px;
    font-size: calc(41px * 0.8);
}.our_storyNh .learning_trackQd,
    .our_storyNh .learn_visiongw {
    padding-right: 0;
    width: 100%;
}.our_storyNh .learning_trackQd {
    margin-bottom: 60px;
}.our_storyNh .learning_trackQd .img_holderfv {
    border-radius: 24px;
    box-shadow: -10px 10px 0 rgb(182,197,230,0.5);
    height: 250px;
}.our_storyNh .learn_visiongw .training_classesCi {
    border-radius: 24px;
    box-shadow: 10px 10px 0 rgb(145,166,214,0.5);
    height: 250px;
}.our_storyNh .learning_trackQd::after,
    .our_storyNh .learn_visiongw::before {
    width: 30%;
}
}

@media (max-width: 576px) {.our_storyNh {
    padding: 40px 0;
}.our_storyNh .pro_studysA h3 {
    font-size: calc(41px * 0.7);
    padding-left: 15px;
    margin-bottom: 25px;
    border-left-width: 4px;
}.our_storyNh .learning_trackQd {
    margin-bottom: 40px;
}.our_storyNh .learning_trackQd span {
    font-size: calc(21px * 0.9);
    padding: 6px 12px;
}.our_storyNh .learning_trackQd p,
    .our_storyNh .learn_visiongw p {
    font-size: calc(15px * 0.95);
    margin-bottom: 25px;
    line-height: 1.6;
}.our_storyNh .learning_trackQd .img_holderfv,
    .our_storyNh .learn_visiongw .training_classesCi {
    height: 200px;
}.our_storyNh .learning_trackQd .img_holderfv {
    box-shadow: -8px 8px 0 rgb(182,197,230,0.5);
}.our_storyNh .learn_visiongw .training_classesCi {
    box-shadow: 8px 8px 0 rgb(145,166,214,0.5);
}.our_storyNh .learning_trackQd::after,
    .our_storyNh .learn_visiongw::before {
    width: 25%;
}}.data_insightsDp {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,225,243) 0%, rgb(145,166,214,0.5) 100%);
    padding: 6rem 0;
}.data_insightsDp::before {
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 15px,
    rgba(255, 255, 255, 0.03) 15px,
    rgba(255, 255, 255, 0.03) 30px
  );
    position: absolute;
    z-index: 0;
}.data_insightsDp::after {
    right: -20%;
    position: absolute;
    top: -50%;
    content: "";
    height: 200%;
    transform: rotate(15deg);
    z-index: 1;
    width: 60%;
    background: linear-gradient(
    -45deg,
    rgb(182,197,230,0.5) 0%,
    transparent 70%
  );
}.data_insightsDp .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.data_insightsDp ul {
    display: grid;
    margin-bottom: 4rem;
    margin: 0;
    gap: 2.5rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.data_insightsDp .statistics_prosSa {
    backface-visibility: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.data_insightsDp .statistics_prosSa:hover {
    z-index: 3;
    transform: translateY(-8px) scale(1.02);
}.data_insightsDp .statistics_prosSa div {
    border-radius: 3px;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    height: 100%;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    flex-direction: column;
    position: relative;
    align-items: center;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              0 1px 0 rgba(255, 255, 255, 0.1) inset;
}.data_insightsDp .statistics_prosSa div::before {
    right: 0;
    transform: scaleX(0);
    height: 4px;
    top: 0;
    background: linear-gradient(90deg, rgb(182,197,230) 0%, rgb(145,166,214) 100%);
    left: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    z-index: 1;
    content: "";
}.data_insightsDp .statistics_prosSa:hover div::before {
    transform: scaleX(1);
}.data_insightsDp .statistics_prosSa div::after {
    position: absolute;
    width: 80%;
    bottom: -2px;
    height: 1px;
    content: "";
    left: 10%;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.05), transparent);
}.data_insightsDp .statistics_prosSa p {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    margin: 0 0 0.5rem;
    font-size: calc(38px * 1.2);
    transform: translateY(0);
    line-height: 1;
    color: rgb(182,197,230);
    position: relative;
}.data_insightsDp .statistics_prosSa:hover p {
    transform: translateY(-5px);
}.data_insightsDp .statistics_prosSa p::after {
    transition: width 0.4s ease;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    background: rgb(145,166,214,0.5);
    width: 40px;
    bottom: -10px;
    position: absolute;
    height: 2px;
}.data_insightsDp .statistics_prosSa:hover p::after {
    width: 60px;
}.data_insightsDp .statistics_prosSa span {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    transition: all 0.5s ease;
    display: block;
    transform: translateY(0);
    margin-top: 1rem;
}.data_insightsDp .statistics_prosSa:hover span {
    transform: translateY(5px);
}.data_insightsDp h4 {
    position: relative;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 1rem;
    margin: 2rem 0 0;
}.data_insightsDp h4::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    height: 3px;
    width: 60px;
    background: rgb(182,197,230);
    transform: translateX(-50%);
}

@media (min-width: 992px) {.data_insightsDp {
    padding: 8rem 0;
}.data_insightsDp ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 3rem;
}.data_insightsDp .statistics_prosSa div {
    padding: 3rem 1.5rem;
}.data_insightsDp .statistics_prosSa p {
    font-size: calc(45px * 0.9);
}.data_insightsDp h4 {
    font-size: calc(22px * 1.2);
    margin-top: 3rem;
}
}

@media (max-width: 768px) {.data_insightsDp {
    padding: 4rem 0;
}.data_insightsDp ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 2rem;
}.data_insightsDp .statistics_prosSa div {
    padding: 2rem 1rem;
}.data_insightsDp h4 {
    font-size: 18px;
}
}

@media (max-width: 576px) {.data_insightsDp ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.data_insightsDp .statistics_prosSa div {
    transform: perspective(1000px) rotateX(0deg);
}.data_insightsDp::after {
    opacity: 0.5;
}.data_insightsDp .statistics_prosSa p {
    font-size: calc(38px * 1.1);
}
}

@media (prefers-reduced-motion: reduce) {.data_insightsDp .statistics_prosSa,
  .data_insightsDp .statistics_prosSa div,
  .data_insightsDp .statistics_prosSa p,
  .data_insightsDp .statistics_prosSa span,
  .data_insightsDp .statistics_prosSa div::before {
    transform: none !important;
    transition: none;
}.data_insightsDp .statistics_prosSa:hover {
    transform: none;
}}.course_methodologyoE {
    overflow: hidden;
    padding: 8rem 2rem;
    position: relative;
    background: rgb(218,225,243);
}.course_methodologyoE::before {
    height: 100%;
    background: rgb(182,197,230,0.5);
    width: 100%;
    animation: floatCircle 15s infinite alternate ease-in-out;
    top: -30%;
    position: absolute;
    left: -30%;
    filter: blur(120px);
    opacity: 0.25;
    z-index: 0;
    content: "";
    border-radius: 50%;
}.course_methodologyoE::after {
    bottom: -30%;
    animation: floatCircle 15s infinite alternate-reverse ease-in-out;
    position: absolute;
    width: 100%;
    z-index: 0;
    content: "";
    right: -30%;
    opacity: 0.25;
    filter: blur(120px);
    background: rgb(145,166,214,0.5);
    border-radius: 50%;
    height: 100%;
}.course_methodologyoE .pro_studysA {
    z-index: 1;
    display: grid;
    align-items: center;
    gap: 3rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    grid-template-columns: 1fr 1fr;
}.course_methodologyoE h3 {
    font-size: 33px;
    animation: slideInLeft 0.8s ease-out forwards;
    position: relative;
    color: #000000;
    font-weight: 700;
    padding: 0;
    margin: 0;
}.course_methodologyoE h3::before {
    left: 0;
    transform: scaleX(0);
    content: "";
    background: linear-gradient(90deg, rgb(182,197,230), rgb(145,166,214));
    transform-origin: left;
    border-radius: 10px;
    width: 4rem;
    top: -1rem;
    animation: expandLine 1s 0.4s forwards ease-out;
    height: 4px;
    position: absolute;
}.course_methodologyoE h3::after {
    width: 2rem;
    left: 0;
    transform-origin: left;
    animation: expandLine 1s 0.6s forwards ease-out;
    position: absolute;
    background: rgb(182,197,230,0.5);
    height: 4px;
    border-radius: 10px;
    transform: scaleX(0);
    bottom: -1rem;
    content: "";
}.course_methodologyoE span {
    font-size: 12px;
    animation: slideInRight 0.8s ease-out forwards;
    line-height: 1.8;
    color: #000000;
    position: relative;
    border-left: 2px solid rgb(145,166,214,0.5);
    padding: 2rem;
}.course_methodologyoE span::before {
    animation: pulse 3s infinite;
    position: absolute;
    top: 0;
    left: -5px;
    width: 8px;
    border-radius: 50%;
    background: rgb(145,166,214);
    content: "";
    height: 8px;
}.course_methodologyoE span::after {
    height: 8px;
    left: -5px;
    width: 8px;
    bottom: 0;
    background: rgb(182,197,230);
    content: "";
    animation: pulse 3s 1.5s infinite;
    border-radius: 50%;
    position: absolute;
}

@keyframes floatCircle {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15%, 15%);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.course_methodologyoE {
    padding: 6rem 2rem;
}.course_methodologyoE .pro_studysA {
    gap: 2rem;
}.course_methodologyoE h3 {
    font-size: calc(33px * 0.9);
}.course_methodologyoE span {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.course_methodologyoE {
    padding: 5rem 1.5rem;
}.course_methodologyoE .pro_studysA {
    gap: 2rem;
    grid-template-columns: 1fr;
}.course_methodologyoE h3 {
    text-align: center;
    font-size: calc(33px * 0.8);
}.course_methodologyoE h3::before,
    .course_methodologyoE h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.course_methodologyoE span {
    border-top: 2px solid rgb(145,166,214,0.5);
    border-left: none;
    padding: 1.5rem;
    font-size: calc(12px * 0.95);
}.course_methodologyoE span::before,
    .course_methodologyoE span::after {
    left: 50%;
    transform: translateX(-50%);
}.course_methodologyoE span::before {
    top: -5px;
    left: 50%;
}.course_methodologyoE span::after {
    bottom: auto;
    left: calc(50% + 15px);
    top: -5px;
}@keyframes expandLine {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    @keyframes pulse {
        0%, 100% {
            transform: translateX(-50%) scale(1);
            opacity: 1;
        }
        50% {
            transform: translateX(-50%) scale(1.5);
            opacity: 0.7;
        }
    }
}.teacher_profileOm {
    min-height: 700px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, rgb(218,225,243) 0%, #000000 100%);
    padding: 8rem 0;
}.teacher_profileOm::before {
    background: 
        radial-gradient(circle at 80% 20%, rgb(182,197,230,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(145,166,214,0.5) 0%, transparent 35%);
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    filter: blur(70px);
    opacity: 0.4;
    animation: breatheGlow 15s ease-in-out infinite alternate;
}.teacher_profileOm .container {
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.teacher_profileOm .testimonial_feedbackqA {
    padding: 3rem;
    overflow: hidden;
    backdrop-filter: blur(15px);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    gap: 30px;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 580px;
    grid-template-columns: 1.2fr 0.8fr;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}.teacher_profileOm .testimonial_feedbackqA::before {
    background: linear-gradient(135deg, transparent, rgb(182,197,230,0.5), transparent);
    opacity: 0.2;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background-size: 200% 200%;
    width: 100%;
    animation: shimmerEffect 10s ease-in-out infinite;
    height: 100%;
}.teacher_profileOm .img_holderfv {
    height: 100%;
    border-radius: 20px;
    filter: contrast(1.1) brightness(1.05);
    grid-row: 1 / span 2;
    z-index: 3;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    grid-column: 2;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    transform: scale(1) rotate(0deg);
}.teacher_profileOm .testimonial_feedbackqA:hover .img_holderfv {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}.teacher_profileOm .img_holderfv::before {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    border-radius: inherit;
    box-sizing: border-box;
    left: 0;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
}.teacher_profileOm .name {
    transform: translateX(0);
    grid-row: 1;
    margin: 0;
    font-size: 32px;
    z-index: 4;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-weight: 700;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    grid-column: 1;
    position: relative;
}.teacher_profileOm .testimonial_feedbackqA:hover .name {
    transform: translateX(10px);
}.teacher_profileOm .name::after {
    background: linear-gradient(90deg, rgb(182,197,230), rgb(145,166,214));
    position: absolute;
    height: 3px;
    content: "";
    left: 0;
    transition: width 0.6s ease;
    bottom: -10px;
    width: 0;
}.teacher_profileOm .testimonial_feedbackqA:hover .name::after {
    width: 120px;
}.teacher_profileOm .testimonial_feedbackqA span:not(.name) {
    grid-column: 1;
    width: max-content;
    grid-row: 1;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2);
    z-index: 3;
    margin-top: 4rem;
    color: rgb(145,166,214);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    padding: 0.7rem 1.5rem;
    font-weight: 600;
    font-size: 22px;
    border-radius: 10px;
}.teacher_profileOm .testimonial_feedbackqA:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
}.teacher_profileOm .exp_tableaD {
    transform: translateY(0);
    grid-row: 2;
    z-index: 2;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    grid-column: 1;
    line-height: 1.8;
    border-left: 4px solid rgb(145,166,214);
    overflow: hidden;
    backdrop-filter: blur(10px);
    color: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    font-size: 13px;
}.teacher_profileOm .testimonial_feedbackqA:hover .exp_tableaD {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}.teacher_profileOm .exp_tableaD::before {
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
    animation: shimmerEffect 5s ease-in-out infinite;
    background-size: 200% 200%;
    content: "";
    z-index: -1;
    height: 100%;
    width: 100%;
}.teacher_profileOm .container::after {
    filter: blur(80px);
    opacity: 0.2;
    z-index: -1;
    content: "";
    background: conic-gradient(from 135deg, rgb(182,197,230,0.5) 0%, rgb(145,166,214,0.5) 50%, rgb(182,197,230,0.5) 100%);
    border-radius: 50%;
    height: 400px;
    bottom: -200px;
    left: -200px;
    position: absolute;
    animation: rotateGlow 25s linear infinite;
    width: 400px;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.teacher_profileOm .testimonial_feedbackqA {
    gap: 20px;
    padding: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
}.teacher_profileOm .img_holderfv {
    height: 350px;
    grid-row: 1;
    grid-column: 1;
}.teacher_profileOm .name {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
}.teacher_profileOm .testimonial_feedbackqA span:not(.name) {
    grid-column: 1;
    margin-top: 3.5rem;
    grid-row: 2;
}.teacher_profileOm .exp_tableaD {
    grid-column: 1;
    grid-row: 3;
}.teacher_profileOm .testimonial_feedbackqA:hover .name,
    .teacher_profileOm .testimonial_feedbackqA:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teacher_profileOm {
    padding: 5rem 0;
}.teacher_profileOm .testimonial_feedbackqA {
    padding: 1.5rem;
}.teacher_profileOm .img_holderfv {
    height: 250px;
}.teacher_profileOm .name {
    font-size: 22px;
}.teacher_profileOm .testimonial_feedbackqA span:not(.name) {
    margin-top: 3rem;
    padding: 0.6rem 1rem;
    font-size: 13px;
}.teacher_profileOm .exp_tableaD {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
    padding: 1.5rem;
}}.privacy_bastionuj {
    width: 100%;
    padding: 30px;
    overflow: hidden;
    height: 100%;
}.privacy_bastionuj h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}.privacy_bastionuj h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}.privacy_bastionuj h3, .privacy_bastionuj h4, .privacy_bastionuj h5, .privacy_bastionuj h6 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.2em;
}.privacy_bastionuj ul, .privacy_bastionuj ol {
    padding: 10px 0;
    list-style-position: inside;
    padding-left: 0;
}.privacy_bastionuj li {
    margin-bottom: 10px;
}.privacy_bastionuj section {
    background: none;
}.privacy_bastionuj p, .privacy_bastionuj span, .privacy_bastionuj div {
    margin-bottom: 5px;
    line-height: 20px;
}
@media only screen and (max-width: 800px) {.privacy_bastionuj {
    padding: 20px 0;
}}.contact_sectionOg {
    overflow: hidden;
    background: linear-gradient(160deg, rgb(218,225,243) 0%, rgb(182,197,230,0.5) 100%);
    position: relative;
    padding: 90px 0;
}.contact_sectionOg::before {
    opacity: 0.03;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(182,197,230,0.5),
        rgb(182,197,230,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
}.contact_sectionOg .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
}.contact_sectionOg h2 {
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 47px;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    position: relative;
}.contact_sectionOg .help_messageOB {
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    background: #ffffff;
    border-radius: 20px;
    max-width: 800px;
}.contact_sectionOg .img_holderfv {
    height: 200px;
    width: 100%;
    position: relative;
}.contact_sectionOg .inquiry_feedbacksZ {
    padding: 50px;
    width: 100%;
    position: relative;
}.contact_sectionOg form {
    width: 100%;
}.contact_sectionOg form h3 {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    color: #000000;
}.contact_sectionOg form h3::after {
    content: "";
    background: rgb(182,197,230);
    bottom: -10px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 1.5px;
}.contact_sectionOg form input[type="text"] {
    transition: all 0.3s ease;
    background: rgb(218,225,243);
    border: 2px solid transparent;
    color: #000000;
    width: 100%;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 13px;
    padding: 15px 20px;
    border-radius: 10px;
}.contact_sectionOg form input[type="text"]:focus {
    outline: none;
    border-color: rgb(182,197,230);
}.contact_sectionOg form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_sectionOg .inquiry_requestId {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_sectionOg .inquiry_requestId input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_sectionOg .inquiry_requestId label {
    position: relative;
    line-height: 1.6;
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    font-size: 13px;
}.contact_sectionOg .inquiry_requestId label::before {
    left: 0;
    transition: all 0.3s ease;
    height: 22px;
    background: rgb(218,225,243);
    width: 22px;
    border-radius: 10px;
    position: absolute;
    top: 2px;
    content: "";
}.contact_sectionOg .inquiry_requestId input[type="checkbox"]:checked + label::before {
    background: rgb(182,197,230);
}.contact_sectionOg .inquiry_requestId input[type="checkbox"]:checked + label::after {
    top: 5px;
    height: 12px;
    width: 6px;
    border-right: 2px solid #ffffff;
    position: absolute;
    content: "";
    border-bottom: 2px solid #ffffff;
    left: 8px;
    transform: rotate(45deg);
}.contact_sectionOg .inquiry_requestId label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(182,197,230);
}.contact_sectionOg .inquiry_requestId label a:hover {
    text-decoration: underline;
}.contact_sectionOg form .request_requestsX {
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    background: rgb(182,197,230);
    transition: all 0.3s ease;
    position: relative;
    border: none;
    overflow: hidden;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px;
}.contact_sectionOg form .request_requestsX:hover {
    background: rgb(145,166,214);
}.contact_sectionOg svg {
    height: 20px;
    width: 20px;
    fill: rgb(182,197,230);
}.contact_sectionOg svg path {
    fill: rgb(182,197,230);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.contact_sectionOg .help_messageOB {
    max-width: 1000px;
    flex-direction: row;
}.contact_sectionOg .img_holderfv {
    min-height: 400px;
    height: auto;
    width: 40%;
}.contact_sectionOg .inquiry_feedbacksZ {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_sectionOg .img_holderfv {
    width: 50%;
}.contact_sectionOg .inquiry_feedbacksZ {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.contact_sectionOg .help_messageOB {
    max-width: 1100px;
}.contact_sectionOg .img_holderfv {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_sectionOg {
    padding: 60px 0;
}.contact_sectionOg h2 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.contact_sectionOg .inquiry_feedbacksZ {
    padding: 30px 20px;
}.contact_sectionOg form h3 {
    font-size: calc(20px * 0.9);
}}.thanksZonecN {
    perspective: 1000px;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(182,197,230,0.5), rgb(218,225,243), rgb(145,166,214,0.5));
    position: relative;
    overflow: hidden;
}.thanksZonecN::before {
    animation: pulse 10s infinite alternate ease-in-out;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.7;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(182,197,230,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(145,166,214,0.5) 0%, transparent 60%);
    position: absolute;
    z-index: 0;
    top: 0;
}.thanksZonecN::after {
    content: "";
    animation: patternMove 60s linear infinite;
    position: absolute;
    top: -50%;
    left: -50%;
    z-index: 1;
    height: 200%;
    transform: rotate(15deg);
    width: 200%;
    pointer-events: none;
}.thanksZonecN .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.thanksZonecN h2 {
    line-height: 1.3;
    transition: transform 0.5s ease;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    font-size: 37px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-weight: 700;
    text-align: left;
    position: relative;
    border-left: 4px solid rgb(182,197,230);
    transform: translateZ(30px);
    padding-left: 20px;
    color: #000000;
}.thanksZonecN h2::after {
    position: absolute;
    content: "";
    height: 3px;
    left: 20px;
    transform: scaleX(0);
    background: rgb(145,166,214);
    bottom: -12px;
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    width: 60px;
}.thanksZonecN .pro_studysA {
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(182,197,230), 0.3);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    transform: translateZ(20px) rotateX(2deg);
    border-radius: 19px;
}.thanksZonecN .pro_studysA::before {
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(182,197,230), rgb(145,166,214));
    z-index: 3;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}.thanksZonecN .pro_studysA:hover {
    transform: translateZ(30px) rotateX(0deg);
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(182,197,230), 0.4);
}.thanksZonecN ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thanksZonecN li {
    transition: transform 0.3s ease;
    background: #ffffff;
    padding: 40px;
    position: relative;
}.thanksZonecN li::before {
    height: 30px;
    background: rgb(182,197,230);
    box-shadow: 0 5px 15px rgba(rgb(182,197,230), 0.3);
    content: "✓";
    left: 40px;
    position: absolute;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    top: -15px;
    display: flex;
    align-items: center;
    width: 30px;
}.thanksZonecN span {
    line-height: 1.7;
    display: block;
    z-index: 2;
    position: relative;
    color: #000000;
    text-align: left;
    font-size: 18px;
    font-family: Arial, sans-serif;
}

@keyframes lineGrow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}

@media (max-width: 991px) {.thanksZonecN {
    padding: 80px 0;
}.thanksZonecN h2 {
    padding-left: 15px;
    font-size: calc(37px * 0.9);
}.thanksZonecN li {
    padding: 30px;
}.thanksZonecN li::before {
    left: 30px;
}
}

@media (max-width: 767px) {.thanksZonecN {
    padding: 60px 0;
}.thanksZonecN h2 {
    transform: translateZ(20px);
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.thanksZonecN h2::after {
    width: 40px;
}.thanksZonecN .pro_studysA {
    transform: translateZ(10px) rotateX(1deg);
}.thanksZonecN .pro_studysA:hover {
    transform: translateZ(15px) rotateX(0deg);
}.thanksZonecN li {
    padding: 25px 20px;
}.thanksZonecN li::before {
    height: 24px;
    font-size: 14px;
    top: -12px;
    left: 20px;
    width: 24px;
}.thanksZonecN span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.thanksZonecN {
    padding: 40px 0;
}.thanksZonecN h2 {
    padding-left: 12px;
    font-size: calc(37px * 0.7);
    border-left: 3px solid rgb(182,197,230);
}.thanksZonecN .container {
    padding: 0 15px;
}.thanksZonecN .pro_studysA {
    transform: translateZ(5px) rotateX(0.5deg);
}.thanksZonecN .pro_studysA:hover {
    transform: translateZ(10px) rotateX(0deg);
}.thanksZonecN li {
    padding: 20px 15px;
}.thanksZonecN li::before {
    width: 20px;
    left: 15px;
    font-size: 12px;
    height: 20px;
}.thanksZonecN span {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    content: '';
    background: linear-gradient(90deg, #000000 0%, rgb(182,197,230) 150%);
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.92;
    top: 0;
    right: 0;
}.review_blockBw {
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 70px 0;
    z-index: 2;
}.review_blockBw .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}.review_blockBw .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 30px;
    border-radius: 12px 0 12px 0;
    transition: all 0.3s ease;
    overflow: hidden;
}.review_blockBw .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.review_blockBw .company_holder::before {
    height: 5px;
    content: '';
    top: 0;
    left: 0;
    background: rgb(182,197,230);
    position: absolute;
    width: 100%;
}.review_blockBw .company_holder h3 {
    display: inline-block;
    font-size: 29px;
    margin-bottom: 25px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
}.review_blockBw .company_holder h3::after {
    content: '';
    background: rgb(145,166,214);
    left: 0;
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: -8px;
}.review_blockBw .affiliate_ctaWJ {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    line-height: 1.6;
    font-size: 13px;
}.review_blockBw .design_resrW {
    position: relative;
}.review_blockBw .nav_masterTJ {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}.review_blockBw .top_basecv {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}.review_blockBw .top_basecv h5 {
    font-weight: 600;
    padding-left: 15px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    border-left: 3px solid rgb(182,197,230);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.review_blockBw .top_basecv .nav_masterTJ {
    gap: 12px;
    flex-direction: column;
    display: flex;
}.review_blockBw .top_basecv .nav_masterTJ a {
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    overflow: hidden;
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    color: #ffffff;
    padding: 8px 15px;
}.review_blockBw .top_basecv .nav_masterTJ a::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 0;
    content: '';
    transition: width 0.3s ease;
    left: 0;
    background: rgb(182,197,230,0.5);
    top: 0;
}.review_blockBw .top_basecv .nav_masterTJ a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
    color: #ffffff;
}.review_blockBw .top_basecv .nav_masterTJ a:hover::before {
    width: 100%;
}.sustain_ctaqs {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px 0;
    margin-top: 50px;
    z-index: 2;
    position: relative;
}.sustain_ctaqs .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.sustain_ctaqs .study_bottomdL {
    color: #ffffff;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 15px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    position: absolute;
    background-size: 40px 40px;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    left: 0;
    z-index: 1;
}

@media (max-width: 992px) {.review_blockBw .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.review_blockBw {
    padding: 50px 0;
}.review_blockBw .top_basecv {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.review_blockBw {
    padding: 40px 0;
}.review_blockBw .company_holder h3 {
    font-size: calc(29px * 0.8);
}.review_blockBw .top_basecv h5 {
    font-size: calc(20px * 0.9);
}.review_blockBw .top_basecv .nav_masterTJ a,
    .review_blockBw .footer_agreement {
    font-size: calc(13px * 0.95);
}}

.sustain_ctaqs::before {
    left: 0;
    height: 1px;
    content: '';
    position: absolute;
    width: 100%;
    opacity: 0.2;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.program_detailswJ {
    background: linear-gradient(135deg, rgb(218,225,243) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.program_detailswJ::before {
    width: 35%;
    top: -5%;
    opacity: 0.07;
    height: 70%;
    filter: blur(20px);
    background: linear-gradient(145deg, rgb(182,197,230,0.5) 10%, rgb(145,166,214,0.5) 90%);
    right: -10%;
    position: absolute;
    animation: float 15s infinite alternate ease-in-out;
    transform: rotate(-15deg) skewX(-15deg);
    content: "";
    z-index: 1;
}.program_detailswJ::after {
    z-index: 1;
    animation: float 18s infinite alternate-reverse ease-in-out;
    position: absolute;
    filter: blur(15px);
    transform: rotate(10deg) skewX(10deg);
    bottom: -5%;
    background: linear-gradient(215deg, rgb(145,166,214,0.5) 10%, rgb(182,197,230,0.5) 90%);
    height: 50%;
    width: 25%;
    content: "";
    left: -5%;
    opacity: 0.05;
}.program_detailswJ .container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
}.program_detailswJ .training_planDi {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.program_detailswJ .img_holderfv {
    box-shadow: 0 25px 50px -12px rgba(var(--dark-color-rgb), 0.1);
    overflow: hidden;
    position: relative;
    min-height: 350px;
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(var(--dark-color-rgb), 0.08);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
}.program_detailswJ .img_holderfv::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
    height: 100%;
    position: absolute;
}.program_detailswJ .img_holderfv::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    height: 100%;
    width: 50%;
    content: "";
    transform: skewX(-25deg);
    z-index: 3;
    position: absolute;
    left: -100%;
    top: 0;
    animation: shine 10s infinite;
}.program_detailswJ .text_bubbleue {
    padding: 1.5rem 0;
    position: relative;
    transform: translateZ(0);
}.program_detailswJ h3 {
    opacity: 1;
    font-size: calc(23px * 1.1);
    color: #000000;
    position: relative;
    padding-left: 1rem;
    font-weight: 600;
    transform: translateY(0);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 1.5rem;
    line-height: 1.3;
}.program_detailswJ h3::before {
    content: "";
    left: 0;
    height: 85%;
    width: 3px;
    top: 0.2em;
    transition: transform 0.4s ease;
    transform: scaleY(0.7);
    background: linear-gradient(to bottom, rgb(182,197,230), rgb(145,166,214));
    position: absolute;
}.program_detailswJ p.description {
    max-height: 300px;
    line-height: 1.7;
    overflow-y: auto;
    display: block;
    margin-bottom: 2rem;
    color: #000000;
    position: relative;
    padding-right: 1rem;
    font-size: 12px;
}.program_detailswJ p.description::-webkit-scrollbar {
    width: 4px;
}.program_detailswJ p.description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-rgb), 0.05);
}.program_detailswJ p.description::-webkit-scrollbar-thumb {
    background: rgb(145,166,214,0.5);
    border-radius: 10px;
}.program_detailswJ span.description {
    display: none;
}.program_detailswJ .text_bubbleue div {
    position: relative;
}.program_detailswJ .text_bubbleue div::after {
    height: 30px;
    position: absolute;
    right: 0;
    background: linear-gradient(to top, rgb(218,225,243) 20%, transparent);
    content: "";
    bottom: 0;
    width: 25%;
    opacity: 0.8;
    pointer-events: none;
}

@media (min-width: 768px) {.program_detailswJ {
    padding: 8rem 0;
}.program_detailswJ .training_planDi {
    gap: 3.5rem;
    align-items: center;
    grid-template-columns: 0.9fr 1.1fr;
}.program_detailswJ .img_holderfv {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    min-height: 450px;
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.program_detailswJ h3 {
    padding-left: 1.5rem;
    margin-bottom: 2rem;
    font-size: calc(23px * 1.3);
}.program_detailswJ h3::before {
    width: 5px;
}.program_detailswJ p.description {
    padding-right: 2rem;
    max-height: 380px;
}
}

@media (min-width: 992px) {.program_detailswJ {
    padding: 10rem 0;
}.program_detailswJ .training_planDi {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 5rem;
}.program_detailswJ .img_holderfv {
    transform: perspective(1500px) rotateY(-5deg) translateZ(0);
    min-height: 500px;
}.program_detailswJ .img_holderfv:hover {
    transform: perspective(1500px) rotateY(0deg) translateZ(10px);
}.program_detailswJ h3 {
    padding-left: 2rem;
    font-size: calc(23px * 1.4);
}.program_detailswJ h3::before {
    width: 6px;
}
}

@media (min-width: 1200px) {.program_detailswJ .training_planDi {
    gap: 6rem;
    grid-template-columns: 0.8fr 1.2fr;
}.program_detailswJ .img_holderfv {
    min-height: 550px;
}.program_detailswJ h3 {
    font-size: calc(23px * 1.5);
}}

@keyframes float {
    0% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-12deg) skewX(-12deg) translateY(-20px);
    }
    100% {
        transform: rotate(-18deg) skewX(-18deg) translateY(20px);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}.user_commentsHJ {
    overflow: hidden;
    background: rgb(218,225,243);
    padding: 100px 0;
    position: relative;
}.user_commentsHJ::before {
    top: 0;
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, 
            rgb(182,197,230,0.5) 0px, 
            rgb(182,197,230,0.5) 2px, 
            transparent 2px, 
            transparent 10px);
    content: "";
    opacity: 0.2;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
}.user_commentsHJ .container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
}.user_commentsHJ h2 {
    position: relative;
    float: left;
    height: 100%;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    font-size: 34px;
    color: #000000;
    margin-bottom: 70px;
    font-weight: 700;
    padding-right: 50px;
}.user_commentsHJ h2::after {
    width: 4px;
    top: 0;
    right: 30px;
    height: 100%;
    position: absolute;
    content: "";
    background: rgb(182,197,230);
}.user_commentsHJ .user_reviewsRZ {
    flex-direction: column;
    align-items: flex-start;
    gap: 70px;
    display: flex;
    margin-left: 80px;
}.user_commentsHJ .testimonial_feedbackqA {
    align-items: center;
    transform: translateZ(0);
    width: 100%;
    max-width: 700px;
    position: relative;
    display: flex;
    transition: transform 0.5s ease;
}.user_commentsHJ .testimonial_feedbackqA:nth-child(odd) {
    align-self: flex-start;
}.user_commentsHJ .testimonial_feedbackqA:nth-child(even) {
    flex-direction: row-reverse;
    align-self: flex-end;
}.user_commentsHJ .testimonial_feedbackqA:hover {
    transform: translateZ(30px);
}.user_commentsHJ .testimonial_feedbackqA img {
    border: 5px solid #ffffff;
    z-index: 2;
    object-fit: cover;
    transition: all 0.4s ease;
    height: 120px;
    width: 120px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}.user_commentsHJ .testimonial_feedbackqA:hover img {
    transform: scale(1.1);
}.user_commentsHJ .testimonial_feedbackqA p {
    margin: 0;
}.user_commentsHJ .testimonial_feedbackqA:nth-child(odd) p,
.user_commentsHJ .testimonial_feedbackqA:nth-child(odd) .description {
    padding-left: 30px;
}.user_commentsHJ .testimonial_feedbackqA:nth-child(even) p,
.user_commentsHJ .testimonial_feedbackqA:nth-child(even) .description {
    padding-right: 30px;
    text-align: right;
}.user_commentsHJ .testimonial_feedbackqA p:first-of-type {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 19px;
    color: #000000;
}.user_commentsHJ .testimonial_feedbackqA .description {
    font-size: 12px;
    max-width: 500px;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    color: #000000;
    font-weight: 400;
}.user_commentsHJ .testimonial_feedbackqA:nth-child(odd) .description::before {
    z-index: -1;
    height: 30px;
    top: 30px;
    width: 30px;
    transform: rotate(45deg);
    content: "";
    left: -15px;
    background: #ffffff;
    position: absolute;
}.user_commentsHJ .testimonial_feedbackqA:nth-child(even) .description::before {
    position: absolute;
    right: -15px;
    top: 30px;
    height: 30px;
    content: "";
    transform: rotate(45deg);
    width: 30px;
    background: #ffffff;
    z-index: -1;
}.user_commentsHJ .testimonial_feedbackqA:nth-child(3n+1) .description {
    border-top: 4px solid rgb(182,197,230);
}.user_commentsHJ .testimonial_feedbackqA:nth-child(3n+2) .description {
    border-top: 4px solid rgb(145,166,214);
}.user_commentsHJ .testimonial_feedbackqA:nth-child(3n+3) .description {
    border-top: 4px solid #000000;
}

@media (max-width: 991px) {.user_commentsHJ {
    padding: 80px 0;
}.user_commentsHJ h2 {
    margin-bottom: 50px;
    writing-mode: horizontal-tb;
    float: none;
    transform: none;
    padding-right: 0;
    text-align: center;
}.user_commentsHJ h2::after {
    right: auto;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    top: auto;
    height: 4px;
    width: 80px;
}.user_commentsHJ .user_reviewsRZ {
    margin-left: 0;
    gap: 50px;
}
}

@media (max-width: 767px) {.user_commentsHJ {
    padding: 60px 0;
}.user_commentsHJ .testimonial_feedbackqA,
    .user_commentsHJ .testimonial_feedbackqA:nth-child(even),
    .user_commentsHJ .testimonial_feedbackqA:nth-child(odd) {
    align-items: center;
    flex-direction: column;
    align-self: center;
}.user_commentsHJ .testimonial_feedbackqA img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}.user_commentsHJ .testimonial_feedbackqA p:first-of-type,
    .user_commentsHJ .testimonial_feedbackqA:nth-child(even) p:first-of-type,
    .user_commentsHJ .testimonial_feedbackqA:nth-child(odd) p:first-of-type {
    text-align: center;
    padding: 0;
}.user_commentsHJ .testimonial_feedbackqA .description,
    .user_commentsHJ .testimonial_feedbackqA:nth-child(even) .description,
    .user_commentsHJ .testimonial_feedbackqA:nth-child(odd) .description {
    width: 100%;
    max-width: none;
    padding: 15px;
    text-align: center;
}.user_commentsHJ .testimonial_feedbackqA:nth-child(odd) .description::before,
    .user_commentsHJ .testimonial_feedbackqA:nth-child(even) .description::before {
    display: none;
}}.course_benefitsUM {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,225,243), #ffffff 80%);
}.course_benefitsUM::before {
    content: '';
    pointer-events: none;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(145,166,214,0.5) 0.5%, transparent 8%),
        radial-gradient(circle at 90% 70%, rgb(182,197,230,0.5) 0.8%, transparent 10%);
    top: 0;
}.course_benefitsUM .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1320px;
    padding: 0 15px;
}.course_benefitsUM .pro_studysA {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 0.8fr;
    align-items: center;
    gap: 60px;
}.course_benefitsUM .text_bubbleue {
    position: relative;
    padding: 40px;
    transform: translateY(-10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.course_benefitsUM .text_bubbleue:hover {
    transform: translateY(-15px);
}.course_benefitsUM .text_bubbleue::before {
    width: 60%;
    height: 5px;
    position: absolute;
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(182,197,230), rgb(145,166,214));
    top: -5px;
}.course_benefitsUM h4 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: calc(19px * 1.1);
    color: #000000;
    position: relative;
    line-height: 1.4;
}.course_benefitsUM h4::after {
    bottom: -12px;
    height: 3px;
    position: absolute;
    background: rgb(182,197,230);
    left: 0;
    width: 40px;
    content: '';
}.course_benefitsUM .text_bubbleue > div {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
    display: flex;
}.course_benefitsUM ul {
    list-style: none;
    margin: 0;
    flex: 1;
    padding: 0;
    min-width: 280px;
}.course_benefitsUM li {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
    margin-bottom: 20px;
}.course_benefitsUM li:hover {
    transform: translateX(5px);
}.course_benefitsUM li p {
    color: #000000;
    margin: 0;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    line-height: 1.6;
    gap: 15px;
}.course_benefitsUM li p span:first-child {
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    height: 38px;
    display: flex;
    width: 38px;
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(182,197,230,0.5), rgb(145,166,214,0.5));
    flex-shrink: 0;
    padding: 8px;
}.course_benefitsUM li:hover p span:first-child {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}.course_benefitsUM svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.course_benefitsUM li:hover svg {
    transform: rotate(5deg);
}.course_benefitsUM svg path {
    fill: rgb(182,197,230);
    transition: fill 0.3s ease;
}.course_benefitsUM li:hover svg path {
    fill: rgb(145,166,214);
}.course_benefitsUM .img_holderfv {
    width: 100%;
    border-radius: 4px;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    z-index: 2;
    aspect-ratio: 4/3;
    object-fit: cover;
    height: auto;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.6s ease;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.15);
}.course_benefitsUM .img_holderfv:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-5px);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.18);
}.course_benefitsUM .pro_studysA::after {
    height: 80%;
    width: 45%;
    right: -5%;
    background: linear-gradient(135deg, rgb(182,197,230,0.5), rgb(145,166,214,0.5));
    z-index: 1;
    top: -5%;
    content: '';
    position: absolute;
    clip-path: polygon(0 0, 100% 20%, 90% 100%, 10% 80%);
}

@media (max-width: 1200px) {.course_benefitsUM {
    padding: 100px 0;
}.course_benefitsUM .pro_studysA {
    gap: 40px;
}.course_benefitsUM .text_bubbleue {
    padding: 35px;
}.course_benefitsUM h4 {
    font-size: 19px;
}
}

@media (max-width: 991px) {.course_benefitsUM {
    padding: 80px 0;
}.course_benefitsUM .pro_studysA {
    gap: 50px;
    grid-template-columns: 1fr;
}.course_benefitsUM .img_holderfv {
    max-width: 80%;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0);
}.course_benefitsUM .img_holderfv:hover {
    transform: perspective(1000px) translateY(-5px);
}.course_benefitsUM .pro_studysA::after {
    top: auto;
    width: 70%;
    bottom: 0;
    right: 0;
    height: 40%;
}
}

@media (max-width: 767px) {.course_benefitsUM {
    padding: 60px 0;
}.course_benefitsUM .text_bubbleue {
    padding: 30px 25px;
}.course_benefitsUM .text_bubbleue > div {
    flex-direction: column;
    gap: 10px;
}.course_benefitsUM ul {
    width: 100%;
}.course_benefitsUM h4 {
    font-size: calc(20px * 1.2);
}.course_benefitsUM .img_holderfv {
    max-width: 100%;
}.course_benefitsUM li p {
    gap: 12px;
}.course_benefitsUM li p span:first-child {
    width: 34px;
    height: 34px;
}
}

@media (max-width: 576px) {.course_benefitsUM {
    padding: 50px 0;
}.course_benefitsUM h4 {
    font-size: 20px;
}.course_benefitsUM .pro_studysA {
    gap: 40px;
}.course_benefitsUM li {
    margin-bottom: 15px;
}.course_benefitsUM li p {
    font-size: calc(15px * 0.95);
}.course_benefitsUM li p span:first-child {
    width: 30px;
    height: 30px;
}.course_benefitsUM svg {
    height: 20px;
    width: 20px;
}}header {
    position: relative;
    padding: 0;
    background: linear-gradient(135deg, rgb(182,197,230,0.5), rgb(145,166,214,0.5));
    width: 100%;
    z-index: 100;
}header::before {
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    z-index: 0;
    width: 100%;
}header .container {
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0 2%;
    width: 100%;
    max-width: 100%;
}header .top_infotf {
    align-items: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    position: relative;
    padding: 1.5rem 0;
    margin: 1rem 0;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    flex-direction: column;
}header .top_infotf::before {
    width: 100%;
    left: 0;
    height: 5px;
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgb(182,197,230), rgb(145,166,214));
    content: '';
}header .header_knowlc {
    text-decoration: none;
    justify-content: center;
    display: flex;
    padding: 0 0 1rem 0;
    position: relative;
}header .header_knowlc::after {
    position: absolute;
    width: 60%;
    bottom: 0;
    left: 20%;
    content: '';
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(182,197,230,0.5), rgb(145,166,214,0.5), rgb(182,197,230,0.5), transparent);
}header .header_knowlc svg {
    height: auto;
    transition: all 0.3s ease;
    width: 180px;
}header .header_knowlc:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}header .top_basecv {
    padding: 1rem 2rem 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    max-width: 90%;
    gap: 0.7rem;
}header .site_headermq {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    background: linear-gradient(to bottom, #ffffff, rgb(218,225,243));
    font-size: 17px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.3rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    color: #000000;
    z-index: 1;
}header .site_headermq::before {
    bottom: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, rgb(182,197,230,0.5), transparent);
    left: 0;
    z-index: -1;
    content: '';
    height: 0;
    transition: height 0.3s ease;
}header .site_headermq:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(182,197,230);
    transform: translateY(-3px);
}header .site_headermq:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .top_infotf {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .header_knowlc {
    padding: 0 0 0.8rem 0;
}header .header_knowlc svg {
    width: 160px;
}header .top_basecv {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .site_headermq {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .top_infotf {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .header_knowlc {
    padding: 0 0 0.7rem 0;
}header .header_knowlc svg {
    width: 140px;
}header .top_basecv {
    padding: 0.7rem 1rem 0;
    max-width: 95%;
    gap: 0.5rem;
}header .site_headermq {
    padding: 0.5rem 1rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 480px) {header .top_infotf {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .header_knowlc {
    padding: 0 0 0.6rem 0;
}header .header_knowlc svg {
    width: 120px;
}header .top_basecv {
    overflow-x: auto;
    padding: 0.6rem 0.5rem 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .top_basecv::-webkit-scrollbar {
    height: 3px;
}header .top_basecv::-webkit-scrollbar-thumb {
    background: rgb(182,197,230);
    border-radius: 10px;
}header .site_headermq {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 3px;
}}.cookieNotificationPanelDh {
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(182,197,230);
    bottom: 0;
    position: fixed;
    background: rgb(218,225,243);
}.user_safetynF {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}#cookiePopupNoticeYB {
    display: none;
}#cookiePopupNoticeYB:checked ~ .cookieNotificationPanelDh {
    opacity: 0;
    visibility: hidden;
}.cookieNotificationPanelDh h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieNotificationPanelDh p {
    font-size: 18px;
}.consent_learnBE {
    margin-right: 10px;
    flex-shrink: 0;
}.consent_learnBE svg, .consent_learnBE svg path, .consent_learnBE img {
    height: 100px;
    width: 100px;
    fill: rgb(182,197,230);
}.cookie_datamu {
    text-decoration: none;
    font-size: 24px;
    color: rgb(182,197,230);
    min-width: 120px;
    margin-left: 10px;
    flex-shrink: 0;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border-bottom: 2px solid rgb(182,197,230);
}.cookieNotificationPanelDh p a {
    text-decoration: none;
    color: rgb(182,197,230);
}
@media only screen and (max-width: 1200px) {.cookieNotificationPanelDh {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent_learnBE {
    display: none;
}.user_safetynF {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieNotificationPanelDh h5 {
    text-align: center;
}.cookieNotificationPanelDh p {
    text-align: center;
}.user_defaultOV {
    margin-bottom: 20px;
}body .wrapper-capsuletd .cookie_datamu {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-capsuletd .cookieNotificationPanelDh {
    border: none;
    background: #ffffff;
    box-shadow: rgb(182,197,230,0.5) 0px 0px 40px 39px;
}.wrapper-capsuletd .cookie_datamu {
    background: rgb(182,197,230);
    font-size: 20px;
    border: none;
    padding: 10px;
    font-weight: 400;
    margin-left: 30px;
    color: #ffffff;
}.wrapper-capsuletd .consent_learnBE {
    justify-content: center;
    width: 80px;
    align-items: center;
    height: 80px;
    background:rgb(182,197,230);
    border-radius: 50%;
    display: flex;
}.wrapper-capsuletd .consent_learnBE svg, .wrapper-capsuletd .consent_learnBE svg path, .wrapper-capsuletd .consent_learnBE img {
    height: 40px;
    width: 40px;
    fill:#000000;
}.wrapper-capsuletd .user_defaultOV h5, .wrapper-capsuletd .user_defaultOV p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-capsuletd .consent_learnBE {
    margin-bottom: 14px;
    margin: 0;
}}.service_contactUQ {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
}.service_contactUQ::before {
    filter: blur(40px);
    width: 60%;
    top: -10%;
    transform: rotate(-15deg);
    right: -10%;
    position: absolute;
    height: 80%;
    content: "";
    background: linear-gradient(145deg, rgb(182,197,230,0.5) 0%, transparent 80%);
    z-index: 0;
}.service_contactUQ::after {
    height: 20rem;
    content: "";
    filter: blur(30px);
    left: -5rem;
    bottom: -10rem;
    width: 20rem;
    z-index: 0;
    background: radial-gradient(circle, rgb(145,166,214,0.5) 0%, transparent 70%);
    position: absolute;
}.service_contactUQ .container {
    padding: 0 2rem;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.service_contactUQ .message_requestjQ {
    position: relative;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.03),
        -8px -8px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 12px;
}.service_contactUQ .message_requestjQ:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.07),
        -10px -10px 25px rgba(255, 255, 255, 0.9),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.service_contactUQ h3 {
    font-weight: 700;
    margin-bottom: 2rem;
    color: rgb(182,197,230);
    font-size: 33px;
    position: relative;
    display: inline-block;
}.service_contactUQ h3::after {
    left: 0;
    width: 60%;
    transform-origin: left;
    position: absolute;
    content: "";
    transition: width 0.3s ease-out;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(182,197,230) 0%, rgb(145,166,214) 100%);
    height: 4px;
}.service_contactUQ h3:hover::after {
    width: 100%;
}.service_contactUQ p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 17px;
}.service_contactUQ div > p {
    position: relative;
    padding-left: 5px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    background-image: linear-gradient(
        to bottom,
        transparent,
        transparent
    );
    background-size: 100% 100%;
}.service_contactUQ div > p:hover {
    border-left: 3px solid rgb(145,166,214);
    transform: translateX(5px);
    background-image: linear-gradient(
        to bottom,
        rgba(rgb(145,166,214,0.5), 0.05),
        transparent
    );
}.service_contactUQ h5 {
    align-items: center;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #000000;
    text-transform: capitalize;
}.service_contactUQ h5 svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
    transform: scale(0.9);
}.service_contactUQ h5:hover svg {
    transform: scale(1.1) rotate(5deg);
}.service_contactUQ svg {
    height: 24px;
    vertical-align: middle;
    width: 24px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.service_contactUQ svg path {
    transition: fill 0.3s ease;
    fill: rgb(182,197,230);
}.service_contactUQ .quick_helpda {
    list-style: none;
    display: flex;
    margin: 2rem 0 0;
    gap: 1rem;
    flex-direction: column;
    padding: 0;
}.service_contactUQ .quick_helpda li {
    position: relative;
    transition: all 0.3s ease;
}.service_contactUQ .quick_helpda li:hover {
    transform: translateX(5px);
}.service_contactUQ .get_helpXV {
    align-items: center;
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.05),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    display: flex;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
}.service_contactUQ .get_helpXV:hover {
    color: rgb(182,197,230);
    background: linear-gradient(145deg, #f8f8f8, #ffffff);
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
}.service_contactUQ .get_helpXV:hover svg {
    transform: scale(1.1) rotate(5deg);
}.service_contactUQ .get_helpXV:hover svg path {
    fill: rgb(145,166,214);
}.service_contactUQ .get_helpXV svg {
    margin-left: 0.5rem;
}

@media (min-width: 768px) {.service_contactUQ .message_requestjQ {
    padding: 4rem;
}.service_contactUQ .quick_helpda {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1.5rem;
}.service_contactUQ .get_helpXV {
    padding: 0.75rem 1.25rem;
}.service_contactUQ h3 {
    font-size: calc(33px * 1.2);
}
}

@media (min-width: 992px) {.service_contactUQ {
    padding: 8rem 0;
}.service_contactUQ .message_requestjQ {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    display: grid;
}.service_contactUQ h3,
    .service_contactUQ div:nth-child(2) {
    grid-column: 1 / -1;
}.service_contactUQ .quick_helpda {
    margin-top: 0;
}
}

@media (max-width: 767px) {.service_contactUQ {
    padding: 4rem 0;
}.service_contactUQ .message_requestjQ {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.service_contactUQ h3 {
    font-size: calc(33px * 0.9);
}.service_contactUQ .get_helpXV {
    font-size: 0.9rem;
}
}

@media (hover: none) {.service_contactUQ .message_requestjQ {
    transform: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.service_contactUQ div > p:hover {
    transform: none;
}.service_contactUQ .quick_helpda li:hover {
    transform: none;
}
}

@media (prefers-reduced-motion) {.service_contactUQ .message_requestjQ,
    .service_contactUQ h3::after,
    .service_contactUQ div > p,
    .service_contactUQ .quick_helpda li,
    .service_contactUQ .get_helpXV,
    .service_contactUQ svg {
    transform: none !important;
    transition: none !important;
}
}