
.check-security-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto
}

.top-hero {
    padding-top: 75px;
    padding-bottom: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-hero__text-div {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 48px;
    padding-top: 148px;
}

.top-hero__img-div {
    width: 50%;
}

.top-hero__img-div__img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.top-hero__main-title {
    margin-bottom: 16px;
}

.top-hero__main-subtitle {
    margin-bottom: 32px;
    font-size: 26px;
    font-family: Raleway-Bold;
}

.top-hero__main-subtitle * {
    text-align: center;
}

.top-hero__main-title * {
    font-size: 48px;
    font-family: Open-Sans-Bold;
    line-height: 1.4;
}

.top-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px;
}

.top-hero__left-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}

.top-hero__background-image {
    position: absolute;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.top-hero__image {
    max-width: 100%;
}

.vigibox-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 96px;
}

.vigibox-section__img-div {
    position: relative;
    width: 50%;
}

.vigibox-section__img-div__bg {
    
    background: -o-linear-gradient(138deg, #FFFFFF, #C6B6C1);
    
    background: linear-gradient(-48deg, #FFFFFF, #C6B6C1);
    width: 400px;
    height: 400px;
    position: absolute;
    z-index: 989;
    border-radius: 12px;
}

.vigibox-section__img-div__img {
    position: absolute;
    z-index: 990;
    width: 300px;
    height: auto;
    left: 156px;
    top: 100px;
}

.vigibox-section__text-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%;
}

.home_vigibox_section_main_title {
    margin-bottom: 32px;
}

.home_vigibox_section_main_title * {
    font-size: 36px;
    font-family: Open-Sans-Bold;
    line-height: 1.4;
}

.home_vigibox_section_text * {
    font-size: 20px;
    line-height: 1.4;
    font-family: Raleway-Medium;
}

.home_vigibox_section_features {
    margin: 32px 0;
}

.home_vigibox_section_feature_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
}

.home_vigibox_section_feature_line_para {
    font-family: Raleway-Regular;
    font-size: 20px;
    margin-left: 8px;
}

.protections-section {
    background: #542344;
    padding: 96px 0;
    margin-top: 96px;
}

.protections-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.home_protections_section_main_title {
    margin-bottom: 32px;
}

.home_protections_section_main_title * {
    font-size: 36px;
    font-family: Open-Sans-Bold;
    line-height: 1.4;
    color: white;
    text-align: center;
}

.home_protections_section_text {
    margin-bottom: 32px;
}

.home_protections_section_text p {
    font-size: 20px;
    font-family: Raleway-Regular;
    line-height: 1.4;
    color: white;
    text-align: center;
}

.home_protections_section_text p strong {
    font-size: 20px;
    font-family: Raleway-SemiBold;
    line-height: 1.4;
    text-align: center;
}

.home_protections_section_features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1000px;
}

.home_protections_section_feature_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    margin: 16px;
}

.home_protections_section_features_icon_bg {
    background-color: white;
    border-radius: 4px;
    padding: 8px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.home_protections_section_features_icon_bg img {
    width: auto;
    height: 100%;
}

.home_protections_section_features_icon_text {
    color: white;
    text-align: center;
    font-family: Raleway-Regular;
    margin-top: 8px;
    line-height: 1.4;
}

.nas-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 96px;
    padding-bottom: 48px;
}

.nas-section__img-div {
    position: relative;
    width: 50%;
}

.nas-section__img-div__bg {
    
    background: -o-linear-gradient(138deg, #FFFFFF, #C6B6C1);
    
    background: linear-gradient(-48deg, #FFFFFF, #C6B6C1);
    width: 400px;
    height: 400px;
    position: absolute;
    z-index: 989;
    border-radius: 12px;
    right: 0;
    top: 200px;
}

.nas-section__img-div__img {
    position: absolute;
    z-index: 990;
    width: 230px;
    height: auto;
    right: 243px;
    top: 243px;
}

.nas-section__text-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%;
}

.home_nas_section_main_title {
    margin-bottom: 16px;
}

.home_nas_section_main_title * {
    font-size: 36px;
    font-family: Open-Sans-Bold;
    line-height: 1.4;
}

.home_nas_section_text {
    margin-right: 48px;
}

.home_nas_section_text * {
    font-size: 20px;
    line-height: 1.4;
    font-family: Raleway-Medium;
}

.home_nas_section_features {
    margin: 32px 0;
}

.home_nas_section_feature_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
}

.home_nas_section_feature_line_para {
    font-family: Raleway-Regular;
    font-size: 20px;
    margin-left: 8px;
}

.pc-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 96px;
    padding-bottom: 48px;
}

.pc-section__img-div {
    position: relative;
    width: 50%;
}

.pc-section__img-div__bg {
    
    background: -o-linear-gradient(138deg, #FFFFFF, #C6B6C1);
    
    background: linear-gradient(-48deg, #FFFFFF, #C6B6C1);
    width: 400px;
    height: 400px;
    position: absolute;
    z-index: 989;
    border-radius: 12px;
    top: 200px;
}

.pc-section__img-div__img {
    position: absolute;
    z-index: 990;
    width: 300px;
    height: auto;
    left: 188px;
    top: 280px;
}

.pc-section__text-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%;
}

.home_pc_section_main_title {
    margin-bottom: 32px;
}

.home_pc_section_main_title * {
    font-size: 36px;
    font-family: Open-Sans-Bold;
    line-height: 1.4;
}

.home_pc_section_text * {
    font-size: 20px;
    line-height: 1.4;
    font-family: Raleway-Medium;
}

.home_pc_section_features {
    margin: 32px 0;
}

.home_pc_section_feature_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 16px;
}

.home_pc_section_feature_line p {
    font-family: Raleway-Regular;
    font-size: 20px;
    margin-left: 8px;
    line-height: 1.4;
}

.home_pc_section_feature_line strong {
    font-family: Raleway-SemiBold;
}

.contact__background {
    background: -o-linear-gradient(12deg, #000 -10.4%, #0a2629 61.84%);
    background: linear-gradient(78deg, #000 -10.4%, #0a2629 61.84%);
}


.contact-form-section {
    background-color: #EFEAF1;
    padding-top: 48px;
}

.contact-form-section__main-title {
    margin-bottom: 32px;
}

.contact-form-section__main-title * {
        font-size: 48px;
        font-family: Open-Sans-Bold;
        line-height: 1.4;
        text-align: center;
}

.contact-form-section form {
    max-width: 600px;
    margin: auto;
}

.contact__logo {
    display: block;
    margin: auto;
    padding-top: 24px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.contact__title {
    -webkit-animation: fadeUp 1s both 0.1s;
    animation: fadeUp 1s both 0.1s;
}
.contact__paragraph {
    -webkit-animation: fadeUp 1s both 0.2s;
    animation: fadeUp 1s both 0.2s;
}
.contact-form__short-element:nth-of-type(2) .wpcf7-form-control-wrap:nth-of-type(1) {
    -webkit-animation: fadeUp 1s both 0.3s;
    animation: fadeUp 1s both 0.3s;
}
.contact-form__short-element:nth-of-type(2) .wpcf7-form-control-wrap:nth-of-type(2) {
    -webkit-animation: fadeUp 1s both 0.4s;
    animation: fadeUp 1s both 0.4s;
}
.contact-form__short-element:nth-of-type(3) .wpcf7-form-control-wrap:nth-of-type(1) {
    -webkit-animation: fadeUp 1s both 0.5s;
    animation: fadeUp 1s both 0.5s;
}
.contact-form__short-element:nth-of-type(3) .wpcf7-form-control-wrap:nth-of-type(2) {
    -webkit-animation: fadeUp 1s both 0.6s;
    animation: fadeUp 1s both 0.6s;
}
.contact-form__textarea-element {
    -webkit-animation: fadeUp 1s both 0.7s;
    animation: fadeUp 1s both 0.7s;
}
.form-section__long-element {
    -webkit-animation: fadeUp 1s both 0.8s;
    animation: fadeUp 1s both 0.8s;
}
.wpcf7-submit {
    -webkit-animation: fadeUp 1s both 0.9s;
    animation: fadeUp 1s both 0.9s;
    background-color: #542344;
    border-radius: 4px;    
    display: -webkit-box;    
    display: -ms-flexbox;    
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 16px;
    color: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: Open-Sans-Medium;
    cursor: pointer;
    margin: auto;
    font-size: 18px;
}

.wpcf7-submit:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.contact__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 128px;
    padding-bottom: 96px;
}
.contact__text-div {
    color: #2E1760;
    margin-right: 32px;
    width: 35%;
}
.contact__title {
    margin-bottom: 32px;
}
.contact__form-div {
    border-radius: 8px;
    height: 100%;
    width: 50%;
    max-width: 550px;
    padding: 4px;
    -webkit-animation: fadeUp 1s both 0.3s;
    animation: fadeUp 1s both 0.3s;
}
.contact__form-div .wpcf7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 8px;
    height: 100%;
    padding: 32px;
    background: #2E1760;
    position: relative;
}
.contact-form__short-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contact-form__short-element span {
    width: calc(100% - 12px);
    margin-bottom: 12px;
}
.contact-form__short-element span:nth-child(odd) {
    margin-right: 12px;
}
#wpcf7-f361-o1 > form > div:nth-child(3) span {
    margin-bottom: 0;
}
.contact-form__short-element input,
.contact-form__textarea-element textarea {
    font-family: "Raleway-Regular";
    border: 3px solid #2E1760;
    width: 100%;
    border-radius: 6px;
    padding: 8px;
    font-size: 16px !important;
    color: #2E1760;
    background-color: white;
}
.contact-form__short-element input::-webkit-input-placeholder,
.contact-form__textarea-element textarea::-webkit-input-placeholder {
    font-family: "Raleway-Regular";
    color: #2E1760;
}
.contact-form__short-element input::-moz-placeholder,
.contact-form__textarea-element textarea::-moz-placeholder {
    font-family: "Raleway-Regular";
    color: #2E1760;
}
.contact-form__short-element input:-ms-input-placeholder,
.contact-form__textarea-element textarea:-ms-input-placeholder {
    font-family: "Raleway-Regular";
    color: #2E1760;
}
.contact-form__short-element input::-ms-input-placeholder,
.contact-form__textarea-element textarea::-ms-input-placeholder {
    font-family: "Raleway-Regular";
    color: #2E1760;
}
.contact-form__short-element input::-webkit-input-placeholder, .contact-form__textarea-element textarea::-webkit-input-placeholder {
    font-family: "Raleway-Regular";
    color: #2E1760;
}
.contact-form__short-element input::-moz-placeholder, .contact-form__textarea-element textarea::-moz-placeholder {
    font-family: "Raleway-Regular";
    color: #2E1760;
}
.contact-form__short-element input:-ms-input-placeholder, .contact-form__textarea-element textarea:-ms-input-placeholder {
    font-family: "Raleway-Regular";
    color: #2E1760;
}
.contact-form__short-element input::-ms-input-placeholder, .contact-form__textarea-element textarea::-ms-input-placeholder {
    font-family: "Raleway-Regular";
    color: #2E1760;
}
.contact-form__short-element input::placeholder,
.contact-form__textarea-element textarea::placeholder {
    font-family: "Raleway-Regular";
    color: #2E1760;
}
.contact__form-div .wpcf7 .wpcf7-submit {
    margin: auto;
    height: 46px;
    padding: 0 32px;
}
.wpcf7-not-valid-tip {
    margin: 12px 0 0 0;
}
.wpcf7-response-output {
    padding: 8px;
    border-radius: 6px;
    color: #2E1760;
}
.form-section__long-element .wpcf7-acceptance {
    color: #2E1760;
    line-height: 1.6;
}
.form-section__long-element {
    margin: 24px 0;
}
.form-section__long-element .wpcf7-acceptance .wpcf7-list-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.form-section__long-element .wpcf7-acceptance .wpcf7-list-item input {
    margin: 6px 12px 0 0;
}
.contact__address {
    padding: 48px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2E1760;
    text-align: center;
}
.contact__headquarter-label,
.contact__agencies-label {
    font-family: "Raleway-SemiBold";
    color: #11eee1;
    margin-bottom: 16px;
}
.contact__agencies {
    margin: 48px 0;
}
.contact__agencies-address-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact__agencies-address {
    width: 25%;
    margin: auto;
    text-align: center;
}
.contact__bottom-line {
    position: relative;
    z-index: 10;
    padding-top: 3px;
    width: 80%;
    margin: auto;
    max-width: 1440px;
}
.contact__bottom-element {
    padding-top: 32px;
    background: -o-linear-gradient(12deg, #000 -10.4%, #0a2629 61.84%);
    background: linear-gradient(78deg, #000 -10.4%, #0a2629 61.84%);
}
.contact__bottom-copy {
    padding: 12px 0 24px 0;
    text-align: center;
    color: #2E1760;
}

.wpcf7-list-item-label {
    font-family: Raleway-Regular;
}

.footer {
    padding-top: 32px;
    padding-bottom:8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.footer > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-icon {
    width: 36px;
    height: auto;
    margin-right: 8px;
}

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.footer-menu__element {
    margin-left: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: Raleway-Regular;
}

.footer-menu__element__link,
.footer-menu__element__link:visited {
    font-size: 16px;
    color: black;
    cursor: pointer;
}

.footer-menu__element__link:hover {
    color: #542344;
}

.kickstartweb_link,
.kickstartweb_link:visited {
    font-family: Raleway-Regular;
    font-size: 12px;
    text-align: center;
    color: black;
    margin-top: 32px;
}

@media all and (max-width:1062px) {
    .vigibox-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .vigibox-section__img-div {
        width: 100%;
    }

    .vigibox-section__text-div {
        margin-top: 432px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
    }

    .vigibox-section__img-div__bg {
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
    }

    .vigibox-section__img-div__img {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 44%);
            -ms-transform: translate(-50%, 44%);
                transform: translate(-50%, 44%);
    }

    .home_vigibox_section_text {
        max-width: 600px;
    }

    .home_vigibox_section_text * {
        text-align: center;
    }

    .nas-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .nas-section__img-div {
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .nas-section__text-div {
        margin-top: 432px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .nas-section__img-div__bg {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }

    .nas-section__img-div__img {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 13%);
            -ms-transform: translate(-50%, 13%);
                transform: translate(-50%, 13%);
    }

    .home_nas_section_text {
        max-width: 600px;
        margin-right: 0;
    }

    .home_nas_section_text * {
        text-align: center;
    }

    .home_protections_section_features {
        width: 100%;
    }

    .pc-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .pc-section__img-div {
        width: 100%;
    }

    .pc-section__text-div {
        margin-top: 432px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
    }

    .pc-section__img-div__bg {
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
    }

    .pc-section__img-div__img {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 30%);
            -ms-transform: translate(-50%, 30%);
                transform: translate(-50%, 30%);
    }

    .home_pc_section_text {
        max-width: 600px;
    }

    .home_pc_section_text * {
        text-align: center;
    }

    .contact-form-section form {
        padding: 0 32px;
    }
}

@media all and (max-width:1020px) {
    .footer > .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer > .row > a {
        text-align: center;
    }
    
    .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 32px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .footer-menu__element {
        margin-bottom: 16px;
        margin-left: 0;
    }
}

@media all and (max-width:960px) { 
    
    .top-hero__text-div {
        width: 100%;
        padding-right: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .top-hero__main-title {
        text-align: center;
    }

    .top-hero__img-div {
        display: none;
    }
}

@media all and (max-width:832px) {
    .top-hero__text-div {
        padding-top: 96px;
    }
    .header-cta-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .mobile-menu-icon,
    .header__material-icon {
        display: block;
        margin-left: 8px;
        cursor: pointer;
        fill: #542344;
    }
    .header .header__container {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .header__logo {
        margin-right: auto;
    }
                                                                                                                                .header .menu-main-navigation-menu-container,
                                                                                                                                .header .menu-navigation-principale-nl-container {
        pointer-events: none;
        opacity: 0;
        position: fixed;
        z-index: 997;
        top: 74px;
        left: 0;
        right: 0;
        bottom: 0;
    }
                                                                .header #menu-main-navigation-menu,
                                                                .header #menu-navigation-principale-nl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 96px 32px 0;
    }
    .animated-menu li {
        width: 100%;
    }
    .animated-menu,
    .animated-menu li a {
        opacity: 1 !important;
        pointer-events: visible !important;
    }
    .header__material-icon {
        display: block;
        cursor: pointer;
    }
    .header__cta {
        margin-right: 12px;
    }
}

@media all and (max-width:550px) {
    .top-hero__main-title * {
            font-size: 36px;
        }
    .contact-form__short-element {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .contact-form__short-element span {
        margin-right: 0;
        width: 100%;
    }
}

@media all and (max-width:500px) {
    .header-cta-section .main-cta {
        display: none;
    }

@media all and (max-width:400px) {
    .vigibox-section__img-div__bg{
        width: 100%;
    }

    .vigibox-section__img-div__img {
        width: 85%;
    }

    .nas-section__img-div__bg{
        width: 100%;
    }

    .nas-section__img-div__img {
        width: 85%;
    }

    .pc-section__img-div__bg{
        width: 100%;
    }

    .pc-section__img-div__img {
        width: 85%;
    }

}

}