/* Eric Meyer's Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

*,
:before,
:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    outline: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;

}

/*font face*/
body {
    font-size: 10px;
    font-family: 'Aktiv Grotesk Corp';
    line-height: 1.2;
    color: #000;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-family: 'Proxima Nova Rg';
    font-size: 1.2rem;
    margin-bottom: 10px;
}

body img {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    -o-user-select: none;
    user-select: none;
}

figure {
    margin-bottom: 0;
    margin: 0;
}

*:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul {
    list-style-type: none;
}

/*
 2.0.1) Font Face
 -----------------------------*/
/*Put Your font face Styles here*/

@font-face {
    font-family: 'Proxima Nova Rg';
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk Corp';
    src: local('AktivGroteskCorp-Regular'),
        url('../fonts/AktivGroteskCorp-Regular.woff2') format('woff2'),
        url('../fonts/AktivGroteskCorp-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk Corp';
    src: local('AktivGroteskCorp-Bold'),
        url('../fonts/AktivGroteskCorp-Bold.woff2') format('woff2'),
        url('../fonts/AktivGroteskCorp-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk Corp';
    src: local('AktivGroteskCorp-Light'),
        url('../fonts/AktivGroteskCorp-Light.woff2') format('woff2'),
        url('../fonts/AktivGroteskCorp-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk Corp';
    src: local('AktivGroteskCorp-Medium'),
        url('../fonts/AktivGroteskCorp-Medium.woff2') format('woff2'),
        url('../fonts/AktivGroteskCorp-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


/*
 2.0.3) Form Elements
 -----------------------------*/
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    color: inherit;
    background: transparent;
    font-family: 'Aktiv Grotesk Corp';
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #000;
}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
    color: #6E51D1;
}

a:focus {
    outline: none;
    border: none;
}

input {
    line-height: normal;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0;
    border-bottom: 1px solid #000;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="file"] {
    -webkit-appearance: none;
    cursor: pointer;
    line-height: normal;
    overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
    color: #999;
    border-color: #ccc;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (max-device-width:767px) {

    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 14px !important;
    }

}

/*
 2.0.4) List Styles
 ---------------------------------*/
button {
    border: none;
    background: transparent;
}

.btn {
    letter-spacing: 0.5px;
    color: #000;
    background-color: transparent;
    text-transform: uppercase;
    border: 1px solid #000;
    font-family: 'Aktiv Grotesk Corp';
    font-weight: 500;
    border-radius: 0;
    padding: 7px;
    transition: all 0.5s;
    max-width: 241px;
    font-size: 1.2rem;
}

.btn:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid transparent;
}

/*
 2.0.9) Sprite Icons
 -------------------------*/
[class^="icon-"],
[class*="icon-"] {
    background-image: url("../images/sprite.png");
    /* background-size: 132px; */
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
    font-size: 0;
}

/*global heading*/
h1 {
    color: #000000;
    font-weight: 300;
    font-size: 3.3rem;
    margin-bottom: 5px;
}

h2 {
    color: #000;
    font-weight: bold;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

h3 {
    color: #000000;
    font-weight: 300;
    font-size: 3.4rem;
    margin-bottom: 20px;
}

/* Containers*/
.container {
    max-width: 1272px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

/**style.css starts**/
/* header */
/* .header {
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 3;
    display: none;
}

.header .container {
    justify-content: space-between;
    align-items: flex-start;
    display: block;
}

.header .container h1 {
    font-size: 2.9rem;    
    text-align: center;
} */

.social-icons {
    display: flex;
    justify-content: center;
    padding: 15px 0px;    
}

.social-icons a {
    display: block;
    transition: all 0.5s;
}

.social-icons a:hover {
    opacity: 0.8;
}

.social-icons img {
    display: block;
    width: 100%;
}

.social-icons li {
    margin-right: 30px;
}

.reddit {
    background: url('../images/discord.svg') no-repeat;
    width: 37px;
    height: 37px;
}

.reddit:hover {
    background: url('../images/discord-hover.svg') no-repeat;
    width: 37px;
    height: 37px;
}

.twitter {
    background: url('../images/twitter.svg') no-repeat;
    width: 37px;
    height: 37px;
}

.twitter:hover {
    background: url('../images/twitter-hover.svg') no-repeat;
    width: 37px;
    height: 37px;
}


.email {
    background: url('../images/email.svg') no-repeat;
    width: 37px;
    height: 37px;
}

.email:hover {
    background: url('../images/email-hover.svg') no-repeat;
    width: 37px;
    height: 37px;
}


.social-icons li:nth-child(3) {
    margin-right: 0;
}

.contact-us {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}

.form-control::placeholder {
    color: #000;
}

.form-control {
    width: 120px;
    padding: 10px 0px;
    letter-spacing: 1px;
    margin-right: 16px;
}

.form-group {
    display: flex;
    align-items: flex-end;
}

/* banner */
.banner {
    position: relative;
}

.banner-ltl.animate_animated {
    opacity: 0;
}

.experiment-text.animate_animated {
    opacity: 0;
}

.para.animate_animated {
    opacity: 0;
}

.tech-features.animate_animated {
    opacity: 0;
}

.rtl-wrp.animate_animated {
    opacity: 0;
}

.media.animate_animated {
    opacity: 0;
}

.gallery-head.animate_animated {
    opacity: 0;
}

.wonder-gallery.animate_animated {
    opacity: 0;
}

.network-head.animate_animated {
    animation: inherit;
}

.banner-bg video {
    min-height: 500px;
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100%;
    display: none;
}

.banner-gif {
    width: 100%;
    object-fit: cover;
    display: block;
    height: 100%;
}

.banner-gif img {
    width: 100%;
    display: block;
    height: 470px;
    object-fit: cover;
}

.hypothesis-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
    width: 300px;
    text-align: center;
    display: none;
}

.banner .container {
    position: absolute;
    top: 297px;
    left: 0;
    width: 100%;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    z-index: 2;
}

.banner p {
    font-family: 'Aktiv Grotesk Corp';
    font-weight: 300;
    font-size: 2.9rem;
    width: 275px;
    margin-bottom: 17px;
    text-align: right;
    padding-left: 30px;
    overflow: hidden;
}

.banner .social-icons {
    display: flex;
}

.banner-wrap {
    margin-left: 16px;
}

.banner-ltl {
    position: absolute;
    left: -41px;
    top: 220px;
    transform: rotate(90deg);
    text-transform: uppercase;
    font-size: 0.9rem;
}

.banner-rtl {
    position: absolute;
    right: -6px;
    bottom: 100px;
    transform: rotate(-90deg);
    text-transform: uppercase;
    display: none;
}

.arrow {
    position: absolute;
    left: -28px;
    bottom: -13px;
    transform: rotate(89deg);
    width: 7px;
}

.arrow img {
    display: block;
    width: 100%;
}

.banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    height: 50px;
}

.banner-gradient {
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.tech-features {
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
    overflow: hidden;
}

.tech-features li {
    margin-right: 20px;
    text-transform: uppercase;
    color: #848484;
    font-weight: 500;
    font-family: 'Aktiv Grotesk Corp';
    font-size: 1.2rem
}

.tech-features li:last-child {
    margin-right: 0;
}

/* content */
.content {
    padding: 52px 0px 0;
}

.content-img {
    padding: 0 20px;
}

.content-img img {
    display: block;
    margin: 0 auto;
}

.content-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.wonder-logo {
    width: 100%;
    display: block;
    margin-right: 20px;
}

.high-vibe {
    width: 100%;
    display: block;
}

.mob-hide {
    display: none;
}

/* gallery */
.gallery {
    padding: 50px 0 10px;
}

.gallery-box.animate_animated {
    opacity: 0;
}

.gallery .container {
    padding: 0 20px;
    overflow: hidden;
}

.gallery h1 {
    max-width: 350px;
    padding: 0 65px 0 0px;
    margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

.gallery-content a br {
    display: none;
}

.gallery-img img {
    width: 100%;
    display: block;
}

.gallery-img {
    width: 151px;
}

.gallery-content {
    width: 50%;
    margin-top: 17px;
    padding-left: 20px;
}

.gallery-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}

.gallery p {
    color: #7e7e7e;
    max-width: 240px;
    font-size: 1.7rem;
    padding-right: 60px;
    margin-bottom: 20px;
}

.gallery .gallery-content p {
    font-size: 1.6rem;
    padding-right: 0;
    overflow: hidden;
}

.d-block {
    display: block;
}

/* network */
.network-section {
    /* padding: 55px 0 52px; */
    overflow: hidden;
    padding: 370px 0px 52px;
}

.network-section .container {
    padding: 0;
}

.wonder-wrapper {
    margin-bottom: 50px;
}

.wonder-head {
    display: flex;
    /* justify-content: flex-end; */
    margin-bottom: 15px;
    justify-content: flex-start;

}

.network-section h1 {
    width: 175px;
    /* text-align: right;
    margin-right: 20px; */
    line-height: 1.1;
    text-align: left;
    margin-left: 20px;

}

.wonder-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wonder-img {
    width: 48%;
    margin-bottom: 15px;
}

.wonder-img img {
    width: 100%;
    display: block;
}

.annual-img img {
    width: 100%;
    display: block;
    height: 117px;
    object-fit: cover;
}
.wonder-logo {
    width: 138px;
    margin: 0 0 17px 24px;
    margin: 0 24px 17px auto;
}

.wonder-logo img {
    width: 100%;
    display: block;
}

.wonder-content p {
    font-size: 1.6rem;
    /* padding: 0 37px 0 20px; */
    max-width: 420px;
    padding: 0 20px 0 37px;
    text-align: right;    
}

.network-logo {
    width: 148px;
    /* display: inline-block;
    margin-bottom: 10px; */
    margin: 0 auto 17px 0px;
    display: block;    
}

.network-wrapper .wonder-content {
    padding: 0 25px;
    text-align: right;
}

.network-wrapper .wonder-gallery {
    margin-bottom: 10px;
}

.network-wrapper .wonder-content p {
    /* padding: 0px 0 0 48px; */
    margin-left: auto;
    padding: 0px 48px 0 0;
    text-align: left;

}

.network-logo img {
    width: 100%;
    display: block;
}

/* form-styling */
._form-content ._form-title {
    display: none !important;
}

._form-content p {
    display: none !important;
}

._form-branding {
    display: none !important;
}

._form-content ._form-label {
    display: none !important;
}

._form_1 {
    padding: 0 !important;
    margin: 0 !important;
}

._form-content {
    display: flex;
    align-items: flex-end;
}

._field-wrapper {
    width: 173px;
    border: 0;
    margin-right: 15px;
}

#email {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    width: 100%;
    font-size: 1rem !important;
}

#_form_9_submit {
    width: 98px;
}

#fullname {
    display: none !important;
}

._form-content ._button-wrapper #_form_9_submit {
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    padding: 7px !important;
    text-transform: uppercase;
    font-family: 'Aktiv Grotesk Corp' !important;
    font-weight: 500;
    font-size: 1rem !important;
}

._form-content ._button-wrapper #_form_9_submit:hover {
    background-color: #000 !important;
    color: #fff !important;
}

._field-wrapper {
    margin-bottom: 0 !important;
}

._form_element._x83060208 {
    margin-bottom: 0 !important;
}

._field-wrapper input::placeholder {
    color: #717171 !important;
    font-family: 'Aktiv Grotesk Corp' !important;
}

._field-wrapper input {
    padding-left: 0 !important;
}

._error-inner {
    white-space: nowrap;
}

._form-content ._button-wrapper #email {
    padding: 7px 0 !important;
}

._form_element._full_width {
    margin-bottom: 0 !important;
}

._form._form_9._inline-form {
    margin: 0 !important;
    padding: 0 !important;
}

/*footer*/
/* .footer {
    padding: 25px 0;
    background-color: #F2F2F2;
} */

.copyright {
    font-size: 1.1rem;
    margin-left: 16px;
    letter-spacing: 0.3px;
}

._form-content ._form_element:first-child {
    display: none;
}

.content-picture {
    position: relative;
    max-width: 376px;
    margin: 0 auto;
}

/**Menifesto**/
.desk-img img {
    max-width: none;
}

@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.bg-img {
    background-color: rgb(255 76 211 / 75%);
    position: absolute;
    z-index: -1;
    transform-origin: left bottom;

}

.first-line {
    left: 11.8%;
    height: 30px;
    top: 4.5%;
    width: 60%;
    transform: rotate(-4deg);
}

.second-line {
    height: 31px;
    top: 36%;
    left: 3%;
    width: 94%;
    transform: rotate(-3deg);
}

.third-line {
    height: 32px;
    top: 57.3%;
    left: 2%;
    width: 97.5%;
    transform: rotate(-2.8deg);
}

.forth-line {
    height: 28px;
    top: 68%;
    left: 6%;
    width: 87%;
    transform: rotate(-3deg);
}

.fifth-line {
    height: 34px;
    top: 70.2%;
    left: 1%;
    width: 55%;
    transform: rotate(-1.5deg);
}

.sixth-line {
    height: 33px;
    top: 83.2%;
    left: 4%;
    width: 93%;
    transform: rotate(-3deg);
}

.seventh-line {
    height: 34px;
    top: 85.9%;
    left: 25%;
    width: 50%;
    transform: rotate(-3deg);
}

.animate_animated {
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    overflow: hidden;
    transform-origin: left bottom;
}

.hidden {
    visibility: hidden;
}

.main-wrapper {
    overflow: hidden;
}

/**gif img **/
.gallery-img {
    position: relative;
}

/**form absolute**/
/* .social-icons {
    display: none;
} */

.wrapper {
    position: relative;
}

/* .header {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
    display: block;
    top: auto;
} */

.contact-us {
    margin-bottom: 0;
    margin-left: 10px;
}
/* 
.footer {
    padding: 220px 0 38px;
    margin-top: 52px;
} */

._form-content {
    background-color: transparent !important;
}

.subscribe-wrapper {
    max-width: 375px;
    margin: 0;
    text-align: center;
}

.copyright {
    margin-left: 10px;
}

.subscribe-wrapper {
    max-width: 375px;
}

/**tech section**/
.technology {
    padding: 50px 0 0;
}

.tech-img {
    margin-bottom: 25px;
    position: relative;
    z-index: -1;
}

.mobile-video video {
    width: 100%;
    display: block;
}

.dekstop-video {
    display: none;
}

.tech-content p {
    font-size: 1.7rem;
    margin-bottom: 25px;
}

.tech-description {
    max-width: 580px;
}

.technology h3 {
    font-size: 3.7rem;
    max-width: 320px;
}

.network-head {
    display: none;
}

/**style ends*/

/**responsive starts**/
@media all and (min-width:375px) {
    .gallery h1 {
        padding: 0px 120px 0px 0px;
    }

    ._field-wrapper {
        width: 205px;
    }

    h2 {
        font-size: 1.7rem;
    }

    .technology h3 {
        font-size: 3.7rem;
    }

    .tech-content p:first-child {
        padding-right: 53px;
    }

    .tech-content p:last-child {
        padding-right: 30px;
    }
}

/* tablet potrait*/
@media all and (min-width:768px) {
    /* .header {
        display: block;
        padding: 20px 0;
    }
    .header .container {
        display: flex;
    }
    .header .container h1 {
        display: none;
    } */

    .banner-bg video {
        display: block;
    }

    .hypothesis-logo {
        display: block;
    }

    .banner-gif {
        display: none;
    }

    .form-control {
        font-size: 14px;
        width: 150px;
    }

    .contact-us {
        margin-bottom: 0;
    }

    .social-icons a {
        display: block;
    }

    .social-icons li {
        margin-right: 16px;
    }

    .banner .social-icons {
        display: none;
    }

    .banner .container {
        justify-content: flex-start;
        top: 0;
    }

    .banner p {
        padding-left: 0px;
        text-align: left;
        padding-right: 75px;
    }

    .banner-ltl {
        left: -70px;
        top: 140px;
        font-size: 1.2rem;
    }

    .banner-rtl {
        display: block;
    }

    .scroll-text {
        font-size: 1.2rem;
    }

    .tech-features {
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .banner-wrap {
        margin-bottom: 65px;
        margin-left: 10px;
    }

    .tech-features li {
        margin-right: 12px;
        color: #000;
    }

    .content {
        padding: 80px 50px 0;
    }

    .content-img {
        padding: 0;
    }

    .content-picture {
        max-width: 630px;
    }

    /* gallery */
    .gallery {
        padding: 200px 0 10px;
    }

    .gallery-box {
        display: block;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .gallery-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 0 15px 0 0px;
    }

    .main-wrapper {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        text-align: right;
        position: relative;
        top: 140px;
    }

    .gallery-main {
        text-align: right;
        width: 150px;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }

    .gallery-content {
        width: 100%;
        padding-left: 0;
    }

    .gallery .gallery-content p {
        font-size: 1.4rem;
    }

    .gallery h1 {
        padding: 0;
        max-width: none;
    }

    .gallery p {
        padding: 0;
        font-size: 1.5rem;
    }

    .gallery-content p {
        margin-bottom: 0;
    }

    .gallery-content a br {
        display: block;
    }

    .gallery-img {
        width: auto;
    }

    .gallery-box:nth-child(2) {
        margin-top: 25px;
    }

    .gallery-box:nth-child(3) {
        margin-top: 55px;
    }

    .gallery-box:nth-child(4) {
        margin-top: 80px;
    }

    .gallery-box:nth-child(5) {
        margin-top: 110px;
    }

    .gallery-box:last-child {
        margin-top: 142px;
    }

    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    /**network-section**/
    .network-section {
        padding: 60px 0 170px;
    }

    .network-section .container {
        padding: 0 20px;
    }

    .network-head {
        display: block;
    }

    .network-section h1 {
        text-align: left;
        margin: 0;
        font-size: 4rem;
        width: 100%;
        margin-bottom: 50px;
    }

    .hypothesis-logo {
        width: 255px;
    }

    .wonder-head {
        margin-bottom: 25px;
        display: none;
    }

    .wonder-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .wonder-gallery {
        width: 65%;
        margin-bottom: 0;
    }

    .wonder-content {
        width: 33%;
        /* padding: 55px 0 0 12px; */
        padding: 0px 0 35px 12px;        
    }

    .wonder-content p {
        padding: 0;
        font-size: 1.8rem;
        margin-bottom: 0;
        text-align: left;
    }

    .network-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .network-wrapper .wonder-gallery {
        order: 2;
        margin-bottom: 0;
    }

    .network-wrapper .wonder-content {
        order: 1;
        padding: 0;
    }

    .network-wrapper .wonder-content p {
        padding: 0;
        text-align: right;
    }

    .wonder-logo {
        margin: 0 0 16px 0;
    }

    .network-logo {
        /* margin-bottom: 16px; */
        margin: 0 0px 17px auto;        
    }

    .wonder-content p br {
        display: block;
    }

    /*footer*/
    /* .footer {
        padding: 70px 0 35px;
        margin-top: 170px;    
    } */

    #email {
        font-size: 1.2rem !important;
    }

    ._field-wrapper {
        width: 165px;
    }

    .subscribe-wrapper {
        display: flex;
        justify-content: center;
    }

    .copyright {
        margin-left: 0;
    }

    .copyright {
        font-size: 1.4rem;
    }

    /**menifesto animation*/
    .first-line {
        top: 5.6%;
        width: 38.5%;
        height: 27px;
        transform: rotate(-5deg);
    }

    .second-line {
        height: 22px;
        top: 41%;
        left: 6%;
        width: 42%;
        transform: rotate(-3deg);
    }

    .third-line {
        height: 24px;
        top: 56.1%;
        left: 51%;
        width: 46.5%;
        transform: rotate(-2deg);
    }

    .forth-line {
        height: 24px;
        top: 70.4%;
        left: 4.5%;
        width: 67%;
        transform: rotate(-2.5deg);
    }

    .fifth-line {
        height: 24px;
        top: 82%;
        left: 17%;
        width: 67%;
        transform: rotate(-2.5deg);
    }

    .sixth-line {
        display: none;
    }

    .seventh-line {
        display: none;
    }

    /**form-absolute**/
    /* .header {
        bottom: auto;
        top: 0;
        left: 0;
        width: 100%;
    } */

    .social-icons {
        display: flex;
    }

    .media {
        display: none;
    }

    .subscribe-wrapper {
        margin: 0 auto;
    }

    /**technology**/
    .tech-description {
        margin-left: auto;
        padding-right: 61px;
    }

    .tech-content p {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .technology h3 {
        font-size: 5.2rem;
        max-width: 565px;
        padding-right: 93px;
    }

    .tech-img {
        width: 80%;
        margin: -120px 40px 25px auto;
    }

    .tech-content p:last-child {
        padding-right: 0px;
    }

    .mobile-video {
        display: none;
    }

    .dekstop-video {
        display: block;
    }

    .dekstop-video video {
        width: 100%;
        display: block
    }

     /*animation*/
     .anim {
        position: relative;
        right: 25%;
        transition: right 0.5s ease-in-out 0s, opacity 2s ease 0s;
        animation: inherit !important;
        opacity: 0;
        visibility: visible !important;
    }

    .anim.animate_animated {
        opacity: 1;
        right: 0;
    }

    /* animated-right */
    .anim-right {
        position: relative;
        right: -25%;
        transition: right 0.8s ease-in-out 0s, opacity 2.5s ease 0s;
        animation: inherit !important;
        opacity: 0;
        visibility: visible !important;
    }

    .anim-right.animate_animated {
        opacity: 1;
        right: 0;
    }

    .wonder-gallery {
        position: relative;
    }

    .mask {
        -webkit-mask: url(../images/mask-sprite.png);
        mask: url(../images/mask-sprite.png);
        -webkit-mask-size: 7500% 100%;
        mask-size: 7000% 100%;
        -webkit-animation: mask-play 1.4s steps(74) forwards;
        animation: mask-play 1.4s steps(74) forwards;
    }

    @-webkit-keyframes mask-play {
        from {
            -webkit-mask-position: 0% 0;
            mask-position: 0% 0;
        }

        to {
            -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
        }
    }

    @keyframes mask-play {
        from {
            -webkit-mask-position: 0% 0;
            mask-position: 0% 0;
        }

        to {
            -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
        }
    }

    @-webkit-keyframes mask-play-2 {
        from {
            -webkit-mask-position: 0% 0;
            mask-position: 0% 0;
        }

        to {
            -webkit-mask-position: -100% 0;
            mask-position: -100% 0;
        }
    }

    @keyframes mask-play-2 {
        from {
            -webkit-mask-position: 0% 0;
            mask-position: 0% 0;
        }

        to {
            -webkit-mask-position: -100% 0;
            mask-position: -100% 0;
        }
    }

    .mask-div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        background: #fff;
    }

    .mask-rev {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        background: #fff;
    }

    .mask-2 {
        -webkit-mask: url(../images/mask-sprite-reverse.png);
        mask: url(../images/mask-sprite-reverse.png);
        -webkit-mask-size: 7600% 100%;
        mask-size: 7600% 100%;
        -webkit-animation: mask-play-2 1.4s steps(74) forwards;
        animation: mask-play-2 1.4s steps(74) forwards;
    }
    .wonder-img img {
        transform: scale(1.3);
        transition-duration: 1s;
        transition-delay: 0.5s;
    }
    
    .animate_animated .wonder-img img {
        transform: scale(1);
    }
}

/* tablet landscape*/
@media all and (min-width:1024px) {
    .mob-hide {
        display: block;
    }

    .banner p {
        font-size: 30px;
        margin-bottom: 20px;
        padding-right: 90px;
        width: 325px;
    }

    .tech-features {
        width: 274px;
    }

    .tech-features li {
        font-size: 14px;
    }

    .banner-wrap {
        margin-left: 0;
    }

    .banner-ltl {
        left: -70px;
        top: 160px;
        font-size: 1.2rem;
    }

    .gallery-main {
        width: 150px;
    }

    h2 {
        font-size: 1.8rem;
    }

    .gallery p {
        font-size: 2rem;
    }

    .gallery-wrapper {
        padding: 0 25px 0 0px;
    }

    .gallery .gallery-content p {
        padding-right: 0;
    }

    .team p {
        font-size: 1.6rem;
    }

    .banner::after {
        height: 100px;
    }

    .hypothesis-logo {
        width: 350px;
    }

    /*content*/
    .content .container {
        max-width: 1088px;
        padding: 0;
    }

    .content-picture {
        max-width: 730px;
    }

    /*network*/
    .wonder-img {
        margin: 0 13px 0 0;
    }

    .wonder-img:last-child {
        margin-right: 0;
    }

    .network-head h1 {
        font-size: 5.3rem;
    }

    .wonder-gallery {
        flex-wrap: nowrap;
        width: 1083px;
        margin-left: -210px;
        padding-right: 20px;
    }

    .wonder-content {
        width: 392px;
        /* padding: 55px 0 0 0px; */
        flex: none;
        padding: 0px 0 35px 0px;
    }

    .network-wrapper .wonder-gallery {
        padding: 0;
        margin: 0px -280px 0 0;
        width: 1083px;
    }

    .wonder-wrapper {
        justify-content: flex-start;
    }

    /*form*/
    ._form-content ._button-wrapper #_form_9_submit {
        font-size: 1.2rem !important;
    }

    .first-line {
        height: 30px;
        top: 5.9%;
        width: 38.5%;
    }

    .second-line {
        height: 30px;
    }

    .third-line {
        height: 30px;
        top: 56.2%;
    }

    .forth-line {
        height: 30px;
    }

    .fifth-line {
        height: 30px;
    }

    .network-section h1 {
        font-size: 4.5rem;
        padding-left: 20px;
    }

    .network-wrapper .wonder-content p {
        max-width: none;
        padding: 0 0 0 75px;
    }

    .network-wrapper .wonder-content {
        width: 458px;
        /* padding: 16px 20px 0 0; */
        padding: 0px 20px 0 0;

    }

    .technology h3 {
        font-size: 6rem;
        padding-right: 65px;
    }
}

/*laptop*/
@media all and (min-width:1280px) {
    .hypothesis-logo {
        width: 460px;
    }

    .banner p {
        /* font-size: 45px; */
        font-size: 38px;
        padding-right: 30px;
    }

    .gallery-main {
        width: 245px;
    }

    .gallery {
        margin-top: 0;
    }

    #email {
        font-size: 1.4rem !important;
    }

    .gallery .gallery-content p {
        font-size: 1.8rem;
    }

    /**menifesto animation*/
    .first-line {
        top: 6%;
        width: 38.5%;
        height: 38px;
        transform: rotate(-5deg);
    }

    .second-line {
        height: 32px;
        top: 41%;
        left: 6%;
        width: 42%;
        transform: rotate(-3deg);
    }

    .third-line {
        height: 34px;
        top: 56.1%;
        left: 51%;
        width: 46.5%;
        transform: rotate(-2deg);
    }

    .forth-line {
        height: 36px;
        top: 70%;
        left: 4.5%;
        width: 67%;
        transform: rotate(-2deg);
    }

    .fifth-line {
        height: 33px;
        top: 82%;
        left: 17%;
        width: 67%;
        transform: rotate(-2.5deg);
    }

    .content-picture {
        max-width: 1088px;
    }

    .network-section h1 {
        font-size: 5rem;
        padding-left: 18px;
    }

    .wonder-head {
        margin-bottom: 30px;
    }

    .network-wrapper {
        justify-content: flex-start;
    }

    .wonder-gallery {
        padding-right: 40px;
    }

    .network-wrapper .wonder-content {
        padding-right: 25px;
    }

    /**technology**/
    .technology h3 {
        font-size: 6.5rem;
        padding-right: 20px;
    }

    .tech-img {
        margin: -225px 60px 40px auto;
    }

    .tech-content p {
        font-size: 2.2rem;
    }

    .tech-description {
        margin-left: auto;
        max-width: 663px;
        padding-right: 87px;
    }
}

/*desktop*/
@media all and (min-width:1440px) {
    /* .header {
        padding: 30px 0;
    }

    .header .container {
        padding: 0;
    } */

    .form-control {
        width: 165px;
    }

    .banner-ltl {
        left: -95px;
        top: 194px;
    }

    .header .btn {
        padding: 8px 22px 6px;
    }

    .social-icons {
        margin-left: -11px;
    }

    .social-icons li {
        margin-right: 20px;
    }

    /* banner */
    .banner .container {
        padding: 0;
    }

    .banner p {
        /* font-size: 50px; */
        font-size: 38px;
        margin-bottom: 17px;
        padding-right: 10px;
    }

    .arrow {
        left: -42px;
        bottom: -22px;
        width: 10px;
    }

    .banner-rtl {
        right: -30px;
        bottom: 115px;
    }

    .banner::after {
        height: 130px;
    }

    .hypothesis-logo {
        width: 100%;
        margin-top: -9px;
    }

    /* content */
    .content {
        padding-top: 120px;
    }

    .wonder-logo {
        margin-right: 110px;
        width: 180px;
        margin: 0 110px 28px 0;
    }

    .network-logo {
        width: 195px;
        /* margin: 0 7px 24px 0; */
        margin: 0 0px 24px auto;        
    }

    /* gallery */
    .gallery {
        padding: 169px 0 0 0;
    }

    .gallery .container {
        padding: 0;
    }

    .gallery-box {
        width: 15%;
    }

    .gallery-main {
        width: 245px;
    }

    .gallery h1 {
        line-height: 1;
    }

    h2 {
        font-size: 2.2rem;
    }

    .main-wrapper {
        top: 132px;
    }

    .gallery p {
        font-size: 2.2rem;
    }

    .network-section .container {
        padding: 0;
    }

    .network-wrapper .wonder-content {
        /* padding-top: 16px; */
        padding-top: 0px;
    }

    .network-section h1 {
        font-size: 7rem;
    }

    .wonder-content p {
        padding: 0;
        font-size: 2rem;
    }

    ._field-wrapper {
        width: 163px;
    }

    #_form_1_submit {
        width: 100px;
    }

    ._form-content ._button-wrapper #_form_1_submit {
        padding: 8px 0 !important;
        word-spacing: 6px;
    }

    #email {
        padding: 8px;
    }

    /* network-section */
    .network-section {
        padding: 169px 0;
    }

    .network-head h1 {
        font-size: 6.9rem;
    }

    .network-head {
        margin-top: 45px;
    }

    /* footer */
    /* .footer {
        padding: 77px 0 41px;
    } */

    /**technology**/
    .technology {
        padding: 169px 0 0;
    }

    .technology .container {
        padding: 0;
    }

    .technology h3 {
        font-size: 7.1rem;
        padding-right: 0;
    }

    .tech-description {
        margin-left: auto;
    }

    .tech-img {
        margin: -210px 60px 40px auto;
    }
}

.wonder-img {
    overflow: hidden;
}
.wonder-img {
    overflow: hidden;
}
.ml3 {
    opacity: 0;
}

.ml3.animate_animated {
    opacity: 1;
}

.ml3 span {
    opacity: 0;
    transition: opacity 0.8s;
}

.ml3.animate_animated span {
    opacity: 1;
}

.ml3.animate_animated span:nth-of-type(1) {
    transition-delay: 0.0333333333s;
}

.ml3.animate_animated span:nth-of-type(2) {
    transition-delay: 0.0666666667s;
}

.ml3.animate_animated span:nth-of-type(3) {
    transition-delay: 0.1s;
}

.ml3.animate_animated span:nth-of-type(4) {
    transition-delay: 0.1333333333s;
}

.ml3.animate_animated span:nth-of-type(5) {
    transition-delay: 0.1666666667s;
}

.ml3.animate_animated span:nth-of-type(6) {
    transition-delay: 0.2s;
}

.ml3.animate_animated span:nth-of-type(7) {
    transition-delay: 0.2333333333s;
}

.ml3.animate_animated span:nth-of-type(8) {
    transition-delay: 0.2666666667s;
}

.ml3.animate_animated span:nth-of-type(9) {
    transition-delay: 0.3s;
}

.ml3.animate_animated span:nth-of-type(10) {
    transition-delay: 0.3333333333s;
}

.ml3.animate_animated span:nth-of-type(11) {
    transition-delay: 0.3666666667s;
}

.ml3.animate_animated span:nth-of-type(12) {
    transition-delay: 0.4s;
}

.ml3.animate_animated span:nth-of-type(13) {
    transition-delay: 0.4333333333s;
}

.ml3.animate_animated span:nth-of-type(14) {
    transition-delay: 0.4666666667s;
}

.ml3.animate_animated span:nth-of-type(15) {
    transition-delay: 0.5s;
}

.ml3.animate_animated span:nth-of-type(16) {
    transition-delay: 0.5333333333s;
}

.ml3.animate_animated span:nth-of-type(17) {
    transition-delay: 0.5666666667s;
}

.ml3.animate_animated span:nth-of-type(18) {
    transition-delay: 0.6s;
}

.ml3.animate_animated span:nth-of-type(19) {
    transition-delay: 0.6333333333s;
}

.ml3.animate_animated span:nth-of-type(20) {
    transition-delay: 0.6666666667s;
}

.ml3.animate_animated span:nth-of-type(21) {
    transition-delay: 0.7s;
}

.network-head {
    white-space: nowrap;
}

@media all and (max-width:767px) {
    .safari .mobile-video {
        display: none;
    }

    .safari .gif-video {
        display: block;
    }
}
.gif-video {
    display: none;
}

@media all and (max-width: 767px) {
    .animate_animated {
        opacity: 1 !important;
    }

    .hidden {
        visibility: visible !important;
    }

    .anim {
        right: 0;
        opacity: 1;
    }

    .anim-right {
        right: 0;
        opacity: 1;
    }
    .mask-div{
        display: none;
    }
    .mask-rev{
        display: none;
    }
}
/* header .btn{
    width: 135px;
    height: 32px;
    color: #000;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .2px;
    text-transform: uppercase;
    background: #F2E7E7;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    display: block;
    margin: 0 auto 83px;
    text-align: center;
    position: relative;
    margin-left: 10px;
    background: transparent;
    padding: 4px !important;
}
@media screen and (max-width: 480px) {
    header .btn{
        display: none;
    }
} */
/* header .btn::after{
    content: '';
    position: absolute;
    width: 218.22px;
    height: 43.11px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 58px;
    top: -2px;
    left: -6px;
} */
/* .banner-bg .btn::before{
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    right: -15px;
    top: -9px;
    border-radius: 50%;
    background: url(../images/Frame.svg) no-repeat center;
    background-color: #fff;
    background-position: 19px 10px;
    background-size: 21px;
    z-index: 2;
} */

/* header start */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Oswald;
  }
  .header .btn {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #ffffff;
    background: #000;
    padding: 26px 48px;
    font-family: Oswald;

  }
  .header-logo {
    display: none;
  }
  .header .logo {
    width: 150px;
    display: block;
  }
  .header .logo::after {
    display: none;
  }
  .header .logo img {
    width: 100%;
    display: block;
  }
  .header .menu {
    display: flex;
    list-style: none;
    align-items: center;
  }
  .header .menu li {
    margin-right: 34px;
  }
  .header .menu li:last-child {
    margin-right: 0;
  }
  .header .navbar a {
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    position: relative;
  }
  .header .navbar {
    position: static;
  }
  .header .navbar a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: all 0.2s;
  }
  .header .navbar a:hover::after {
    width: 100%;
  }
  .header .social-links {
    list-style: none;
    display: flex;
    align-items: center;
  }
  .hamburger {
    display: none;
  }
  /* .twitter:hover .icon-twitter{
    width: 23px;
    height: 18px;
    display: block;
    background: url(../images/twitter-hover.svg);
    background-size: cover;
  } */
  .header .social-links li {
    margin-right: 19px;
  }
  .header .social-links li:last-child {
    margin-right: 0;
  }
  .icon-twitter {
    width: 23px;
    height: 18px;
    background: url(../images/icon-twitter.svg) center no-repeat;
    background-size: cover;
    display: block;
  }
  .icon-discord {
    width: 28px;
    height: 18px;
    background: url(../images/icon-discord.svg) center no-repeat;
    background-size: cover;
    display: block;
  }

/* footer start */
.footer {
    padding: 62px 0 20px;
    background-color: #ebebeb;
    font-family: Oswald;
  }
  .footer .container {
    max-width: 1185px;
  }
  .footer .container h3 {
    font-weight: 300;
    font-size: 10px;
    text-align: left;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 17px;
    margin-left: 5px;
  }
  .footer-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 38px;
  }
  .footer-wrapper .left-block {
    width: 25%;
    position: relative;
    padding-right: 42px;
  }
  .footer-wrapper .left-block h2 {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 25px;
    text-align: right;
  }
  .footer-wrapper .left-block input {
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.8px;
    color: #646464;
    word-spacing: 2px;
    padding: 9px 80px 9px 0;
    width: 100%;
  }
  .footer-wrapper .left-block .btn {
    position: absolute;
    bottom: 0px;
    right: 50px;
    width: 71px;
    height: 30px;
    background: url(../images/line-arrow.svg) 0 0 no-repeat;
    background-size: cover;
    background-size: 71px 19px;
    border: none;
  }
  .footer-wrapper .right-block {
    width: 67%;
    padding-left: 7px;
    display: flex;
    align-items: flex-start;
  }
  .footer-wrapper .footer-box {
    width: calc(33.33% - 20px);
    margin-right: 20px;
  }
  .footer-wrapper .footer-box:first-child {
    padding-top: 21px;
  }
  .footer-wrapper .footer-box:last-child {
    margin-right: 0;
  }
  .footer-box .logo {
    width: 131px;
    display: block;
    margin: 9px 0 24px;
  }
  .footer-box .logo img {
    width: 100%;
  }
  .footer-box .social-links {
    display: flex;
    list-style: none;
  }
  .footer-box .social-links li:first-child {
    margin-right: 10px;
  }
  .footer-box .menu {
    list-style: none;
  }
  .footer-box .menu li {
    margin-bottom: 4px;
  }
  .footer-box .menu a {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #000000;
    position: relative;
    line-height: 1.3;
  }
  .footer-box .menu a::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: all 0.2s ease;
  }
  .footer-box .menu a:hover::after {
    width: 100%;
  }
  .footer-box .menu a.active {
    text-decoration-line: underline;
  }
  .footer-box:nth-child(2) {
    padding-left: 18px;
    padding-top: 8px;
  }
  .footer-box .brand-listing {
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  .footer-box .brand-listing li:first-child {
    margin-bottom: 20px;
  }
  .footer-box .brand-listing a:first-child {
    width: 87px;
    display: block;
  }
  .footer-box .brand-listing img {
    width: 100%;
  }
  .footer-box:last-child {
    padding-left: 33px;
    padding-top: 27px;
  }
  .copyright-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-family: "Aktiv Grotesk Corp", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: rgba(130, 130, 130, 0.87);
    font-size: 9px;
    padding: 0 41px 0 6px;
  }
  .copyright-listing {
    list-style: none;
    display: flex;
    color: #000;
  }
  .copyright-listing li:first-child {
    margin-right: 17px;
  }
  .copyright-block a {
    font-family: "Aktiv Grotesk Corp", sans-serif;
    font-weight: 400;
    font-size: 9px;
    letter-spacing: 0.02em;
    color: rgba(130, 130, 130, 0.87);
    position: relative;
  }
  .copyright-block a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: rgba(130, 130, 130, 0.87);
    transition: all 0.2s ease;
  }
  .copyright-block a:hover::after {
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    .header {
      padding: 21px 20px 19px;
      position: relative;
    }
    .header .container {
      padding: 0 29px;
    }
    .header-logo{
      display: block;
      width: 150px;
    }
    .header .btn{
      display: none;
    }
    .header .navbar {
      position: absolute;
      top: 100%;
      padding: 20px 30px;
      margin-left: -20px;
    }
    .header .logo {
      order: 2;
      width: 110px;
      display: none;
    }
    .header .social-links {
      visibility: hidden;
      width: 24px;
      order: 1;
    }
    .header .navbar {
      display: none;
      background-color: #fff;
      width: 100%;
    }
    .header .menu {
      display: block;
    }
    .header .menu li {
      margin-bottom: 10px;
    }
    .hamburger {
      width: 24px;
      order: 3;
      display: block;
      height: 31px;
      border-bottom: none !important;

    }
    .hamburger .bar {
      height: 1px;
      /* width: 100%; */
      display: block;
      background-color: #000;
      margin-bottom: 6px;
      transition: 0.5s;
      width: 24px;
    }
    .hamburger .bar:last-child {
      margin-bottom: 0;
    }
    .hamburger .bar:nth-child(2) {
      width: 19px;
      margin-left: 5px;
    }
    .open .bar:first-child {
      transform: rotate(135deg);
    }
    .open .bar:nth-child(2) {
      display: none;
    }
    .open .bar:last-child {
      margin-top: -6px;
      transform: rotate(45deg);
    }

    .footer-wrapper {
        display: block;
      }
      .footer-wrapper .left-block {
        width: 100%;
        margin-bottom: 50px;
        display: flex;
        justify-content: right;
      }
      .footer-wrapper .left-wrap {
        width: 250px;
        position: relative;
      }
      .footer-wrapper .right-block {
        flex-direction: column;
        padding: 0;
        width: 100%;
      }
      .footer-wrapper .footer-box {
        width: 100%;
      }
      .footer-box:nth-child(2) {
        padding-left: 0;
        order: 1;
      }
      .footer-box:last-child {
        padding-left: 0;
        position: static;
        order: 2;
        display: flex;
        justify-content: right;
        margin-bottom: 22px;
      }
      .footer-box .brand-wrap{
        width: 96px;
        text-align: center;
      }
      .footer-wrapper .footer-box:first-child {
        order: 3;
      }
      .footer-box .brand-listing{
        display: block;
      }
}

@media screen and (max-width: 767px) {
    .footer-box .brand-listing a {
      margin: auto
    }
    .footer .container h3 {
      margin-left: 0px;
      text-align: center;
    }
    .footer-wrapper .left-block {
      padding-right: 2px;
    }
    .copyright-block {
      padding: 0px 2px 0px 0px;
    }
  }


/* 12/3 adjustments */
.banner {
    height: calc(100vh - 0px);
  }
  .header .right-links {
    list-style: none;
    display: flex;
    align-items: center;
  }
  .header .right-links a {
    color: black;
    font-size: 16px;
  }
  .header .brand-listing {
    flex-direction: row;
    display: flex;
    height: 60px;
    align-items: center;
    list-style: none;  
  }
  .header .brand-listing li{ 
    margin-left: 10px;
  }
  .hero-subscribe {
    position: relative;
    padding-right: 42px;
  }
  .hero-subscribe input {
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.8px;
    word-spacing: 2px;
    padding: 9px 80px 9px 0;
    width: 100%;
    color: white;
  }
  .hero-subscribe input::placeholder {
    color: white;
  }
  .hero-subscribe .btn {
    position: absolute;
    bottom: 0px;
    right: 50px;
    width: 71px;
    height: 30px;
    background: url(../images/line-arrow-white.svg) 0 0 no-repeat;
    background-size: cover;
    background-size: 71px 19px;
    color: white;
  }
  .banner-content {
    width: 296px;
  }
  .footer-box:nth-child(2) {
    padding-top: 27px;
  }
  
  @media screen and (max-width: 767px) {
    .hero-subscribe {
      display: none;
    }
    .header .brand-listing {
      display: none;
    }
  }