@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);

body {
    margin: 0;
    padding: 0;
}

.zrp-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .zrp-container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .zrp-container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .zrp-container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .zrp-container {
        max-width: 1140px
    }
}

.zrp-media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}

.zrp-media-container-column > * {
    width: 100%;
}

.zrp-white {
    color: #ffffff;
}

.zrp-section-title {
    line-height: 1.2;
}

@media (max-width: 767px) {
    .zrp-section-title {
        text-align: center;
    }
}

.zrp-section-subtitle {
    line-height: 1.3;
    font-weight: 500;
}

.zrp-text {
    line-height: 1.6;
}

.zrp-col-md-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .zrp-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.zrp-fullscreen {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.zrp-coming-soon-section {
    background: linear-gradient(45deg, #149dcc, #073b4c);
}

.zrp-coming-soon-section .zrp-section-subtitle {
    font-style: italic;
    letter-spacing: 1rem;
}

.zrp-coming-soon-section H3 {
    text-align: center;
}

.zrp-coming-soon-section .zrp-section-title {
    text-align: center;
}

.zrp-coming-soon-section .zrp-text {
    text-align: center;
}

.zrp-coming-soon-section .zrp-section-subtitle,
.zrp-coming-soon-section .zrp-section-title,
.zrp-coming-soon-section .zrp-text {
    margin: 1.5rem;
}

.zrp-display-1 {
    font-family: 'Rubik', sans-serif;
    font-size: 4.25rem;
    font-weight: 300;
    line-height: 1.2;
}

.zrp-display-5 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .zrp-display-1 {
        font-size: calc(2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
    }
}

@media (max-width: 767px) {
    .zrp-display-5 {
        font-size: calc(1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc(1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }
}
