html,
body {

    position: relative;

    height: 100%;
    width: 100%;

    font-family: RobotoRegular;
    font-size: 12px;
    line-height: 16px;

    padding: 0;
    margin: 0;
}

header {

    float: left;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: calc(100% - 60px);
    height: 70px;
    padding: 0 30px;

    font-size: 15px;

    background: linear-gradient(#373737, #202020);
}

.as1 header {

    background: transparent;
}


header .logo {

    float: left;
    clear: none;

    width: 30%;
    height: 20px;

    margin-top: 25px;

    transition: all 0.3s ease;

    border: none;
    /* debug*/
    /*background: red;*/
}

header .logo img {

    height: 20px;
}


header .nav-icon {

    transition: all 0.3s ease;
    display: none;
    font-size: 14px;
}


header nav {

    color: #FFF;
    float: right;
    text-align: right;
    transition: top 0.2s ease-in-out;
}

header nav>div {

    display: none;
}

header.down {

    background: linear-gradient(#373737, #202020);
}

.logo .reveal {

    display: block;
}

ul.sociables li {

    display: block;
    clear: none;
    float: left;
    margin-right: 15px;
    border-top: 0;
}

.sociables li a:link,
.sociables li a:visited,
.sociables li a:hover,
.sociables li a:active {

    display: block;
    width: 20px;
    height: 20px;

    background: #c8c8c8;
    border-radius: 50%;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    padding: 10px;

    font-size: 20px;
    color: #505050;
}

.sociables li a:hover,
.sociables li a:active {

    background: #4db3ff;
}


section {

    position: relative;
    float: left;
    clear: none;
    top: 0;

    display: block;
    width: calc(100% - 60px);
    padding: 30px;

    background: #FFF;
}


footer {

    color: #FFF;

    float: left;
    clear: both;

    display: block;
    width: 100%;
    font-size: 12pt;
    line-height: 20pt;

    width: calc(100% - 60px);
    padding: 40px 30px;
    background: linear-gradient(#373737, #202020);
}

footer>div {

    float: left;
    clear: both;

    display: block;
    width: 100%;
}

footer>div>div {

    float: left;
    clear: none;
    width: 50%;
}

footer>div:first-child div:last-child {

    float: right;
    text-align: right;
}


footer .links div:first-child,
footer .copyright {

    opacity: 0.5;
}

footer .links img.certification {

    width: 75%;
}


footer .copyright {

    display: block;
    width: 100%;
    clear: both;
    margin-top: 40px;
    padding-top: 40px;

    font-size: 14px;
    border-top: 1px solid #505050;
}

footer .copyright div {

    width: 100%;
    clear: both;
}

footer .copyright img {

    height: 20px;
}


footer span {

    padding: 0 4px;
}


footer .sociables li a:link,
footer .sociables li a:visited,
footer .sociables li a:hover,
footer .sociables li a:active {

    height: 20px;
    width: 20px;
    padding: 6px;
    font-size: 14pt;
}

footer .navs {

    padding-top: 25px;
    clear: both;
}

footer .navs ul li {

    font-size: 14px;
}


footer .back-to-top {

    position: absolute;
    top: 30px;
    right: 30px;
    width: 18px;
    height: 18px;

    cursor: pointer;
    display: none;
}

footer .back-to-top img {

    width: 100%;
    height: 100%;
}

footer .back-to-top picture:last-child {

    display: none;
}

.splash {

    height: calc(100vh + 500px);
    width: 100%;
    padding: 0;
    padding-bottom: 40px;

    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('http://cdn-as1.hostsofa.com/images/assets/raw/GettyImages-1285432617.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.splash h1 {

    font-family: RobotoRegular;
    font-weight: normal;
    color: #fff;
}

.splash h2,
.splash p {
    font-family: RobotoLight;
    font-weight: normal;
    color: #FFF;
}

.arrow-down {

    display: none;
}

.splash .challenge {

    width: 75%;
    margin: 0 auto;
}

.splash strong {

    color: #4DB3FF;
}

.splash .challenge h2,
.splash .challenge p {

    font-family: RobotoLight;
    width: auto;
}

.splash .challenge p {
    color: #4DB3FF;
    margin: 0 auto;
}

.splash .challenge p:last-child {

    color: #FFF;
}

.as1 .splash .challenge p {
    margin-bottom: 0;
}

.as1 h2 {

    font-size: 56pt;
    font-family: RobotoLight;
    font-weight: normal;
    line-height: 67pt;
}

.as1 section p {

    font-size: 24pt;
    line-height: 28pt;
    font-family: RobotoLight;
    font-weight: normal;
}

.evolution div {

    padding-bottom: 60px;
}

.future {

    background-color: #F1F1F1;
}

.colgroup {

    margin-top: 40px;
    display: block;
    width: 33%;
    float: left;
    clear: none;
    text-align: center;

}


.colgroup span {

    display: block;
    font-size: 26pt;
    line-height: 31pt;
    width: 70%;
}

.future .colgroup:first-child span {

    margin: 0;
}

.colgroup .legend {

    margin-bottom: 40px;
}

.colgroup span.promotion {

    font-family: RobotoRegular;
    font-weight: normal;
    color: #4DB3FF;
    width: 70%;
}

.colgroup span.desc {

    margin-top: 5px;
    font-family: RobotoLight;
    font-weight: normal;
}

.simplicity {

    background: #4DB3FF;
    color: #FFF !important;
}

.simplicity .wrapper {

    border: 1px solid #FFF;
    padding: 40px;
}

.simplicity h2 {

    color: #FFF;
}

.simplicity ul {
    margin-left: 25px;
}

.simplicity li {
    list-style-type: disc;

    font-family: RobotoRegular;
    font-weight: normal;
    font-size: 24pt;
    line-height: 29pt;
    margin-bottom: 29pt;
}

.reliable-power,
.harmonic-unity {

    text-align: center;
}

.harmonic-unity ul {

    display: block;
    width: 48%;
    float: left;
    clear: none;
    text-align: left;
}

.harmonic-unity ul:last-child {
    float: right;
}

.harmonic-unity li {

    margin-bottom: 40px;
}

.harmonic-unity li h3 {

    color: #4DB3FF;
    font-family: RobotoRegular;
    font-weight: normal;

    font-size: 26pt;
    line-height: 31pt;
}

.harmonic-unity li p {

    font-family: RobotoLight;
    font-weight: normal;
    font-size: 24pt;
}

.grid,
.grid-2 {

    display: grid;
    gap: 5px;
    grid-template-columns: auto auto auto;
}

.grid-2fr-row {

    grid-template-rows: 2fr 2fr 2fr;
}

.grid-2 {

    grid-template-columns: auto auto;
    gap: 60px;
}

.grid>div {

    text-align: left;
    display: block;
    background: #F1F1F1;
    font-family: RobotoMedium;
    font-weight: normal;
    font-size: 22pt;
    line-height: 27pt;
    padding: 20px;
    min-height: 100px;
}

.grid-2>div {

    font-family: RobotoLight;
    font-weight: normal;
    color: #000;
    font-size: 24pt;
    line-height: 29pt;
    padding: NONE;

}

.grid-2 h3 {

    color: #4DB3FF;
    font-family: RobotoRegular;
    font-weight: normal;
    font-size: 26pt;
    font-weight: 31pt;
}

.grid-2 p {

    margin-top: 29pt;
}


.promo {

    display: block;
    text-align: center;

    font-family: RobotoLight;
    font-weight: normal;
    font-size: 26pt;
    line-height: 31pt;

}

.promo.plain {

    background: #F1F1F1;
}

.promo.bg {

    color: #FFF;
}

.promo.bg1 {

    background: url(http://cdn-as1.hostsofa.com/images/bg2.png);

}

.promo span {

    display: block;
    width: 70%;
    margin: 0 auto;
}

.home-run {

    background: #2C2C2A;
}

.home-run h3 {

    color: #4DB3FF;
    font-family: RobotoLight;
    font-weight: normal;
    font-size: 56pt;
    line-height: 61pt;
}

.home-run div.grid-2 div div>p:first-child {

    font-family: RobotoRegular;
    font-weight: normal;
    font-size: 26pt;
    line-height: 31pt;
    color: #4DB3FF;
}

.home-run div div div {

    margin-bottom: 80px;
}


.home-run p {

    color: #C1C6DE;
}

.policy {

    font-family: RobotoLight;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;

}

.policy p {

    margin-bottom: 21px;
}

.policy strong {

    font-family: RobotoRegular;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
}

.policy h3 {

    font-family: RobotoRegular;
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 25px;
}

.policy td,
th {

    text-align: left;
    border: 1px solid #e1e1e1;
    padding: 5px;
}

.policy td {

    word-break: keep-all;
}

.policy table {

    margin-bottom: 50px;
}

.get_started p {

    font-family: RobotoLight;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
}

form {

    margin-top: 50px;
    padding: 40PX;
    display: block;
    background: #4DB3FF;
}

form .grid-2 {

    grid-template-columns: 50fr 50fr;
}

form .grid-2 p {

    margin-top: 5px;
    color: #FFF;
}

form div.action {

    margin-top: 20px;
}

form div.action p {

    color: #FFF;
    font-size: 14px;
    margin-bottom: 20px;
}

form div.action a.btn {

    font-size: 16px;
    width: 150PX;
    height: 40px;
    line-height: 40px;
}

input[type=text],
input[type=email],
textarea {

    border: none;
    background: #FFF;
    font-size: 15px;
    padding: 8px;
    width: 100%;
    font-family: RobotoRegular;
}

textarea {

    height: 300px;
}

section.slides {

    display: block;
    width: 100%;
    height: 890px;
    padding: 0 !important;
}

.carousel {

    display: block;
    width: 100%;
    height: 890px;
}

.carousel div {

    float: left;
    display: block;
    height: 100%;
    width: 100%;

    background-blend-mode: overlay;
    background-size: auto 700px;
    background-position: center center;
    background-repeat: no-repeat;
    background: rgba(0, 0, 0, 0.4);
}

.carousel div:nth-child(1) {

    background-image: url('http://cdn.as1.com/images/assets/raw/GettyImages-1128661759.jpg');
}

.carousel div h2,
.carousel div p {

    color: #FFF;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.carousel div h2 {

    margin-top: 300px;
}

.carousel div p {

    margin-top: 40px;
}


.carousel .slick-dots {

    bottom: 100px;
}


.carousel .slick-dots {

    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;

    list-style-type: none;

}

.carousel .slick-dots li {
    margin: 0 20px;
}

.carousel .slick-dots button {
    display: block;
    width: 40PX;
    height: 10px;
    padding: 0;

    border: none;
    border-radius: 0;
    background-color: rgba(200, 200, 200, 0.4);

    text-indent: -9999px;
}

.carousel .slick-dots li.slick-active button {

    background-color: #4DB3FF;
}

.book-demo {

    background: url('http://cdn.as1.com/images/bg2.png');
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.4);
}

.book-demo .grid-2 p {

    color: #FFF;
}