﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html {
    height: 100%;
}
@media screen and (min-width: 1000px) {
html { min-height: 101%; }
	}
:root {
    --main-light-color: #f9f8f2;
    --main-dark-color: #282829;
}
body {
    background-color: #282829;
    font-family: "Roboto", sans-serif;
    color: #f9f8f2;
    font-size: 16px; 1vw;
    line-height: 1.6;
    font-weight: 500;
    margin: 0px;
    min-height: 0vw;
    min-width: 320px;
}
.section {
    font-size: 1em;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 2.08em 4em;
    max-width: 120em;
}
.container.is--info {
    padding-top: 2em;
    padding-bottom: 1em; 8.78em;
    text-align: center;
}
.info_text {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.info_text._2-column {
    padding-bottom: 3em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    font-size: 1vw;
}
.info_text._3-column {
    padding-top: 4em;
    padding-bottom: 4em;
}
p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1em;
}
.paragraph {
    font-weight: 400;
}
.paragraph.s {
    font-size: 1.875em;
    line-height: 1.1;
    text-align: left;
    letter-spacing: -0.025em;
}
.paragraph.xl {
    font-size: 3.47em;
    line-height: 1;
    text-align: left;
    letter-spacing: -0.02em;
}
#text-one {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}
#text-two {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}
a {
    color: inherit;
    font-size: 1em;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.btn-parent {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 270px;
    height: 50px;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #f9f8f2;
    border-radius: 40px;
    color: #f9f8f2;
    letter-spacing: -0.5px;
    text-decoration: none;
}
#go-button {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}
#other-button {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}
#help-button {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}
.btn-txt-1 {
    position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
text-align: center;
    font-size: 25px;
    text-transform: uppercase;
margin-top: 2px;
}
.btn-txt-1.white {
    color: #fff;
    font-size: 25px;
    line-height: inherit!important; 1;
    text-transform: none;
}
.btn-txt-2 {
    position: absolute;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
text-align: center;
    font-size: 25px;
    line-height: inherit!important; 1;
    font-weight: 400;
    text-transform: none;
margin-top: 2px;
}

.button-link {
    -webkit-transition: background 0.35s;
    -moz-transition: background 0.35s;
    -o-transition: background 0.35s;
    transition: background 0.35s;
}
.button-link .btn-txt-1,
.button-link .btn-txt-2 {
    -webkit-transition: transform 0.35s, color 0.35s;
    -moz-transition: transform 0.35s, color 0.35s;
    -o-transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
}
.button-link {
    background: #282829;
}
.button-link .btn-txt-1 {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    pointer-events: none;
}
.button-link .btn-txt-2 {
    transform: translate3d(0px, 50px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    color: #FFF;
    transform-style: preserve-3d;
    pointer-events: none;
}

body .button-link:hover {
    background: #FFF!important;
}
body .button-link:hover .btn-txt-1 {
    transform: translate3d(0px, -50px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}
body .button-link:hover .btn-txt-2 {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    color: #000;
    transform-style: preserve-3d;
}


@media screen and (min-width: 1920px) {
    body {
        font-size: 1em;
    }
}
@media screen and (max-width: 1600px) {
    .paragraph.xl {
        font-size: 3em;
    }
}
@media screen and (max-width: 1300px) {
    .container.is--info {
        padding-bottom: 2.18em;
    }
    .btn-parent {
        margin-bottom: 20px;
    }
    .paragraph.xl {
        font-size: 2.5em;
    }
}
@media screen and (max-width: 1100px) {
    .paragraph.xl {
        font-size: 2.2em;
    }
}
@media screen and (max-width: 991px) {
    body {
        font-size: 1em;
    }
    .container.is--info {
        padding-top: 2.18em;
        padding-bottom: 2.18em;
    }
    .info_text._2-column {
        font-size: 1em;
    }
    .info_text._3-column {
        -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .paragraph.xl {
        font-size: 2em;
    }
    .paragraph.s {
        font-size: 1.25em;
    }
    #text-one {
        -ms-grid-column: span 5;
        grid-column-start: span 5;
        -ms-grid-column-span: 5;
        grid-column-end: span 5;
    }
    .btn-txt-1.white {
        font-size: 18px; margin-top: 3px;
    }
    .btn-txt-2 {
        font-size: 18px; margin-top: 3px;
    }
    .btn-parent {
        width: 190px;
        height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .info_text._3-column {
        padding-top: 0em;
    }
    .btn-txt-1.white {
        line-height: 22px;
    }
    .btn-txt-2 {
        line-height: 22px;
    }
}
@media screen and (max-width: 600px) {
    .paragraph.xl {
        font-size: 1.8em;
    }
	}
@media screen and (max-width: 550px) {
    .paragraph.xl {
        font-size: 1.6em;
    }
	}
@media screen and (max-width: 479px) {
    .container.is--info {
        padding: 4em 1.8em 0em;
    }
    .info_text._2-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .info_text._3-column {
        display: block;
        padding-bottom: 2em;
    }
    .paragraph.xl {
        font-size: 1.5em;
    }
    .paragraph.s {
        font-size: 1em;
    }
    #text-two {
        -ms-grid-column: 1;
        grid-column-start: 1;
    }
    #go-button {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }
    #other-button {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }
    #help-button {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
    }
    .btn-txt-1.white {
        font-size: 15px; margin-top: 5px;
    }
    .btn-txt-2 {
        font-size: 15px; margin-top: 5px;
    }
    .btn-parent {
        width: 170px;
    }
}

.body {
    font-size: 16px;
}



#topcontrol.isactive {
    bottom: 33px!important;
}
#topcontrol {
    position: fixed;
    z-index: 4!important;
    bottom: -58px!important;
    right: 100px!important;
    left: auto!important;
    background: url(../images/icon-up.svg) no-repeat;
    background-size: 52px 52px;
    -webkit-background-size: 52px 52px;
    -o-background-size: 52px 52px;
    -moz-background-size: 52px 52px;
    background-position: 50% 50%;
    width: 52px!important;
    height: 52px!important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: bottom 0.30s;
    -moz-transition: bottom 0.30s;
    -ms-transition: bottom 0.30s;
    -o-transition: bottom 0.30s;
    transition: bottom 0.30s;
    text-indent: -9999px;
    opacity: 1!important;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;
}
#topcontrol img {
    display: none!important;
}

.home-link.home-next {
    top: 100px;
}
.home-link {
    display: block;
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 20;
    top: 30px;
    right: 32px;
    border-radius: 50%;
    overflow: hidden;
}
.home-link img.home-link-img {
    display: block;
    width: 100%;
    height: 100%;
}
body .title-hidden {
    display: none!important;
}

.is-hidden {
    display: none!important;
}

.logo {
    text-align: left;
}
.logo a.logo-link {
    display: inline-block;
}
.logo svg.logo-icon {
    color: #FFF;
    width: 100px;
    height: 100px;
    margin-left: 10px;
}
@media screen and (max-width: 479px) {
.logo svg.logo-icon {
    margin-left: 0px;
}
	}

strong {
    font-weight: bold;
}


body .wrapper  {
opacity: 1;
    -webkit-transition: opacity 0.30s ease-in-out;
    -moz-transition: opacity 0.30s ease-in-out;
    -ms-transition: opacity 0.30s ease-in-out;
    -o-transition: opacity 0.30s ease-in-out;
    transition: opacity 0.30s ease-in-out;
}
body.is-loading .wrapper  {
opacity: 0;
pointer-events: none;
}


body #callback-light {
    background: #F96666;
}
@media (min-width: 700px) {
body #callback-light:hover {
    background: #F68989;
}
	}

@media (max-width: 550px) {
.features.info_text._2-column {
    display: block;
}
	}

.other {
    position: relative;
}
img.banner {
    display: block;
    position: absolute;
    z-index: -1;
    top: -18%;
    right: 3%;
    width: 40%;
}
@media screen and (max-width: 991px) {
img.banner {
    top: 14%;
    right: 6%;
    width: 187px;
}
	}
@media screen and (max-width: 550px) {
img.banner {
    top: auto;
    bottom: -50%;
    right: -6%;
    width: 160px;
}
	}
@media screen and (max-width: 479px) {
img.banner {
    bottom: 65%;
}
	}


.promo-code {
    margin: 0px 0px 20px 10px;
    color: #FFF;
    font-size: 1em;
    line-height: 1.6;
}
.promo-code b {
    font-weight: bold;
}
@media screen and (max-width: 991px) {
.promo-code {
    font-size: 0.7em;
}
	}
@media screen and (max-width: 767px) {
.promo-code span.sl-is-web {
    display: none;
}
	}
@media screen and (max-width: 479px) {
.promo-code {
    margin-left: 0px;
}
	}



@media screen and (max-width: 991px) {
.promo-code {
    margin-bottom: 15px;
}
#help-button {
    margin: 0px 0px -55px 8px;
}
#help-button .hp-is-web {
    display: none;
}
#help-button.btn-parent {
    width: 95px;
}
	}
@media screen and (max-width: 479px) {
.promo-code {
    margin-bottom: 20px;
}
#help-button {
    margin: 0px 0px -22px 0px;
}
	}