@charset "UTF-8";
/**
 * Tints a color by a given value
 * @param {color} $color - color to tint from #fff to #000
 * @param {float} value - intensity from 0 to 1
 */
/**
 * Shades a color by a given value
 * @param {color} $color - color to tint from #fff to #000
 * @param {float} value - intensity from 0 to 1
 */
/** color palette of unique colors used */
/** additional color palette */
/** basic container dimensions and breakpoints */
/** base font size */
/** base pad size */
/** utility for handling responsive situations */
/** apply styles on mobile width */
/** apply styles on tablet width */
/** apply styles on small desktops */
/** apply styles on desktop */
/** apply styles on screens bigger than desktop */
/**
  * outside margin box
  * $mode: ['all','horizontal','vertical']
  */
/**
  * inside margin box
  * $mode: ['all','horizontal','vertical']
  */
/** attach styles to a dark variant of the view */
html {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  position: relative;
}

* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
  visibility: hidden !important;
  overflow: hidden !important;
  width: 0 !important;
  height: 0 !important;
  touch-events: none !important;
}

@media screen and (max-width: 640px) {
  [mobile-hidden] {
    display: none !important;
    visibility: hidden !important;
    overflow: hidden !important;
    width: 0 !important;
    height: 0 !important;
    touch-events: none !important;
  }
}
/* inter-100 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/inter/inter-v11-latin-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-100.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-100.woff") format("woff"), url("../fonts/inter/inter-v11-latin-100.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-100.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-200 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/inter/inter-v11-latin-200.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-200.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-200.woff") format("woff"), url("../fonts/inter/inter-v11-latin-200.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-200.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-300 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter/inter-v11-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-300.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-300.woff") format("woff"), url("../fonts/inter/inter-v11-latin-300.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-300.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-regular - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter/inter-v11-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-regular.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-regular.woff") format("woff"), url("../fonts/inter/inter-v11-latin-regular.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-regular.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter/inter-v11-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-500.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-500.woff") format("woff"), url("../fonts/inter/inter-v11-latin-500.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-500.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter/inter-v11-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-600.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-600.woff") format("woff"), url("../fonts/inter/inter-v11-latin-600.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-600.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter/inter-v11-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-700.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-700.woff") format("woff"), url("../fonts/inter/inter-v11-latin-700.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-700.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-800 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter/inter-v11-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-800.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-800.woff") format("woff"), url("../fonts/inter/inter-v11-latin-800.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-800.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* inter-900 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter/inter-v11-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/inter/inter-v11-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/inter/inter-v11-latin-900.woff2") format("woff2"), url("../fonts/inter/inter-v11-latin-900.woff") format("woff"), url("../fonts/inter/inter-v11-latin-900.ttf") format("truetype"), url("../fonts/inter/inter-v11-latin-900.svg#Inter") format("svg");
  /* Legacy iOS */
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.1em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 25px 0;
}
@media screen and (min-width: 1440px) {
  h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 37.5px 0;
  }
}
@media screen and (max-width: 1120px) {
  h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 27.5px 0;
  }
}
@media screen and (max-width: 960px) {
  h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 16.6666666667px 0;
  }
}
@media screen and (max-width: 640px) {
  h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 12.5px 0;
  }
}

h1 {
  font-size: 3.75em;
  font-weight: 700;
}

h2 {
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 50px;
}
h2 + h5 {
  margin-top: 12px;
}

h3 {
  font-size: 1.5em;
  font-weight: 600;
}

h4 {
  font-size: 0.87em;
  font-weight: 700;
}

h5 {
  font-size: 1em;
  font-weight: 600;
  margin: 25px 0 12.5px;
}

h6 {
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 25px;
}

p {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 300;
  margin: 12.5px 0 25px;
}
p + .button, .scheme-1 p + .button-3, .scheme-1 p + .button-2, p + .callback-message-close, p + .arrow-button {
  margin-top: 30px;
}

strong {
  font-weight: 600;
}

.tag {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-weight: 700;
  font-size: 1.2em;
  padding-top: 41px;
  text-align: center;
}
.scheme-3 .tag, .scheme-1 .tag {
  background-color: #000000;
  color: #FFFFFF;
}
a {
  font-size: 1em;
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

/** overlapping text effect */
.text-overlap {
  position: relative;
  display: block;
  overflow-x: hidden;
}
.text-overlap .text-overlap-target {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5em;
  font-weight: 700;
  white-space: nowrap;
}

.price-tag em {
  color: #FC493E;
}
.price-tag em span {
  font-size: 0.5em;
  vertical-align: text-top;
}

.social {
  display: flex;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  width: 42.5px;
  height: 42.5px;
}
.social a > i {
  display: block;
  color: #000000;
  font-size: 1.7em;
}
.social a:not(:last-child) {
  margin-right: 52px;
}
.social .icon-twitter {
  margin-top: 4px;
}
.social .icon-linkedin {
  margin-top: 5px;
}

.callback-message {
  padding: 30px;
  background-color: #FCC200;
  color: #000000;
  font-weight: 400;
  font-size: 1.2em;
}
.callback-message-close {
  display: block !important;
  width: min-content;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0 !important;
}
.callback-message-close:hover {
  color: #FFFFFF;
}
.callback-message.is-error {
  background-color: #FC493E;
  color: #FFFFFF;
}

@font-face {
  font-family: "hatchingio";
  src: url("../fonts/hatchingio.eot");
  src: url("../fonts/hatchingio.eot?#iefix") format("embedded-opentype"), url("../fonts/hatchingio.woff") format("woff"), url("../fonts/hatchingio.ttf") format("truetype"), url("../fonts/hatchingio.svg#hatchingio") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "hatchingio" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak-as: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "hatchingio" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak-as: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "a";
}

.icon-github:before {
  content: "c";
}

.icon-check:before {
  content: "f";
}

.icon-search:before {
  content: "g";
}

.icon-times:before {
  content: "h";
}

.icon-chevron-down:before {
  content: "b";
}

.icon-chevron-up:before {
  content: "e";
}

.icon-chevron-left:before {
  content: "i";
}

.icon-chevron-right:before {
  content: "j";
}

.icon-linkedin:before {
  content: "k";
}

.scheme-1 {
  background-color: #FFFFFF;
  color: #000000;
}
.scheme-1 .button, .scheme-1 .button-3, .scheme-1 .button-2, .scheme-1 .callback-message-close {
  background-color: #00A294;
  color: #FFFFFF;
}
.scheme-1 h1::selection, .scheme-1 h2::selection, .scheme-1 h3::selection, .scheme-1 h4::selection, .scheme-1 h5::selection, .scheme-1 h6::selection, .scheme-1 p::selection {
  background: #FCC200;
  color: #000000;
}

.scheme-2 {
  background-color: #FCC200;
  color: #000000;
}
.scheme-2 .button, .scheme-2 .callback-message-close, .scheme-2 .scheme-1 .button-2, .scheme-1 .scheme-2 .button-2, .scheme-2 .scheme-1 .button-3, .scheme-1 .scheme-2 .button-3 {
  background-color: #000000;
  color: #FFFFFF;
}
.scheme-2 h1::selection, .scheme-2 h2::selection, .scheme-2 h3::selection, .scheme-2 h4::selection, .scheme-2 h5::selection, .scheme-2 h6::selection, .scheme-2 p::selection {
  background: #000000;
  color: #FFFFFF;
}

.scheme-3 {
  background-color: #FC493E;
  color: #FFFFFF;
}
.scheme-3 a {
  color: #FFFFFF;
}
.scheme-3 .button, .scheme-3 .callback-message-close, .scheme-3 .scheme-1 .button-2, .scheme-1 .scheme-3 .button-2, .scheme-3 .scheme-1 .button-3, .scheme-1 .scheme-3 .button-3 {
  background-color: #FFFFFF;
  color: #000000;
}
.scheme-3 h1::selection, .scheme-3 h2::selection, .scheme-3 h3::selection, .scheme-3 h4::selection, .scheme-3 h5::selection, .scheme-3 h6::selection, .scheme-3 p::selection {
  background: #000000;
  color: #FFFFFF;
}

.scheme-4, .tag.dark {
  background-color: #000000;
  color: #FFFFFF;
}
.scheme-4 .arrow-button, .tag.dark .arrow-button {
  color: #FFFFFF;
}
.scheme-4 .arrow-button:after, .tag.dark .arrow-button:after {
  border-top-color: #FFFFFF;
}
.scheme-4 h1::selection, .tag.dark h1::selection, .scheme-4 h2::selection, .tag.dark h2::selection, .scheme-4 h3::selection, .tag.dark h3::selection, .scheme-4 h4::selection, .tag.dark h4::selection, .scheme-4 h5::selection, .tag.dark h5::selection, .scheme-4 h6::selection, .tag.dark h6::selection, .scheme-4 p::selection, .tag.dark p::selection {
  background: #FCC200;
  color: #000000;
}

.scheme-5, .tag.inversed {
  background-color: #F9F9F9;
  color: #000000;
}
.scheme-5 .button, .tag.inversed .button, .scheme-5 .callback-message-close, .tag.inversed .callback-message-close, .scheme-5 .scheme-1 .button-2, .scheme-1 .scheme-5 .button-2, .tag.inversed .scheme-1 .button-2, .scheme-1 .tag.inversed .button-2, .scheme-5 .scheme-1 .button-3, .scheme-1 .scheme-5 .button-3, .tag.inversed .scheme-1 .button-3, .scheme-1 .tag.inversed .button-3 {
  background-color: #00A294;
  color: #FFFFFF;
}
.scheme-5 .button-2, .tag.inversed .button-2 {
  background-color: #FCC200;
  color: #000000;
}
.scheme-5 h1::selection, .tag.inversed h1::selection, .scheme-5 h2::selection, .tag.inversed h2::selection, .scheme-5 h3::selection, .tag.inversed h3::selection, .scheme-5 h4::selection, .tag.inversed h4::selection, .scheme-5 h5::selection, .tag.inversed h5::selection, .scheme-5 h6::selection, .tag.inversed h6::selection, .scheme-5 p::selection, .tag.inversed p::selection {
  background: #000000;
  color: #F9F9F9;
}

.scheme-6 {
  background-color: #F3F4F5;
  color: #000000;
}
.scheme-6 .button, .scheme-6 .callback-message-close, .scheme-6 .scheme-1 .button-2, .scheme-1 .scheme-6 .button-2, .scheme-6 .scheme-1 .button-3, .scheme-1 .scheme-6 .button-3 {
  background-color: #FCC200;
  color: #000000;
}
.scheme-6 h1::selection, .scheme-6 h2::selection, .scheme-6 h3::selection, .scheme-6 h4::selection, .scheme-6 h5::selection, .scheme-6 h6::selection, .scheme-6 p::selection {
  background: #000000;
  color: #F3F4F5;
}

.scheme-7 {
  background-color: #EDEEEF;
  color: #000000;
}
.scheme-7 .button, .scheme-7 .callback-message-close, .scheme-7 .scheme-1 .button-2, .scheme-1 .scheme-7 .button-2, .scheme-7 .scheme-1 .button-3, .scheme-1 .scheme-7 .button-3 {
  background-color: #FCC200;
  color: #000000;
}
.scheme-7 h1::selection, .scheme-7 h2::selection, .scheme-7 h3::selection, .scheme-7 h4::selection, .scheme-7 h5::selection, .scheme-7 h6::selection, .scheme-7 p::selection {
  background: #000000;
  color: #FCC200;
}

.slideInLeft {
  transition: all 0.5s ease-out;
  transform: translateX(-1000px);
}

.slideInLeft.fadein {
  transform: translateX(0px);
}

.slideInRight {
  transition: all 0.5s ease-out;
  transform: translateX(1000px);
}

.slideInRight.fadein {
  transform: translateX(0px);
}

.hoverUp {
  transition: all 0.5s ease-out;
  transform: translateY(50px);
}

.hoverUp.fadein {
  transform: translateY(0px);
}

[slide-in].slideIn {
  transition: transform 200ms ease-in, opacity 200ms ease-in, line-height 200ms ease-in;
  opacity: 1;
  transform: translateY(0px);
}

.button, .callback-message-close, .scheme-1 .button-2, .scheme-1 .button-3 {
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  padding: 12.5px 25px 9.5px;
  font-weight: 600;
  white-space: nowrap;
  -webkit-appearance: none;
  border: 0;
  line-height: 1.2em;
}
.button.button-small, .button-small.callback-message-close, .scheme-1 .button-small.button-2, .scheme-1 .button-small.button-3 {
  padding: 12.5px 12.5px 12.5px;
  font-size: 0.8em;
  line-height: 1em;
}
.button.button-variant-1, .button-variant-1.callback-message-close, .scheme-1 .button-variant-1.button-3, .scheme-1 .button-2 {
  background-color: #FCC200;
  color: #000000;
}
.button.button-variant-1:hover, .button-variant-1.callback-message-close:hover, .scheme-1 .button-variant-1.button-3:hover, .scheme-1 .button-2:hover {
  background-color: #efb800;
}
.button.button-variant-1:active, .button-variant-1.callback-message-close:active, .scheme-1 .button-variant-1.button-3:active, .scheme-1 .button-2:active {
  background-color: #e3af00;
}
.button.button-variant-2, .button-variant-2.callback-message-close, .scheme-1 .button-variant-2.button-2, .scheme-1 .button-variant-2.button-3 {
  background-color: #FC493E;
  color: #FFFFFF;
}
.button.button-variant-2:hover, .button-variant-2.callback-message-close:hover, .scheme-1 .button-variant-2.button-2:hover, .scheme-1 .button-variant-2.button-3:hover {
  background-color: #e34238;
}
.button.button-variant-2:active, .button-variant-2.callback-message-close:active, .scheme-1 .button-variant-2.button-2:active, .scheme-1 .button-variant-2.button-3:active {
  background-color: #d63e35;
}
.button.button-variant-3, .button-variant-3.callback-message-close, .scheme-1 .button-variant-3.button-2, .scheme-1 .button-variant-3.button-3 {
  background-color: #086AD8;
  color: #FFFFFF;
}
.button.button-variant-3:hover, .button-variant-3.callback-message-close:hover, .scheme-1 .button-variant-3.button-2:hover, .scheme-1 .button-variant-3.button-3:hover {
  background-color: #075fc2;
}
.button.button-variant-3:active, .button-variant-3.callback-message-close:active, .scheme-1 .button-variant-3.button-2:active, .scheme-1 .button-variant-3.button-3:active {
  background-color: #075ab8;
}
.button.button-variant-4, .button-variant-4.callback-message-close, .scheme-1 .button-variant-4.button-2, .scheme-1 .button-variant-4.button-3 {
  background-color: #FFFFFF;
  color: #000000;
}
.button.button-variant-4:hover, .button-variant-4.callback-message-close:hover, .scheme-1 .button-variant-4.button-2:hover, .scheme-1 .button-variant-4.button-3:hover {
  background-color: #f2f2f2;
}
.button.button-variant-4:active, .button-variant-4.callback-message-close:active, .scheme-1 .button-variant-4.button-2:active, .scheme-1 .button-variant-4.button-3:active {
  background-color: #e6e6e6;
}
.button.button-variant-5, .button-variant-5.callback-message-close, .scheme-1 .button-variant-5.button-2, .scheme-1 .button-variant-5.button-3 {
  background-color: #00A294;
  color: #FFFFFF;
}
.button.button-variant-5:hover, .button-variant-5.callback-message-close:hover, .scheme-1 .button-variant-5.button-2:hover, .scheme-1 .button-variant-5.button-3:hover {
  background-color: #009285;
}
.button.button-variant-5:active, .button-variant-5.callback-message-close:active, .scheme-1 .button-variant-5.button-2:active, .scheme-1 .button-variant-5.button-3:active {
  background-color: #008a7e;
}
.button.button-variant-6, .scheme-1 .button-variant-6.button-2, .callback-message-close, .scheme-1 .button-2.callback-message-close, .scheme-1 .button-3 {
  background-color: #000000;
  color: #FFFFFF;
}
.button.button-variant-6:hover, .scheme-1 .button-variant-6.button-2:hover, .callback-message-close:hover, .scheme-1 .button-3:hover {
  background-color: #1a1a1a;
}
.button.button-variant-6:active, .scheme-1 .button-variant-6.button-2:active, .callback-message-close:active, .scheme-1 .button-3:active {
  background-color: #000000;
}
.button.button-transparent, .button-transparent.callback-message-close, .scheme-1 .button-transparent.button-2, .scheme-1 .button-transparent.button-3 {
  background-color: transparent;
}
.button.button-transparent.blue, .button-transparent.blue.callback-message-close, .scheme-1 .button-transparent.blue.button-2, .scheme-1 .button-transparent.blue.button-3 {
  color: #086AD8;
}
.button.button-transparent.red, .button-transparent.red.callback-message-close, .scheme-1 .button-transparent.red.button-2, .scheme-1 .button-transparent.red.button-3 {
  color: #FC493E;
}
.button.button-transparent.small-capped, .button-transparent.small-capped.callback-message-close, .scheme-1 .button-transparent.small-capped.button-2, .scheme-1 .button-transparent.small-capped.button-3 {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 900;
  padding: 0.5rem;
}
.button.button-transparent.small-capped:hover, .button-transparent.small-capped.callback-message-close:hover, .scheme-1 .button-transparent.small-capped.button-2:hover, .scheme-1 .button-transparent.small-capped.button-3:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.arrow-button {
  bottom: 115px;
  position: absolute;
  font-size: 0.85em;
  font-weight: 600;
}
.arrow-button:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #000000 transparent transparent transparent;
}
.arrow-button.single {
  position: absolute;
  margin-left: unset;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  bottom: 90px;
}
.inverse .arrow-button.single:after {
  border-top-color: #FFFFFF !important;
}
.arrow-button.single:after {
  margin-top: 0;
}
.inverse .arrow-button:after {
  border-top-color: #FFFFFF;
}

@media screen and (max-width: 640px) {
  .arrow-button {
    width: 20px;
    left: 50%;
    margin-left: -10px;
    bottom: 80px !important;
    white-space: nowrap;
    display: flex;
    justify-content: center;
  }
}
.view-context {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
}
.view-context.auto-height {
  height: auto;
  padding: 160px 0 80px 0;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .view-context {
    flex-direction: column;
    justify-content: center;
    height: auto;
    flex-shrink: 0;
  }
  .view-context.is-fullscreen-mobile {
    justify-content: center;
    height: unset;
    min-height: 100vh;
  }
}
.view-context__nav {
  flex-basis: 192px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .view-context__nav {
    display: none;
  }
}
.view-context__nav + .view-context__body {
  transform: translateX(-96px);
}
@media screen and (max-width: 640px) {
  .view-context__nav + .view-context__body {
    transform: none;
  }
}
.view-context__nav:empty {
  pointer-events: none;
}
.view-context__nav:empty + .view-context__body {
  transform: translateX(-192px);
}
.view-context__body {
  flex-basis: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.view-context__body.align-top {
  justify-content: flex-start;
  padding-top: 100px;
}
.view-context__body.align-left {
  align-items: flex-start;
  text-align: left;
  margin-left: 75px;
}
.view-context__body.align-left > * {
  margin-left: 0;
}
.view-context__body.align-left .side-phobic {
  padding-left: 0;
  margin-left: 0;
}
.view-context__body > *.side-phobic {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding: 0 96px;
}
.view-context__body.split {
  flex-basis: 50%;
  flex-shrink: 0;
  padding: 0 90px 0 90px;
}
@media screen and (max-width: 640px) {
  .view-context__body {
    text-align: left;
    align-items: flex-start;
    padding: 40px;
    min-height: 600px;
    justify-content: center;
  }
  .view-context__body .side-phobic {
    margin-left: 0;
    padding: 0;
  }
}

.product-context h2 {
  font-weight: 700;
}
.product-context h2, .product-context h4 {
  margin: 17px 0;
}
.product-context img + h2 {
  margin-top: 0;
}

.page-container,
.page-nav,
.page-section,
.view-context__body {
  position: relative;
  z-index: 2;
}

.background-graphic {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}
.background-graphic svg {
  position: relative;
  z-index: 2;
}
.background-graphic .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.background-graphic.blog-sequence .image {
  background-position: 400px 0;
}
.background-graphic.blog-sequence__centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.background-graphic.blog-sequence__dark {
  background: #000;
}
@media screen and (max-width: 640px) {
  .background-graphic {
    height: 630px;
  }
}

.text-mask {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-mask__content {
  font-size: 200px;
  font-weight: 600;
  height: 200px;
}
.text-mask svg rect,
.text-mask svg text {
  transition: transform 10s linear;
}
.text-mask svg rect.is-repositioning,
.text-mask svg text.is-repositioning {
  transition-duration: 1ms;
}

@media screen and (max-width: 640px) {
  .view-context.carousel {
    position: relative;
    height: auto;
  }
  .view-context.carousel .background-graphic {
    position: absolute;
    overflow: hidden;
    top: 0;
    padding: 0 !important;
  }
}

.commendation {
  width: 300px;
  height: 300px;
  background-color: #FFFFFF;
  margin: 30px 0;
  padding: 0;
}
.commendation > div {
  position: relative;
  background-color: #FC493E;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.6em;
  padding: 20px;
}
.commendation > div > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.commendation.small {
  padding: 90px;
}
.commendation.small > div {
  justify-content: space-around;
}
.commendation.medium {
  padding: 60px;
}
.commendation.large {
  padding: 30px;
}
.commendation .arrow {
  width: 0;
  height: 0;
  border-style: solid;
}
.commendation .arrow-n {
  border-width: 0 15px 18px 15px;
  border-color: transparent transparent #ffffff transparent;
}
.commendation .arrow-s {
  border-width: 18px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
}
.commendation .arrow-ne {
  border-width: 0 30px 30px 0;
  border-color: transparent #ffffff transparent transparent;
}
.commendation .arrow-se {
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #ffffff transparent;
}
.commendation .arrow-sw {
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #ffffff;
}
.commendation .arrow-nw {
  border-width: 30px 30px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 640px) {
  .commendation {
    width: 100vw;
    height: 100vw;
    margin: 0 0 25vw;
  }
}

.blog {
  /** blog recommendation blocks */
  /** blog article styles */
}
.blog-recommendations .view-context__body {
  justify-content: space-between;
}
.blog-recommendations .view-context__body > h2 {
  margin-top: 190px;
}
.blog-recommendations ul {
  display: flex;
  list-style: none;
  padding: 0;
  display: flex;
  width: 100vw;
  height: 25vw;
}
.blog-recommendations ul > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex-basis: 25%;
  padding: 40px;
  font-size: 0.75em;
  justify-content: space-between;
}
.blog-recommendations ul > li:nth-child(odd) {
  background-color: #edeeef;
}
.blog-recommendations ul > li:nth-child(even) {
  background-color: rgba(237, 238, 239, 0.5);
}
.blog-recommendations ul > li h3 {
  font-size: 1.8em;
  line-height: 45px;
  margin-top: 0;
  font-weight: 800;
  height: 180px;
  overflow: hidden;
}
.blog-recommendations ul > li h3,
.blog-recommendations ul > li h5,
.blog-recommendations ul > li p {
  text-align: left;
  margin: 15px 0 5px;
}
.blog-recommendations ul > li .button, .blog-recommendations ul > li .callback-message-close, .blog-recommendations ul > li .scheme-1 .button-2, .scheme-1 .blog-recommendations ul > li .button-2, .blog-recommendations ul > li .scheme-1 .button-3, .scheme-1 .blog-recommendations ul > li .button-3 {
  align-self: flex-start;
}
.blog-recommendations ul > li p {
  margin: 30px 0 15px;
  flex: 1;
}
.blog-article {
  position: static;
  height: auto;
  min-height: 100vh;
  flex-direction: column;
  align-items: stretch;
  width: 100vw;
  padding: 0 60px;
  margin: 0 auto 20px;
  /** blog article header styles */
  /** blog article meta property styles */
  /** blog article general info styles */
  /** blog article meta property styles */
  /** blog article author styles */
  /** body copy styles */
}
@media screen and (min-width: 1080px) {
  .blog-article {
    width: 1080px;
    padding: 0;
  }
}
.blog-article > header {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
.blog-article-head#fold {
  height: 720px !important;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .blog-article-head#fold {
    padding-bottom: 0;
  }
}
.blog-article-head#fold .background-graphic .image {
  background-position-y: bottom;
}
.blog-article-head#fold .view-context__body {
  flex-direction: row;
  align-items: flex-end;
  margin-left: 0;
  width: 720px;
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .blog-article-head#fold .view-context__body {
    flex-direction: column-reverse;
    justify-content: flex-start;
    width: 100vw;
    padding: 0;
  }
  .blog-article-head#fold .view-context__body > div:last-child {
    height: auto;
    flex-basis: auto;
  }
}
.blog-article-head#fold .view-context__body > div {
  flex-basis: 360px;
  height: 360px;
  flex-shrink: 0;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
}
.blog-article-head#fold .view-context__body > div:first-child {
  background-color: #FCC200;
  color: #000000;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .blog-article-head#fold .view-context__body > div {
    flex-basis: unset;
    width: 100vw;
    height: auto;
  }
  .blog-article-head#fold .view-context__body > div ul {
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .blog-article-head#fold .view-context__body > div ul li:not(.social) {
    flex-basis: 100%;
  }
  .blog-article-head#fold .view-context__body > div ul .social {
    margin-top: 15px;
  }
  .blog-article-head#fold .view-context__body > div h1 {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.blog-article-head#fold .view-context__body h1,
.blog-article-head#fold .view-context__body h2,
.blog-article-head#fold .view-context__body h5 {
  margin: 0;
  text-align: left;
  line-height: 1.1em;
}
.blog-article-head#fold .view-context__body h1 {
  margin-left: 100px;
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}
.blog-article-head#fold .view-context__body h2 {
  font-size: 1.5em;
}
.blog-article-head#fold .view-context__body h5 {
  margin-bottom: 20px;
}
.blog-article-head#fold .view-context__body ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  list-style-type: none;
  font-size: 0.7em;
  margin-bottom: 20px;
}
.blog-article-head#fold .view-context__body ul .social a {
  background-color: #FFFFFF;
}
.blog-article-head#fold .view-context__body ul .social a:not(:last-child) {
  margin-right: 20px;
}
.blog-article-meta {
  flex-basis: 180px;
  flex-grow: 0;
}
.blog-article-general {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.blog-article-general time {
  font-weight: 400;
}
.blog-article-tags {
  display: flex;
  list-style: none;
  padding: 0;
}
.blog-article-tags p {
  text-decoration: underline;
  display: inline;
}
.blog-article-tags li:not(:last-child):after {
  content: "/";
  margin: 0 5px;
}
.blog-article-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.blog-article-author h5 {
  line-height: 1.2em;
}
.blog-article-author .avatar {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  width: 180px;
  height: 180px;
  background-color: #EDEEEF;
  margin-right: 30px;
}
.blog-article-author .avatar img {
  height: 90%;
}
.blog-article-body {
  font-size: 0.9em;
  margin: 0 auto;
  max-width: 32em;
}
@media screen and (max-width: 960px) {
  .blog-article-body {
    max-width: 100%;
  }
}
.blog-article-body > * {
  position: relative;
  z-index: 2;
}
.blog-article-body p {
  margin-bottom: 30px;
  line-height: 1.3em;
  word-break: break-word;
  text-align: justify;
}
.blog-article-body p img:nth-child(2) {
  float: right;
}
.blog-article-body p.annotation {
  width: max-content;
  max-width: 100%;
  padding: 20px;
  background-color: #EDEEEF;
  margin-bottom: 60px;
}
.blog-article-body p.annotation.danger {
  background-color: #FC493E;
  color: #FFFFFF;
}
.blog-article-body code {
  font-size: 0.8em;
  padding: 2px 5px;
  display: inline-block;
  font-family: monospace;
  background-color: #EDEEEF;
}
.blog-article-body pre {
  white-space: pre;
  padding: 20px;
  width: auto;
  overflow-x: auto;
  background-color: #EDEEEF;
  color: #000000;
  margin-bottom: 40px;
}
.blog-article-body pre code {
  font-size: 0.7em;
  background-color: transparent;
}
.blog-article-body h1,
.blog-article-body h2,
.blog-article-body h3 {
  margin-top: 80px;
}
.blog-article-body h1 {
  font-size: 2em;
  margin-bottom: 40px;
}
.blog-article-body h2 {
  margin-bottom: 20px;
  font-size: 1.5em;
}
.blog-article-body h3 {
  font-size: 1.2em;
}
.blog-article-body a {
  color: #086AD8;
  font-weight: 500;
}
.blog-article-body em {
  font-style: italic;
}
.blog-article-body blockquote {
  padding: 30px;
  font-style: italic;
  opacity: 0.5;
}
.blog-article-body blockquote p {
  color: #000000;
  font-weight: 600;
}
.blog-article-body blockquote:before {
  content: "";
  vertical-align: text-top;
}
.blog-article-body blockquote:after {
  content: "";
  vertical-align: text-bottom;
}
.blog-article-body figure {
  padding: 20px;
  margin-bottom: 60px;
  background-color: #EDEEEF;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.blog-article-body figure.portrait {
  max-height: 50%;
  align-items: center;
}
.blog-article-body figure.portrait img {
  width: 30%;
}
@media screen and (max-width: 640px) {
  .blog-article-body figure.portrait {
    max-height: 80%;
  }
  .blog-article-body figure.portrait img {
    width: 100%;
  }
}
.blog-article-body figure img {
  max-width: 100%;
  width: 100%;
  background-color: #FFFFFF;
}
.blog-article-body figure figcaption {
  background-color: #EDEEEF;
  margin-left: -20px;
  width: calc(100% + 40px);
  padding: 0 20px;
  transform: translateY(20px);
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.4);
}
.blog-article-body figure figcaption h4 {
  margin-top: 0;
}
.blog-article-body table {
  font-size: 0.7em;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  display: block;
  overflow: auto;
}
.blog-article-body table tbody td,
.blog-article-body table tbody th,
.blog-article-body table thead td,
.blog-article-body table thead th {
  padding: 15px;
}
.blog-article-body table tbody td:first-child,
.blog-article-body table tbody th:first-child,
.blog-article-body table thead td:first-child,
.blog-article-body table thead th:first-child {
  width: 40%;
}
.blog-article-body table thead {
  border-bottom: 2px solid #e3af00;
  background-color: #FCC200;
}
.blog-article-body table thead th {
  font-size: 1.1em;
  padding-top: 20px;
  font-weight: 600;
  text-align: left;
}
.blog-article-body table tbody tr:nth-child(odd) {
  background-color: rgba(237, 238, 239, 0.5);
}
.blog-article-body table tbody tr:nth-child(even) {
  background-color: #EDEEEF;
}
.blog-article-body table tbody tr:hover {
  background-color: #e1e2e3;
}
.blog-article-body ol,
.blog-article-body ul {
  list-style-type: disc;
  padding-left: 40px;
  margin-bottom: 30px;
}
.blog-article-body ol li,
.blog-article-body ul li {
  margin-bottom: 20px;
  padding-left: 10px;
  font-weight: 200;
  line-height: 1.2em;
  text-align: justify;
  word-break: keep-all;
}
.blog-article-body ol {
  list-style-type: decimal;
}

@media screen and (max-width: 960px) {
  .blog-headlines {
    flex-direction: column;
  }
  .blog-headlines article {
    width: 100%;
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important;
    display: block;
  }
  .blog-headlines article > div, .blog-headlines article > div:not(.image) {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
  }
  .blog-headlines article > div h6, .blog-headlines article > div:not(.image) h6 {
    font-size: 1em;
  }
  .blog-headlines article > div h2, .blog-headlines article > div:not(.image) h2 {
    font-size: 1.5em;
  }
  .blog-headlines article > div h5, .blog-headlines article > div:not(.image) h5 {
    font-size: 1em;
    margin-top: 0;
  }
  .blog-headlines article > div .button, .blog-headlines article > div .callback-message-close, .blog-headlines article > div .scheme-1 .button-2, .scheme-1 .blog-headlines article > div .button-2, .blog-headlines article > div .scheme-1 .button-3, .scheme-1 .blog-headlines article > div .button-3, .blog-headlines article > div:not(.image) .button {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    margin-top: 20px !important;
    margin-bottom: 0;
  }
  .blog-headlines article > .image {
    height: 50vw;
    margin-bottom: 0;
  }
  .blog-headlines article header {
    right: 0;
  }
  .blog-headlines article:nth-child(n+4) .image {
    border-width: 23px;
  }
  .blog-headlines article:nth-child(n+4) > div {
    padding: 30px !important;
  }
  .blog-headlines article:nth-child(1) a, .blog-headlines article:nth-child(2) a, .blog-headlines article:nth-child(3) a {
    margin-bottom: 20px;
    margin-top: 0 !important;
  }
  .blog-headlines article:nth-child(odd) {
    background-color: #EDEEEF;
    color: #000000;
    flex-direction: row-reverse;
  }
  .blog-headlines article:nth-child(odd) .image {
    border-color: #EDEEEF;
  }
  .blog-headlines article:nth-child(even) {
    background-color: #000000;
    color: #FFFFFF;
  }
  .blog-headlines article:nth-child(even) .image {
    border-color: #000000;
  }
  .blog-recommendations {
    padding-bottom: 0;
  }
  .blog-recommendations article.view-context__body {
    padding: 20px;
  }
  .blog-recommendations article.view-context__body h2 {
    margin-top: 20px !important;
  }
  .blog-recommendations ul {
    height: auto !important;
    margin: -20px;
    flex-wrap: wrap;
  }
  .blog-recommendations ul li {
    width: 50vw !important;
    max-width: 50vw !important;
    min-width: 50vw !important;
    padding: 10px 20px;
  }
  .blog-recommendations ul li h3 {
    line-height: 30px;
  }
  .blog-recommendations ul li:nth-child(1) {
    background-color: #EDEEEF;
  }
  .blog-recommendations ul li:nth-child(4n+2), .blog-recommendations ul li:nth-child(4n+3) {
    background-color: #FFFFFF;
  }
  .blog-article {
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .blog-article-body {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    width: 100%;
  }
  .blog-article-body pre {
    width: 100%;
    overflow-x: scroll;
    min-width: 100%;
  }
  .blog-article-meta {
    flex-direction: column-reverse;
  }
  .blog-article-tags {
    display: flex;
    flex-wrap: wrap;
  }
}
#jobs .blog-headlines .vacancy {
  background-color: #EDEEEF;
  color: #000000;
}
#jobs .blog-headlines .vacancy:nth-child(4n+2), #jobs .blog-headlines .vacancy:nth-child(4n+3) {
  background-color: #000000;
  color: #FFFFFF;
}
#jobs .blog-headlines .vacancy > div {
  width: 50%;
}
#jobs .blog-headlines .vacancy > div-jobtitle {
  padding: 0 60px;
}
#jobs .blog-headlines .vacancy > div-jobtitle h2 {
  text-align: left;
}
#jobs .blog-headlines .vacancy-description {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 30px 30px 40px;
  text-align: left;
}
#jobs .blog-headlines .vacancy-description h5 {
  font-size: 18px;
}
#jobs .blog-headlines .vacancy-description p {
  font-size: 16px;
  flex: 1;
  margin-bottom: 0;
}
#jobs .blog-headlines .vacancy-description .button, #jobs .blog-headlines .vacancy-description .callback-message-close, #jobs .blog-headlines .vacancy-description .scheme-1 .button-2, .scheme-1 #jobs .blog-headlines .vacancy-description .button-2, #jobs .blog-headlines .vacancy-description .scheme-1 .button-3, .scheme-1 #jobs .blog-headlines .vacancy-description .button-3 {
  font-size: 16px;
  padding: 10px 15px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #jobs .vacancy {
    padding: 20px !important;
  }
  #jobs .blog-headlines {
    flex-direction: column;
  }
  #jobs .blog-headlines .vacancy {
    padding: 0;
  }
  #jobs .blog-headlines .vacancy-jobtitle {
    width: 100% !important;
  }
  #jobs .blog-headlines .vacancy-jobtitle h2 {
    padding: 20px !important;
  }
  #jobs .blog-headlines .vacancy-description {
    width: 100% !important;
    padding: 0 !important;
  }
  #jobs .blog-headlines .vacancy-description h5 {
    font-size: 16px;
  }
  #jobs .blog-headlines .vacancy-description h2 {
    font-size: 20px;
  }
  #jobs .blog-headlines .vacancy-description p {
    font-size: 13px;
  }
  #jobs .blog-headlines:nth-child(odd) {
    background: #FFFFFF !important;
    color: #000000 !important;
  }
  #jobs .blog-headlines:nth-child(even) {
    color: #FFFFFF !important;
    background: #000000 !important;
  }
}

#benefits .animate-scaling .up {
  transform: scale(1) translate(0px, 0px);
}
#benefits .animate-scaling .down {
  transform: scale(1) translate(0px, 0px);
}
#benefits .animate-platforms .up {
  transform: translate(499px, -5px) rotate(135deg);
}
#benefits .animate-platforms .down {
  transform: translate(-84px, 154px) rotate(-45deg);
}
#benefits .animate-interaction .pulse {
  opacity: 1;
}
#benefits .animate-scaling.fadein .up {
  animation: scaleUpIn 0.5s ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: center;
}
#benefits .animate-scaling.fadein .down {
  animation: scaleDownIn 0.5s ease-in-out;
  animation-fill-mode: forwards;
  transform-origin: center;
}
#benefits .animate-scaling.fadeout .up {
  animation: scaleUpOut 0.5s ease-in-out;
  animation-fill-mode: backwards;
  transform-origin: center;
}
#benefits .animate-scaling.fadeout .down {
  animation: scaleDownOut 0.5s ease-in-out;
  animation-fill-mode: backwards;
  transform-origin: center;
}
@keyframes scaleUpIn {
  0% {
    transform: scale(1) translate(0px, 0px);
  }
  100% {
    transform: scale(1) translate(60px, -60px);
  }
}
@keyframes scaleDownIn {
  0% {
    transform: scale(1) translate(0px, 0px);
  }
  100% {
    transform: scale(0.6) translate(-100px, 100px);
  }
}
@keyframes scaleUpOut {
  0% {
    transform: scale(1) translate(60px, -60px);
  }
  100% {
    transform: scale(1) translate(0px, 0px);
  }
}
@keyframes scaleDownOut {
  0% {
    transform: scale(0.6) translate(-100px, 100px);
  }
  100% {
    transform: scale(1) translate(0px, 0px);
  }
}
#benefits .animate-platforms.fadein .up {
  animation: platformsUpIn 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
#benefits .animate-platforms.fadein .down {
  animation: platformsDownIn 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
#benefits .animate-platforms.fadeout .up {
  animation: platformsUpOut 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
#benefits .animate-platforms.fadeout .down {
  animation: platformsDownOut 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes platformsUpIn {
  0% {
    transform: translate(499px, -5px) rotate(135deg);
  }
  100% {
    transform: translate(392px, 100px) rotate(135deg);
  }
}
@keyframes platformsDownIn {
  0% {
    transform: translate(-84px, 154px) rotate(-45deg);
  }
  100% {
    transform: translate(-32px, 100px) rotate(-45deg);
  }
}
@keyframes platformsUpOut {
  0% {
    transform: translate(392px, 100px) rotate(135deg);
  }
  100% {
    transform: translate(499px, -5px) rotate(135deg);
  }
}
@keyframes platformsDownOut {
  0% {
    transform: translate(-32px, 100px) rotate(-45deg);
  }
  100% {
    transform: translate(-84px, 154px) rotate(-45deg);
  }
}
#benefits .animate-interaction.fadein .pulse {
  animation: pulse 3s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  17% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  82% {
    opacity: 0;
  }
  84% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.windmill {
  transform: rotate(45deg) translate(315px, 135px);
  transform-origin: center;
  transition: all 3s ease-in-out;
}

.fadein .windmill {
  transform: rotate(585deg) translate(315px, 135px);
}

.fadeout .windmill {
  transform: rotate(45deg) translate(315px, 135px);
}

@keyframes group1 {
  0%, 24.99% {
    fill: #fcc200;
  }
  25%, 49.99% {
    fill: #000;
  }
  50%, 74.99% {
    fill: #000;
  }
  75%, 100% {
    fill: #fcc200;
  }
}
@keyframes group2 {
  0%, 24.99% {
    fill: #fcc200;
  }
  25%, 49.99% {
    fill: #fcc200;
  }
  50%, 74.99% {
    fill: #000;
  }
  75%, 100% {
    fill: #000;
  }
}
@keyframes group3 {
  0%, 24.99% {
    fill: #000;
  }
  25%, 49.99% {
    fill: #fcc200;
  }
  50%, 74.99% {
    fill: #fcc200;
  }
  75%, 100% {
    fill: #000;
  }
}
@keyframes group4 {
  0%, 24.99% {
    fill: #000;
  }
  25%, 49.99% {
    fill: #000;
  }
  50%, 74.99% {
    fill: #fcc200;
  }
  75%, 100% {
    fill: #fcc200;
  }
}
@keyframes group5 {
  0%, 24.99% {
    fill: #000;
  }
  25%, 49.99% {
    fill: #fcc200;
  }
  50%, 74.99% {
    fill: #000;
  }
  75%, 100% {
    fill: #fcc200;
  }
}
@keyframes group6 {
  0%, 24.99% {
    fill: #000;
  }
  25%, 49.99% {
    fill: #000;
  }
  50%, 74.99% {
    fill: #000;
  }
  75%, 100% {
    fill: #fcc200;
  }
}
@keyframes group7 {
  0%, 24.99% {
    fill: #fcc200;
  }
  25%, 49.99% {
    fill: #000;
  }
  50%, 74.99% {
    fill: #fcc200;
  }
  75%, 100% {
    fill: #fcc200;
  }
}
@keyframes group8 {
  0%, 24.99% {
    fill: #fcc200;
  }
  25%, 49.99% {
    fill: #000;
  }
  50%, 74.99% {
    fill: #fcc200;
  }
  75%, 100% {
    fill: #000;
  }
}
@keyframes group90 {
  0%, 24.99% {
    fill: #fcc200;
  }
  25%, 49.99% {
    fill: #fcc200;
  }
  50%, 74.99% {
    fill: #fcc200;
  }
  75%, 100% {
    fill: #000;
  }
}
.fadein #laserfocus rect:nth-child(1) {
  animation: group1 1.5s 4;
}
.fadein #laserfocus rect:nth-child(2) {
  animation: group2 1.5s 4;
}
.fadein #laserfocus rect:nth-child(3) {
  animation: group3 1.5s 4;
}
.fadein #laserfocus rect:nth-child(4) {
  animation: group4 1.5s 4;
}
.fadein #laserfocus rect:nth-child(5) {
  animation: group1 1.5s 4;
}
.fadein #laserfocus rect:nth-child(6) {
  animation: group2 1.5s 4;
}
.fadein #laserfocus rect:nth-child(7) {
  animation: group3 1.5s 4;
}
.fadein #laserfocus rect:nth-child(8) {
  animation: group4 1.5s 4;
}

.fadein #flexible rect:nth-of-type(1) {
  animation: group1 1.5s 4;
}
.fadein #flexible rect:nth-of-type(2) {
  animation: group5 1.5s 4;
}
.fadein #flexible rect:nth-of-type(3) {
  animation: group3 1.5s 4;
}
.fadein #flexible rect:nth-of-type(4) {
  animation: group4 1.5s 4;
}
.fadein #flexible rect:nth-of-type(5) {
  animation: group9 1.5s 4;
}
.fadein #flexible rect:nth-of-type(6) {
  animation: group8 1.5s 4;
}
.fadein #flexible rect:nth-of-type(7) {
  animation: group2 1.5s 4;
}
.fadein #flexible rect:nth-of-type(8) {
  animation: group7 1.5s 4;
}
.fadein #flexible rect:nth-of-type(9) {
  animation: group6 1.5s 4;
}

.content-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
@media screen and (max-width: 960px) {
  .content-list {
    grid-template-columns: 1fr;
  }
}
.content-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .content-list__item {
    flex-direction: column;
  }
}
.content-list__item:not([hidden]):nth-child(3n+1) {
  background-color: #FFFFFF;
}
.content-list__item:not([hidden]):nth-child(3n+2) {
  background-color: #EBEDEE;
}
.content-list__item:not([hidden]):nth-child(3n+3) {
  background-color: rgba(235, 237, 238, 0.6);
}
.content-list__item > * {
  flex-basis: 100%;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .content-list__item > * {
    flex-basis: auto;
  }
}
.content-list__item figure {
  position: relative;
  flex-basis: 40%;
  flex-shrink: 0;
  overflow: hidden;
  margin: 0;
  padding: 1rem 0 1rem 1rem;
}
@media screen and (max-width: 640px) {
  .content-list__item figure {
    flex-basis: auto;
    width: 100%;
    max-height: 10rem;
    padding: 1rem;
  }
}
.content-list__item figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.content-list__item figure .tag {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  top: 1rem;
  left: 1rem;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
  background-color: #000;
  color: #fff;
  line-height: 1em;
}
.content-list__item > div {
  text-align: center;
  padding: 1rem;
}
.content-list__item > div h6 {
  font-size: 0.8em;
  margin-top: 0;
}
.content-list__item > div h2 {
  font-size: 1em;
  line-height: 1.1em;
  margin: 0 0 1rem;
}
.content-list__item > div h5 {
  font-size: 0.8em;
}
@media screen and (max-width: 640px) {
  .content-list__item > div {
    width: 100%;
  }
  .content-list__item > div .button, .content-list__item > div .callback-message-close, .content-list__item > div .scheme-1 .button-2, .scheme-1 .content-list__item > div .button-2, .content-list__item > div .scheme-1 .button-3, .scheme-1 .content-list__item > div .button-3 {
    width: 100%;
    font-size: 1em;
    text-align: center;
  }
}

.search-controls {
  padding: 0.5rem 1rem;
  margin: 1rem;
  display: flex;
  align-items: center;
  background-color: #EDEEEF;
  font-size: 0.8em;
}
.search-controls > * {
  flex-basis: auto;
  margin: 0 0.5rem;
  white-space: nowrap;
}
.search-controls > .fill-space {
  flex-basis: 100%;
}
@media screen and (max-width: 640px) {
  .search-controls {
    position: relative;
    font-size: 1em;
    padding: 0;
    background-color: #313131;
  }
  .search-controls > *:not(.search-control__buttons) {
    flex-basis: 100%;
  }
}

.search-control {
  position: relative;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 640px) {
  .search-control {
    margin: 0;
    position: static;
  }
}
.search-control__label, .search-control__input {
  display: flex;
  align-items: center;
  padding: 1rem;
}
.search-control__label {
  background-color: #FCC200;
  font-weight: 500;
}
.search-control__input {
  flex-basis: 100%;
  background-color: #FFFFFF;
  justify-content: space-between;
}
.search-control__input i {
  font-size: 0.8em;
  margin-left: 1rem;
}
.search-control__input input,
.search-control__input select {
  display: block;
  background: transparent;
  border: 0;
  width: 100%;
  font-family: "Space Grotesk";
  font-size: 0.9em;
  padding: 0.5rem 0;
  margin: 0;
}
.search-control__input input:focus,
.search-control__input select:focus {
  outline: none;
}
@media screen and (max-width: 640px) {
  .search-control__input {
    background-color: #313131;
    color: #FFFFFF;
  }
  .search-control__input:hover {
    color: #FFFFFF;
  }
}
.search-control__value {
  text-transform: capitalize;
}
.search-control__overlay {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1a1a1a;
  color: #FFFFFF;
  padding: 2rem;
  z-index: 10;
}
.search-control__overlay h4 {
  margin: 0 0 1rem;
  color: #FCC200;
}
.search-control__overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 2rem 2rem 0 0;
  border-color: #FCC200 transparent transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 640px) {
  .search-control__overlay {
    width: 100%;
  }
}
.search-control__checkbox-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0.5rem;
  margin: 0.5rem 0;
}
@media screen and (max-width: 640px) {
  .search-control__checkbox-list {
    grid-template-columns: 1fr 1fr;
  }
}
.search-control__checkbox-list .leading {
  grid-column-start: 1;
  grid-column-end: 4;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.062rem solid #313131;
}
@media screen and (max-width: 640px) {
  .search-control__checkbox-list .leading {
    grid-column-end: 3;
  }
}
.search-control__checkbox-list label {
  text-transform: capitalize;
}
.search-control__checkbox-list label:hover {
  cursor: pointer;
  color: #FCC200;
}
.search-control__checkbox-list label::selection {
  background: transparent;
}
.search-control__checkbox-list label:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #313131;
  margin-right: 0.5rem;
}
.search-control__checkbox-list input {
  display: none;
}
.search-control__checkbox-list input:checked + label:before {
  background-color: #FCC200;
}

/** top navigational element */
.site-nav {
  padding: 45px 56px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  height: 150px;
  width: 100vw;
  z-index: 100;
  background-color: transparent;
  opacity: 0;
  will-change: transform, height, background-color, opacity;
  transition: transform 200ms linear, background-color 200ms linear, height 200ms linear, opacity 200ms linear;
}
.site-nav .logo {
  width: 200px;
}
.site-nav .logo a {
  margin: 0;
}
.site-nav .logo svg {
  width: 100%;
  margin: 0;
}
.site-nav .logo svg g {
  transition: opacity 100ms linear;
}
@media screen and (max-width: 640px) {
  .site-nav .logo {
    width: 100px;
    margin-left: 0 !important;
  }
  .site-nav .logo img {
    width: 100%;
    margin-top: 20px;
  }
}
.site-nav.theme-light:not(.headroom--not-top) .logo svg #logo-text {
  fill: #EDEEEF;
}
.site-nav.theme-light:not(.headroom--not-top) .toggle-menu span {
  background-color: #EDEEEF;
}
@media screen and (max-width: 640px) {
  .site-nav {
    padding: 0 30px;
    height: auto;
    transform: none;
  }
  .site-nav.visible {
    transform: none;
  }
}
.site-nav > div {
  display: flex;
}
.site-nav > div > * {
  margin: 0 12.5px;
}
@media screen and (min-width: 1440px) {
  .site-nav > div > * {
    margin: 0 18.75px;
  }
}
@media screen and (max-width: 1120px) {
  .site-nav > div > * {
    margin: 0 13.75px;
  }
}
@media screen and (max-width: 960px) {
  .site-nav > div > * {
    margin: 0 8.3333333333px;
  }
}
@media screen and (max-width: 640px) {
  .site-nav > div > * {
    margin: 0 6.25px;
  }
}
.site-nav > div > *.prev-page {
  margin-right: 0;
}
.site-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.site-nav ul li {
  transition: opacity 200ms ease-out;
  margin: 0 25px;
}
@media screen and (min-width: 1440px) {
  .site-nav ul li {
    margin: 0 37.5px;
  }
}
@media screen and (max-width: 1120px) {
  .site-nav ul li {
    margin: 0 27.5px;
  }
}
@media screen and (max-width: 960px) {
  .site-nav ul li {
    margin: 0 16.6666666667px;
  }
}
@media screen and (max-width: 640px) {
  .site-nav ul li {
    margin: 0 12.5px;
  }
}
.site-nav ul li:last-child {
  margin: 0;
}
.site-nav ul a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}
.site-nav .triage-hotlink {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3ms ease-in-out;
  color: #FC493E;
  font-weight: 700;
  font-size: 0.8em;
}
.site-nav .triage-hotlink img {
  margin-top: -5px;
  height: 25px;
}
.site-nav .toggle-menu {
  position: relative;
  text-align: right;
  flex-basis: auto;
  font-size: 0;
  margin-top: -7px;
  width: 40px;
  height: 25px;
}
.site-nav .toggle-menu span {
  right: 0;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 3px 0;
  background-color: #000000;
  transition: transform 300ms ease-in-out;
}
.site-nav .toggle-menu span:last-child {
  width: 20px;
}
@media screen and (max-width: 640px) {
  .site-nav .toggle-menu {
    width: 30px;
    height: 15px;
    padding-top: 5px;
  }
  .site-nav .toggle-menu span {
    height: 2px;
  }
}
.site-nav.headroom {
  opacity: 1;
}
.site-nav.headroom--top .triage-hotlink {
  opacity: 0;
}
.site-nav.headroom--not-top {
  height: 100px;
  background-color: #FFFFFF;
  padding: 30px;
}
.site-nav.headroom--not-top .logo {
  width: 160px;
  margin-left: 20px;
  margin-top: 3px;
}
.site-nav.headroom--not-top.dark {
  background-color: rgba(0, 0, 0, 0.9);
}
.site-nav.headroom--not-top .toggle-menu {
  width: 35px;
  height: 15px;
}
.site-nav.headroom--not-top .toggle-menu span {
  height: 3px;
}
.site-nav.headroom--not-top .triage-hotlink {
  opacity: 1;
}
.site-nav.headroom--pinned {
  transform: translateY(0%);
  opacity: 1;
}
.site-nav.headroom--unpinned {
  transform: translateY(-100%);
  opacity: 0;
}
.site-nav.dark .toggle-menu span {
  background-color: #FFFFFF;
}

/** website main menu */
.site-menu {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  top: calc(-100% - 150px);
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #1a1a1a;
  opacity: 0.75;
  z-index: 51;
  transition: top 300ms ease-out, opacity 300ms linear;
}
.site-menu.visible {
  top: 0;
  opacity: 1;
}
.site-menu.visible + .site-nav {
  background-color: transparent;
}
.site-menu.visible + .site-nav .toggle-menu span {
  background-color: #FFFFFF;
}
.site-menu.visible + .site-nav .toggle-menu span:nth-child(1) {
  transform: rotate(-45deg) translateX(-7px) translateY(1px);
}
@media screen and (max-width: 640px) {
  .site-menu.visible + .site-nav .toggle-menu span:nth-child(1) {
    transform: rotate(-45deg) translateX(-7px) translateY(1px);
  }
}
.site-menu.visible + .site-nav .toggle-menu span:nth-child(2) {
  transform: rotate(45deg) translateX(-6px);
}
@media screen and (max-width: 640px) {
  .site-menu.visible + .site-nav .toggle-menu span:nth-child(2) {
    transform: rotate(45deg) translateX(-4px);
  }
}
.site-menu.visible + .site-nav .toggle-menu span:nth-child(3) {
  display: none;
}
.site-menu ul {
  list-style: none;
  width: 100vw;
  overflow-y: auto;
  align-self: center;
}
.site-menu ul li {
  text-align: center;
  margin: 25px 0;
  position: relative;
}
.site-menu ul li a {
  text-decoration: none;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 2.2em;
}
.site-menu ul li a.active {
  color: #FCC200;
}
.site-menu ul li sup {
  color: #FC493E;
  font-size: 0.75em;
  font-weight: 600;
  margin-top: -15px;
  font-size: 0.8em;
  position: absolute;
  top: 16px;
}
.site-menu ul li > ul {
  height: auto;
  font-size: 0.5em;
  margin: 0 0 25px;
  padding: 0;
}
.site-menu ul li > ul > li {
  margin: 12.5px 0;
}
@media screen and (max-width: 640px) {
  .site-menu {
    align-items: flex-start;
  }
}

/** block navigational element */
.page-nav {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
.page-nav ul {
  list-style: none;
}
.page-nav ul li {
  margin-bottom: 10px;
}
.page-nav ul li a {
  display: block;
  color: #000000;
  font-size: 0;
  text-decoration: none;
  transition: width 300ms linear;
}
.page-nav ul li.next-page,
.page-nav ul li.prev-page {
  transition: transform 300ms ease-out;
}
.page-nav ul li.next-page a,
.page-nav ul li.prev-page a {
  position: relative;
  font-size: 22px;
}
.page-nav ul li.next-page a:after,
.page-nav ul li.prev-page a:after {
  content: attr(title);
  text-transform: capitalize;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  transition: opacity 300ms ease-out;
  transition-delay: 300ms;
}
.page-nav ul li.prev-page {
  position: relative;
  top: 0px;
  left: -5px;
}
.page-nav ul li.prev-page a:after {
  transform-origin: 0 0;
  bottom: -50px;
  left: -5px;
  transform: rotate(-90deg) translateX(-100%);
}
.page-nav ul li.next-page {
  margin-top: 11px;
  margin-left: -5px;
}
.page-nav ul li.next-page a:after {
  transform-origin: 0 0;
  bottom: 30px;
  left: -3px;
  transform: rotate(-90deg);
}
.page-nav ul li:not(.next-page):not(.prev-page) {
  line-height: 0;
}
.page-nav ul li:not(.next-page):not(.prev-page) a:before {
  content: "";
  display: inline-block;
  background-color: #000000;
  width: 10px;
  height: 10px;
  transform: scale(1);
  transition: transform 300ms ease-out;
  transition-delay: 0;
}
.page-nav ul li:not(.next-page):not(.prev-page) a.active:before {
  background-color: #FCC200;
}
.page-nav__hover-next li:not(.next-page):not(.prev-page) a:before, .page-nav__hover-prev li:not(.next-page):not(.prev-page) a:before {
  transform: scale(0) !important;
}
.page-nav__hover-next .prev-page {
  opacity: 0;
}
.page-nav__hover-next .next-page {
  transform: translateY(10px);
}
.page-nav__hover-next .next-page a:after {
  opacity: 1 !important;
}
.page-nav__hover-prev .next-page {
  opacity: 0;
}
.page-nav__hover-prev .prev-page {
  transform: translateY(-10px);
}
.page-nav__hover-prev .prev-page a:after {
  opacity: 1 !important;
}
.page-nav.transition-out .next-page a:after,
.page-nav.transition-out .prev-page a:after {
  transition-delay: 0 !important;
}
.page-nav.transition-out li:not(.next-page):not(.prev-page) a:before {
  transition-delay: 300ms;
}
.scheme-2 .page-nav ul li:not(.next-page):not(.prev-page) a:before, .scheme-3 .page-nav ul li:not(.next-page):not(.prev-page) a:before {
  background-color: #FFFFFF;
}
.scheme-2 .page-nav ul li:not(.next-page):not(.prev-page) a.active:before, .scheme-3 .page-nav ul li:not(.next-page):not(.prev-page) a.active:before {
  background-color: #000000;
}
.scheme-4 .page-nav .next-page a, .tag.dark .page-nav .next-page a,
.scheme-4 .page-nav .prev-page a,
.tag.dark .page-nav .prev-page a {
  color: #FFFFFF;
}
.scheme-4 .page-nav ul li:not(.next-page):not(.prev-page) a:before, .tag.dark .page-nav ul li:not(.next-page):not(.prev-page) a:before {
  background-color: #FFFFFF;
}
.scheme-4 .page-nav ul li:not(.next-page):not(.prev-page) a.active:before, .tag.dark .page-nav ul li:not(.next-page):not(.prev-page) a.active:before {
  background-color: #FC493E;
}
.page-nav + .page-container:not(.split-x) {
  transform: translateX(-104px);
  flex-basis: calc(100% - 80px);
  flex-shrink: 0;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .page-nav {
    top: initial;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    margin-left: 0;
  }
  .page-nav ul {
    display: flex;
  }
  .page-nav ul li:not(.next-page):not(.prev-page) {
    display: none;
  }
  .page-nav + .page-container {
    padding-left: 0;
    padding-bottom: 25px;
    transform: translateX(0);
  }
}
.page-nav-alt li a.active:before {
  background-color: #FC493E !important;
}

.footer {
  font-size: 0.8em;
}
.footer h2 {
  font-size: 3.5em;
  line-height: 1.2em;
}
.footer .view-context__body {
  transform: none;
  padding: 0 75px;
}
.footer .view-context__body > ul {
  display: flex;
  width: 100%;
  text-align: left;
  justify-content: space-between;
  margin-top: 25px;
  align-items: flex-start;
}
.footer .view-context__body > ul,
.footer .view-context__body > ul ul {
  list-style: none;
}
.footer .view-context__body > ul > li {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.footer .view-context__body > ul > li a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .view-context__body > ul > li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer .view-context__body > ul > li:not(:first-child) {
  position: relative;
  line-height: 1.4em;
}
.footer .view-context__body > ul > li:not(:first-child):before {
  content: "";
  background-color: #FCC200;
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: -25px;
  top: 4px;
}
.footer .view-context__body > ul .logo {
  margin-bottom: 86px;
}
.footer .view-context__body > ul .logo img {
  margin-top: 4px;
  margin-left: 1px;
  width: 250px;
}
.footer .button, .footer .callback-message-close, .footer .scheme-1 .button-2, .scheme-1 .footer .button-2, .footer .scheme-1 .button-3, .scheme-1 .footer .button-3 {
  margin-top: 25px;
  margin-bottom: 100px;
}
.footer .social a {
  background-color: #313131;
}
@media screen and (max-width: 640px) {
  .footer .view-context__body {
    padding: 30px;
  }
  .footer .view-context__body ul {
    padding: 0;
    flex-direction: column-reverse;
  }
  .footer .view-context__body ul > li {
    margin-bottom: 15px;
  }
  .footer .view-context__body ul > li > ul {
    display: flex;
    flex-direction: column;
  }
  .footer .view-context__body ul > li > ul .logo {
    margin-bottom: 20px;
    width: 125px;
  }
  .footer .view-context__body ul > li > ul .logo img {
    width: 100%;
  }
}

.form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 100;
  opacity: 1;
  overflow-y: auto;
  transition: top 300ms ease-out, opacity 200ms ease-in;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .form {
    display: block;
    padding: 115px 0;
    overflow-y: auto;
  }
}
.form.hidden {
  top: -100%;
  opacity: 0;
  touch-events: none;
}
.form-close {
  position: absolute;
  top: 90px;
  right: 90px;
  z-index: 200;
}
.form-close:before {
  content: "✕";
  display: block;
  color: #FFFFFF;
  font-size: 2em;
  font-weight: 700;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 960px) {
  .form-close {
    top: 30px;
    right: 30px;
  }
}
.form-logo {
  position: absolute;
  left: 56px;
  top: 90px;
  width: 200px;
  z-index: 100;
}
.form-logo img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .form-logo {
    top: 30px;
    left: 30px;
    width: 114px;
  }
}
.form .container {
  width: 820px;
}
@media screen and (max-width: 960px) {
  .form .container {
    width: 100%;
    padding: 0 30px;
  }
}
.form h1, .form h3 {
  text-align: center;
}
.form h3 {
  margin-bottom: 40px;
}
.form form {
  display: flex;
  margin: 0px auto;
}
.form form fieldset {
  flex-basis: 50%;
}
.form form fieldset:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 960px) {
  .form form {
    display: block;
  }
  .form form fieldset {
    flex-basis: auto;
  }
  .form form fieldset:not(:last-child) {
    margin-right: 0;
  }
}
.form form .field {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.form form .field .input {
  flex-basis: 100%;
}
.form form .input {
  position: relative;
}
.form form .input input, .form form .input textarea {
  width: 100%;
}
.form form .input.is-required:after {
  content: "*";
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  color: #000000;
  text-align: center;
  width: 20px;
  height: 20px;
  padding-top: 5px;
}
.form form .input.is-error:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: transparent #FC493E transparent transparent;
}
.form form .input.is-error:after {
  opacity: 1;
}
.form form label {
  display: block;
  min-width: 120px;
  margin-bottom: 22px;
  font-weight: 500;
}
.form form textarea {
  display: block;
  width: 100%;
  height: 268px;
}
.form form label, .form form input, .form form textarea, .form form button {
  font-size: 1.1em;
}
.form form input, .form form textarea {
  padding: 10px;
  margin-bottom: 30px;
}
.form form input {
  border: 0;
}
.form form button, .form form .button, .form form .callback-message-close, .form form .scheme-1 .button-2, .scheme-1 .form form .button-2, .form form .scheme-1 .button-3, .scheme-1 .form form .button-3 {
  margin: 0;
}
.form form .button-group {
  display: flex;
  justify-content: flex-end;
}
.form form .button-group > button {
  flex-basis: 50%;
}
.form .callback-message ~ * {
  display: none;
  height: 0;
  font-size: 0;
}

section {
  overflow: hidden;
  width: 100vw;
}

@keyframes hover-arrow-button {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
#fold.view-context {
  height: 720px;
}
#fold.blog-fold {
  height: 450px;
}
#fold.blog-fold h1 {
  margin-top: 110px;
}
#fold em {
  display: block;
  color: #FC493E;
  font-size: 1.5em;
  font-weight: 700;
  line-height: normal;
}
#fold h1 {
  line-height: 1.2em;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  #fold h1 {
    font-size: 3.4em;
    line-height: 1em;
  }
  #fold h1 br {
    display: inline;
  }
}
#fold h3 {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 600;
}
#fold h4 {
  margin-top: 0;
  line-height: 1.2em;
  font-weight: 600;
}
#fold .button, #fold .callback-message-close, #fold .scheme-1 .button-2, .scheme-1 #fold .button-2, #fold .scheme-1 .button-3, .scheme-1 #fold .button-3 {
  margin-top: 20px;
  min-width: 180px;
  text-align: center;
}
#fold .arrow-button {
  position: relative;
  font-weight: 600;
  will-change: transform;
  animation: hover-arrow-button 2s infinite ease-in-out;
}
#fold .arrow-button:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #000000 transparent transparent transparent;
}
#fold .arrow-button.single {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  bottom: 90px;
}
#fold .arrow-button.single:after {
  margin-top: 0;
}
#fold .view-context__body {
  margin-left: 80px;
}
#fold.inverse {
  color: #fff;
}
#fold .image {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-out;
}
#fold .image.in {
  opacity: 1;
}

#blog h2 {
  font-weight: 600;
  line-height: 1.2em;
}
#blog h2,
#blog h3 {
  margin: 0;
}
#blog h3 {
  margin-bottom: 35px;
}
#blog h2 {
  margin-bottom: 35px;
}
#blog .button, #blog .callback-message-close, #blog .scheme-1 .button-2, .scheme-1 #blog .button-2, #blog .scheme-1 .button-3, .scheme-1 #blog .button-3 {
  margin-top: 0;
}

#fold .view-context__body,
#blog .view-context__body {
  padding-left: 180px;
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  #fold,
#blog {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  #fold,
#blog {
    justify-content: flex-end;
    padding-bottom: 90px;
    height: 630px !important;
  }
  #fold .view-context__body,
#blog .view-context__body {
    justify-content: center;
    margin-left: 0;
    padding: 0 30px;
    height: 720px;
  }
  #fold .background-graphic,
#blog .background-graphic {
    position: absolute;
  }
  #fold .arrow-button.single,
#blog .arrow-button.single {
    bottom: 0;
    margin: 0 auto;
  }
}

#triage {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#triage .view-context__body {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-evenly;
  flex-basis: 100%;
  margin-left: 90px;
}
#triage header {
  display: flex;
  justify-content: flex-start;
  flex-basis: 90px;
  padding: 0 90px;
}
#triage .body {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}
#triage .body h2, #triage .body h5 {
  white-space: nowrap;
}
#triage .body h2 {
  font-size: 3.75em;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 1120px) {
  #triage .body h2 {
    font-size: 3em;
  }
}
#triage .body img {
  margin-top: 90px;
  margin-bottom: auto;
}
#triage .body h5 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1em;
}
@media screen and (max-width: 1120px) {
  #triage .body h5 {
    white-space: normal;
  }
}
#triage .body p {
  font-weight: 400;
}
#triage .body nav {
  margin-top: auto;
  margin-bottom: 90px;
}
#triage .body nav .button:not(:last-child), #triage .body nav .callback-message-close:not(:last-child), #triage .body nav .scheme-1 .button-2:not(:last-child), .scheme-1 #triage .body nav .button-2:not(:last-child), #triage .body nav .scheme-1 .button-3:not(:last-child), .scheme-1 #triage .body nav .button-3:not(:last-child) {
  margin-right: 45px;
}
#triage .mock {
  position: relative;
  flex-basis: 40%;
  overflow-x: visible;
}
#triage .mock img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  transform: scale(1) translateY(70px) translateX(70px);
}
@media screen and (max-width: 640px) {
  #triage {
    flex-basis: auto;
  }
  #triage .view-context__body {
    flex-direction: column;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  #triage header {
    position: absolute;
    top: 0;
    justify-content: flex-end;
    width: 100%;
    padding-right: 60px;
  }
  #triage header .tag {
    height: 80px;
    width: 80px;
    padding: 30px 0 0 0;
  }
  #triage .mock {
    position: static;
    margin-top: -50%;
  }
  #triage .mock img {
    margin: 0px auto;
    position: static;
  }
  #triage .body {
    position: relative;
    z-index: 5;
  }
  #triage .body img {
    margin-bottom: 60px;
    margin-top: 80px;
    margin-left: 30px;
  }
  #triage .body h2, #triage .body h5, #triage .body p, #triage .body .button, #triage .body .callback-message-close, #triage .body .scheme-1 .button-2, .scheme-1 #triage .body .button-2, #triage .body .scheme-1 .button-3, .scheme-1 #triage .body .button-3 {
    text-align: center;
    width: 100%;
  }
  #triage .body h2 {
    font-size: 2.5em;
  }
  #triage .body p {
    padding: 0 30px;
  }
  #triage .body nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 60px;
  }
  #triage .body nav .button, #triage .body nav .callback-message-close, #triage .body nav .scheme-1 .button-2, .scheme-1 #triage .body nav .button-2, #triage .body nav .scheme-1 .button-3, .scheme-1 #triage .body nav .button-3 {
    align-self: center;
    width: 300px;
    margin-right: 0;
    margin-bottom: 15px;
    background-color: #FCC200;
  }
  #triage .body nav .button:not(:last-child), #triage .body nav .callback-message-close:not(:last-child), #triage .body nav .scheme-1 .button-2:not(:last-child), .scheme-1 #triage .body nav .button-2:not(:last-child), #triage .body nav .scheme-1 .button-3:not(:last-child), .scheme-1 #triage .body nav .button-3:not(:last-child) {
    margin-right: 0;
  }
  #triage .mock {
    flex-basis: 520px;
  }
  #triage .mock img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  #triage .mock img {
    max-width: 100%;
    height: auto;
    transform: translateX(-50%) translateY(80px);
  }
}

#sandboxes {
  background-color: #F9F9F9;
}
#sandboxes .view-context__body {
  position: relative;
  justify-content: flex-start;
  flex-basis: 50%;
  overflow: hidden;
}
#sandboxes .view-context__body p {
  font-weight: 500;
  font-size: 1em;
  margin: 0 100px;
}
#sandboxes .view-context__body h3 {
  margin: 0;
}
#sandboxes .view-context__body h2 {
  font-weight: 700;
  font-size: 3em;
  text-align: left;
  width: 100%;
  padding-left: 100px;
  margin-bottom: 30px;
}
#sandboxes .view-context__body .button, #sandboxes .view-context__body .callback-message-close, #sandboxes .view-context__body .scheme-1 .button-2, .scheme-1 #sandboxes .view-context__body .button-2, #sandboxes .view-context__body .scheme-1 .button-3, .scheme-1 #sandboxes .view-context__body .button-3 {
  margin-top: 50px;
}
#sandboxes header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-basis: 100px;
  width: 100%;
}
#sandboxes .sandbox-cuckoo img {
  width: 150px;
}
#sandboxes .sandbox-cuckoo h4 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 44px;
}
#sandboxes .sandbox-cuckoo h2 {
  margin-top: 0;
  padding-left: 0;
  text-align: center;
}
#sandboxes .sandbox-cuckoo p {
  max-width: 75%;
}
@media screen and (max-width: 960px) {
  #sandboxes .sandbox-cuckoo {
    padding: 30px;
  }
  #sandboxes .sandbox-cuckoo header {
    display: none;
  }
  #sandboxes .sandbox-cuckoo p {
    margin: 0;
  }
  #sandboxes .sandbox-cuckoo h2, #sandboxes .sandbox-cuckoo h4 {
    text-align: left;
  }
}
#sandboxes .sandbox-triage {
  overflow: hidden;
  align-items: flex-start;
  text-align: left;
  padding: 0 75px;
  flex-direction: column;
}
#sandboxes .sandbox-triage p,
#sandboxes .sandbox-triage h2 {
  padding: 0;
  margin-left: 0;
}
#sandboxes .sandbox-triage h2 {
  white-space: normal;
  margin-top: 0;
}
#sandboxes .sandbox-triage p {
  width: 100%;
}
#sandboxes .sandbox-triage header {
  width: 100%;
  justify-content: flex-end;
}
#sandboxes .sandbox-triage header + .logo {
  margin-top: 2px;
  margin-bottom: 31px;
}
#sandboxes .sandbox-triage .button, #sandboxes .sandbox-triage .callback-message-close, #sandboxes .sandbox-triage .scheme-1 .button-2, .scheme-1 #sandboxes .sandbox-triage .button-2, #sandboxes .sandbox-triage .scheme-1 .button-3, .scheme-1 #sandboxes .sandbox-triage .button-3 {
  margin-left: 0;
}
#sandboxes .sandbox-triage > * {
  position: relative;
  z-index: 2;
}
#sandboxes .sandbox-triage .mock {
  margin-top: 30px;
  width: 100%;
}
#sandboxes .sandbox-triage .mock img {
  width: 180%;
}
@media screen and (max-width: 960px) {
  #sandboxes .sandbox-cuckoo,
#sandboxes .sandbox-triage {
    height: 100vh;
    align-items: str;
  }
  #sandboxes .sandbox-triage {
    padding: 0 30px;
  }
  #sandboxes .sandbox-triage header {
    align-items: flex-start;
    margin-bottom: 40px;
  }
  #sandboxes .sandbox-triage .mock {
    margin-top: 20px;
  }
}

#team {
  display: grid;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #team {
    margin: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}
#team figure {
  position: relative;
}
#team .team-member {
  display: flex;
  text-align: left;
  background-color: #EDEEEF;
  overflow: hidden;
}
#team .team-member:nth-child(3n+1) {
  background-color: #e1e2e3;
  color: #000000;
}
#team .team-member:nth-child(3n+2) {
  background-color: #000000;
  color: #F9F9F9;
}
#team .team-member > div {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 10px;
}
#team .team-member > div.avatar img,
#team .team-member > div.avatar svg {
  margin: auto;
  margin-bottom: 0;
  height: 60%;
}
@media screen and (min-width: 1440px) {
  #team .team-member > div.avatar img,
#team .team-member > div.avatar svg {
    height: 80%;
  }
}
#team .team-member h4,
#team .team-member h5 {
  margin: 0;
}
#team .team-member h4 {
  font-size: 1em;
  margin-bottom: 10px;
  line-height: 1.2em;
}
#team .team-member h5 {
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1.3em;
}
@media screen and (max-width: 640px) {
  #team .team-member {
    height: 100vw;
  }
  #team .team-member > div {
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    overflow: hidden;
    font-size: 2em;
    justify-content: flex-end;
  }
  #team .team-member > div:not(.avatar):not(.youvatar) {
    padding-bottom: 80px;
  }
  #team .team-member > div.avatar > img, #team .team-member > div.avatar > svg {
    position: absolute;
    height: 100vw;
    transform: translateX(-50%);
  }
  #team .team-member:nth-child(odd) {
    background-color: #FFFFFF;
    color: #000000;
  }
  #team .team-member:nth-child(even) {
    background-color: #000000;
    color: #FFFFFF;
    flex-direction: row-reverse;
  }
  #team .team-member:nth-child(even) > div {
    overflow: hidden;
  }
  #team .team-member:nth-child(even) > div:not(.avatar) {
    padding-right: 0;
    padding-left: 20px;
  }
  #team .team-member:nth-child(even) > div.avatar > img, #team .team-member:nth-child(even) > div.avatar > svg {
    transform: translateX(13%);
  }
}
#team .button, #team .callback-message-close, #team .scheme-1 .button-2, .scheme-1 #team .button-2, #team .scheme-1 .button-3, .scheme-1 #team .button-3 {
  font-size: 0.8em;
  margin-top: 15px;
}
#team #youvatar .hair {
  transition: fill 300ms linear;
}

#why-triage .logo {
  width: 240px;
  transform: translateY(30px);
  margin: 20px auto;
  text-align: center;
}

#benefits,
#triage-mockups {
  justify-content: flex-start;
}
#benefits:not(.introductory),
#triage-mockups:not(.introductory) {
  height: auto;
}
#benefits article,
#triage-mockups article {
  align-items: center;
}
#benefits article.position-right .triangle,
#triage-mockups article.position-right .triangle {
  display: flex;
  align-items: flex-end;
  margin-right: -20px;
}
@media screen and (max-width: 640px) {
  #benefits.introductory,
#triage-mockups.introductory {
    width: 100vw;
  }
}
#benefits .view-context__body > article,
#triage-mockups .view-context__body > article {
  display: flex;
}
#benefits .view-context__body > article > *,
#triage-mockups .view-context__body > article > * {
  text-align: left;
  width: 50vw;
}
@media screen and (max-width: 640px) {
  #benefits .view-context__body > article > *,
#triage-mockups .view-context__body > article > * {
    width: 100vw;
    height: 100vw;
  }
}

#benefits svg {
  height: 100%;
  width: 100%;
}
#benefits .text {
  padding: 90px;
}
#benefits .text * {
  margin-bottom: 0;
}
#benefits .text h2 {
  margin-bottom: 10px;
  line-height: 1.1em;
  margin-top: 0;
}
#benefits .text h5 {
  margin-bottom: 30px;
  line-height: 1.1em;
}
#benefits .button, #benefits .callback-message-close, #benefits .scheme-1 .button-2, .scheme-1 #benefits .button-2, #benefits .scheme-1 .button-3, .scheme-1 #benefits .button-3 {
  width: 215px;
  text-align: center;
}
#benefits .button:hover, #benefits .callback-message-close:hover, #benefits .scheme-1 .button-2:hover, .scheme-1 #benefits .button-2:hover, #benefits .scheme-1 .button-3:hover, .scheme-1 #benefits .button-3:hover {
  color: #FFFFFF;
}
#benefits:not(.benefits-about) article .text:not(.keep-padding):nth-child(odd) {
  padding-right: 0;
}
#benefits:not(.benefits-about) article .text:not(.keep-padding):nth-child(even) {
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  #benefits:not(.benefits-about) article .text:not(.keep-padding):nth-child(even) {
    padding-left: 30px;
  }
}
#benefits article .text, #benefits article .graphic {
  width: 50vw;
  height: 50vw;
}
#benefits article .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#benefits header {
  padding: 0 90px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1120px) {
  #benefits .text {
    font-size: 0.8em;
    padding-left: 30px;
    padding-right: 30px;
  }
  #benefits .text h2 {
    font-size: 2em;
  }
  #benefits .text > h2, #benefits .text h5 {
    margin-bottom: 15px;
  }
  #benefits header {
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  #benefits {
    font-size: 1.4em;
  }
  #benefits .view-context__body {
    padding: 0;
  }
  #benefits .view-context__body.intro {
    padding: 30px;
  }
  #benefits .view-context__body > article {
    flex-direction: column;
    height: auto;
  }
  #benefits .view-context__body > article > div {
    flex-basis: auto;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #benefits .view-context__body > article:nth-child(even) {
    flex-direction: column-reverse;
  }
  #benefits .view-context__body > article .graphic {
    width: 100%;
    height: 100vw;
  }
  #benefits .view-context__body > article .text {
    padding: 30px 30px 60px;
    width: auto;
    height: 50vh;
    flex-basis: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #benefits .view-context__body > article header .tag {
    margin-left: 30px;
  }
  #benefits .view-context {
    flex-basis: 100%;
    flex-direction: column;
    align-items: center;
  }
  #benefits .view-context svg {
    height: 100vw;
    width: 100vw;
  }
}

#triage-mockups article {
  position: relative;
  padding: 0 45px;
}
#triage-mockups article .arrow-button[href="#pricing"] {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#triage-mockups article > div:not(.triangle) {
  position: relative;
  z-index: 2;
  padding: 0 90px;
}
#triage-mockups article > div:not(.triangle).mockup.flat img {
  width: 100%;
}
#triage-mockups article > div:not(.triangle).mockup.tilted img {
  width: 100%;
}
#triage-mockups article .triangle {
  position: absolute;
  top: 0;
}
#triage-mockups article .triangle svg {
  height: 100%;
}
#triage-mockups article.position-right .text {
  padding-right: 0;
}
#triage-mockups article.position-right .mockup img {
  margin-left: auto;
}
#triage-mockups article.position-right .triangle {
  right: 0;
}
#triage-mockups article.position-right .triangle svg {
  margin-left: auto;
}
#triage-mockups article.position-left .text {
  text-align: right;
  padding-left: 0;
}
#triage-mockups article.position-left .triangle {
  left: 0;
}
#triage-mockups article.position-left .triangle svg {
  margin-right: auto;
}
#triage-mockups article .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#triage-mockups article .text h2 {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  #triage-mockups {
    text-align: left;
    overflow-x: hidden;
  }
  #triage-mockups article {
    padding: 0;
  }
  #triage-mockups p {
    font-weight: 500;
  }
  #triage-mockups .position-left,
#triage-mockups .position-right {
    text-align: left;
  }
  #triage-mockups .position-left .text,
#triage-mockups .position-left .mockup,
#triage-mockups .position-right .text,
#triage-mockups .position-right .mockup {
    padding: 0 30px !important;
  }
  #triage-mockups .position-left .triangle {
    left: -30vw !important;
  }
  #triage-mockups .position-right .triangle {
    right: -30vw !important;
  }
  #triage-mockups .view-context__body {
    margin: 0;
    padding: 0;
  }
  #triage-mockups .view-context__body .text, #triage-mockups .view-context__body .mockup {
    padding: 40px !important;
  }
  #triage-mockups .view-context__body .mockup {
    width: 100vw;
    margin: 0px auto;
  }
  #triage-mockups .view-context__body .mockup img, #triage-mockups .view-context__body .mockup.flat img {
    width: 100% !important;
  }
  #triage-mockups article {
    padding-left: 0;
  }
  #triage-mockups article.position-left {
    flex-direction: column-reverse;
  }
  #triage-mockups article.position-left .text {
    text-align: left;
  }
}

#users-1 .view-context__body {
  flex-direction: row;
  justify-content: space-evenly;
  font-size: 0.9em;
}
#users-1 .view-context__body p,
#users-1 .view-context__body h3 {
  line-height: 1.3em;
}
#users-1 .view-context__body p {
  max-width: 480px;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  #users-1 .view-context__body {
    flex-direction: column;
    text-align: center;
    font-size: 1.1em;
  }
  #users-1 .view-context__body svg {
    width: 50vw;
  }
  #users-1 .view-context__body > div {
    flex-basis: 100vw;
  }
  #users-1 .view-context__body > div:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#product-listing .summary {
  align-items: flex-start;
  text-align: left;
  padding: 0 90px 0 90px;
}
#product-listing .summary img {
  width: 250px;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  #product-listing {
    justify-content: center;
    align-items: center;
  }
  #product-listing, #product-listing .view-context__body, #product-listing .summary {
    padding: 0;
  }
  #product-listing + .view-context .view-context__body {
    padding: 0;
  }
  #product-listing .summary {
    height: auto;
    margin: 0 30px;
    justify-content: flex-start;
  }
  #product-listing .summary h5, #product-listing .summary p, #product-listing .summary .price-tag {
    padding: 0 !important;
  }
  #product-listing img {
    margin-bottom: 10vh;
  }
  #product-listing .view-context__body, #product-listing + .view-context .view-context__body {
    flex-basis: 100vh;
    justify-content: center;
  }
  #product-listing .view-context__body .commendation, #product-listing + .view-context .view-context__body .commendation {
    padding: 0;
    width: 70vw;
    height: 70vw;
    margin: 0px auto 50px;
  }
  #product-listing .view-context__body h5, #product-listing .view-context__body p, #product-listing .view-context__body .price-tag, #product-listing + .view-context .view-context__body h5, #product-listing + .view-context .view-context__body p, #product-listing + .view-context .view-context__body .price-tag {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0 15vw;
  }
}
@media screen and (max-width: 640px) and (max-width: 960px) {
  #product-listing .view-context__body h5, #product-listing .view-context__body p, #product-listing .view-context__body .price-tag, #product-listing + .view-context .view-context__body h5, #product-listing + .view-context .view-context__body p, #product-listing + .view-context .view-context__body .price-tag {
    text-align: left;
  }
}
#product-listing.product-listing-cuckoo h3, #product-listing.product-listing-cuckoo + #product-listing h3 {
  margin-top: -20px;
}
#product-listing.product-listing-cuckoo .button, #product-listing.product-listing-cuckoo .callback-message-close, #product-listing.product-listing-cuckoo .scheme-1 .button-2, .scheme-1 #product-listing.product-listing-cuckoo .button-2, #product-listing.product-listing-cuckoo .scheme-1 .button-3, .scheme-1 #product-listing.product-listing-cuckoo .button-3, #product-listing.product-listing-cuckoo + #product-listing .button, #product-listing.product-listing-cuckoo + #product-listing .callback-message-close, #product-listing.product-listing-cuckoo + #product-listing .scheme-1 .button-2, .scheme-1 #product-listing.product-listing-cuckoo + #product-listing .button-2, #product-listing.product-listing-cuckoo + #product-listing .scheme-1 .button-3, .scheme-1 #product-listing.product-listing-cuckoo + #product-listing .button-3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #product-listing.product-listing-cuckoo .summary, #product-listing.product-listing-cuckoo + #product-listing .summary {
    margin: 0;
  }
  #product-listing.product-listing-cuckoo .view-context__body:not(.summary), #product-listing.product-listing-cuckoo + #product-listing .view-context__body:not(.summary) {
    padding: 0 30px;
    align-items: center;
  }
  #product-listing.product-listing-cuckoo .view-context__body:not(.summary) h3, #product-listing.product-listing-cuckoo + #product-listing .view-context__body:not(.summary) h3 {
    margin-top: 60px;
  }
}

#demo nav {
  margin-top: 40px;
}
#demo nav .button, #demo nav .callback-message-close, #demo nav .scheme-1 .button-2, .scheme-1 #demo nav .button-2, #demo nav .scheme-1 .button-3, .scheme-1 #demo nav .button-3 {
  margin-left: 10px;
  margin-right: 10px;
}
#demo .tag {
  position: absolute;
  top: 0;
  right: 90px;
}

/*# sourceMappingURL=index.css.map */
