@font-face {
	font-family: UniNeueBook;
	src: url(fonts/page/UniNeueBook.otf);
}


@font-face {
	font-family: UniNeueBook-Italic;
	src: url(fonts/page/UniNeueBook-Italic.otf);
}

@font-face {
	font-family: UniNeueHeavy;
	src: url(fonts/page/UniNeueHeavy.otf);
}

@font-face {
	font-family: UniNeueHeavy-Italic;
	src: url(fonts/page/UniNeueHeavy-Italic.otf);
}

body {
    font-family: UniNeueBook !important;
}


.liquid {
    background-image: url(../img/page2/bg.jpg);
    /*background-size: 100% 100%;*/
    background-position: center -80px;
    background-size: cover;


}
.liquid_inner {
    padding-top:80px;
    padding-left:40px;
    padding-right:40px;
}
.logo {
    margin-top:70px;
    margin-bottom:70px;
}
.row_1 {
    margin-top:70px;
    margin-bottom:70px;
}
.row_2 {
    font-weight: bold;
    font-size: 54px;
    color:white;
    line-height: 1.1;
    text-shadow: 2px 2px 3px #000000;
}
.row_2 span {
    color: red;
    font-size: 125%;
}
.row_3 {
    font-size: 30px;
    color: #091e36;
    font-weight: bold;
    line-height: 1.2;
}
.row_3 .checkmark_separator {
    width: 7px;
    background-color: white;
    height: 90%;
    margin-left: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(110,110,110,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(110,110,110,1);
    box-shadow: 0px 0px 5px 0px rgba(110,110,110,1);
}
.row_3 .checkmark_parent {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.row_3 .checkmark {
    font-size: 160%;
    color: red;
}
.row_3_inner{
    padding-top:90px;
    padding-bottom:50px;

    /*background-image: url(../img/page2/cloud3.png);
    background-position: top left;
    background-size: cover;*/
}
.row_3 span {
    font-size: 140%;
    color: red;
}
.row_3_bg {
    position: absolute;
    max-width: 110%;
    width: 120%;
    margin-left: -10%;
}
.row_4_bg {
    position: absolute;
    margin-top: -25%;
    margin-left: -15%;
    width: 150%;
}
.row_4 {
    color: #091e36;
    font-weight: bold;
    font-size: 25px;
    margin-top:60px;
}
.row_4_img {
    position: relative;
    align-items: flex-end;
}
.new_hover{
    position: absolute;
    right: -5px;
    top: -45px;
    max-width: 200px;
}
.row_4 .row_4_ketodex {
    margin-top: 40px;
}
.row_4 .row_4_img_parent {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 1;
}
.row_4 .row_4_inner {
    background-image: url(../img/page2/ketodex_1.png);
    background-size: cover;
    background-position: top left;
}
.row_4 ul {
    padding-left: 0;
    margin-bottom: 150px;
    font-size: 34px;
}
.row_4 ul li {
    list-style: none;
    display: inline-block;
}
.row_4 ul li::before{
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
    background-image: url(../img/page2/bullet.png);
    background-size: cover;
}
.row_4 ul li span {
    margin-left: 25px;
}
.row_4 .col_2 {
    display: flex;
    justify-content: flex-end;
}
.row_4 .row_4_bottom {
    position: relative;
    z-index: 1;
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 4px;
    padding-left: 30px;
}
.row_4 .row_4_bottom_bg {
    position: absolute;
    background-color: #009edd;
    width: 100%;
    height: 81px;
    right: 0;
    z-index: 0;
    bottom: 0;
}

.row_5 {
    background-color: #002055;
    color: white;
    padding-left:40px;
    padding-right:20px;
    padding-top:20px;
    padding-bottom:20px;
}
.row_5 .col_1 {
    font-size: 18px;
    font-family: CreightonHU;
}
.row_5 .col_2 {
    font-size: 12px;
    font-family: sans-serif;
}
.row_5 > .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.row_5 .col_1 span {
    font-size: 30px;
}
.row_5 .row_5_1 .col_2{
    text-align: center;
}
.row_5 .row_5_1 .col_2 .col_2_inner{
    display: inline-block;
    text-align: left;
}


.row_6 {
    padding-top:25px;
    padding-bottom:40px;
    text-align: center;
    font-size: 30px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}
.row_6_inner {
    max-width: 70%;

}


.nav_arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    float: left;
    z-index: 9999;
    font-size: 300%;
}
.nav_arrows a, .nav_arrows a:hover {
    text-decoration: none;
}
.nav_arrows .arrow_left {

}
.nav_arrows {
    pointer-events: none;
}
.nav_arrows .arrow_right {
    float: right;
    width: 100%;
    text-align: right;
    pointer-events: none;
}
.nav_arrows .arrow_right a {
    float: right;
    text-align: right;
    display: inline-block;
    color: blue;
    font-size: 80px;
    pointer-events: all;
}



.stand_by {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: 2px 2px 4px #000000;
}



/* RESPONSIVE */
@media screen and (max-width: 768px) {
    .row_4 ul {
        padding-left:0;
    }
}

.row_7 {
    text-align: center;
    font-size: 20px;
    color: #002055;
    width: 100%;
    display: block!important;
    font-weight: bold;
    font-family: DINNextLTPro !important;
    margin:0!important;
}

#cconsent-bar {
    position: sticky!important;
}

head, body {
    position: relative;
    -webkit-transform:none!important;
}

.ccb__right {
    width: 100%;
}
#cconsent-bar.ccb--hidden {
    display:none!important;
}