﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
svg {
    width: 30px;
    height: 30px;
}
.content-wrapper-2tLh {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.first-section-krcH {
    flex: 1 0 auto;
}
section {
    background-color: rgb(233,229,225);
}
header,footer {
    width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
.container {
    margin: auto;
    width: 1183px;
    max-width: 100%;
}

html,body {
    min-height: 100%;
    height: 100%;
    font-family: Nunito, sans-serif;
    color: #000000;
}
.footer {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}header .site-head-liXJ {
    background: linear-gradient(135deg, #000000, rgb(208,199,191,0.5));
    color: #ffffff;
    padding: 20px;
    position: relative;
    border-bottom: 3px solid rgb(173,163,152);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

header .nav-site-5W3p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

header .first-lesson-l5Tv {
    display: flex;
    align-items: center;
}

header .first-lesson-l5Tv .main-head-0FBL {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

header .first-lesson-l5Tv .main-head-0FBL:hover {
    transform: scale(1.1);
}

header .first-lesson-l5Tv .main-head-0FBL svg, header .first-lesson-l5Tv .main-head-0FBL img {
    height: 50px;
    width: 50px;
    filter: drop-shadow(0 0 10px rgb(173,163,152));
}

header .nav-lead-A5pz {
    display: flex;
    align-items: center;
}

header .nav-lead-A5pz a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 8px;
    position: relative;
    transition: color 0.3s ease;
}

header .nav-lead-A5pz a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 3px;
    background: rgb(173,163,152);
    transition: width 0.3s ease, left 0.3s ease;
}

header .nav-lead-A5pz a:hover::before {
    width: 100%;
    left: 0;
}

header .nav-lead-A5pz a:hover {
    color: rgb(173,163,152);
}

header .nav-lead-A5pz a.active {
    color: rgb(173,163,152);
}

header .nav-lead-A5pz a.active::before {
    width: 100%;
    left: 0;
}

body .content-wrapper-2tLh header .top-lead-BKhd {
    display: flex;
}

@media only screen and (max-width: 1200px) {
    header .nav-site-5W3p {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 20px;
    }

    header .nav-lead-A5pz {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        background: #000000;
        width: 100%;
        padding: 10px 0;
    }

    header .nav-lead-A5pz a {
        width: 100%;
        padding: 10px 15px;
        text-align: left;
    }

    header .first-lesson-l5Tv {
        width: 100%;
        justify-content: space-between;
    }
}

.content-wrapper-2tLh header .site-head-liXJ {
    position: relative;
    background: rgb(208,199,191,0.5);
    padding: 20px 0;
    overflow: hidden;
}

.content-wrapper-2tLh header .site-head-liXJ::before, .content-wrapper-2tLh header .site-head-liXJ::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    z-index: 0;
}

.content-wrapper-2tLh header .site-head-liXJ::before {
    left: 0;
    background: linear-gradient(to right, rgb(173,163,152) 0%, transparent 100%);
}

.content-wrapper-2tLh header .site-head-liXJ::after {
    right: 0;
    background: linear-gradient(to left, rgb(173,163,152) 0%, transparent 100%);
}

.content-wrapper-2tLh .main-head-0FBL {
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    box-shadow: 0 0 20px rgb(173,163,152,0.5);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.content-wrapper-2tLh .main-head-0FBL:hover {
    background: rgb(173,163,152);
    box-shadow: 0 0 30px rgb(173,163,152);
}

.content-wrapper-2tLh header .first-lesson-l5Tv {
    padding: 0;
}

.content-wrapper-2tLh header .nav-lead-A5pz a {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s ease, color 0.3s ease;
}

.content-wrapper-2tLh header .nav-lead-A5pz a:hover {
    border-bottom: 2px solid rgb(173,163,152);
}

@media only screen and (max-width: 800px) {
    .content-wrapper-2tLh .main-head-0FBL {
        margin: 0;
        padding: 10px;
        margin-bottom: 10px;
    }

    .content-wrapper-2tLh header .first-lesson-l5Tv {
        justify-content: center;
    }

    .content-wrapper-2tLh header .site-head-liXJ::before, .content-wrapper-2tLh header .site-head-liXJ::after {
        display: none;
    }

    .content-wrapper-2tLh header .site-head-liXJ {
        padding: 10px 0;
    }

    .content-wrapper-2tLh header .nav-lead-A5pz {
        background: none;
        align-items: center;
        padding: 0;
    }

    .content-wrapper-2tLh header .nav-lead-A5pz a {
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }

    .content-wrapper-2tLh header .first-lesson-l5Tv .main-head-0FBL svg, .content-wrapper-2tLh header .first-lesson-l5Tv .main-head-0FBL img {
        height: 40px;
        width: 40px;
    }
}.gratWrap-b2h9 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    color: #000000;
    font-family: Nunito, sans-serif;
    text-align: center;
    padding: 40px 20px;
}
.gratWrap-b2h9 .container {
    width: 80%;
    max-width: 900px;
    background: rgb(233,229,225);
    padding: 60px 40px;
    border-radius: 10px;
    border: 1px solid rgb(208,199,191);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gratWrap-b2h9 h2 {
    font-size: 32px;
    font-weight: 700;
    color: rgb(208,199,191);
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(208,199,191);
    padding-bottom: 10px;
    width: 100%;
}
.gratWrap-b2h9 p {
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
    margin-top: 20px;
    width: 100%;
    text-align: left;
}
.gratWrap-b2h9 .container::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: -1;
    background: rgb(173,163,152,0.5);
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .gratWrap-b2h9 {
        padding: 20px 0;
    }
    .gratWrap-b2h9 .container {
        width: 90%;
        padding: 30px 20px;
    }
    .gratWrap-b2h9 h2 {
        font-size: 20px;
    }
    .gratWrap-b2h9 p {
        font-size: 18px;
    }
}
.advantages-benefits-WZCm {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(208,199,191), rgb(173,163,152));
    color: #ffffff;
    font-family: Nunito, sans-serif;
    overflow: hidden;
    position: relative;
}
.advantages-benefits-WZCm::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(173,163,152), transparent);
    border-radius: 50%;
    z-index: 0;
    animation: pulse 5s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}
.advantages-benefits-WZCm .study-edge-LOv9 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}
.advantages-benefits-WZCm .study-edge-LOv9 h2 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px rgb(208,199,191), 0 0 20px rgb(173,163,152);
}
.advantages-benefits-WZCm .class-benefits-r5zI {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    position: relative;
    z-index: 1;
}
.advantages-benefits-WZCm .class-benefits-r5zI .full-width-image-T2EU {
    width: 100%;
    max-width: 600px;
    height: 400px;
    box-shadow: 0 0 30px rgb(208,199,191);
    border: 2px solid rgb(173,163,152);
    border-radius: 14px;
    flex-shrink: 0;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.advantages-benefits-WZCm .class-benefits-r5zI .full-width-image-T2EU:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgb(173,163,152);
}
.advantages-benefits-WZCm .knowledge-wins-j251 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    background: linear-gradient(135deg, rgb(173,163,152), rgb(208,199,191,0.5));
    border: 2px solid rgb(208,199,191);
    border-radius: 14px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.advantages-benefits-WZCm .knowledge-wins-j251 .smart-benefits-PHwt {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    border: 1px solid #ffffff;
    border-radius: 10px;
}
.advantages-benefits-WZCm .knowledge-wins-j251 .smart-benefits-PHwt:hover {
    background: rgb(208,199,191,0.5);
    transform: translateY(-5px);
    box-shadow: 0 0 10px rgb(173,163,152);
}
.advantages-benefits-WZCm .knowledge-wins-j251 .smart-benefits-PHwt svg,
.advantages-benefits-WZCm .knowledge-wins-j251 .smart-benefits-PHwt svg path {
    width: 40px;
    height: 40px;
    fill: #ffffff;
    margin-bottom: 10px;
    transition: fill 0.3s ease;
}
.advantages-benefits-WZCm .knowledge-wins-j251 .smart-benefits-PHwt:hover svg path {
    fill: rgb(208,199,191);
}
.advantages-benefits-WZCm .knowledge-wins-j251 .smart-benefits-PHwt h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 0 5px rgb(208,199,191);
}
@media only screen and (max-width: 1024px) {
    .advantages-benefits-WZCm .class-benefits-r5zI {
        flex-direction: column;
    }
    .advantages-benefits-WZCm .class-benefits-r5zI .full-width-image-T2EU {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    .advantages-benefits-WZCm .knowledge-wins-j251 {
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
        flex-direction: column;
    }
    .advantages-benefits-WZCm .study-edge-LOv9 h2 {
        font-size: 19px;
    }
}
footer {
    background: rgb(173,163,152);
    color: #ffffff;
}

footer .rating-stars-JsgV {
    background: rgb(208,199,191);
}

footer .first-lesson-l5Tv svg, footer .first-lesson-l5Tv svg path {
    fill: rgb(208,199,191);
}

footer h5 {
    color: rgb(208,199,191);
}

footer .nav-lead-A5pz a {
    color: #ffffff;
}

footer .cert-block-sBJG {
    color: #ffffff;
}

footer .cert-block-sBJG a {
    color: #ffffff;
    text-decoration: underline;
}

footer .support-reach-ze6D div svg, footer .support-reach-ze6D div svg path {
    fill: #ffffff;
}

footer .support-reach-ze6D div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .rating-stars-JsgV {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .data-viz-Hjwh {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .first-lesson-l5Tv svg, footer .first-lesson-l5Tv img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 23px;
    margin: 16px 0;

}

footer .support-reach-ze6D {
    display: flex;
    flex-direction: column;
}

footer .support-reach-ze6D div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .support-reach-ze6D div img, footer .support-reach-ze6D div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .top-bar-Idt6 {
    display: flex;
    flex-direction: column;
}

footer .nav-lead-A5pz a {
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .rating-stars-JsgV {
    font-size: 13px;
}

@media only screen and (max-width: 1200px) {
    footer .data-viz-Hjwh {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .nav-lead-A5pz, footer .top-bar-Idt6, footer .data-viz-Hjwh {
        flex-direction: column;
    }

    footer .support-reach-ze6D {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.content-wrapper-2tLh footer .data-viz-Hjwh {
    flex-direction: column;
    align-items: flex-start;
}

.content-wrapper-2tLh footer .top-bar-Idt6 {
    flex-direction: row;
}

.content-wrapper-2tLh footer .footer {
    padding: 0;
    padding-top: 48px;
}

.content-wrapper-2tLh footer {
    padding-bottom: 48px;
}

.content-wrapper-2tLh footer .nav-lead-A5pz {
    margin-top: 24px;
}

.content-wrapper-2tLh footer .nav-lead-A5pz a {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    margin-right: 30px;
}

.content-wrapper-2tLh footer .nav-lead-A5pz a:hover {
    color: rgb(208,199,191);
}

.content-wrapper-2tLh footer .first-lesson-l5Tv svg, .content-wrapper-2tLh footer .first-lesson-l5Tv img {
    width: 56px;
    height: 56px;
    margin: 0;
}

.content-wrapper-2tLh footer .rating-stars-JsgV {
    background: rgb(173,163,152);
    padding: 0;
    padding-top: 24px;
}

@media only screen and (max-width: 800px) {
    .content-wrapper-2tLh footer .data-viz-Hjwh {
        padding: 0;
    }

    .content-wrapper-2tLh footer .nav-lead-A5pz a {
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .content-wrapper-2tLh footer .nav-lead-A5pz {
        margin-top: 16px;
    }

    .content-wrapper-2tLh footer .top-bar-Idt6 {
        flex-direction: column;
    }
}
.opening-board-1XrE .start-first-T103 {
    background-size: cover;
    background-position: center !important;
}

.opening-board-1XrE .virtual-classes-wHEN h1 {
    color: rgb(173,163,152);
}

.opening-board-1XrE .virtual-classes-wHEN h3 {
    color: rgb(173,163,152);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.opening-board-1XrE .virtual-classes-wHEN p {
    color: #000000;
    text-align: right;
}

.opening-board-1XrE {
    width: 100%;
}

.opening-board-1XrE .start-first-T103 {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.opening-board-1XrE .virtual-classes-wHEN {
    position: absolute;
    right: 0px;
    bottom: -1px;
    background: #ffffff;
    width: 65%;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 50px 50px 50px 30%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 680px;
    border-radius: 0;
}

.opening-board-1XrE .virtual-classes-wHEN h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.opening-board-1XrE .virtual-classes-wHEN p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .opening-board-1XrE .start-first-T103 {
        min-height: 320px;
        height: auto;
    }

    .opening-board-1XrE .virtual-classes-wHEN {
        min-width: unset;
        width: 100%;
        clip-path: polygon(100% 100%, 100% -175%, 0 100%);
        padding: 100px 30px 30px 35%;
        text-align: right;
        min-width: unset;
    }

    .opening-board-1XrE .virtual-classes-wHEN h1 {
        font-size: 18px;
    }

    .opening-board-1XrE .virtual-classes-wHEN h3 {
        font-size: 16px;
    }

    .opening-board-1XrE .virtual-classes-wHEN p {
        font-size: 14px;
    }


}

.content-wrapper-2tLh .opening-board-1XrE {
    position: relative;
}

.content-wrapper-2tLh .opening-board-1XrE::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(131, 162, 234, 0.2);
    z-index: 0;
    backdrop-filter: blur(6px);
}

.content-wrapper-2tLh .opening-board-1XrE .virtual-classes-wHEN {
    position: relative;
    clip-path: none;
    margin: auto;
    height: auto;
    background: none;
    display: flex;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    min-height: 336px;
    justify-content: flex-start;
    align-items: center;
    background: rgb(233,229,225);
    z-index: 1;
    width: 30%;
}

.content-wrapper-2tLh .opening-board-1XrE .start-first-T103 {
    display: flex;

}

.content-wrapper-2tLh .opening-board-1XrE .virtual-classes-wHEN h1 {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    margin-top: 65px;
}

.content-wrapper-2tLh .opening-board-1XrE .virtual-classes-wHEN h3 {
    color: #000000;
    text-align: center;
    z-index: 2;
}

.content-wrapper-2tLh .opening-board-1XrE .virtual-classes-wHEN p {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    line-height: 32px;
}

@media only screen and (max-width: 800px) {
    .content-wrapper-2tLh .opening-board-1XrE .start-first-T103 {
        padding: 20px;
    }

    .content-wrapper-2tLh .opening-board-1XrE .virtual-classes-wHEN h1 {
        font-size: 30px;
        margin-top: 30px;
    }

    .content-wrapper-2tLh .opening-board-1XrE .virtual-classes-wHEN {
        padding: 30px 10px;
        min-height: 300px;
        height: auto;
        width: auto;
    }
}.contact-information-XdoL {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact-information-XdoL h3 {
    color: rgb(173,163,152);
}

.contact-information-XdoL .request-reach-Vdcq {
    background: rgb(233,229,225);
    border-radius: 10px;
}

.contact-information-XdoL .query-card-HnWf svg, .contact-information-XdoL .query-card-HnWf svg path {
    fill: rgb(208,199,191);
}

.contact-information-XdoL .query-card-HnWf .support-reach-ze6D h5 {
    color: rgb(208,199,191);
}

.contact-information-XdoL .query-card-HnWf span {
    color: #000000;
}

.contact-information-XdoL .query-card-HnWf .support-reach-ze6D svg, .contact-information-XdoL .query-card-HnWf .support-reach-ze6D svg path {
    fill: #000000;
}

.contact-information-XdoL form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.contact-information-XdoL form .help-message-lLC8 {
    background: rgb(173,163,152);
    color: #ffffff;
    border-radius: 100px;
}

.contact-information-XdoL form .help-message-lLC8:hover {
    background: rgb(208,199,191);
}


.contact-information-XdoL .timeline-hist-q2NF {
    display: flex;
}

.contact-information-XdoL .timeline-hist-q2NF > div {
    width: 50%;
    padding: 40px;
}

.contact-information-XdoL .request-reach-Vdcq {

}

.contact-information-XdoL .request-reach-Vdcq form {
    display: flex;
    flex-direction: column;
}

.contact-information-XdoL h3 {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 18px;
}

.contact-information-XdoL .query-card-HnWf {
    padding-top: 40px;
}

.contact-information-XdoL form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.contact-information-XdoL form .help-message-lLC8 {
    font-weight: 400;
    cursor: pointer;
}

.contact-information-XdoL .query-card-HnWf .support-reach-ze6D h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact-information-XdoL .query-card-HnWf svg, .contact-information-XdoL .query-card-HnWf img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.contact-information-XdoL .query-card-HnWf span {
    font-size: 15px;
}

.contact-information-XdoL .first-lesson-l5Tv {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    margin-right: 30px;
}

.contact-information-XdoL .first-lesson-l5Tv svg, .contact-information-XdoL .first-lesson-l5Tv img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.contact-information-XdoL .query-card-HnWf .support-reach-ze6D span {
    font-weight: 300;
}

.contact-information-XdoL .query-card-HnWf .support-reach-ze6D > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.contact-information-XdoL .inquiry-help-loSR {
    display: flex;
    justify-content: space-between;
}

.contact-information-XdoL .inquiry-help-loSR #surname {
    margin-left: 24px;
}

.contact-information-XdoL .support-message-R9Bd {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-information-XdoL .support-message-R9Bd label {
    display: block;
}

.contact-information-XdoL .support-message-R9Bd a {
    margin-left: 5px;
    color: rgb(208,199,191);
}

.contact-information-XdoL .support-message-R9Bd input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .contact-information-XdoL .timeline-hist-q2NF {
        flex-direction: column;
    }

    .contact-information-XdoL .timeline-hist-q2NF > div {
        width: 100%;
    }

    .contact-information-XdoL {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact-information-XdoL h3 {
        font-size: 30px;
    }
}

.content-wrapper-2tLh .contact-information-XdoL .timeline-hist-q2NF {
    flex-direction: row-reverse;
}

.content-wrapper-2tLh .contact-information-XdoL {
    background: rgb(208,199,191);
    padding: 0;
}

.content-wrapper-2tLh .contact-information-XdoL .request-request-Hs2N {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
}

.content-wrapper-2tLh .contact-information-XdoL .request-reach-Vdcq {
    background: none;
    width: 60%;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 0 !important;
    margin: auto;
}

.content-wrapper-2tLh .contact-information-XdoL form input {
    background: rgba(255, 255, 255, 0.3);
    padding: 0 18px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-size: 18px;
}

.content-wrapper-2tLh .contact-information-XdoL form input::placeholder {
    color: #ffffff;
    opacity: 0.6;
}

.content-wrapper-2tLh .contact-information-XdoL form label {
    display: flex;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}

.content-wrapper-2tLh .contact-information-XdoL .query-card-HnWf .support-reach-ze6D svg, .content-wrapper-2tLh .contact-information-XdoL .query-card-HnWf .support-reach-ze6D svg path {
    fill: #ffffff;
}

.content-wrapper-2tLh .contact-information-XdoL .query-card-HnWf .support-reach-ze6D span {
    color: #ffffff;
    font-size: 18px;
    text-align: left;
}

.content-wrapper-2tLh .contact-information-XdoL .query-card-HnWf {
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    width: 40%;
    padding: 80px 40px;
    padding-left: 0;
}

.content-wrapper-2tLh .support-reach-ze6D {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 40px;
}

.content-wrapper-2tLh .contact-information-XdoL .support-message-R9Bd input[type=checkbox] {
    height: auto;
}

.content-wrapper-2tLh .contact-information-XdoL .support-message-R9Bd label {
    margin-bottom: 0;
    text-transform: none;
}

.content-wrapper-2tLh .contact-information-XdoL form .inquiry-help-loSR {
    position: relative;
}

.content-wrapper-2tLh .contact-information-XdoL form .inquiry-help-loSR input {
    width: 50%;
    margin-top: 30px;
}

.content-wrapper-2tLh .contact-information-XdoL form .inquiry-help-loSR label {
    position: absolute;
}

.content-wrapper-2tLh .contact-information-XdoL form .inquiry-help-loSR label:nth-child(3) {
    left: calc(50% + 14px);
}

.content-wrapper-2tLh .contact-information-XdoL .support-message-R9Bd a {
    color: rgb(173,163,152);
}

body .content-wrapper-2tLh .contact-information-XdoL form .help-message-lLC8 {
    border-radius: 0;
    background: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: fit-content;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 40px;
    height: auto;
    border-radius: 30px;
    margin-top: 16px;
    margin-bottom: 0;
}

body .content-wrapper-2tLh .contact-information-XdoL form .help-message-lLC8:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.content-wrapper-2tLh .contact-information-XdoL .query-card-HnWf .support-reach-ze6D > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.content-wrapper-2tLh .contact-information-XdoL .query-card-HnWf .support-reach-ze6D > div:nth-child(3) {
    border-bottom: none;
}

.content-wrapper-2tLh .contact-information-XdoL .query-card-HnWf .support-reach-ze6D svg, .content-wrapper-2tLh .contact-information-XdoL .query-card-HnWf .support-reach-ze6D svg path {

    fill: #ffffff;
    padding: 6px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .content-wrapper-2tLh .contact-information-XdoL .timeline-hist-q2NF {
        flex-direction: column-reverse;
    }

    .content-wrapper-2tLh .contact-information-XdoL .timeline-hist-q2NF > div {
        width: 100%;
        border: none;
    }

    body .content-wrapper-2tLh .contact-information-XdoL .request-reach-Vdcq {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-bottom: 20px;

    }

    .content-wrapper-2tLh .contact-information-XdoL .query-card-HnWf {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding-top: 20px;
    }

    .content-wrapper-2tLh .support-reach-ze6D {
        border: none;
    }
}.user-feedback-iK7C {
    padding: 100px 0;
    background: rgb(173,163,152);
    font-family: Nunito, sans-serif;
}

.user-feedback-iK7C .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.user-feedback-iK7C h2 {
    color: #ffffff;
    font-size: 39px;
    margin-bottom: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    position: relative;
}

.user-feedback-iK7C h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: rgb(208,199,191);
    margin: 20px auto 0;
    transition: width 0.3s ease;
}

.user-feedback-iK7C h2:hover::after {
    width: 160px;
}

.user-feedback-iK7C .testimonial-sharing-v10X {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.user-feedback-iK7C .feedback-stars-ik9x {
    background: rgb(173,163,152,0.5);
    border-radius: 19px;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(50% - 40px);
    position: relative;
    overflow: hidden;
}

.user-feedback-iK7C .feedback-stars-ik9x:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.user-feedback-iK7C .full-width-image-T2EU {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 3px solid rgb(208,199,191);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.user-feedback-iK7C .text {
    text-align: center;
}

.user-feedback-iK7C .text span {
    display: block;
    color: rgb(208,199,191);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.user-feedback-iK7C .text p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.user-feedback-iK7C .feedback-stars-ik9x::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(208,199,191,0.5);
    transition: width 0.3s ease;
    z-index: -1;
}

.user-feedback-iK7C .feedback-stars-ik9x:hover::before {
    width: 100%;
}

.content-wrapper-2tLh .user-feedback-iK7C {
    background: rgb(233,229,225);
    padding: 120px 0;
}

.content-wrapper-2tLh .user-feedback-iK7C .timeline-hist-q2NF h2 {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 33px;
}

.content-wrapper-2tLh .user-feedback-iK7C .feedback-stars-ik9x {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(173,163,152,0.5);
    border-radius: 19px;
    padding: 30px;
    position: relative;
    width: calc(50% - 40px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.content-wrapper-2tLh .user-feedback-iK7C .feedback-stars-ik9x:hover {
    border-color: rgb(208,199,191);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.content-wrapper-2tLh .user-feedback-iK7C .full-width-image-T2EU {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 2px solid rgb(208,199,191,0.5);
    transition: border-color 0.3s ease, transform 0.3s ease;
}


.content-wrapper-2tLh .user-feedback-iK7C .text {
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
    margin-top: 20px;
}

.content-wrapper-2tLh .user-feedback-iK7C .text p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}

.content-wrapper-2tLh .user-feedback-iK7C .text span {
    font-size: 18px;
    color: rgb(208,199,191);
    font-weight: 700;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1000px) {
    .content-wrapper-2tLh .user-feedback-iK7C .feedback-stars-ik9x {
        width: 100%;
    }
    .user-feedback-iK7C {
        padding: 60px 0;
    }
    .content-wrapper-2tLh .user-feedback-iK7C {
        padding: 80px 0;
    }
    .user-feedback-iK7C h2 {
        font-size: 33px;
    }
}
.privacy-bunker-8tRs {
    background-color: rgb(233,229,225);
    color: #000000;
    font-family: Nunito, sans-serif;
    padding: 2rem;
    border: 2px solid rgba(0, 0, 0, 0.5);
    margin: 2rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    position: relative;
}
.privacy-bunker-8tRs::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px dashed rgb(208,199,191);
    border-radius: 16px;
    pointer-events: none;
}
.privacy-bunker-8tRs::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: rgb(208,199,191,0.5);
    border-radius: 50%;
    z-index: -1;
}
.privacy-bunker-8tRs h1 {
    font-size: 39px;
    font-weight: 700;
    color: rgb(208,199,191);
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
    border-left: 5px solid rgb(208,199,191);
}
.privacy-bunker-8tRs h2 {
    font-size: 29px;
    font-weight: 600;
    color: rgb(173,163,152);
    margin-top: 2rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1rem;
    border-left: 4px solid rgb(173,163,152);
}

.privacy-bunker-8tRs h3, .privacy-bunker-8tRs h4, .privacy-bunker-8tRs h5, .privacy-bunker-8tRs h6 {
    font-size: 22px;
    margin: 1rem 0;
}
.privacy-bunker-8tRs ul,
.privacy-bunker-8tRs ol {
    padding-left: 2rem;
    margin: 1.5rem 0;
    list-style-position: inside;
}
.privacy-bunker-8tRs ul {
    list-style-type: square;
}
.privacy-bunker-8tRs ol {
    list-style-type: decimal;
}
.privacy-bunker-8tRs li {
    font-size: 13px;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    position: relative;
}
.privacy-bunker-8tRs li::before {
    content: '';
    position: absolute;
    top: 0.5rem;
    left: -1.5rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgb(208,199,191);
    border-radius: 50%;
}
.privacy-bunker-8tRs p {
    font-size: 13px;
    margin-bottom: 1rem;
    line-height: 1.8;
    border-left: 4px solid rgba(0, 0, 0, 0.5);
    padding-left: 1rem;
}
.privacy-bunker-8tRs span {
    font-weight: 700;
    color: rgb(173,163,152);
    background-color: rgb(208,199,191,0.5);
    padding: 0.2rem 0.4rem;
    border-radius: 10px;
}
.privacy-bunker-8tRs > div {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
}
.privacy-bunker-8tRs > div::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px dotted rgb(208,199,191);
    border-radius: 10px;
    pointer-events: none;
}
@media only screen and (max-width: 800px) {
    .privacy-bunker-8tRs {
        padding: 1rem;
        margin: 1rem auto;
    }
    .privacy-bunker-8tRs h1 {
        font-size: calc(22px - 0.5rem);
        padding-left: 0.5rem;
        border-left-width: 3px;
    }
    .privacy-bunker-8tRs h1::before {
        top: -5px;
        width: 5px;
        height: 5px;
    }
    .privacy-bunker-8tRs h2 {
        font-size: calc(22px - 0.5rem);
        padding-left: 0.5rem;
        border-left-width: 3px;
    }
    .privacy-bunker-8tRs h2::before {
        top: -4px;
        width: 4px;
        height: 4px;
    }
    .privacy-bunker-8tRs p,
    .privacy-bunker-8tRs li {
        font-size: calc(13px - 0.2rem);
    }
    .privacy-bunker-8tRs > div {
        padding: 0.5rem;
    }
    .privacy-bunker-8tRs > div::before {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
    }
}.about-this-WkEp {
    position: relative;
    padding: 120px 0;
    background: rgb(233,229,225);
    overflow: hidden;
    z-index: 1;
}

.about-this-WkEp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(rgb(208,199,191,0.5), 0.03) 5px,
            rgba(rgb(208,199,191,0.5), 0.03) 10px
        );
    z-index: -1;
}

.about-this-WkEp::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at top right,
        rgb(208,199,191,0.5) 0%,
        transparent 70%
    );
    opacity: 0.2;
    z-index: -1;
}

.about-this-WkEp .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
}

.about-this-WkEp h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
    padding-left: 20px;
    border-left: 4px solid rgb(208,199,191);
}

.about-this-WkEp h2::before {
    content: "01";
    position: absolute;
    top: -40px;
    left: -10px;
    font-size: calc(48px * 1.5);
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.05;
    z-index: -1;
}

.about-this-WkEp .founders-team-6Lm7 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    position: relative;
}

.about-this-WkEp .team-bios-4uKl {
    position: relative;
    padding: 0;
    display: grid;
    grid-template-columns: 3fr 7fr;
    gap: 30px;
    align-items: center;
}

.about-this-WkEp .team-bios-4uKl:nth-child(2) {
    grid-template-columns: 7fr 3fr;
    margin-left: -50px;
    margin-right: 50px;
}

.about-this-WkEp .team-bios-4uKl h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(
        135deg, 
        rgb(208,199,191,0.5) 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    text-align: center;
}

.about-this-WkEp .team-bios-4uKl:nth-child(1) h3 {
    grid-column: 1;
    grid-row: 1;
    margin-right: -30px;
    z-index: 2;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.about-this-WkEp .team-bios-4uKl:nth-child(2) h3 {
    grid-column: 2;
    grid-row: 1;
    margin-left: -30px;
    z-index: 2;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(
        135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(173,163,152,0.5) 100%
    );
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
}

.about-this-WkEp .team-bios-4uKl p {
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
    padding: 30px;
    border-radius: 23px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

.about-this-WkEp .team-bios-4uKl:nth-child(1) p {
    grid-column: 2;
    grid-row: 1;
    margin-left: -20px;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
    border-left: 3px solid rgb(208,199,191);
}

.about-this-WkEp .team-bios-4uKl:nth-child(2) p {
    grid-column: 1;
    grid-row: 1;
    margin-right: -20px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
    border-right: 3px solid rgb(173,163,152);
    text-align: right;
}

.about-this-WkEp .team-bios-4uKl:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -100px;
    width: 200px;
    height: 200px;
    border: 1px dashed rgb(208,199,191,0.5);
    border-radius: 50%;
    opacity: 0.2;
    z-index: 0;
    transform: translateY(-50%);
    animation: rotate 30s linear infinite;
}

.about-this-WkEp .team-bios-4uKl:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -100px;
    width: 200px;
    height: 200px;
    border: 1px dashed rgb(173,163,152,0.5);
    border-radius: 50%;
    opacity: 0.2;
    z-index: 0;
    transform: translateY(-50%);
    animation: rotate 30s linear infinite reverse;
}

.about-this-WkEp::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, 
        rgb(208,199,191) 0%, 
        rgb(208,199,191) 20%, 
        transparent 20%, 
        transparent 40%,
        rgb(173,163,152) 40%, 
        rgb(173,163,152) 60%,
        transparent 60%,
        transparent 80%,
        rgb(208,199,191) 80%,
        rgb(208,199,191) 100%
    );
}

@keyframes rotate {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media screen and (max-width: 1200px) {
    .about-this-WkEp .team-bios-4uKl:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .about-this-WkEp {
        padding: 80px 0;
    }
    
    .about-this-WkEp h2 {
        margin-bottom: 50px;
    }
    
    .about-this-WkEp .team-bios-4uKl,
    .about-this-WkEp .team-bios-4uKl:nth-child(2) {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .about-this-WkEp .team-bios-4uKl:nth-child(1) h3,
    .about-this-WkEp .team-bios-4uKl:nth-child(2) h3 {
        grid-column: 1;
        grid-row: 1;
        margin: 0;
        width: 80%;
        justify-self: center;
    }
    
    .about-this-WkEp .team-bios-4uKl:nth-child(1) p,
    .about-this-WkEp .team-bios-4uKl:nth-child(2) p {
        grid-column: 1;
        grid-row: 2;
        margin: 0;
        clip-path: none;
        text-align: left;
        border: none;
        border-top: 3px solid rgb(208,199,191);
    }
    
    .about-this-WkEp .team-bios-4uKl:nth-child(2) p {
        border-top: 3px solid rgb(173,163,152);
    }
    
    .about-this-WkEp .team-bios-4uKl::before {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .about-this-WkEp {
        padding: 60px 0;
    }
    
    .about-this-WkEp h2 {
        font-size: calc(28px * 0.9);
        margin-bottom: 40px;
        padding-left: 15px;
    }
    
    .about-this-WkEp h2::before {
        font-size: calc(48px * 1.2);
        top: -30px;
    }
    
    .about-this-WkEp .team-bios-4uKl h3 {
        font-size: calc(20px * 0.9);
        padding: 12px 20px;
        width: 90%;
    }
    
    .about-this-WkEp .team-bios-4uKl p {
        font-size: calc(12px * 0.95);
        padding: 20px;
        line-height: 1.7;
    }
}

@media screen and (max-width: 576px) {
    .about-this-WkEp {
        padding: 50px 0;
    }
    
    .about-this-WkEp .container {
        padding: 0 15px;
    }
    
    .about-this-WkEp h2 {
        font-size: calc(28px * 0.8);
        margin-bottom: 30px;
    }
    
    .about-this-WkEp h2::before {
        font-size: calc(48px);
        top: -25px;
        left: -5px;
    }
    
    .about-this-WkEp .founders-team-6Lm7 {
        gap: 40px;
    }
    
    .about-this-WkEp .team-bios-4uKl h3 {
        font-size: calc(20px * 0.85);
        padding: 10px 15px;
        width: 100%;
    }
    
    .about-this-WkEp .team-bios-4uKl p {
        font-size: calc(12px * 0.9);
        padding: 15px;
        line-height: 1.6;
    }
}.training-structure-MBLj {
    position: relative;
    width: 100%;
    background: rgb(233,229,225);
    padding: 120px 0;
    overflow: hidden;
}

.training-structure-MBLj .easy-learn-78Si {
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

.training-structure-MBLj .easy-learn-78Si .container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    padding: 0;
}

.training-structure-MBLj .easy-learn-78Si .full-width-image-T2EU {
    position: relative;
    min-height: 600px;
    border-radius: 24px 0 0 24px;
    transform: scale(1.02);
    transition: transform 0.5s ease;
}

.training-structure-MBLj .easy-learn-78Si .full-width-image-T2EU::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), transparent);
    border-radius: 24px 0 0 24px;
}

.training-structure-MBLj .easy-learn-78Si .timeline-hist-q2NF {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.training-structure-MBLj .easy-learn-78Si .timeline-hist-q2NF h3 {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
    position: relative;
}

.training-structure-MBLj .easy-learn-78Si .timeline-hist-q2NF h3::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(208,199,191);
    border-radius: 10px;
}

.training-structure-MBLj .easy-learn-78Si .timeline-hist-q2NF span {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    font-family: Nunito, sans-serif;
    font-weight: 400;
}

.training-structure-MBLj .easy-learn-78Si:hover .full-width-image-T2EU {
    transform: scale(1);
}

@media (max-width: 1200px) {
    .training-structure-MBLj {
        padding: 80px 0;
    }

    .training-structure-MBLj .easy-learn-78Si .container {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .training-structure-MBLj .easy-learn-78Si .full-width-image-T2EU {
        min-height: 400px;
        border-radius: 24px 24px 0 0;
    }

    .training-structure-MBLj .easy-learn-78Si .full-width-image-T2EU::after {
        border-radius: 24px 24px 0 0;
    }

    .training-structure-MBLj .easy-learn-78Si .timeline-hist-q2NF {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .training-structure-MBLj {
        padding: 60px 0;
    }

    .training-structure-MBLj .easy-learn-78Si .full-width-image-T2EU {
        min-height: 300px;
    }

    .training-structure-MBLj .easy-learn-78Si .timeline-hist-q2NF {
        padding: 30px 20px;
    }

    .training-structure-MBLj .easy-learn-78Si .timeline-hist-q2NF h3 {
        font-size: calc(32px * 0.85);
        margin-bottom: 25px;
    }

    .training-structure-MBLj .easy-learn-78Si .timeline-hist-q2NF span {
        font-size: calc(16px * 0.95);
    }
}.course-info-YDdt {
    padding: 60px 20px;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.course-info-YDdt::before,
.course-info-YDdt::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(208,199,191,0.5);
    z-index: -1;
}

.course-info-YDdt::before {
    width: 200px;
    height: 200px;
    top: -100px;
    right: -100px;
}

.course-info-YDdt::after {
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: -150px;
}

.course-info-YDdt h2 {
    color: rgb(208,199,191);
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.course-info-YDdt h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: rgb(173,163,152);
}

.course-info-YDdt .timeline-hist-q2NF {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.course-info-YDdt .class-map-Iklv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.course-info-YDdt .new-skills-q9Vx {
    max-width: 900px;
    width: 100%;
    padding: 20px;
    background: rgb(173,163,152,0.5);
    border: 1px solid rgb(208,199,191,0.5);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.course-info-YDdt .new-skills-q9Vx .first-section-krcH {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
}

.course-info-YDdt .full-width-image-T2EU {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid rgb(208,199,191,0.5);
}

.course-info-YDdt h3 {
    color: rgb(208,199,191);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
}

.course-info-YDdt p {
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.course-info-YDdt .help-message-lLC8 {
    display: inline-block;
    padding: 10px 20px;
    background: rgb(208,199,191);
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid rgb(208,199,191,0.5);
}

.course-info-YDdt .help-message-lLC8:hover {
    background: rgb(173,163,152);
}

.content-wrapper-2tLh .course-info-YDdt .container {
    width: 100%;
    padding: 0 20px;
}

.content-wrapper-2tLh .course-info-YDdt .class-map-Iklv {
    width: 100%;
}

.content-wrapper-2tLh .course-info-YDdt .class-map-Iklv .new-skills-q9Vx {
    width: 100%;
    margin-bottom: 20px;
}

.content-wrapper-2tLh .course-info-YDdt .full-width-image-T2EU {
    height: 200px;
}

.content-wrapper-2tLh .course-info-YDdt .new-skills-q9Vx .first-section-krcH {
    padding: 15px;
}

.content-wrapper-2tLh .course-info-YDdt .text-container-W61z {
    max-width: 100%;
    margin: 20px 0;
    justify-content: flex-start;
    align-items: flex-start;
}

.content-wrapper-2tLh .course-info-YDdt p {
    text-align: left;
    margin-top: 10px;
}

.content-wrapper-2tLh .course-info-YDdt .help-message-lLC8 {
    margin-top: 10px;
    width: auto;
}

.content-wrapper-2tLh .course-info-YDdt h3 {
    text-align: left;
}
@media only screen and (max-width: 900px) {
    .course-info-YDdt {
        padding: 40px 0;
    }
    .content-wrapper-2tLh .course-info-YDdt .class-map-Iklv .new-skills-q9Vx {
        padding: 10px;
    }
}