@font-face {
    font-family: Unit;
    src: url("/assets/fonts/UnitRoundedPro.otf");
}

@font-face {
    font-family: Unit;
    font-weight: 100;
    src: url("/assets/fonts/UnitRoundedPro-Light.otf");
}

@font-face {
    font-family: Unit;
    font-weight: 700;
    src: url("/assets/fonts/UnitRoundedPro-Medi.otf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Unit", sans-serif;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

html {
    font-size: 10px;
}

body {
    height: 100%;
}

.bg-grey-light {
    background-color: #c1c9d1;
}

.margin-bottom {
    margin-bottom: 2rem;
}

.text {
    font-size: 1.6rem;
}

.text-center {
    font-size: 1.6rem;
    text-align: left;
}

.text-block {
    width: 100%;
}

b {
    font-weight: 700;
}

.link-text {
    font-size: 1.6rem;
    text-decoration: underline;
    display: block;
}

.inline-link {
    text-decoration: underline;
}

.inline-link:hover,
.link-text:hover {
    text-decoration: none;
}

.page-title {
    font-size: 4rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
}

.section-title {
    font-size: 3rem;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
}

.sub-section-title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
}

.image {
    width: 100%;
}

.footer-logo {
    max-width: 100%;
}

.video {
    width: 100%;
    /*height: 315px;
    max-width: 100%;
    max-height: calc((100vw - 40px) / (16 / 9));*/
}

.download-badge {
    display: inline-block;
}

.line-right {
    border-right: 1px solid #fac300;
}

.row {
    width: 100%;
    padding: 2rem 0;
}

.shell {
    display: flex;
    max-width: 123rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.column-single,
.column-half,
.column-third,
.column-quarter {
    width: 100%;
    position: relative;
    float: left;
    padding: 0 2rem;
}

.center-row {
    align-self: center;
}

.column-single {
    width: 100%;
}

.column-half {
    width: 50%;
}

.column-third {
    width: 33.3%;
}

.column-quarter {
    width: 25%;
}

.block-header {
    height: 8rem;
    background-color: #fac300;
}

.block-header .shell,
.block-header .column-single {
    height: 100%;
}

.header-title-block {
    float: left;
    height: 100%;
    padding: 0 0 1rem;
}

.header-title {
    height: 5rem;
    font-size: 5rem;
    line-height: 3rem;
    float: left;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 1rem 0 0 0;
}

.header-title-icon {
    float: left;
    height: 100%;
    padding: 1rem 0 0rem;
    margin: 0 0.5rem 0 0;
}

.mobile-menu-button {
    display: none;
}

.main-menu {
    float: left;
    height: 100%;
    padding: 0 0 0 2rem;
}

.language-menu {
    float: right;
    height: 100%;
}

.main-menu li,
.language-menu li {
    float: left;
    align-self: flex-end;
    height: 100%;
}

.main-menu li a,
.language-menu li a {
    height: 5rem;
    font-size: 1.8rem;
    line-height: 1.1rem;
    padding: 0 2rem;
    margin: 1rem 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.main-menu li:hover,
.language-menu li:hover,
.language-menu li.active {
    background-color: #697d91;
    color: #fac300;
}

.block-footer {
    background-color: #697d91;
    padding: 2rem 0;
    color: #fac300;
}

.footer-section-title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    min-height: 5rem;
}

.footer-text {
    font-size: 1.6rem;
}

.footer-link-text {
    font-size: 1.6rem;
    text-decoration: underline;
    display: block;
}

.footer-link-text:hover {
    text-decoration: none;
}

.bottom-line {
    padding: 1rem 0;
    background-color: black;
    color: white;
}

.badge-container {
    float: left;
    width: 50%;
}

.location-text {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 2rem;
    height: 20rem;
}

.learn-more-link {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.learn-more-link:hover {
    text-decoration: none;
}

.potential-link:hover {
    text-decoration: none;
}

.img-comp-container {
    position: relative;
    overflow: hidden;
}

.img-comp-container img {
    width: 100%;
    display: block;
}

.img-comp-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0.5;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;

    width: 3rem;
    height: 3rem;
    background-color: #fac300;
    opacity: 0.7;
    border-radius: 50%;

    background-image: url("/assets/images/resize-arrows.png");
    background-size: 2rem 2rem;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 767px) {
    /* For mobile phones: */
    .shell {
        display: block;
        width: 100%;
    }

    .column-single,
    .column-half,
    .column-third,
    .column-quarter {
        width: 100%;
        margin-bottom: 2rem;
    }

    .block-header {
        height: auto;
    }

    .block-header .column-single {
        margin-bottom: 0;
    }

    .header-title-block {
        float: none;
        height: auto;
        padding: 0 0rem 1rem;
    }

    .header-title {
        float: none;
        display: inline-block;
        padding: 0;
        margin: 2rem 1rem 0;
        line-height: 5rem;
    }

    .header-title-icon {
        height: 6rem;
        margin: 1.1rem 0 0;
        padding: 0;
    }

    .mobile-menu-button {
        display: block;
        float: right;
        height: 8rem;
        padding: 2rem 0;
        background-color: transparent;
        border: none;
    }

    .mobile-menu-button img {
        height: 100%;
    }

    .main-menu {
        display: none;
        float: none;
        padding: 0;
        height: auto;
    }

    .main-menu li {
        float: none;
    }

    .main-menu li a {
        line-height: inherit;
        display: block;
        padding: 0 0 1rem;
        margin: 0;
        height: auto;
    }

    .main-menu li a:before {
        content: ">";
    }

    .language-menu {
        display: none;
        float: left;
        margin-bottom: 2rem;
    }

    .language-menu li a {
        padding: 1rem;
    }

    .location-text {
        height: auto;
    }

    .line-right {
        border-right: none;
        border-bottom: 1px solid #fac300;
        padding-bottom: 2rem;
    }

    .footer-section-title {
        min-height: auto;
    }

    .bottom-line .column-single {
        margin: 0;
    }
}
