﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.brainstormFyi {
    flex: 0 0 auto;
}.header_base5TL {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
}.content-wrapperAUq {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1146px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.company_overviewcvk {
    z-index: 1;
    overflow: hidden;
    padding: 100px 0 120px;
    position: relative;
    color: #ffffff;
}.company_overviewcvk::before {
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.4) 100%);
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
}.company_overviewcvk::after {
    opacity: 0.15;
    animation: floatGradient 20s ease-in-out infinite alternate;
    filter: blur(40px);
    top: -10%;
    height: 60%;
    content: "";
    z-index: -1;
    position: absolute;
    transform: rotate(-15deg);
    width: 60%;
    background: linear-gradient(to bottom right, 
        rgb(158,149,176) 0%, 
        rgb(192,186,206) 100%);
    right: -10%;
}.company_overviewcvk h4 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(18px * 1.1);
    transform: translateY(0);
    margin-bottom: 40px;
    letter-spacing: 3px;
    position: relative;
    opacity: 1;
}.company_overviewcvk h4::after {
    bottom: -10px;
    transform: translateX(-50%);
    background: rgb(158,149,176);
    height: 2px;
    width: 60px;
    position: absolute;
    content: "";
    left: 50%;
}.company_overviewcvk .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.company_overviewcvk .text_body6oe {
    padding: 50px;
    background: rgba(255, 255, 255, 0.08);
    transform: perspective(1000px) rotateY(0deg);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(158,149,176);
}.company_overviewcvk .text_body6oe:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 
                0 10px 20px rgba(0, 0, 0, 0.15);
}.company_overviewcvk .text_body6oe::before {
    content: "";
    background: linear-gradient(45deg, 
        rgb(192,186,206,0.5) 0%, 
        transparent 40%);
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.07;
}.company_overviewcvk h6 {
    color: rgb(158,149,176);
    letter-spacing: 1px;
    font-size: calc(17px * 1.2);
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}.company_overviewcvk h6::after {
    content: "";
    bottom: -8px;
    height: 2px;
    width: 40%;
    position: absolute;
    background: rgb(158,149,176);
    transition: width 0.4s ease;
    left: 0;
}.company_overviewcvk .text_body6oe:hover h6::after {
    width: 70%;
}.company_overviewcvk span {
    opacity: 0.9;
    column-gap: 40px;
    display: block;
    font-weight: 400;
    columns: 1;
    line-height: 1.8;
    color: #ffffff;
    font-size: 16px;
    font-family: Arial, sans-serif;
    text-align: justify;
}

@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-10deg) translateY(-20px);
    }
    100% {
        transform: rotate(-15deg) translateY(0);
    }
}

@media screen and (min-width: 768px) {.company_overviewcvk span {
    columns: 2;
}.company_overviewcvk .text_body6oe {
    padding: 60px;
}
}

@media screen and (min-width: 992px) {.company_overviewcvk {
    padding: 140px 0 160px;
}.company_overviewcvk h4 {
    margin-bottom: 60px;
    font-size: calc(18px * 1.3);
}.company_overviewcvk h6 {
    font-size: calc(17px * 1.4);
    margin-bottom: 30px;
}.company_overviewcvk .text_body6oe {
    max-width: 90%;
    margin: 0 auto;
    padding: 70px;
}
}

@media screen and (max-width: 767px) {.company_overviewcvk {
    padding: 70px 0 80px;
}.company_overviewcvk h4 {
    margin-bottom: 30px;
    font-size: 18px;
}.company_overviewcvk .text_body6oe {
    padding: 30px 25px;
}.company_overviewcvk h6 {
    font-size: 17px;
    margin-bottom: 20px;
}.company_overviewcvk span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (hover: hover) {.company_overviewcvk .text_body6oe::after {
    bottom: 0;
    opacity: 0;
    top: 0;
    pointer-events: none;
    left: 0;
    background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%);
    content: "";
    right: 0;
    transition: opacity 0.5s ease;
    position: absolute;
}.company_overviewcvk .text_body6oe:hover::after {
    opacity: 1;
}
}

@media (prefers-reduced-motion: reduce) {.company_overviewcvk .text_body6oe,
    .company_overviewcvk .text_body6oe:hover,
    .company_overviewcvk h6::after,
    .company_overviewcvk .text_body6oe:hover h6::after,
    .company_overviewcvk::after {
    transform: none;
    transition: none;
    animation: none;
}}.welcome_sectionWLq {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, #1a2a3d, #0d1522);
    min-height: 700px;
    height: 100vh;
}.welcome_sectionWLq .img_highlightsho {
    height: 100%;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    top: 0;
    left: 0;
    transform: scale(1.05);
    filter: saturate(0.85) contrast(1.15);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    opacity: 0.35;
    position: absolute;
    width: 100%;
}.welcome_sectionWLq:hover .img_highlightsho {
    filter: saturate(0.95) contrast(1.25);
    transform: scale(1.1);
}.welcome_sectionWLq::before {
    right: 0;
    background: radial-gradient(circle at 30% 40%, rgba(94,170,168,0.12), transparent 45%),
                radial-gradient(circle at 70% 60%, rgba(94,170,168,0.08), transparent 40%);
    top: 0;
    z-index: 1;
    content: '';
    position: absolute;
    bottom: 0;
    pointer-events: none;
    left: 0;
}.welcome_sectionWLq::after {
    height: 200%;
    background: radial-gradient(ellipse at center, transparent 60%, rgba(0,0,0,0.5) 100%);
    position: absolute;
    left: -50%;
    z-index: 0;
    width: 200%;
    pointer-events: none;
    top: -50%;
    content: '';
}.welcome_sectionWLq .training_trackie6 {
    transform: translateY(-2vh) rotateX(2deg);
    align-items: flex-start;
    display: flex;
    z-index: 10;
    max-width: 1200px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    width: 90%;
    flex-direction: column;
}.welcome_sectionWLq:hover .training_trackie6 {
    transform: translateY(-1vh) rotateX(0deg);
}.welcome_sectionWLq h1 {
    font-size: calc(41px * 1.2);
    padding-left: 2rem;
    animation: fadeSlideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    color: #ffffff;
    max-width: 60%;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 2rem;
    transform-origin: left center;
    line-height: 1.3;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
    position: relative;
}.welcome_sectionWLq h1::before {
    transform: scaleY(0);
    width: 8px;
    background: rgb(158,149,176);
    animation: lineGrow 0.6s 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    height: 70%;
    transform-origin: top;
    top: 0.5em;
    left: 0;
    position: absolute;
    content: '';
}.welcome_sectionWLq .text_body6oe {
    border-top: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    border-radius: 4px 16px 16px 4px;
    animation: fadeSlideUp 1s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    max-width: 580px;
    box-shadow: 
        0 25px 50px -12px rgba(0,0,0,0.3),
        0 1px 3px rgba(255,255,255,0.05) inset;
    overflow: hidden;
    border-left: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(8px);
    position: relative;
    padding: 3rem;
    transform: translateX(10px);
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01));
}.welcome_sectionWLq .text_body6oe::before {
    background: radial-gradient(circle, rgba(94,170,168,0.1), transparent 70%);
    z-index: -1;
    position: absolute;
    content: '';
    left: -100px;
    height: 200px;
    top: -100px;
    width: 200px;
}.welcome_sectionWLq .text_body6oe::after {
    content: '';
    right: -80px;
    z-index: -1;
    position: absolute;
    height: 160px;
    background: radial-gradient(circle, rgba(94,170,168,0.08), transparent 70%);
    bottom: -80px;
    width: 160px;
}.welcome_sectionWLq p {
    position: relative;
    font-weight: 400;
    font-size: calc(18px * 1.15);
    max-width: 90%;
    line-height: 1.6;
    letter-spacing: 0.01em;
    color: #ffffff;
    margin-bottom: 2.5rem;
    opacity: 0.95;
}.welcome_sectionWLq .master_expertAW9 {
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 120px;
    height: 120px;
    position: relative;
    justify-content: center;
    transform: rotate(-3deg) scale(0.95);
    margin: 2rem 0;
    align-items: center;
    display: flex;
}.welcome_sectionWLq .master_expertAW9:hover {
    transform: rotate(0deg) scale(1);
}.welcome_sectionWLq .master_expertAW9 svg {
    width: 100%;
    transition: filter 0.4s ease;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.2));
    height: 100%;
}.welcome_sectionWLq .master_expertAW9:hover svg {
    filter: drop-shadow(0 6px 10px rgba(0,0,0,0.3));
}.welcome_sectionWLq svg path {
    fill: rgb(94,170,168);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.welcome_sectionWLq .master_expertAW9:hover svg path {
    fill: rgb(114,190,188);
}.welcome_sectionWLq svg text {
    font-family: Arial, sans-serif;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    dominant-baseline: middle;
}.welcome_sectionWLq .master_expertAW9:hover svg text {
    fill: rgb(255,255,255);
}.welcome_sectionWLq h6 {
    margin-top: 2.5rem;
    width: 100%;
    justify-content: flex-start;
    display: flex;
}.welcome_sectionWLq .feedback_linksoj4 {
    display: inline-flex;
    border-radius: 10px;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    justify-content: center;
    position: relative;
    letter-spacing: 0.02em;
    transform-origin: center;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 
        0 10px 20px -5px rgba(94,170,168,0.4),
        0 1px 3px rgba(255,255,255,0.1) inset;
    padding: 0.9em 2.2em;
    font-size: 20px;
    background: linear-gradient(135deg, rgb(94,170,168), rgb(74,150,148));
    align-items: center;
    text-decoration: none;
}.welcome_sectionWLq .feedback_linksoj4::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    transition: left 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    left: -100%;
}.welcome_sectionWLq .feedback_linksoj4:hover {
    background: linear-gradient(135deg, rgb(104,180,178), rgb(84,160,158));
    box-shadow: 
        0 15px 25px -5px rgba(94,170,168,0.5),
        0 1px 5px rgba(255,255,255,0.2) inset;
    transform: translateY(-3px) scale(1.02);
}.welcome_sectionWLq .feedback_linksoj4:hover::before {
    left: 100%;
}.welcome_sectionWLq .feedback_linksoj4:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 
        0 5px 15px -5px rgba(94,170,168,0.4),
        0 1px 3px rgba(255,255,255,0.1) inset;
}

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

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px) translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateX(10px);
    }
}

@keyframes lineGrow {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@media screen and (min-width: 1400px) {.welcome_sectionWLq .training_trackie6 {
    max-width: 1400px;
}.welcome_sectionWLq h1 {
    font-size: calc(41px * 1.35);
    max-width: 55%;
}.welcome_sectionWLq .text_body6oe {
    padding: 3.5rem;
    max-width: 650px;
}.welcome_sectionWLq p {
    font-size: calc(18px * 1.25);
}.welcome_sectionWLq .master_expertAW9 {
    width: 140px;
    height: 140px;
}.welcome_sectionWLq .feedback_linksoj4 {
    padding: 1em 2.5em;
}
}

@media screen and (max-width: 991px) {.welcome_sectionWLq {
    height: auto;
    padding: 120px 0 80px;
}.welcome_sectionWLq .training_trackie6 {
    text-align: center;
    transform: none;
    align-items: center;
}.welcome_sectionWLq h1 {
    max-width: 100%;
    font-size: calc(41px * 1.1);
    padding-left: 0;
    padding-top: 1.5rem;
}.welcome_sectionWLq h1::before {
    left: 50%;
    width: 80px;
    transform: translateX(-50%) scaleX(0);
    top: 0;
    animation: lineGrowHorizontal 0.6s 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    height: 5px;
    transform-origin: center;
}.welcome_sectionWLq .text_body6oe {
    padding: 2rem;
    max-width: 100%;
    flex-direction: column;
    transform: none;
    align-items: center;
    display: flex;
}.welcome_sectionWLq p {
    max-width: 100%;
    text-align: center;
}.welcome_sectionWLq h6 {
    justify-content: center;
}
    
    @keyframes lineGrowHorizontal {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
}

@media screen and (max-width: 767px) {.welcome_sectionWLq {
    padding: 100px 0 60px;
}.welcome_sectionWLq .img_highlightsho {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.welcome_sectionWLq h1 {
    margin-bottom: 1.5rem;
    font-size: 41px;
}.welcome_sectionWLq .text_body6oe {
    padding: 1.5rem;
}.welcome_sectionWLq p {
    margin-bottom: 2rem;
    font-size: 18px;
}.welcome_sectionWLq .master_expertAW9 {
    margin: 1.5rem 0;
    width: 100px;
    height: 100px;
}.welcome_sectionWLq .feedback_linksoj4 {
    font-size: calc(20px * 0.95);
    padding: 0.8em 1.8em;
}
}

@media screen and (max-width: 575px) {.welcome_sectionWLq {
    padding: 90px 0 50px;
}.welcome_sectionWLq h1 {
    font-size: calc(41px * 0.9);
}.welcome_sectionWLq h1::before {
    width: 60px;
}.welcome_sectionWLq .text_body6oe {
    padding: 1.25rem;
}.welcome_sectionWLq p {
    font-size: calc(18px * 0.95);
    line-height: 1.5;
}.welcome_sectionWLq .master_expertAW9 {
    width: 80px;
    height: 80px;
}.welcome_sectionWLq h6 {
    margin-top: 1.5rem;
}.welcome_sectionWLq .feedback_linksoj4 {
    width: 100%;
    padding: 0.75em 1.5em;
}}.register_now3wF {
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(192,186,206) 0%, rgb(158,149,176) 100%);
    position: relative;
    overflow: hidden;
}.register_now3wF::before {
    position: absolute;
    animation: pulse 12s infinite alternate;
    height: 200%;
    top: -50%;
    content: "";
    transform: rotate(-15deg);
    z-index: -1;
    left: -50%;
    width: 200%;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    opacity: 0.05;
}.register_now3wF::after {
    position: absolute;
    opacity: 0.03;
    left: 0;
    animation: backgroundShift 30s linear infinite;
    background-image: 
        linear-gradient(45deg, rgb(158,149,176) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(158,149,176) 25%, transparent 25%);
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    background-size: 60px 60px;
    top: 0;
}.register_now3wF .container {
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    margin: 0 auto;
    grid-gap: 2.5rem;
    z-index: 2;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.register_now3wF h6 {
    position: relative;
    font-weight: 600;
    transform: translateY(0);
    font-size: calc(17px * 1.2);
    text-align: center;
    line-height: 1.5;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0;
    letter-spacing: 0.03em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}.register_now3wF h6::after {
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: -15px;
    height: 3px;
    width: 50px;
    transform-origin: center;
    opacity: 0.7;
    transform: translateX(-50%) scaleX(0);
    background: #ffffff;
    left: 50%;
}.register_now3wF:hover h6 {
    transform: translateY(-5px);
}.register_now3wF:hover h6::after {
    transform: translateX(-50%) scaleX(1);
}.register_now3wF div div {
    display: flex;
    padding-top: 1rem;
    align-items: center;
    justify-content: center;
}.register_now3wF div div span {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
    position: relative;
}.register_now3wF div div span:hover {
    transform: translateY(-5px) scale(1.02);
}.register_now3wF .feedback_linksoj4 {
    font-size: 14px;
    background: #ffffff;
    font-weight: 600;
    display: inline-flex;
    transform: translateZ(0);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    align-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    justify-content: center;
    color: rgb(192,186,206);
    padding: 0.9rem 2.5rem;
    text-decoration: none;
    position: relative;
    isolation: isolate;
    border: none;
}.register_now3wF .feedback_linksoj4::before {
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(120deg, transparent 0%, transparent 35%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.2) 60%, transparent 65%, transparent 100%);
    transform: translateX(-100%);
    position: absolute;
    top: 0;
}.register_now3wF .feedback_linksoj4:hover {
    background: linear-gradient(to right, #ffffff, #f0f8ff);
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}.register_now3wF .feedback_linksoj4:hover::before {
    transform: translateX(100%);
}.register_now3wF .feedback_linksoj4 span {
    position: relative;
    display: block;
    z-index: 2;
    transition: transform 0.3s ease;
}.register_now3wF .feedback_linksoj4:hover span {
    transform: scale(1.03);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: rotate(-15deg) scale(1.1);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@media (min-width: 768px) {.register_now3wF {
    padding: 5rem 3rem;
}.register_now3wF .container {
    transform: perspective(1200px) rotateX(1deg);
    grid-template-columns: 2fr 1fr;
    align-items: center;
}.register_now3wF h6 {
    font-size: calc(17px * 1.4);
    text-align: left;
    padding-right: 2rem;
}.register_now3wF h6::after {
    left: 0;
    transform: translateX(0) scaleX(0);
    bottom: -20px;
}.register_now3wF:hover h6::after {
    transform: translateX(0) scaleX(1);
}.register_now3wF div div {
    padding-top: 0;
    justify-content: flex-start;
}.register_now3wF .feedback_linksoj4 {
    padding: 1rem 2.8rem;
}
}

@media (min-width: 992px) {.register_now3wF {
    padding: 6rem 4rem;
}.register_now3wF .container {
    grid-template-columns: 3fr 1fr;
    grid-gap: 3rem;
}.register_now3wF h6 {
    font-size: calc(17px * 1.6);
}.register_now3wF .feedback_linksoj4 {
    padding: 1.1rem 3rem;
}
}

@media (max-width: 767px) {.register_now3wF {
    padding: 3.5rem 1.5rem;
}.register_now3wF h6 {
    line-height: 1.6;
    font-size: calc(17px * 1.1);
}.register_now3wF .feedback_linksoj4 {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 480px) {.register_now3wF {
    padding: 3rem 1.2rem;
}.register_now3wF h6 {
    font-size: 17px;
}.register_now3wF .feedback_linksoj4 {
    width: 100%;
    justify-content: center;
    padding: 0.8rem 1.8rem;
}.register_now3wF div div span {
    width: 100%;
}}.prospective_studentsD2R {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,222,230) 0%, rgb(192,186,206,0.5) 100%);
    padding: 110px 0;
}.prospective_studentsD2R::before {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    animation: backgroundShift 15s ease-in-out infinite alternate;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(158,149,176,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(192,186,206,0.5) 0%, transparent 40%);
    height: 100%;
}.prospective_studentsD2R::after {
    height: 120px;
    left: 0;
    z-index: 2;
    background-size: cover;
    background-position: center;
    bottom: 0;
    width: 100%;
    position: absolute;
    content: "";
}@keyframes backgroundShift {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.prospective_studentsD2R .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}.prospective_studentsD2R .training_trackie6 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    transform-style: preserve-3d;
    background: #ffffff;
    perspective: 1000px;
    padding: 50px 40px;
    border-radius: 30px;
}.prospective_studentsD2R .training_trackie6::before {
    content: "";
    border-radius: 10px;
    right: -10px;
    width: 100px;
    position: absolute;
    height: 100px;
    z-index: -1;
    top: -10px;
    opacity: 0.3;
    transform: rotate(-15deg) translateZ(-10px);
    background: rgb(158,149,176);
}.prospective_studentsD2R .training_trackie6::after {
    content: "";
    transform: rotate(10deg) translateZ(-15px);
    left: -15px;
    position: absolute;
    width: 120px;
    border-radius: 10px;
    height: 120px;
    background: rgb(192,186,206);
    z-index: -1;
    opacity: 0.3;
    bottom: -15px;
}.prospective_studentsD2R h4 {
    text-align: center;
    margin-bottom: 35px;
    font-weight: 700;
    padding-bottom: 15px;
    color: rgb(192,186,206);
    font-size: 32px;
    position: relative;
}.prospective_studentsD2R h4::after {
    transform: translateX(-50%);
    width: 70px;
    content: "";
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(192,186,206), rgb(158,149,176));
    left: 50%;
}.prospective_studentsD2R div > div {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.prospective_studentsD2R p {
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 0;
    overflow: hidden;
    align-items: center;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 1;
    display: flex;
    color: #000000;
    font-size: 13px;
}.prospective_studentsD2R p::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(192,186,206), rgb(158,149,176));
    content: "";
    left: 0;
    width: 4px;
    height: 100%;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease;
}.prospective_studentsD2R p::after {
    transition: all 0.4s ease;
    z-index: -1;
    opacity: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(192,186,206,0.5) 0%, transparent 100%);
    left: 0;
}.prospective_studentsD2R p:hover {
    color: #000000;
    transform: translateY(-5px);
}.prospective_studentsD2R p:hover::before {
    width: 8px;
}.prospective_studentsD2R p:hover::after {
    opacity: 0.15;
}.prospective_studentsD2R p svg {
    transition: all 0.3s ease;
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 24px;
}.prospective_studentsD2R p svg path {
    fill: rgb(192,186,206);
    transition: fill 0.3s ease;
}.prospective_studentsD2R p:hover svg {
    transform: scale(1.2);
}.prospective_studentsD2R p:hover svg path {
    fill: rgb(158,149,176);
}@keyframes floatItem {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0px);
    }
}

.prospective_studentsD2R p:nth-child(odd) {
    animation: floatItem 6s ease-in-out infinite;
}.prospective_studentsD2R p:nth-child(even) {
    animation: floatItem 7s ease-in-out infinite reverse;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prospective_studentsD2R .training_trackie6 > div p {
    animation: fadeSlideUp 0.6s ease forwards;
    opacity: 0;
}.prospective_studentsD2R .training_trackie6 > div p:nth-child(1) {
    animation-delay: 0.2s;
}.prospective_studentsD2R .training_trackie6 > div p:nth-child(2) {
    animation-delay: 0.4s;
}.prospective_studentsD2R .training_trackie6 > div p:nth-child(3) {
    animation-delay: 0.6s;
}.prospective_studentsD2R .training_trackie6 > div p:nth-child(4) {
    animation-delay: 0.8s;
}.prospective_studentsD2R .training_trackie6 > div p:nth-child(5) {
    animation-delay: 1s;
}.prospective_studentsD2R .training_trackie6 > div p:nth-child(6) {
    animation-delay: 1.2s;
}

@media (max-width: 991px) {.prospective_studentsD2R {
    padding: 80px 0;
}.prospective_studentsD2R .training_trackie6 {
    padding: 40px 30px;
}.prospective_studentsD2R h4 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}.prospective_studentsD2R div > div {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.prospective_studentsD2R p {
    padding: 15px;
}.prospective_studentsD2R::after {
    height: 80px;
}
}

@media (max-width: 768px) {.prospective_studentsD2R {
    padding: 70px 0 90px;
}.prospective_studentsD2R .training_trackie6 {
    padding: 35px 25px;
}.prospective_studentsD2R h4 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.prospective_studentsD2R div > div {
    grid-template-columns: 1fr;
}.prospective_studentsD2R::after {
    height: 60px;
}
}

@media (max-width: 576px) {.prospective_studentsD2R {
    padding: 60px 0 80px;
}.prospective_studentsD2R .training_trackie6 {
    padding: 30px 20px;
}.prospective_studentsD2R .training_trackie6::before,
    .prospective_studentsD2R .training_trackie6::after {
    width: 70px;
    height: 70px;
}.prospective_studentsD2R h4 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: calc(32px * 0.7);
}.prospective_studentsD2R h4::after {
    height: 3px;
    width: 50px;
}.prospective_studentsD2R p {
    font-size: calc(13px * 0.9);
    padding: 12px;
}.prospective_studentsD2R p svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.prospective_studentsD2R::after {
    height: 40px;
}}.privacy_holdingsRVW {
    align-items: center;
    overflow: hidden;
    padding: 50px;
    color: #ffffff;
    border: 2px solid rgb(192,186,206);
    flex-direction: column;
    height: auto;
    background: rgb(158,149,176);
    width: 100%;
    display: flex;
}.privacy_holdingsRVW h1 {
    font-size: 41px;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 4px solid rgb(158,149,176);
    color: rgb(192,186,206);
    margin-top: 20px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
}.privacy_holdingsRVW h2 {
    border-bottom: 2px solid rgb(192,186,206);
    font-size: 33px;
    text-align: left;
    margin-top: 25px;
    width: 100%;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 5px;
}.privacy_holdingsRVW ul, .privacy_holdingsRVW ol {
    width: 100%;
    margin: 20px 0;
    list-style-type: none;
    padding-left: 0;
}.privacy_holdingsRVW li {
    border-radius: 10px;
    padding: 10px 20px;
    border-left: 4px solid rgb(158,149,176);
    font-size: 17px;
    margin-bottom: 15px;
    background: rgb(192,186,206,0.5);
    font-weight: 400;
    color: #ffffff;
}.privacy_holdingsRVW section {
    background: rgb(158,149,176,0.5);
    padding: 30px;
    border-radius: 11px;
    margin-bottom: 30px;
    width: 100%;
}.privacy_holdingsRVW p, .privacy_holdingsRVW span, .privacy_holdingsRVW div {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {.privacy_holdingsRVW {
    padding: 30px 15px;
}.privacy_holdingsRVW h1 {
    font-size: calc(21px - 10px);
}.privacy_holdingsRVW h2 {
    font-size: calc(21px - 8px);
}.privacy_holdingsRVW li {
    font-size: calc(17px - 2px);
    padding: 8px 15px;
}}.contact_boxdkP {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    padding: 80px 0;
}.contact_boxdkP::before {
    height: 100%;
    z-index: 0;
    left: 0;
    background-size: 20px 20px;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
}.contact_boxdkP .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.contact_boxdkP h2 {
    position: relative;
    text-align: left;
    color: #000000;
    border-left: 5px solid rgb(192,186,206);
    font-size: 33px;
    padding-left: 20px;
    font-weight: 700;
    margin-bottom: 50px;
}.contact_boxdkP .feedback_widgetIXd {
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-radius: 23px;
    background: #ffffff;
    overflow: hidden;
    flex-direction: row-reverse;
}.contact_boxdkP .img_highlightsho {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.contact_boxdkP .img_highlightsho::before {
    mix-blend-mode: multiply;
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: rgb(192,186,206,0.5);
    content: "";
}.contact_boxdkP .feedback_query9Vg {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}.contact_boxdkP .feedback_query9Vg::after {
    position: absolute;
    background: rgb(224,222,230);
    width: 150px;
    content: "";
    right: 0;
    height: 150px;
    border-radius: 0 0 0 100%;
    z-index: -1;
    top: 0;
}.contact_boxdkP #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.contact_boxdkP h3 {
    position: relative;
    color: #000000;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 700;
}.contact_boxdkP h3::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    bottom: -10px;
    background: rgb(192,186,206);
    width: 40px;
}.contact_boxdkP input[type="text"] {
    font-size: 12px;
    border: none;
    color: #000000;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    width: 100%;
    border-radius: 10px;
    padding: 18px 20px;
    background: rgb(224,222,230);
}.contact_boxdkP input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(192,186,206,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
    background: #ffffff;
}.contact_boxdkP input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_boxdkP .support_helpQUx {
    display: flex;
    gap: 12px;
    margin-top: 5px;
    align-items: center;
}.contact_boxdkP .support_helpQUx input[type="checkbox"] {
    appearance: none;
    border-radius: 10px;
    height: 22px;
    border: 2px solid rgb(224,222,230);
    width: 22px;
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer;
}.contact_boxdkP .support_helpQUx input[type="checkbox"]:checked {
    background: rgb(192,186,206);
    border-color: rgb(192,186,206);
}.contact_boxdkP .support_helpQUx input[type="checkbox"]:checked::after {
    left: 7px;
    height: 11px;
    content: "";
    transform: rotate(45deg);
    width: 6px;
    top: 3px;
    border-width: 0 2px 2px 0;
    position: absolute;
    border: solid #ffffff;
}.contact_boxdkP .support_helpQUx label {
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
}.contact_boxdkP .support_helpQUx a {
    color: rgb(192,186,206);
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_boxdkP .support_helpQUx a:hover {
    color: rgb(158,149,176);
}.contact_boxdkP .support_helpQUx a::after {
    background: rgb(192,186,206);
    left: 0;
    height: 1px;
    bottom: -2px;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
}.contact_boxdkP .support_helpQUx a:hover::after {
    background: rgb(158,149,176);
}.contact_boxdkP .feedback_linksoj4 {
    margin-top: 20px;
    align-self: flex-start;
    padding: 18px 40px;
    background: rgb(192,186,206);
    border-radius: 23px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    box-shadow: 0 4px 15px rgb(192,186,206,0.5);
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}.contact_boxdkP .feedback_linksoj4:hover {
    box-shadow: 0 7px 20px rgb(158,149,176,0.5);
    transform: translateY(-2px);
    background: rgb(158,149,176);
}.contact_boxdkP svg {
    height: 20px;
    transition: all 0.3s ease;
    fill: rgb(192,186,206);
    width: 20px;
}.contact_boxdkP svg path {
    fill: rgb(192,186,206);
    transition: all 0.3s ease;
}.contact_boxdkP svg:hover {
    fill: rgb(158,149,176);
}.contact_boxdkP svg:hover path {
    fill: rgb(158,149,176);
}

@media (max-width: 992px) {.contact_boxdkP .feedback_widgetIXd {
    flex-direction: column;
}.contact_boxdkP .img_highlightsho {
    flex: 0 0 auto;
    order: 1;
    min-height: 300px;
}.contact_boxdkP .feedback_query9Vg {
    order: 2;
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact_boxdkP h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact_boxdkP {
    padding: 60px 0;
}.contact_boxdkP h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 4px);
}.contact_boxdkP .feedback_query9Vg {
    padding: 40px 30px;
}.contact_boxdkP #contact {
    gap: 25px;
}.contact_boxdkP .img_highlightsho {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_boxdkP {
    padding: 40px 0;
}.contact_boxdkP .container {
    padding: 0 15px;
}.contact_boxdkP h2 {
    font-size: calc(33px - 6px);
    padding-left: 15px;
    margin-bottom: 25px;
}.contact_boxdkP .feedback_query9Vg {
    padding: 30px 20px;
}.contact_boxdkP #contact {
    gap: 20px;
}.contact_boxdkP input[type="text"] {
    padding: 15px;
}.contact_boxdkP .feedback_linksoj4 {
    padding: 15px 20px;
    width: 100%;
}.contact_boxdkP .img_highlightsho {
    min-height: 200px;
}}header {
    background: rgb(224,222,230);
    padding: 0;
    width: 100%;
    z-index: 100;
    position: relative;
}header::before {
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    opacity: 0.6;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(192,186,206,0.5) 0%, 
        transparent 60%, 
        rgb(158,149,176,0.5) 100%);
}header .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    z-index: 1;
    padding: 0;
    position: relative;
}header .top_skilltTd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.8rem 3%;
    justify-content: space-between;
}header .head_wrapS8L {
    display: flex;
    position: relative;
    text-decoration: none;
    margin-right: 1rem;
    align-items: center;
    padding: 0.6rem;
}header .head_wrapS8L::after {
    height: 2px;
    transition: transform 0.3s ease;
    bottom: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(192,186,206), rgb(158,149,176));
    left: 0;
    content: '';
    transform: scaleX(0.7);
}header .head_wrapS8L:hover::after {
    transform: scaleX(1);
}header .head_wrapS8L svg {
    transition: all 0.3s ease;
    height: auto;
    width: 140px;
}header .head_wrapS8L:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .header_knowU6h {
    gap: 0.4rem;
    flex-wrap: wrap;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    padding: 0.5rem;
    display: flex;
}header .first_lessonUER {
    position: relative;
    font-size: 16px;
    overflow: hidden;
    color: #000000;
    padding: 0.4rem 0.7rem;
    border-radius: 10px;
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 400;
}header .first_lessonUER::after {
    transition: transform 0.3s ease;
    bottom: 0;
    content: '';
    background: linear-gradient(to right, rgb(192,186,206), rgb(158,149,176));
    transform-origin: left;
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
}header .first_lessonUER:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(192,186,206);
}header .first_lessonUER:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .top_skilltTd {
    padding: 0.7rem 2.5%;
}header .head_wrapS8L svg {
    width: 130px;
}header .header_knowU6h {
    padding: 0.4rem;
    gap: 0.35rem;
}header .first_lessonUER {
    font-size: calc(16px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .top_skilltTd {
    justify-content: center;
    padding: 0.7rem 2%;
}header .head_wrapS8L {
    margin: 0 0 0.6rem 0;
}header .head_wrapS8L svg {
    width: 120px;
}header .header_knowU6h {
    justify-content: center;
    width: 100%;
}header .first_lessonUER {
    padding: 0.3rem 0.5rem;
    font-size: calc(16px - 2px);
}
}

@media (max-width: 480px) {header .top_skilltTd {
    padding: 0.6rem 1.5%;
}header .head_wrapS8L svg {
    width: 110px;
}header .header_knowU6h {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .header_knowU6h::-webkit-scrollbar {
    height: 2px;
}header .header_knowU6h::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(192,186,206);
}header .first_lessonUER {
    flex-shrink: 0;
    white-space: nowrap;
}}.modalCookieSettingsBaK {
    position: fixed;
    left: 50%;
    max-width: 500px;
    border-radius: 30px;
    z-index: 1050;
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
    overflow: hidden;
    background: #ffffff;
    width: 90%;
    bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.learn_cookiesPHo {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}.data_agreeaSk {
    margin-bottom: 20px;
}.data_agreeaSk svg, .data_agreeaSk svg path, .data_agreeaSk img {
    fill: rgb(192,186,206);
    height: 60px;
    width: 60px;
}.modalCookieSettingsBaK h5 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    color: rgb(192,186,206);
    font-weight: 700;
}.modalCookieSettingsBaK p {
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
    font-size: 12px;
}.cookie_framei68 {
    text-align: center;
    padding: 10px 20px;
    color: #ffffff;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.3s ease-in-out;
    width: calc(50% - 10px);
    border-radius: 10px;
    background: rgb(192,186,206);
}.cookie_framei68:hover {
    background: rgb(158,149,176);
}.cookie_button.manage_cookiesOoM {
    background: rgb(158,149,176);
}.cookie_button.manage_cookiesOoM:hover {
    background: rgb(158,149,176,0.5);
}.modalCookieSettingsBaK p a {
    color: rgb(192,186,206);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}.modalCookieSettingsBaK p a:hover {
    color: rgb(158,149,176);
}#privacyModalWindowGCa {
    display: none;
}#privacyModalWindowGCa:checked ~ .modalCookieSettingsBaK {
    opacity: 0;
    visibility: hidden;
}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    z-index: -2;
    left: 0;
    opacity: 0.85;
    background: linear-gradient(120deg, rgb(192,186,206) 0%, rgb(158,149,176) 100%);
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
}footer::after {
    left: 0;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    position: absolute;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
}.brainstormFyi {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}.brainstormFyi::before {
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    content: "";
    background: #ffffff;
    position: absolute;
    opacity: 0.2;
    height: 10px;
    left: 0;
    width: 100%;
    top: 0;
}.brainstormFyi .container {
    gap: 3rem;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}.brainstormFyi .company_holder {
    background: rgba(255, 255, 255, 0.1);
    flex: 1 1 400px;
    position: relative;
    padding: 2.5rem;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.brainstormFyi .company_holder h3 {
    font-size: 36px;
    color: #ffffff;
    display: inline-block;
    padding: 0.5rem 2rem;
    background: rgba(255, 255, 255, 0.15);
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
}.brainstormFyi .calc_footUMB {
    padding: 1.5rem;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.15);
    margin: 0 1rem;
    font-size: 12px;
    color: #ffffff;
}.brainstormFyi .vr_labsgkO {
    display: flex;
    flex: 1 1 calc(100% - 480px);
    gap: 2rem;
    min-width: 400px;
    flex-direction: column;
}.brainstormFyi .nav_sitebarR4v {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.brainstormFyi .header_knowU6h {
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    min-width: 200px;
}.brainstormFyi .header_knowU6h h5 {
    position: relative;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 1.5rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 1.5rem;
}.brainstormFyi .header_knowU6h .nav_sitebarR4v {
    display: flex;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    background: rgba(0, 0, 0, 0.15);
    gap: 0.8rem;
    padding: 1.5rem;
    flex-direction: column;
}.brainstormFyi .header_knowU6h .nav_sitebarR4v a {
    font-size: 12px;
    display: block;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 0.6rem 1rem;
    transition: all 0.3s ease;
    color: #ffffff;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
}.brainstormFyi .header_knowU6h .nav_sitebarR4v a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.brainstormFyi .header_knowU6h .nav_sitebarR4v a::before {
    transition: all 0.3s ease;
    opacity: 0;
    width: 3px;
    background: #ffffff;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
}.brainstormFyi .header_knowU6h .nav_sitebarR4v a:hover::before {
    opacity: 0.7;
}.training_zoneVkC {
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    margin-top: 3rem;
    padding: 2rem 0;
}.training_zoneVkC .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.training_zoneVkC .comm_guideD9C {
    padding: 0.7rem 2rem;
    position: relative;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.05);
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.brainstormFyi .container {
    gap: 2rem;
}.brainstormFyi .company_holder {
    flex: 1 1 380px;
}.brainstormFyi .vr_labsgkO {
    flex: 1 1 calc(100% - 430px);
    min-width: 380px;
}
}

@media (max-width: 992px) {.brainstormFyi {
    padding: 3.5rem 0 2rem;
}.brainstormFyi .container {
    flex-direction: column;
    gap: 2.5rem;
}.brainstormFyi .company_holder,
    .brainstormFyi .vr_labsgkO {
    flex: 1 1 100%;
    min-width: 100%;
}.brainstormFyi .header_knowU6h {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.brainstormFyi {
    padding: 3rem 0 1.5rem;
}.brainstormFyi .company_holder {
    padding: 2rem;
}.brainstormFyi .company_holder h3 {
    font-size: calc(36px - 2px);
}.brainstormFyi .nav_sitebarR4v {
    gap: 1.5rem;
}.training_zoneVkC {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.brainstormFyi {
    padding: 2.5rem 0 1rem;
}.brainstormFyi .header_knowU6h {
    min-width: 100%;
    flex: 1 1 100%;
}.brainstormFyi .nav_sitebarR4v {
    gap: 1rem;
}.training_zoneVkC {
    padding: 1.5rem 0;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    margin-top: 1.5rem;
}.brainstormFyi::before {
    height: 5px;
}
}

@media (max-width: 420px) {.brainstormFyi .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.brainstormFyi .company_holder h3 {
    padding: 0.4rem 1rem;
}.brainstormFyi .header_knowU6h h5 {
    padding: 0.4rem 1rem;
}.brainstormFyi .header_knowU6h .nav_sitebarR4v {
    padding: 1rem;
}.brainstormFyi .header_knowU6h .nav_sitebarR4v a:hover {
    transform: translateX(3px);
}.training_zoneVkC .comm_guideD9C {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}.leadership_experienceKVg {
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,222,230) 0%, rgb(158,149,176,0.5) 100%);
    position: relative;
    padding: 5rem 0;
}.leadership_experienceKVg::before {
    position: absolute;
    transform: translateZ(-10px);
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    z-index: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(192,186,206,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(158,149,176,0.5) 0%, transparent 30%);
    opacity: 0.15;
}.leadership_experienceKVg .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    transform-style: preserve-3d;
}.leadership_experienceKVg .learner_voiceserz {
    gap: 2.5rem;
    backdrop-filter: blur(5px);
    transform-style: preserve-3d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(20px);
    display: grid;
}.leadership_experienceKVg .learner_voiceserz:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateZ(30px) translateY(-5px);
}.leadership_experienceKVg .learner_voiceserz > div {
    position: relative;
}.leadership_experienceKVg .learner_voiceserz > div:first-child {
    transform: translateZ(10px);
    perspective: 800px;
}.leadership_experienceKVg .img_highlightsho {
    width: 100%;
    height: 300px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: rotateY(-3deg) rotateX(2deg);
    overflow: hidden;
    border: 3px solid #ffffff;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}.leadership_experienceKVg .img_highlightsho::after {
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, 
                 rgba(255, 255, 255, 0.2) 0%, 
                 rgba(255, 255, 255, 0) 40%);
}.leadership_experienceKVg .learner_voiceserz:hover .img_highlightsho {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}.leadership_experienceKVg .name {
    margin-bottom: 0.5rem;
    letter-spacing: 0.03em;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    transform: translateZ(15px);
}.leadership_experienceKVg .name::after {
    background: linear-gradient(90deg, rgb(192,186,206) 0%, rgb(158,149,176) 100%);
    transform-origin: left;
    width: 60px;
    content: "";
    height: 3px;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: scaleX(0.8);
}.leadership_experienceKVg .learner_voiceserz:hover .name::after {
    transform: scaleX(1);
}.leadership_experienceKVg .learner_voiceserz > div:nth-child(2) > div {
    font-size: calc(12px - 0.1rem);
    font-weight: 600;
    margin-top: 0.75rem;
    transform: translateZ(5px);
    color: rgb(158,149,176);
    position: relative;
}.leadership_experienceKVg .past_workKt6 {
    line-height: 1.7;
    opacity: 0.9;
    font-family: Arial, sans-serif;
    font-size: 12px;
    transform: translateZ(5px);
    transition: opacity 0.3s ease;
    color: #000000;
    position: relative;
}.leadership_experienceKVg .learner_voiceserz:hover .past_workKt6 {
    opacity: 1;
}.leadership_experienceKVg .past_workKt6::before {
    opacity: 0.2;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    left: -1.5rem;
    z-index: -1;
    color: rgb(158,149,176,0.5);
    font-family: Georgia, serif;
    top: -2rem;
    content: "";
    font-size: 6rem;
}.leadership_experienceKVg .learner_voiceserz:hover .past_workKt6::before {
    transform: scale(1.1) translateZ(20px);
}

@media (min-width: 768px) {.leadership_experienceKVg {
    padding: 8rem 0;
}.leadership_experienceKVg .learner_voiceserz {
    gap: 2rem 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2fr;
}.leadership_experienceKVg .learner_voiceserz > div:first-child {
    grid-row: span 2;
}.leadership_experienceKVg .learner_voiceserz > div:nth-child(3) {
    grid-column: 2;
}.leadership_experienceKVg .img_highlightsho {
    min-height: 400px;
    transform: rotateY(-5deg) translateZ(20px);
    height: 100%;
}.leadership_experienceKVg .past_workKt6 {
    font-size: calc(12px + 0.05rem);
}.leadership_experienceKVg .name {
    font-size: calc(18px + 0.1rem);
}
}

@media (min-width: 1024px) {.leadership_experienceKVg .learner_voiceserz {
    padding: 4rem;
    grid-template-columns: 1.2fr 2fr;
}.leadership_experienceKVg .img_highlightsho {
    min-height: 450px;
}.leadership_experienceKVg .name::after {
    width: 80px;
}.leadership_experienceKVg .container {
    padding: 0 4rem;
}
}

@media (min-width: 1200px) {.leadership_experienceKVg .learner_voiceserz {
    gap: 3rem 4rem;
    grid-template-columns: 1fr 1.8fr;
}.leadership_experienceKVg .img_highlightsho {
    min-height: 500px;
}.leadership_experienceKVg .container {
    padding: 0 2rem;
}
}

@media (max-width: 767px) {.leadership_experienceKVg {
    padding: 4rem 0;
}.leadership_experienceKVg .learner_voiceserz {
    padding: 2rem;
}.leadership_experienceKVg .img_highlightsho {
    margin-bottom: 1rem;
    height: 250px;
}.leadership_experienceKVg .past_workKt6 {
    font-size: calc(12px - 0.05rem);
}.leadership_experienceKVg .name {
    margin-top: 0.5rem;
}
}

@media (hover: hover) {.leadership_experienceKVg .learner_voiceserz {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.leadership_experienceKVg .learner_voiceserz:hover {
    transform: translateZ(30px) translateY(-5px);
}
}

@media (hover: none) {.leadership_experienceKVg .learner_voiceserz {
    transform: translateZ(0) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.leadership_experienceKVg .img_highlightsho {
    transform: none !important;
}}.tyBoxnlH {
    position: relative;
    background: linear-gradient(135deg, rgb(224,222,230), rgb(158,149,176,0.5));
    perspective: 1000px;
    overflow: hidden;
    padding: 5rem 0;
}.tyBoxnlH::before {
    top: 0;
    left: 0;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: 
        linear-gradient(80deg, transparent 30%, rgba(255, 255, 255, 0.03) 40%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    height: 100%;
    content: "";
}.tyBoxnlH .container {
    z-index: 2;
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.tyBoxnlH .training_trackie6 {
    grid-template-columns: 1fr;
    display: grid;
    backdrop-filter: blur(8px);
    padding: 3rem;
    transform-style: preserve-3d;
    gap: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(0);
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98));
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
}.tyBoxnlH .training_trackie6:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.3) inset;
}.tyBoxnlH .training_trackie6::before {
    position: absolute;
    pointer-events: none;
    left: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(192,186,206,0.5) 100%);
    z-index: -1;
    transition: opacity 0.5s ease;
    content: "";
    opacity: 0;
    height: 100%;
    transform: translateZ(-10px);
    top: 0;
    width: 100%;
}.tyBoxnlH .training_trackie6:hover::before {
    opacity: 0.05;
}.tyBoxnlH .training_trackie6 > div:first-child {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(20px);
}.tyBoxnlH .training_trackie6 > div:first-child::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -10px;
    height: 3px;
    position: absolute;
    transform-origin: left;
    background: rgb(192,186,206);
    left: 0;
    content: "";
    width: 60px;
    transform: scaleX(0);
}.tyBoxnlH .training_trackie6:hover > div:first-child::after {
    transform: scaleX(1);
}.tyBoxnlH h5 {
    letter-spacing: 0.02em;
    position: relative;
    color: #000000;
    line-height: 1.4;
    transform: translateZ(5px);
    font-weight: 700;
    font-size: 22px;
    margin: 0;
}.tyBoxnlH h5::first-letter {
    font-size: 1.2em;
    color: rgb(192,186,206);
}.tyBoxnlH .training_trackie6 > div:last-child {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(15px);
}.tyBoxnlH a {
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
    padding: 0.5rem 0;
    color: inherit;
    position: relative;
    overflow: hidden;
}.tyBoxnlH a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    left: -100%;
    top: 0;
    transition: left 0.8s ease-in-out;
}.tyBoxnlH .training_trackie6:hover a::before {
    left: 100%;
}.tyBoxnlH p {
    font-size: 15px;
    margin: 0;
    color: #000000;
    font-weight: 400;
    transition: opacity 0.4s ease;
    line-height: 1.7;
    opacity: 0.9;
}.tyBoxnlH a:hover p {
    color: rgb(192,186,206);
    opacity: 1;
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (min-width: 768px) {.tyBoxnlH {
    padding: 7rem 0;
}.tyBoxnlH .training_trackie6 {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    gap: 3rem;
    align-items: center;
}.tyBoxnlH h5 {
    font-size: calc(22px * 1.1);
}.tyBoxnlH p {
    font-size: calc(15px * 1.05);
}.tyBoxnlH .training_trackie6::after {
    right: -15px;
    top: -15px;
    opacity: 0;
    transform: translateZ(10px) scale(0.9);
    content: "";
    height: 30px;
    border-right: 3px solid rgb(192,186,206);
    border-top: 3px solid rgb(192,186,206);
    position: absolute;
    transition: opacity 0.5s ease, transform 0.5s ease;
    width: 30px;
}.tyBoxnlH .training_trackie6:hover::after {
    transform: translateZ(10px) scale(1);
    opacity: 1;
}.tyBoxnlH .training_trackie6::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}.tyBoxnlH .training_trackie6:hover::before {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
}

@media (min-width: 992px) {.tyBoxnlH {
    padding: 8rem 0;
}.tyBoxnlH .training_trackie6 {
    gap: 4rem;
    padding: 5rem;
}.tyBoxnlH .training_trackie6 > div:first-child {
    transform: translateZ(30px) translateX(-10px);
}.tyBoxnlH .training_trackie6:hover > div:first-child {
    transform: translateZ(40px) translateX(0);
}.tyBoxnlH .training_trackie6 > div:last-child {
    transform: translateZ(20px) translateX(10px);
}.tyBoxnlH .training_trackie6:hover > div:last-child {
    transform: translateZ(30px) translateX(0);
}.tyBoxnlH a {
    padding: 1rem 0;
}.tyBoxnlH p {
    line-height: 1.8;
}.tyBoxnlH .container::before {
    content: "";
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(192,186,206,0.5), transparent);
    opacity: 0.5;
    bottom: -20px;
    width: 80%;
    left: 10%;
}
}

@media (max-width: 767px) {.tyBoxnlH {
    padding: 3rem 1rem;
}.tyBoxnlH .training_trackie6 {
    padding: 2rem 1.5rem;
}.tyBoxnlH h5 {
    font-size: calc(22px * 0.9);
}.tyBoxnlH p {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.course_features7xL {
    overflow: hidden;
    position: relative;
    background: rgb(224,222,230);
    padding: 120px 0;
}.course_features7xL::before {
    width: 300px;
    content: "";
    animation: floatEffect 15s infinite alternate ease-in-out;
    top: -100px;
    filter: blur(120px);
    position: absolute;
    background: rgb(192,186,206,0.5);
    height: 300px;
    opacity: 0.4;
    left: -100px;
    z-index: 0;
}.course_features7xL::after {
    right: -100px;
    content: "";
    background: rgb(158,149,176,0.5);
    height: 350px;
    filter: blur(150px);
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    bottom: -100px;
    position: absolute;
    opacity: 0.3;
    width: 350px;
    z-index: 0;
}.course_features7xL .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.course_features7xL .skill_planDC9 {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    display: flex;
    background: #ffffff;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}.course_features7xL .skill_planDC9:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.9);
    transform: translateY(-10px);
}.course_features7xL .img_highlightsho {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 280px;
    position: relative;
}.course_features7xL .img_highlightsho::after {
    transition: opacity 0.5s ease;
    content: "";
    opacity: 0.7;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgb(192,186,206,0.5) 0%,
        transparent 100%
    );
    position: absolute;
}.course_features7xL .skill_planDC9:hover .img_highlightsho {
    transform: scale(1.05);
}.course_features7xL .skill_planDC9:hover .img_highlightsho::after {
    opacity: 0.5;
}.course_features7xL .text_body6oe {
    background: #ffffff;
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: translateY(-30px);
    margin: 0 15px;
    padding: 40px;
}.course_features7xL .text_body6oe::before {
    content: "";
    width: 40px;
    top: -8px;
    left: 20px;
    position: absolute;
    height: 4px;
    background: rgb(192,186,206);
}.course_features7xL .text_body6oe h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    color: #000000;
    animation: slideIn 0.7s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.4;
    font-size: calc(19px * 1.05);
    position: relative;
    opacity: 0;
    transform: translateX(-10px);
}.course_features7xL .text_body6oe p.description {
    margin-bottom: 20px;
    max-height: 200px;
    transform: translateY(10px);
    overflow-y: auto;
    animation: fadeUp 0.7s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.7;
    opacity: 0;
    font-weight: 400;
    font-family: Arial, sans-serif;
    position: relative;
    padding-right: 15px;
    color: #000000;
    font-size: 15px;
}.course_features7xL .text_body6oe p.description::-webkit-scrollbar {
    width: 4px;
}.course_features7xL .text_body6oe p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.course_features7xL .text_body6oe p.description::-webkit-scrollbar-thumb {
    background: rgb(192,186,206,0.5);
    transition: background 0.3s ease;
}.course_features7xL .text_body6oe p.description::-webkit-scrollbar-thumb:hover {
    background: rgb(192,186,206);
}.course_features7xL .text_body6oe span.description {
    display: none;
}.course_features7xL .text_body6oe div {
    position: relative;
}.course_features7xL .text_body6oe div::after {
    pointer-events: none;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    width: 100%;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    height: 50px;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}

@media (min-width: 768px) {.course_features7xL .skill_planDC9 {
    max-height: 500px;
    align-items: stretch;
    flex-direction: row;
}.course_features7xL .img_highlightsho {
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: auto;
}.course_features7xL .text_body6oe {
    margin: 30px 30px 30px 0;
    justify-content: center;
    transform: translateY(0) translateX(-30px);
    display: flex;
    flex-direction: column;
    flex: 0 0 55%;
}.course_features7xL .text_body6oe::before {
    left: -8px;
    height: 40px;
    top: 20px;
    width: 4px;
}.course_features7xL .text_body6oe h3 {
    font-size: 19px;
}.course_features7xL .text_body6oe p.description {
    max-height: 330px;
}
}

@media (min-width: 992px) {.course_features7xL .skill_planDC9 {
    max-height: 450px;
}.course_features7xL .img_highlightsho {
    flex: 0 0 40%;
}.course_features7xL .text_body6oe {
    padding: 50px;
    flex: 0 0 60%;
}.course_features7xL .text_body6oe h3 {
    font-size: calc(19px * 1.1);
    margin-bottom: 30px;
}.course_features7xL .text_body6oe p.description {
    line-height: 1.8;
    max-height: 250px;
}
}

@media (min-width: 1200px) {.course_features7xL {
    padding: 150px 0;
}.course_features7xL .skill_planDC9 {
    max-height: 480px;
}.course_features7xL .img_highlightsho {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_features7xL .text_body6oe {
    padding: 60px;
}.course_features7xL .text_body6oe h3 {
    font-size: calc(19px * 1.2);
    margin-bottom: 35px;
}.course_features7xL .text_body6oe p.description {
    max-height: 280px;
}
}

@media (max-width: 767px) {.course_features7xL {
    padding: 80px 0;
}.course_features7xL .text_body6oe {
    padding: 30px 25px;
}.course_features7xL .text_body6oe h3 {
    font-size: calc(22px * 1.2);
    margin-bottom: 20px;
}.course_features7xL .text_body6oe p.description {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
    max-height: 180px;
}}.price_offerlBG {
    --card-bg: #ffffff;
    background-color: var(--pricing-bg);
    overflow: hidden;
    padding: 120px 0 80px;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    --card-border: linear-gradient(135deg, rgb(192,186,206), rgb(158,149,176));
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    --pricing-bg: #f5f7fa;
    --card-accent: rgb(192,186,206);
}.price_offerlBG::before {
    background: linear-gradient(135deg, rgb(192,186,206,0.5), rgb(158,149,176,0.5));
    opacity: 0.5;
    right: -5%;
    filter: blur(60px);
    height: 50%;
    content: "";
    width: 35%;
    transform: rotate(-15deg);
    top: -10%;
    z-index: 1;
    position: absolute;
}.price_offerlBG::after {
    content: "";
    left: -5%;
    width: 30%;
    opacity: 0.4;
    background: linear-gradient(225deg, rgb(158,149,176,0.5), rgb(192,186,206,0.5));
    transform: rotate(15deg);
    z-index: 1;
    height: 40%;
    position: absolute;
    bottom: -10%;
    filter: blur(50px);
}.price_offerlBG .container {
    position: relative;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.price_offerlBG .learn_dealsTCa {
    display: flex;
    flex-direction: column;
}.price_offerlBG .learn_offersTlf {
    margin-left: auto;
    margin-right: auto;
    order: -1;
    margin-bottom: 60px;
    text-align: center;
    max-width: 800px;
}.price_offerlBG .learn_offersTlf h2 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
    font-size: 33px;
}.price_offerlBG .learn_offersTlf h2::after {
    height: 3px;
    bottom: -10px;
    position: absolute;
    background: linear-gradient(to right, rgb(192,186,206), rgb(158,149,176));
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    content: "";
}.price_offerlBG .pricing_packQ3S {
    white-space: normal;
    font-size: calc(16px + 2px);
    max-width: 700px;
    color: #000000;
    margin: 0 auto;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-wrap: break-word;
}.price_offerlBG .learn_packsOCr {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    width: 100%;
}.price_offerlBG .pricing_blockzY0 {
    transition: transform var(--card-transition);
    height: 100%;
    text-decoration: none;
    transform: translateY(0);
    color: inherit;
    display: block;
}.price_offerlBG .pricing_blockzY0:hover {
    transform: translateY(-10px);
}.price_offerlBG .fee_offersHYr {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--card-shadow);
    background-color: var(--card-bg);
    transition: box-shadow var(--card-transition);
    height: 100%;
    flex-direction: column;
    display: flex;
    position: relative;
}.price_offerlBG .pricing_blockzY0:hover .fee_offersHYr {
    box-shadow: var(--card-hover-shadow);
}.price_offerlBG .fee_offersHYr::before {
    position: absolute;
    transition: transform 0.5s ease;
    left: 0;
    top: 0;
    height: 5px;
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    width: 100%;
    background: var(--card-border);
}.price_offerlBG .pricing_blockzY0:hover .fee_offersHYr::before {
    transform: scaleX(1);
}.price_offerlBG .group_ratesYaU {
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    z-index: 1;
    display: flex;
    padding: 35px 30px;
}.price_offerlBG .group_ratesYaU h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    font-size: calc(18px + 2px);
    display: inline-block;
    color: #000000;
    transition: color 0.3s ease;
}.price_offerlBG .pricing_blockzY0:hover .group_ratesYaU h3 {
    color: var(--card-accent);
}.price_offerlBG .cost_tablesLg {
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: calc(18px + 6px);
    margin-bottom: 20px;
    color: var(--card-accent);
}.price_offerlBG .cost_tablesLg::after {
    background-color: var(--card-accent);
    bottom: -10px;
    content: "";
    width: 40px;
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
}.price_offerlBG .pricing_blockzY0:hover .cost_tablesLg::after {
    width: 60px;
}.price_offerlBG .group_ratesYaU p {
    white-space: normal;
    margin-top: 15px;
    word-wrap: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    hyphens: auto;
    font-size: 16px;
    flex-grow: 1;
}.price_offerlBG .img_highlightsho {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: transform 0.6s ease;
}.price_offerlBG .img_highlightsho::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}.price_offerlBG .pricing_blockzY0:hover .img_highlightsho::after {
    opacity: 1;
}.price_offerlBG .pricing_blockzY0:hover .img_highlightsho {
    transform: scale(1.05);
}

@media (min-width: 992px) {.price_offerlBG .learn_dealsTCa {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.price_offerlBG .learn_offersTlf {
    order: 0;
    margin: 0;
    text-align: left;
    width: 30%;
}.price_offerlBG .learn_offersTlf h2 {
    text-align: left;
    display: block;
}.price_offerlBG .learn_offersTlf h2::after {
    left: 0;
    transform: none;
}.price_offerlBG .pricing_packQ3S {
    text-align: left;
    margin: 0;
}.price_offerlBG .learn_packsOCr {
    width: 70%;
}
}

@media (max-width: 991px) {.price_offerlBG {
    padding: 80px 0 60px;
}.price_offerlBG .learn_packsOCr {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}

@media (max-width: 767px) {.price_offerlBG {
    padding: 60px 0 40px;
}.price_offerlBG .learn_offersTlf {
    margin-bottom: 40px;
}.price_offerlBG .learn_packsOCr {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_offerlBG .group_ratesYaU {
    padding: 25px 20px;
}.price_offerlBG .group_ratesYaU h3 {
    font-size: 18px;
}.price_offerlBG .cost_tablesLg {
    font-size: calc(18px + 2px);
}.price_offerlBG .group_ratesYaU p {
    font-size: calc(16px - 1px);
}.price_offerlBG .img_highlightsho {
    height: 180px;
}
}

@media (max-width: 480px) {.price_offerlBG {
    padding: 50px 0 30px;
}.price_offerlBG .learn_offersTlf h2 {
    font-size: calc(33px - 4px);
}.price_offerlBG .pricing_packQ3S {
    font-size: 16px;
}.price_offerlBG .group_ratesYaU {
    padding: 20px 15px;
}.price_offerlBG .img_highlightsho {
    height: 160px;
}}.service_contacty24 {
    position: relative;
    background: linear-gradient(135deg, rgb(192,186,206,0.5) 0%, rgb(158,149,176,0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
}.service_contacty24::before {
    top: 0;
    position: absolute;
    content: '';
    bottom: 0;
    z-index: 1;
    left: 0;
    animation: backgroundShift 40s linear infinite;
    right: 0;
    background-size: 50px 50px, 80px 80px, 60px 60px;
    background-position: 0 0, 25px 25px, 15px 15px;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 1px, transparent 2px),
        radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.05) 1px, transparent 3px),
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.04) 1px, transparent 2px);
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 25px 25px, 15px 15px;
    }
    50% {
        background-position: 25px 25px, 50px 50px, 30px 30px;
    }
    100% {
        background-position: 0 0, 25px 25px, 15px 15px;
    }
}
.service_contacty24::after {
    left: 0;
    z-index: 2;
    background: linear-gradient(90deg, transparent, rgb(158,149,176), transparent);
    height: 3px;
    right: 0;
    animation: glowingBorder 4s ease-in-out infinite;
    top: 0;
    content: '';
    position: absolute;
}@keyframes glowingBorder {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}
.service_contacty24 .container {
    max-width: 1200px;
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.service_contacty24 .quick_helpun8 {
    align-items: center;
    display: flex;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border-radius: 11px;
    padding: 40px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.07);
    flex-direction: column;
}.service_contacty24 .quick_helpun8:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}.service_contacty24 .quick_helpun8::before {
    opacity: 0.6;
    bottom: -5px;
    background: linear-gradient(45deg, rgb(192,186,206), rgb(158,149,176), rgb(192,186,206));
    background-size: 200% 200%;
    z-index: -1;
    animation: gradientBorder 8s ease infinite;
    content: '';
    position: absolute;
    right: -5px;
    top: -5px;
    left: -5px;
    border-radius: calc(11px + 5px);
}@keyframes gradientBorder {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.service_contacty24 h3 {
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 700;
    display: flex;
    font-size: 34px;
    position: relative;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}.service_contacty24 h3 svg {
    height: 30px;
    fill: #ffffff;
    margin-right: 12px;
    animation: floatIcon 3s ease-in-out infinite;
    stroke: rgb(158,149,176);
    stroke-width: 0.8;
    filter: drop-shadow(0 0 5px rgb(158,149,176));
    width: 30px;
}@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-5px) scale(1.05);
    }
}
.service_contacty24 h3 svg path {
    animation: drawPath 3s ease-in-out forwards infinite;
    stroke-width: 0.8;
    fill-opacity: 0.9;
    fill: rgb(192,186,206);
    stroke: rgb(158,149,176);
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
}@keyframes drawPath {
    0% {
        stroke-dashoffset: 100;
        fill-opacity: 0.2;
    }
    50% {
        stroke-dashoffset: 0;
        fill-opacity: 0.9;
    }
    100% {
        stroke-dashoffset: 100;
        fill-opacity: 0.2;
    }
}
.service_contacty24 h3::after {
    height: 3px;
    content: '';
    background: linear-gradient(90deg, rgb(192,186,206), rgb(158,149,176));
    bottom: 0;
    position: absolute;
    border-radius: 10px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
}.service_contacty24 .get_supportVx5 {
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 800px;
    opacity: 0.9;
    font-size: 18px;
}.service_contacty24 .message_formEGP {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    gap: 30px;
}.service_contacty24 .message_formEGP::before {
    height: 30px;
    top: -15px;
    width: 30px;
    border-left: 2px solid rgb(192,186,206);
    opacity: 0.7;
    border-top: 2px solid rgb(192,186,206);
    position: absolute;
    content: '';
    left: -15px;
}.service_contacty24 .message_formEGP::after {
    content: '';
    bottom: -15px;
    position: absolute;
    width: 30px;
    border-bottom: 2px solid rgb(158,149,176);
    opacity: 0.7;
    right: -15px;
    border-right: 2px solid rgb(158,149,176);
    height: 30px;
}.service_contacty24 .message_formEGP > span {
    display: flex;
    padding: 20px;
    position: relative;
    flex-direction: row;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    align-items: center;
}.service_contacty24 .message_formEGP > span:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
}.service_contacty24 .message_formEGP > span::before {
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(192,186,206), transparent);
    border-radius: 10px 0 0 10px;
    width: 3px;
    position: absolute;
    content: '';
    height: 100%;
}.service_contacty24 .message_formEGP > span p {
    color: #ffffff;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    align-items: center;
    margin-bottom: 5px;
}.service_contacty24 .message_formEGP svg {
    margin: 0 10px;
    width: 22px;
    height: 22px;
    fill: #ffffff;
    transition: all 0.3s ease;
}.service_contacty24 .message_formEGP svg path {
    fill: #ffffff;
}.service_contacty24 .message_formEGP > span > span {
    display: block;
    position: relative;
    color: #ffffff;
    font-size: calc(18px + 1px);
    font-weight: 600;
}.service_contacty24 .message_formEGP > span a {
    text-decoration: none;
    position: relative;
    padding-right: 5px;
    display: inline-flex;
    color: #ffffff;
    align-items: center;
    transition: color 0.3s ease;
}.service_contacty24 .message_formEGP > span a::after {
    left: 0;
    background: rgb(158,149,176);
    content: '';
    position: absolute;
    transition: width 0.3s ease;
    height: 1px;
    width: 0;
    bottom: -2px;
}.service_contacty24 .message_formEGP > span a:hover {
    color: rgb(158,149,176);
}.service_contacty24 .message_formEGP > span a:hover::after {
    width: 100%;
}.service_contacty24 .support_contactk3S {
    background: rgba(255, 255, 255, 0.05);
    grid-column: 1 / -1;
    position: relative;
    overflow: hidden;
    padding: 25px;
    border-radius: 10px;
}.service_contacty24 .support_contactk3S::before {
    height: 100px;
    background: radial-gradient(circle, rgb(158,149,176,0.5) 0%, transparent 70%);
    opacity: 0.3;
    width: 100px;
    position: absolute;
    content: '';
    right: -50px;
    border-radius: 50%;
    bottom: -50px;
}.service_contacty24 .support_contactk3S h4 {
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    align-items: center;
    position: relative;
    display: flex;
    padding-left: 15px;
    margin-bottom: 15px;
}.service_contacty24 .support_contactk3S h4 svg {
    margin-right: 10px;
    height: 26px;
    fill: rgb(192,186,206);
    stroke-width: 0.5;
    width: 26px;
    animation: clockSpin 10s linear infinite;
    stroke: rgb(158,149,176);
}@keyframes clockSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.service_contacty24 .support_contactk3S h4 svg path {
    fill-opacity: 0.9;
    fill: rgb(192,186,206);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0.5;
    transition: all 0.3s ease;
    stroke: rgb(158,149,176);
    transform-origin: center center;
}.service_contacty24 .support_contactk3S h4:hover svg path {
    stroke-dasharray: 50;
    fill-opacity: 0.7;
    stroke-dashoffset: 25;
    fill: rgb(158,149,176);
    stroke-width: 0.8;
}.service_contacty24 .support_contactk3S h4::before {
    border-radius: 10px;
    transform: translateY(-50%);
    background: rgb(158,149,176);
    content: '';
    height: 70%;
    width: 5px;
    top: 50%;
    position: absolute;
    left: 0;
}.service_contacty24 .support_contactk3S span {
    opacity: 0.9;
    display: flex;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 18px;
    align-items: center;
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
}.service_contacty24 .support_contactk3S span svg {
    stroke-width: 0.3;
    height: 18px;
    stroke: rgb(158,149,176);
    transition: all 0.3s ease;
    margin-right: 10px;
    opacity: 0.8;
    width: 18px;
    fill: rgb(192,186,206);
}.service_contacty24 .support_contactk3S span:hover {
    transform: translateX(5px);
    opacity: 1;
}.service_contacty24 .support_contactk3S span:hover svg {
    fill: rgb(158,149,176);
    transform: rotate(15deg);
    opacity: 1;
}.service_contacty24 .support_contactk3S span svg path {
    stroke: rgb(158,149,176);
    stroke-dasharray: 20;
    transition: all 0.4s ease;
    fill: rgb(192,186,206);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dashoffset: 20;
    fill-opacity: 0.8;
}.service_contacty24 .support_contactk3S span:hover svg path {
    fill-opacity: 1;
    stroke-dashoffset: 0;
    fill: rgb(158,149,176);
    stroke: rgb(158,149,176);
}.service_contacty24 .support_contactk3S span::before {
    left: 0;
    width: 5px;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 50%;
    height: 5px;
    background: rgb(192,186,206);
    transform: translateY(-50%);
}
@media (max-width: 991px) {.service_contacty24 {
    padding: 60px 0;
}.service_contacty24 .quick_helpun8 {
    padding: 30px;
}.service_contacty24 h3 {
    font-size: calc(34px - 4px);
}.service_contacty24 h3 svg {
    margin-right: 10px;
    width: 26px;
    height: 26px;
}.service_contacty24 .message_formEGP {
    gap: 20px;
    grid-template-columns: 1fr;
}.service_contacty24 .message_formEGP > span p svg {
    margin-right: 8px;
    height: 20px;
    width: 20px;
}.service_contacty24 .support_contactk3S h4 svg {
    height: 22px;
    width: 22px;
}.service_contacty24 .support_contactk3S span svg {
    width: 16px;
    height: 16px;
}
}
@media (max-width: 767px) {.service_contacty24 {
    padding: 50px 0;
}.service_contacty24 .quick_helpun8 {
    padding: 25px;
}.service_contacty24 h3 {
    font-size: calc(34px - 6px);
    margin-bottom: 20px;
}.service_contacty24 h3 svg {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}.service_contacty24 .get_supportVx5 {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.service_contacty24 .message_formEGP > span {
    padding: 15px;
}.service_contacty24 .message_formEGP > span p svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}.service_contacty24 .message_formEGP > span a svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}.service_contacty24 .support_contactk3S {
    padding: 20px;
}.service_contacty24 .support_contactk3S h4 svg {
    margin-right: 8px;
    height: 20px;
    width: 20px;
}.service_contacty24 .support_contactk3S span svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}.service_contacty24 .message_formEGP::before,
    .service_contacty24 .message_formEGP::after {
    width: 20px;
    height: 20px;
}
}
@media (max-width: 479px) {.service_contacty24 {
    padding: 40px 0;
}.service_contacty24 .quick_helpun8 {
    padding: 20px;
}.service_contacty24 h3 {
    padding-bottom: 10px;
    font-size: calc(34px - 8px);
    margin-bottom: 15px;
}.service_contacty24 h3 svg {
    height: 20px;
    margin-right: 6px;
    width: 20px;
}.service_contacty24 h3::after {
    height: 2px;
    width: 60px;
}.service_contacty24 .get_supportVx5 {
    font-size: calc(18px - 2px);
    margin-bottom: 25px;
}.service_contacty24 .message_formEGP {
    gap: 15px;
}.service_contacty24 .message_formEGP > span {
    padding: 12px;
}.service_contacty24 .message_formEGP > span p,
    .service_contacty24 .message_formEGP > span > span {
    font-size: calc(18px - 1px);
}.service_contacty24 .message_formEGP > span p svg {
    height: 16px;
    width: 16px;
    margin-right: 6px;
}.service_contacty24 .message_formEGP > span a svg {
    width: 14px;
    margin-right: 5px;
    height: 14px;
}.service_contacty24 .support_contactk3S h4 {
    margin-bottom: 10px;
    font-size: calc(22px - 2px);
}.service_contacty24 .support_contactk3S h4 svg {
    margin-right: 6px;
    height: 18px;
    width: 18px;
}.service_contacty24 .support_contactk3S span {
    font-size: calc(18px - 2px);
    margin-bottom: 5px;
}.service_contacty24 .support_contactk3S span svg {
    height: 12px;
    margin-right: 6px;
    width: 12px;
}.service_contacty24 .message_formEGP::before,
    .service_contacty24 .message_formEGP::after {
    display: none;
}
}
@media (hover: none) {.service_contacty24 .quick_helpun8:hover,
    .service_contacty24 .message_formEGP > span:hover {
    box-shadow: none;
    transform: none;
}.service_contacty24 .message_formEGP > span a:hover {
    color: #ffffff;
}.service_contacty24 .message_formEGP > span a:hover::after {
    width: 0;
}
}