* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

body {
    height: 100vh;
    color: #23282D;
    font: 0 "Lato", sans-serif;
    margin: 0;
    overflow: hidden;
    transition: background .2s ease;
}

body * {
    font-size: 22px;
    line-height: 1.5;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}

h1 {
    margin: 0;
}

h2 {
    font-size: 45px;
    font-weight: 900;
    line-height: 1.4;
    /*margin: 0 0 10px;*/
}

a {
    text-decoration: none;
    color: #23282D;
}

a[tabindex="-1"] {
	pointer-events: none;
}

p {
    margin: 20px 0 0;
}

/* Header */
header {
    width: 100%;
    line-height: 1;
    padding: 40px;
    text-align: right;
    position: relative;
    z-index: 1;
}

header img {
    width: 100%;
    max-width: 235px;
}

h1.trademark {
	position: relative;
}
h1.trademark:after {
    content: "®";
    position: absolute;
    right: -20px;
    top: -2px;
    font-family: 'Lato',Arial;
    color: #000 !important;
    font-size: 18px;
    font-weight: 300 !important;
} 
body.white h1.trademark:after {
	color: #fff !important;
}

body.white a {
	color: #fff !important;
}

/* Nav */
.slider-nav {
    width: 300px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}

.slider-nav::after {
    content: '';
    height: 80vh;
    width: 1px;
    background: linear-gradient(0deg, rgba(35, 40, 45,0) 0%, rgba(35, 40, 45,1) 20%, rgba(35, 40, 45,1) 80%, rgba(35, 40, 45,0) 100%);
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translate(0, -50%);
}

.slider-nav .slick-slide {
    color: #23282D;
    padding: 0 40px;
    margin: 20px 0;
    position: relative;
    cursor: pointer;
}

.slider-nav .slick-slide span {
    content: '';
    width: 8px;
    height: 8px;
    background: #23282D;
    position: absolute;
    top: 50%;
    right: 4px;

    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slider-nav .slick-current {
    color: #23282D;
    font-weight: 900;
}

.slider-nav .slick-current span {
    width: 18px;
    height: 18px;
    right: 0;
}


/* Content */
.slider-content {
    width: 100%;
    max-width: 1350px;
    padding-left: 460px;
    position: absolute;
    bottom: 40%;
    z-index: 1;
}

.slider-content p {
    max-width: 800px;
    display: none;
}


/* Footer Btn */
footer {

}

.btn {
    color: #23282D;
    font-size: 16px;
    line-height: 2;
    text-align: center;
    padding: 10px 40px;
    border: 1px solid #23282D;
    display: inline-block;
    transition: all .8s ease;
    position: absolute;
    right: 80px; bottom: 40px;
    z-index: 2;
}

.btn:hover {
    color: #fff;
    background: #23282D;
}

/* Blob */
#blob_container {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0; left: 0;
}

canvas {
    top: -10% !important;
    left: 30% !important;
}

/* Background */
.black {
    color:#23282D;
}

.black .logo-w,
.white .logo-b {
    display: none;
    background: transparent !important;
}

.white .slider-nav::after {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
}

.white,
.white .slider-nav .slick-slide,
.white .slider-nav .slick-current {
    color: #fff;
}

.white .slider-nav .slick-slide span {
    background: #fff;
}

.white .btn {
    color: #fff;
    border: 1px solid #fff;
}

.ado-button-wrapper {
    line-height: 1;
    position: fixed;
    bottom: 40px; left: 35px;
    z-index: 100000000;
}

.background-color-btn {
    width: 50px;
    height: 25px;
    margin: 0 5px;
    border: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    cursor: pointer;
}

.background-color-btn[style*="#23282D"] {
    outline: 1px solid #fff;
}

@media screen and (max-width: 1400px) {
    html, body {
        width: 1px;
        min-width: 100%;
        *width: 100%;
        overflow: hidden !important;
    }

    header img {
        max-width: 250px;
    }

    .slider-content {
        padding: 0 80px 0 400px;
        bottom: 50%;
        -webkit-transform: translate(0, 50%);
        -moz-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        -o-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }

    body * {
        font-size: 18px;
    }

    h2 {
        font-size: 40px;
        line-height: 1.4;
    }

    .slider-nav {
        width: 220px;
    }

    .slider-content {
        padding: 0 80px 0 300px;
    }
}

@media screen and (max-width: 1024px) {
    .slider-nav {
        width: 150px;
    }

    .slider-content {
        padding: 0 80px 0 250px;
    }

    .background-color-btn {
        width: 40px;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .ado-button-wrapper {
        bottom: 80px;
    }
}

@media screen and (max-width: 810px) {
    h2 {
        font-size: 35px;
        line-height: 1.4;
    }

    .logo-header {
        text-align: left;
        padding: 40px 30px;
    }
    
    h1.trademark:after {
	    right: unset;
	    left: 255px;
	}

    .slider-content {
        padding: 0 30px 40px;
        position: relative;
        left: 0; bottom: 0;
        overflow: auto;
    }

    .slider-content, .slider-nav {
        width: 100%;
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

    .slider-nav {
        top: auto; left: 0;;
    }

    .slider-nav .slick-slide {
        text-align: center;
        padding: 30px 0 20px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .slider-nav .slick-slide {
        font-size: 14px;
    }

    .slider-nav::after {
        height: 1px;
        width: 100%;
        background: linear-gradient(0deg, rgba(35, 40, 45,0) 0%, rgba(35, 40, 45,1) 20%, rgba(35, 40, 45,1) 80%, rgba(35, 40, 45,0) 100%);
        right: 0;
        top: 9px;
        transform: translate(0, 0);
    }

    .slider-nav .slick-slide span {
        top: 0; left: 50%; right: auto;
        transform: translate(-50%, 0);
    }

    .slider-nav .slick-slide:not(.slick-current) span {
        transform: translate(-50%, 70%);
    }

    .slider-nav .slick-current span {
        top: 0;
    }

    .slider-content {
        height: calc(100vh - 420px);
    }

    .slider-content .slick-slide {
        height: 100%;
        overflow: auto;
    }

    .slider-nav {
        position: relative;
    }

    #blob_container {
        opacity: .4;
    }

    .ado-button-wrapper {
        top: 50px; left: auto; right: 40px; bottom: auto;
    }

    .background-color-btn {
        width: 40px;
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape ){
    body {
        overflow: auto !important;
    }
    
    body, body *, p {
        -webkit-text-size-adjust: none;
        font-size: 16px;
    }

    .logo-header, .slider-content {
        xpadding: 20px 40px;
    }

    .logo-header img {
        max-width: 180px;
    }
    
    h1.trademark:after {
	    right: unset;
	    left: 185px;
	    font-size: 14px;
	}

    h2 {
        font-size: 22px;
        line-height: 1.4;
    }

    .slider-content {
        font-size: 15px;
        height: calc(100vh - 150px);
    }

    .ado-button-wrapper {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    body {
        overflow-y: auto;
        transition: none;
    }

    body * {
        font-size: 14px;
        line-height: 1.5;
    }

    h2 {
        font-size: 22px;
        line-height: 1.4;
    }

    .logo-header {
        padding: 40px 30px;
    }
    
    h1.trademark:after {
	    right: unset;
	    left: 155px;
	    font-size: 12px;
	}

    header img {
        max-width: 150px;
    }

    .slider-content {
        height: calc(100vh - 320px);
        padding: 0 30px 40px;
    }

    .slider-nav::before {
        content: '';
        width: 100%;
        height: 100px;
        background: linear-gradient(0deg, rgba(255, 255, 255,1) 0%, rgba(255, 255, 255,0) 100%);
        position: absolute;
        left: 0;
        bottom: 90%;
        transition: background .8s ease-in-out;
    }

    canvas {
        top: -20% !important;
        left: 0 !important;
    }

    .white .slider-nav::before {
        background: linear-gradient(0deg, rgba(35, 40, 45, 1) 0%, rgba(35, 40, 45, 0) 100%);
    }

    .ado-button-wrapper {
        top: 50px;
        right: 30px;
    }

    .background-color-btn {
        width: 30px;
        height: 20px;
    }
}

@media screen and (max-width: 390px) {
    .slider-content {
        height: calc(100vh - 300px);
    }
}


.slider-content-single a h2 {color:#fff !important;display: inline-block}
.black .slider-content-single a h2 {color:#23282D !important;display: inline-block}


