@import "../fonts/cardinal_fruit/cardinalfruit.css";
@import "../fonts/HelveticaNeue/HelveticaNeue.css";

@font-face {
    font-family: "Roboto Mono Regular";
    src: local("Roboto"), url("../fonts/roboto/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-light-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    /*font-family: "Roboto Mono Light";*/
font-family: "Helvetica Neue LT Std";
    src: local("Robotomono-Light"), url("../fonts/roboto/robotomono-light-webfont.woff2") format("woff2"), url("../fonts/roboto/robotomono-light-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Roboto Mono Bold";
    src: local("Roboto-Bold"), url("../fonts/roboto/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-bold-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
    font: inherit;
}
textarea {
    font: inherit;
}
ol,
ul,
dt,
dl {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
fieldset,
img {
    border: none;
}
a,
a:link a:active a:visited {
    color: #25386a;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}
input,
textarea,
select,
button {
    outline: none;
}
textarea {
    resize: none;
}
a img {
    border: 0px;
    margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: inherit;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:after,
*:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html,
body {
    height: 100%;
    width: 100%;
    float: left;
}
img,
video,
embed,
iframe,
code {
    max-width: 100%;
}
hr {
    width: 100%;
    display: block;
    float: left;
    border: none;
    background: transparent;
    height: 1;
    border: 0;
    background: #ccc;
}
* html > body .clearfix {
    display: inline-block;
    width: 100%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.col {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.col:not(.right) {
    float: left;
}
.col.right {
    float: right;
}
.col.center-container {
    text-align: center;
}
.col.center-content {
    float: none;
    display: inline-block;
}
.col:not(.no-padded) {
    padding: 10px;
}
.flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex.__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex.__v-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex.__v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex.__v-center-items {
    -ms-flex-line-pack: center;
    align-content: center;
}
.flex.__v-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex.__v-bottom-items {
    -ms-flex-line-pack: end;
    align-content: flex-end;
}
.flex.__h-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex.__h-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex.__h-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex.__h-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex.__h-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media screen and (max-width: 739px) {
    .flex.__small__h-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.col.small-1,
.flex.small-1 {
    width: 8.33333%;
}
.col.all-1,
.flex.all-1 {
    width: 8.33333%;
}
.col.small-2,
.flex.small-2 {
    width: 16.66667%;
}
.col.all-2,
.flex.all-2 {
    width: 16.66667%;
}
.col.small-3,
.flex.small-3 {
    width: 25%;
}
.col.all-3,
.flex.all-3 {
    width: 25%;
}
.col.small-4,
.flex.small-4 {
    width: 33.33333%;
}
.col.all-4,
.flex.all-4 {
    width: 33.33333%;
}
.col.small-5,
.flex.small-5 {
    width: 41.66667%;
}
.col.all-5,
.flex.all-5 {
    width: 41.66667%;
}
.col.small-6,
.flex.small-6 {
    width: 50%;
}
.col.all-6,
.flex.all-6 {
    width: 50%;
}
.col.small-7,
.flex.small-7 {
    width: 58.33333%;
}
.col.all-7,
.flex.all-7 {
    width: 58.33333%;
}
.col.small-8,
.flex.small-8 {
    width: 66.66667%;
}
.col.all-8,
.flex.all-8 {
    width: 66.66667%;
}
.col.small-9,
.flex.small-9 {
    width: 75%;
}
.col.all-9,
.flex.all-9 {
    width: 75%;
}
.col.small-10,
.flex.small-10 {
    width: 83.33333%;
}
.col.all-10,
.flex.all-10 {
    width: 83.33333%;
}
.col.small-11,
.flex.small-11 {
    width: 91.66667%;
}
.col.all-11,
.flex.all-11 {
    width: 91.66667%;
}
.col.small-12,
.flex.small-12 {
    width: 100%;
}
.col.all-12,
.flex.all-12 {
    width: 100%;
}
@media screen and (min-width: 740px) {
    .col.mid-1,
    .flex.mid-1 {
        width: 8.33333%;
    }
    .col.mid-2,
    .flex.mid-2 {
        width: 16.66667%;
    }
    .col.mid-3,
    .flex.mid-3 {
        width: 25%;
    }
    .col.mid-4,
    .flex.mid-4 {
        width: 33.33333%;
    }
    .col.mid-5,
    .flex.mid-5 {
        width: 41.66667%;
    }
    .col.mid-6,
    .flex.mid-6 {
        width: 50%;
    }
    .col.mid-7,
    .flex.mid-7 {
        width: 58.33333%;
    }
    .col.mid-8,
    .flex.mid-8 {
        width: 66.66667%;
    }
    .col.mid-9,
    .flex.mid-9 {
        width: 75%;
    }
    .col.mid-10,
    .flex.mid-10 {
        width: 83.33333%;
    }
    .col.mid-11,
    .flex.mid-11 {
        width: 91.66667%;
    }
    .col.mid-12,
    .flex.mid-12 {
        width: 100%;
    }
}
@media screen and (min-width: 1150px) {
    .col.large-1,
    .flex.large-1 {
        width: 8.33333%;
    }
    .col.large-2,
    .flex.large-2 {
        width: 16.66667%;
    }
    .col.large-3,
    .flex.large-3 {
        width: 25%;
    }
    .col.large-4,
    .flex.large-4 {
        width: 33.33333%;
    }
    .col.large-5,
    .flex.large-5 {
        width: 41.66667%;
    }
    .col.large-6,
    .flex.large-6 {
        width: 50%;
    }
    .col.large-7,
    .flex.large-7 {
        width: 58.33333%;
    }
    .col.large-8,
    .flex.large-8 {
        width: 66.66667%;
    }
    .col.large-9,
    .flex.large-9 {
        width: 75%;
    }
    .col.large-10,
    .flex.large-10 {
        width: 83.33333%;
    }
    .col.large-11,
    .flex.large-11 {
        width: 91.66667%;
    }
    .col.large-12,
    .flex.large-12 {
        width: 100%;
    }
}
html,
body {
    display: block;
    width: 100%;
    height: auto;
}
body {
    min-height: 100%;
    /*font: 16px "Roboto Mono Regular";*/
	font: 16px "Helvetica Neue LT Std";
    color: #000;
}
body.menu-opened {
    overflow: hidden;
}
body.not-scroll {
    overflow: hidden;
}
body::before {
    content: "";
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
}
body::after {
    content: "";
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid transparent;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 500ms;
    transition: opacity 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) 500ms;
}
body.is-entering::before {
    -webkit-animation: is-entering 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    animation: is-entering 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.is-exiting::before {
    -webkit-animation: is-exiting 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
    animation: is-exiting 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
body.is-exiting::after {
    opacity: 1;
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite;
}
@-webkit-keyframes is-entering {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@keyframes is-entering {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
@-webkit-keyframes is-exiting {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@keyframes is-exiting {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.header {
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 80px;
}
@media screen and (min-width: 1150px) {
    .header {
        height: 120px;
    }
}
.main {
    display: block;
    width: 100%;
    min-height: calc(100vh - 40px);
    padding: 100px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: white;
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main.loading {
    opacity: 0;
}
body.mobile .main {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.footer {
    position: relative;
    z-index: 4;
    display: block;
    width: 100%;
    height: 40px;
}
.footer.not-scroll {
    position: fixed;
    bottom: 0;
    left: 0;
}
.row,
.input,
.select-mask,
.submit {
    display: block;

    width: 100%;
}
.content {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.content-form {
    display: block;
    width: 96%;
    max-width: 960px;
    margin: 0 auto;
}
.inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.table {
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.content-form {
    max-width: 700px;
}
.center-container {
    text-align: center;
}
.center-content {
    float: none;
    display: inline-block;
}
#logo-wt-container {
    float: right;
}
.logo-wt {
    display: inline-block;
    width: 40px;
    height: 12.04px;
}
.logo-wt:hover {
    text-decoration: none;
}
.logo-wt:hover svg path {
    fill: #888;
}
.logo-wt:hover svg .w {
    -webkit-animation: 1s wtag_w none 1;
    animation: 1s wtag_w none 1;
}
.logo-wt:hover svg .t {
    -webkit-animation: 1s wtag_t none 1;
    animation: 1s wtag_t none 1;
}
.logo-wt:hover svg .a {
    -webkit-animation: 1s wtag_a none 1;
    animation: 1s wtag_a none 1;
}
.logo-wt:hover svg .g {
    -webkit-animation: 1s wtag_g none 1;
    animation: 1s wtag_g none 1;
}
.wt-ag {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
}
.wt-ag path {
    fill: #fff;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.wt-ag .ponto {
    -webkit-animation: 4s wtag_ponto none infinite;
    animation: 4s wtag_ponto none infinite;
}
@-webkit-keyframes wtag_ponto {
    0% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    18% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    26% {
        opacity: 1;
    }
    77% {
        opacity: 1;
    }
    78% {
        opacity: 0;
    }
    85% {
        opacity: 0;
    }
    86% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes wtag_ponto {
    0% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    18% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    26% {
        opacity: 1;
    }
    77% {
        opacity: 1;
    }
    78% {
        opacity: 0;
    }
    85% {
        opacity: 0;
    }
    86% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes wtag_w {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    35% {
        opacity: 0;
    }
    36% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes wtag_w {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    35% {
        opacity: 0;
    }
    36% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes wtag_t {
    0% {
        opacity: 1;
    }
    4% {
        opacity: 1;
    }
    5% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    46% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes wtag_t {
    0% {
        opacity: 1;
    }
    4% {
        opacity: 1;
    }
    5% {
        opacity: 0;
    }
    45% {
        opacity: 0;
    }
    46% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes wtag_a {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    47% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes wtag_a {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    47% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes wtag_g {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    11% {
        opacity: 0;
    }
    23% {
        opacity: 0;
    }
    24% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes wtag_g {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    11% {
        opacity: 0;
    }
    23% {
        opacity: 0;
    }
    24% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.input {
    height: 70px;
    padding: 10px;
    background: transparent;
    border: 1px solid #000;
    font: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
}
.input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.input:focus {
    border-color: #ccc;
    color: #ccc;
}
.input:focus::-webkit-input-placeholder {
    color: rgba(204, 204, 204, 0.8);
}
.input:focus:-ms-input-placeholder {
    color: rgba(204, 204, 204, 0.8);
}
.input:focus::-ms-input-placeholder {
    color: rgba(204, 204, 204, 0.8);
}
.input:focus::placeholder {
    color: rgba(204, 204, 204, 0.8);
}
.input.textarea {
    height: 180px;
}
.select-mask {
    position: relative;
}
.select-mask::after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2.5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
}
.select {
    height: 70px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
}
.select:focus,
.select:hover {
    border-color: #ccc;
}
.submit {
    height: 70px;
    padding: 10px 20px;
    cursor: pointer;
    font: 16px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submit:focus {
    color: #ccc;
    border-color: #ccc;
    background: #1d1d1b;
}
.submit:hover {
    color: #000;
    border-color: #000;
    background: #fff;
}
.submit:active {
    color: #444;
    border-color: #1d1d1b;
    background: #d7d7d7;
}
.container-checkbox,
.container-radio {
    position: relative;
}
.container-checkbox input[type="checkbox"],
.container-checkbox input[type="radio"],
.container-radio input[type="checkbox"],
.container-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.container-checkbox label,
.container-radio label {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 36px;
    cursor: pointer;
}
.container-checkbox label::before,
.container-radio label::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #8e44ad;
    border-radius: 4px;
    z-index: -1;
}
.container-checkbox input[type="radio"] + label::before,
.container-radio input[type="radio"] + label::before {
    border-radius: 18px;
}
.container-checkbox input[type="checkbox"]:checked + label::before,
.container-checkbox input[type="radio"]:checked + label::before,
.container-radio input[type="checkbox"]:checked + label::before,
.container-radio input[type="radio"]:checked + label::before {
    background: #8e44ad;
}
.container-checkbox input[type="checkbox"]:checked + label::before,
.container-radio input[type="checkbox"]:checked + label::before {
    content: "✓";
    text-align: center;
    line-height: 20px;
    color: #fff;
}
.container-checkbox label,
.container-checkbox label::before,
.container-radio label,
.container-radio label::before {
    -webkit-transition: 0.25s all ease;
    transition: 0.25s all ease;
}
.header {
    background-color: #fff;
}
@media screen and (max-width: 1150px) {
    .header {
        z-index: 4;
    }
}
@media screen and (min-width: 1150px) {
    .header.loaded .nav-anchor {
        opacity: 1;
    }
    .header.loaded .nav-menu {
        opacity: 1;
    }
}
.logo {
    width: 140px;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    opacity: 0;
    -webkit-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1000ms;
    transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1) 1000ms;
}
.logo svg {
    display: block;
    width: 100%;
    height: 100%;
}
.logo.loaded {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.nav {
    font-size: 16px;
}
.nav__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 200px);
    max-width: 400px;
    height: 120px;
}
.nav__ul.__right {
    float: right;
}
.nav__ul.__left {
    float: left;
}
.nav__ul__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.nav__item {
    display: block;
}
.nav__item .menu-text {
    position: relative;
    text-transform: uppercase;
}
.nav__item .menu-text::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    background: #25386a;
    margin-left: 0;
    margin-top: 0;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav__item span {
    cursor: default;
}
.nav__item:hover .menu-text {
    text-decoration: none !important;
}
.nav__item:hover .menu-text::before {
    margin-top: 10px;
    width: 5px;
    height: 5px;
    margin-left: -2.5px;
}
.submenu-container {
    position: relative;
}
.submenu-container .submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 250px;
    margin-top: 45px;
    padding: 2vw 50px;
    background: transparent;
    -webkit-transform: translate(-50%, -50px);
    transform: translate(-50%, -50px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submenu-container .submenu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 50px;
    width: 100%;
    background: rgba(255, 255, 255, 0.001);
}
.submenu-container .submenu::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: height 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: height 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submenu-container .submenu li {
    position: relative;
    z-index: 2;
}
.submenu-container .submenu li a {
    white-space: nowrap;
    display: block;
    color: #25386a;
    font-size: 1em;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: margin 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: margin 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submenu-container .submenu li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #25386a;
    opacity: 0;
    -webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 20ms, left 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 20ms;
    transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 20ms, left 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 20ms;
}
.submenu-container .submenu li a:hover {
    margin-left: 30px;
    text-decoration: none;
}
.submenu-container .submenu li a:hover::before {
    opacity: 1;
    left: -30px;
}
.submenu-container:not(.js-mobile-menu):hover .submenu {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
}
.submenu-container:not(.js-mobile-menu):hover .submenu::after {
    height: 100%;
}
.submenu-container.opened .submenu {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}
.submenu-container.opened .submenu::after {
    height: 100%;
}
.submenu-container.opened::before,
.submenu-container.opened::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 1px;
    background: black;
}
.submenu-container.opened::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.submenu-container.opened::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-anchor {
    display: block;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 5%;
    height: 20px;
    width: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    padding: 0;
    border: none;
}
@media screen and (min-width: 1150px) {
    .nav-anchor {
        display: none;
    }
}
.nav-anchor span {
    width: 100%;
    height: 2px;
    background: black;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-anchor::before,
.nav-anchor::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: black;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    pointer-events: none;
}
.nav-anchor::before {
    bottom: 0;
}
.nav-anchor::after {
    top: 0;
}
.nav-anchor.opened span {
    opacity: 0;
}
.nav-anchor.opened::before {
    bottom: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: -1px;
}
.nav-anchor.opened::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px;
}
@media screen and (min-width: 1150px) {
    .nav-anchor {
        opacity: 0;
        -webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 2000ms;
        transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 2000ms;
    }
}
.nav-menu {
    display: block;
}
@media screen and (max-width: 1149px) {
    .nav-menu {
        height: calc(100vh - 220px);
        position: absolute;
        top: 120px;
        left: 5%;
        right: 5%;
        position: absolute;
        z-index: 2;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .nav-menu > div {
        width: 100%;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    .nav-menu > div::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .nav-menu > div::-webkit-scrollbar:vertical {
        width: 4px;
    }
    .nav-menu > div::-webkit-scrollbar:horizontal {
        height: 10px;
    }
    .nav-menu > div::-webkit-scrollbar-thumb {
        background-color: #000;
        border-radius: 0px;
    }
    .nav-menu > div::-webkit-scrollbar-track {
        border-radius: 0px;
    }
    .nav-menu::before {
        content: "MENU";
        position: fixed;
        top: -40px;
        left: 0;
        /*font-family: "Roboto Mono Light";*/
font-family: "Helvetica Neue LT Std";
        font-size: 16px;
        color: #d7d7d7;
    }
    .nav-menu::after {
        content: "";
        z-index: -1;
        position: absolute;
        top: -120px;
        left: -5vw;
        right: -5vw;
        bottom: -80px;
        background: white;
        -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
        -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 100ms;
        transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 100ms;
    }
    .nav-menu.opened {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
    .nav-menu.opened::after {
        height: 200vh;
    }
    .nav-menu .nav__ul {
        max-width: none;
    }
    .nav-menu ul {
        display: block;
        width: 100%;
        height: auto;
        text-align: left;
    }
    .nav-menu ul li {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }
    .nav-menu ul li a,
    .nav-menu ul li span {
        width: auto;
        font-family: "Roboto Mono Regular";
        font-weight: normal;
        font-size: 15px;
        -webkit-transition: margin 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: margin 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .nav-menu ul li a::before,
    .nav-menu ul li span::before {
        left: 0 !important;
        top: 50% !important;
        margin-left: 0 !important;
        margin-top: 0px !important;
    }
    .nav-menu ul li:hover a,
    .nav-menu ul li:hover span {
        margin-left: 10px;
    }
    .nav-menu ul li:hover a:before,
    .nav-menu ul li:hover span:before {
        left: -10px !important;
    }
    .nav-menu .submenu {
        left: 0;
        width: 100%;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        z-index: 2;
        margin-top: 0;
        padding: 20px 10px;
    }
}
@media screen and (min-width: 1150px) {
    .nav-menu {
        opacity: 0;
        -webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0;
        transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0;
    }
}
.header-este {
    font-family: "Roboto Mono Regular";
    position: relative;
    z-index: 5;
    height: 80px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 12px;
}
.header-este.loading {
    opacity: 0;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
@media screen and (min-width: 740px) {
    .header-este {
        font-size: 15px;
    }
}
.header-este .content {
    position: relative;
    height: 100%;
}
.header-este_logo {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
}
@media screen and (min-width: 580px) {
    .header-este_logo {
        width: 105px;
    }
}
.header-este_menu {
    text-align: right;
}
.header-este_menu .menu {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
@media screen and (min-width: 860px) {
    .header-este_menu .menu {
        width: auto;
        margin-right: 50px;
        margin-bottom: 0;
        margin-top: -5px;
    }
}
.header-este_menu .menu > li {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
}
.header-este_menu .menu > li:not(:last-child) {
    margin-right: 10px;
}
@media screen and (min-width: 740px) {
    .header-este_menu .menu > li:not(:last-child) {
        margin-right: 50px;
    }
}
@media screen and (min-width: 580px) {
    .header-este_menu .menu > li {
        line-height: 35px;
    }
}
.header-este_menu .menu > li > button {
    padding: 0;
    border: none;
    background: transparent;
}
.header-este_menu .menu > li > a,
.header-este_menu .menu > li > button {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color:#25386a;
    cursor: pointer;
    font-size: 1em;
}
.header-este_menu .menu > li > a:hover,
.header-este_menu .menu > li > a.current,
.header-este_menu .menu > li > button:hover,
.header-este_menu .menu > li > button.current {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.3);
}
.header-este_menu .menu > li > a.active,
.header-este_menu .menu > li > button.active {
    font-size: 0;
}
.header-este_menu .menu > li > a.active::before,
.header-este_menu .menu > li > button.active::before {
    content: "X";
    display: inline-block;
    width: 50px;
    text-align: center;
    font-size: 12px;
}
@media screen and (min-width: 740px) {
    .header-este_menu .menu > li > a.active::before,
    .header-este_menu .menu > li > button.active::before {
        font-size: 15px;
    }
}
.header-este_menu .social-media {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}
.header-este_menu .social-media li:last-child {
    margin-right: 0;
}
.header-este_menu .logo-sd {
    vertical-align: middle;
    display: inline-block;
    margin-left: 50px;
}
.header-este_menu .logo-sd a {
    display: inline-block;
    width: 70px;
    height: 35px;
}
.header-este_menu .logo-sd a svg {
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 859px) {
    .header-este_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: white;
        z-index: -1;
        display: table;
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .header-este_menu > div {
        display: table-cell;
        vertical-align: middle;
    }
    .header-este_menu .menu,
    .header-este_menu .social-media,
    .header-este_menu .logo-sd {
        width: 100%;
        text-align: center;
        margin: 5vh 0;
    }
    .header-este_menu .logo-sd a {
        width: 120px;
        height: 60px;
    }
    .header-este_menu.opened {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@media screen and (min-width: 860px) {
    .header-este_menu {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: right;
    }
}
.hamburguer-menu {
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    width: 35px;
    height: 30px;
    background: transparent;
    border: none;
    outline: none;
    overflow: hidden;
}
@media screen and (min-width: 860px) {
    .hamburguer-menu {
        display: none;
    }
}
.hamburguer-menu span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    margin-top: -1.5px;
    background: black;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburguer-menu::before,
.hamburguer-menu::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: black;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburguer-menu::before {
    top: 0;
}
.hamburguer-menu::after {
    bottom: 0;
}
.hamburguer-menu.opened span {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}
.hamburguer-menu.opened::before {
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
}
.hamburguer-menu.opened::after {
    -webkit-transform: rotate(-45deg) translateY(50%);
    transform: rotate(-45deg) translateY(50%);
    bottom: 50%;
}
.footer {
    background-color: #25386a;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    font-size: 10px;
    padding: 14px 0;
    opacity: 0;
    transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer.loaded {
    opacity: 1;
}
@media screen and (min-width: 740px) {
    .footer {
        font-size: 16px;
        padding: 9px 0;
    }
}
.footer__address {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
    color: white;
    font: 0.8em "Roboto Mono Regular";
    color: #fff;
}
.footer #logo-wt-container {
    -ms-flex-item-align: center;
    align-self: center;
}
.language {
    float: left;
    -ms-flex-item-align: center;
    align-self: center;
}
.language li {
    display: inline-block;
    margin-right: 1.2em;
}
.language li a {
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
}
.footer-este {
    display: block;
    width: 100%;
    margin-top: 30px;
    padding: 0 5vw 20px;
    text-align: center;
}
.footer-este.details-page {
    display: none;
    z-index: 10;
    text-align: right;
}
.footer-este .social-media {
    margin-top: 0;
}
.footer-este .social-media li {
    vertical-align: middle;
}
.footer-este #logo-wt-container {
    float: none;
    display: inline-block;
}
.footer-este #logo-wt-container svg path {
    fill: black;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #b94a48;
    border: 1px solid #fc636b;
}
.parsley-errors-list {
    float: left;
    display: block;
    width: 100%;
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.parsley-errors-list li {
    line-height: 20px;
    padding: 4px 8px;
    font-size: 12px;
    text-align: left;
    margin-top: 5px;
    color: #fc636b;
    border-radius: 2px;
    background-color: #ffe5e8;
    background-repeat: no-repeat;
}
.parsley-errors-list.filled {
    opacity: 1;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 100%;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
}
.slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.2;
}
.slick-arrow.slick-prev {
    right: 100%;
}
.slick-arrow.slick-next {
    left: 100%;
}
.slick-arrow svg {
    width: 100%;
}
.slick-arrow svg.top,
.slick-arrow svg.bottom {
    display: none;
}
.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.slick-dots li {
    display: inline-block;
}
.h-scroller,
.v-scroller {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: 1;
    overflow: visible !important;
    top: 80px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
@media screen and (min-width: 740px) {
    .h-scroller,
    .v-scroller {
        top: 120px;
    }
}
@media screen and (max-width: 740px) {
    .h-scroller,
    .v-scroller {
        overflow: auto !important;
    }
}
.h-scroller::-webkit-scrollbar,
.v-scroller::-webkit-scrollbar {
    display: none;
}
body:not(.mobile) .fake-scroll {
    display: block;
    width: 100%;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
body:not(.mobile) .fake-scroll::-webkit-scrollbar {
    display: none;
}
body.mobile .fake-scroll {
    display: none;
}
.cloud-title {
    position: fixed;
    left: 5%;
    z-index: 10;
    top: 80px;
    display: block;
    margin-top: 4vw;
    /*font-family: "Roboto Mono Regular";*/
	font-family: "Helvetica Neue LT Std";
	font-weight:bold;
    color: #25386a;
    font-size: 50px;
}
@media screen and (min-width: 740px) {
    .cloud-title {
        top: 120px;
    }
}
@media screen and (min-width: 740px) {
    .cloud-title {
        font-size: 70px;
    }
}
.cloud-title.small {
    font-size: 20px;
    margin-top: 0px;
    background: #fff;
    width: 100%;
    padding-left: 5%;
    padding-bottom: 3px;
    left: 0px;
    z-index: 3;
}
@media screen and (min-width: 740px) {
    .cloud-title.small {
        top: 120px;
    }
}
@media screen and (max-width: 740px) {
    .cloud-title.small {
        z-index: 5;
    }
}
.cloud-title h2 {
    display: inline-block;
    vertical-align: middle;
}
.cloud-title .social-media {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: auto;
}
.cloud-title .social-media li {
    display: inline-block;
    margin: 0 0 0 10px;
}
.cloud-title .social-media li a {
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cloud-title .social-media li a:before {
    content: none;
}
.cloud-title .social-media li a:hover {
    background: black;
}
.cloud-title .social-media li a:hover svg circle {
    fill: white;
}
.cloud-images {
    z-index: 4;
    display: block;
}
.cloud-images .parallax-layer-1,
.cloud-images .parallax-layer-2,
.cloud-images .parallax-layer-3,
.cloud-images .parallax-layer-4 {
    pointer-events: none;
    -webkit-transition: -webkit-transform 1000ms linear;
    transition: -webkit-transform 1000ms linear;
    transition: transform 1000ms linear;
    transition: transform 1000ms linear, -webkit-transform 1000ms linear;
}
.cloud-images__item {
    position: absolute;
    left: -1000px;
    pointer-events: auto;
    background: transparent;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0;
    border: none;
    cursor: pointer;
    outline: none;
}
.cloud-images__item span {
    display: block;
}
.cloud-images__item.hover {
    opacity: 1 !important;
}
.cloud-images__item img,
.cloud-images__item video {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1), transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1), transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cloud-images__item:hover {
    z-index: 7 !important;
    background: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.cloud-images__item:hover img,
.cloud-images__item:hover video {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}
.cloud-images.loading:after {
    position: fixed;
    z-index: 99999999;
}
body:not(.mobile) .cloud-images {
    position: fixed;
    top: 130px;
    bottom: 40px;
    left: 0;
}
body.mobile .cloud-images {
    height: 100%;
    font-size: 0;
}
body.mobile .cloud-images__item {
    width: 33.333%;
    padding: 5px;
}
.parallax-mobile-col-1 {
    -webkit-transition: padding 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: padding 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 0;
}
.parallax-mobile-col-1.loaded {
    padding-top: 45px;
}
.parallax-mobile-col-2 {
    -webkit-transition: padding 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: padding 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 0;
}
.parallax-mobile-col-2.loaded {
    padding-top: 25px;
}
.parallax-mobile-col-3 {
    -webkit-transition: padding 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: padding 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 0;
}
.parallax-mobile-col-3.loaded {
    padding-top: 70px;
}
.parallax-mobile-col-1,
.parallax-mobile-col-2,
.parallax-mobile-col-3 {
    vertical-align: top;
}
.parallax-mobile-col-1 .cloud-images__item,
.parallax-mobile-col-2 .cloud-images__item,
.parallax-mobile-col-3 .cloud-images__item {
    width: 100% !important;
    padding: 5px;
}
.contact {
    position: relative;
}
.contact__col {
    display: inline-block;
    vertical-align: top;
    padding: 8vh 0;
    float: left;
}
@media screen and (min-width: 1150px) {
    .contact .contact__title {
        padding-top: 8vh;
    }
}
.contact__title {
    height: 100%;
    padding-top: 0;
    width: 100%;
}
@media screen and (min-width: 1150px) {
    .contact__title {
        width: 30.333%;
    }
}
.emails-list {
    width: 100%;
    padding: 0;
    font-size: 12px;
}
@media screen and (min-width: 1150px) {
    .emails-list {
        width: 39.333%;
        padding: 8vh 3.333% 8vh 0;
    }
}
@media screen and (min-width: 740px) {
    .emails-list {
        font-size: 15px;
    }
}
@media screen and (max-height: 710px) {
    .emails-list {
        padding: 4vh 3.333% 4vh 0;
    }
}
.emails-list__item {display: block;width: 100%;color: #25386a;}
.emails-list__item:not(:last-child) {
    margin-bottom: 1.5vw;
}
@media screen and (min-width: 1400px) {
    .emails-list__item:not(:last-child) {
        margin-bottom: 2vw;
    }
}
@media screen and (max-height: 710px) {
    .emails-list__item:not(:last-child) {
        margin-bottom: 1vw;
    }
}
.emails-list__item strong {
    /*font-family: "Roboto Mono Light";*/
font-family: "Helvetica Neue LT Std";
	font-family: "Helvetica Neue LT Std";
    display: block;
    width: 100%;
}
.address {
    width: 100%;
    /*font-family: "Roboto Mono Light";*/
font-family: "Helvetica Neue LT Std";
	font-family: "Helvetica Neue LT Std";
    color:#25386a;
    font-size: 12px;
    line-height: 18px;
}
@media screen and (min-width: 1150px) {
    .address {
        width: 30.333%;
    }
}
@media screen and (min-width: 740px) {
    .address {
        font-size: 16px;
        line-height: 25px;
    }
}
.about {
    display: block;
    min-height: calc(100vh - 40px);
}
.about .content {
    padding: 8vh 0;
    width: 80%;
}
@media screen and (min-width: 1150px) {
    .about .content {
        width: 90%;
    }
}
.about .title {
    /*font-family: "Roboto Mono Light";*/
font-family: "Helvetica Neue LT Std";
	font-family: "Helvetica Neue LT Std";
    vertical-align: top;
    width: 360px;
    line-height: 60px;
}
.about .about-text-container {
    display: inline-block;
    width: 100%;
    text-align: center;
}
@media screen and (min-width: 1150px) {
    .about .about-text-container {
        width: calc(100% - 370px);
    }
}
.about .text {
    display: inline-block;
    margin-top: 50px;
    width: 100%;
    text-align: justify;
    /*font-family: "Roboto Mono Light";*/
font-family: "Helvetica Neue LT Std";
	font-family: "Helvetica Neue LT Std";
    font-size: 12px;
    line-height: 2em;
}
@media screen and (min-width: 1150px) {
    .about .text {
        width: 80%;
        margin-top: 0;
        padding: 0 10% 0 0%;
    }
}
@media screen and (min-width: 1150px) {
    .about .text {
        font-size: 0.9vw;
        line-height: 2em;
    }
}
@media screen and (max-height: 667px) {
    .about .text {
        line-height: 1.5em;
    }
}
@media screen and (max-height: 530px) {
    .about .text {
        line-height: 1em;
    }
}
#content-work {
    z-index: 10;
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: white;
    height: 100vh;
    -webkit-transition: height 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: height 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#content-work .main {
    opacity: 0;
    -webkit-transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-top: 0px;
}
#content-work.not-loaded {
    height: 0;
}
#content-work.loaded .main {
    opacity: 1;
}
.work {
    height: 100%;
}
.work .content {
    height: 100%;
    position: relative;
    padding: 40px 0 0px;
}
@media screen and (min-width: 740px) {
    .work .content {
        padding: 30px 0;
    }
}
.work__back {
    z-index: 10;
    position: fixed;
    width: 15px;
    height: 12px;
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
    left: 5%;
    top: 15px;
}
@media screen and (min-width: 740px) {
    .work__back {
        top: 30px;
    }
}
.work__back svg {
    display: block;
    width: 100%;
    height: 100%;
}
.close-work-description {
    display: none;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}
.work-descriptions {
    display: inline-block;
    width: 450px;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    font-size: 10px;
    vertical-align: top;
}
@media screen and (min-width: 740px) {
    .work-descriptions {
        position: relative;
        top: auto;
        opacity: 1;
        pointer-events: auto;
        padding-right: 5%;
        width: 40%;
    }
}
@media screen and (min-width: 1150px) {
    .work-descriptions {
        width: 20vw;
    }
}
@media screen and (max-width: 739px) {
    .work-descriptions {
        padding: 80px 0 40px;
        height: 0;
        width: 100%;
        opacity: 0;
        z-index: 10;
        opacity: 0;
        min-height: 0;
        pointer-events: none;
        -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .work-descriptions::before,
    .work-descriptions::after {
        content: "";
        z-index: -1;
        position: absolute;
        top: 0;
        -webkit-transition: height 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: height 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .work-descriptions::before {
        left: -5vw;
        width: 100vw;
        height: 0;
        background: rgba(0, 0, 0, 0.7);
    }
    .work-descriptions::after {
        top: 0;
        left: -5vw;
        width: 100vw;
        height: 0;
        background: white;
    }
    .work-descriptions.opened {
        opacity: 1;
        height: auto;
        min-height: 75vh;
        pointer-events: auto;
    }
    .work-descriptions.opened::before {
        height: 100vh;
    }
    .work-descriptions.opened::after {
        height: 100%;
    }
    .work-descriptions .close-work-description {
        display: block;
    }
}
.work-descriptions__middle {
    width: 100%;
    height: 100%;
}
.work-descriptions__title {
    display: block;
    width: 100%;
    max-width: 380px;
    font-family: "Roboto Mono Bold";
    font-size: 3em;
    line-height: 1.2em;
    color:#25386a;
}
@media screen and (max-width: 739px) {
    .work-descriptions__title {
        font-size: 2em;
    }
}
.work-descriptions__text,
.work-descriptions__author {
    display: block;
    margin: 20px 0;
    /*font-family: "Roboto Mono Light";*/
font-family: "Helvetica Neue LT Std";
    font-size: 1.5em;
    line-height: 1.6em;
    color:#25386a;
    min-width: 1px;
    width: 100%;
}
.work-descriptions__author {
    opacity: 0.5;
    margin-top: 5px;
}
.work-descriptions .social-media {
    display: block;
}
.work-descriptions .social-media a {
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.work-descriptions .social-media a:before {
    content: none;
}
.work-descriptions .social-media a:hover {
    background: black;
}
.work-descriptions .social-media a:hover svg circle {
    fill: white;
}
.work-img {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 740px) {
    .work-img {
        width: 60%;
    }
}
@media screen and (min-width: 1150px) {
    .work-img {
        width: calc(100% - 20vw);
    }
}
.work-img-scroll-fake {
    height: 100%;
    background: red;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: none;
    position: relative;
    z-index: 3;
    opacity: 0;
}
@media screen and (min-width: 740px) {
    .work-img-scroll-fake {
        width: calc(100% - 50px);
        display: block;
    }
}
@media screen and (min-width: 1150px) {
    .work-img-scroll-fake {
        width: calc(100% - 100px);
    }
}
.work-img-scroll-fake span {
    display: block;
    width: 100%;
}
.work-img-scroll {
    z-index: 2;
    position: absolute;
    top: 30px;
    height: calc(100% - 30px);
    width: 100%;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
@media screen and (max-width: 739px) {
    .work-img-scroll {
        padding: 0 10px;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
}
@media screen and (min-width: 740px) {
    .work-img-scroll {
        top: 0;
        height: 100%;
        width: calc(100% - 50px);
    }
}
@media screen and (min-width: 1150px) {
    .work-img-scroll {
        width: calc(100% - 100px);
    }
}
.work-img-scroll::-webkit-scrollbar {
    display: none;
}
.work-img-scroll .work-img-item {
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.work-img-scroll .work-img-item:first-child {
    padding-top: 60px;
}
@media screen and (min-width: 740px) {
    .work-img-scroll .work-img-item {
        padding: 0;
        height: 100%;
    }
    .work-img-scroll .work-img-item:first-child {
        padding-top: 0;
    }
}
.work-img-scroll .work-img-item img {
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 739px) {
    .work-img-scroll .work-img-item img {
        margin: 0 0 10px;
    }
}
.work-img-scroll .work-img-item .video-container,
.work-img-scroll .work-img-item .video-button {
    display: none;
}
.work-img-scroll .work-img-item.video {
    overflow: hidden;
}
.work-img-scroll .work-img-item.video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.work-img-scroll .work-img-item.video img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.work-img-scroll .work-img-item.video .video-container {
    display: initial;
}
@media screen and (max-width: 739px) {
    .work-img-scroll .work-img-item.video .video-container {
        margin: 0 0 10px;
    }
}
@media screen and (min-width: 740px) {
    .work-img-scroll .work-img-item.video .video-button {
        display: initial;
    }
}
.work-img-scroll .work-img-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider-controls {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    display: none;
}
@media screen and (min-width: 740px) {
    .slider-controls {
        display: block;
    }
}
@media screen and (min-width: 1150px) {
    .slider-controls {
        width: 100px;
    }
}
.slider-controls .slider-arrows {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    margin-bottom: 30%;
}
.slider-controls .slider-arrows .slider-up {
    margin-bottom: 10px;
}
@media screen and (min-width: 1150px) {
    .slider-controls .slider-arrows .slider-up {
        margin-bottom: 50px;
    }
}
.slider-controls .slider-arrows .slider-up,
.slider-controls .slider-arrows .slider-down {
    display: block;
    width: 100%;
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    outline: none;
    text-align: center;
}
.slider-controls .slider-arrows .slider-up svg,
.slider-controls .slider-arrows .slider-down svg {
    width: 20px;
    height: 20px;
}
.slider-controls .slider-dots {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 30%;
}
.slider-controls .slider-dots li {
    display: block;
    width: 100%;
    text-align: center;
}
.slider-controls .slider-dots li button {
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    padding: 0;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0.2);
}
.slider-controls .slider-dots li button:hover {
    background: #000;
}
.slider-controls .slider-dots li.active button {
    background: #000;
}
.open-work-description {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 5%;
}
@media screen and (min-width: 740px) {
    .open-work-description {
        display: none;
    }
}
::-moz-selection {
    background: #000;
    color: #fff;
}
::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
.works-sd {
    padding: 10px 0 50px;
}
.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-container:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.video img {
    display: none;
}
.video video {
    display: block;
}
.video.playing div {
    background: none !important;
}
.video.playing img {
    opacity: 0;
    pointer-events: none;
}
.video.playing .video-button {
    -webkit-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
}
.__hover {
    position: relative;
}
.__hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.2rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.665, 0.14, 0.785, 0.285);
    transition-timing-function: cubic-bezier(0.665, 0.14, 0.785, 0.285);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    z-index: -1;
}
.__hover.active,
.__hover:hover {
    text-decoration: none;
}
.__hover.active:before,
.__hover:hover:before {
    -webkit-transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
    transition-timing-function: cubic-bezier(0.12, 0.845, 0.305, 1);
    -webkit-transform: scaleX(1.3);
    transform: scaleX(1.3);
}
.title {
    display: inline-block;
    /*font-family: "Roboto Mono Light";*/
font-family: "Helvetica Neue LT Std";
	font-family: "Helvetica Neue LT Std";
    color:#25386a;
    font-size: 30px;
}
@media screen and (min-width: 740px) {
    .title {
        font-size: 40px;
    }
}
@media screen and (min-width: 1150px) {
    .title {
        font-size: 2.5vw;
    }
}
.text {
    display: inline-block;
    color:#25386a;
    /*font-family: "Roboto Mono Light";*/
font-family: "Helvetica Neue LT Std";
    font-size: 14px;
}
@media screen and (min-width: 740px) {
    .text {
        font-size: 16px;
    }
}
@media screen and (min-width: 1400px) {
    .text {
        font-size: 24px;
    }
}
.loading::after {
    content: "";
    width: 70px;
    height: 70px;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    border-radius: 50%;
    border: 1px solid transparent;
    border-top-color: #d7d7d7;
    border-right-color: #d7d7d7;
    border-bottom-color: #d7d7d7;
    -webkit-animation: loading 0.5s linear infinite;
    animation: loading 0.5s linear infinite;
}
@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.close-work-description,
.open-work-description {
    cursor: pointer;
    z-index: 10;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: black;
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.close-work-description::before,
.open-work-description::before,
.close-work-description::after,
.open-work-description::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.close-work-description::before,
.open-work-description::before {
    width: 10px;
    height: 1.5px;
}
.close-work-description::after,
.open-work-description::after {
    width: 1.5px;
    height: 10px;
}
.video-button {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100px;
    max-width: 40%;
    background: transparent;
    border-radius: 50%;
    border: 2px solid white;
    pointer-events: none;
}
.video-button:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.video-button svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25% 14% 25% 28%;
}
.video-button svg path {
    fill: white;
}
.video-button.black {
    border-color:#25386a;
}
.video-button.black svg path {
    fill: black;
}
.social-media {
    display: inline-block;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 0;
}
.social-media.in-footer {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.social-media li {
    display: inline-block;
    margin: 0 8px;
}
.social-media li a {
    display: block;
    width: 28px;
    height: 28px;
    padding: 7px;
    border-radius: 50%;
    border: 1px solid #465680;
    position: relative;
}
.social-media li a::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.social-media li a svg {
    display: block;
    width: 100%;
    height: 100%;
}
.social-media li a svg path,
.social-media li a svg circle {
    fill: black;
    -webkit-transition: fill 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: fill 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.social-media li a:hover {
    border-color: white;
}
.social-media li a:hover svg path {
    fill: white;
}
.social-media li a:hover::before {
    background: black;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
}
