section {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.max-500 {
    max-width: 500px;
    margin: 0 auto;
}
.bg-dark {
    color: #fff;
    background-color: #333;
}
.bg-immo {
    background-color: #00FFD0;
}
.bg-auto {
    background-color: #F5F200;
}
.bg-finance {
    background-color: #00DFFF;
}
.double-section img {
    max-height: 450px;
    max-width: 440px;
}
.double-section img.video {
    max-height: 100%;
    max-width: 100%;
}
.double-section video, .double-section img.video {
    width: 100%;
}
.double-section video.nocontrols {
    pointer-events: none;
}
.double-section video.nocontrols::-webkit-media-controls {
    opacity: 0;
}
.marker-slice {
    max-width: 1037px;
    width: 100%;
}
.green .priority-line {
    color: #333;
    background-size: 120% 202%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('../../images/Green_02_priority-line_rgb.png');
}
.blue .priority-line {
    color: #333;
    background-size: 120% 202%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('../../images/Blue_02_priority-line_.png');
}
.yellow .priority-line {
    color: #333;
    background-size: 120% 202%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('../../images/Yellow_02_priority-line_.png');
}
.sc-spinner-loading.big {
    width: 150px;
    height: 150px;
    border-width: 10px !important;
}
#spinner-content {
    overflow: hidden
}
.sc-scribbles {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.sc-scribbles img#scribble1 {
    position: absolute;
    top: -352px;
    right: -443px;
}
.sc-scribbles img#scribble2 {
    position: absolute;
    top: -660px;
    right: 238px;
}
@media all and (min-width: 1024px) {
    .double-section p {
        max-width: 400px;
    }
    .no-margins .sc-grid-col-6 {
        margin-left: 0;
        margin-right: 0;
        width: 50%;
        margin-bottom: -4px;
    }
}
@media all and (max-width: 920px) {
    .sc-scribbles img#scribble1 {
        position: absolute;
        top: -130px;
        right: -618px;
    }
    .sc-scribbles img#scribble2 {
        position: absolute;
        top: -558px;
        right: -36px;
    }
}
@media all and (max-width: 750px) {
    .sc-scribbles img#scribble1 {
        position: absolute;
        top: -132px;
        right: -618px;
    }
    .sc-scribbles img#scribble2 {
        position: absolute;
        top: -358px;
        right: -36px;
    }
}
@media all and (max-width: 510px) {
    .sc-scribbles img#scribble1 {
        position: absolute;
        top: -130px;
        right: -258px;
    }
    .sc-scribbles img#scribble2 {
        position: absolute;
        top: -233px;
        right: -21px;
    }
    #title-container {
        padding-top: 40vw;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    h2.sc-font-xxl {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .padding-sides-ss-small {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
    .sc-scribbles {
        height: auto;
    }
    .double-section img {
        width: 100%;
    }
}
@media all and (max-width: 410px) {
    #title-container {
        padding-top: 29vw;
    }
}
@media all and (min-width: 511px) {
    #title-container {
        position: absolute;
        max-width: 1440px;
        width: 100%;
        top: 62%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.iframe-container{ position: relative; width: 100%; padding-bottom: 56.25%; height: 0; }
.iframe-container iframe{ position: absolute; top:0; left: 0; width: 100%; height: 100%; }
