@charset "UTF-8";

/* Generic */

.topnav {
    font-size: 14px;
    font-weight: 500;
}

@media (min-width: 993px) {
    h2 {
        font-size: 48px;
    }
    h4 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .topnav a {
        padding: 0 .75em;
    }
}

.r-symbol {
    top: -.75em;
    font-size: 35%;
    color: #fff;
    -webkit-text-stroke: 0px #fff;
}

.cursor,
.progress-wrap {
    mix-blend-mode: normal;
}

@media (hover: none) and (pointer: coarse) {
    .cursor {
        display: none;
    }
}

.progress-wrap {
    visibility: hidden !important;
}

.text-normal {
    text-transform: none;
}

.h5--small {
    font-size: 18px;
    line-height: 1.75em;
}

@media (min-width: 768px) {
    .h5--small {
        font-size: 23px;
    }
}

.full-height {
    height: 100vh; /* Fallback */
    height: calc(var(--vh, 1vh) * 100);
}
.full-height--min {
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
}

/* Home */

.inter-links-center.section-padding {
    padding-bottom: 0;
    background-image: url(../imgs/roche/bg-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom 80px;
}

.bottom-logo {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

@media (min-width: 768px) or (max-height: 575px) {
    .inter-links-center.section-padding {
        background-position: center bottom;
    }

    .bottom-logo {
        display: none;
    }
}

@media (orientation: portrait) {
    .inter-links-center.section-padding {
        background-image: url(../imgs/roche/bg-main-xs.jpg);
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    .inter-links-center.section-padding {
        background-image: url(../imgs/roche/bg-main-sm.jpg);
    }
}

.inter-links-center .links-text li h2 .num {
    opacity: 1;
}

.inter-links-center .links-text li a[href="#"] {
    opacity: 0.4;
}

@media (min-width: 768px) {
    .inter-links-center .links-text li .text {
        -webkit-text-stroke: 1.5px #fff;
    }
}

@media (min-width: 1024px) {
    .inter-links-center .links-text li .text {
        -webkit-text-stroke: 2px #fff;
    }
}

/* Footer */

.address--custom {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    -webkit-text-decoration: none;
}

/* About */

.sub-title--custom {
    font-size: 18px;
    letter-spacing: normal;
}

.go-more {
    display: flex;
    align-items: center;
}
.go-more .icon {
    margin-left: 40px;
}
.go-more > * {
    position: relative;
    z-index: 1;
}
.go-more:after {
    top: 50%;
    right: -6px;
    width: 72px;
    height: 72px;
    margin-top: -36px;
    background: rgba(2, 35, 102, 0.5);
    z-index: 0;
}
.go-more:hover:after {
    width: calc(100% + 20px);
    right: -6px;
}

/* Project */

.project-info-title {
    font-size: 18px;
}

.project-info {
    font-size: 10px;
    font-weight: 400;
    opacity: 0.8;
    line-height: 2;
}

/* fix overflow on mobile devices */
.next-project > .rest > .row {
    max-width: 100vw;
    margin: 0;
}
.next-project .box:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.next-project.sub-bg {
    background-color: #022366 !important;
}
.next-project .all-works-butn {
    top: -1px;
}

@media (max-width: 1199px) {
    .header-project1 .fz-100 {
        font-size: 80px !important;
    }
}
@media (max-width: 992px) {
    .header-project1 .fz-100 {
        font-size: 70px !important;
    }
}
@media (max-width: 767px) {
    .header-project1 .fz-100 {
        font-size: 50px !important;
    }
}

.h2--cta {
    font-size: 32px;
}
.h5--cta {
    font-size: 24px;
}

@media (min-width: 768px) {
    .h2--cta {
        font-size: 40px;
    }
    .h5--cta {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .h2--cta {
        font-size: 48px;
    }
    .h5--cta {
        font-size: 32px;
    }
}

/* Webinar */
.container-fluid--webinar {
    background-image: url(../imgs/roche/bg-main.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom -40px;
}
.webinar-content {
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    padding: 50px 0;
}
.webinar-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 41.66666667%;
    /* height: 100vh; */
    object-fit: cover;
}

@media (min-width: 768px) {
    .webinar-content {
        padding-right: 10vw;
        padding-left: 5vw;
    }
}

@media (min-width: 992px) {
    .container-fluid--webinar {
        background: none;
    }
    .webinar-content {
        padding-top: 96px;
        padding-bottom: 96px;
        background-image: url(../imgs/roche/bg-main.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom -80px;
    }
}

@media (min-width: 1200px) {
    .webinar-content {
        padding-top: 96px;
        padding-bottom: 96px;
    }
}

/* Thank you */
.project-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: rgba(2, 35, 102, 0.7);
    color: white;
    font-size: 30px;
    font-weight: 700;
    border-radius: 6px;
    transition: all .2s;
}
.project-link .img-fluid {
    width: calc(30% - 20px);
}
.project-link .go-more {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .project-link .go-more {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .project-link .img-fluid {
        width: 20%;
    }
    .project-link .go-more {
        width: 80%;
        font-size: 18px;
    }
    .project-link .go-more::after {
        width: 50px;
        height: 50px;
        right: 0;
        margin-top: -25px;
    }
}

/* Form */
.mktoForm--custom .mktoForm {
    width: 100% !important;
}

.mktoForm--custom .mktoForm .mktoFormRow {
    display: flex;
    justify-content: space-between;
}

.mktoForm--custom .mktoForm .mktoFormCol,
.mktoForm--custom .mktoForm .mktoFormCol .mktoFieldWrap {
    float: none;
    width: 100%;
    min-width: 100%;
}
.mktoForm--custom .mktoForm .mktoFormRow:nth-child(2) .mktoFormCol,
.mktoForm--custom .mktoForm .mktoFormRow:nth-child(4) .mktoFormCol {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
}
.mktoForm--custom .mktoForm .mktoOffset,
.mktoForm--custom .mktoForm .mktoLabel,
.mktoForm--custom .mktoForm .mktoClear {
    display: none;
}
.mktoForm--custom .mktoForm .mktoFormCol .mktoFieldWrap,
.mktoForm--custom .mktoForm .mktoFormCol .mktoField {
    display: block;
    width: 100% !important;
}

.mktoForm--custom .mktoForm input[type=text],
.mktoForm--custom .mktoForm input[type=url],
.mktoForm--custom .mktoForm input[type=email],
.mktoForm--custom .mktoForm input[type=tel],
.mktoForm--custom .mktoForm input[type=number],
.mktoForm--custom .mktoForm input[type=date],
.mktoForm--custom .mktoForm select.mktoField,
.mktoForm--custom .mktoForm textarea.mktoField {
    padding: 1.1em;
    font-size: 18px;
    color: white !important;
    border: 1px solid white;
    border-radius: 6px;
    background-color: transparent;
    box-shadow: none;
}

.mktoForm--custom .mktoForm select.mktoField option {
    color: #000000 !important;
}

.mktoForm--custom .mktoForm input[type=text]::placeholder,
.mktoForm--custom .mktoForm input[type=url]::placeholder,
.mktoForm--custom .mktoForm input[type=email]::placeholder,
.mktoForm--custom .mktoForm input[type=tel]::placeholder,
.mktoForm--custom .mktoForm input[type=number]::placeholder,
.mktoForm--custom .mktoForm input[type=date]::placeholder,
.mktoForm--custom .mktoForm select.mktoField::placeholder,
.mktoForm--custom .mktoForm textarea.mktoField::placeholder {
    color: rgba(255,255,255,0.5);
}

.mktoForm--custom .mktoForm .mktoCheckboxList,
.mktoForm--custom .mktoForm .mktoHtmlText {
    width: 100% !important;
    color: white;
    font-size: 14px;
    /* text-align: center; */
}
.mktoForm--custom .mktoForm .mktoHtmlText {
    margin-top: 20px;
}
.mktoForm--custom .mktoForm .mktoHtmlText * {
    display: inline;
    padding: 0 !important;
}
.mktoForm--custom .mktoForm .mktoButtonRow {
    width: 100%;
    text-align: center;
}
.mktoForm--custom .mktoForm .mktoButtonWrap {
    margin: 0 !important;
}
.mktoForm--custom .mktoForm .mktoButtonWrap.mktoRound .mktoButton,
.button--custom {
    padding: 0 20px;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #0B41CD;
    border: 1px solid white;
    border-radius: 6px;
    background: white;
    box-shadow: none;
    min-height: 69px;
    transition: all .2s;
}
.button--custom {
    display: inline-block;
    min-height: 0;
    padding: 13px 25px;
    font-size: 22px;
    line-height: 22px;
}
.mktoForm--custom .mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover,
.button--custom:hover {
    color: #0B41CD;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.3);
}
.mktoForm--custom .mktoForm .mktoButtonWrap.mktoRound .mktoButton:active,
.button--custom:active {
    background: rgba(255,255,255,.7);
}

@media (max-width: 767px) {
    .mktoForm--custom .mktoForm .mktoFormRow {
        display: block;
    }
    .mktoForm--custom .mktoForm .mktoFormRow:nth-child(2) .mktoFormCol,
    .mktoForm--custom .mktoForm .mktoFormRow:nth-child(4) .mktoFormCol {
        width: 100%;
        min-width: 100%;
    }
    .mktoForm--custom .mktoForm input[type=text],
    .mktoForm--custom .mktoForm input[type=url],
    .mktoForm--custom .mktoForm input[type=email],
    .mktoForm--custom .mktoForm input[type=tel],
    .mktoForm--custom .mktoForm input[type=number],
    .mktoForm--custom .mktoForm input[type=date],
    .mktoForm--custom .mktoForm select.mktoField,
    .mktoForm--custom .mktoForm textarea.mktoField {
        padding: 20px 10px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .mktoForm--custom .mktoForm .mktoCheckboxList,
    .mktoForm--custom .mktoForm .mktoHtmlText {
        font-size: 11px;
    }
    .mktoForm--custom .mktoForm .mktoButtonWrap.mktoRound .mktoButton,
    .button--custom {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 18px;
        line-height: 50px;
        min-height: 50px;
    }
}

/* Cookies */
#ot-sdk-btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
}

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
    background-color: white !important;
    border: 1px solid white;
    color: #0B41CD !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover {
    opacity: .7;
}

@media screen and (max-width: 768px) {
    #ot-sdk-btn {
        bottom: 15px;
        left: 15px;
    }
}