@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.text-primary {
  color: #00CDCF; }

.text-secondary {
  color: #395E70; }

.hidden {
  display: none; }

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none; } }

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none; } }

@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .hidden-lg {
    display: none; } }

@media screen and (min-width: 1920px) {
  .hidden-xl {
    display: none; } }

.container {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }

.container.container--small {
  max-width: 1080px; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #00CDCF; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px;
    width: 25em; } }

.btn {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  text-align: left;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0 25px;
  height: 56px;
  font-size: 15px;
  line-height: 56px;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px; }
  .btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .btn:hover, .btn:focus {
    text-decoration: none; }

.btn--wider {
  padding: 0 50px;
  height: 56px;
  font-size: 15px;
  line-height: 56px;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px; }

.btn--primary {
  color: #fff;
  background: #00CDCF;
  font-weight: 700;
  -webkit-box-shadow: 0px 4px 0px rgba(57, 94, 112, 0.2);
     -moz-box-shadow: 0px 4px 0px rgba(57, 94, 112, 0.2);
          box-shadow: 0px 4px 0px rgba(57, 94, 112, 0.2);
  -webkit-transition: background 250ms ease-in-out, -webkit-transform 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
  transition: background 250ms ease-in-out, -webkit-transform 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out;
  -o-transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out, -o-transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out, background 250ms ease-in-out, box-shadow 250ms ease-in-out, -moz-transform 250ms ease-in-out, -moz-box-shadow 250ms ease-in-out;
  transition: transform 250ms ease-in-out, background 250ms ease-in-out, box-shadow 250ms ease-in-out;
  transition: transform 250ms ease-in-out, background 250ms ease-in-out, box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out, -moz-transform 250ms ease-in-out, -o-transform 250ms ease-in-out, -webkit-box-shadow 250ms ease-in-out, -moz-box-shadow 250ms ease-in-out; }
  .btn--primary:hover {
    color: #fff;
    background-color: #00b4b6;
    background-image: none;
    -webkit-box-shadow: 0px 2px 0px rgba(57, 94, 112, 0.2);
       -moz-box-shadow: 0px 2px 0px rgba(57, 94, 112, 0.2);
            box-shadow: 0px 2px 0px rgba(57, 94, 112, 0.2);
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
         -o-transform: translateY(2px);
            transform: translateY(2px); }
  .btn--primary:focus, .btn--primary.isActive {
    color: #fff;
    background-color: #00b4b6;
    background-image: none; }
  .btn--primary.isDisabled, .btn--primary:disabled {
    background-image: none;
    background-color: #ccc;
    cursor: not-allowed; }
  .btn--primary:not(:disabled):not(.isDisabled):active, .btn--primary:not(:disabled):not(.isDisabled).active {
    background-color: #00b4b6;
    background-image: none; }

.btn--withArrow-right {
  padding-right: 70px; }
  .btn--withArrow-right.btn--wider {
    padding-right: 95px; }
  .btn--withArrow-right:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 14px;
    top: 50%;
    right: 15px;
    background: url("../images/icons/arrow-right.svg") no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    margin-top: -7px;
    -webkit-transition: -webkit-transform 250ms ease-in-out 0ms;
    transition: -webkit-transform 250ms ease-in-out 0ms;
    -o-transition: -o-transform 250ms ease-in-out 0ms;
    -moz-transition: transform 250ms ease-in-out 0ms, -moz-transform 250ms ease-in-out 0ms;
    transition: transform 250ms ease-in-out 0ms;
    transition: transform 250ms ease-in-out 0ms, -webkit-transform 250ms ease-in-out 0ms, -moz-transform 250ms ease-in-out 0ms, -o-transform 250ms ease-in-out 0ms; }
  .btn--withArrow-right:hover:after, .btn--withArrow-right:focus:after {
    -webkit-transform: translateX(3px);
       -moz-transform: translateX(3px);
         -o-transform: translateX(3px);
            transform: translateX(3px); }

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].isDisabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].isDisabled,
  fieldset[disabled]
  input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer; }

.formGroup {
  margin-bottom: 32px; }
  .formGroup.formGroup--required label:after {
    content: '*'; }
  .formGroup.hasError .formControl {
    border-color: #ff3c27; }
  .formGroup.hasError .helpBlock {
    color: #ff3c27; }

.formControl {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 1px solid #fff;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s; }
  .formControl:focus {
    border-color: #00CDCF;
    outline: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
  .formControl::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .formControl:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .formControl::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .formControl:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .formControl::-ms-expand {
    background-color: transparent;
    border: 0; }
  .formControl[disabled],
  fieldset[disabled] .formControl {
    color: #ccc !important;
    border-color: #ccc !important;
    background-color: transparent !important;
    opacity: 1; }
    .formControl[disabled] + .helpBlock,
    fieldset[disabled] .formControl + .helpBlock {
      color: #ccc; }
  .formControl[disabled],
  fieldset[disabled] .formControl {
    cursor: not-allowed; }

textarea.formControl {
  height: auto;
  min-height: 100px;
  padding: 13px 20px;
  line-height: 24px; }

.helpBlock {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 14px;
  color: #fff; }

.select {
  position: relative; }
  .select select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .select:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 12px;
    color: #CCC;
    width: 6px;
    height: 19px;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
         -o-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: color ease-in-out .15s;
    -o-transition: color ease-in-out .15s;
    -moz-transition: color ease-in-out .15s;
    transition: color ease-in-out .15s;
    background: url("../images/forms/select.svg") no-repeat center;
    -moz-background-size: contain;
         background-size: contain; }
  .select.isFocus:after {
    color: #00CDCF; }
  .select.isDisabled:after {
    color: #ccc !important; }
  .select.isDisabled + .helpBlock {
    color: #ccc; }

.radio,
.checkbox {
  position: relative;
  display: inline-block; }
  .radio label,
  .checkbox label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    min-height: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
    color: #fff; }
    .radio label:after,
    .checkbox label:after {
      padding-left: 5px; }
    body.darkTheme .radio label, body.darkTheme
    .checkbox label {
      color: #fff; }
    .radio label span:before,
    .checkbox label span:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 20px;
      height: 20px;
      background: transparent;
      border: 1px solid #fff;
      -webkit-transition: all 250ms ease-in-out 0ms;
      -o-transition: all 250ms ease-in-out 0ms;
      -moz-transition: all 250ms ease-in-out 0ms;
      transition: all 250ms ease-in-out 0ms; }
    .radio label span:after,
    .checkbox label span:after {
      -webkit-transition: all 250ms ease-in-out 0ms;
      -o-transition: all 250ms ease-in-out 0ms;
      -moz-transition: all 250ms ease-in-out 0ms;
      transition: all 250ms ease-in-out 0ms; }
  .radio input,
  .checkbox input {
    position: absolute;
    opacity: 0; }
  .radio input:focus + label,
  .checkbox input:focus + label {
    color: #00CDCF; }
  .radio input:focus:not(:checked) span:before,
  .checkbox input:focus:not(:checked) span:before {
    border-color: #00CDCF; }
  .radio input:checked + label span:before,
  .checkbox input:checked + label span:before {
    border-color: #fff; }
  .radio input:checked + label span:after,
  .checkbox input:checked + label span:after {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  .radio input:disabled + label,
  .checkbox input:disabled + label {
    color: #CCC !important;
    cursor: not-allowed; }
    .radio input:disabled + label span:before,
    .checkbox input:disabled + label span:before {
      border-color: #ccc !important;
      background: #F8F8F8 !important; }
    .radio input:disabled + label span:after,
    .checkbox input:disabled + label span:after {
      -webkit-transform: scale(0) !important;
         -moz-transform: scale(0) !important;
           -o-transform: scale(0) !important;
              transform: scale(0) !important;
      opacity: 0 !important; }
  .radio.isDisabled + .helpBlock,
  .checkbox.isDisabled + .helpBlock {
    color: #ccc; }

.checkbox label span:before,
.checkbox label span:after {
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px; }

.checkbox label span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  -moz-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms;
  font-size: 12px;
  background: url("../images/forms/checkbox.svg") no-repeat center;
  -moz-background-size: 10px;
       background-size: 10px; }

.radio label span:before,
.radio label span:after {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%; }

.radio label span:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out 0ms;
  -o-transition: all 250ms ease-in-out 0ms;
  -moz-transition: all 250ms ease-in-out 0ms;
  transition: all 250ms ease-in-out 0ms; }

.section {
  background: #395E70;
  height: 100vh;
  min-height: 568px; }

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column;
  padding: 25px; }

.section-image {
  display: block;
  height: auto; }

.section-title {
  display: block;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  margin: 30px 0 0; }
  @media screen and (min-width: 375px) {
    .section-title {
      font-size: 25px; } }
  @media screen and (min-width: 768px) {
    .section-title {
      font-size: 35px; } }
  @media screen and (min-width: 1024px) {
    .section-title {
      font-size: 42px; } }

.section--eshop {
  height: 100vh;
  max-height: none; }
  .section--eshop .section-image {
    width: 200px; }
    @media screen and (min-width: 375px) {
      .section--eshop .section-image {
        width: 250px; } }
    @media screen and (min-width: 768px) {
      .section--eshop .section-image {
        width: 300px; } }
    @media screen and (min-width: 1024px) {
      .section--eshop .section-image {
        width: 465px; } }
    .section--eshop .section-image path {
      -webkit-transform-origin: bottom center;
         -moz-transform-origin: bottom center;
           -o-transform-origin: bottom center;
              transform-origin: bottom center;
      opacity: 0; }
  .section--eshop .section-title {
    opacity: 0; }
    @media screen and (min-width: 1024px) {
      .section--eshop .section-title {
        margin-top: 160px; } }

.section--ecommerce .section-image {
  width: 150px; }
  @media screen and (min-width: 375px) {
    .section--ecommerce .section-image {
      width: 200px; } }
  @media screen and (min-width: 768px) {
    .section--ecommerce .section-image {
      width: 250px; } }
  @media screen and (min-width: 1024px) {
    .section--ecommerce .section-image {
      width: 400px; } }
  .section--ecommerce .section-image .line {
    -webkit-transform-origin: bottom center;
       -moz-transform-origin: bottom center;
         -o-transform-origin: bottom center;
            transform-origin: bottom center; }
  .section--ecommerce .section-image .cross {
    -webkit-transform-origin: center center;
       -moz-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center; }

@media screen and (min-width: 1024px) {
  .section--ecommerce .section-title {
    margin-top: 127px; } }

.section--build .section-image {
  width: 150px; }
  @media screen and (min-width: 375px) {
    .section--build .section-image {
      width: 200px; } }
  @media screen and (min-width: 768px) {
    .section--build .section-image {
      width: 250px; } }
  @media screen and (min-width: 1024px) {
    .section--build .section-image {
      width: 364px; } }
  .section--build .section-image .line {
    -webkit-transform-origin: bottom center;
       -moz-transform-origin: bottom center;
         -o-transform-origin: bottom center;
            transform-origin: bottom center; }

@media screen and (min-width: 1024px) {
  .section--build .section-title {
    margin-top: 115px; } }

.section--screen .section-image {
  width: 150px; }
  @media screen and (min-width: 375px) {
    .section--screen .section-image {
      width: 200px; } }
  @media screen and (min-width: 768px) {
    .section--screen .section-image {
      width: 250px; } }
  @media screen and (min-width: 1024px) {
    .section--screen .section-image {
      width: 340px; } }
  .section--screen .section-image .line {
    -webkit-transform-origin: bottom center;
       -moz-transform-origin: bottom center;
         -o-transform-origin: bottom center;
            transform-origin: bottom center; }

@media screen and (min-width: 1024px) {
  .section--screen .section-title {
    margin-top: 115px; } }

.section--spacer {
  height: 20vh;
  min-height: 0;
  max-height: none;
  background: transparent;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
  margin-bottom: -20vh; }

.scrollNavigation {
  position: fixed;
  z-index: 9;
  -webkit-transition: opacity 250ms ease-in-out 0ms;
  -o-transition: opacity 250ms ease-in-out 0ms;
  -moz-transition: opacity 250ms ease-in-out 0ms;
  transition: opacity 250ms ease-in-out 0ms; }
  @media screen and (min-width: 1024px) {
    .scrollNavigation {
      right: 40px;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media screen and (max-width: 1023px) {
    .scrollNavigation {
      left: 50%;
      bottom: 3vh;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .scrollNavigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-flow: row; }
    @media screen and (min-width: 1024px) {
      .scrollNavigation ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-flow: column; } }
  .scrollNavigation li {
    margin: 0;
    padding: 0; }
  .scrollNavigation button {
    position: relative;
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    text-align: left;
    background: transparent;
    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;
    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;
    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Remove excess padding and border in Firefox 4+ */
    color: transparent;
    font-size: 0;
    width: 16px;
    height: 16px;
    opacity: .5;
    -webkit-transition: opacity 250ms ease-in-out 0ms;
    -o-transition: opacity 250ms ease-in-out 0ms;
    -moz-transition: opacity 250ms ease-in-out 0ms;
    transition: opacity 250ms ease-in-out 0ms; }
    .scrollNavigation button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    @media screen and (max-width: 1023px) {
      .scrollNavigation button {
        width: 25px;
        height: 25px; } }
    .scrollNavigation button:after {
      content: '';
      position: absolute;
      background: transparent;
      left: 4px;
      top: 4px;
      width: 8px;
      height: 8px;
      border: 1px solid #fff;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      -webkit-transition: border-color 250ms ease-in-out, background-color 250ms ease-in-out;
      -o-transition: border-color 250ms ease-in-out, background-color 250ms ease-in-out;
      -moz-transition: border-color 250ms ease-in-out, background-color 250ms ease-in-out;
      transition: border-color 250ms ease-in-out, background-color 250ms ease-in-out; }
    .scrollNavigation button:hover {
      opacity: 1; }
    .scrollNavigation button:hover, .scrollNavigation button:focus {
      outline: none; }
    .scrollNavigation button.isActive {
      opacity: 1; }
      .scrollNavigation button.isActive:after {
        background: #00CDCF;
        border-color: #00CDCF; }
  .scrollNavigation.isHidden {
    opacity: 0;
    pointer-events: none; }

.shopInfo {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 600px; }
  @media screen and (min-width: 1024px) {
    .shopInfo {
      padding-top: 80px;
      padding-bottom: 30px;
      min-height: 800px; }
      .shopInfo .infoBox {
        padding-top: 100px; }
      .shopInfo > .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
                justify-content: space-between; } }

@media screen and (min-width: 1024px) {
  .references {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 170px 170px;
    grid-template-areas: "mementerra tanci icedress" "mementerra tanci time"; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .references {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-flow: row wrap; } }

@media screen and (min-width: 1024px) {
  .references--small {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100px 100px;
    grid-template-areas: "mementerra tanci" "icedress time"; } }

@media screen and (min-width: 1440px) {
  .references--small {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 150px;
    grid-template-areas: "mementerra tanci icedress time"; } }

.reference {
  position: relative;
  height: 360px;
  padding: 50px 32px; }
  @media screen and (min-width: 1024px) {
    .reference {
      height: auto;
      padding: 25px 24px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .reference {
      -webkit-flex-basis: 50%;
              flex-basis: 50%; } }
  .reference a {
    color: inherit; }
    .reference a:hover, .reference a:focus {
      color: inherit;
      text-decoration: none; }
  .reference-image {
    display: block;
    -webkit-transition: opacity 250ms ease-in-out 0ms;
    -o-transition: opacity 250ms ease-in-out 0ms;
    -moz-transition: opacity 250ms ease-in-out 0ms;
    transition: opacity 250ms ease-in-out 0ms; }
    .reference-image img {
      height: auto; }
    .reference-image:hover, .reference-image:focus {
      opacity: .8; }
  .reference-link {
    position: absolute;
    top: 59px;
    right: 24px;
    padding-right: 27px;
    font-size: 14px;
    line-height: 24px; }
    @media screen and (min-width: 1024px) {
      .reference-link {
        top: 38px;
        right: 32px; } }
    .reference-link svg {
      position: absolute;
      top: 50%;
      right: 0;
      height: auto;
      stroke: inherit;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
  .reference-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 75px; }
    @media screen and (min-width: 1024px) {
      .reference-nav {
        margin-top: 100px; } }
    .reference-nav li {
      margin: 0;
      padding: 0;
      margin-bottom: 24px; }
      .reference-nav li:last-child {
        margin-bottom: 0; }
      .reference-nav li:nth-child(1) .tag {
        position: absolute;
        font-weight: 700;
        font-size: 12px;
        line-height: 24px;
        text-transform: uppercase;
        color: #000;
        top: -25px;
        left: 50px;
        -webkit-transform: translateY(-100%);
           -moz-transform: translateY(-100%);
             -o-transform: translateY(-100%);
                transform: translateY(-100%); }
        .reference-nav li:nth-child(1) .tag:before {
          content: '';
          width: 25px;
          height: 1px;
          position: absolute;
          background: #000; }
        .reference-nav li:nth-child(1) .tag:after {
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 1px;
          background: #000; }
        .reference-nav li:nth-child(1) .tag:before {
          bottom: 0;
          left: -25px;
          -webkit-transform: rotate(-45deg);
             -moz-transform: rotate(-45deg);
               -o-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          -webkit-transform-origin: top right;
             -moz-transform-origin: top right;
               -o-transform-origin: top right;
                  transform-origin: top right; }
        .reference-nav li:nth-child(1) .tag:after {
          bottom: 0; }
      .reference-nav li:nth-child(2) .tag {
        position: absolute;
        font-weight: 700;
        font-size: 12px;
        line-height: 24px;
        text-transform: uppercase;
        color: #000;
        bottom: -25px;
        left: 50px;
        -webkit-transform: translateY(100%);
           -moz-transform: translateY(100%);
             -o-transform: translateY(100%);
                transform: translateY(100%); }
        .reference-nav li:nth-child(2) .tag:before {
          content: '';
          width: 25px;
          height: 1px;
          position: absolute;
          background: #000; }
        .reference-nav li:nth-child(2) .tag:after {
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 1px;
          background: #000; }
        .reference-nav li:nth-child(2) .tag:before {
          top: 0;
          left: -25px;
          -webkit-transform: rotate(45deg);
             -moz-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: top right;
             -moz-transform-origin: top right;
               -o-transform-origin: top right;
                  transform-origin: top right; }
        .reference-nav li:nth-child(2) .tag:after {
          top: 0; }
    .reference-nav a {
      margin: 0;
      padding: 0;
      position: relative;
      display: inline-block;
      font-size: 14px;
      line-height: 24px; }

.reference--brown {
  background: rgba(134, 113, 73, 0.2);
  color: #867149; }
  .reference--brown .reference-link svg {
    stroke: #867149; }
  .reference--brown .reference-nav li .tag {
    color: #867149; }
    .reference--brown .reference-nav li .tag:before {
      background: #867149; }
    .reference--brown .reference-nav li .tag:after {
      background: #867149; }

.reference--purple {
  background: rgba(115, 70, 245, 0.15);
  color: #7346F5; }
  .reference--purple .reference-link svg {
    stroke: #7346F5; }
  .reference--purple .reference-nav li .tag {
    color: #7346F5; }
    .reference--purple .reference-nav li .tag:before {
      background: #7346F5; }
    .reference--purple .reference-nav li .tag:after {
      background: #7346F5; }

.reference--pink {
  background: rgba(250, 205, 232, 0.2);
  color: #D02C6D; }
  .reference--pink .reference-link svg {
    stroke: #D02C6D; }
  .reference--pink .reference-nav li .tag {
    color: #D02C6D; }
    .reference--pink .reference-nav li .tag:before {
      background: #D02C6D; }
    .reference--pink .reference-nav li .tag:after {
      background: #D02C6D; }

.reference--orange {
  background: #FCEFE1;
  color: #FF9028; }
  .reference--orange .reference-link svg {
    stroke: #FF9028; }
  .reference--orange .reference-nav li .tag {
    color: #FF9028; }
    .reference--orange .reference-nav li .tag:before {
      background: #FF9028; }
    .reference--orange .reference-nav li .tag:after {
      background: #FF9028; }

@media screen and (min-width: 1024px) {
  .reference--mementerra {
    grid-area: mementerra; } }

@media screen and (min-width: 1024px) {
  .reference--tanci {
    grid-area: tanci; } }

@media screen and (min-width: 1024px) {
  .reference--24time {
    grid-area: time; } }

@media screen and (min-width: 1024px) {
  .reference--icedress {
    grid-area: icedress; } }

@media screen and (min-width: 1024px) {
  .reference--small,
  .reference--small {
    padding-top: 15px; }
    .reference--small .reference-link,
    .reference--small .reference-link {
      top: 28px; }
    .reference--small .reference-nav,
    .reference--small .reference-nav {
      margin-top: 75px; } }

@media screen and (min-width: 1024px) {
  .references--small .reference {
    padding: 0 0 0 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center; }
    .references--small .reference .reference-link {
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); } }

@media screen and (max-width: 1023px) {
  .references--small .reference {
    height: 150px; } }

.contactBox {
  background: #395E70;
  padding-top: 60px;
  padding-bottom: 40px; }
  @media screen and (min-width: 1024px) {
    .contactBox {
      padding-top: 120px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 1024px) {
    .contactBox-top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
              flex-flow: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
              justify-content: space-between; } }
  @media screen and (min-width: 1024px) {
    .contactBox-header {
      width: 50%;
      display: inline-block; } }
  .contactBox-header__title {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: #fff; }
    @media screen and (min-width: 375px) {
      .contactBox-header__title {
        font-size: 25px; } }
    @media screen and (min-width: 768px) {
      .contactBox-header__title {
        font-size: 35px; } }
    @media screen and (min-width: 1024px) {
      .contactBox-header__title {
        text-align: left;
        font-size: 42px; } }
  .contactBox-form {
    margin-top: 50px;
    max-width: 500px; }
    @media screen and (min-width: 1024px) {
      .contactBox-form {
        width: 50%;
        margin-top: 0; }
        .contactBox-form .btn {
          float: right; } }
    @media screen and (max-width: 1023px) {
      .contactBox-form {
        margin-left: auto;
        margin-right: auto; }
        .contactBox-form .btn {
          width: 100%;
          margin-top: 22px; } }
  .contactBox-footer {
    margin-top: 100px; }
    @media screen and (min-width: 1024px) {
      .contactBox-footer {
        margin-top: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
                justify-content: space-between; } }
    .contactBox-footer__title {
      margin: 0;
      padding: 0;
      font-size: 20px;
      font-weight: 400;
      line-height: 160%;
      color: #fff; }
      @media screen and (min-width: 375px) {
        .contactBox-footer__title {
          font-size: 25px; } }
      @media screen and (min-width: 768px) {
        .contactBox-footer__title {
          font-size: 35px; } }
      @media screen and (min-width: 1024px) {
        .contactBox-footer__title {
          font-size: 16px;
          line-height: 24px; } }
      @media screen and (max-width: 1023px) {
        .contactBox-footer__title {
          text-align: center;
          margin-bottom: 60px; } }
    .contactBox-footer__types {
      font-size: 18px;
      line-height: 24px; }
      @media screen and (min-width: 768px) {
        .contactBox-footer__types {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
                  justify-content: center; } }
      @media screen and (min-width: 1024px) {
        .contactBox-footer__types {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
             -moz-box-pack: end;
                  justify-content: flex-end;
          font-size: 16px; } }
      .contactBox-footer__types .man {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
                justify-content: flex-start;
        color: #fff; }
        @media screen and (min-width: 768px) {
          .contactBox-footer__types .man {
            margin-right: 10px; } }
        @media screen and (min-width: 1024px) {
          .contactBox-footer__types .man {
            margin-right: 0; } }
        @media screen and (max-width: 767px) {
          .contactBox-footer__types .man {
            margin-bottom: 32px; } }
        .contactBox-footer__types .man img {
          width: 32px;
          height: 32px;
          -o-object-fit: contain;
             object-fit: contain;
          margin-right: 16px; }
      .contactBox-footer__types .phone,
      .contactBox-footer__types .email {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex; }
        @media screen and (min-width: 768px) {
          .contactBox-footer__types .phone,
          .contactBox-footer__types .email {
            margin-left: 10px;
            margin-right: 10px; } }
        @media screen and (min-width: 1024px) {
          .contactBox-footer__types .phone,
          .contactBox-footer__types .email {
            margin-left: 23px;
            margin-right: 0; } }
        .contactBox-footer__types .phone .link,
        .contactBox-footer__types .email .link {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
                  align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
                  justify-content: flex-start;
          text-decoration: none;
          -webkit-transition: color 250ms ease-in-out 0ms;
          -o-transition: color 250ms ease-in-out 0ms;
          -moz-transition: color 250ms ease-in-out 0ms;
          transition: color 250ms ease-in-out 0ms; }
          .contactBox-footer__types .phone .link:hover, .contactBox-footer__types .phone .link:focus,
          .contactBox-footer__types .email .link:hover,
          .contactBox-footer__types .email .link:focus {
            text-decoration: none; }
          .contactBox-footer__types .phone .link img, .contactBox-footer__types .phone .link svg,
          .contactBox-footer__types .email .link img,
          .contactBox-footer__types .email .link svg {
            width: 32px;
            height: 32px;
            -o-object-fit: contain;
               object-fit: contain;
            margin-right: 16px; }
          .contactBox-footer__types .phone .link:hover, .contactBox-footer__types .phone .link:focus,
          .contactBox-footer__types .email .link:hover,
          .contactBox-footer__types .email .link:focus {
            color: #fff; }
        .contactBox-footer__types .phone .copy,
        .contactBox-footer__types .email .copy {
          border: none;
          margin: 0;
          padding: 0;
          width: auto;
          overflow: visible;
          -webkit-border-radius: 0;
             -moz-border-radius: 0;
                  border-radius: 0;
          text-align: left;
          background: transparent;
          /* inherit font & color from ancestor */
          color: inherit;
          font: inherit;
          /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
          line-height: normal;
          /* Corrects font smoothing for webkit */
          -webkit-font-smoothing: inherit;
          -moz-osx-font-smoothing: inherit;
          /* Corrects inability to style clickable `input` types in iOS */
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          /* Remove excess padding and border in Firefox 4+ */
          margin-left: 40px; }
          .contactBox-footer__types .phone .copy::-moz-focus-inner,
          .contactBox-footer__types .email .copy::-moz-focus-inner {
            border: 0;
            padding: 0; }
          .contactBox-footer__types .phone .copy img,
          .contactBox-footer__types .email .copy img {
            width: 30px;
            height: auto; }
      @media screen and (max-width: 767px) {
        .contactBox-footer__types .phone {
          margin-bottom: 32px; } }
      .contactBox-footer__types .phone .link path {
        -webkit-transition: fill 250ms ease-in-out 0ms;
        -o-transition: fill 250ms ease-in-out 0ms;
        -moz-transition: fill 250ms ease-in-out 0ms;
        transition: fill 250ms ease-in-out 0ms; }
      .contactBox-footer__types .phone .link:hover path, .contactBox-footer__types .phone .link:focus path {
        fill: #fff; }
      .contactBox-footer__types .email .link path {
        -webkit-transition: stroke 250ms ease-in-out 0ms;
        -o-transition: stroke 250ms ease-in-out 0ms;
        -moz-transition: stroke 250ms ease-in-out 0ms;
        transition: stroke 250ms ease-in-out 0ms; }
      .contactBox-footer__types .email .link:hover path, .contactBox-footer__types .email .link:focus path {
        stroke: #fff; }

@media screen and (min-width: 1024px) {
  .typeBox {
    -webkit-flex-basis: 45%;
            flex-basis: 45%; } }

.typeBox-text {
  position: relative;
  border-bottom: 2px dashed #395E70;
  outline: none;
  line-height: 150%;
  color: #395E70;
  font-size: 20px; }
  @media screen and (min-width: 375px) {
    .typeBox-text {
      font-size: 25px; } }
  @media screen and (min-width: 768px) {
    .typeBox-text {
      font-size: 35px; } }
  @media screen and (min-width: 1024px) {
    .typeBox-text {
      font-size: 42px; } }
  .typeBox-text:not(.isActive) {
    display: inline-block;
    width: 200px; }
  .typeBox-text:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '?”';
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%); }

.typeBox-question {
  line-height: 150%;
  color: #395E70;
  font-size: 20px; }
  @media screen and (min-width: 375px) {
    .typeBox-question {
      font-size: 25px; } }
  @media screen and (min-width: 768px) {
    .typeBox-question {
      font-size: 35px; } }
  @media screen and (min-width: 1024px) {
    .typeBox-question {
      font-size: 42px; } }

.typeBox-autocomplete {
  position: relative;
  margin-top: 28px;
  padding-left: 24px; }
  .typeBox-autocomplete:not(.isActive) {
    display: none; }
  .typeBox-autocomplete:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #395E70; }
  .typeBox-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    max-height: 300px;
    overflow: hidden; }
  .typeBox-autocomplete li {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 27px;
    line-height: 1;
    color: #395E70;
    margin: 5px 0 15px;
    cursor: pointer; }
    .typeBox-autocomplete li.isActive, .typeBox-autocomplete li:hover {
      text-decoration: underline; }

.typeBox-select {
  position: relative; }
  .typeBox-select__label {
    line-height: 150%;
    color: #395E70;
    font-size: 20px;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .typeBox-select__label {
        font-size: 35px; } }
  .typeBox-select__btn {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    text-align: left;
    background: transparent;
    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;
    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;
    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Remove excess padding and border in Firefox 4+ */
    line-height: 150%;
    color: #395E70;
    font-size: 20px;
    width: 100%;
    cursor: pointer;
    outline: none; }
    .typeBox-select__btn::-moz-focus-inner {
      border: 0;
      padding: 0; }
    @media screen and (min-width: 768px) {
      .typeBox-select__btn {
        font-size: 35px; } }
    .typeBox-select__btn span {
      border-bottom: 2px dashed #395E70; }
      .typeBox-select__btn span:after {
        content: '?”'; }
  .typeBox-select__items {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    background: #fff;
    z-index: 9;
    list-style: none;
    padding: 15px;
    max-height: 50vh;
    overflow-y: scroll; }
    .typeBox-select__items li {
      margin-bottom: 15px;
      line-height: 1.2;
      color: #395E70;
      font-size: 15px;
      cursor: pointer; }
      .typeBox-select__items li:hover, .typeBox-select__items li:focus, .typeBox-select__items li.isActive {
        text-decoration: underline; }
      .typeBox-select__items li:last-child {
        margin-bottom: 0; }
      .typeBox-select__items li:after {
        content: '?'; }
  .typeBox-select.isActive .typeBox-select__items {
    display: block; }

@media screen and (min-width: 1024px) {
  body[data-touch="true"] .typeBox-type__container {
    display: none; }
  body[data-touch="false"] .typeBox-type__container {
    display: block; } }

@media screen and (max-width: 1023px) {
  .typeBox-type__container {
    display: none; } }

@media screen and (min-width: 1024px) {
  body[data-touch="true"] .typeBox-select__container {
    display: block; }
  body[data-touch="false"] .typeBox-select__container {
    display: none; } }

@media screen and (max-width: 1023px) {
  .typeBox-select__container {
    display: block; } }

.infoBox {
  position: relative;
  padding-left: 10%;
  margin-top: 60px; }
  @media screen and (min-width: 1024px) {
    .infoBox {
      -webkit-flex-basis: 45%;
              flex-basis: 45%;
      padding-left: 0; } }
  .infoBox-header {
    position: relative;
    display: none;
    font-weight: 700;
    font-size: 22px;
    line-height: 160%;
    text-transform: uppercase;
    color: #395E70; }
    @media screen and (min-width: 1024px) {
      .infoBox-header {
        font-size: 27px;
        line-height: 140%; } }
  .infoBox-body {
    display: none;
    color: #395E70;
    margin-top: 24px;
    font-size: 22px;
    line-height: 160%; }
    @media screen and (min-width: 1024px) {
      .infoBox-body {
        margin-top: 20px;
        font-size: 27px;
        line-height: 140%; } }
  .infoBox-btn {
    margin-top: 16px;
    display: none; }
    @media screen and (min-width: 1024px) {
      .infoBox-btn {
        margin-top: 25px; } }
    @media screen and (max-width: 767px) {
      .infoBox-btn {
        width: auto;
        padding-left: 10px;
        padding-right: 10px !important;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-align: center; }
        .infoBox-btn:after {
          display: none; } }
  .infoBox-tag {
    -webkit-transition: opacity .25s ease-in-out .1s;
    -o-transition: opacity .25s ease-in-out .1s;
    -moz-transition: opacity .25s ease-in-out .1s;
    transition: opacity .25s ease-in-out .1s; }
    @media screen and (min-width: 1024px) {
      .infoBox-tag {
        position: absolute;
        left: -5%;
        bottom: 40px;
        -webkit-transform: translateX(-100%);
           -moz-transform: translateX(-100%);
             -o-transform: translateX(-100%);
                transform: translateX(-100%);
        position: absolute;
        font-weight: 700;
        font-size: 12px;
        line-height: 24px;
        text-transform: uppercase;
        color: #00CDCF; }
        .infoBox-tag:before {
          content: '';
          width: 25px;
          height: 1px;
          position: absolute;
          background: #00CDCF; }
        .infoBox-tag:after {
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 1px;
          background: #00CDCF; }
        .infoBox-tag:before {
          bottom: 0;
          right: -25px;
          -webkit-transform: rotate(45deg);
             -moz-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: top left;
             -moz-transform-origin: top left;
               -o-transform-origin: top left;
                  transform-origin: top left; }
        .infoBox-tag:after {
          bottom: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .infoBox-tag {
        position: absolute;
        left: 30px;
        bottom: -60px;
        position: absolute;
        font-weight: 700;
        font-size: 12px;
        line-height: 24px;
        text-transform: uppercase;
        color: #00CDCF; }
        .infoBox-tag:before {
          content: '';
          width: 25px;
          height: 1px;
          position: absolute;
          background: #00CDCF; }
        .infoBox-tag:after {
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 1px;
          background: #00CDCF; }
        .infoBox-tag:before {
          top: 0;
          right: -25px;
          -webkit-transform: rotate(-45deg);
             -moz-transform: rotate(-45deg);
               -o-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          -webkit-transform-origin: top left;
             -moz-transform-origin: top left;
               -o-transform-origin: top left;
                  transform-origin: top left; }
        .infoBox-tag:after {
          top: 0; } }
    @media screen and (max-width: 768px) {
      .infoBox-tag {
        position: absolute;
        left: 10%;
        bottom: -60px;
        -webkit-transform: translateX(40px);
           -moz-transform: translateX(40px);
             -o-transform: translateX(40px);
                transform: translateX(40px);
        position: absolute;
        font-weight: 700;
        font-size: 12px;
        line-height: 24px;
        text-transform: uppercase;
        color: #00CDCF; }
        .infoBox-tag:before {
          content: '';
          width: 25px;
          height: 1px;
          position: absolute;
          background: #00CDCF; }
        .infoBox-tag:after {
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 1px;
          background: #00CDCF; }
        .infoBox-tag:before {
          top: 0;
          left: -25px;
          -webkit-transform: rotate(45deg);
             -moz-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transform-origin: top right;
             -moz-transform-origin: top right;
               -o-transform-origin: top right;
                  transform-origin: top right; }
        .infoBox-tag:after {
          top: 0; } }

.platformBase {
  margin-top: 70px;
  padding-top: 64px;
  padding-bottom: 80px; }
  @media screen and (min-width: 1024px) {
    .platformBase {
      margin-top: 84px;
      padding-top: 72px;
      padding-bottom: 88px; } }
  .platformBase-title {
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 34px;
    line-height: 150%; }
    @media screen and (min-width: 1024px) {
      .platformBase-title {
        font-size: 42px; } }
  .platformBase-text {
    text-align: center;
    margin-top: 19px; }
    @media screen and (min-width: 1024px) {
      .platformBase-text {
        margin-top: 16px; } }
    .platformBase-text p {
      font-size: 18px;
      line-height: 24px; }
      @media screen and (min-width: 1024px) {
        .platformBase-text p {
          font-size: 27px; } }
  .platformBase-image {
    text-align: center;
    margin-top: 64px; }
    @media screen and (min-width: 1024px) {
      .platformBase-image {
        margin-top: 74px; } }
    .platformBase-image img {
      display: inline-block;
      width: 100%;
      height: auto;
      max-width: 700px; }
  .platformBase-benefits {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 32px; }
    @media screen and (min-width: 768px) {
      .platformBase-benefits {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
        padding-bottom: 56px; }
        .platformBase-benefits:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background: rgba(34, 77, 98, 0.4); } }
  .platformBase-benefit {
    text-align: center;
    margin-bottom: 32px; }
    @media screen and (min-width: 768px) {
      .platformBase-benefit {
        margin-bottom: 0;
        -webkit-flex-basis: 33.33%;
                flex-basis: 33.33%; } }
    .platformBase-benefit:last-child {
      margin-bottom: 0; }
  .platformBase-top {
    display: block;
    font-size: 34px;
    line-height: 150%;
    color: #00CDCF; }
    @media screen and (min-width: 1024px) {
      .platformBase-top {
        font-size: 42px; } }
  .platformBase-bottom {
    display: block;
    font-size: 18px;
    line-height: 140%;
    margin-top: 2px; }
    @media screen and (min-width: 1024px) {
      .platformBase-bottom {
        font-size: 27px;
        margin-top: 8px; } }
  .platformBase-info {
    margin-top: 80px; }
    .platformBase-info-title {
      margin: 0;
      padding: 0;
      text-align: center;
      display: block;
      font-weight: 400;
      font-size: 27px;
      line-height: 140%; }
    .platformBase-info-text {
      text-align: center;
      margin-top: 24px; }
      @media screen and (min-width: 1024px) {
        .platformBase-info-text {
          margin-top: 32px;
          max-width: 860px;
          margin-left: auto;
          margin-right: auto; } }
      .platformBase-info-text p {
        font-size: 16px;
        line-height: 24px; }

.platformInfo {
  background: #395E70;
  padding: 80px 0; }
  @media screen and (min-width: 1024px) {
    .platformInfo {
      padding: 96px 0 48px; } }
  .platformInfo-title {
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 34px;
    line-height: 150%;
    color: #fff; }
    @media screen and (min-width: 1024px) {
      .platformInfo-title {
        font-size: 42px; } }
  .platformInfo-content {
    margin-top: 80px; }
    @media screen and (min-width: 768px) {
      .platformInfo-content {
        margin-top: 0; } }
  .platformInfo-item {
    text-align: center;
    margin-bottom: 80px; }
    @media screen and (min-width: 768px) {
      .platformInfo-item {
        position: relative;
        padding: 48px 0;
        margin: 0; }
        .platformInfo-item:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background: rgba(255, 255, 255, 0.4); } }
    .platformInfo-item:last-child {
      margin-bottom: 0; }
      @media screen and (min-width: 1024px) {
        .platformInfo-item:last-child:after {
          display: none; } }
    .platformInfo-item-icon {
      margin-bottom: 16px; }
      .platformInfo-item-icon svg {
        height: 64px;
        width: auto; }
    .platformInfo-item-title {
      margin: 0;
      padding: 0;
      text-align: center;
      display: block;
      font-weight: 400;
      font-size: 27px;
      line-height: 140%;
      color: #00CDCF; }
      @media screen and (min-width: 1024px) {
        .platformInfo-item-title {
          font-size: 27px; } }
    .platformInfo-item-text {
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      margin-top: 24px; }
    @media screen and (min-width: 768px) {
      .platformInfo-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
                flex-flow: row;
        text-align: left; }
        .platformInfo-item .platformInfo-item-icon {
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
             -moz-box-flex: 0;
                  flex-grow: 0;
          -webkit-flex-shrink: 0;
                  flex-shrink: 0;
          margin: 0; }
        .platformInfo-item .platformInfo-item-title {
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
             -moz-box-flex: 0;
                  flex-grow: 0;
          -webkit-flex-shrink: 0;
                  flex-shrink: 0;
          width: 356px;
          text-align: left; }
        .platformInfo-item:nth-child(odd) .platformInfo-item-icon {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
             -moz-box-ordinal-group: 3;
                  order: 2;
          margin-right: 41px; }
          .platformInfo-item:nth-child(odd) .platformInfo-item-icon--small {
            margin-right: 51px; }
        .platformInfo-item:nth-child(odd) .platformInfo-item-title {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
             -moz-box-ordinal-group: 2;
                  order: 1;
          width: 315px; }
          .platformInfo-item:nth-child(odd) .platformInfo-item-title--small {
            width: 305px; }
        .platformInfo-item:nth-child(odd) .platformInfo-item-text {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
             -moz-box-ordinal-group: 4;
                  order: 3;
          padding-left: 68px; }
        .platformInfo-item:nth-child(even) .platformInfo-item-icon {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
             -moz-box-ordinal-group: 3;
                  order: 2; }
        .platformInfo-item:nth-child(even) .platformInfo-item-title {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
             -moz-box-ordinal-group: 4;
                  order: 3;
          margin-left: 25px; }
        .platformInfo-item:nth-child(even) .platformInfo-item-text {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
             -moz-box-ordinal-group: 2;
                  order: 1;
          padding-right: 30px; } }

.platformUse {
  padding: 80px 0; }
  @media screen and (min-width: 1024px) {
    .platformUse {
      padding: 96px 0 54px; } }
  .platformUse-title {
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 34px;
    line-height: 150%; }
    @media screen and (min-width: 1024px) {
      .platformUse-title {
        font-size: 42px; } }
  .platformUse-text {
    text-align: center;
    margin-top: 24px; }
    @media screen and (min-width: 1024px) {
      .platformUse-text {
        margin-top: 16px; } }
    .platformUse-text p {
      font-size: 18px;
      line-height: 24px; }
      @media screen and (min-width: 1024px) {
        .platformUse-text p {
          font-size: 27px; } }
  .platformUse-icons {
    text-align: center;
    margin-top: 48px; }
    @media screen and (min-width: 375px) {
      .platformUse-icons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
                flex-flow: row wrap; } }
    @media screen and (min-width: 375px) and (max-width: 767px) {
      .platformUse-icons {
        margin-top: 28px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
                justify-content: space-between; } }
    @media screen and (min-width: 768px) {
      .platformUse-icons {
        margin-top: 38px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center; } }
    @media screen and (min-width: 1200px) {
      .platformUse-icons {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
                justify-content: space-between; } }
  .platformUse-icon {
    margin-bottom: 45px; }
    @media screen and (min-width: 375px) and (max-width: 767px) {
      .platformUse-icon {
        padding: 20px 0;
        -webkit-flex-basis: 50%;
                flex-basis: 50%;
        margin: 0; } }
    @media screen and (min-width: 768px) {
      .platformUse-icon {
        padding: 42px 20px;
        margin: 0; } }
    .platformUse-icon:last-child {
      margin-bottom: 0; }
    .platformUse-icon img {
      display: inline-block; }
      @media screen and (min-width: 375px) and (max-width: 767px) {
        .platformUse-icon img {
          max-width: 100%;
          height: auto; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20; }

.popup__inner {
  padding: 25px;
  width: 100%;
  max-width: 800px;
  background: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  margin: 0; }
  .popup__inner p {
    margin: 0; }
  @media screen and (min-width: 1024px) {
    .popup__inner {
      padding: 50px;
      font-size: 25px; } }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Exo", Arial, sans-serif;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  color: #395E70;
  font-size: 14px;
  line-height: 1.2; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #00CDCF;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #00CDCF;
    text-decoration: none; }

[role="button"] {
  cursor: pointer; }

.pageHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 70px;
  background: #395E70;
  -webkit-transition: height 250ms ease-in-out 0s, background 250ms ease-in-out 0s;
  -o-transition: height 250ms ease-in-out 0s, background 250ms ease-in-out 0s;
  -moz-transition: height 250ms ease-in-out 0s, background 250ms ease-in-out 0s;
  transition: height 250ms ease-in-out 0s, background 250ms ease-in-out 0s; }
  @media screen and (min-width: 1024px) {
    .pageHeader {
      height: 84px; } }
  .pageHeader-brand {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
    .pageHeader-brand svg, .pageHeader-brand img {
      display: block;
      height: 29px;
      width: auto;
      -webkit-transition: -webkit-transform 250ms ease-in-out 100ms;
      transition: -webkit-transform 250ms ease-in-out 100ms;
      -o-transition: -o-transform 250ms ease-in-out 100ms;
      -moz-transition: transform 250ms ease-in-out 100ms, -moz-transform 250ms ease-in-out 100ms;
      transition: transform 250ms ease-in-out 100ms;
      transition: transform 250ms ease-in-out 100ms, -webkit-transform 250ms ease-in-out 100ms, -moz-transform 250ms ease-in-out 100ms, -o-transform 250ms ease-in-out 100ms; }
      @media screen and (min-width: 1024px) {
        .pageHeader-brand svg, .pageHeader-brand img {
          height: 38px; } }
    @media screen and (max-width: 767px) {
      .pageHeader-brand svg path {
        -webkit-transition: fill .25s ease-in-out;
        -o-transition: fill .25s ease-in-out;
        -moz-transition: fill .25s ease-in-out;
        transition: fill .25s ease-in-out; } }
    @media screen and (max-width: 767px) {
      .pageHeader.isActive .pageHeader-brand {
        z-index: 9; }
        .pageHeader.isActive .pageHeader-brand svg path {
          fill: #00CDCF; } }
  .pageHeader-toggle {
    display: none; }
    @media screen and (max-width: 767px) {
      .pageHeader-toggle {
        border: none;
        margin: 0;
        padding: 0;
        width: auto;
        overflow: visible;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        text-align: left;
        background: transparent;
        /* inherit font & color from ancestor */
        color: inherit;
        font: inherit;
        /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
        line-height: normal;
        /* Corrects font smoothing for webkit */
        -webkit-font-smoothing: inherit;
        -moz-osx-font-smoothing: inherit;
        /* Corrects inability to style clickable `input` types in iOS */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* Remove excess padding and border in Firefox 4+ */
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 10;
        display: block;
        height: 100%;
        padding-right: 47px;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); }
        .pageHeader-toggle::-moz-focus-inner {
          border: 0;
          padding: 0; }
        .pageHeader-toggle-title {
          font-size: 14px;
          line-height: 1;
          color: #fff;
          font-family: "Exo", Arial, sans-serif;
          font-weight: 700;
          text-transform: uppercase;
          -webkit-transition: color 250ms ease-in-out 0ms;
          -o-transition: color 250ms ease-in-out 0ms;
          -moz-transition: color 250ms ease-in-out 0ms;
          transition: color 250ms ease-in-out 0ms; }
        .pageHeader-toggle-out {
          top: 50%;
          right: 20px;
          position: absolute;
          width: 19px;
          height: 14px;
          margin-top: -7px; }
          .pageHeader-toggle-out .line {
            top: 50%;
            left: 0;
            width: 19px;
            margin-top: -1px;
            -webkit-transition: -webkit-transform 250ms ease-in-out;
            transition: -webkit-transform 250ms ease-in-out;
            -o-transition: -o-transform 250ms ease-in-out;
            -moz-transition: transform 250ms ease-in-out, -moz-transform 250ms ease-in-out;
            transition: transform 250ms ease-in-out;
            transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out, -moz-transform 250ms ease-in-out, -o-transform 250ms ease-in-out; }
            .pageHeader-toggle-out .line, .pageHeader-toggle-out .line:before, .pageHeader-toggle-out .line:after {
              position: absolute;
              left: 0;
              display: block;
              height: 2px;
              background: #fff;
              -webkit-transition: all 250ms ease-in-out;
              -o-transition: all 250ms ease-in-out;
              -moz-transition: all 250ms ease-in-out;
              transition: all 250ms ease-in-out;
              -webkit-border-radius: 0;
                 -moz-border-radius: 0;
                      border-radius: 0;
              width: 19px; }
            .pageHeader-toggle-out .line:before, .pageHeader-toggle-out .line:after {
              content: ''; }
            .pageHeader-toggle-out .line:before {
              top: -6px;
              -webkit-transform-origin: top left;
                 -moz-transform-origin: top left;
                   -o-transform-origin: top left;
                      transform-origin: top left; }
            .pageHeader-toggle-out .line:after {
              top: 6px;
              -webkit-transform-origin: bottom left;
                 -moz-transform-origin: bottom left;
                   -o-transform-origin: bottom left;
                      transform-origin: bottom left; }
        .pageHeader.isActive .pageHeader-toggle .pageHeader-toggle-title {
          color: #00CDCF; }
        .pageHeader.isActive .pageHeader-toggle .line {
          background: transparent; }
        .pageHeader.isActive .pageHeader-toggle .line:before {
          background: #00CDCF;
          -webkit-transform: translate3d(4px, -1px, 0) rotate(45deg);
             -moz-transform: translate3d(4px, -1px, 0) rotate(45deg);
                  transform: translate3d(4px, -1px, 0) rotate(45deg); }
        .pageHeader.isActive .pageHeader-toggle .line:after {
          background: #00CDCF;
          -webkit-transform: translate3d(4px, 0, 0) rotate(-45deg);
             -moz-transform: translate3d(4px, 0, 0) rotate(-45deg);
                  transform: translate3d(4px, 0, 0) rotate(-45deg); }
        .pageHeader-toggle:hover, .pageHeader-toggle:focus {
          outline: none; } }

body.scrolled .pageHeader:not(.isActive) {
  height: 50px; }
  @media screen and (min-width: 1024px) {
    body.scrolled .pageHeader:not(.isActive) {
      height: 60px; } }
  body.scrolled .pageHeader:not(.isActive)-brand img {
    -webkit-transform: scale(0.9) translateX(-15px);
       -moz-transform: scale(0.9) translateX(-15px);
         -o-transform: scale(0.9) translateX(-15px);
            transform: scale(0.9) translateX(-15px); }

@media screen and (min-width: 768px) {
  .pageNavigation {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    padding-right: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
    .pageNavigation ul {
      margin: 0;
      padding: 0; }
    .pageNavigation li {
      margin: 0;
      padding: 0;
      display: inline-block;
      margin-left: 20px; }
    .pageNavigation a {
      margin: 0;
      padding: 0;
      display: block;
      color: #fff;
      font-size: 20px;
      text-decoration: none;
      -webkit-transition: color .25s ease-in-out, border .25s ease-in-out;
      -o-transition: color .25s ease-in-out, border .25s ease-in-out;
      -moz-transition: color .25s ease-in-out, border .25s ease-in-out;
      transition: color .25s ease-in-out, border .25s ease-in-out; }
      .pageNavigation a:hover, .pageNavigation a:focus {
        color: #00CDCF;
        text-decoration: none; }
      .pageNavigation a.isActive {
        color: #00CDCF; } }

@media screen and (max-width: 767px) {
  .pageNavigation {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .pageNavigation {
      padding-top: 50px; } }

@media screen and (max-width: 767px) {
    .pageNavigation ul {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
              flex-flow: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
              justify-content: center;
      width: 100vw;
      height: 100vh;
      -webkit-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
    .pageNavigation li {
      margin: 0;
      padding: 0;
      display: block; }
    .pageNavigation a {
      display: block;
      padding: 15px 0;
      font-size: 25px;
      color: #00CDCF;
      text-decoration: none;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
      -webkit-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .pageNavigation a {
        font-size: 18px;
        padding: 10px 0; } }

@media screen and (max-width: 767px) {
    .pageHeader.isActive .pageNavigation {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; }
      .pageHeader.isActive .pageNavigation ul li a {
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0);
        opacity: 1; }
      .pageHeader.isActive .pageNavigation ul li:nth-child(1) a {
        -webkit-transition-delay: 0ms;
           -moz-transition-delay: 0ms;
             -o-transition-delay: 0ms;
                transition-delay: 0ms; }
      .pageHeader.isActive .pageNavigation ul li:nth-child(2) a {
        -webkit-transition-delay: 100ms;
           -moz-transition-delay: 100ms;
             -o-transition-delay: 100ms;
                transition-delay: 100ms; }
      .pageHeader.isActive .pageNavigation ul li:nth-child(3) a {
        -webkit-transition-delay: 150ms;
           -moz-transition-delay: 150ms;
             -o-transition-delay: 150ms;
                transition-delay: 150ms; }
      .pageHeader.isActive .pageNavigation ul li:nth-child(4) a {
        -webkit-transition-delay: 200ms;
           -moz-transition-delay: 200ms;
             -o-transition-delay: 200ms;
                transition-delay: 200ms; }
      .pageHeader.isActive .pageNavigation ul li:nth-child(5) a {
        -webkit-transition-delay: 250ms;
           -moz-transition-delay: 250ms;
             -o-transition-delay: 250ms;
                transition-delay: 250ms; } }

/*# sourceMappingURL=main.css.map */
