* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Ubuntu, sans-serif;
    color: #000000;
}
.wrapper-structurestat {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(142,142,142);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.program_detailsstat {
    padding: 120px 0;
    background-color: rgb(71,71,71,0.5);
    font-family: Ubuntu, sans-serif;
    position: relative;
    overflow: hidden;
}
.program_detailsstat::before, .program_detailsstat::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgb(110,113,135,0.5);
    border-radius: 50%;
    z-index: 1;
}
.program_detailsstat::before {
    top: -50px;
    left: -50px;
}
.program_detailsstat::after {
    bottom: -50px;
    right: -50px;
}
.program_detailsstat .container {
    position: relative;
    z-index: 2;
}
.program_detailsstat h2 {
    color: rgb(71,71,71);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.program_detailsstat .content {
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}
.program_detailsstat .course {
    padding: 40px;
    max-width: 80%;
    margin: auto;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.program_detailsstat .photo {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid rgb(110,113,135);
    border-radius: 13px 13px 0 0;
}
.program_detailsstat .text_holder {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0 0 13px 13px;
}
.program_detailsstat h3 {
    color: rgb(110,113,135);
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(71,71,71);
    padding-bottom: 10px;
    width: 100%;
}
.program_detailsstat p {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 30px;
}
.program_detailsstat .button {
    background: rgb(110,113,135);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid rgb(71,71,71);
}
.program_detailsstat .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.program_detailsstat .items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.program_detailsstat .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.program_detailsstat .photo {
    height: 300px;
    width: 100%;
    margin-top: 20px;
    border-bottom: 2px solid rgb(71,71,71);
}
.program_detailsstat .text_holder {
    padding: 30px;
}
@media only screen and (max-width: 600px) {
    .program_detailsstat .items {
        flex-direction: column;
    }
    .program_detailsstat h2 {
        font-size: 24px;
    }
    .program_detailsstat h3 {
        font-size: 20px;
    }
    .program_detailsstat .course {
        max-width: 100%;
        padding: 20px;
    }
    .program_detailsstat {
        padding: 60px 0;
    }
    .program_detailsstat .photo {
        height: 200px;
    }
}

.wrapper-structurestat .program_detailsstat .container {
    width: 100%;
    padding: 0;
}
.wrapper-structurestat .program_detailsstat .items {
    width: 100%;
}
.wrapper-structurestat .program_detailsstat .items .course {
    padding: 0;
    width: 100%;
}
.wrapper-structurestat .program_detailsstat .photo {
    height: 250px;
    width: 100%;
    margin: 0;
    border-radius: 0!important;
    background-position: 50% 30% !important;
}
.wrapper-structurestat .program_detailsstat .course .content {
    border-radius: 0 !important;
    box-shadow: none;
}
.wrapper-structurestat .program_detailsstat .text_holder {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    min-height: unset;
}
.wrapper-structurestat .program_detailsstat p {
    margin-top: 20px;
    text-align: center;
}
.wrapper-structurestat .program_detailsstat .button {
    margin-top: 30px;
    width: fit-content;
}
.wrapper-structurestat .program_detailsstat h3 {
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .wrapper-structurestat .program_detailsstat .photo {
        height: 200px;
    }
    .wrapper-structurestat .program_detailsstat h3 {
        font-size: 22px;
    }
    .wrapper-structurestat .program_detailsstat p {
        font-size: 16px;
    }
    .wrapper-structurestat .program_detailsstat .button {
        font-size: 14px;
        padding: 10px 20px;
    }
}.secure_habitatstat {
    font-family: Ubuntu, sans-serif;
    background-color: rgb(142,142,142);
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.secure_habitatstat h1 {
    font-size: 46px;
    color: rgb(110,113,135);
    font-weight: 700;
    margin-bottom: 20px;
}
.secure_habitatstat h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    margin: 15px 0;
}
.secure_habitatstat ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.secure_habitatstat li {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 10px;
}
.secure_habitatstat div {
    margin-top: 20px;
}
.secure_habitatstat h3, .secure_habitatstat h4, .secure_habitatstat h5, .secure_habitatstat h6 {
    margin: 1rem 0;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .secure_habitatstat {
        padding: 20px;
    }
    .secure_habitatstat h1 {
        font-size: calc(24px * 0.8);
    }
    .secure_habitatstat h2 {
        font-size: calc(24px * 0.9);
    }
    .secure_habitatstat li {
        font-size: 18px;
    }
}.pricing_tablestat {
    position: relative;
    background-color: rgb(142,142,142);
    padding: clamp(80px, 15vw, 200px) 0;
    overflow: hidden;
}

.pricing_tablestat::before,
.pricing_tablestat::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 0.05;
    z-index: 1;
}

.pricing_tablestat::before {
    left: -50%;
    background-image: radial-gradient(circle at 0% 0%, rgb(110,113,135) 0%, transparent 50%),
                      radial-gradient(circle at 100% 100%, rgb(71,71,71) 0%, transparent 50%);
    transform: rotate(-15deg);
}

.pricing_tablestat::after {
    right: -50%;
    background-image: radial-gradient(circle at 100% 0%, rgb(71,71,71) 0%, transparent 50%),
                      radial-gradient(circle at 0% 100%, rgb(110,113,135) 0%, transparent 50%);
    transform: rotate(15deg);
}

.pricing_tablestat .photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.1;
    object-fit: cover;
    filter: blur(10px) contrast(120%);
    transform: scale(1.1);
}

.pricing_tablestat .price_holder {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 0;
}

.pricing_tablestat .price_holder h2 {
    font-size: clamp(calc(43px * 1.2), 10vw, calc(43px * 1.5));
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    text-shadow: 0 0 20px rgb(110,113,135,0.5);
}

.pricing_tablestat .price_section_description {
    font-size: clamp(22px, 2.5vw, calc(23px * 1.1));
    color: #ffffff;
    max-width: 800px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: clamp(50px, 10vw, 100px);
    opacity: 0.9;
}

.pricing_tablestat .price_cards {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    perspective: 1000px;
}

.pricing_tablestat .price_card {
    flex: 0 1 calc(33.333% - 10px);
    max-width: 400px;
    min-height: 500px;
    background-color: #ffffff;
    border-radius: 30px 0;
    padding: clamp(30px, 5vw, 50px);
    box-shadow: 0 20px 40px -10px #000000;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transform: rotateY(5deg) rotateX(5deg);
}

.pricing_tablestat .price_card:nth-child(2) {
    transform: scale(1.05) rotateY(-5deg) rotateX(5deg);
    z-index: 1;
}

.pricing_tablestat .price_card:hover {
    transform: scale(1.03) rotateY(0) rotateX(0);
    box-shadow: 0 30px 60px -15px #000000;
}

.pricing_tablestat .price_card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg at 50% 50%, rgb(110,113,135,0.5), rgb(71,71,71,0.5), rgb(110,113,135,0.5));
    opacity: 0.1;
    animation: rotateBg 10s linear infinite;
}

@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.pricing_tablestat .price_card h3 {
    font-size: clamp(23px, 3vw, 23px);
    color: rgb(110,113,135);
    margin-bottom: 1em;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.pricing_tablestat .price_card .price_amount {
    font-size: clamp(calc(38px * 1.2), 7vw, calc(43px * 1.3));
    color: #000000;
    margin: 0.5em 0;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.pricing_tablestat .price_card p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 1.8em;
    line-height: 1.6;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.pricing_tablestat .price_card .button {
    display: inline-block;
    width: 100%;
    padding: clamp(15px, 3vw, 20px);
    background-color: rgb(110,113,135);
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px 0;
    font-size: clamp(15px, 2.2vw, calc(15px * 1.1));
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pricing_tablestat .price_card .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, var(--white-color_opacity), transparent);
    transition: all 0.4s ease;
}

.pricing_tablestat .price_card .button:hover::before {
    left: 100%;
}

.pricing_tablestat .price_card .button:hover {
    background-color: rgb(71,71,71);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgb(110,113,135,0.5);
}

@media (max-width: 1200px) {
    .pricing_tablestat .price_cards {
        flex-direction: column;
        gap: 40px;
    }

    .pricing_tablestat .price_card,
    .pricing_tablestat .price_card:nth-child(2) {
        flex: 0 1 auto;
        width: 100%;
        max-width: 500px;
        transform: none;
    }
}

@media (max-width: 768px) {
    .pricing_tablestat {
        padding: clamp(60px, 12vw, 120px) 0;
    }

    .pricing_tablestat .price_holder h2 {
        font-size: clamp(calc(43px * 0.9), 8vw, 43px);
    }

    .pricing_tablestat .price_section_description {
        font-size: clamp(15px, 2.2vw, 22px);
    }
}

@media (max-width: 480px) {
    .pricing_tablestat {
        padding: clamp(50px, 10vw, 80px) 0;
    }

    .pricing_tablestat .price_card {
        padding: clamp(25px, 4vw, 35px);
        border-radius: 20px 0;
    }

    .pricing_tablestat .price_card .button {
        border-radius: 15px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pricing_tablestat .price_card::before {
        animation: none;
    }

    .pricing_tablestat .price_card,
    .pricing_tablestat .price_card:hover,
    .pricing_tablestat .price_card .button,
    .pricing_tablestat .price_card .button:hover {
        transition: none;
        transform: none;
    }

    .pricing_tablestat .price_card .button::before {
        display: none;
    }
}header .top_plank {
    background: rgb(110,113,135);
    color:  #ffffff;
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 13px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}header .main_header {
    background: #ffffff;
    color: #000000;
    border-bottom: 1px solid rgb(71,71,71,0.5);
    padding: 15px 0;
    transition: background-color 0.3s ease;
}

header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(110,113,135);
}

header .logo_holder a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 50px;
    width: 50px;
}

header .menu {
    display: flex;
    align-items: stretch;
}

header .menu a {
    color: #000000;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0 5px;
    font-size: 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

header .menu a:hover {
    color: #ffffff;
    background: rgb(110,113,135);
}

header .menu a.active {
    color: #ffffff;
    background: rgb(71,71,71);
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .wrapper-structurestat header .menu {
        padding: 10px;
    }
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }

    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 15px;
    }

    header .menu.opened {
        display: flex;
    }

    header .menu a {
        width: 100%;
        padding: 10px 0;
        text-align: left;
    }
}

.wrapper-structurestat header .header_content {
    background: rgb(71,71,71,0.5);
    border-radius: 11px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.wrapper-structurestat header .logo_holder {
    border-radius: 11px;
    background: #ffffff;
    padding: 10px 20px;
}

.wrapper-structurestat header .menu {
    padding: 0;
    margin-left: 20px;
}

.wrapper-structurestat header .menu a {
    padding: 15px 10px;
    text-align: center;
}

.wrapper-structurestat header .menu a:hover {
    background: rgb(71,71,71);
    color: #ffffff;
}

.wrapper-structurestat header .menu a.active {
    background: rgb(110,113,135);
    color: #ffffff;
}

@media (max-width: 576px) {
    .wrapper-structurestat header .header_content {
        padding: 15px;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
    }

    .wrapper-structurestat header .logo_holder {
        margin-bottom: 10px;
        padding: 10px 15px;
        border-radius: 10px;
    }

    .wrapper-structurestat header .menu a {
        padding: 10px 0;
    }
}.welcome_pagestat .title_page_holder {
    background-size: cover;
    background-position: center !important;
}

.welcome_pagestat .style_element h1 {
    color: rgb(71,71,71);
}

.welcome_pagestat .style_element h3 {
    color: rgb(71,71,71);
    text-align: right;
    font-size: 20px;
    margin-bottom: 8px;
}

.welcome_pagestat .style_element p {
    color: #000000;
    text-align: right;
}

.welcome_pagestat {
    width: 100%;
}

.welcome_pagestat .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
}

.welcome_pagestat .style_element {
    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;
}

.welcome_pagestat .style_element h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: right;
}

.welcome_pagestat .style_element p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
    .welcome_pagestat .title_page_holder {
        min-height: 320px;
        height: auto;
    }

    .welcome_pagestat .style_element {
        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;
    }

    .welcome_pagestat .style_element h1 {
        font-size: 18px;
    }

    .welcome_pagestat .style_element h3 {
        font-size: 16px;
    }

    .welcome_pagestat .style_element p {
        font-size: 14px;
    }


}

.wrapper-structurestat .welcome_pagestat {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.wrapper-structurestat .welcome_pagestat .title_page_holder {
    background-size: cover !important;
    background-position: right center !important;
}

.wrapper-structurestat .welcome_pagestat .title_page_holder {
    width: 50%;
    min-height: 400px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.wrapper-structurestat .welcome_pagestat .style_element {
    clip-path: none;
    width: 100%;
    padding: 30px 20px;
    position: absolute;
    top: unset;
    left: -100%;
    bottom: unset;
    min-width: unset;
    align-items: flex-start;
    justify-content: center;
    padding-left: 40px;
    background: #ffffff;
    border-radius: 0 !important;
}

.wrapper-structurestat .welcome_pagestat .style_element h1 {
    text-align: left;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
}

.wrapper-structurestat .welcome_pagestat .style_element h3 {
    color: #000000;
    text-align: left;
    z-index: 2;
}

.wrapper-structurestat .welcome_pagestat .style_element p {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
}

@media only screen and (max-width: 1200px) {
    .wrapper-structurestat .welcome_pagestat .title_page_holder {
        width: 100%;
    }

    .wrapper-structurestat .welcome_pagestat .style_element {
        width: 80%;
        position: relative;
        left: unset;
    }
}

@media only screen and (max-width: 800px) {

    .wrapper-structurestat .welcome_pagestat .title_page_holder {
        background-size: cover !important;
    }
}.advantages_highlightsstat {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(142,142,142) 0%, rgb(71,71,71,0.5) 100%);
    position: relative;
    overflow: hidden;
}

.advantages_highlightsstat::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(110,113,135,0.5) 10%, transparent 10%);
    background-size: 50px 50px;
    transform: rotate(30deg);
    opacity: 0.1;
    animation: backgroundMove 60s linear infinite;
}

@keyframes backgroundMove {
    0% { transform: rotate(30deg) translateY(0); }
    100% { transform: rotate(30deg) translateY(-50px); }
}

.advantages_highlightsstat .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: rgba(#ffffff, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(#000000, 0.1);
    transition: all 0.3s ease;
}

.advantages_highlightsstat .advantages_content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(#000000, 0.15);
}

.advantages_highlightsstat .advantages_photo_holder {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    width: 100%;
    margin-top: 40px;
}

.advantages_highlightsstat .advantages_photo_holder .photo {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.advantages_highlightsstat .advantages_photo_holder .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(110,113,135,0.5) 0%, transparent 100%);
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.advantages_highlightsstat .advantages_photo_holder .photo:hover::after {
    opacity: 0.3;
}

.advantages_highlightsstat .advantages_holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    width: 100%;
}

.advantages_highlightsstat .advantages_holder .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(#000000, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}

.advantages_highlightsstat .advantages_holder .advantage_item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(#000000, 0.1);
}

.advantages_highlightsstat .advantages_holder .advantage_item .advantage_image {
    margin-bottom: 20px;
    position: relative;
}

.advantages_highlightsstat .advantages_holder .advantage_item svg, .advantages_highlightsstat .advantages_holder .advantage_item svg path {
    width: 70px;
    height: 70px;
    fill: rgb(110,113,135);
    transition: all 0.3s ease;
}

.advantages_highlightsstat .advantages_holder .advantage_item:hover svg {
    transform: scale(1.1) rotate(5deg);
    fill: rgb(71,71,71);
}

.advantages_highlightsstat .advantages_holder .advantage_item h4 {
    font-size: 17px;
    color: #000000;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.advantages_highlightsstat .advantages_holder .advantage_item:hover h4 {
    color: rgb(110,113,135);
}

.advantages_highlightsstat .advantages_content h2 {
    font-size: 32px;
    color: rgb(110,113,135);
    text-align: center;
    margin: 0 0 50px;
    position: relative;
    padding-bottom: 20px;
    font-weight: 700;
}

.advantages_highlightsstat .advantages_content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: rgb(71,71,71);
    border-radius: 2px;
}

@media only screen and (max-width: 1024px) {
    .advantages_highlightsstat {
        padding: 80px 0;
    }

    .advantages_highlightsstat .advantages_photo_holder {
        grid-template-columns: 1fr;
    }

    .advantages_highlightsstat .advantages_photo_holder .photo {
        height: 300px;
    }

    .advantages_highlightsstat .advantages_holder {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }
}

@media only screen and (max-width: 768px) {
    .advantages_highlightsstat {
        padding: 60px 0;
    }

    .advantages_highlightsstat .advantages_content {
        padding: 30px;
    }

    .advantages_highlightsstat .advantages_content h2 {
        font-size: calc(32px * 0.8);
        margin-bottom: 30px;
    }

    .advantages_highlightsstat .advantages_holder .advantage_item {
        padding: 20px;
    }

    .advantages_highlightsstat .advantages_holder .advantage_item svg {
        width: 50px;
        height: 50px;
    }

    .advantages_highlightsstat .advantages_holder .advantage_item h4 {
        font-size: calc(17px * 0.9);
    }
}

@media only screen and (max-width: 480px) {
    .advantages_highlightsstat {
        padding: 40px 0;
    }

    .advantages_highlightsstat .advantages_content {
        padding: 20px;
    }

    .advantages_highlightsstat .advantages_content h2 {
        font-size: calc(32px * 0.7);
    }

    .advantages_highlightsstat .advantages_holder {
        grid-template-columns: 1fr;
    }
}.mentorship_profilestat {
    padding: 60px 0;
    background: rgb(71,71,71,0.5);
    color: #000000;
    font-family: Ubuntu, sans-serif;
}

.mentorship_profilestat .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.mentorship_profilestat .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.mentorship_profilestat .review {
    background: #ffffff;
    border-radius: 29px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 2px solid rgb(110,113,135,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.mentorship_profilestat .photo {
    width: 400px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-bottom: 2px solid rgb(110,113,135,0.5);
}

.mentorship_profilestat .worker_description {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.mentorship_profilestat .review .name {
    font-size: 18px;
    font-weight: 700;
    color: rgb(110,113,135);
    margin-bottom: 5px;
    position: relative;
}


.mentorship_profilestat .review span {
    font-size: 15px;
    font-weight: 400;
    color: rgb(71,71,71);
    margin-bottom: 15px;
}

.mentorship_profilestat .review .quote {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .mentorship_profilestat {
        padding: 40px 0;
    }

    .mentorship_profilestat .review {
        max-width: 45%;
    }
}

@media (max-width: 768px) {
    .mentorship_profilestat {
        padding: 30px 0;
    }

    .mentorship_profilestat .holder {
        flex-direction: column;
        align-items: center;
    }

    .mentorship_profilestat .review {
        max-width: 100%;
        width: 100%;
        padding-top: 0;
    }

    .mentorship_profilestat .photo {
        height: 200px;
    }

    .mentorship_profilestat .worker_description {
        padding: 15px;
    }
}
.educational_gainsstat {
    position: relative;
    padding: 160px 0;
    background: rgb(110,113,135);
    overflow: hidden;
}

.educational_gainsstat::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
    background: repeating-conic-gradient(
        from 0deg,
        rgb(110,113,135) 0deg 10deg,
        rgb(110,113,135,0.5) 10deg 20deg
    );
    animation: rotateBackground 60s linear infinite;
}

@keyframes rotateBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.educational_gainsstat .container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 1;
}

.educational_gainsstat .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.educational_gainsstat .photo {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    position: relative;
    margin-bottom: -225px;
    border: 15px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.educational_gainsstat .photo::before {
    content: '';
    position: absolute;
    inset: -30px;
    border-radius: 50%;
    border: 2px dashed #ffffff;
    opacity: 0.3;
    animation: spinSlow 30s linear infinite;
}

@keyframes spinSlow {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.educational_gainsstat .text_holder {
    background: #ffffff;
    border-radius: 24px;
    padding: 255px 60px 60px;
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.educational_gainsstat .text_holder h2 {
    text-align: center;
    font-size: 42px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative;
}

.educational_gainsstat .text_holder h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: rgb(110,113,135);
}

.educational_gainsstat .text_holder ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.educational_gainsstat .text_holder ul::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgb(110,113,135,0.5) 20%,
        rgb(110,113,135,0.5) 80%,
        transparent
    );
}

.educational_gainsstat .text_holder ul li {
    position: relative;
    padding: 30px;
    background: rgb(142,142,142);
    border-radius: 10px;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    transition: all 0.4s ease;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.educational_gainsstat .text_holder ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.educational_gainsstat .text_holder ul li svg {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    fill: rgb(110,113,135);
    stroke: rgb(110,113,135);
    position: relative;
    z-index: 1;
}

.educational_gainsstat .text_holder ul li svg::after {
    content: '';
    position: absolute;
    inset: -5px;
    background: rgb(110,113,135,0.5);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.educational_gainsstat .text_holder ul li:hover svg::after {
    opacity: 1;
}

@media (max-width: 1200px) {
    .educational_gainsstat {
        padding: 140px 0;
    }

    .educational_gainsstat .text_holder {
        padding: 235px 50px 50px;
    }

    .educational_gainsstat .photo {
        width: 400px;
        height: 400px;
        margin-bottom: -200px;
    }
}

@media (max-width: 991px) {
    .educational_gainsstat {
        padding: 120px 0;
    }

    .educational_gainsstat .photo {
        width: 350px;
        height: 350px;
        margin-bottom: -175px;
        border-width: 12px;
    }

    .educational_gainsstat .text_holder {
        padding: 205px 40px 40px;
    }

    .educational_gainsstat .text_holder ul {
        gap: 30px;
    }

    .educational_gainsstat .text_holder ul li {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .educational_gainsstat {
        padding: 100px 0;
    }

    .educational_gainsstat .photo {
        width: 300px;
        height: 300px;
        margin-bottom: -150px;
        border-width: 10px;
    }

    .educational_gainsstat .text_holder {
        padding: 180px 30px 30px;
    }

    .educational_gainsstat .text_holder ul {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .educational_gainsstat .text_holder ul::before {
        display: none;
    }

    .educational_gainsstat .text_holder ul li:nth-child(odd),
    .educational_gainsstat .text_holder ul li:nth-child(even) {
        transform: none;
    }

    .educational_gainsstat .text_holder ul li:hover {
        transform: translateY(-5px);
    }
}

@media (max-width: 480px) {
    .educational_gainsstat {
        padding: 80px 0;
    }

    .educational_gainsstat .photo {
        width: 250px;
        height: 250px;
        margin-bottom: -125px;
        border-width: 8px;
    }

    .educational_gainsstat .text_holder {
        padding: 155px 20px 25px;
    }

    .educational_gainsstat .text_holder h2 {
        font-size: calc(42px * 0.8);
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

    .educational_gainsstat .text_holder ul li {
        padding: 20px;
        font-size: calc(14px * 0.95);
    }
}.wrapper-structurestat .who_we_arestat {
    padding: 60px 0;
    background-color: rgb(142,142,142);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.wrapper-structurestat .who_we_arestat::before, .wrapper-structurestat .who_we_arestat::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(110,113,135,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
    z-index: -1;
}

.wrapper-structurestat .who_we_arestat::after {
    background: rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 50%, 100% 100%, 0 100%);
}

.wrapper-structurestat .who_we_arestat .holder {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper-structurestat .who_we_arestat .caption_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.wrapper-structurestat .who_we_arestat .holder .photo {
    width: 45%;
    height: auto;
    border-radius: 19px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
}

.wrapper-structurestat .who_we_arestat .style_element {
    width: 50%;
    background: #ffffff;
    border-radius: 19px;
    padding: 30px 40px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    transition: background 0.3s ease-in-out;
}

.wrapper-structurestat .who_we_arestat h2 {
    margin-top: 0;
    font-size: 33px;
    color: rgb(110,113,135);
    font-weight: 700;
}

.wrapper-structurestat .who_we_arestat p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.6;
}

@media only screen and (max-width: 800px) {
    .wrapper-structurestat .who_we_arestat .holder .photo {
        width: 100%;
        height: 250px;
        border-radius: 10px;
    }
    .wrapper-structurestat .who_we_arestat .style_element {
        width: 100%;
        margin-top: -20px;
    }
    .wrapper-structurestat .who_we_arestat .caption_holder {
        flex-direction: column;
    }
    .wrapper-structurestat .who_we_arestat h2 {
        font-size: 24px;
    }
    .wrapper-structurestat .who_we_arestat p {
        font-size: 18px;
    }
}.connect_with_usstat {
    padding-top: 80px;
    padding-bottom: 80px;
}

.connect_with_usstat h3 {
    color: rgb(71,71,71);
}

.connect_with_usstat .form {
    background: rgb(142,142,142);
    border-radius: 10px;
}

.connect_with_usstat .info svg, .connect_with_usstat .info svg path {
    fill: rgb(110,113,135);
}

.connect_with_usstat .info .contact_info h5 {
    color: rgb(110,113,135);
}

.connect_with_usstat .info span {
    color: #000000;
}

.connect_with_usstat .info .contact_info svg, .connect_with_usstat .info .contact_info svg path {
    fill: #000000;
}

.connect_with_usstat form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.connect_with_usstat form .button {
    background: rgb(71,71,71);
    color: #ffffff;
    border-radius: 100px;
}

.connect_with_usstat form .button:hover {
    background: rgb(110,113,135);
}


.connect_with_usstat .holder {
    display: flex;
}

.connect_with_usstat .holder > div {
    width: 50%;
    padding: 40px;
}

.connect_with_usstat .form {

}

.connect_with_usstat .form form {
    display: flex;
    flex-direction: column;
}

.connect_with_usstat h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 18px;
}

.connect_with_usstat .info {
    padding-top: 40px;
}

.connect_with_usstat form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.connect_with_usstat form .button {
    font-weight: 400;
    cursor: pointer;
}

.connect_with_usstat .info .contact_info h5 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
}

.connect_with_usstat .info svg, .connect_with_usstat .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.connect_with_usstat .info span {
    font-size: 12px;
}

.connect_with_usstat .logo_holder {
    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;
}

.connect_with_usstat .logo_holder svg, .connect_with_usstat .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.connect_with_usstat .info .contact_info span {
    font-weight: 300;
}

.connect_with_usstat .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.connect_with_usstat .name_holder {
    display: flex;
    justify-content: space-between;
}

.connect_with_usstat .name_holder #surname {
    margin-left: 24px;
}

.connect_with_usstat .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.connect_with_usstat .agree label {
    display: block;
}

.connect_with_usstat .agree a {
    margin-left: 5px;
    color: rgb(110,113,135);
}

.connect_with_usstat .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .connect_with_usstat .holder {
        flex-direction: column;
    }

    .connect_with_usstat .holder > div {
        width: 100%;
    }

    .connect_with_usstat {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .connect_with_usstat h3 {
        font-size: 30px;
    }
}

.wrapper-structurestat .connect_with_usstat {
    background: #ffffff;
    position: relative;
}

.wrapper-structurestat .connect_with_usstat .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.wrapper-structurestat .connect_with_usstat .holder {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;

}

body .wrapper-structurestat .connect_with_usstat .holder > div {
    border-radius: 0;
}

.wrapper-structurestat .connect_with_usstat .form h3 {
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    line-height: 66px;
    margin-bottom: 20px;

}

.wrapper-structurestat .connect_with_usstat .form {
    border-bottom: 2px solid rgb(71,71,71);
    padding: 0;
    background: none;
    position: relative;
    z-index: 1;
}

.wrapper-structurestat .connect_with_usstat form .button {
    background: rgb(110,113,135);
    border: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
}

.wrapper-structurestat .info .contact_info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.wrapper-structurestat .info .contact_info > div {
    min-width: 33%;
}

.wrapper-structurestat .connect_with_usstat form input {
    background: rgb(142,142,142);
    border-radius: 50px;
    border: 1px solid rgb(71,71,71);
    padding: 10px 12px;
}

@media only screen and (max-width: 800px) {
    .wrapper-structurestat .connect_with_usstat .form {
        padding: 10px;
    }

    .wrapper-structurestat .connect_with_usstat .form h3 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .wrapper-structurestat .connect_with_usstat .info {
        padding-top: 20px;
    }

    .wrapper-structurestat .info .contact_info {
        flex-direction: column;

    }

    .wrapper-structurestat .info .contact_info > div {
        width: 100%;
    }
}footer {
    background: rgb(71,71,71);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    padding: 60px 0;
}
footer .footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
footer .logo_holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .logo_holder svg, footer .logo_holder img {
    width: 80px;
    height: 80px;
    transition: transform 0.3s ease;
    fill: rgb(110,113,135);
}
footer .logo_holder svg:hover, footer .logo_holder img:hover {
    transform: scale(1.1);
}
footer h5 {
    color: rgb(110,113,135);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 16px;
    position: relative;
}
footer .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .menu a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    transition: color 0.3s, transform 0.3s;
}
footer .menu a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(110,113,135);
    left: 0;
    bottom: -4px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
footer .menu a:hover {
    color: rgb(110,113,135);
}
footer .menu a:hover::after {
    transform: scaleX(1);
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}
footer .contact_info div svg {
    width: 20px;
    height: 20px;
    fill: rgb(110,113,135);
}
footer .contact_info div span {
    font-size: 18px;
}
footer .footer_agreement {
    margin-top: 30px;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 16px;
}
footer .copyright {
    background: rgb(110,113,135,0.5);
    padding: 10px 0;
    text-align: center;
}
footer .copyright_info {
    color: #ffffff;
    font-size: 16px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s;
}
footer .copyright_info a:hover {
    color: rgb(71,71,71);
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .contact_info {
        margin-top: 20px;
        align-items: center;
    }
    footer .logo_holder {
        margin-bottom: 20px;
    }
}
footer .menu a::before {
    content: '• ';
    color: rgb(110,113,135);
    font-size: 1.2em;
}
footer .contact_info div {
    position: relative;
    padding-left: 20px;
}
footer .contact_info div::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgb(110,113,135);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wrapper-structurestat footer {
    background: linear-gradient(130deg, rgb(110,113,135,0.5) 0%, rgb(71,71,71,0.5) 100%);
}
.wrapper-structurestat footer .footer {
    padding-top: 30px;
}
.wrapper-structurestat footer .menu a {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
}
.wrapper-structurestat footer .logo_holder svg, .wrapper-structurestat footer .logo_holder img {
    width: 80px;
    height: 80px;
    margin: 0;
}
@media only screen and (max-width: 800px) {
    .wrapper-structurestat footer .footer_info {
        flex-direction: column;
    }
    .wrapper-structurestat footer .footer_info {
        padding: 0;
    }
    .wrapper-structurestat footer .logo_holder {
        margin-bottom: 16px;
    }
}
.course_fit_forstat {
    padding-bottom: 80px;
    padding-top: 80px;
}

.course_fit_forstat .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.course_fit_forstat ul {
    list-style: none;
}

.course_fit_forstat ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.course_fit_forstat ul svg, .course_fit_forstat ul svg path {
    fill: rgb(110,113,135);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.course_fit_forstat h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .course_fit_forstat {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.wrapper-structurestat .course_fit_forstat {
    padding: 0;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.wrapper-structurestat .course_fit_forstat .holder {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding: 60px 40px;
    background: rgb(142,142,142);
    border-radius: 12px;
}

.wrapper-structurestat .course_fit_forstat ul {
    width: 60%;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wrapper-structurestat .course_fit_forstat ul li {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 10px;
}

.wrapper-structurestat .course_fit_forstat ul svg, .wrapper-structurestat .course_fit_forstat ul svg path {
    width: 24px;
    height: 24px;
    fill: rgb(110,113,135);
    position: static;
    margin-right: 12px;
}

.wrapper-structurestat .course_fit_forstat h2 {
    width: 35%;
    font-size: 33px;
    font-weight: 700;
    color: #000000;
    border-left: 4px solid rgb(110,113,135);
    padding-left: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
    .wrapper-structurestat .course_fit_forstat .holder {
        flex-direction: column;
        padding: 30px 20px;
    }

    .wrapper-structurestat .course_fit_forstat h2 {
        width: 100%;
        font-size: 24px;
        text-align: center;
        border-left: none;
        border-bottom: 4px solid rgb(110,113,135);
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .wrapper-structurestat .course_fit_forstat ul {
        width: 100%;
    }

    .wrapper-structurestat .course_fit_forstat ul li {
        font-size: 15px;
        padding: 10px 0;
        text-align: center;
        justify-content: center;
    }

    .wrapper-structurestat .course_fit_forstat ul svg, .wrapper-structurestat .course_fit_forstat ul svg path {
        width: 20px;
        height: 20px;
    }
}.stay_updatedstat {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.stay_updatedstat .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.stay_updatedstat input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(71,71,71,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.stay_updatedstat h2 {
    margin-bottom: 20px;
    text-align: center;
}

.stay_updatedstat .button {
    background: rgb(71,71,71);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.stay_updatedstat .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .stay_updatedstat .holder {
        flex-direction: column;
    }

    .stay_updatedstat {
        padding: 30px 20px;
    }

    .stay_updatedstat input {
        min-width: unset;
    }

    .stay_updatedstat .button {
        flex-shrink: unset;
    }

    .stay_updatedstat .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .stay_updatedstat input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-structurestat .stay_updatedstat .holder h2 {
        font-size: 20px;
    }
}

.wrapper-structurestat .stay_updatedstat {
    padding: 80px 0;
    background: rgb(142,142,142);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Ubuntu, sans-serif;
    position: relative;
    overflow: hidden;
}

.wrapper-structurestat .stay_updatedstat .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
}

.wrapper-structurestat .stay_updatedstat h2 {
    color: rgb(110,113,135);
    margin: 0 0 20px;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.wrapper-structurestat .stay_updatedstat .input_holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.wrapper-structurestat .stay_updatedstat input {
    width: 100%;
    max-width: 400px;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 2px solid rgb(110,113,135);
    border-radius: 30px;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    transition: border 0.3s ease;
}

.wrapper-structurestat .stay_updatedstat input:focus {
    border-color: rgb(71,71,71);
    outline: none;
}

.wrapper-structurestat .stay_updatedstat .button {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    padding: 15px 0;
    background: rgb(110,113,135);
    color: #ffffff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.wrapper-structurestat .stay_updatedstat .button:hover {
    background: rgb(71,71,71);
}

@media only screen and (max-width: 800px) {
    .wrapper-structurestat .stay_updatedstat {
        padding: 40px 20px;
    }

    .wrapper-structurestat .stay_updatedstat .holder {
        padding: 30px;
        width: 100%;
    }

    .wrapper-structurestat .stay_updatedstat h2 {
        margin-bottom: 25px;
    }

    .wrapper-structurestat .stay_updatedstat .input_holder {
        width: 100%;
    }

    .wrapper-structurestat .stay_updatedstat input {
        width: 100%;
    }

    .wrapper-structurestat .stay_updatedstat .button {
        width: 100%;
        padding: 15px 0;
    }
}.thxWrapperstat {
    background: linear-gradient(135deg, rgb(110,113,135), rgb(71,71,71));
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #ffffff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.thxWrapperstat .container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    max-width: 700px;
    width: 100%;
    text-align: center;
    color: #000000;
}
.thxWrapperstat h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(110,113,135);
}
.thxWrapperstat p {
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
}
.thxWrapperstat .button {
    display: inline-block;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(110,113,135);
    border: 2px solid rgb(110,113,135);
    border-radius: 10px;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 rgb(71,71,71);
    transition: box-shadow 0.2s ease-in-out;
}
.thxWrapperstat .button:hover {
    box-shadow: inset 0 -4px 0 0 rgb(71,71,71);
}
@media only screen and (max-width: 800px) {
    .thxWrapperstat {
        padding: 40px 10px;
    }
    .thxWrapperstat .container {
        padding: 20px;
    }
    .thxWrapperstat h2 {
        font-size: 19px;
    }
    .thxWrapperstat p {
        font-size: 18px;
    }
}