/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.modal-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1000;
    text-align: center;
    display: none
}

.modal-container .close-btn {
    color: var(--dark-color);
    margin: 20px auto
}

.modal-container .modal {
    height: 100%;
    width: 100%;
    transform: translate(0, 60px);
    opacity: 0
}

.modal-container .modal-body {
    background-color: #fff;
    width: 60%;
    min-width: 280px;
    max-width: 640px;
    margin: 0 auto;
    padding: 30px 15px
}

.modal-container header {
    margin-bottom: 15px
}

.modal-container header > * {
    font-size: 3em;
    font-family: var(--header-font);
    line-height: 1.2em;
    margin: 0;
    text-transform: uppercase
}

.modal-container header p {
    color: var(--outline-color)
}

.modal-container p {
    width: 60%;
    margin: 0 auto;
    min-width: 250px
}

:root {
    --regular-font: 'Oakes';
    --light-font: 'Oakes Light';
    --bold-font: 'Oakes Bold';
    --header-font: 'Heading Bold';
    --buttons-font: 'Heading Bold';
    --bg-color: #e9e9e9;
    --light-color: #f0f0f0;
    --dark-color: #333132;
    --outline-color: #d2d2d2;
    --light-blue: #00aaa9;
    --blue: #419b9e;
    --gray: #cfcfcf;
    --red: #ea4335;
    --yellow: #fbbc05;
    --green: #2da54d
}

html {
    min-height: 100%;
    box-sizing: border-box;
    user-select: none;
    -webkit-font-smoothing: antialiased
}

*, :after, :before {
    box-sizing: inherit;
    user-select: inherit;
    -webkit-font-smoothing: inherit
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: var(--dark-color);
    font-family: var(--regular-font), Helvetica, Arial, sans-serif;
    line-height: 1.42em;
    font-size: 12px;
    overflow-x: hidden;
    width: 100%;
    float: left;
    transition: background-color 250ms ease
}

@media (min-width: 1366px) {
    body {
        line-height: 1.6em;
        font-size: 16px
    }
}

.subtitle, h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    line-height: 1em;
    font-weight: 300;
}

h1 {
    margin-bottom: .25em;
    font-size: 2.8em
}

@media (min-width: 769px) {
    h1 {
        font-size: 5em
    }
}

@media (min-width: 1366px) {
    h1 {
        font-size: 5.8em;
        margin-bottom: .1em
    }
}

figure {
    margin: 0
}

img {
    max-width: 100%
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block
}

a:hover {
    text-decoration: underline
}

canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

hr {
    width: 30px;
    margin: 0;
    padding: 0
}

#main-wrapper {
    float: right;
    width: 100%;
    min-height: 70vh
}

@media (min-width: 769px) {
    #main-wrapper {
        min-height: 100vh;
        width: 90%
    }
}

.light {
    color: #f0f0f0
}

.dark {
    color: #333132
}

.blue {
    color: #419b9e
}

.red {
    color: #ea4335
}

.yellow {
    color: #fbbc05
}

.green {
    color: #2da54d
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.centered-content {
    display: flex;
    justify-content: center;
    align-items: center
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    min-width: 280px
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row .no-gutter {
    margin-right: 0;
    margin-left: 0
}

.row .no-gutter [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

[class*=" col-"], [class^=col-] {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-1 {
    width: 3.33333%
}

.col-2 {
    width: 6.66667%
}

.col-3 {
    width: 10%
}

.col-4 {
    width: 13.33333%
}

.col-5 {
    width: 16.66667%
}

.col-6 {
    width: 20%
}

.col-7 {
    width: 23.33333%
}

.col-8 {
    width: 26.66667%
}

.col-9 {
    width: 30%
}

.col-10 {
    width: 33.33333%
}

.col-11 {
    width: 36.66667%
}

.col-12 {
    width: 40%
}

.col-13 {
    width: 43.33333%
}

.col-14 {
    width: 46.66667%
}

.col-15 {
    width: 50%
}

.col-16 {
    width: 53.33333%
}

.col-17 {
    width: 56.66667%
}

.col-18 {
    width: 60%
}

.col-19 {
    width: 63.33333%
}

.col-20 {
    width: 66.66667%
}

.col-21 {
    width: 70%
}

.col-22 {
    width: 73.33333%
}

.col-23 {
    width: 76.66667%
}

.col-24 {
    width: 80%
}

.col-25 {
    width: 83.33333%
}

.col-26 {
    width: 86.66667%
}

.col-27 {
    width: 90%
}

.col-28 {
    width: 93.33333%
}

.col-29 {
    width: 96.66667%
}

.col-30 {
    width: 100%
}

.offset-0 {
    margin-left: 0
}

.offset-1 {
    margin-left: 3.33333%
}

.offset-2 {
    margin-left: 6.66667%
}

.offset-3 {
    margin-left: 10%
}

.offset-4 {
    margin-left: 13.33333%
}

.offset-5 {
    margin-left: 16.66667%
}

.offset-6 {
    margin-left: 20%
}

.offset-7 {
    margin-left: 23.33333%
}

.offset-8 {
    margin-left: 26.66667%
}

.offset-9 {
    margin-left: 30%
}

.offset-10 {
    margin-left: 33.33333%
}

.offset-11 {
    margin-left: 36.66667%
}

.offset-12 {
    margin-left: 40%
}

.offset-13 {
    margin-left: 43.33333%
}

.offset-14 {
    margin-left: 46.66667%
}

.offset-15 {
    margin-left: 50%
}

.offset-16 {
    margin-left: 53.33333%
}

.offset-17 {
    margin-left: 56.66667%
}

.offset-18 {
    margin-left: 60%
}

.offset-19 {
    margin-left: 63.33333%
}

.offset-20 {
    margin-left: 66.66667%
}

.offset-21 {
    margin-left: 70%
}

.offset-22 {
    margin-left: 73.33333%
}

.offset-23 {
    margin-left: 76.66667%
}

.offset-24 {
    margin-left: 80%
}

.offset-25 {
    margin-left: 83.33333%
}

.offset-26 {
    margin-left: 86.66667%
}

.offset-27 {
    margin-left: 90%
}

.offset-28 {
    margin-left: 93.33333%
}

.offset-29 {
    margin-left: 96.66667%
}

.offset-30 {
    margin-left: 100%
}

@media (min-width: 769px) {
    .col-ds-1 {
        width: 3.33333%
    }

    .col-ds-2 {
        width: 6.66667%
    }

    .col-ds-3 {
        width: 10%
    }

    .col-ds-4 {
        width: 13.33333%
    }

    .col-ds-5 {
        width: 16.66667%
    }

    .col-ds-6 {
        width: 20%
    }

    .col-ds-7 {
        width: 23.33333%
    }

    .col-ds-8 {
        width: 26.66667%
    }

    .col-ds-9 {
        width: 30%
    }

    .col-ds-10 {
        width: 33.33333%
    }

    .col-ds-11 {
        width: 36.66667%
    }

    .col-ds-12 {
        width: 40%
    }

    .col-ds-13 {
        width: 43.33333%
    }

    .col-ds-14 {
        width: 46.66667%
    }

    .col-ds-15 {
        width: 50%
    }

    .col-ds-16 {
        width: 53.33333%
    }

    .col-ds-17 {
        width: 56.66667%
    }

    .col-ds-18 {
        width: 60%
    }

    .col-ds-19 {
        width: 63.33333%;
        background: #00aaa9;
    }

    .col-ds-20 {
        width: 66.66667%
    }

    .col-ds-21 {
        width: 70%
    }

    .col-ds-22 {
        width: 73.33333%
    }

    .col-ds-23 {
        width: 76.66667%
    }

    .col-ds-24 {
        width: 80%
    }

    .col-ds-25 {
        width: 83.33333%
    }

    .col-ds-26 {
        width: 86.66667%
    }

    .col-ds-27 {
        width: 90%
    }

    .col-ds-28 {
        width: 93.33333%
    }

    .col-ds-29 {
        width: 96.66667%
    }

    .col-ds-30 {
        width: 100%
    }

    .offset-ds-0 {
        margin-left: 0
    }

    .offset-ds-1 {
        margin-left: 3.33333%
    }

    .offset-ds-2 {
        margin-left: 6.66667%
    }

    .offset-ds-3 {
        margin-left: 10%
    }

    .offset-ds-4 {
        margin-left: 13.33333%
    }

    .offset-ds-5 {
        margin-left: 16.66667%
    }

    .offset-ds-6 {
        margin-left: 20%
    }

    .offset-ds-7 {
        margin-left: 23.33333%
    }

    .offset-ds-8 {
        margin-left: 26.66667%
    }

    .offset-ds-9 {
        margin-left: 30%
    }

    .offset-ds-10 {
        margin-left: 33.33333%
    }

    .offset-ds-11 {
        margin-left: 36.66667%
    }

    .offset-ds-12 {
        margin-left: 40%
    }

    .offset-ds-13 {
        margin-left: 43.33333%
    }

    .offset-ds-14 {
        margin-left: 46.66667%
    }

    .offset-ds-15 {
        margin-left: 50%
    }

    .offset-ds-16 {
        margin-left: 53.33333%
    }

    .offset-ds-17 {
        margin-left: 56.66667%
    }

    .offset-ds-18 {
        margin-left: 60%
    }

    .offset-ds-19 {
        margin-left: 63.33333%
    }

    .offset-ds-20 {
        margin-left: 66.66667%
    }

    .offset-ds-21 {
        margin-left: 70%
    }

    .offset-ds-22 {
        margin-left: 73.33333%
    }

    .offset-ds-23 {
        margin-left: 76.66667%
    }

    .offset-ds-24 {
        margin-left: 80%
    }

    .offset-ds-25 {
        margin-left: 83.33333%
    }

    .offset-ds-26 {
        margin-left: 86.66667%
    }

    .offset-ds-27 {
        margin-left: 90%
    }

    .offset-ds-28 {
        margin-left: 93.33333%
    }

    .offset-ds-29 {
        margin-left: 96.66667%
    }

    .offset-ds-30 {
        margin-left: 100%
    }
}

@media (min-width: 1366px) {
    .col-rt-1 {
        width: 3.33333%
    }

    .col-rt-2 {
        width: 6.66667%
    }

    .col-rt-3 {
        width: 10%
    }

    .col-rt-4 {
        width: 13.33333%
    }

    .col-rt-5 {
        width: 16.66667%
    }

    .col-rt-6 {
        width: 20%
    }

    .col-rt-7 {
        width: 23.33333%
    }

    .col-rt-8 {
        width: 26.66667%
    }

    .col-rt-9 {
        width: 30%
    }

    .col-rt-10 {
        width: 33.33333%
    }

    .col-rt-11 {
        width: 36.66667%
    }

    .col-rt-12 {
        width: 40%
    }

    .col-rt-13 {
        width: 43.33333%
    }

    .col-rt-14 {
        width: 46.66667%
    }

    .col-rt-15 {
        width: 50%
    }

    .col-rt-16 {
        width: 53.33333%
    }

    .col-rt-17 {
        width: 56.66667%
    }

    .col-rt-18 {
        width: 60%
    }

    .col-rt-19 {
        width: 63.33333%
    }

    .col-rt-20 {
        width: 66.66667%
    }

    .col-rt-21 {
        width: 70%
    }

    .col-rt-22 {
        width: 73.33333%
    }

    .col-rt-23 {
        width: 76.66667%
    }

    .col-rt-24 {
        width: 80%
    }

    .col-rt-25 {
        width: 83.33333%
    }

    .col-rt-26 {
        width: 86.66667%
    }

    .col-rt-27 {
        width: 90%
    }

    .col-rt-28 {
        width: 93.33333%
    }

    .col-rt-29 {
        width: 96.66667%
    }

    .col-rt-30 {
        width: 100%
    }

    .offset-rt-0 {
        margin-left: 0
    }

    .offset-rt-1 {
        margin-left: 3.33333%
    }

    .offset-rt-2 {
        margin-left: 6.66667%
    }

    .offset-rt-3 {
        margin-left: 10%
    }

    .offset-rt-4 {
        margin-left: 13.33333%
    }

    .offset-rt-5 {
        margin-left: 16.66667%
    }

    .offset-rt-6 {
        margin-left: 20%
    }

    .offset-rt-7 {
        margin-left: 23.33333%
    }

    .offset-rt-8 {
        margin-left: 26.66667%
    }

    .offset-rt-9 {
        margin-left: 30%
    }

    .offset-rt-10 {
        margin-left: 33.33333%
    }

    .offset-rt-11 {
        margin-left: 36.66667%
    }

    .offset-rt-12 {
        margin-left: 40%
    }

    .offset-rt-13 {
        margin-left: 43.33333%
    }

    .offset-rt-14 {
        margin-left: 46.66667%
    }

    .offset-rt-15 {
        margin-left: 50%
    }

    .offset-rt-16 {
        margin-left: 53.33333%
    }

    .offset-rt-17 {
        margin-left: 56.66667%
    }

    .offset-rt-18 {
        margin-left: 60%
    }

    .offset-rt-19 {
        margin-left: 63.33333%
    }

    .offset-rt-20 {
        margin-left: 66.66667%
    }

    .offset-rt-21 {
        margin-left: 70%
    }

    .offset-rt-22 {
        margin-left: 73.33333%
    }

    .offset-rt-23 {
        margin-left: 76.66667%
    }

    .offset-rt-24 {
        margin-left: 80%
    }

    .offset-rt-25 {
        margin-left: 83.33333%
    }

    .offset-rt-26 {
        margin-left: 86.66667%
    }

    .offset-rt-27 {
        margin-left: 90%
    }

    .offset-rt-28 {
        margin-left: 93.33333%
    }

    .offset-rt-29 {
        margin-left: 96.66667%
    }

    .offset-rt-30 {
        margin-left: 100%
    }
}

@font-face {
    font-family: 'Heading Light';
    src: local("Heading Light"), url(fonts/HeadingCompressedPro-Thin.woff) format("woff");
    font-display: fallback;
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Heading;
    src: local("Heading"), url(fonts/HeadingCompressedPro-Book.woff) format("woff");
    font-display: fallback;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Heading Bold';
    src: local("Heading Bold"), url(fonts/HeadingCompressedPro-Bold.woff) format("woff");
    font-display: fallback;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Oakes Light';
    src: local("Oakes Light"), url(fonts/OakesGrotesk-Light.woff) format("woff");
    font-display: fallback;
    font-style: normal
}

@font-face {
    font-family: Oakes;
    src: local("Oakes"), url(fonts/OakesGrotesk-Regular.woff) format("woff");
    font-display: fallback;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Oakes Bold';
    src: local("Oakes Bold"), url(fonts/OakesGrotesk-Semi-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Icons;
    src: url(fonts/icons.eot?rk8c7b);
    src: url(fonts/icons.eot?rk8c7b#iefix) format("embedded-opentype"), url(fonts/icons.ttf?rk8c7b) format("truetype"), url(fonts/icons.woff?rk8c7b) format("woff"), url(fonts/icons.svg?rk8c7b#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

.icon {
    font-family: Icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon.prev:before {
    content: "\e907"
}

.icon.bed:before {
    content: "\e900"
}

.icon.door:before {
    content: "\e901"
}

.icon.kitchen:before {
    content: "\e902"
}

.icon.mouse:before {
    content: "\e903"
}

.icon.notebook:before {
    content: "\e904"
}

.icon.sofa:before {
    content: "\e905"
}

.icon.next:before {
    content: "\e906"
}

.icon.facebook:before {
    content: "\ea90"
}

.icon.instagram:before {
    content: "\ea92"
}

nav#features-nav {
    position: fixed;
    padding: 0 10px;
    top: 50%;
    margin-top: -92px;
    right: 3.33333%;
    z-index: 101;
    display: none;
    transform: translateX(100px);
    opacity: 0;
    transition: .2s cubic-bezier(0, 0, .01, 1);
    transition-property: transform, opacity
}

nav#features-nav.active {
    opacity: 1;
    transform: translateX(0)
}

@media (min-width: 769px) {
    nav#features-nav {
        display: block
    }
}

nav#features-nav ul {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none
}

nav#features-nav ul li {
    margin: 5px;
    padding: 5px 0;
    position: relative
}

nav#features-nav ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-left: 1px dashed #d2d2d2;
    height: 15px;
    width: 1px
}

@media (min-width: 1366px) {
    nav#features-nav ul li {
        margin: 10px 5px
    }
}

nav#features-nav ul li:first-child {
    margin-top: 0;
    padding-top: 0
}

nav#features-nav ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

nav#features-nav ul li:last-child:before {
    border: none
}

nav#features-nav ul li a {
    font-family: var(--bold-font);
    border: none;
    position: relative;
    z-index: 1;
    font-weight: 900;
    padding: 4px 0;
    color: var(--dark-color);
    font-size: 1em;
    width: 25px;
    height: 25px;
    font-size: .8em
}

nav#features-nav ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: 350ms cubic-bezier(0, 0, .01, 1);
    transition-property: transform, opacity;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAgMTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwIDEwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIj48c3R5bGU+LnN0MHtmaWxsOiNlOWU5ZTk7fS5zdDJ7ZmlsbDojRDJEMkQyO29wYWNpdHk6MC41O308L3N0eWxlPjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjUiIGN5PSI1IiByPSI0LjEiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNNSwxMGMtMi44LDAtNS0yLjItNS01YzAtMi44LDIuMi01LDUtNWMyLjgsMCw1LDIuMiw1LDVDMTAsNy44LDcuOCwxMCw1LDEweiBNNSwwLjNDMi40LDAuMywwLjMsMi40LDAuMyw1IFMyLjQsOS43LDUsOS43UzkuNyw3LjYsOS43LDVTNy42LDAuMyw1LDAuM3oiLz48L3N2Zz4=);
    background-position: center;
    background-size: 25px 25px
}

@media (min-width: 769px) {
    nav#features-nav ul li a {
        padding: 6px 0;
        width: 25px;
        height: 25px;
        font-size: .9em
    }
}

@media (min-width: 1366px) {
    nav#features-nav ul li a {
        width: 28px;
        height: 28px;
        padding: 4px 0;
        font-size: .7em
    }
}

nav#features-nav ul li a i {
    font-style: normal;
    position: relative;
    z-index: 1
}

nav#features-nav ul li a.active, nav#features-nav ul li a:hover {
    text-decoration: none;
    color: #fff
}

nav#features-nav ul li a.active:before, nav#features-nav ul li a:hover:before {
    transform: scale(0);
    opacity: 0
}

nav#house-sections-nav {
    padding: 10px 0;
    display: inline-block;
    position: fixed;
    transform: translate(0, -60px);
    top: 100px;
    right: 35%;
    margin-right: -148px;
    width: 100%;
    z-index: 101;
    display: none;

}

nav#house-sections-nav.min-right {
    right: 350px
}

nav#house-sections-nav.fixed {
    position: fixed;
    top: 0;
    transition: transform 350ms ease;
    bottom: auto
}

nav#house-sections-nav.fixed.visible {
    transform: translate(0, 20px)
}

@media (min-width: 769px) {
    nav#house-sections-nav {
        display: block;
        width: auto
    }
}

nav#house-sections-nav ul {
    list-style: none;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0
}

nav#house-sections-nav ul li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
    float: left
}

nav#house-sections-nav ul li:after {
    content: "";
    position: absolute;
    left: -30px;
    width: 30px;
    top: 50%;
    height: 1px;
    border-top: 1px dashed #fff
}

nav#house-sections-nav ul li:first-child {
    margin-left: 0
}

nav#house-sections-nav ul li:first-child:after {
    width: 0
}

nav#house-sections-nav ul li:last-child {
    margin-right: 0
}

nav#house-sections-nav ul li a {
    font-size: 1.4em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--dark-color);
    border: none;
    z-index: 0;
    transition-delay: 0s;
    background-color: transparent;
    transition: color .5s cubic-bezier(0, 0, .01, 1);
    transition-property: color, background-color
}

nav#house-sections-nav ul li a .icon {
    font-size: .9em
}

nav#house-sections-nav ul li a .icon.kitchen, nav#house-sections-nav ul li a .icon.notebook {
    font-size: .75em
}

nav#house-sections-nav ul li a:after {
    content: "";
    transition: transform 450ms cubic-bezier(0, 0, .01, 1);
    transition-delay: 50ms;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwIDEwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDB7ZmlsbDojRkZGRkZGO30uc3Qxe29wYWNpdHk6MC41O2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSI1IiBjeT0iNSIgcj0iMy41Ii8+PGNpcmNsZSBjbGFzcz0ic3QxIiBjeD0iNSIgY3k9IjUiIHI9IjUiLz48L3N2Zz4=);
    background-position: center center;
    background-size: 100% 100%;
    background-transform: scale(1)
}

nav#house-sections-nav ul li a:hover {
    text-decoration: none;
    color: #fff;
    transition-delay: 150ms
}

nav#house-sections-nav ul li a:hover:after {
    transform: scale(0)
}

nav#house-sections-nav ul li a.active {
    color: #fff;
    background-color: #419b9e
}

nav#house-sections-nav ul li a.active:after {
    transform: scale(0)
}

@media (min-width: 769px) {
    nav#house-sections-nav ul li a {
        width: 55px;
        height: 55px;
        font-size: 1.6em
    }
}

@media (min-width: 1366px) {
    nav#house-sections-nav ul li a {
        font-size: 1.6em;
        width: 55px;
        height: 55px
    }
}

#menu-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #01aaa9;
    color: var(--light-color);
    text-align: center;
    display: none;
    z-index: 100
}

@media (max-width: 768px) {
    #menu-container #menu-content {
        width: 100%
    }
}

#menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#menu-container ul li {
    width: 90%;
    padding: 10px 0;
    display: block;
    text-align: left;
    margin: 20px 0 20px 10%;
    min-width: 200px;
    max-width: 400px;
    font-family: var(--light-font)
}

@media (min-width: 769px) {
    #menu-container ul li {
        margin: 20px 0;
        width: 100%
    }
}

#menu-container #close-menu-btn {
    margin-bottom: 30px;
    float: left;
    background-color: transparent;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    padding: 0;
    color: #fff
}

@media (min-width: 769px) {
    #menu-container #close-menu-btn {
        position: relative;
        top: auto;
        right: auto
    }
}

#menu-container ul {
    display: inline-block;
    width: 100%
}

#menu-container .menu-item {
    position: relative;
    color: #fff;
    opacity: 1;
    font-weight: 100;
    font-size: 2.6em;
    opacity: 0;
    display: inline-block;
    line-height: 1em;
    width: 100%
}

#menu-container .menu-item span {
    font-size: .4em;
    position: absolute;
    top: 0;
    transform: translate(-100%, -100%);
    left: 0;
    opacity: .5
}

#menu-container .menu-item.show {
    transform: translate(0, 0);
    opacity: .5
}

#menu-container .menu-item:hover {
    text-decoration: none;
    opacity: 1 !important
}

#main-footer, #main-wrapper {
    transition: opacity 250ms ease;
    transition-property: opacity, transform
}

#main-nav {
    text-align: center;
    z-index: 100;
    position: absolute;
    padding-top: 15px;
}

@media (min-width: 769px) {
    #main-nav {
        position: fixed;
        height: 100vh;
        left: 0;
        top: 0
    }
}

#main-nav img {
    max-width: 124px;
    width: 15vw
}

@media (min-width: 769px) {
    #main-nav img {
        width: 80%
    }
}

#main-nav ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left
}

#main-nav ul a:hover {
    text-decoration: none
}

#main-nav ul li {
    min-height: 30px
}

#main-nav ul li.network {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    bottom: 20vh;
    font-size: 1em
}

@media (min-width: 769px) {
    #main-nav ul li.network {
        display: block
    }
}

#main-nav ul li.network a {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    float: none;
    padding: 20px;
    transition: color .2s cubic-bezier(0, 0, .01, 1);
    font-size: 20px;
    padding-left: 5px;
}

#main-nav ul li.network a:hover {
    color: #00aaa9
}

#main-nav ul li.network:last-child {
    bottom: calc(20vh - 60px)
}

#main-nav ul li#to-home-container {
    float: left;
    width: 100%;
    min-width: 60px;
    max-width: 120px;
    text-align: left
}

@media (min-width: 769px) {
    #main-nav ul li#to-home-container {
        text-align: center
    }
}

#main-nav ul li#open-menu-container {
    color: transparent;
    text-align: center;
    margin: 5px 10px;
    transform: rotate(180deg);
    float: right;
    color: var(--dark-color);
    transition: color .2s cubic-bezier(0, 0, .01, 1);
    position: fixed;
    top: 10px;
    right: 10px
}

@media (min-width: 769px) {
    #main-nav ul li#open-menu-container {
        position: absolute;
        margin: 0;
        left: 0;
        top: 50%;
        right: auto;
        transform: translateY(-50%)
    }
}

#main-nav ul li#open-menu-container button {
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-block;
    position: relative;
    float: none;
    background-color: transparent
}

#main-nav ul li#open-menu-container button.white {
    color: #fff
}

#main-nav ul li#open-menu-container button span {
    position: absolute;
    width: 33px;
    background-color: currentColor;
    left: 0;
    overflow: hidden;
    height: 2px;
    transition: transform 150ms cubic-bezier(0, 0, .01, 1);
    transform-origin: left center;
    transform: scale(.5, 1) translate(0, -50%);
    top: 50%
}

#main-nav ul li#open-menu-container button:after, #main-nav ul li#open-menu-container button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 2px;
    width: 33px;
    background-color: currentColor;
    transition: transform 150ms cubic-bezier(0, 0, .01, 1);
    transform-origin: left center
}

#main-nav ul li#open-menu-container button:after {
    top: auto;
    bottom: 10px
}

@media (min-width: 769px) {
    #main-nav ul li#open-menu-container button:hover:after, #main-nav ul li#open-menu-container button:hover:before {
        transform: scale(.5, 1)
    }

    #main-nav ul li#open-menu-container button:hover span {
        transform: scale(.5, 1) translate(0, -50%)
    }
}

#main-nav ul a, #main-nav ul button, #main-nav ul li {
    margin: 0 auto
}

@media (min-width: 769px) {
    #main-nav ul a, #main-nav ul button, #main-nav ul li {
        float: left;
        width: 100%
    }
}

.form fieldset, form fieldset {
    margin-top: 15px;
    border: none;
    font-family: var(--light-font);
    margin: 0
}

.form label, form label {
    width: 100%;
    display: inline-block;
    margin-top: 10px
}

.form input, .form select, form input, form select {
    border: none;
    border-bottom: 1px solid var(--dark-color);
    width: 100%;
    background-color: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 8px 10px 6px 10px;
    outline: none !important;
}

.form .errors, form .errors {
    display: none;
    padding: 5px 15px;
    background-color: #ea4335;
    color: #fff;
    border-radius: 20px;
    line-height: 1.2em
}

.form .errors.active, form .errors.active {
    display: block
}

.form .errors p, form .errors p {
    margin: 0
}

.form select, form select {
    border: 1px solid rgba(51, 49, 50, .5);
    text-transform: uppercase;
    text-align-last: center;
    padding: 6px 6px 4px 6px;
    height: 32px;
    margin-top: 1em
}

@media (min-width: 769px) {
    .form select, form select {
        height: 40px;
        padding: 6px 10px 4px 10px
    }
}

@media (min-width: 1366px) {
    .form select, form select {
        height: 50px;
        padding: 6px 10px 4px 10px
    }
}

.form button[type=submit], form button[type=submit] {
    margin: 1em 0
}

@media (min-width: 769px) {
    .form button[type=submit], form button[type=submit] {
        float: right
    }
}

a.link {
    margin: 0 5px;
    padding: 12px 20px 10px 20px;
    border: 1px solid #d2d2d2;
    color: #333132;
    text-transform: uppercase;
    font-family: "Oakes Bold"
}

a.link.sm {
    font-size: .75em;
    padding: 6px 20px;
    height: 28px
}

[tooltip] {
    position: relative
}

[tooltip]:before {
    content: attr(tooltip);
    position: absolute;
    background-color: #419b9e;
    color: #fff;
    border-radius: 15px;
    opacity: 0;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 10px);
    padding: 2px 15px;
    font-size: 12px;
    font-weight: 100;
    white-space: nowrap;
    transition: 350ms cubic-bezier(0, 0, .01, 1);
    transition-property: opacity, transform;
    z-index: 1
}

[tooltip][tooltip-to=left]:before {
    left: -50%;
    bottom: auto;
    transform: translate(-75%, -50%);
    top: 50%
}

[tooltip][tooltip-to=left]:hover:before {
    transform: translate(-100%, -50%)
}

[tooltip][tooltip-to=right]:before {
    transform: translate(100%, -100%)
}

[tooltip]:hover:before {
    opacity: 1;
    transform: translate(-50%, -5px)
}

a.btn, button {
    margin: auto 5px;
    outline: 0;
    border: none;
    background-color: var(--light-color);
    font-family: var(--buttons-font);
    font-size: 1.4em;
    text-rendering: geometricPrecision
}

a.btn.btn, button.btn {
    background-color: transparent;
    min-width: 140px;
    color: var(--light-color);
    text-transform: uppercase;
    font-size: 1.5em;
    padding: 6px 20px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 20px
}

a.btn.btn:after, a.btn.btn:before, button.btn:after, button.btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    transition: 350ms cubic-bezier(0, 0, .01, 1);
    transition-delay: .1s;
    transition-property: background-color, transform, opacity
}

a.btn.btn:before, button.btn:before {
    z-index: -2;
    background-color: var(--dark-color)
}

a.btn.btn:after, button.btn:after {
    z-index: -1;
    transform: scale(0, 1);
    transition-duration: .6s;
    transform-origin: right center;
    background-color: var(--blue);
    opacity: 0;
    right: 0;
    left: auto;
    transition-delay: 0s
}

@media (min-width: 769px) {
    a.btn.btn:hover, button.btn:hover {
        text-decoration: none;
        color: #fff;
        background-color: transparent
    }

    a.btn.btn:hover:after, button.btn:hover:after {
        transition-duration: 450ms;
        transform-origin: left center;
        opacity: 1;
        transform: scale(1, 1);
        left: 0;
        right: auto
    }

    a.btn.btn:hover i.circle, button.btn:hover i.circle {
        transform: translateX(5px);
        color: #fff !important
    }
}

@media (min-width: 769px) {
    a.btn.btn, button.btn {
        line-height: 1.4em;
        font-size: 24px
    }
}

@media (min-width: 1366px) {
    a.btn.btn, button.btn {
        font-size: 28px;
        line-height: 1.3em
    }
}

a.btn.btn .circle, button.btn .circle {
    height: 20px;
    width: 20px;
    margin-left: 10px;
    font-size: .8em;
    padding: 3px 0;
    position: relative;
    transition: transform 350ms cubic-bezier(0, 0, .01, 1);
    transition-property: transform, color
}

@media (min-width: 769px) {
    a.btn.btn .circle, button.btn .circle {
        width: 25px;
        height: 25px;
        margin-left: 12px;
        font-size: .75em;
        padding: 4px;
        top: -2px
    }
}

@media (min-width: 1366px) {
    a.btn.btn .circle, button.btn .circle {
        width: 30px;
        height: 30px;
        margin-left: 15px;
        font-size: .5em;
        padding: 6px 0;
        top: -6px
    }
}

.btn-circle, .circle {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center
}

.btn-circle.circle, .circle.circle {
    border: 1px solid var(--outline-color)
}

.btn-circle.sm, .circle.sm {
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 1.6em
}

.w-bubble, .w-bubbles {
    position: relative
}

.w-bubble:after, .w-bubble:before, .w-bubbles:after, .w-bubbles:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #fff
}

.w-bubble:before {
    visibility: hidden
}

.w-bubbles {
    margin-left: 30px;
    letter-spacing: 1px
}

.w-bubbles:before {
    left: -2px;
    top: -13px;
    width: 8px;
    height: 8px
}

@media (min-width: 769px) {
    .w-bubbles:before {
        left: -2px;
        top: -18px;
        width: 10px;
        height: 10px
    }
}

@media (min-width: 1366px) {
    .w-bubbles:before {
        left: -4px;
        top: -25px;
        width: 15px;
        height: 15px
    }
}

.w-bubbles:after {
    left: -22px;
    top: -8px;
    width: 20px;
    height: 20px
}

@media (min-width: 769px) {
    .w-bubbles:after {
        left: -30px;
        top: -10px;
        width: 26px;
        height: 26px
    }
}

@media (min-width: 1366px) {
    .w-bubbles:after {
        left: -45px;
        top: -15px;
        width: 40px;
        height: 40px
    }
}

button.close-btn {
    width: 30px;
    height: 30px;
    position: relative;
    background-color: transparent
}

button.close-btn:after, button.close-btn:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: currentColor;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(45deg)
}

button.close-btn:after {
    transform: rotate(-45deg)
}


.listEL{
    left: 0px !important;
    position: relative !important;;
    margin: 0px !important;
    float: left;
}

.listEL li{
    text-align: left;

    margin: 0px !important;
    padding: 0px 0 !important;
    position: relative;

}

.listEL li:before {
    content: "";
    position: absolute;
    left: 0% !important;
    transform: translateX(-50%);
    bottom: -10px;
    border-left: 1px dashed #d2d2d2;
    height: 15px;
    width: 1px;
}

h2.inview-item{
    text-align: left !important;
}

.inview-item{
    text-align: justify;
}
.inview-item, .item-transition {
    opacity: 0;
    transform: translateY(15px)

}

figure.zoom-bg {
    height: 100%;
    width: 100%
}

figure.zoom-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    object-position: center;
    float: left
}

figure.zoom-bg.active picture {
    width: 100%
}

figure.zoom-bg picture {
    overflow: hidden;
    display: inline-block
}

.b-lazy {
    min-height: 350px;
    opacity: 0
}

.b-loaded {
    opacity: 1;
    transform: translateY(0);
    min-height: auto
}

.safari .b-lazy {
    opacity: 1;
    transform: none
}

#preloader {
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #000;
    padding: 0;
    background-color: var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center
}

#preloader figure {
    width: initial;
    background-color: var(--bg-color);
    opacity: 0
}

@media (min-width: 769px) {
    #preloader figure {
        width: 389px
    }
}

#preloader figure picture {
    left: 0;
    display: inline-block;
    float: left;
    position: relative;
    width: 105px
}

@media (min-width: 769px) {
    #preloader figure picture {
        width: 280px;
        top: 0px;
        left: 50px;
    }
}

#preloader figure picture img {
    width: 100%;
    left: 0
}

#preloader figure img {
    position: relative;
    float: right;
    width: 96px
}

@media (min-width: 769px) {
    #preloader figure img {
        width: 195px
    }
}

#preloader.loaded {
    z-index: 1000
}

#preloader.loaded canvas, #preloader.loaded figure {
    display: none
}

#preloader.loaded.in-transition {
    pointer-events: none;
    background-color: transparent
}

#preloader.loaded.in-transition canvas {
    display: block
}

.img-mobile-container {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: -100px;
    z-index: 1;
    position: relative
}

@media (min-width: 769px) {
    .img-mobile-container {
        display: none
    }
}

.img-mobile-container picture {
    display: inline-block;
    width: 70%;
    position: relative;
    z-index: 1;
    pointer-events: none;
    max-width: 260px;
    margin-left: -15px
}

.img-mobile-container picture img {
    width: 100%
}

.img-mobile-container .next-feature {
    position: absolute;
    bottom: 35%;
    left: 60%;
    text-align: center;
    width: 40%;
    right: 0;
    padding-left: 15px
}

.img-mobile-container .next-feature .icon {
    position: absolute;
    font-size: 2em;
    width: 100%;
    left: 0;
    transform: rotate(180deg);
    top: -15px
}

.img-mobile-container .prev-feature {
    position: absolute;
    bottom: 20%;
    text-align: center;
    width: 40%;
    left: 0
}

.img-mobile-container .prev-feature .icon {
    position: absolute;
    font-size: 2em;
    width: 100%;
    left: 0;
    top: -15px
}

section.feature-section, section.interior-section {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 15px;
    line-height: 2em
}

@media (min-width: 769px) {
    section.feature-section, section.interior-section {
        height: 100vh
    }
}

@media (min-width: 769px) {
    section.feature-section .interior-col, section.interior-section .interior-col {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

section.feature-section p, section.interior-section p {
    float: left;
    width: 100%;
    font-size: 1.25em
}

section.interior-section {
    padding-right: 0;
    z-index: 3
}

section.interior-section:before {
    content: "";
    width: 150%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    background-color: var(--bg-color);
    z-index: -1
}

@media (max-width: 768px) {
    section.interior-section {
        padding: 0
    }

    section.interior-section div.interior-col {
        padding: 0
    }
}

@media (min-width: 769px) {
    section.interior-section p {
        width: 80%
    }
}

section.interior-section .interior-col {
    float: right
}

section.interior-section .interior-col header {
    float: left
}

section.interior-section figure {
    overflow: hidden;
    padding: 0;
    width: 100%;
    position: relative;
    height: 65vw
}

@media (min-width: 769px) {
    section.interior-section figure {
        height: 100%;
        min-height: auto
    }
}

section.interior-section figure picture {
    height: 100%;
    width: 100%
}

section.interior-section h1 {
    color: #00aaa9;
    font-size: 5em;
    margin: 0 0 .25em 0
}

section.interior-section h1 b {
    color: var(--dark-color)
}

@media (min-width: 769px) {
    section.interior-section h1 b {
        display: inline-block;
        width: 100%
    }
}

section.feature-section {
    font-family: var(--light-font);
    line-height: 1.8em;
    padding-top: 80px;
    position: relative;
    z-index: 0
}

@media (min-width: 769px) {
    section.feature-section {
        padding-top: 0
    }
}

section.feature-section figure.zoom-bg {
    height: auto
}

section.feature-section.bg-dark:before {
    content: "";
    width: 150%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    background-color: var(--bg-color);
    z-index: -1
}

@media (min-width: 769px) {
    section.feature-section.oh-right .article-container {
        float: right;
        margin-right: 16.666666%
    }

    section.feature-section.oh-right header {
        float: left;
        margin-left: 6.6666%
    }
}

section.feature-section.oh-right header figcaption {
    margin-left: auto;
    float: right
}

@media (min-width: 769px) {
    section.feature-section.oh-right header figcaption {
        margin-right: auto;
        right: 9%;
        left: auto
    }
}

@media (min-width: 769px) {
    section.feature-section.oh-right header figure:after {

        left: 10%
    }
}

section.feature-section header {
    width: 100%;
    float: left;
    position: relative
}

@media (min-width: 769px) {
    section.feature-section header {
        margin-left: 6.66667%;
        width: 40%
    }
}

section.feature-section header figcaption {
    background-color: var(--dark-color);
    color: #fff;
    padding: 20px;
    font-size: 1em;
    font-family: var(--light-font);
    width: 100%;
    float: right;
    position: relative;
    display: inline-block
}

section.feature-section header figcaption p {
    margin: 0;
    font-size: 1em;
    line-height: 1.2em
}

@media (min-width: 769px) {
    section.feature-section header figcaption {
        position: absolute;
        bottom: 0;
        transform: translate(0, 50%);
        left: 0;
        padding: 20px 25px;
        width: 63.6363%;
        margin-left: 9.0909%
    }
}

section.feature-section header figure {
    padding: 0;
    width: 100%;
    position: relative
}

section.feature-section header figure img {
    width: 100%
}

section.feature-section header figure picture {
    float: right
}

@media (min-width: 769px) {
    section.feature-section header figure:after {
        content: "";

        position: absolute;
        width: 50%;
        bottom: -25px;
        z-index: -1;
        height: 80%;
        right: 10%
    }
}

section.feature-section .article-container {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

section.feature-section .article-container article {
    position: relative
}

section.feature-section .article-container article span.feature-indicator {
    color: #00aaa9;
    transform: rotate(-90deg) translate(-85px, -130%);
    position: absolute;
    text-transform: uppercase;
    left: 25px;
    top: 45px;
    font-size: 1em;
    transform-origin: left top
}

@media (min-width: 769px) {
    section.feature-section .article-container article span.feature-indicator {
        left: 0;
        top: 0;
        font-size: 1em;
        transform-origin: left top;
        display: inline-block
    }
}

section.feature-section .article-container article i.index-feature {
    width: 30px;
    height: 30px;
    background-color: #00aaa9;
    display: none;
    border-radius: 50%;
    font-family: var(--bold-font);
    color: #fff;
    font-style: normal;
    font-size: 1em;
    text-align: center;
    line-height: 1em;
    padding: 11px 6px;
    position: absolute;
    left: 15px;
    top: -50px
}

@media (min-width: 769px) {
    section.feature-section .article-container article i.index-feature {
        display: inline-block;
        left: 0
    }
}

@media (min-width: 769px) {
    section.feature-section .article-container article i.index-feature {
        padding: 16px 6px;
        width: 40px;
        height: 40px;
        font-size: 1.2em
    }
}

@media (min-width: 1366px) {
    section.feature-section .article-container article i.index-feature {
        font-size: 1.3em;
        padding: 18px 6px;
        width: 50px;
        height: 50px
    }
}

section.feature-section .article-container article i.index-feature:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -5px;
    width: 15px;
    height: 15px;
    background-color: #00aaa9;
    border-radius: 50%
}

@media (min-width: 769px) {
    section.feature-section .article-container {
        margin-bottom: 0;
        margin-left: 6.66667%;
        width: 30%
    }
}

section.feature-section .article-container h2 {
    font-size: 4.5em;
    margin: .25em 0 .25em 20px
}

@media (min-width: 769px) {
    section.feature-section .article-container h2 {
        margin: .25em 0
    }
}

@media (max-width: 768px) {
    section.feature-section .article-container hr {
        margin-left: 25px
    }
}

.section-indicator-mobile {
    background-color: #00aaa9;
    color: #fff;
    padding: 8px;
    text-align: center;
    font-size: 1.8em;
    width: 40px;
    height: 40px;
    position: relative;
    margin-left: 15px;
    border: none !important
}

.section-indicator-mobile:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -5px;
    width: 15px;
    height: 15px;
    background-color: #00aaa9;
    border-radius: 50%
}

@media (min-width: 769px) {
    .section-indicator-mobile {
        display: none
    }
}

footer#main-footer {
    float: left;
    width: 100%;
    text-align: center;
    background-color: var(--dark-color);
    color: #fff;
    line-height: 1.65em;
    padding: 35px 0 20px 0;
    font-family: var(--light-font);
    position: relative
}

@media (min-width: 769px) {
    footer#main-footer {
        font-size: 1.2em;
        line-height: 1.4em;
        padding: 100px 0
    }
}

@media (min-width: 1366px) {
    footer#main-footer {
        padding: 90px 0 50px 0
    }
}

footer#main-footer hr {
    opacity: .2;
    width: 90%;
    outline: 0;
    border: none;
    border-bottom: 1px solid var(--light-color);
    max-width: 700px;
    margin: 25px auto 10px auto
}

footer#main-footer p {
    font-family: var(--light-font);
    width: 90%;
    margin: .15em auto;
    color: var(--outline-color);
    max-width: 580px;
    min-width: 280px;
    position: relative;
    z-index: 10;
    font-size: 1.1em
}

@media (min-width: 769px) {
    footer#main-footer p {
        font-size: 1em;
        width: 80%;
        max-width: none
    }
}

footer#main-footer ul {
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 10
}

footer#main-footer ul li {
    font-size: 1em;
    margin: 0 10px;
    display: inline-block;
    font-family: var(--regular-font)
}

button#to-top-btn {
    float: right;
    width: 40px;
    height: 40px;
    border: 1px solid var(--dark-color);
    padding: 0;
    text-align: center;
    z-index: 999999;
    margin: 15px
}

@media (min-width: 769px) {
    button#to-top-btn {
        display: none
    }
}

button#to-top-btn:after, button#to-top-btn:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--dark-color);
    display: block;
    transform: rotate(-45deg);
    position: relative;
    left: 11px;
    top: 0
}

button#to-top-btn:after {
    left: 17px;
    transform: rotate(45deg);
    top: -2px
}

#schedule-visit-btn {
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 99;
    background-color: rgba(255, 255, 255, .23);
    color: var(--bg-color);
    display: none
}

@media (min-width: 769px) {
    #schedule-visit-btn {
        display: block
    }
}

#schedule-visit-btn.dark-mode {
    color: var(--dark-color)
}

.air-header {
    margin-top: 35%;
    margin-bottom: 5%
}

@media (min-width: 769px) {
    .air-header {
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.air-header figure {
    width: 60%;
    height: auto;
    max-width: 400px;
    margin: 0 auto
}

.air-header figure img {
    margin-bottom: 10px;
    width: 100%
}

@media (min-width: 769px) {
    .air-header figure img {
        margin-bottom: 0;
        padding: 10px;
        max-width: 250px;
        width: 50%
    }
}

#home-section {
    text-align: center;
    float: left
}

@media (min-width: 769px) {
    #home-section {
        height: 100vh
    }
}

#home-section article {
    font-family: var(--light-font);
    line-height: 1.75em;
    font-size: 1.15em;
    text-align: center
}

#home-section article p {
    margin-bottom: 20px;
    text-align: left
}

@media (min-width: 769px) {
    #home-section article p {
        text-align: center
    }
}

@media (min-width: 769px) {
    #home-section [class*=col-] {
        height: 100%
    }
}

#home-section .btn#ok-google-btn {
    display: inline-block;
    white-space: nowrap;
    margin-top: 20px;
    color: var(--light-color);
    text-transform: uppercase;
    padding: 6px 30px;
    border-radius: 50px;
    background-color: var(--dark-color);
    font-family: var(--header-font)
}

@media (min-width: 769px) {
    #home-section .btn#ok-google-btn {
        padding: 8px 40px
    }

    #home-section .btn#ok-google-btn:hover {
        background-color: transparent
    }
}

@media (min-width: 1366px) {
    #home-section .btn#ok-google-btn {
        padding: 12px 50px
    }
}

#home-section .btn#ok-google-btn:after, #home-section .btn#ok-google-btn:before {
    border-radius: 50px
}

#home-section .btn#ok-google-btn i.circle {
    border-color: currentColor;
    color: #00aaa9;
    font-size: .65em;
    line-height: 1.4em;
    padding: 1px 0;
    position: relative;
    top: -2px;
    margin-left: 10px;
    margin-right: -10px
}

@media (min-width: 769px) {
    #home-section .btn#ok-google-btn i.circle {
        line-height: 1.2em;
        top: -1px;
        padding: 3px 0
    }
}

@media (min-width: 1366px) {
    #home-section .btn#ok-google-btn i.circle {
        line-height: 1.6em;
        top: -3px;
        padding: 0 0
    }
}

#home-section #info-smart-home {
    float: right;
    padding: 0;
    text-align: center
}

#home-section #info-smart-home figure {
    width: 100%;
    height: 85%;
    position: relative;
    overflow: hidden
}

@media (min-width: 769px) {
    #home-section #info-smart-home figure {
        margin-bottom: 15px
    }
}

#home-section #info-smart-home figure picture {
    height: 100%
}

#home-section #info-smart-home figure + img {
    width: 40%;
    margin-bottom: 20px;
    float: right;
    margin-right: 40%;
    max-width: 160px
}

#home-section a#schedule-visit-btn {
    position: absolute;
    top: 15px;
    right: 15px
}

#home-section canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

#home-section #google-assistant-logo {
    width: 40%;
    display: block;
    margin: 20px auto
}

#home-section figure#google-home-photo {
    width: 100%;
    position: relative
}

#home-section figure#google-home-photo img {
    float: left;
    width: 30%;
    display: inline-block
}

#home-section figure#google-home-photo a {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translateY(-50%);
    margin-top: 0 !important
}

.back-to-container {
    position: relative;
    float: left;
    width: 100%;
    height: 160px
}

@media (min-width: 769px) {
    .back-to-container {
        width: auto;
        height: 100vh
    }
}

#back-to-link, .back-to-link {
    position: absolute;
    left: 0;
    padding: 10px 0 10px 20px;
    bottom: 0;
    text-align: right;
    z-index: 1;
    width: 100px
}

#back-to-link i, .back-to-link i {
    display: block;
    margin-bottom: 5px
}

@media (min-width: 769px) {
    #back-to-link, .back-to-link {
        left: 10%;
        bottom: 30px
    }

    #back-to-link i, .back-to-link i {
        margin-right: 15px;
        display: inline-block
    }
}

#contact-section, #map {
    float: right;
    min-height: 320px;
    height: 50vh;
    font-family: var(--light-font)
}

#contact-section h1, #map h1 {
    color: #bdbdbd
}

#contact-section h1, #contact-section p.subtitle, #map h1, #map p.subtitle {
    font-size: 3.2em;
    margin: 0
}

#contact-section p.subtitle, #map p.subtitle {
    margin-bottom: 30px
}

#contact-section b, #map b {
    font-family: var(--bold-font)
}

#contact-section address, #map address {
    user-select: text;
    font-style: normal;
    line-height: 1.8em;
    font-size: 1.2em;
    width: 100%
}

#contact-section address + a, #map address + a {
    float: right;
    position: relative;
    margin-top: 20px;
    z-index: 2;
    display: block
}

#contact-section address + a:after, #map address + a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--dark-color);
    bottom: -3px;
    transition: transform 350ms cubic-bezier(0, 0, .01, 1);
    transform: scale(.7, 1);
    transform-origin: left center
}

#contact-section address + a:hover, #map address + a:hover {
    text-decoration: none
}

#contact-section address + a:hover:after, #map address + a:hover:after {
    transform: scale(1, 1)
}

#gmaps-container {
    width: 100%;
    height: 100%
}

#map {
    padding: 0;
    position: relative;
    overflow: hidden
}

#map canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none
}

#map img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 28px;
    z-index: 9;
    transform: translate(-50%, -50%)
}

#contact-section {
    padding: 30px 15px 30px 15px
}

@media (max-width: 768px) {
    #contact-section {
        height: auto;
        width: 90%;
        min-width: 280px;
        margin: 0 auto
    }
}

#agenda-section {
    float: right
}

#agenda-section .submit-container {
    text-align: center
}

@media (min-width: 769px) {
    #agenda-section {
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left
    }
}

#agenda-section.submited {
    height: 100vh
}

#agenda-bg {
    padding: 0;
    float: left
}

@media (min-width: 769px) {
    #agenda-bg {
        float: right;
        height: 100vh
    }
}

#agenda-bg picture {
    height: 100%
}

#visit-form {
    transition: height 350ms ease;
    width: 100%;
    overflow: hidden;
    margin: 0
}

@media (max-width: 768px) {
    #visit-form {
        margin: 20px auto 0 auto
    }

    #visit-form #submit-btn {
        margin-bottom: 0
    }
}

#visit-form select {
    text-transform: none
}

#visit-form fieldset {
    padding: 0
}

.fields-container {
    width: 100%;
    float: left;
    display: block
}

.fields-container #day-container {
    margin-top: 15px
}

.fields-container #day-container .flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
    border: 1px solid #000;
    border-radius: 0
}

.fields-container .flatpickr-day {
    max-width: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: inset 1px 1px 0 #000;
    padding: 0;
    outline: 0;
    border: none;
    color: #000
}

.fields-container .dayContainer, .fields-container .flatpickr-calendar.inline, .fields-container .flatpickr-days, .fields-container .flatpickr-innerContainer, .fields-container .flatpickr-rContainer {
    width: 100%;
    max-width: 100%;
    min-width: auto
}

.fields-container .DatePicker-Input {
    display: none
}

.fields-container .flatpickr-current-month select.flatpickr-monthDropdown-months {
    -webkit-appearance: none;
    appearance: none
}

.fields-container .flatpickr-current-month {
    font-size: 1em;
    padding: 10px 0 0 0;
    line-height: 2em
}

.fields-container .dayContainer {
    margin-left: -1px
}

.fields-container .flatpickr-day.flatpickr-disabled, .fields-container .flatpickr-day.flatpickr-disabled:hover, .fields-container .flatpickr-day.nextMonthDay, .fields-container .flatpickr-day.notAllowed, .fields-container .flatpickr-day.notAllowed.nextMonthDay, .fields-container .flatpickr-day.notAllowed.prevMonthDay, .fields-container .flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, .3)
}

.fields-container .flatpickr-calendar.arrowTop:after, .fields-container .flatpickr-calendar.arrowTop:before {
    display: none
}

#acerca-info-container .content {
    width: 100%;
    float: right
}

@media (min-width: 769px) {
    #acerca-info-container .content {
        width: 90%
    }
}

@media (min-width: 769px) {
    #acerca-header {
        display: none
    }
}

@media (max-width: 768px) {
    #back-to-link {
        display: none
    }
}

#acerca-section, #confirmation-section {
    position: relative;
    text-align: left
}

@media (min-width: 769px) {
    #acerca-section, #confirmation-section {
        text-align: center;
        height: 100vh
    }
}

#acerca-section h1, #confirmation-section h1 {
    margin: 0
}

#acerca-section .content, #confirmation-section .content {
    width: 100%
}

@media (min-width: 769px) {
    #acerca-section:before, #confirmation-section:before {
        content: "";
        background-color: var(--light-color);
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 200%;
        z-index: -1
    }
}

#acerca-section + section, #confirmation-section + section {
    padding-bottom: 30px;
    background-color: #fff
}

@media (min-width: 769px) {
    #acerca-section + section, #confirmation-section + section {
        padding-bottom: 15px;
        padding-right: 0
    }
}

#acerca-section + section figure, #confirmation-section + section figure {
    margin-bottom: 15px
}

#acerca-section + section figure img, #confirmation-section + section figure img {
    width: 100%
}

#acerca-section + section #google-assistant-logo, #confirmation-section + section #google-assistant-logo {
    margin-top: 70px;
    width: 50%
}

#acerca-info-container {
    display: inline-block;
    position: relative
}

@media (min-width: 769px) {
    #acerca-info-container #powered-by-container {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 0
    }

    #acerca-info-container .col-ds-16 {
        float: right;
        margin-right: 6%
    }
}

@media (min-width: 769px) {
    #acerca-info-container ul {
        margin: 0;
        padding: 0
    }
}

#acerca-info-container ul li {
    margin-bottom: 10px
}

#powered-by-container {
    display: none
}

@media (min-width: 769px) {
    #powered-by-container {
        display: block
    }
}

#powered-by-container img {
    width: 90%;
    max-width: 360px
}

#powered-by-container p {
    margin-bottom: 0;
    color: #7f7e7e
}

#confirmation-section {
    margin-top: 150px;
    text-align: center
}

#confirmation-section p {
    font-weight: 900;
    font-size: 1.2em
}

@media (min-width: 769px) {
    #confirmation-section {
        margin-top: 0
    }
}

#acerca-background-desktop {
    display: none
}

@media (min-width: 769px) {
    #acerca-background-desktop {
        display: block
    }
}

#acerca-footer {
    width: 100%;
    float: left;
    text-align: right
}

@media (min-width: 769px) {
    #acerca-footer {
        display: none
    }
}

#acerca-footer img#google-assistant-logo-mobile {
    margin: 15px;
    width: 35%
}

#acerca-footer a {
    position: relative;
    float: left;
    padding: 0;
    text-align: left;
    margin-top: 20px
}

#world-3d-container {
    position: fixed;
    z-index: 100;
    pointer-events: none
}

#world-3d-container.on-menu {
    mix-blend-mode: color-dodge;
    z-index: 110
}

.modal-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1000;
    text-align: center;
    display: none
}

.modal-container .close-btn {
    color: var(--dark-color);
    margin: 20px auto
}

.modal-container .modal {
    height: 100%;
    width: 100%;
    transform: translate(0, 60px);
    opacity: 0
}

.modal-container .modal-body {
    background-color: #fff;
    width: 60%;
    min-width: 280px;
    max-width: 640px;
    margin: 0 auto;
    padding: 30px 15px
}

.modal-container header {
    margin-bottom: 15px
}

.modal-container header > * {
    font-size: 3em;
    font-family: var(--header-font);
    line-height: 1.2em;
    margin: 0;
    text-transform: uppercase
}

.modal-container header p {
    color: var(--outline-color)
}

.modal-container p {
    width: 60%;
    margin: 0 auto;
    min-width: 250px
}








section.moretext-section, section.interior-section {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 15px;
    line-height: 2em
}

@media (min-width: 769px) {
    section.moretext-section, section.interior-section {
        height: 100vh
    }
}

@media (min-width: 769px) {
    section.moretext-section .interior-col, section.interior-section .interior-col {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

section.moretext-section p, section.interior-section p {
    float: left;
    width: 100%;
    font-size: 1.25em
}



section.moretext-section {
    font-family: var(--light-font);
    line-height: 1.8em;
    padding-top: 80px;
    position: relative;
    z-index: 0
}

@media (min-width: 769px) {
    section.moretext-section {
        padding-top: 0
    }
}

section.moretext-section figure.zoom-bg {
    height: auto
}

section.moretext-section.bg-dark:before {
    content: "";
    width: 150%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    background-color: var(--bg-color);
    z-index: -1
}

@media (min-width: 769px) {
    section.moretext-section.oh-right .article-container {
        float: right;
        margin-right: 16.666666%
    }

    section.moretext-section.oh-right header {
        float: left;
        margin-left: 6.6666%
    }
}

section.moretext-section.oh-right header figcaption {
    margin-left: auto;
    float: right
}

@media (min-width: 769px) {
    section.moretext-section.oh-right header figcaption {
        margin-right: auto;
        right: 9%;
        left: auto
    }
}

@media (min-width: 769px) {
    section.moretext-section.oh-right header figure:after {
        background-color: var(--bg-color);
        left: 10%
    }
}

section.moretext-section header {
    width: 100%;
    float: left;
    position: relative
}

@media (min-width: 769px) {
    section.moretext-section header {
        margin-left: 6.66667%;
        width: 30%
    }
}

section.moretext-section header figcaption {
    background-color: var(--dark-color);
    color: #fff;
    padding: 20px;
    font-size: 1em;
    font-family: var(--light-font);
    width: 100%;
    float: right;
    position: relative;
    display: inline-block
}

section.moretext-section header figcaption p {
    margin: 0;
    font-size: 1em;
    line-height: 1.2em
}

@media (min-width: 769px) {
    section.moretext-section header figcaption {
        position: absolute;
        bottom: 0;
        transform: translate(0, 50%);
        left: 0;
        padding: 20px 25px;
        width: 63.6363%;
        margin-left: 9.0909%
    }
}

section.moretext-section header figure {
    padding: 0;
    width: 100%;
    position: relative
}

section.moretext-section header figure img {
    width: 100%
}

section.moretext-section header figure picture {
    float: right
}

@media (min-width: 769px) {
    section.moretext-section header figure:after {
        content: "";
        background-color: #fff;
        position: absolute;
        width: 50%;
        bottom: -25px;
        z-index: -1;
        height: 80%;
        right: 10%
    }
}

section.moretext-section .article-container {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

section.moretext-section .article-container article {
    position: relative
}

section.moretext-section .article-container article span.feature-indicator {
    color: #00aaa9;
    transform: rotate(-90deg) translate(-85px, -130%);
    position: absolute;
    text-transform: uppercase;
    left: 25px;
    top: 45px;
    font-size: 1em;
    transform-origin: left top
}

@media (min-width: 769px) {
    section.moretext-section .article-container article span.feature-indicator {
        left: 0;
        top: 0;
        font-size: 1em;
        transform-origin: left top;
        display: inline-block
    }
}

section.moretext-section .article-container article i.index-feature {
    width: 30px;
    height: 30px;
    background-color: #00aaa9;
    display: none;
    border-radius: 50%;
    font-family: var(--bold-font);
    color: #fff;
    font-style: normal;
    font-size: 1em;
    text-align: center;
    line-height: 1em;
    padding: 11px 6px;
    position: absolute;
    left: 15px;
    top: -50px
}

@media (min-width: 769px) {
    section.moretext-section .article-container article i.index-feature {
        display: inline-block;
        left: 0
    }
}

@media (min-width: 769px) {
    section.moretext-section .article-container article i.index-feature {
        padding: 16px 6px;
        width: 40px;
        height: 40px;
        font-size: 1.2em
    }
}

@media (min-width: 1366px) {
    section.moretext-section .article-container article i.index-feature {
        font-size: 1.3em;
        padding: 18px 6px;
        width: 50px;
        height: 50px
    }
}

section.moretext-section .article-container article i.index-feature:before {
    content: "";
    position: absolute;
    left: -15px;
    top: -5px;
    width: 15px;
    height: 15px;
    background-color: #00aaa9;
    border-radius: 50%
}

@media (min-width: 769px) {
    section.moretext-section .article-container {
        margin-bottom: 0;
        margin-left: 6.66667%;
        width: 40%
    }
}

section.moretext-section .article-container h2 {
    font-size: 4.5em;
    margin: .25em 0 .25em 20px
}

@media (min-width: 769px) {
    section.moretext-section .article-container h2 {
        margin: .25em 0
    }
}

@media (max-width: 768px) {
    section.moretext-section .article-container hr {
        margin-left: 25px
    }
}


.sk-fading-circle {
    margin: 100px auto;
    width: 100px;
    height: 100px;
    position: relative;
    color: white;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}


.error-txt{
    color: red;
    font-size: .7rem;
}


.mwhamenu{
    position: fixed;
    width: 150px;
    height: 150px;
    background: #ffffffd1;
    top: -46px;
    right: -67px;
    z-index: 4;
    border-radius: 100%;
}


@media screen and (min-width: 800px) {

    .mwhamenu{
        display: none;
    }
}
