.rql-container {
    position: relative;
}

.rql-section {
    position: relative;
}

.rql-section-content {
    position: absolute;
    height:100%;
    right: 0;
    width: 50%;
    text-align: center;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    padding: 0 4% 0 0;
}

.rql-section-content h2 {
    color: #FFF!important;
    text-transform: uppercase;
    margin-top: 170px!important;
    margin-bottom: 10px!important;
}

.rql-section-content h4 {
    color: #FFF!important;
    margin-top: 0!important;
    font-weight: normal!important;
}

.rql-section-content .rql-hover-text {
    color: #FFF!important;
    position: absolute;
    bottom: 25px;
    left: -50px;
}

.rql-section img {
    width: 100%;
}

.rql-region {
    display: none;
}

.rql-counter-stats-container {
    color: #FFF!important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.rql-counter {
    text-align: center;
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

.rql-counter-icon {
    font-size: 50px;
}

.rql-counter-head {
    display: block;
    font-size: 42px;
    margin-top: 10px;
}

.rql-counter-text {
    font-size: 18px;
    text-transform: capitalize;
}

.rql-button-wrapper {
    margin-top: 25px;
}

.rql-button {
    color: #FFF;
    background-color: #2D7AAC;
    padding: 10px 40px;
    border-radius: 20px;
}

.rql-button:hover {
    color: #FFF;
    background-color: #E96F2C;
}

.rql-svg-container {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rql-svg-container svg {
    max-width: 100%;
    height: 100%;
}

#region-mask {
    z-index: 900;
}

.rql-region-area {
    cursor: pointer;
    pointer-events: all;
}

.rql-region-area:hover {
    fill: rgba(255,255,255,0.4);
}

.region-selected {
    fill: rgba(255,255,255,0.4);
}

.rql-featured-stats-container {
    color: #FFF!important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.rql-featured-stat {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 0 0 33.33%;
    width: 33.33%;
}

.rql-featured-stat-intro {
    color: #FFF;
    font-weight: bold;
}

.rql-featured-main {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    font-family: "Din Bold WF", Arial, Helvetica, sans-serif;
}

.rql-featured-stat-follow-up {
    font-style: italic;
    font-size: 12px!important;
}

@media screen and (max-width: 1449px) {
    .rql-featured-stat-intro {
        font-size: 12px!important;
    }
}

@media screen and (max-width: 1299px) {
    .rql-featured-main {
        font-size: 28px!important;
    }
}

@media screen and (max-width: 1199px) {
    .rql-section-content h2 {
        margin-top: 150px!important;
    }

    .rql-featured-main {
        font-size: 24px!important;
    }
}