* {
    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;
}
.inner-container-873 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(206,219,235);
}
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;
    }
}footer {
    background: rgb(77,86,99);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    padding: 30px 0;
    border-top: 4px solid rgb(117,130,150);
}
footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
footer .logo_holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 90px;
    width: 90px;
    margin-right: 15px;
    border-radius: 18px;
    background: rgb(117,130,150,0.5);
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    fill: rgb(117,130,150);
}
footer h5 {
    color: rgb(117,130,150);
    font-size: 19px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}
footer h5::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background: rgb(77,86,99);
    bottom: 0;
    left: 0;
}
footer .menu a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}
footer .menu a::before {
    content: '>';
    position: absolute;
    left: 0;
    color: rgb(117,130,150);
    font-weight: 700;
}
footer .menu a:hover {
    color: rgb(117,130,150);
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
footer .contact_info div svg {
    width: 20px;
    height: 20px;
    fill: rgb(117,130,150);
    margin-right: 10px;
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 16px;
}
footer .footer_agreement {
    margin-top: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border-top: 1px solid rgb(117,130,150,0.5);
    padding-top: 20px;
    margin-bottom: 20px;
}
footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    border-top: 2px solid rgb(117,130,150);
}
footer .footer_info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}
footer .footer_info > div {
    padding: 20px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
footer .footer_info > div:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer_info {
        grid-template-columns: 1fr;
    }
    footer .logo_holder {
        justify-content: center;
        margin-bottom: 30px;
    }
    footer .footer_agreement {
        text-align: center;
    }
}
.payment-plan-825 {
    position: relative;
    background: linear-gradient(135deg, rgb(206,219,235) 0%, rgb(77,86,99,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}

.payment-plan-825::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(45deg, rgb(117,130,150,0.5) 0, rgb(117,130,150,0.5) 5px, transparent 5px, transparent 10px);
    opacity: 0.1;
    z-index: 1;
}

.payment-plan-825 .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 2;
    mix-blend-mode: overlay;
}

.payment-plan-825 .container {
    position: relative;
    z-index: 3;
}

.payment-plan-825 .price_holder {
    text-align: center;
}

.payment-plan-825 .price_holder h2 {
    font-size: calc(31px * 1.2);
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgb(77,86,99,0.5);
}

.payment-plan-825 .price_section_description {
    font-size: calc(13px * 1.1);
    color: #000000;
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.8;
}

.payment-plan-825 .price_cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    perspective: 1000px;
}

.payment-plan-825 .price_card {
    background: linear-gradient(45deg, #ffffff 0%, rgb(206,219,235) 100%);
    border-radius: 27px;
    padding: 30px 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform-style: preserve-3d;
}

.payment-plan-825 .price_card:hover {
    transform: rotateX(5deg) rotateY(5deg) scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 25px rgba(0, 0, 0, 0.07);
}

.payment-plan-825 .price_card h3 {
    font-size: calc(22px * 1.2);
    color: rgb(117,130,150);
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.payment-plan-825 .price_card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: rgb(77,86,99);
    border-radius: 10px;
}

.payment-plan-825 .price_card .price_amount {
    font-size: calc(46px * 1.3);
    color: #000000;
    margin: 30px 0;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgb(77,86,99,0.5);
}

.payment-plan-825 .price_card p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.6;
}

.payment-plan-825 .price_card .button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(135deg, rgb(117,130,150) 0%, rgb(77,86,99) 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 5px 15px rgb(117,130,150,0.5);
}

.payment-plan-825 .price_card .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgb(117,130,150,0.5);
}

@media (max-width: 1200px) {
    .payment-plan-825 .price_cards {
        gap: 30px;
    }

    .payment-plan-825 .price_card {
        flex: 1 1 calc(50% - 30px);
        max-width: none;
    }
}

@media (max-width: 991px) {
    .payment-plan-825 {
        padding: 80px 0;
    }

    .payment-plan-825 .price_holder h2 {
        font-size: calc(31px * 1.1);
    }

    .payment-plan-825 .price_section_description {
        font-size: 13px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .payment-plan-825 {
        padding: 60px 0;
    }

    .payment-plan-825 .price_holder h2 {
        font-size: 31px;
    }

    .payment-plan-825 .price_section_description {
        font-size: calc(13px * 0.9);
        margin-bottom: 40px;
    }

    .payment-plan-825 .price_cards {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .payment-plan-825 .price_card {
        width: 100%;
    }
}

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

    .payment-plan-825 .price_card {
        padding: 40px 30px;
    }

    .payment-plan-825 .price_card .button {
        padding: 12px 24px;
        font-size: calc(18px * 0.9);
    }
}.company-overview-347 {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(117,130,150) 30%, rgb(77,86,99) 100%);
    color: #000000;
    font-family: Ubuntu, sans-serif;
}

.inner-container-873 .company-overview-347 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.inner-container-873 .company-overview-347 .caption_holder {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    max-width: 1200px;
    width: 100%;
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateY(50px);
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}

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

.inner-container-873 .company-overview-347 .photo {
    display: block;
    width: 600px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
}

.inner-container-873 .company-overview-347 .photo:hover {
    transform: scale(1.05);
}

.inner-container-873 .company-overview-347 .style_element {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    z-index: 2;
    transition: background 0.3s ease-in-out;
}

.inner-container-873 .company-overview-347 .style_element:hover {
    background: rgb(117,130,150,0.5);
}

.inner-container-873 .company-overview-347 h2 {
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
}

.inner-container-873 .company-overview-347 p {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

.inner-container-873 .company-overview-347 span {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .inner-container-873 .company-overview-347 .photo {
        width: 400px;
        height: 400px;
    }

    .inner-container-873 .company-overview-347 .style_element {
        padding: 30px;
    }
}

@media only screen and (max-width: 800px) {
    .inner-container-873 .company-overview-347 .caption_holder {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .inner-container-873 .company-overview-347 .photo {
        width: 100%;
        height: 300px;
    }

    .inner-container-873 .company-overview-347 .style_element {
        width: 100%;
        padding: 20px;
    }
}
.study-method-715 {
    padding-bottom: 80px;
    padding-top: 80px;
    background: linear-gradient(135deg, rgb(117,130,150,0.5) 0%, rgb(77,86,99,0.5) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.study-method-715::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(117,130,150,0.5) 20%, transparent 80%);
    animation: pulse 5s infinite;
    z-index: 0;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.7; }
    100% { transform: scale(1); opacity: 1; }
}

.study-method-715 .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
    z-index: 2;
    position: relative;
}

.study-method-715 h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.study-method-715 p {
    text-align: center;
    font-size: 17px;
    color: #000000;
    max-width: 800px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 300;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 800px) {
    .study-method-715 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .study-method-715 h2 {
        font-size: 19px;
        margin-bottom: 28px;
    }
}

.inner-container-873 .study-method-715 h2 {
    color: rgb(117,130,150);
    font-size: 45px;
    margin-bottom: 48px;
    transition: color 0.3s ease;
}

.inner-container-873 .study-method-715 {
    position: relative;
    border-bottom: 44px solid rgb(117,130,150);
    transition: box-shadow 0.3s ease;
}

.inner-container-873 .study-method-715::after {
    content: "";
    position: absolute;
    width: calc(50% - 6px);
    height: 44px;
    background: rgb(77,86,99);
    border-left: 12px solid #ffffff;
    bottom: -44px;
    right: 0;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.inner-container-873 .study-method-715:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.inner-container-873 .study-method-715:hover h2 {
    color: rgb(77,86,99);
}

.inner-container-873 .study-method-715:hover::after {
    background: rgb(117,130,150);
    border-color: rgb(77,86,99);
}

@media only screen and (max-width: 800px) {
    .inner-container-873 .study-method-715 h2 {
        font-size: 36px;
        margin-bottom: 28px;
    }
}
.primary-page-215 .holder {
    display: flex;
    flex-direction: column;
    position: relative;
}
.primary-page-215 .photo {
    width: 100%;
    height: 400px;
    position: relative;
}
.primary-page-215 .photo:after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0.5),transparent,rgba(0, 0, 0, 0.5));
}
.primary-page-215 .text_holder {
    display: flex;
    padding: 20px calc((100% - 1200px)/2);
    background: #ffffff;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.primary-page-215 .text_holder .button {
    padding: 18px 24px;
    color: rgb(117,130,150);
    border: 3px solid rgb(117,130,150);
    font-weight: 700;
    flex-shrink: 0;
    font-size: 21px;
}
.primary-page-215 .text_info {
    width: 100%;
    position: relative;
}
.primary-page-215 .text_info h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color:#000000;
}
.primary-page-215 .text_info span {
    color:#000000;
}
.primary-page-215 .text_holder:after {
    content: "";
    position: absolute;
    left: 0;
    top:0;
    width: 60%;
    height: 130px;
    background: linear-gradient( 90deg, rgb(77,86,99,0.5),transparent 100%);
}
.primary-page-215 .text_info svg {
    width: 90px;
    height: 90px;
    fill: rgb(117,130,150);
    margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
    .primary-page-215 .text_holder {
        padding: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .primary-page-215 .text_holder {
        flex-direction: column;
        align-items: flex-start;
    }
    .primary-page-215 .text_info h2 {
        margin-top: 10px;
    }
    .primary-page-215 .text_holder .button {
        margin-top: 20px;
    }
}.teacher-profile-903 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.teacher-profile-903 .review .name {
    color: rgb(77,86,99);
}

.teacher-profile-903 .review span {
    color: rgb(117,130,150);
}

.teacher-profile-903 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.teacher-profile-903 .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.teacher-profile-903 .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.teacher-profile-903 .review .name {
    font-size: 18px;
    margin-bottom: 8px;
}

.teacher-profile-903 .review span {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 14px;
}

.teacher-profile-903 .review .quote {
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .teacher-profile-903 .review {
        max-width: unset;
    }
}

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

    .teacher-profile-903 .review {
        max-width: unset;
        width: 100%;
    }

    .teacher-profile-903 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.inner-container-873 .teacher-profile-903 .holder {
    justify-content: center;
}

.inner-container-873 .teacher-profile-903 .review {
    max-width: unset;
    position: relative;
    width: 100%;
    border-left: 9px solid rgb(117,130,150);
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding-top: 30px;
    padding-bottom: 30px;
}

.inner-container-873 .teacher-profile-903 .review .worker_description {
    padding: 30px 120px 30px 30px;
    width: 50%;
    position: relative;
    z-index: 1;
}

.inner-container-873 .teacher-profile-903 .review::after {
    content: "";
    background: rgb(117,130,150);
    z-index: 0;
    width: 50%;
    height: 100%;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.inner-container-873 .teacher-profile-903 .photo {
    z-index: 1;
    position: relative;
    width: 430px;
    height: 430px;
    right: 100px;
}

.inner-container-873 .teacher-profile-903 .review .name {
    margin-top: 40px;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
}

.inner-container-873 .teacher-profile-903 .review span {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.inner-container-873 .teacher-profile-903 .review .quote {
    margin-top: 50px;
    font-size: 20px;
    line-height: 40px;
}

@media only screen and (max-width: 800px) {
    .inner-container-873 .teacher-profile-903 .review {
        flex-direction: column-reverse;
        align-items: center;
        padding: 10px;
    }

    .inner-container-873 .teacher-profile-903 .review::after {
        width: 100%;
        height: 140px;
        bottom: 0;
        top: unset;
    }

    .inner-container-873 .teacher-profile-903 .review .worker_description {
        width: 100%;
        padding: 10px;
    }

    .inner-container-873 .teacher-profile-903 .photo {
        right: 0;
        width: 240px;
        height: 240px;
        margin-top: 20px;
    }

    .inner-container-873 .teacher-profile-903 .review .name {
        margin-top: 20px;
        font-size: 36px;
    }
}.advantages-outline-219 {
    padding: 80px 0;
    background: rgb(117,130,150);
}
.advantages-outline-219 .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.advantages-outline-219 .advantages_photo_holder {
    display: flex;
    align-items: stretch;
    width: 100%;
    justify-content: space-around;
}
.advantages-outline-219 .advantages_photo_holder .photo {
    width: 30%;
    height: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    flex-shrink: 0;
    margin-left: 20px;
}
.advantages-outline-219 .advantages_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    background: rgb(77,86,99);
    border-radius: 15px;
    overflow: hidden;
}
.advantages-outline-219 .advantages_holder .advantage_item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: row-reverse;
    width: 100%;
    cursor: pointer;
}
.advantages-outline-219 .advantages_holder .advantage_item:hover {
    background: rgba(0, 0, 0, 0.5);
}
.advantages-outline-219 .advantages_holder .advantage_item svg, .advantages-outline-219 .advantages_holder .advantage_item svg path {
    width: 25px;
    height: 25px;
    fill: #ffffff;
    margin-left: 10px;
}
.advantages-outline-219 .advantages_content h2 {
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    margin: 20px 0;
    margin-bottom: 40px;
}
.advantages-outline-219 .advantages_content h4{
    color: var(--white-color_opacity);
}
@media only screen and (max-width: 800px) {
    .advantages-outline-219 .advantages_photo_holder {
        flex-direction: column;
    }
    .advantages-outline-219 .advantages_photo_holder .photo {
        width: 100%;
        height: 200px;
        margin-left: 0;
    }
    .advantages-outline-219 .advantages_content h2 {
        font-size: 20px;
    }
    .advantages-outline-219 .advantages_holder {
        width: 100%;
        margin-bottom: 20px;
        align-items: center;
    }
}.program-information-208 {
    padding: 80px 0;
    background-color: rgb(206,219,235);
    text-align: center;
}

.program-information-208 h2 {
    color: rgb(117,130,150);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
}

.program-information-208 .holder {
    display: flex;
    justify-content: center;
}

.program-information-208 .items {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.program-information-208 .course {
    width: 100%;
    padding: 20px;
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}


.program-information-208 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.program-information-208 .photo {
    width: 100%;
    height: 250px;
    background: linear-gradient(to bottom right, rgb(117,130,150,0.5), rgb(77,86,99,0.5));
    background-size: cover;
    border-radius: 26px;
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out;
}

.program-information-208 .text_holder {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.program-information-208 h3 {
    color: rgb(117,130,150);
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
}

.program-information-208 p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
}

.program-information-208 .button {
    background-color: rgb(77,86,99);
    color: #ffffff;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}

.program-information-208 .button:hover {
    background-color: rgb(117,130,150);
}
.contact-information-493 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact-information-493 h3 {
    color: rgb(77,86,99);
}
.contact-information-493 .form {
    background:rgb(206,219,235);
    border-radius: 10px;
}
.contact-information-493 form input {
    color: #000000;
    border-radius:6px;
    background:  #ffffff;
}
.contact-information-493 form  .button {
    background: rgb(77,86,99);
    color:  #ffffff;
    border-radius: 100px;
}
.contact-information-493 form  .button:hover {
    background: rgb(117,130,150);
}
.contact-information-493 .holder {
    display: flex;
}
.contact-information-493 .holder>div {
    width: 50%;
    padding: 40px;
}
.contact-information-493 .form form {
    display: flex;
    flex-direction: column;
}
.contact-information-493 h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 18px;
}
.contact-information-493 form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}
.contact-information-493 form  .button {
    font-weight: 400;
    cursor: pointer;
}
.contact-information-493 .name_holder {
    display: flex;
    justify-content: space-between;
}
.contact-information-493  .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-information-493  .agree label {
    display: block;
}
.contact-information-493  .agree a {
    margin-left: 5px;
    color: rgb(117,130,150);
}
.contact-information-493 .form_text {
    margin-bottom: 10px;
}
.contact-information-493  .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px)  {
    .contact-information-493 .holder {
        flex-direction: column;
    }
    .contact-information-493 .holder>div {
        width: 100%;
    }
    .contact-information-493 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact-information-493 h3 {
        font-size: 30px;
    }
}
.inner-container-873 .contact-information-493 .holder {
    flex-direction: row-reverse;
}
.inner-container-873 .contact-information-493 .holder .form {
    width: calc(70% - 50px);
    margin-right: 50px;
    background: none;
    margin: auto;
}
.inner-container-873 .contact-information-493 .logo_holder {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}
.inner-container-873 .contact-information-493 .logo_holder svg {
    margin-bottom: 10px;
    margin-right: 0;
}
.inner-container-873 .contact-information-493 .info span {
    font-weight: normal;
}
.inner-container-873 .contact-information-493 .holder .info {
    width: 30%;
}
.inner-container-873 .contact-information-493 form input {
    border-bottom: 1px solid rgb(77,86,99,0.5);
    border-radius: 0 !important;
    font-size: 18px;
    font-weight: 300;
}
.inner-container-873 .contact-information-493 h3 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 40px;
}
.inner-container-873 .contact-information-493 form .button {
    width: fit-content;
    background: rgb(77,86,99);
    color: #ffffff;
    margin-top: 24px;
}
.contact-information-493 .info .contact_info svg, .contact-information-493 .info .contact_info svg path {
    flex-shrink: 0;
}
@media only screen and (max-width: 800px)  {
    .inner-container-873 .contact-information-493 .holder {
        flex-direction: column-reverse;
    }
    .inner-container-873 .contact-information-493 .holder .form, .inner-container-873 .contact-information-493 .holder .info {
        width: 100%;
    }
    .inner-container-873 .contact-information-493 .name_holder  {
        flex-direction: column;
    }
    .inner-container-873 .contact-information-493 .name_holder #surname {
        margin-left: 0;
    }
}header .main_header {
    background: #ffffff;
    width: 100%;
}
header .container {
    max-width: unset;
    width: 100%;
    margin: 0;
    padding: 0;
}
.main_header .header_holder {
    display: flex;
    width: 100%;
    position: relative;
    height: 150px;
    flex-direction: column;
    padding-left: 150px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.main_header .header_holder .logo_holder {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top:0;
    background: rgb(77,86,99);
}
.main_header .header_holder .logo_holder svg, header .header_holder .logo_holder img {
    width: 90px;
    height: 90px;
    fill: #ffffff;
}
.main_header .header_logo svg text {
    fill: #ffffff;
}
.main_header .header_description {
    padding: 18px 20px;
    background: rgb(117,130,150);
    color: #ffffff;
    width: 100%;
}
.main_header .header_menu {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main_header .header_menu a {
    padding: 18px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(77,86,99);
    position: relative;
    font-size: 18px;
    font-weight: 700;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_header .header_menu a:hover {
    background: rgb(206,219,235);
}
@media only screen and (max-width: 800px) {
    .main_header .header_holder {
        padding: 0;
        height: auto;
        justify-content: center;
        align-items: center;
    }
    .main_header .header_holder .logo_holder {
        position: static;
    }
    .main_header .header_description {
        text-align: center;
    }
    .main_header .header_menu {
        flex-direction: column;
    }
}.thanksField-712 {
    background: linear-gradient(145deg, #ffffff 0%, rgb(77,86,99,0.5) 100%);
    padding: 4rem 2rem;
    text-align: center;
}
.thanksField-712 .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
}
.thanksField-712 h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: rgb(117,130,150);
    margin-bottom: 1rem;
    background: linear-gradient(145deg, rgb(117,130,150) 0%, rgb(77,86,99) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.thanksField-712 p {
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(77,86,99,0.5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 800px) {
    .thanksField-712 {
        padding: 2rem 1rem;
    }
    .thanksField-712 .container {
        padding: 1.5rem;
    }
    .thanksField-712 h2 {
        font-size: 22px;
    }
    .thanksField-712 p {
        font-size: 18px;
    }
}
.secure-bolt-082 {
    background-color: rgb(206,219,235);
    color: #000000;
    padding: 60px;
    border: 1px solid rgb(117,130,150);
    font-family: Ubuntu, sans-serif;
}
.secure-bolt-082 h1 {
    font-size: 44px;
    color: rgb(117,130,150);
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(117,130,150);
    padding-bottom: 10px;
}
.secure-bolt-082 h2 {
    font-size: 34px;
    color: rgb(77,86,99);
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(77,86,99);
    padding-bottom: 8px;
}
.secure-bolt-082 h3, .secure-bolt-082 h4, .secure-bolt-082 h5, .secure-bolt-082 h6 {
    margin: 30px 0;
    color: rgb(117,130,150);
    text-transform: uppercase;
}
.secure-bolt-082 h3 {
    font-size: calc(19px - 2px);
    font-weight: 700;
}
.secure-bolt-082 h4 {
    font-size: calc(19px + 2px);
    font-weight: 600;
}
.secure-bolt-082 h5 {
    font-size: 19px;
    font-weight: 400;
}
.secure-bolt-082 h6 {
    font-size: 22px;
    font-weight: 300;
}
.secure-bolt-082 ul, .secure-bolt-082 ol {
    padding-left: 25px;
    margin: 20px 0;
    list-style: none;
}
.secure-bolt-082 ul li::before {
    content: '•';
    color: rgb(77,86,99);
    font-size: 20px;
    margin-right: 10px;
}
.secure-bolt-082 ol {
    counter-reset: list-counter;
}
.secure-bolt-082 ol li {
    counter-increment: list-counter;
}
.secure-bolt-082 ol li::before {
    content: counter(list-counter) '. ';
    color: rgb(117,130,150);
    font-weight: 700;
    margin-right: 5px;
}
.secure-bolt-082 li {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 17px;
    position: relative;
    padding-left: 15px;
}
.secure-bolt-082 section {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #000000;
}
.secure-bolt-082 p {
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: justify;
}
.secure-bolt-082 span {
    color: rgb(117,130,150);
    font-weight: 600;
}
.secure-bolt-082 div {
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {
    .secure-bolt-082 {
        padding: 40px;
        border-radius: 10px;
    }
    .secure-bolt-082 h1 {
        font-size: calc(19px - 8px);
    }
    .secure-bolt-082 h2 {
        font-size: calc(19px - 6px);
    }
    .secure-bolt-082 ul, .secure-bolt-082 ol {
        padding-left: 20px;
    }
    .secure-bolt-082 li {
        font-size: calc(17px - 1px);
    }
    .secure-bolt-082 p {
        font-size: calc(17px - 1px);
    }
}