﻿* {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-decoration: none;
    outline: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    resize: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-size: auto;
    background-repeat: no-repeat;
}

/*p, span, label, ul, ul li, li, ol, ol li {
    color: #777777;
}*/


body {
    overflow-x: hidden;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

/*#region styles_for_all_screens*/
.validation-field {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    display: none !important;
}

    .validation-field .validation-wrapper {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

        .validation-field .validation-wrapper .validation-content {
            float: left;
            width: 100%;
            margin-top: 20vh;
            background-color: #ffffff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
        }

            .validation-field .validation-wrapper .validation-content .validation-title {
                float: left;
                width: 80%;
                margin-left: 10%;
                margin-right: 10%;
                margin-top: 7%;
                margin-bo: 1%;
            }

            .validation-field .validation-wrapper .validation-content .validation-result-input {
                float: left;
                width: 76%;
                height: 35px;
                margin-left: 10%;
                margin-right: 10%;
                padding-left: 2%;
                padding-right: 2%;
                border: solid 1px #cccccc;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                border-radius: 3px;
            }

            .validation-field .validation-wrapper .validation-content .validation-submit {
                float: left;
                margin-left: 10%;
                margin-top: 7%;
                margin-bottom: 7%;
                padding: 10px;
                color: #ffffff;
                background-color: #6459dd;
                cursor: pointer;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                border-radius: 3px;
            }

                .validation-field .validation-wrapper .validation-content .validation-submit:hover {
                    background-color: #4d44c9;
                }

            .validation-field .validation-wrapper .validation-content .validation-cancel {
                float: right;
                margin-right: 10%;
                margin-top: 7%;
                margin-bottom: 7%;
                padding: 10px;
                color: #ffffff;
                background-color: #6e7881;
                cursor: pointer;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                border-radius: 3px;
            }

                .validation-field .validation-wrapper .validation-content .validation-cancel:hover {
                    background-color: #636d75;
                }


.table-wrapper-vertical-center {
    vertical-align: middle
}

.float-left-items {
    float: left;
}

.float-right-items {
    float: right;
}

.float-left-items-wdith-100 {
    float: left;
    width: 100%;
}

.wrapper-float-left-100 {
    float: left;
    width: 100%;
}

.img-max-width-100 {
    max-width: 100%;
}

.img-width-100 {
    width: 100%;
}

.img-max-width-100 {
    max-width: 100%;
}

.m-top-10 {
    margin-top: 10px;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.custom-medium-text-web * {
    display: inline-block;
}

.aling-center {
    text-align: center;
}

.iframe-items iframe {
    float: left;
    width: 100% !important;
}

.video-wrapper-full-width video {
    float: left;
    width: 100% !important;
}

.image-wrapper-links {
    text-align: center !important;
}

.list-button-style {
    float: left;
    width: 100%;
    list-style: none;
    display: block;
    font-size: 0px;
}

    .list-button-style li {
        display: inline-block;
        width: auto !important;
    }

.custom-align-1 {
    text-align: left;
}

.custom-align-2 {
    text-align: right;
}

.custom-align-3 {
    text-align: center;
}
/*#endregion styles_for_all_screens*/

/*#region widths */
.custom-width-full-screen {
    width: 100% !important;
}
/*#endregion widths */
.position-relative {
    position: relative;
}
/*#region heights */
.custom-height-10vh .height-container-wrapper * {
    height: 10vh !important;
}

.custom-height-15vh .height-container-wrapper * {
    height: 15vh !important;
}

.custom-height-20vh .height-container-wrapper * {
    height: 20vh !important;
}

.custom-height-25vh .height-container-wrapper * {
    height: 25vh !important;
}

.custom-height-30vh .height-container-wrapper * {
    height: 30vh !important;
}

.custom-height-35vh .height-container-wrapper * {
    height: 35vh !important;
}

.custom-height-40vh .height-container-wrapper * {
    height: 40vh !important;
}

.custom-height-45vh .height-container-wrapper * {
    height: 45vh !important;
}

.custom-height-50vh .height-container-wrapper * {
    height: 50vh !important;
}

.custom-height-55vh .height-container-wrapper * {
    height: 55vh !important;
}

.custom-height-60vh .height-container-wrapper * {
    height: 60vh !important;
}

.custom-height-65vh .height-container-wrapper * {
    height: 65vh !important;
}

.custom-height-70vh .height-container-wrapper * {
    height: 70vh !important;
}

.custom-height-75vh .height-container-wrapper * {
    height: 75vh !important;
}

.custom-height-80vh .height-container-wrapper * {
    height: 80vh !important;
}

.custom-height-85vh .height-container-wrapper * {
    height: 85vh !important;
}

.custom-height-90vh .height-container-wrapper * {
    height: 90vh !important;
}

.custom-height-95vh .height-container-wrapper * {
    height: 95vh !important;
}

.custom-height-100vh .height-container-wrapper * {
    height: 100vh !important;
}

.custom-height-10vh .height-container-wrapper-by-width {
    height: 10vw !important;
}

.custom-height-15vh .height-container-wrapper-by-width {
    height: 15vw !important;
}

.custom-height-20vh .height-container-wrapper-by-width {
    height: 20vw !important;
}

.custom-height-25vh .height-container-wrapper-by-width {
    height: 25vw !important;
}

.custom-height-30vh .height-container-wrapper-by-width {
    height: 30vw !important;
}

.custom-height-35vh .height-container-wrapper-by-width {
    height: 35vw !important;
}

.custom-height-40vh .height-container-wrapper-by-width {
    height: 40vw !important;
}

.custom-height-45vh .height-container-wrapper-by-width {
    height: 45vw !important;
}

.custom-height-50vh .height-container-wrapper-by-width {
    height: 50vw !important;
}

.custom-height-55vh .height-container-wrapper-by-width {
    height: 55vw !important;
}

.custom-height-60vh .height-container-wrapper-by-width {
    height: 60vw !important;
}

.custom-height-65vh .height-container-wrapper-by-width {
    height: 65vw !important;
}

.custom-height-70vh .height-container-wrapper-by-width {
    height: 70vw !important;
}

.custom-height-75vh .height-container-wrapper-by-width {
    height: 75vw !important;
}

.custom-height-80vh .height-container-wrapper-by-width {
    height: 80vw !important;
}

.custom-height-85vh .height-container-wrapper-by-width {
    height: 85vw !important;
}

.custom-height-90vh .height-container-wrapper-by-width {
    height: 90vw !important;
}

.custom-height-95vh .height-container-wrapper-by-width {
    height: 95vw !important;
}

.custom-height-100vh .height-container-wrapper-by-width {
    height: 100vw !important;
}
/*#endregion heights */

/*#region spaces_elements*/

/*#region field_spaces*/
.field-margin-top-custom-spaces-elements-0 {
    margin-top: 0px !important;
}

.field-margin-top-custom-spaces-elements-010 {
    margin-top: 0.10vw !important;
}

.field-margin-top-custom-spaces-elements-025 {
    margin-top: 0.25vw !important;
}

.field-margin-top-custom-spaces-elements-050 {
    margin-top: 0.50vw !important;
}

.field-margin-top-custom-spaces-elements-1 {
    margin-top: 1vw !important;
}

.field-margin-top-custom-spaces-elements-2 {
    margin-top: 2vw !important;
}

.field-margin-top-custom-spaces-elements-3 {
    margin-top: 3vw !important;
}

.field-margin-top-custom-spaces-elements-4 {
    margin-top: 4vw !important;
}

.field-margin-top-custom-spaces-elements-5 {
    margin-top: 5vw !important;
}

.field-margin-top-custom-spaces-elements-6 {
    margin-top: 6vw !important;
}

.field-margin-top-custom-spaces-elements-7 {
    margin-top: 7vw !important;
}

.field-margin-top-custom-spaces-elements-8 {
    margin-top: 8vw !important;
}

.field-margin-top-custom-spaces-elements-9 {
    margin-top: 9vw !important;
}

.field-margin-top-custom-spaces-elements-10 {
    margin-top: 10vw !important;
}

.field-margin-top-custom-spaces-elements-15 {
    margin-top: 15vw !important;
}

.field-margin-top-custom-spaces-elements-20 {
    margin-top: 20vw !important;
}

.field-margin-top-custom-spaces-elements-25 {
    margin-top: 25vw !important;
}

.field-margin-top-custom-spaces-elements-30 {
    margin-top: 30vw !important;
}

.field-margin-top-custom-spaces-elements-35 {
    margin-top: 35vw !important;
}

.field-margin-top-custom-spaces-elements-40 {
    margin-top: 40vw !important;
}

.field-margin-top-custom-spaces-elements-45 {
    margin-top: 45vw !important;
}

.field-margin-bottom-custom-spaces-elements-0 {
    margin-bottom: 0px !important;
}

.field-margin-bottom-custom-spaces-elements-010 {
    margin-bottom: 0.10vw !important;
}

.field-margin-bottom-custom-spaces-elements-025 {
    margin-bottom: 0.25vw !important;
}

.field-margin-bottom-custom-spaces-elements-050 {
    margin-bottom: 0.50vw !important;
}

.field-margin-bottom-custom-spaces-elements-1 {
    margin-bottom: 1vw !important;
}

.field-margin-bottom-custom-spaces-elements-2 {
    margin-bottom: 2vw !important;
}

.field-margin-bottom-custom-spaces-elements-3 {
    margin-bottom: 3vw !important;
}

.field-margin-bottom-custom-spaces-elements-4 {
    margin-bottom: 4vw !important;
}

.field-margin-bottom-custom-spaces-elements-5 {
    margin-bottom: 5vw !important;
}

.field-margin-bottom-custom-spaces-elements-6 {
    margin-bottom: 6vw !important;
}

.field-margin-bottom-custom-spaces-elements-7 {
    margin-bottom: 7vw !important;
}

.field-margin-bottom-custom-spaces-elements-8 {
    margin-bottom: 8vw !important;
}

.field-margin-bottom-custom-spaces-elements-9 {
    margin-bottom: 9vw !important;
}

.field-margin-bottom-custom-spaces-elements-10 {
    margin-bottom: 10vw !important;
}

.field-margin-bottom-custom-spaces-elements-15 {
    margin-bottom: 15vw !important;
}

.field-margin-bottom-custom-spaces-elements-20 {
    margin-bottom: 20vw !important;
}

.field-margin-bottom-custom-spaces-elements-25 {
    margin-bottom: 25vw !important;
}

.field-margin-bottom-custom-spaces-elements-30 {
    margin-bottom: 30vw !important;
}

.field-margin-bottom-custom-spaces-elements-35 {
    margin-bottom: 35vw !important;
}

.field-margin-bottom-custom-spaces-elements-40 {
    margin-bottom: 40vw !important;
}

.field-margin-bottom-custom-spaces-elements-45 {
    margin-bottom: 45vw !important;
}

.field-padding-top-custom-spaces-elements-0 {
    padding-top: 0px !important;
}

.field-padding-top-custom-spaces-elements-010 {
    padding-top: 0.10vw !important;
}

.field-padding-top-custom-spaces-elements-025 {
    padding-top: 0.25vw !important;
}

.field-padding-top-custom-spaces-elements-050 {
    padding-top: 0.50vw !important;
}

.field-padding-top-custom-spaces-elements-1 {
    padding-top: 1vw !important;
}

.field-padding-top-custom-spaces-elements-2 {
    padding-top: 2vw !important;
}

.field-padding-top-custom-spaces-elements-3 {
    padding-top: 3vw !important;
}

.field-padding-top-custom-spaces-elements-4 {
    padding-top: 4vw !important;
}

.field-padding-top-custom-spaces-elements-5 {
    padding-top: 5vw !important;
}

.field-padding-top-custom-spaces-elements-6 {
    padding-top: 6vw !important;
}

.field-padding-top-custom-spaces-elements-7 {
    padding-top: 7vw !important;
}

.field-padding-top-custom-spaces-elements-8 {
    padding-top: 8vw !important;
}

.field-padding-top-custom-spaces-elements-9 {
    padding-top: 9vw !important;
}

.field-padding-top-custom-spaces-elements-10 {
    padding-top: 10vw !important;
}

.field-padding-top-custom-spaces-elements-15 {
    padding-top: 15vw !important;
}

.field-padding-top-custom-spaces-elements-20 {
    padding-top: 20vw !important;
}

.field-padding-top-custom-spaces-elements-25 {
    padding-top: 25vw !important;
}

.field-padding-top-custom-spaces-elements-30 {
    padding-top: 30vw !important;
}

.field-padding-top-custom-spaces-elements-35 {
    padding-top: 35vw !important;
}

.field-padding-top-custom-spaces-elements-40 {
    padding-top: 40vw !important;
}

.field-padding-top-custom-spaces-elements-45 {
    padding-top: 45vw !important;
}

.field-padding-bottom-custom-spaces-elements-0 {
    padding-bottom: 0px !important;
}

.field-padding-bottom-custom-spaces-elements-010 {
    padding-bottom: 0.10vw !important;
}

.field-padding-bottom-custom-spaces-elements-025 {
    padding-bottom: 0.25vw !important;
}

.field-padding-bottom-custom-spaces-elements-050 {
    padding-bottom: 0.50vw !important;
}

.field-padding-bottom-custom-spaces-elements-1 {
    padding-bottom: 1vw !important;
}

.field-padding-bottom-custom-spaces-elements-2 {
    padding-bottom: 2vw !important;
}

.field-padding-bottom-custom-spaces-elements-3 {
    padding-bottom: 3vw !important;
}

.field-padding-bottom-custom-spaces-elements-4 {
    padding-bottom: 4vw !important;
}

.field-padding-bottom-custom-spaces-elements-5 {
    padding-bottom: 5vw !important;
}

.field-padding-bottom-custom-spaces-elements-6 {
    padding-bottom: 6vw !important;
}

.field-padding-bottom-custom-spaces-elements-7 {
    padding-bottom: 7vw !important;
}

.field-padding-bottom-custom-spaces-elements-8 {
    padding-bottom: 8vw !important;
}

.field-padding-bottom-custom-spaces-elements-9 {
    padding-bottom: 9vw !important;
}

.field-padding-bottom-custom-spaces-elements-10 {
    padding-bottom: 10vw !important;
}

.field-padding-bottom-custom-spaces-elements-15 {
    padding-bottom: 15vw !important;
}

.field-padding-bottom-custom-spaces-elements-20 {
    padding-bottom: 20vw !important;
}

.field-padding-bottom-custom-spaces-elements-25 {
    padding-bottom: 25vw !important;
}

.field-padding-bottom-custom-spaces-elements-30 {
    padding-bottom: 30vw !important;
}

.field-padding-bottom-custom-spaces-elements-35 {
    padding-bottom: 35vw !important;
}

.field-padding-bottom-custom-spaces-elements-40 {
    padding-bottom: 40vw !important;
}

.field-padding-bottom-custom-spaces-elements-45 {
    padding-bottom: 45vw !important;
}
/*#endregion field_spaces*/

/*#region content_spaces*/
.contents-margin-left-right-custom-spaces-elements-0 .item-wrapper-with-space {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.contents-margin-left-right-custom-spaces-elements-010 .item-wrapper-with-space {
    width: 99.8%;
    margin-left: 0.1%;
    margin-right: 0.1%;
}

.contents-margin-left-right-custom-spaces-elements-025 .item-wrapper-with-space {
    width: 99.5%;
    margin-left: 0.25%;
    margin-right: 0.25%;
}

.contents-margin-left-right-custom-spaces-elements-050 .item-wrapper-with-space {
    width: 99%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.contents-margin-left-right-custom-spaces-elements-1 .item-wrapper-with-space {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}

.contents-margin-left-right-custom-spaces-elements-2 .item-wrapper-with-space {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}

.contents-margin-left-right-custom-spaces-elements-3 .item-wrapper-with-space {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}

.contents-margin-left-right-custom-spaces-elements-4 .item-wrapper-with-space {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
}

.contents-margin-left-right-custom-spaces-elements-5 .item-wrapper-with-space {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.contents-margin-left-right-custom-spaces-elements-6 .item-wrapper-with-space {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
}

.contents-margin-left-right-custom-spaces-elements-7 .item-wrapper-with-space {
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
}

.contents-margin-left-right-custom-spaces-elements-8 .item-wrapper-with-space {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
}

.contents-margin-left-right-custom-spaces-elements-9 .item-wrapper-with-space {
    width: 82%;
    margin-left: 9%;
    margin-right: 9%;
}

.contents-margin-left-right-custom-spaces-elements-10 .item-wrapper-with-space {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.contents-margin-left-right-custom-spaces-elements-15 .item-wrapper-with-space {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.contents-margin-left-right-custom-spaces-elements-20 .item-wrapper-with-space {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
}

.contents-margin-left-right-custom-spaces-elements-25 .item-wrapper-with-space {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.contents-margin-left-right-custom-spaces-elements-30 .item-wrapper-with-space {
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
}

.contents-margin-left-right-custom-spaces-elements-35 .item-wrapper-with-space {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
}

.contents-margin-left-right-custom-spaces-elements-40 .item-wrapper-with-space {
    width: 20%;
    margin-left: 40%;
    margin-right: 40%;
}

.contents-margin-left-right-custom-spaces-elements-45 .item-wrapper-with-space {
    width: 45%;
    margin-left: 10%;
    margin-right: 10%;
}

.contents-margin-top-bottom-custom-spaces-elements-0 .item-wrapper-with-space {
    margin-top: 0px;
    margin-bottom: 0px;
}

.contents-margin-top-bottom-custom-spaces-elements-010 .item-wrapper-with-space {
    margin-top: 0.1%;
    margin-bottom: 0.1%;
}

.contents-margin-top-bottom-custom-spaces-elements-025 .item-wrapper-with-space {
    margin-top: 0.25%;
    margin-bottom: 0.25%;
}

.contents-margin-top-bottom-custom-spaces-elements-050 .item-wrapper-with-space {
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}

.contents-margin-top-bottom-custom-spaces-elements-1 .item-wrapper-with-space {
    margin-top: 1%;
    margin-bottom: 1%;
}

.contents-margin-top-bottom-custom-spaces-elements-2 .item-wrapper-with-space {
    margin-top: 2%;
    margin-bottom: 2%;
}

.contents-margin-top-bottom-custom-spaces-elements-3 .item-wrapper-with-space {
    margin-top: 3%;
    margin-bottom: 3%;
}

.contents-margin-top-bottom-custom-spaces-elements-4 .item-wrapper-with-space {
    margin-top: 4%;
    margin-bottom: 4%;
}

.contents-margin-top-bottom-custom-spaces-elements-5 .item-wrapper-with-space {
    margin-top: 5%;
    margin-bottom: 5%;
}

.contents-margin-top-bottom-custom-spaces-elements-6 .item-wrapper-with-space {
    margin-top: 6%;
    margin-bottom: 6%;
}

.contents-margin-top-bottom-custom-spaces-elements-7 .item-wrapper-with-space {
    margin-top: 7%;
    margin-bottom: 7%;
}

.contents-margin-top-bottom-custom-spaces-elements-8 .item-wrapper-with-space {
    margin-top: 8%;
    margin-bottom: 8%;
}

.contents-margin-top-bottom-custom-spaces-elements-9 .item-wrapper-with-space {
    margin-top: 9%;
    margin-bottom: 9%;
}

.contents-margin-top-bottom-custom-spaces-elements-10 .item-wrapper-with-space {
    margin-top: 10%;
    margin-bottom: 10%;
}

.contents-margin-top-bottom-custom-spaces-elements-15 .item-wrapper-with-space {
    margin-top: 15%;
    margin-bottom: 15%;
}

.contents-margin-top-bottom-custom-spaces-elements-20 .item-wrapper-with-space {
    margin-top: 20%;
    margin-bottom: 20%;
}

.contents-margin-top-bottom-custom-spaces-elements-25 .item-wrapper-with-space {
    margin-top: 25%;
    margin-bottom: 25%;
}

.contents-margin-top-bottom-custom-spaces-elements-30 .item-wrapper-with-space {
    margin-top: 30%;
    margin-bottom: 30%;
}

.contents-margin-top-bottom-custom-spaces-elements-35 .item-wrapper-with-space {
    margin-top: 35%;
    margin-bottom: 35%;
}

.contents-margin-top-bottom-custom-spaces-elements-40 .item-wrapper-with-space {
    margin-top: 40%;
    margin-bottom: 40%;
}

.contents-margin-top-bottom-custom-spaces-elements-45 .item-wrapper-with-space {
    margin-top: 45%;
    margin-bottom: 45%;
}

.contents-margin-top-custom-spaces-elements-0 .item-wrapper-with-space {
    margin-top: 0px;
}

.contents-margin-top-custom-spaces-elements-010 .item-wrapper-with-space {
    margin-top: 0.1%;
}

.contents-margin-top-custom-spaces-elements-025 .item-wrapper-with-space {
    margin-top: 0.25%;
}

.contents-margin-top-custom-spaces-elements-050 .item-wrapper-with-space {
    margin-top: 0.5%;
}

.contents-margin-top-custom-spaces-elements-1 .item-wrapper-with-space {
    margin-top: 1%;
}

.contents-margin-top-custom-spaces-elements-2 .item-wrapper-with-space {
    margin-top: 2%;
}

.contents-margin-top-custom-spaces-elements-3 .item-wrapper-with-space {
    margin-top: 3%;
}

.contents-margin-top-custom-spaces-elements-4 .item-wrapper-with-space {
    margin-top: 4%;
}

.contents-margin-top-custom-spaces-elements-5 .item-wrapper-with-space {
    margin-top: 5%;
}

.contents-margin-top-custom-spaces-elements-6 .item-wrapper-with-space {
    margin-top: 6%;
}

.contents-margin-top-custom-spaces-elements-7 .item-wrapper-with-space {
    margin-top: 7%;
}

.contents-margin-top-custom-spaces-elements-8 .item-wrapper-with-space {
    margin-top: 8%;
}

.contents-margin-top-custom-spaces-elements-9 .item-wrapper-with-space {
    margin-top: 9%;
}

.contents-margin-top-custom-spaces-elements-10 .item-wrapper-with-space {
    margin-top: 10%;
}

.contents-margin-top-custom-spaces-elements-15 .item-wrapper-with-space {
    margin-top: 15%;
}

.contents-margin-top-custom-spaces-elements-20 .item-wrapper-with-space {
    margin-top: 20%;
}

.contents-margin-top-custom-spaces-elements-25 .item-wrapper-with-space {
    margin-top: 25%;
}

.contents-margin-top-custom-spaces-elements-30 .item-wrapper-with-space {
    margin-top: 30%;
}

.contents-margin-top-custom-spaces-elements-35 .item-wrapper-with-space {
    margin-top: 35%;
}

.contents-margin-top-custom-spaces-elements-40 .item-wrapper-with-space {
    margin-top: 40%;
}

.contents-margin-top-custom-spaces-elements-45 .item-wrapper-with-space {
    margin-top: 45%;
}

.contents-margin-bottom-custom-spaces-elements-0 .item-wrapper-with-space {
    margin-bottom: 0px;
}

.contents-margin-bottom-custom-spaces-elements-010 .item-wrapper-with-space {
    margin-bottom: 0.1%;
}

.contents-margin-bottom-custom-spaces-elements-025 .item-wrapper-with-space {
    margin-bottom: 0.25%;
}

.contents-margin-bottom-custom-spaces-elements-050 .item-wrapper-with-space {
    margin-bottom: 0.5%;
}

.contents-margin-bottom-custom-spaces-elements-1 .item-wrapper-with-space {
    margin-bottom: 1%;
}

.contents-margin-bottom-custom-spaces-elements-2 .item-wrapper-with-space {
    margin-bottom: 2%;
}

.contents-margin-bottom-custom-spaces-elements-3 .item-wrapper-with-space {
    margin-bottom: 3%;
}

.contents-margin-bottom-custom-spaces-elements-4 .item-wrapper-with-space {
    margin-bottom: 4%;
}

.contents-margin-bottom-custom-spaces-elements-5 .item-wrapper-with-space {
    margin-bottom: 5%;
}

.contents-margin-bottom-custom-spaces-elements-6 .item-wrapper-with-space {
    margin-bottom: 6%;
}

.contents-margin-bottom-custom-spaces-elements-7 .item-wrapper-with-space {
    margin-bottom: 7%;
}

.contents-margin-bottom-custom-spaces-elements-8 .item-wrapper-with-space {
    margin-bottom: 8%;
}

.contents-margin-bottom-custom-spaces-elements-9 .item-wrapper-with-space {
    margin-bottom: 9%;
}

.contents-margin-bottom-custom-spaces-elements-10 .item-wrapper-with-space {
    margin-bottom: 10%;
}

.contents-margin-bottom-custom-spaces-elements-15 .item-wrapper-with-space {
    margin-bottom: 15%;
}

.contents-margin-bottom-custom-spaces-elements-20 .item-wrapper-with-space {
    margin-bottom: 20%;
}

.contents-margin-bottom-custom-spaces-elements-25 .item-wrapper-with-space {
    margin-bottom: 25%;
}

.contents-margin-bottom-custom-spaces-elements-30 .item-wrapper-with-space {
    margin-bottom: 30%;
}

.contents-margin-bottom-custom-spaces-elements-35 .item-wrapper-with-space {
    margin-bottom: 35%;
}

.contents-margin-bottom-custom-spaces-elements-40 .item-wrapper-with-space {
    margin-bottom: 40%;
}

.contents-margin-bottom-custom-spaces-elements-45 .item-wrapper-with-space {
    margin-bottom: 45%;
}
/*#endregion content_spaces*/

/*#region general_items_spaces*/
.inner-items-padding-for-margin-left-right-custom-spaces-elements-0 .inner-items-with-space-vw-padding-no-width {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-010 .inner-items-with-space-vw-padding-no-width {
    padding-left: 0.10vw !important;
    padding-right: 0.10vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-025 .inner-items-with-space-vw-padding-no-width {
    padding-left: 0.25vw !important;
    padding-right: 0.25vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-050 .inner-items-with-space-vw-padding-no-width {
    padding-left: 0.50vw !important;
    padding-right: 0.50vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-1 .inner-items-with-space-vw-padding-no-width {
    padding-left: 1vw !important;
    padding-right: 1vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-2 .inner-items-with-space-vw-padding-no-width {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-3 .inner-items-with-space-vw-padding-no-width {
    padding-left: 3vw !important;
    padding-right: 3vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-4 .inner-items-with-space-vw-padding-no-width {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-5 .inner-items-with-space-vw-padding-no-width {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-6 .inner-items-with-space-vw-padding-no-width {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-7 .inner-items-with-space-vw-padding-no-width {
    padding-left: 7vw !important;
    padding-right: 7vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-8 .inner-items-with-space-vw-padding-no-width {
    padding-left: 8vw !important;
    padding-right: 8vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-9 .inner-items-with-space-vw-padding-no-width {
    padding-left: 9vw !important;
    padding-right: 9vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-10 .inner-items-with-space-vw-padding-no-width {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-15 .inner-items-with-space-vw-padding-no-width {
    padding-left: 15vw !important;
    padding-right: 15vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-20 .inner-items-with-space-vw-padding-no-width {
    padding-left: 20vw !important;
    padding-right: 20vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-25 .inner-items-with-space-vw-padding-no-width {
    padding-left: 25vw !important;
    padding-right: 25vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-30 .inner-items-with-space-vw-padding-no-width {
    padding-left: 30vw !important;
    padding-right: 30vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-35 .inner-items-with-space-vw-padding-no-width {
    padding-left: 35vw !important;
    padding-right: 35vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-40 .inner-items-with-space-vw-padding-no-width {
    padding-left: 40vw !important;
    padding-right: 40vw !important;
}

.inner-items-padding-for-margin-left-right-custom-spaces-elements-45 .inner-items-with-space-vw-padding-no-width {
    padding-left: 45vw !important;
    padding-right: 45vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-0 .inner-items-with-space-vw-padding-no-width {
    padding-top: 0px !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-010 .inner-items-with-space-vw-padding-no-width {
    padding-top: 0.10vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-025 .inner-items-with-space-vw-padding-no-width {
    padding-top: 0.25vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-050 .inner-items-with-space-vw-padding-no-width {
    padding-top: 0.50vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-1 .inner-items-with-space-vw-padding-no-width {
    padding-top: 1vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-2 .inner-items-with-space-vw-padding-no-width {
    padding-top: 2vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-3 .inner-items-with-space-vw-padding-no-width {
    padding-top: 3vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-4 .inner-items-with-space-vw-padding-no-width {
    padding-top: 4vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-5 .inner-items-with-space-vw-padding-no-width {
    padding-top: 5vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-6 .inner-items-with-space-vw-padding-no-width {
    padding-top: 6vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-7 .inner-items-with-space-vw-padding-no-width {
    padding-top: 7vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-8 .inner-items-with-space-vw-padding-no-width {
    padding-top: 8vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-9 .inner-items-with-space-vw-padding-no-width {
    padding-top: 9vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-10 .inner-items-with-space-vw-padding-no-width {
    padding-top: 10vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-15 .inner-items-with-space-vw-padding-no-width {
    padding-top: 15vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-20 .inner-items-with-space-vw-padding-no-width {
    padding-top: 20vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-25 .inner-items-with-space-vw-padding-no-width {
    padding-top: 25vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-30 .inner-items-with-space-vw-padding-no-width {
    padding-top: 30vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-35 .inner-items-with-space-vw-padding-no-width {
    padding-top: 35vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-40 .inner-items-with-space-vw-padding-no-width {
    padding-top: 40vw !important;
}

.inner-items-padding-for-margin-top-custom-spaces-elements-45 .inner-items-with-space-vw-padding-no-width {
    padding-top: 45vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-0 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 0px !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-010 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 0.10vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-025 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 0.25vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-050 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 0.50vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-1 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 1vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-2 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 2vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-3 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 3vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-4 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 4vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-5 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 5vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-6 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 6vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-7 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 7vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-8 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 8vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-9 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 9vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-10 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 10vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-15 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 15vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-20 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 20vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-25 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 25vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-30 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 30vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-35 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 35vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-40 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 40vw !important;
}

.inner-items-padding-for-margin-bottom-custom-spaces-elements-45 .inner-items-with-space-vw-padding-no-width {
    padding-bottom: 45vw !important;
}

























.inner-items-margin-left-right-custom-spaces-elements-0 .inner-items-with-space {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.inner-items-margin-left-right-custom-spaces-elements-010 .inner-items-with-space {
    width: 99.8%;
    margin-left: 0.10% !important;
    margin-right: 0.10% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-025 .inner-items-with-space {
    width: 99.5%;
    margin-left: 0.25% !important;
    margin-right: 0.25% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-050 .inner-items-with-space {
    width: 99%;
    margin-left: 0.50% !important;
    margin-right: 0.50% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-1 .inner-items-with-space {
    width: 98%;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-2 .inner-items-with-space {
    width: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-3 .inner-items-with-space {
    width: 94%;
    margin-left: 3% !important;
    margin-right: 3% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-4 .inner-items-with-space {
    width: 92%;
    margin-left: 4% !important;
    margin-right: 4% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-5 .inner-items-with-space {
    width: 90%;
    margin-left: 5% !important;
    margin-right: 5% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-6 .inner-items-with-space {
    width: 88%;
    margin-left: 6% !important;
    margin-right: 6% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-7 .inner-items-with-space {
    width: 86%;
    margin-left: 7% !important;
    margin-right: 7% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-8 .inner-items-with-space {
    width: 84%;
    margin-left: 8% !important;
    margin-right: 8% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-9 .inner-items-with-space {
    width: 82%;
    margin-left: 9% !important;
    margin-right: 9% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-10 .inner-items-with-space {
    width: 80%;
    margin-left: 10% !important;
    margin-right: 10% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-15 .inner-items-with-space {
    width: 70%;
    margin-left: 15% !important;
    margin-right: 15% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-20 .inner-items-with-space {
    width: 60%;
    margin-left: 20% !important;
    margin-right: 20% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-25 .inner-items-with-space {
    width: 50%;
    margin-left: 25% !important;
    margin-right: 25% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-30 .inner-items-with-space {
    width: 40%;
    margin-left: 30% !important;
    margin-right: 30% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-35 .inner-items-with-space {
    width: 30%;
    margin-left: 35% !important;
    margin-right: 35% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-40 .inner-items-with-space {
    width: 20%;
    margin-left: 40% !important;
    margin-right: 40% !important;
}

.inner-items-margin-left-right-custom-spaces-elements-45 .inner-items-with-space {
    width: 10%;
    margin-left: 45% !important;
    margin-right: 45% !important;
}

.inner-items-margin-top-custom-spaces-elements-0 .inner-items-with-space {
    margin-top: 0px !important;
}

.inner-items-margin-top-custom-spaces-elements-010 .inner-items-with-space {
    margin-top: 0.10% !important;
}

.inner-items-margin-top-custom-spaces-elements-025 .inner-items-with-space {
    margin-top: 0.25% !important;
}

.inner-items-margin-top-custom-spaces-elements-050 .inner-items-with-space {
    margin-top: 0.50% !important;
}

.inner-items-margin-top-custom-spaces-elements-1 .inner-items-with-space {
    margin-top: 1% !important;
}

.inner-items-margin-top-custom-spaces-elements-2 .inner-items-with-space {
    margin-top: 2% !important;
}

.inner-items-margin-top-custom-spaces-elements-3 .inner-items-with-space {
    margin-top: 3% !important;
}

.inner-items-margin-top-custom-spaces-elements-4 .inner-items-with-space {
    margin-top: 4% !important;
}

.inner-items-margin-top-custom-spaces-elements-5 .inner-items-with-space {
    margin-top: 5% !important;
}

.inner-items-margin-top-custom-spaces-elements-6 .inner-items-with-space {
    margin-top: 6% !important;
}

.inner-items-margin-top-custom-spaces-elements-7 .inner-items-with-space {
    margin-top: 7% !important;
}

.inner-items-margin-top-custom-spaces-elements-8 .inner-items-with-space {
    margin-top: 8% !important;
}

.inner-items-margin-top-custom-spaces-elements-9 .inner-items-with-space {
    margin-top: 9% !important;
}

.inner-items-margin-top-custom-spaces-elements-10 .inner-items-with-space {
    margin-top: 10% !important;
}

.inner-items-margin-top-custom-spaces-elements-15 .inner-items-with-space {
    margin-top: 15% !important;
}

.inner-items-margin-top-custom-spaces-elements-20 .inner-items-with-space {
    margin-top: 20% !important;
}

.inner-items-margin-top-custom-spaces-elements-25 .inner-items-with-space {
    margin-top: 25% !important;
}

.inner-items-margin-top-custom-spaces-elements-30 .inner-items-with-space {
    margin-top: 30% !important;
}

.inner-items-margin-top-custom-spaces-elements-35 .inner-items-with-space {
    margin-top: 35% !important;
}

.inner-items-margin-top-custom-spaces-elements-40 .inner-items-with-space {
    margin-top: 40% !important;
}

.inner-items-margin-top-custom-spaces-elements-45 .inner-items-with-space {
    margin-top: 45% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-0 .inner-items-with-space {
    margin-bottom: 0px !important;
}

.inner-items-margin-bottom-custom-spaces-elements-010 .inner-items-with-space {
    margin-bottom: 0.10% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-025 .inner-items-with-space {
    margin-bottom: 0.25% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-050 .inner-items-with-space {
    margin-bottom: 0.50% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-1 .inner-items-with-space {
    margin-bottom: 1% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-2 .inner-items-with-space {
    margin-bottom: 2% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-3 .inner-items-with-space {
    margin-bottom: 3% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-4 .inner-items-with-space {
    margin-bottom: 4% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-5 .inner-items-with-space {
    margin-bottom: 5% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-6 .inner-items-with-space {
    margin-bottom: 6% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-7 .inner-items-with-space {
    margin-bottom: 7% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-8 .inner-items-with-space {
    margin-bottom: 8% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-9 .inner-items-with-space {
    margin-bottom: 9% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-10 .inner-items-with-space {
    margin-bottom: 10% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-15 .inner-items-with-space {
    margin-bottom: 15% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-20 .inner-items-with-space {
    margin-bottom: 20% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-25 .inner-items-with-space {
    margin-bottom: 25% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-30 .inner-items-with-space {
    margin-bottom: 30% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-35 .inner-items-with-space {
    margin-bottom: 35% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-40 .inner-items-with-space {
    margin-bottom: 40% !important;
}

.inner-items-margin-bottom-custom-spaces-elements-45 .inner-items-with-space {
    margin-bottom: 45% !important;
}
/*#endregion general_items_spaces*/

/*#region image_spaces*/
.image-margin-left-right-custom-spaces-elements-0 .image-margin-items {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.image-margin-left-right-custom-spaces-elements-010 .image-margin-items {
    width: 99.8%;
    margin-left: 0.10% !important;
    margin-right: 0.10% !important;
}

.image-margin-left-right-custom-spaces-elements-025 .image-margin-items {
    width: 99.5%;
    margin-left: 0.25% !important;
    margin-right: 0.25% !important;
}

.image-margin-left-right-custom-spaces-elements-050 .image-margin-items {
    width: 99%;
    margin-left: 0.50% !important;
    margin-right: 0.50% !important;
}

.image-margin-left-right-custom-spaces-elements-1 .image-margin-items {
    width: 98%;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.image-margin-left-right-custom-spaces-elements-2 .image-margin-items {
    width: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
}

.image-margin-left-right-custom-spaces-elements-3 .image-margin-items {
    width: 94%;
    margin-left: 3% !important;
    margin-right: 3% !important;
}

.image-margin-left-right-custom-spaces-elements-4 .image-margin-items {
    width: 92%;
    margin-left: 4% !important;
    margin-right: 4% !important;
}

.image-margin-left-right-custom-spaces-elements-5 .image-margin-items {
    width: 90%;
    margin-left: 5% !important;
    margin-right: 5% !important;
}

.image-margin-left-right-custom-spaces-elements-6 .image-margin-items {
    width: 88%;
    margin-left: 6% !important;
    margin-right: 6% !important;
}

.image-margin-left-right-custom-spaces-elements-7 .image-margin-items {
    width: 86%;
    margin-left: 7% !important;
    margin-right: 7% !important;
}

.image-margin-left-right-custom-spaces-elements-8 .image-margin-items {
    width: 84%;
    margin-left: 8% !important;
    margin-right: 8% !important;
}

.image-margin-left-right-custom-spaces-elements-9 .image-margin-items {
    width: 82%;
    margin-left: 9% !important;
    margin-right: 9% !important;
}

.image-margin-left-right-custom-spaces-elements-10 .image-margin-items {
    width: 80%;
    margin-left: 10% !important;
    margin-right: 10% !important;
}

.image-margin-left-right-custom-spaces-elements-15 .image-margin-items {
    width: 70%;
    margin-left: 15% !important;
    margin-right: 15% !important;
}

.image-margin-left-right-custom-spaces-elements-20 .image-margin-items {
    width: 60%;
    margin-left: 20% !important;
    margin-right: 20% !important;
}

.image-margin-left-right-custom-spaces-elements-25 .image-margin-items {
    width: 50%;
    margin-left: 25% !important;
    margin-right: 25% !important;
}

.image-margin-left-right-custom-spaces-elements-30 .image-margin-items {
    width: 40%;
    margin-left: 30% !important;
    margin-right: 30% !important;
}

.image-margin-left-right-custom-spaces-elements-35 .image-margin-items {
    width: 30%;
    margin-left: 35% !important;
    margin-right: 35% !important;
}

.image-margin-left-right-custom-spaces-elements-40 .image-margin-items {
    width: 20%;
    margin-left: 40% !important;
    margin-right: 40% !important;
}

.image-margin-left-right-custom-spaces-elements-45 .image-margin-items {
    width: 10%;
    margin-left: 45% !important;
    margin-right: 45% !important;
}

.image-margin-top-custom-spaces-elements-0 .image-margin-items {
    margin-top: 0px !important;
}

.image-margin-top-custom-spaces-elements-010 .image-margin-items {
    margin-top: 0.10% !important;
}

.image-margin-top-custom-spaces-elements-025 .image-margin-items {
    margin-top: 0.25% !important;
}

.image-margin-top-custom-spaces-elements-050 .image-margin-items {
    margin-top: 0.50% !important;
}

.image-margin-top-custom-spaces-elements-1 .image-margin-items {
    margin-top: 1% !important;
}

.image-margin-top-custom-spaces-elements-2 .image-margin-items {
    margin-top: 2% !important;
}

.image-margin-top-custom-spaces-elements-3 .image-margin-items {
    margin-top: 3% !important;
}

.image-margin-top-custom-spaces-elements-4 .image-margin-items {
    margin-top: 4% !important;
}

.image-margin-top-custom-spaces-elements-5 .image-margin-items {
    margin-top: 5% !important;
}

.image-margin-top-custom-spaces-elements-6 .image-margin-items {
    margin-top: 6% !important;
}

.image-margin-top-custom-spaces-elements-7 .image-margin-items {
    margin-top: 7% !important;
}

.image-margin-top-custom-spaces-elements-8 .image-margin-items {
    margin-top: 8% !important;
}

.image-margin-top-custom-spaces-elements-9 .image-margin-items {
    margin-top: 9% !important;
}

.image-margin-top-custom-spaces-elements-10 .image-margin-items {
    margin-top: 10% !important;
}

.image-margin-top-custom-spaces-elements-15 .image-margin-items {
    margin-top: 15% !important;
}

.image-margin-top-custom-spaces-elements-20 .image-margin-items {
    margin-top: 20% !important;
}

.image-margin-top-custom-spaces-elements-25 .image-margin-items {
    margin-top: 25% !important;
}

.image-margin-top-custom-spaces-elements-30 .image-margin-items {
    margin-top: 30% !important;
}

.image-margin-top-custom-spaces-elements-35 .image-margin-items {
    margin-top: 35% !important;
}

.image-margin-top-custom-spaces-elements-40 .image-margin-items {
    margin-top: 40% !important;
}

.image-margin-top-custom-spaces-elements-45 .image-margin-items {
    margin-top: 45% !important;
}

.image-margin-bottom-custom-spaces-elements-0 .image-margin-items {
    margin-bottom: 0px !important;
}

.image-margin-bottom-custom-spaces-elements-010 .image-margin-items {
    margin-bottom: 0.10% !important;
}

.image-margin-bottom-custom-spaces-elements-025 .image-margin-items {
    margin-bottom: 0.25% !important;
}

.image-margin-bottom-custom-spaces-elements-050 .image-margin-items {
    margin-bottom: 0.50% !important;
}

.image-margin-bottom-custom-spaces-elements-1 .image-margin-items {
    margin-bottom: 1% !important;
}

.image-margin-bottom-custom-spaces-elements-2 .image-margin-items {
    margin-bottom: 2% !important;
}

.image-margin-bottom-custom-spaces-elements-3 .image-margin-items {
    margin-bottom: 3% !important;
}

.image-margin-bottom-custom-spaces-elements-4 .image-margin-items {
    margin-bottom: 4% !important;
}

.image-margin-bottom-custom-spaces-elements-5 .image-margin-items {
    margin-bottom: 5% !important;
}

.image-margin-bottom-custom-spaces-elements-6 .image-margin-items {
    margin-bottom: 6% !important;
}

.image-margin-bottom-custom-spaces-elements-7 .image-margin-items {
    margin-bottom: 7% !important;
}

.image-margin-bottom-custom-spaces-elements-8 .image-margin-items {
    margin-bottom: 8% !important;
}

.image-margin-bottom-custom-spaces-elements-9 .image-margin-items {
    margin-bottom: 9% !important;
}

.image-margin-bottom-custom-spaces-elements-10 .image-margin-items {
    margin-bottom: 10% !important;
}

.image-margin-bottom-custom-spaces-elements-15 .image-margin-items {
    margin-bottom: 15% !important;
}

.image-margin-bottom-custom-spaces-elements-20 .image-margin-items {
    margin-bottom: 20% !important;
}

.image-margin-bottom-custom-spaces-elements-25 .image-margin-items {
    margin-bottom: 25% !important;
}

.image-margin-bottom-custom-spaces-elements-30 .image-margin-items {
    margin-bottom: 30% !important;
}

.image-margin-bottom-custom-spaces-elements-35 .image-margin-items {
    margin-bottom: 35% !important;
}

.image-margin-bottom-custom-spaces-elements-40 .image-margin-items {
    margin-bottom: 40% !important;
}

.image-margin-bottom-custom-spaces-elements-45 .image-margin-items {
    margin-bottom: 45% !important;
}
/*#endregion image_spaces*/

/*#region text_spaces*/
.text-margin-left-right-custom-spaces-elements-0 .text-margin-items {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.text-margin-left-right-custom-spaces-elements-010 .text-margin-items {
    width: 99.8%;
    margin-left: 0.10% !important;
    margin-right: 0.10% !important;
}

.text-margin-left-right-custom-spaces-elements-025 .text-margin-items {
    width: 99.5%;
    margin-left: 0.25% !important;
    margin-right: 0.25% !important;
}

.text-margin-left-right-custom-spaces-elements-050 .text-margin-items {
    width: 99%;
    margin-left: 0.50% !important;
    margin-right: 0.50% !important;
}

.text-margin-left-right-custom-spaces-elements-1 .text-margin-items {
    width: 98%;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.text-margin-left-right-custom-spaces-elements-2 .text-margin-items {
    width: 96%;
    margin-left: 2% !important;
    margin-right: 2% !important;
}

.text-margin-left-right-custom-spaces-elements-3 .text-margin-items {
    width: 94%;
    margin-left: 3% !important;
    margin-right: 3% !important;
}

.text-margin-left-right-custom-spaces-elements-4 .text-margin-items {
    width: 92%;
    margin-left: 4% !important;
    margin-right: 4% !important;
}

.text-margin-left-right-custom-spaces-elements-5 .text-margin-items {
    width: 90%;
    margin-left: 5% !important;
    margin-right: 5% !important;
}

.text-margin-left-right-custom-spaces-elements-6 .text-margin-items {
    width: 88%;
    margin-left: 6% !important;
    margin-right: 6% !important;
}

.text-margin-left-right-custom-spaces-elements-7 .text-margin-items {
    width: 86%;
    margin-left: 7% !important;
    margin-right: 7% !important;
}

.text-margin-left-right-custom-spaces-elements-8 .text-margin-items {
    width: 84%;
    margin-left: 8% !important;
    margin-right: 8% !important;
}

.text-margin-left-right-custom-spaces-elements-9 .text-margin-items {
    width: 82%;
    margin-left: 9% !important;
    margin-right: 9% !important;
}

.text-margin-left-right-custom-spaces-elements-10 .text-margin-items {
    width: 80%;
    margin-left: 10% !important;
    margin-right: 10% !important;
}

.text-margin-left-right-custom-spaces-elements-15 .text-margin-items {
    width: 70%;
    margin-left: 15% !important;
    margin-right: 15% !important;
}

.text-margin-left-right-custom-spaces-elements-20 .text-margin-items {
    width: 60%;
    margin-left: 20% !important;
    margin-right: 20% !important;
}

.text-margin-left-right-custom-spaces-elements-25 .text-margin-items {
    width: 50%;
    margin-left: 25% !important;
    margin-right: 25% !important;
}

.text-margin-left-right-custom-spaces-elements-30 .text-margin-items {
    width: 40%;
    margin-left: 30% !important;
    margin-right: 30% !important;
}

.text-margin-left-right-custom-spaces-elements-35 .text-margin-items {
    width: 30%;
    margin-left: 35% !important;
    margin-right: 35% !important;
}

.text-margin-left-right-custom-spaces-elements-40 .text-margin-items {
    width: 20%;
    margin-left: 40% !important;
    margin-right: 40% !important;
}

.text-margin-left-right-custom-spaces-elements-45 .text-margin-items {
    width: 10%;
    margin-left: 45% !important;
    margin-right: 45% !important;
}

.text-margin-top-custom-spaces-elements-0 .text-margin-items {
    margin-top: 0px !important;
}

.text-margin-top-custom-spaces-elements-010 .text-margin-items {
    margin-top: 0.10% !important;
}

.text-margin-top-custom-spaces-elements-025 .text-margin-items {
    margin-top: 0.25% !important;
}

.text-margin-top-custom-spaces-elements-050 .text-margin-items {
    margin-top: 0.50% !important;
}

.text-margin-top-custom-spaces-elements-1 .text-margin-items {
    margin-top: 1% !important;
}

.text-margin-top-custom-spaces-elements-2 .text-margin-items {
    margin-top: 2% !important;
}

.text-margin-top-custom-spaces-elements-3 .text-margin-items {
    margin-top: 3% !important;
}

.text-margin-top-custom-spaces-elements-4 .text-margin-items {
    margin-top: 4% !important;
}

.text-margin-top-custom-spaces-elements-5 .text-margin-items {
    margin-top: 5% !important;
}

.text-margin-top-custom-spaces-elements-6 .text-margin-items {
    margin-top: 6% !important;
}

.text-margin-top-custom-spaces-elements-7 .text-margin-items {
    margin-top: 7% !important;
}

.text-margin-top-custom-spaces-elements-8 .text-margin-items {
    margin-top: 8% !important;
}

.text-margin-top-custom-spaces-elements-9 .text-margin-items {
    margin-top: 9% !important;
}

.text-margin-top-custom-spaces-elements-10 .text-margin-items {
    margin-top: 10% !important;
}

.text-margin-top-custom-spaces-elements-15 .text-margin-items {
    margin-top: 15% !important;
}

.text-margin-top-custom-spaces-elements-20 .text-margin-items {
    margin-top: 20% !important;
}

.text-margin-top-custom-spaces-elements-25 .text-margin-items {
    margin-top: 25% !important;
}

.text-margin-top-custom-spaces-elements-30 .text-margin-items {
    margin-top: 30% !important;
}

.text-margin-top-custom-spaces-elements-35 .text-margin-items {
    margin-top: 35% !important;
}

.text-margin-top-custom-spaces-elements-40 .text-margin-items {
    margin-top: 40% !important;
}

.text-margin-top-custom-spaces-elements-45 .text-margin-items {
    margin-top: 45% !important;
}

.text-margin-bottom-custom-spaces-elements-0 .text-margin-items {
    margin-bottom: 0px !important;
}

.text-margin-bottom-custom-spaces-elements-010 .text-margin-items {
    margin-bottom: 0.10% !important;
}

.text-margin-bottom-custom-spaces-elements-025 .text-margin-items {
    margin-bottom: 0.25% !important;
}

.text-margin-bottom-custom-spaces-elements-050 .text-margin-items {
    margin-bottom: 0.50% !important;
}

.text-margin-bottom-custom-spaces-elements-1 .text-margin-items {
    margin-bottom: 1% !important;
}

.text-margin-bottom-custom-spaces-elements-2 .text-margin-items {
    margin-bottom: 2% !important;
}

.text-margin-bottom-custom-spaces-elements-3 .text-margin-items {
    margin-bottom: 3% !important;
}

.text-margin-bottom-custom-spaces-elements-4 .text-margin-items {
    margin-bottom: 4% !important;
}

.text-margin-bottom-custom-spaces-elements-5 .text-margin-items {
    margin-bottom: 5% !important;
}

.text-margin-bottom-custom-spaces-elements-6 .text-margin-items {
    margin-bottom: 6% !important;
}

.text-margin-bottom-custom-spaces-elements-7 .text-margin-items {
    margin-bottom: 7% !important;
}

.text-margin-bottom-custom-spaces-elements-8 .text-margin-items {
    margin-bottom: 8% !important;
}

.text-margin-bottom-custom-spaces-elements-9 .text-margin-items {
    margin-bottom: 9% !important;
}

.text-margin-bottom-custom-spaces-elements-10 .text-margin-items {
    margin-bottom: 10% !important;
}

.text-margin-bottom-custom-spaces-elements-15 .text-margin-items {
    margin-bottom: 15% !important;
}

.text-margin-bottom-custom-spaces-elements-20 .text-margin-items {
    margin-bottom: 20% !important;
}

.text-margin-bottom-custom-spaces-elements-25 .text-margin-items {
    margin-bottom: 25% !important;
}

.text-margin-bottom-custom-spaces-elements-30 .text-margin-items {
    margin-bottom: 30% !important;
}

.text-margin-bottom-custom-spaces-elements-35 .text-margin-items {
    margin-bottom: 35% !important;
}

.text-margin-bottom-custom-spaces-elements-40 .text-margin-items {
    margin-bottom: 40% !important;
}

.text-margin-bottom-custom-spaces-elements-45 .text-margin-items {
    margin-bottom: 45% !important;
}
/*#endregion text_spaces*/

/*#region default_spaces*/
.custom-spaces-elements-0 .item-wrapper-with-space {
    width: 100%;
    margin: 0px;
}

.custom-spaces-elements-010 .item-wrapper-with-space {
    width: 99.8%;
    margin: 0.1%;
}

.custom-spaces-elements-025 .item-wrapper-with-space {
    width: 99.5%;
    margin: 0.25%;
}

.custom-spaces-elements-050 .item-wrapper-with-space {
    width: 99%;
    margin: 0.5%;
}

.custom-spaces-elements-1 .item-wrapper-with-space {
    width: 98%;
    margin: 1%;
}

.custom-spaces-elements-2 .item-wrapper-with-space {
    width: 96%;
    margin: 2%;
}

.custom-spaces-elements-3 .item-wrapper-with-space {
    width: 94%;
    margin: 3%;
}

.custom-spaces-elements-4 .item-wrapper-with-space {
    width: 92%;
    margin: 4%;
}

.custom-spaces-elements-5 .item-wrapper-with-space {
    width: 90%;
    margin: 5%;
}

.custom-spaces-elements-6 .item-wrapper-with-space {
    width: 88%;
    margin: 6%;
}

.custom-spaces-elements-7 .item-wrapper-with-space {
    width: 86%;
    margin: 7%;
}

.custom-spaces-elements-8 .item-wrapper-with-space {
    width: 84%;
    margin: 8%;
}

.custom-spaces-elements-9 .item-wrapper-with-space {
    width: 82%;
    margin: 9%;
}

.custom-spaces-elements-10 .item-wrapper-with-space {
    width: 80%;
    margin: 10%;
}

.custom-spaces-elements-15 .item-wrapper-with-space {
    width: 70%;
    margin: 15%;
}

.custom-spaces-elements-20 .item-wrapper-with-space {
    width: 60%;
    margin: 20%;
}

.custom-spaces-elements-25 .item-wrapper-with-space {
    width: 50%;
    margin: 25%;
}

.custom-spaces-elements-30 .item-wrapper-with-space {
    width: 40%;
    margin: 30%;
}

.custom-spaces-elements-35 .item-wrapper-with-space {
    width: 30%;
    margin: 35%;
}

.custom-spaces-elements-40 .item-wrapper-with-space {
    width: 20%;
    margin: 40%;
}

.custom-spaces-elements-45 .item-wrapper-with-space {
    width: 45%;
    margin: 10%;
}

.custom-spaces-paddings-0 {
    width: 100%;
    margin: 0px;
}

.custom-spaces-paddings-010 {
    width: 99.8%;
    padding: 0.1%;
}

.custom-spaces-paddings-025 {
    width: 99.5%;
    padding: 0.25%;
}

.custom-spaces-paddings-050 {
    width: 99%;
    padding: 0.5%;
}

.custom-spaces-paddings-1 {
    width: 98%;
    padding: 1%;
}

.custom-spaces-paddings-2 {
    width: 96%;
    padding: 2%;
}

.custom-spaces-paddings-3 {
    width: 94%;
    padding: 3%;
}

.custom-spaces-paddings-4 {
    width: 92%;
    padding: 4%;
}

.custom-spaces-paddings-5 {
    width: 90%;
    padding: 5%;
}

.custom-spaces-paddings-6 {
    width: 88%;
    padding: 6%;
}

.custom-spaces-paddings-7 {
    width: 86%;
    padding: 7%;
}

.custom-spaces-paddings-8 {
    width: 84%;
    padding: 8%;
}

.custom-spaces-paddings-9 {
    width: 82%;
    padding: 9%;
}

.custom-spaces-paddings-10 {
    width: 80%;
    padding: 10%;
}

.custom-spaces-paddings-15 {
    width: 70%;
    padding: 15%;
}

.custom-spaces-paddings-20 {
    width: 60%;
    padding: 20%;
}

.custom-spaces-paddings-25 {
    width: 50%;
    padding: 25%;
}

.custom-spaces-paddings-30 {
    width: 40%;
    padding: 30%;
}

.custom-spaces-paddings-35 {
    width: 30%;
    padding: 35%;
}

.custom-spaces-paddings-40 {
    width: 20%;
    padding: 40%;
}

.custom-spaces-paddings-45 {
    width: 10%;
    padding: 45%;
}
/*#endregion default_spaces*/

/*#endregion spaces_elements*/

.set-opacity-80:hover {
    opacity: 0.5;
    -webkit-animation: set-opacity80-animation 0.5s ease-out;
    -moz-animation: set-opacity80-animation 0.5s ease-out;
    -o-animation: set-opacity80-animation 0.5s ease-out;
    animation: set-opacity80-animation 0.5s ease-out;
}

@-webkit-keyframes set-opacity80-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.75;
    }

    100% {
        opacity: 0.50;
    }
}

@-moz-keyframes set-opacity80-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.75;
    }

    100% {
        opacity: 0.50;
    }
}

@-o-keyframes set-opacity80-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.75;
    }

    100% {
        opacity: 0.50;
    }
}

@keyframes set-opacity80-animation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.75;
    }

    100% {
        opacity: 0.50;
    }
}

strong, b, strong span, b span {
    font-weight: 600 !important;
}

u {
    text-decoration: underline;
}

em {
    font-style: italic;
}

.custom-btn-items {
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.custom-btn-width-100-padding {
    width: 96%;
    padding-left: 2% !important;
    padding-right: 2% !important;
}

.wrapper-general h1, .wrapper-general h1 * {
    font-weight: 700;
}

.wrapper-general h2, .wrapper-general h2 * {
    font-weight: 700;
}

.wrapper-general h3, .wrapper-general h3 *, .wrapper-general h4, .wrapper-general h4 *, .wrapper-general h5, .wrapper-general h5 * {
    font-weight: 600;
}

.wrapper-general h6, .wrapper-general h6 * {
    font-weight: 500;
}


@media(min-width: 1900px) {
    /*#region general_styles */
    * {
        font-size: 16px;
    }

    .line-height-paragraphs {
        line-height: 28px;
    }

    .line-height-items {
        line-height: 36px !important;
    }

    .wrapper-general h1, .wrapper-general h1 * {
        line-height: 55px !important;
        font-size: 50px;
    }

    .wrapper-general h2, .wrapper-general h2 * {
        line-height: 45px !important;
        font-size: 40px;
    }

    .wrapper-general h3, .wrapper-general h3 * {
        line-height: 35px !important;
        font-size: 30px;
    }

    .wrapper-general h4, .wrapper-general h4 * {
        line-height: 30px !important;
        font-size: 25px;
    }

    .wrapper-general h5, .wrapper-general h5 * {
        line-height: 25px !important;
        font-size: 20px;
    }

    .wrapper-general h6, .wrapper-general h6 * {
        line-height: 20px !important;
        font-size: 18px;
    }
    /*#endregion */

    /*#region widths */
    .custom-width-device .field-wrapper {
        width: 1320px !important;
        margin-left: auto;
        margin-right: auto;
    }
    /*#endregion widths */
}

@media(min-width: 1600px) and (max-width: 1899.99999px) {
    /*#region general_styles */
    * {
        font-size: 16px;
    }

    .line-height-paragraphs {
        line-height: 28px;
    }

    .line-height-items {
        line-height: 36px !important;
    }

    .wrapper-general h1, .wrapper-general h1 * {
        line-height: 55px !important;
        font-size: 50px;
    }

    .wrapper-general h2, .wrapper-general h2 * {
        line-height: 45px !important;
        font-size: 40px;
    }

    .wrapper-general h3, .wrapper-general h3 * {
        line-height: 35px !important;
        font-size: 30px;
    }

    .wrapper-general h4, .wrapper-general h4 * {
        line-height: 30px !important;
        font-size: 25px;
    }

    .wrapper-general h5, .wrapper-general h5 * {
        line-height: 25px !important;
        font-size: 20px;
    }

    .wrapper-general h6, .wrapper-general h6 * {
        line-height: 20px !important;
        font-size: 18px;
    }
    /*#endregion */

    /*#region widths */
    .custom-width-device .field-wrapper {
        width: 1320px !important;
        margin-left: auto;
        margin-right: auto;
    }
    /*#endregion widths */
}

@media(min-width: 1400px) and (max-width: 1599.99999px) {
    /*#region general_styles */
    * {
        font-size: 16px;
    }

    .line-height-paragraphs {
        line-height: 28px;
    }

    .line-height-items {
        line-height: 34px !important;
    }

    .wrapper-general h1, .wrapper-general h1 * {
        line-height: 55px !important;
        font-size: 50px;
    }

    .wrapper-general h2, .wrapper-general h2 * {
        line-height: 45px !important;
        font-size: 40px;
    }

    .wrapper-general h3, .wrapper-general h3 * {
        line-height: 35px !important;
        font-size: 30px;
    }

    .wrapper-general h4, .wrapper-general h4 * {
        line-height: 30px !important;
        font-size: 25px;
    }

    .wrapper-general h5, .wrapper-general h5 * {
        line-height: 25px !important;
        font-size: 20px;
    }

    .wrapper-general h6, .wrapper-general h6 * {
        line-height: 20px !important;
        font-size: 18px;
    }
    /*#endregion */

    /*#region widths */
    .custom-width-device .field-wrapper {
        width: 1320px !important;
        margin-left: auto;
        margin-right: auto;
    }
    /*#endregion widths */
}

@media(min-width: 1200px) and (max-width: 1399.99999px) {
    /*#region general_styles */
    * {
        font-size: 15px;
    }

    .line-height-paragraphs {
        line-height: 26px;
    }

    .line-height-items {
        line-height: 32px !important;
    }

    .wrapper-general h1, .wrapper-general h1 * {
        line-height: 50px !important;
        font-size: 45px;
    }

    .wrapper-general h2, .wrapper-general h2 * {
        line-height: 40px !important;
        font-size: 35px;
    }

    .wrapper-general h3, .wrapper-general h3 * {
        line-height: 30px !important;
        font-size: 25px;
    }

    .wrapper-general h4, .wrapper-general h4 * {
        line-height: 27px !important;
        font-size: 22px;
    }

    .wrapper-general h5, .wrapper-general h5 * {
        line-height: 23px !important;
        font-size: 18px;
    }

    .wrapper-general h6, .wrapper-general h6 * {
        line-height: 20px !important;
        font-size: 17px;
    }
    /*#endregion */

    /*#region widths */
    .custom-width-device .field-wrapper {
        width: 1100px !important;
        margin-left: auto;
        margin-right: auto;
    }
    /*#endregion widths */
}

@media(min-width: 969px) and (max-width: 1199.99999px) {
    /*#region general_styles */
    * {
        font-size: 15px;
    }

    .line-height-paragraphs {
        line-height: 26px;
    }

    .line-height-items {
        line-height: 30px !important;
    }

    .wrapper-general h1, .wrapper-general h1 * {
        line-height: 45px !important;
        font-size: 40px;
    }

    .wrapper-general h2, .wrapper-general h2 * {
        line-height: 35px !important;
        font-size: 30px;
    }

    .wrapper-general h3, .wrapper-general h3 * {
        line-height: 30px !important;
        font-size: 25px;
    }

    .wrapper-general h4, .wrapper-general h4 * {
        line-height: 27px !important;
        font-size: 22px;
    }

    .wrapper-general h5, .wrapper-general h5 * {
        line-height: 23px !important;
        font-size: 18px;
    }

    .wrapper-general h6, .wrapper-general h6 * {
        line-height: 20px !important;
        font-size: 17px;
    }
    /*#endregion */

    /*#region widths */
    .custom-width-device .field-wrapper {
        width: 900px !important;
        margin-left: auto;
        margin-right: auto;
    }
    /*#endregion widths */
}

@media(min-width: 768px) and (max-width: 968.999999px) {
    /*#region general_styles */
    * {
        font-size: 15px;
    }

    .line-height-paragraphs {
        line-height: 26px;
    }

    .line-height-items {
        line-height: 30px !important;
    }

    .wrapper-general h1, .wrapper-general h1 * {
        line-height: 45px !important;
        font-size: 40px;
    }

    .wrapper-general h2, .wrapper-general h2 * {
        line-height: 35px !important;
        font-size: 30px;
    }

    .wrapper-general h3, .wrapper-general h3 * {
        line-height: 30px !important;
        font-size: 25px;
    }

    .wrapper-general h4, .wrapper-general h4 * {
        line-height: 27px !important;
        font-size: 22px;
    }

    .wrapper-general h5, .wrapper-general h5 * {
        line-height: 23px !important;
        font-size: 18px;
    }

    .wrapper-general h6, .wrapper-general h6 * {
        line-height: 20px !important;
        font-size: 17px;
    }
    /*#endregion */

    /*#region widths */
    .custom-width-device .field-wrapper {
        width: 720px !important;
        margin-left: auto;
        margin-right: auto;
    }
    /*#endregion widths */
}

@media(min-width: 576px) and (max-width: 767.999999px) {
    /*#region general_styles */
    * {
        font-size: 15px;
    }

    .line-height-paragraphs {
        line-height: 26px;
    }

    .line-height-items {
        line-height: 30px !important;
    }

    .wrapper-general h1, .wrapper-general h1 * {
        line-height: 32px !important;
        font-size: 27px;
    }

    .wrapper-general h2, .wrapper-general h2 * {
        line-height: 28px !important;
        font-size: 23px;
    }

    .wrapper-general h3, .wrapper-general h3 * {
        line-height: 25px !important;
        font-size: 20px;
    }

    .wrapper-general h4, .wrapper-general h4 * {
        line-height: 23px !important;
        font-size: 18px;
    }

    .wrapper-general h5, .wrapper-general h5 * {
        line-height: 21px !important;
        font-size: 17px;
    }

    .wrapper-general h6, .wrapper-general h6 * {
        line-height: 20px !important;
        font-size: 16px;
    }
    /*#endregion */

    /*#region widths */
    .custom-width-device .field-wrapper {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
    /*#endregion */
}

@media(max-width: 575.999999px) {
    /*#region general_styles */
    * {
        font-size: 14px;
    }

    .line-height-paragraphs {
        line-height: 25px;
    }

    .line-height-items {
        line-height: 28px !important;
    }

    .wrapper-general h1, .wrapper-general h1 * {
        line-height: 32px !important;
        font-size: 27px;
    }

    .wrapper-general h2, .wrapper-general h2 * {
        line-height: 28px !important;
        font-size: 23px;
    }

    .wrapper-general h3, .wrapper-general h3 * {
        line-height: 25px !important;
        font-size: 20px;
    }

    .wrapper-general h4, .wrapper-general h4 * {
        line-height: 23px !important;
        font-size: 18px;
    }

    .wrapper-general h5, .wrapper-general h5 * {
        line-height: 21px !important;
        font-size: 17px;
    }

    .wrapper-general h6, .wrapper-general h6 * {
        line-height: 20px !important;
        font-size: 16px;
    }
    /*#endregion */

    /*#region widths */
    .custom-width-device .field-wrapper {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }
    /*#endregion */
}
