* {
    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: Roboto, sans-serif;
    color: #000000;
}
.segment-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(167,249,229);
}
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;
    }
}.segment-wrapper .meet_us {
    background: rgb(99,147,135);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.segment-wrapper .meet_us::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 255, 255, 0.1) 0%, rgba(255, 0, 255, 0.1) 100%);
    z-index: -1;
    pointer-events: none;
}

.segment-wrapper .meet_us .holder {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.segment-wrapper .meet_us .caption_holder {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    border: 1px solid rgb(99,147,135);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.2), 0 0 20px rgba(255, 0, 255, 0.2);
    padding: 40px;
    overflow: hidden;
}

.segment-wrapper .meet_us .photo {
    flex: 1 1 40%;
    max-width: 40%;
    height: auto;
    padding-bottom: 300px;
    background-size: cover;
    background-position: center;
    border: 2px solid rgb(99,147,135);
    box-shadow: 0 0 20px rgb(99,147,135);
    border-radius: 16px;
    transition: transform 0.3s ease;
    margin-right: 30px;
}

.segment-wrapper .meet_us .style_element {
    flex: 1 1 55%;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(99,147,135);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 0 20px rgb(99,147,135,0.5), 0 0 20px rgba(255, 0, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.segment-wrapper .meet_us h2 {
    color: rgb(99,147,135);
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
}

.segment-wrapper .meet_us h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: rgb(99,147,135);
    box-shadow: 0 0 10px rgb(99,147,135), 0 0 10px rgba(255, 0, 255, 0.5);
}

.segment-wrapper .meet_us p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.7), 0 0 10px rgba(255, 0, 255, 0.7);
}

@media only screen and (max-width: 1200px) {
    .segment-wrapper .meet_us .photo {
        max-width: 50%;
        padding-bottom: 75%;
    }

    .segment-wrapper .meet_us .style_element {
        width: 100%;
        padding: 12px;
    }
}

@media only screen and (max-width: 800px) {
    .segment-wrapper .meet_us {
        padding: 40px 0;
    }
    .segment-wrapper .meet_us .caption_holder {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
    }

    .segment-wrapper .meet_us .photo {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }

    .segment-wrapper .meet_us h2 {
        font-size: 23px;
    }

    .segment-wrapper .meet_us p {
        font-size: 15px;
    }
}.segment-wrapper .program_information {
    padding: 60px 0;
    background: rgb(64,96,88);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    position: relative;
    overflow: hidden;
}

.segment-wrapper .program_information::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(99,147,135,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(99,147,135,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(99,147,135,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(99,147,135,0.5) 25%, transparent 25%);
    background-size: 100px 100px;
    z-index: 0;
}

.segment-wrapper .program_information .items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
}

.segment-wrapper .program_information .items .course {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    background: rgb(64,96,88);
    border-radius: 27px;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
    overflow: hidden;
}

.segment-wrapper .program_information .items .course .content {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.segment-wrapper .program_information .photo {
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
    border-right: 2px solid rgba(0, 255, 255, 0.5);
}

.segment-wrapper .program_information .text_holder {
    width: 50%;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.segment-wrapper .program_information .text_holder h3 {
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.segment-wrapper .program_information .text_holder p {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.6;
}

.segment-wrapper .program_information .button {
    align-self: flex-start;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    background: rgb(99,147,135);
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgb(99,147,135);
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.7);
}

.segment-wrapper .program_information .button:hover {
    background: rgb(64,96,88);
    border-color: rgb(64,96,88);
    color: #ffffff;
}

@media only screen and (max-width: 900px) {
    .segment-wrapper .program_information {
        padding: 40px 0;
    }
    .segment-wrapper .program_information .items .course .content {
        flex-direction: column;
    }
    .segment-wrapper .program_information .items .course {
        flex-direction: column;
        width: 100%;
    }

    .segment-wrapper .program_information .photo {
        width: 100%;
        height: 250px;
        border-right: none;
        border-bottom: 2px solid rgba(0, 255, 255, 0.5);
    }

    .segment-wrapper .program_information .text_holder {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .segment-wrapper .program_information .text_holder h3 {
        font-size: 18px;
    }

    .segment-wrapper .program_information .text_holder p {
        font-size: 12px;
    }

    .segment-wrapper .program_information .button {
        align-self: center;
    }
}
.client_experience {
    background: #ffffff;
    padding: 80px 20px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.client_experience::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(99,147,135), rgb(64,96,88));
}

.client_experience h3 {
    font-size: 36px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
    color: rgb(99,147,135);
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    max-width: 800px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.client_experience h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: rgb(64,96,88);
}

.client_experience .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
}

.client_experience .reviews .review {
    flex: 0 1 300px;
    display: flex;
    flex-direction: column;
    background: rgb(167,249,229);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}

.client_experience .reviews .review::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: rgb(99,147,135);
}

.client_experience .reviews .review .photo {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.client_experience .reviews .review .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

.client_experience .reviews .review .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 25px;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.client_experience .reviews .text p {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 12px;
    color: rgb(99,147,135);
}

.client_experience .reviews .text span {
    font-size: 17px;
    color: #000000;
    line-height: 1.6;
}

.client_experience .reviews .review::after {
    content: "\201D";
    position: absolute;
    top: 200px;
    right: 15px;
    font-size: 80px;
    color: rgb(64,96,88);
    opacity: 0.1;
    font-family: Roboto, sans-serif;
    z-index: 0;
    line-height: 1;
}

@media only screen and (max-width: 992px) {
    .client_experience {
        padding: 60px 20px;
    }

    .client_experience h3 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .client_experience .reviews {
        gap: 20px;
    }

    .client_experience .reviews .review::after {
        font-size: 70px;
        top: 210px;
    }
}

@media only screen and (max-width: 768px) {
    .client_experience h3 {
        font-size: 28px;
    }

    .client_experience .reviews .review {
        flex: 0 1 100%;
        max-width: 400px;
    }

    .client_experience .reviews .review .photo {
        height: 220px;
    }

    .client_experience .reviews .review::after {
        font-size: 60px;
        top: 230px;
    }
}

@media only screen and (max-width: 480px) {
    .client_experience {
        padding: 50px 15px;
    }

    .client_experience h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .client_experience h3::after {
        width: 40px;
    }

    .client_experience .reviews .review .photo {
        height: 180px;
    }

    .client_experience .reviews .review .text {
        padding: 20px;
    }

    .client_experience .reviews .text p {
        font-size: calc(21px * 0.9);
    }

    .client_experience .reviews .text span {
        font-size: calc(17px * 0.95);
    }

    .client_experience .reviews .review::after {
        font-size: 50px;
        top: 190px;
    }
}.price_set {
    background: rgb(167,249,229);
    padding: 140px 0;
    position: relative;
    isolation: isolate;
}

.price_set::before,
.price_set::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.price_set::before {
    background: radial-gradient(circle at 20% 20%, rgb(99,147,135,0.5) 0%, transparent 50%);
}

.price_set::after {
    background: radial-gradient(circle at 80% 80%, rgb(64,96,88,0.5) 0%, transparent 50%);
}

.price_set .container {
    position: relative;
    z-index: 2;
}

.pricing_holder {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.price_set .price_info {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.price_set .price_info::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid rgb(99,147,135,0.5);
    border-radius: 20px;
    transform: rotate(45deg);
    top: -40px;
    left: -60px;
    z-index: -1;
}

.price_set .price_info h2 {
    font-size: 42px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(45deg, rgb(99,147,135), rgb(64,96,88));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.price_set .section_description {
    font-size: calc(18px * 1.1);
    color: #000000;
    line-height: 1.8;
    max-width: 600px;
    margin: 0 auto;
}

.price_set .price_types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    perspective: 2000px;
    grid-template-areas:
    "a b c"
    ". d .";
}
.price_set .price_type:nth-child(1) {
    grid-area: a;
}
.price_set .price_type:nth-child(2) {
    grid-area: b;
}
.price_set .price_type:nth-child(3) {
    grid-area: c;
}
.price_set .price_type:nth-child(4) {
    grid-area: d;
}

.price_set .price_type {
    text-decoration: none;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.price_set .price_type:hover {
    transform: scale(1.02) translateY(-10px);
}

.price_set .price_type_holder {
    background: #ffffff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.price_set .price_type_holder::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateY(-100%);
    transition: transform 0.6s ease;
}

.price_set .price_type:hover .price_type_holder::before {
    transform: translateY(100%);
}

.price_set .photo {
    height: 280px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    transform-origin: top;
    transition: transform 0.5s ease;
}

.price_set .price_type:hover .photo {
    transform: scale(1.05);
}

.price_set .photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, 
        transparent 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
}

.price_set .price_type_text {
    padding: 35px;
    position: relative;
    background: radial-gradient(
        circle at bottom right,
        #ffffff,
        rgba(255, 255, 255, 0.8)
    );
}

.price_set .price_type_text h3 {
    font-size: 19px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.price_set .price_type_text h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: rgb(99,147,135);
    border-radius: 10px;
}

.price_set .price_type_text .price_amount {
    display: inline-block;
    font-size: calc(35px * 1.2);
    color: rgb(99,147,135);
    font-weight: 700;
    margin: 15px 0 25px;
    padding: 5px 20px;
    background: linear-gradient(
        to right,
        rgb(99,147,135,0.5),
        transparent
    );
    border-radius: 27px;
}

.price_set .price_type_text p {
    font-size: 18px;
    color: #000000;
    line-height: 1.7;
    margin: 0;
    position: relative;
}

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

    .price_set .price_types {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        grid-template-areas:
            "a b"
            "c d";
    }
}

@media (max-width: 991px) {
    .price_set {
        padding: 80px 0;
    }
    .price_set .price_types {
        grid-template-areas:
            "a"
            "b"
            "c"
            "d";
    }

    .pricing_holder {
        gap: 60px;
    }

    .price_set .price_info h2 {
        font-size: calc(42px * 0.9);
    }

    .price_set .photo {
        height: 250px;
    }
}

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

    .price_set .price_info::before {
        width: 80px;
        height: 80px;
        top: -20px;
        left: -40px;
    }

    .price_set .price_types {
        grid-template-columns: 1fr;
        max-width: 450px;
        margin: 0 auto;
    }

    .price_set .photo {
        height: 220px;
    }

    .price_set .price_type_text {
        padding: 25px;
    }
}

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

    .price_set .price_info h2 {
        font-size: calc(42px * 0.7);
    }

    .price_set .section_description {
        font-size: 18px;
    }

    .price_set .price_type_text .price_amount {
        font-size: 35px;
    }
}.education_experience {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(64,96,88), rgba(0, 0, 0, 0.5));
    position: relative;
    overflow: hidden;
    border: 5px solid rgb(99,147,135);
}
.education_experience .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}
.education_experience::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgb(99,147,135,0.5);
    transform: rotate(45deg);
    opacity: 0.1;
    z-index: 1;
}
.education_experience .review {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border: 3px solid rgb(99,147,135);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.education_experience .review .photo {
    flex: 1;
    position: relative;
    overflow: hidden;
    border: 4px solid rgb(99,147,135);
    max-width: 30vw;
    min-width: 200px;
    height: auto;
}
.education_experience .review .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}
.education_experience .worker_description,
.education_experience .worker_info {
    flex: 1;
    padding: 20px;
    color: #ffffff;
    background: rgb(64,96,88,0.5);
    position: relative;
    border: 3px solid rgb(99,147,135);
    transition: background-color 0.3s ease, transform 0.3s ease;
    min-width: 250px;
}
.education_experience .worker_description::before,
.education_experience .worker_info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
}
.education_experience .worker_description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 30vw;
}
.education_experience .worker_description p {
    margin-bottom: 15px;
    font-size: 24px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.education_experience .worker_info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 30vw;
}
.education_experience .worker_info p {
    margin: 10px 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(99,147,135);
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.education_experience .review {
    animation: fadeInUp 0.5s ease-in-out both;
}
@media only screen and (max-width: 1200px) {
    .education_experience .review {
        flex-direction: column;
        padding: 10px;
    }
    .education_experience .review .photo {
        width: 100%;
        height: 400px;
        margin: 0 0 20px 0;
        max-width: 100%;
        flex: auto;
    }
    .education_experience .worker_description,
    .education_experience .worker_info {
        width: 100%;
        padding: 10px;
        max-width: 100%;
    }
    .education_experience .worker_info p {
        font-size: 18px;
    }
}
.title_portal {
    background-color: rgb(167,249,229);
    font-family: Roboto, sans-serif;
}
.title_portal .holder {
    display: flex;
    flex-direction: row;
}
.title_portal .photo {
    flex: 1;
    position: relative;
    overflow: hidden;
}
.title_portal .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(99,147,135,0.5), transparent);
}
.title_portal .text_holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem;
    background-color: #ffffff;
    position: relative;
}
.title_portal .text_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: rgb(99,147,135);
}
.title_portal .text_info {
    margin-bottom: 2rem;
}
.title_portal .text_info svg {
    width: 60px;
    height: 60px;
    fill: rgb(99,147,135);
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}
.title_portal .text_info svg:hover {
    transform: scale(1.1);
}
.title_portal .text_info h2 {
    font-size: 29px;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}
.title_portal .text_info h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: rgb(64,96,88);
}
.title_portal .text_info span {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    display: block;
}
.title_portal .button {
    align-self: flex-start;
    padding: 0.75rem 1.5rem;
    background-color: rgb(99,147,135);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.title_portal .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgb(64,96,88,0.5), transparent);
    transition: left 0.5s ease;
}
.title_portal .button:hover::before {
    left: 100%;
}
.title_portal .button:hover {
    background-color: rgb(64,96,88);
}
.title_portal .button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(64,96,88,0.5);
}
@media only screen and (max-width: 1024px) {
    .title_portal .holder {
        flex-direction: column;
    }
    .title_portal .photo {
        height: 40vh;
    }
    .title_portal .text_holder {
        padding: 3rem;
    }
}
@media only screen and (max-width: 768px) {
    .title_portal .text_holder {
        padding: 2rem;
    }
    .title_portal .text_info h2 {
        font-size: 22px;
    }
    .title_portal .text_info span {
        font-size: 13px;
    }
    .title_portal .button {
        padding: 0.6rem 1.2rem;
        font-size: 13px;
    }
}footer {
    background: rgb(167,249,229);
    color: #000000;
    font-family: Roboto, sans-serif;
    padding: 60px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
footer .footer {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
footer .footer_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
}
footer .logo_holder {
    flex: 1;
    padding: 20px;
}
footer .logo_holder svg, footer .logo_holder img {
   width: 80px;
    height: 80px;
    fill: rgb(99,147,135);
}
footer .menu {
    flex: 2;
    padding: 20px;
    text-align: left;
}
footer .menu h5 {
    font-size: 24px;
    color: rgb(99,147,135);
    margin-bottom: 15px;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
}
footer .menu a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 10px;
    transition: color 0.3s;
}
footer .menu a:hover {
    color: rgb(99,147,135);
}
footer .contact_info {
    flex: 3;
    padding: 20px;
    text-align: left;
}
footer .contact_info h5 {
    font-size: 24px;
    color: rgb(99,147,135);
    margin-bottom: 15px;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    padding: 5px 0;
}
footer .contact_info div svg, footer .contact_info div img {
    width: 24px;
    height: 24px;
    fill: rgb(99,147,135);
    transition: transform 0.3s;
}
footer .contact_info div:hover svg, footer .contact_info div:hover img {
    transform: scale(1.1);
}
footer .footer_agreement {
    color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    font-size: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 20px;
}
footer .copyright {
    background: rgb(64,96,88);
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid rgb(99,147,135);
}
footer .copyright_info {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .footer_info > * {
        margin-bottom: 20px;
    }
    footer .logo_holder, footer .menu, footer .contact_info {
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu_holder, footer .contact_info div {
        align-items: center;
        justify-content: center;
    }
    footer .menu a, footer .contact_info div {
        border: none;
    }
    footer .menu a:hover, footer .contact_info div:hover {
        color: rgb(99,147,135);
    }
}
@media only screen and (max-width: 400px) {
    footer .logo_holder svg, footer .logo_holder img {
        max-width: 80px;
    }
    footer h5 {
        font-size: 18px;
    }
    footer .menu a, footer .contact_info div {
        font-size: 15px;
    }
}
.newsletter_signup {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}

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

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

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

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

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

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

    .newsletter_signup {
        padding: 30px 20px;
    }

    .newsletter_signup input {
        min-width: unset;
    }

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

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

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

    .segment-wrapper .newsletter_signup .holder h2 {
        font-size: 20px;
    }
}

.segment-wrapper .newsletter_signup {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease;
}

.segment-wrapper .newsletter_signup:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.5);
}

.segment-wrapper .newsletter_signup::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 2px solid rgb(99,147,135);
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: scale(1.1);
}

.segment-wrapper .newsletter_signup:hover::before {
    opacity: 1;
    transform: scale(1);
}

.segment-wrapper .newsletter_signup .input_holder {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
}

.segment-wrapper .newsletter_signup input {
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    padding: 15px 20px;
    width: 70%;
    border: 2px solid rgba(0, 0, 0, 0.5);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    transition: border 0.3s ease, box-shadow 0.3s ease;
}

.segment-wrapper .newsletter_signup input:focus {
    border: 2px solid rgb(99,147,135);
    box-shadow: 0 0 10px rgb(99,147,135,0.5);
    outline: none;
}

.segment-wrapper .newsletter_signup h2 {
    font-size: 34px;
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.segment-wrapper .newsletter_signup .button {
    border-radius: 12px;
    background: rgb(99,147,135);
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid rgb(99,147,135);
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.segment-wrapper .newsletter_signup .button:hover {
    background: rgb(64,96,88);
    box-shadow: 0 0 10px rgb(64,96,88,0.5);
}

@media only screen and (max-width: 800px) {
    .segment-wrapper .newsletter_signup {
        padding: 30px;
    }

    .segment-wrapper .newsletter_signup h2 {
        font-size: 20px;
    }

    .segment-wrapper .newsletter_signup input {
        width: 100%;
        margin-bottom: 10px;
    }

    .segment-wrapper .newsletter_signup .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .segment-wrapper .newsletter_signup .button {
        width: 100%;
        padding: 12px;
        text-align: center;
    }
}.connect_with_us {
    padding-top: 80px;
    padding-bottom: 80px;
}
.connect_with_us h3 {
    color: rgb(64,96,88);
}
.connect_with_us .form {
    background:rgb(167,249,229);
    border-radius: 10px;
}
.connect_with_us form input {
    color: #000000;
    border-radius:6px;
    background:  #ffffff;
}
.connect_with_us form  .button {
    background: rgb(64,96,88);
    color:  #ffffff;
    border-radius: 100px;
}
.connect_with_us form  .button:hover {
    background: rgb(99,147,135);
}
.connect_with_us .holder {
    display: flex;
}
.connect_with_us .holder>div {
    width: 50%;
    padding: 40px;
}
.connect_with_us .form form {
    display: flex;
    flex-direction: column;
}
.connect_with_us h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 18px;
}
.connect_with_us form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}
.connect_with_us form  .button {
    font-weight: 400;
    cursor: pointer;
}
.connect_with_us .name_holder {
    display: flex;
    justify-content: space-between;
}
.connect_with_us  .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.connect_with_us  .agree label {
    display: block;
}
.connect_with_us  .agree a {
    margin-left: 5px;
    color: rgb(99,147,135);
}
.connect_with_us .form_text {
    margin-bottom: 10px;
}
.connect_with_us  .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px)  {
    .connect_with_us .holder {
        flex-direction: column;
    }
    .connect_with_us .holder>div {
        width: 100%;
    }
    .connect_with_us {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .connect_with_us h3 {
        font-size: 30px;
    }
}
.segment-wrapper .connect_with_us .holder {
    justify-content: center;
    position: relative;
}
.segment-wrapper .connect_with_us .holder::after {
    content:"";
    position: absolute;
    width: 160px;
    height: 160px;
    background: none;
    border-radius: 50%;
    top:-50px;
    right: 10%;
    border: 50px solid rgb(167,249,229);
}
.segment-wrapper .connect_with_us .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.segment-wrapper .connect_with_us {
    background: rgb(99,147,135);
    padding-top: 100px;
}
.segment-wrapper .connect_with_us .form {
    box-shadow: rgb(0, 0, 0) 10px 10px 40px 0px;
    border-radius: 50px;
    background: #ffffff;
    width: 60%;
    position: relative;
    z-index: 1;
}
.segment-wrapper .connect_with_us form input {
    background: rgb(167,249,229);
    border: 1px solid rgb(64,96,88);
    border-radius: 10px;
}
.segment-wrapper .connect_with_us form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.segment-wrapper .connect_with_us .name_holder {
    flex-direction: column;
}
.segment-wrapper .connect_with_us .name_holder #surname {
    margin-left: 0;
}
.segment-wrapper .connect_with_us h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #000000;
}
.segment-wrapper .connect_with_us .agree a {
    text-decoration: none;
    color: rgb(99,147,135);
}
.segment-wrapper .connect_with_us form .button {
    background: rgb(64,96,88);
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 50%;
    margin: auto;
}
@media only screen and (max-width: 800px)  {
    .segment-wrapper .connect_with_us {
        padding-top: 80px;
    }
    .segment-wrapper .connect_with_us .holder>div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .segment-wrapper .connect_with_us form .button {
        width: 100%;
    }
}.privacy_vault {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    background: rgb(99,147,135,0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Roboto, sans-serif;
    color: #000000;
}

.privacy_vault h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.privacy_vault h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 38px;
    color: rgb(64,96,88);
    font-weight: 600;
    border-bottom: 2px solid rgb(64,96,88,0.5);
    padding-bottom: 5px;
}

.privacy_vault ul, .privacy_vault ol {
    list-style-type: disc;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.privacy_vault li {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.6;
}

.privacy_vault div {
    margin-bottom: 20px;
    line-height: 1.8;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {
    .privacy_vault {
        padding: 20px;
        box-shadow: none;
    }

    .privacy_vault h1 {
        font-size: calc(19px - 10px);
    }

    .privacy_vault h2 {
        font-size: calc(19px - 5px);
    }
}

.privacy_vault h3, .privacy_vault h4, .privacy_vault h5, .privacy_vault h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
    color: rgb(99,147,135);
    font-weight: 600;
}

.privacy_vault p, .privacy_vault span {
    margin-bottom: 10px;
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}

.privacy_vault a {
    color: rgb(64,96,88);
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
}

.privacy_vault a:hover {
    color: rgb(99,147,135);
    text-decoration: underline;
}

.privacy_vault button {
    background: rgb(64,96,88);
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.privacy_vault button:hover {
    background: rgb(99,147,135);
}@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
.main_header {
    background: linear-gradient(135deg, #ffffff 0%, rgb(167,249,229) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    border-bottom: 3px solid rgb(99,147,135);
    position: relative;
    min-height: 80px;
    z-index: 999;
    max-height: 120px;
}
.main_header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(99,147,135), rgb(64,96,88), rgb(99,147,135));
    background-size: 200% 200%;
    animation: gradientFlow 5s ease infinite;
}
.main_header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.main_header .header_holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: radial-gradient(circle at top right, #ffffff 0%, rgb(167,249,229) 100%);
    border-radius: 23px;
    padding: 15px;
    border: 1px solid rgb(64,96,88,0.5);
    min-height: 60px;
    flex-wrap: wrap;
}
.main_header .logo_holder {
    display: flex;
    align-items: center;
}
.main_header .header_logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgb(99,147,135);
    font-weight: 700;
    font-size: 22px;
    transition: all 0.3s ease;
}
.main_header .header_logo svg,
.main_header .header_logo img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    fill: rgb(99,147,135);
    transition: fill 0.3s ease;
}
.main_header .header_logo:hover svg,
.main_header .header_logo:hover img {
    fill: rgb(64,96,88);
    animation: pulse 1s infinite;
}
.main_header .header_description {
    font-size: 14px;
    color: #000000;
    margin-left: 20px;
    position: relative;
    padding-left: 15px;
}
.main_header .header_description::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 70%;
    background: linear-gradient(to bottom, rgb(99,147,135), rgb(64,96,88));
}
.main_header .header_menu {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
}
.main_header .header_menu a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}
.main_header .header_menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(64,96,88,0.5), transparent);
    transition: left 0.3s ease;
}
.main_header .header_menu a:hover::before,
.main_header .header_menu a:focus::before {
    left: 100%;
}
.main_header .header_menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: rgb(99,147,135);
    transition: width 0.3s ease;
}
.main_header .header_menu a:hover,
.main_header .header_menu a:focus {
    color: rgb(99,147,135);
    background-color: rgb(167,249,229);
}
.main_header .header_menu a:hover::after,
.main_header .header_menu a:focus::after {
    width: 100%;
}
@media (max-width: 768px) {
    .main_header {
        min-height: auto;
        max-height: none;
    }
    .main_header .header_holder {
        flex-direction: column;
        align-items: flex-start;
        min-height: auto;
    }
    .main_header .logo_holder {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .main_header .header_description {
        margin-left: 0;
        margin-bottom: 15px;
        padding-left: 0;
        padding-top: 15px;
        max-width: 100%;
    }
    .main_header .header_description::before {
        left: 0;
        top: 0;
        transform: none;
        width: 50px;
        height: 3px;
    }
    .main_header .header_menu {
        flex-direction: column;
        width: 100%;
        min-width: auto;
        max-width: 100%;
    }
    .main_header .header_menu a {
        padding: 10px;
        border-bottom: 1px solid rgb(64,96,88,0.5);
    }
    .main_header .header_menu a:last-child {
        border-bottom: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .main_header,
    .main_header *,
    .main_header *::before,
    .main_header *::after {
        animation: none !important;
        transition: none !important;
    }
}.thanksField {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(167,249,229);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.thanksField::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(99,147,135,0.5), transparent);
    z-index: 1;
}
.thanksField .container {
    position: relative;
    z-index: 2;
    text-align: center;
    background: #ffffff;
    padding: 40px;
    border-radius: 19px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.thanksField h2 {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 700;
    color: rgb(99,147,135);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.thanksField p {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {
    .thanksField {
        padding: 20px 0;
    }
    .thanksField .container {
        padding: 20px;
    }
    .thanksField h2 {
        font-size: 20px;
    }
    .thanksField p {
        font-size: 18px;
    }
}.access_now {
    padding-bottom: 80px;
    padding-top: 80px;
}

.access_now h2 {
    color: rgb(64,96,88);
}

.access_now .button {
    background: rgb(64,96,88);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.access_now .button:hover {
    background: rgb(99,147,135);
}

.access_now .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.access_now h2 {
    font-size: 32px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.access_now .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

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

    .segment-wrapper section.access_now h2 {
        font-size: 26px;
    }

    .access_now h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .access_now .button {
        font-size: 24px;
    }

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

.segment-wrapper .access_now {
    position: relative;
    overflow: hidden;
    background: rgb(167,249,229);
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.segment-wrapper .access_now::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 150%;
    height: 100%;
    background: rgb(99,147,135,0.5);
    transform: translateX(-50%) rotate(45deg);
    z-index: 0;
    border-radius: 100px;
}

.segment-wrapper .access_now .holder {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
}

.segment-wrapper .access_now h2 {
    font-family: Roboto, sans-serif;
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin-right: 0;
}

.segment-wrapper .access_now h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: rgb(99,147,135);
    margin: 20px auto 0;
    border-radius: 10px;
}

.segment-wrapper .access_now .button {
    display: inline-block;
    padding: 14px 57px;
    border-radius: 100px;
    background: rgb(99,147,135);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    border: 2px solid rgb(99,147,135);
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgb(99,147,135,0.5);
    text-decoration: none;
    margin-top: 30px;
}

.segment-wrapper .access_now .button:hover {
    background: rgb(64,96,88);
    border-color: rgb(64,96,88);
    box-shadow: 0 10px 20px rgb(64,96,88,0.5);
}

@media only screen and (max-width: 800px) {
    .segment-wrapper .access_now h2 {
        font-size: 22px;
    }

    .segment-wrapper .access_now .button {
        font-size: 12px;
        padding: 12px 40px;
    }

    .segment-wrapper .access_now .holder {
        width: 90%;
        padding: 30px;
    }
}
.benefits_overview .advantages_content h2 {
    color: rgb(64,96,88);
}

.benefits_overview .advantage_item svg, .benefits_overview .advantage_item svg path {
    fill: rgb(99,147,135);
}

.benefits_overview .advantage_item p {
    color: #000000;
}

.benefits_overview .advantage_item b {
    color: rgb(99,147,135);
}

.benefits_overview {
    padding-top: 80px;
    padding-bottom: 80px;
}

.benefits_overview .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.benefits_overview .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.benefits_overview .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 29px;
    font-weight: 600;
}

.benefits_overview .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.benefits_overview .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.benefits_overview .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.benefits_overview .advantage_item svg, .benefits_overview .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .segment-wrapper .benefits_overview .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .benefits_overview .advantages_content h2 {
        font-size: 30px;
    }

    .benefits_overview .advantages_holder {
        flex-direction: column;
    }

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

    .segment-wrapper .benefits_overview .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.segment-wrapper .benefits_overview {
    background: linear-gradient(135deg, rgb(99,147,135) 0%, rgb(64,96,88) 100%);
    padding: 100px 0;
}

.segment-wrapper .benefits_overview .advantages_content h2 {
    font-size: 29px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 60px;
}

.segment-wrapper .benefits_overview .advantages_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1%;
}

.segment-wrapper .benefits_overview .advantage_item {
    width: 24%;
    padding: 25px;
    background: #ffffff;
    border: 2px solid rgb(64,96,88);
    border-radius: 19px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s, box-shadow 0.3s;
}

.segment-wrapper .benefits_overview .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}

.segment-wrapper .benefits_overview .advantage_image {
    margin-bottom: 20px;
}

.segment-wrapper .benefits_overview .advantage_image img,
.segment-wrapper .benefits_overview .advantage_image svg {
    width: 100px;
    height: 100px;
    fill: rgb(99,147,135);
}

.segment-wrapper .benefits_overview .advantages_description {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 20px;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.segment-wrapper .benefits_overview .advantage_item h4 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(64,96,88);
    margin-top: 10px;
    text-align: center;
}

.segment-wrapper .benefits_overview .advantage_item p {
    font-size: 16px;
    color: #000000;
    margin-top: 16px;
    line-height: 1.5;
    text-align: center;
}

.segment-wrapper .benefits_overview .advantage_item p b {
    color: rgb(99,147,135);
}

@media only screen and (max-width: 1200px) {
    .segment-wrapper .benefits_overview .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .segment-wrapper .benefits_overview .advantages_content h2 {
        font-size: 20px;
    }

    .segment-wrapper .benefits_overview {
        padding: 50px 0;
    }

    .segment-wrapper .benefits_overview .advantages_holder {
        flex-direction: column;
        align-items: center;
    }

    .segment-wrapper .benefits_overview .advantage_item {
        width: 90%;
        margin-bottom: 20px;
    }
}