@charset "UTF-8";
/*
* Third Party
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700&subset=cyrillic");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/****************************
 HIGH PPI DISPLAY BACKGROUNDS
*****************************/
@font-face {
  font-family: 'SF Compact Display';
  src: url("/fonts/SF-Compact-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'SF Compact Display';
  src: url("/fonts/SF-Compact-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }

.u-text-left {
  text-align: left !important; }

.u-text-center {
  text-align: center !important;
  margin: 0 auto;
  max-width: 100%; }

.u-text-right {
  text-align: right !important; }

.u-bold {
  font-weight: 500 !important; }

@media (min-width: 768px) and (max-width: 1024px) {
  .u-mobile-visible {
    display: none !important; } }

@media (min-width: 1025px) {
  .u-mobile-visible {
    display: none !important; } }

@media (max-width: 767px) {
  .u-tablet-visible {
    display: none !important; } }

@media (min-width: 1025px) {
  .u-tablet-visible {
    display: none !important; } }

.u-margin-bottom-none {
  margin-bottom: -60px !important; }

.u-desktop-visible {
  display: none; }
  @media (min-width: 1025px) {
    .u-desktop-visible {
      display: block; } }

.u-padding-top {
  padding-top: 100px !important; }
  @media (max-width: 767px) {
    .u-padding-top {
      padding-top: 40px !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .u-tablet-margin-top {
    margin-top: 100px !important; } }

.u-margin-none {
  margin: 0 !important; }

.u-margin-top-none {
  margin-top: 0 !important; }

.u-border-top {
  border-top: 1px solid rgba(3, 13, 37, 0.08);
  padding-top: 70px !important; }

.u-overflow-visible {
  overflow: visible !important; }

@media (min-width: 1025px) {
  .u-desktop-hidden {
    display: none !important; } }

@media (max-width: 1024px) {
  .u-touch-first {
    order: -1; } }

@media (max-width: 767px) {
  .u-mobile-first {
    order: -1; } }

.u-width-thirt {
  width: 30% !important;
  display: block; }
  @media (max-width: 767px) {
    .u-width-thirt {
      width: inherit !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .u-width-60 {
    width: 60% !important;
    display: block; } }

@media (max-width: 767px) {
  .u-width-60 {
    width: inherit !important; } }

.u-content-block {
  max-width: 670px;
  margin: 0 auto; }

.u-muted {
  color: rgba(3, 13, 37, 0.65); }

.u-margin-top {
  display: block;
  margin-top: 3rem !important; }

@media (max-width: 767px) {
  .l-hero--reverse .l-hero__shape-cover.u-mobile-move-top {
    margin-top: -10% !important;
    margin-right: 0% !important; }
  .u-mobile-negative {
    margin-top: -40px !important; }
  .u-mobile-center {
    text-align: center !important; }
  .u-mobile-hidden {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .u-tablet-move-bottom {
    -webkit-transform: translateY(5%) !important;
            transform: translateY(5%) !important; }
  .u-tablet-move-left {
    -webkit-transform: translateX(-10%) !important;
            transform: translateX(-10%) !important; }
  .u-tablet-fullwidth {
    width: 200%; }
  .u-tablet-vertical {
    flex-direction: column-reverse !important; }
    .u-tablet-vertical > div {
      width: 100%; }
  .u-tablet-padding-top {
    padding-top: 10% !important; }
  .u-tablet-padding-left {
    padding-left: 20px; }
  .u-tablet-margin-negative {
    margin-top: -20% !important; }
  .u-tablet-margin-negative-large {
    margin-top: -200px !important; }
  .u-tablet-hidden {
    display: none !important; }
  .u-tablet-padding {
    padding: 0 120px; } }

.js-scroll {
  display: inline-block; }
  .js-scroll:nth-child(1) {
    transition-delay: 0ms; }
  .js-scroll:nth-child(2) {
    transition-delay: 80ms; }
  .js-scroll:nth-child(3) {
    transition-delay: 160ms; }

.js-scroll--fade-up {
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  transition: opacity 320ms ease-in-out, -webkit-transform 320ms ease-in-out;
  transition: opacity 320ms ease-in-out, transform 320ms ease-in-out;
  transition: opacity 320ms ease-in-out, transform 320ms ease-in-out, -webkit-transform 320ms ease-in-out;
  /*&.t1, &.t2, &.t3, &.t4, &.t5 {
    transition-delay: 80ms;
  }

  &.p1, &.p2 {
    transition-delay: 160ms;
  }*/ }
  .js-scroll--fade-up.-is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.js-scroll--fade-left {
  opacity: 0;
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
  transition: opacity 320ms ease-in-out, -webkit-transform 320ms ease-in-out;
  transition: opacity 320ms ease-in-out, transform 320ms ease-in-out;
  transition: opacity 320ms ease-in-out, transform 320ms ease-in-out, -webkit-transform 320ms ease-in-out; }
  @media (max-width: 767px) {
    .js-scroll--fade-left {
      -webkit-transform: translateY(1rem);
              transform: translateY(1rem); } }
  .js-scroll--fade-left.-is-visible {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); }

@media (max-width: 767px) {
  .u-mobile-reverse {
    flex-direction: column-reverse !important; } }

.u-margin-top-negative {
  margin-top: -80px !important; }

@media (min-width: 768px) and (max-width: 1024px) {
  .u-tablet-card {
    margin-top: -280px;
    margin-left: 20%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .u-tablet-image-small {
    width: 180%;
    float: right; } }

.u-padding {
  padding: 60px 0 40px; }

@media (min-width: 1025px) {
  .u-margin {
    margin-top: 200px !important;
    margin-bottom: 200px !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .u-tablet-halfwidth {
    max-width: 50%; } }

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px; }

.swiper-pagination-bullet {
  margin: 0 6px; }

.swiper-pagination-bullet-active {
  background: #4D36C4; }

.swiper-pagination {
  position: relative;
  margin-top: 20px; }

html, body {
  min-height: 100vh;
  margin: 0; }
  html.-is-menu-open, body.-is-menu-open {
    overflow: hidden; }

html {
  overflow-x: hidden; }

body {
  overflow-x: hidden; }
  @media (max-width: 767px) {
    body.is-accept-cookies {
      padding-bottom: 100px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    body.is-accept-cookies {
      padding-bottom: 60px; } }

body + div[is-visible] {
  display: none !important; }

p {
  margin: .6rem 0; }

.l-wrapper {
  display: flex;
  max-width: 1200px;
  flex-direction: row;
  margin: 100px auto;
  padding: 0 30px;
  position: relative; }
  .l-wrapper > div {
    width: 100%; }
  @media (max-width: 767px) {
    .l-wrapper--mobile-reverce {
      flex-direction: column-reverse !important; } }
  @media (max-width: 767px) {
    .l-wrapper {
      flex-direction: column;
      padding: 0 16px; } }
  @media (max-width: 1024px) {
    .l-wrapper {
      margin: 60px auto; } }
  .l-wrapper__container {
    max-width: 1200px;
    flex-direction: row;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: stretch; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-wrapper__container {
        z-index: 0; } }
    @media (max-width: 767px) {
      .l-wrapper__container {
        flex-direction: column;
        width: 100%;
        box-sizing: border-box; } }
  .l-wrapper--full {
    max-width: inherit;
    width: 100%;
    padding: 0; }
  .l-wrapper--grey {
    background-color: #F6F7F7; }
  .l-wrapper__column {
    position: relative;
    width: 50%;
    flex-grow: 1;
    padding-right: 60px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .l-wrapper__column {
        width: 100%; } }
    .l-wrapper__column--auto-width {
      width: auto;
      flex-grow: 0; }
    .l-wrapper__column--content-bot {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
    .l-wrapper__column:last-child {
      padding-right: 0; }

header {
  padding: 35px 0;
  z-index: 21; }
  @media (max-width: 767px) {
    header {
      padding: 20px 0; } }

.header {
  position: relative; }
  .-is-menu-open .header {
    height: 100vh;
    background: #fff;
    overflow: auto; }
  .header__toggle {
    display: none; }
    @media (max-width: 767px) {
      .header__toggle {
        display: block; } }
  @media (max-width: 767px) {
    .header__container {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .header__wrapper {
    justify-content: stretch;
    align-items: center;
    display: flex;
    max-width: 1200px;
    flex-direction: row;
    margin: 0 auto;
    padding: 0 30px; }
    @media (max-width: 767px) {
      .header__wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 16px; } }
  .header__menu {
    flex-grow: 1;
    margin-top: -2px; }
  .header__logo {
    display: inline-block; }
    @media (max-width: 767px) {
      .header__logo {
        width: 100px; } }
    .header__logo svg {
      max-width: 100%; }

.footer {
  background: #f7f7f8;
  padding: 60px 0;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(3, 13, 37, 0.5); }
  .footer svg, .footer img {
    vertical-align: middle;
    width: 100%; }
  .footer__link {
    margin-right: 20px;
    color: rgba(3, 13, 37, 0.65);
    text-decoration: none; }
    .footer__link:last-child {
      margin-right: 0; }
    .footer__link:hover {
      color: #030D25; }
    .footer__link:active, .footer__link.-is-active {
      color: #452AD6; }
  .footer__line {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0 30px; }
    @media (max-width: 767px) {
      .footer__line {
        padding: 0 16px; } }
    @media (max-width: 767px) {
      .footer__line {
        flex-direction: column; } }
    .footer__line--center {
      align-items: center; }
  .footer__column {
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 30px; }
    .footer__column:first-child {
      padding-left: 0;
      width: 170px; }
    @media (max-width: 767px) {
      .footer__column {
        width: 100% !important;
        padding: 0 !important;
        text-align: center; } }
    .footer__column--wide {
      flex-grow: 1;
      flex-shrink: 1; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .footer__column--wide {
          padding-right: 0; } }

.l-hero {
  display: flex;
  max-width: 1200px;
  flex-direction: row;
  margin: 160px auto;
  padding: 0 30px;
  /*&:not(&--first) &__column {
    & > * {
      margin-top: 0 !important;
    }
  }*/ }
  @media (max-width: 767px) {
    .l-hero {
      padding: 0 16px; } }
  @media (max-width: 767px) {
    .l-hero {
      flex-direction: column-reverse;
      margin: 60px auto; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-hero {
      flex-direction: column-reverse;
      margin: 80px auto; } }
  .l-hero--main {
    margin-bottom: 240px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-hero--main {
        flex-direction: column;
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .l-hero--main {
        margin-bottom: 0; }
        .l-hero--main .l-hero__shape {
          margin-bottom: 80px; } }
  .l-hero--narrow {
    margin: 150px auto; }
    @media (max-width: 767px) {
      .l-hero--narrow {
        margin: 20px auto; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-hero--narrow {
        flex-direction: row !important; } }
  .l-hero--first {
    margin-top: 80px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-hero--first {
        flex-direction: column;
        margin-bottom: 160px; } }
    @media (max-width: 767px) {
      .l-hero--first {
        margin-top: -40%;
        flex-direction: column-reverse; } }
  .l-hero--first .l-hero__content {
    padding-right: 30%; }
    @media (max-width: 767px) {
      .l-hero--first .l-hero__content {
        padding-right: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-hero--fixed {
      flex-direction: row-reverse !important; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-hero--fixed .l-hero__column:first-child {
      width: 60% !important;
      flex-shrink: 0; } }
  .l-hero--narrow .l-hero__column {
    width: 32%; }
    .l-hero--narrow .l-hero__column:first-child {
      width: 65%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-hero--narrow .l-hero__column {
        width: 50% !important;
        flex-shrink: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-hero--narrow.l-hero--reverse {
      flex-direction: row-reverse !important; } }
  .l-hero--narrow.l-hero--reverse .l-hero__column {
    width: 65%;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .l-hero--narrow.l-hero--reverse .l-hero__column:last-child {
      width: 32%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-hero--narrow.l-hero--reverse .l-hero__column {
        width: 50% !important;
        flex-shrink: 0; } }
  .l-hero__column {
    position: relative;
    width: 44%; }
    @media (max-width: 1024px) {
      .l-hero__column {
        width: 100% !important;
        padding-left: 0; } }
    @media (max-width: 767px) {
      .l-hero__column {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    .l-hero__column:first-child {
      width: 56%;
      padding-left: 0; }
    @media (max-width: 1024px) {
      .l-hero__column--centered {
        display: flex;
        flex-direction: column;
        align-items: center; } }
  .l-hero--reverse {
    flex-direction: row-reverse; }
    @media (max-width: 1024px) {
      .l-hero--reverse {
        flex-direction: column-reverse; } }
  .l-hero--reverse .l-hero__column:last-child .l-hero__shape {
    right: 0;
    align-self: flex-end; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-hero--narrow .l-hero__column:last-child .l-hero__shape {
      align-self: center !important; } }
  .l-hero--reverse .l-hero__column {
    position: relative;
    width: 56%; }
    .l-hero--reverse .l-hero__column:first-child {
      padding-left: 6%; }
      @media (max-width: 1024px) {
        .l-hero--reverse .l-hero__column:first-child {
          padding-left: 0; } }
    .l-hero--reverse .l-hero__column:last-child {
      width: 44%; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .l-hero--reverse .l-hero__column:last-child {
          width: 100%;
          padding-right: 0;
          display: flex;
          justify-content: flex-end;
          flex-direction: column; } }
      @media (max-width: 767px) {
        .l-hero--reverse .l-hero__column:last-child {
          width: 100%;
          padding-right: 0;
          display: block; } }
  .l-hero__content {
    margin: 40px 0;
    padding-right: 10%; }
    @media (max-width: 1024px) {
      .l-hero__content {
        max-width: inherit; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-hero__content {
        margin: 20px 0;
        padding-right: 0; } }
    @media (max-width: 767px) {
      .l-hero__content {
        margin: 20px 0;
        max-width: inherit !important;
        padding-right: 0;
        margin-top: 0; } }
  .l-hero__object {
    margin-left: inherit;
    margin-left: 15%; }
    @media (max-width: 767px) {
      .l-hero__object {
        position: absolute;
        top: 0;
        width: 70%;
        margin: 0 auto !important;
        left: 15%; }
        .l-hero__object img {
          max-width: 100%; } }
  .l-hero--reverse .l-hero__object {
    margin-top: 10%;
    margin-left: -25%; }
  .l-hero__shape-back {
    position: absolute;
    z-index: -3;
    width: auto;
    height: 116%;
    top: -4%;
    left: -6%; }
    @media (max-width: 767px) {
      .l-hero__shape-back {
        max-width: 120% !important; } }
  @media (max-width: 767px) {
    .l-hero__shape--map .l-hero__shape-cover {
      margin-top: -15%; } }
  @media (max-width: 767px) {
    .l-hero__shape--map .l-hero__shape-object {
      width: 80%;
      margin-left: 10%; } }
  .l-hero--reverse .l-hero__shape-cover {
    right: 0;
    left: inherit; }
    @media (max-width: 767px) {
      .l-hero--reverse .l-hero__shape-cover {
        margin-top: -5% !important;
        right: 20%; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-hero--reverse .l-hero__shape-cover {
        -webkit-transform: translateY(-50%) translateX(-10%) scale(0.7);
                transform: translateY(-50%) translateX(-10%) scale(0.7);
        -webkit-transform-origin: right;
                transform-origin: right; } }
  .l-hero__shape-cover {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -3; }
    @media (max-width: 767px) {
      .l-hero__shape-cover {
        width: 100%;
        margin-top: -8%;
        max-width: inherit !important;
        /*margin-left: 0 !important;
      margin-top: 0 !important;
      margin-right: 0 !important;*/
        -webkit-transform: scale(0.9) translateY(-50%);
                transform: scale(0.9) translateY(-50%); } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-hero__shape-cover {
        -webkit-transform: translateY(-50%) translateX(10%) scale(0.7);
                transform: translateY(-50%) translateX(10%) scale(0.7);
        -webkit-transform-origin: left;
                transform-origin: left; } }
    .l-hero__shape-cover--unic {
      margin-top: 0% !important; }
  .l-hero__shape-object {
    margin: 0 120px; }
    @media (max-width: 767px) {
      .l-hero__shape-object {
        width: 40%;
        margin: inherit; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-hero__shape-object {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: top left;
                transform-origin: top left; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-hero__shape-object--full {
        width: 88%;
        -webkit-transform: inherit;
                transform: inherit;
        margin: 0; } }
    @media (max-width: 767px) {
      .l-hero__shape-object--full {
        width: 50%;
        -webkit-transform: inherit;
                transform: inherit;
        margin: 0; } }
    .l-hero__shape-object--big {
      margin-left: 50px; }
      @media (max-width: 767px) {
        .l-hero__shape-object--big {
          width: 44%;
          margin-left: -15%; } }
    @media (max-width: 767px) {
      .l-hero__shape-object--xbig {
        width: 50%;
        margin-left: -25%; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-hero__shape-object--xbig {
        -webkit-transform: scale(0.9);
                transform: scale(0.9); } }
    @media only screen and (min-width: 1520px) {
      .l-hero__shape-object {
        -webkit-transform: scale(1.2) translateX(10%) translateY(5%);
                transform: scale(1.2) translateX(10%) translateY(5%); } }
    @media only screen and (min-width: 1700px) {
      .l-hero__shape-object {
        -webkit-transform: scale(1.3) translateX(20%) translateY(5%);
                transform: scale(1.3) translateX(20%) translateY(5%); } }
    @media only screen and (min-width: 1920px) {
      .l-hero__shape-object {
        -webkit-transform: scale(1.3) translateX(20%) translateY(5%);
                transform: scale(1.3) translateX(20%) translateY(5%); } }
  @media only screen and (min-width: 1520px) {
    .l-hero--reverse .l-hero__shape-object {
      -webkit-transform: scale(1.2) translateX(-10%) translateY(5%);
              transform: scale(1.2) translateX(-10%) translateY(5%); } }
  @media only screen and (min-width: 1700px) {
    .l-hero--reverse .l-hero__shape-object {
      -webkit-transform: scale(1.3) translateX(-20%) translateY(5%);
              transform: scale(1.3) translateX(-20%) translateY(5%); } }
  @media only screen and (min-width: 1920px) {
    .l-hero--reverse .l-hero__shape-object {
      -webkit-transform: scale(1.3) translateX(-20%) translateY(5%);
              transform: scale(1.3) translateX(-20%) translateY(5%); } }
  .l-hero--top .l-hero__shape {
    top: 0;
    -webkit-transform: inherit;
            transform: inherit; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-hero--top .l-hero__column:last-child {
      justify-content: flex-start !important; } }
  .l-hero__shape {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -2; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-hero__shape {
        position: relative;
        -webkit-transform: inherit;
                transform: inherit;
        margin-top: 5% !important;
        top: inherit;
        align-self: center; } }
    @media (max-width: 767px) {
      .l-hero__shape {
        position: relative;
        -webkit-transform: inherit;
                transform: inherit;
        text-align: center;
        margin-top: 20px !important;
        width: 160%;
        margin-left: -17.5%; }
        .l-hero__shape img {
          max-width: 100%; } }
    @media (max-width: 767px) {
      .l-hero__shape--center {
        margin-left: -30%; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-hero__shape--special {
        margin-top: -40% !important;
        margin-left: 30%; } }
    @media (max-width: 767px) {
      .l-hero__shape--special {
        width: 130%;
        margin-left: -15%;
        margin-top: 0% !important;
        margin-bottom: 40px; } }
  .l-hero--shaped {
    position: relative; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-hero--shaped .l-hero__content {
      padding-right: 65% !important; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-hero--shaped .l-hero__shape {
      position: absolute;
      margin-top: -13% !important;
      top: 0;
      margin-left: 50%;
      margin-bottom: -80%; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-hero--shaped .l-hero__subtitle {
      padding-right: 58% !important; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-hero--shaped .l-hero__title {
      padding-right: 20% !important;
      max-width: 700px; } }

.l-columns {
  width: 100%;
  display: flex;
  margin: 50px -.9rem;
  /*
    @include breakpoint(touch) {
      margin-top: 50px;
      margin-bottom: 0;
    }*/ }
  @media (max-width: 767px) {
    .l-columns {
      margin: 20px 0;
      flex-direction: column; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-columns {
      margin: 20px -.5rem; } }
  .l-columns--slim {
    margin: 0px -.9rem; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-columns--tablet {
      flex-direction: column; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-columns--tablet .l-columns__column {
      width: 100% !important; } }
  @media (max-width: 767px) {
    .l-columns--tablet .l-columns__column {
      width: 80% !important;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .l-content .l-columns {
      margin: 0 0; } }
  @media (max-width: 1024px) {
    .l-columns--mobile-horizon {
      flex-direction: row; } }
  @media (max-width: 1024px) {
    .l-columns--mobile-vert {
      flex-direction: column; } }
  @media (max-width: 1024px) {
    .l-columns--mobile-vert .l-columns__column {
      margin: 5px 0;
      width: 100% !important; } }
  .l-columns--three .l-columns__column {
    width: 33.33333%; }
  .l-columns--double .l-columns__column {
    width: 50%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-columns--padded .l-columns__column {
      padding: 30px;
      margin: -5% 0; }
      .l-columns--padded .l-columns__column > img {
        -webkit-transform: scale(0.8);
                transform: scale(0.8); } }
  .l-columns__column {
    padding: 0 .9rem;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      .l-columns__column {
        margin: 5px 0;
        width: 100% !important;
        padding: 0 0 !important; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-columns__column {
        padding: .5rem; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-columns__column--tablet-wide {
        width: 38% !important; } }
    .l-columns__column--padded {
      padding: 10px 0; }
      @media (max-width: 767px) {
        .l-columns__column--padded {
          padding: 0; } }

.l-mobile {
  background-color: rgba(246, 251, 250, 0);
  background: linear-gradient(28deg, rgba(32, 145, 184, 0.1) 0%, rgba(77, 54, 196, 0.05) 70%);
  margin: 300px 0 100px; }
  @media (max-width: 1024px) {
    .l-mobile {
      margin: 0 0 100px; } }
  @media (max-width: 767px) {
    .l-mobile {
      margin: 0; } }
  .l-mobile__wrapper {
    display: flex;
    max-width: 1200px;
    flex-direction: row;
    margin: 200px auto 100px;
    padding: 0 30px; }
    @media (max-width: 767px) {
      .l-mobile__wrapper {
        margin: 80px auto 40px;
        flex-direction: column;
        padding: 40px 16px 0; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-mobile__wrapper {
        margin: 80px auto; } }
  .l-mobile__iphone {
    z-index: 1;
    float: right;
    position: relative;
    -webkit-perspective: 500px;
            perspective: 500px; }
    .l-mobile__iphone > img {
      -webkit-transform: translateZ(10px) scale(0.98);
              transform: translateZ(10px) scale(0.98); }
    @media (max-width: 1024px) {
      .l-mobile__iphone {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        float: inherit; }
        .l-mobile__iphone img {
          width: 100%; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-mobile__iphone {
        width: 120%;
        margin-left: 0%;
        margin-top: 10%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        float: inherit; } }
  .l-mobile__video {
    position: absolute;
    z-index: -1;
    top: -6.5%;
    bottom: 0%;
    left: 18%;
    right: 13%;
    -webkit-transform: skewX(6deg) rotateX(0deg) rotateY(3.4deg) skewY(-3deg) rotateZ(0deg) scaleX(0.8);
            transform: skewX(6deg) rotateX(0deg) rotateY(3.4deg) skewY(-3deg) rotateZ(0deg) scaleX(0.8); }
    .l-mobile__video video {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 5%; }
  .l-mobile__device {
    margin: -7.5% 0;
    width: 40%; }
    @media (max-width: 767px) {
      .l-mobile__device {
        width: 70%;
        margin: 0;
        margin-left: 15%; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-mobile__device {
        width: 80%;
        margin: 0; } }
    .l-mobile__device img {
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
      pointer-events: none;
      user-select: none; }
  .l-mobile .c-switcher {
    list-style: none;
    padding: 0; }
    .l-mobile .c-switcher li {
      padding: 0; }
  .l-mobile__content {
    margin: 50px 70px; }
    @media (max-width: 767px) {
      .l-mobile__content {
        margin: 0 0 30px;
        text-align: center; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-mobile__content {
        margin: 50px 30px; } }

.l-content {
  max-width: 770px;
  margin: 100px auto;
  padding: 0 30px;
  color: rgba(3, 13, 37, 0.65); }
  @media (max-width: 767px) {
    .l-content {
      margin: 20px auto 80px;
      padding: 0 16px; } }

.l-back {
  width: 100%;
  background: linear-gradient(353.86deg, #F6F5FC 0%, #D9E5F2 100%); }
  .l-back__wrapper {
    display: flex;
    max-width: 1200px;
    flex-direction: row;
    margin: 240px auto 100px;
    padding: 40px 30px;
    align-items: center; }
    @media (max-width: 767px) {
      .l-back__wrapper {
        margin: 80px auto;
        flex-direction: column-reverse;
        padding: 40px 16px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .l-back__wrapper {
        margin: 80px auto; } }
  .l-back__content {
    padding: 60px; }
    @media (max-width: 1024px) {
      .l-back__content {
        padding: 0; } }
  @media (max-width: 767px) {
    .l-back__image {
      width: 100%;
      margin: 40px 0; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .l-back__column:first-child {
      width: 50%;
      flex-shrink: 0; } }
  @media (max-width: 767px) {
    .l-back__column {
      width: 100%; } }

html {
  font-family: "SF Compact Display", sans-serif;
  font-size: 20px;
  line-height: 32px; }
  @media (max-width: 767px) {
    html {
      font-size: 16px;
      line-height: 25px; } }

a {
  color: #4D36C4;
  text-decoration: none; }
  a:hover {
    color: #705ecf; }
  a:active, a.-is-active {
    color: #452AD6; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

small {
  color: rgba(3, 13, 37, 0.5);
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
  margin: .4rem 0; }

b {
  font-weight: 500; }

.black {
  color: #030D25; }

h1 small, h2 small, h3 small, h4 small, h5 small {
  display: block; }

.p1 {
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #030D25; }
  @media (max-width: 767px) {
    .p1 {
      font-size: 16px;
      line-height: 25px; } }

.p2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: rgba(3, 13, 37, 0.65); }

.t1 {
  font-family: "Rubik", sans-serif;
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #030D25; }
  @media (max-width: 767px) {
    .t1 {
      font-size: 19px;
      line-height: 30px; } }
  @media (min-width: 1025px) and (max-width: 1215px) {
    .t1 {
      font-size: 38px;
      line-height: 44px; } }

.t2 {
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #030D25;
  margin: .6em 0; }
  @media (max-width: 767px) {
    .t2 {
      font-size: 20px;
      line-height: 30px; } }

.t3 {
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #030D25;
  margin-bottom: 1em; }
  @media (max-width: 767px) {
    .t3 {
      font-size: 20px;
      line-height: 30px; } }

.t4 {
  font-family: "SF Compact Display", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #030D25;
  margin: 1.8rem 0 1rem;
  display: inline-block; }

.t5 {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: rgba(3, 13, 37, 0.65); }
  @media (max-width: 767px) {
    .t5 {
      font-size: 14px;
      line-height: 20px; } }

a.t1, a.t2, a.t3, a.t4 {
  display: block; }
  a.t1 svg .colored, a.t2 svg .colored, a.t3 svg .colored, a.t4 svg .colored {
    fill: #030d25; }
  a.t1:hover, a.t2:hover, a.t3:hover, a.t4:hover {
    color: #4d36c4; }
    a.t1:hover svg .colored, a.t2:hover svg .colored, a.t3:hover svg .colored, a.t4:hover svg .colored {
      fill: #4d36c4; }
  a.t1:active, a.t2:active, a.t3:active, a.t4:active {
    color: #3d2b9c; }
    a.t1:active svg .colored, a.t2:active svg .colored, a.t3:active svg .colored, a.t4:active svg .colored {
      fill: #3d2b9c; }

@media (max-width: 767px) {
  a.t1 {
    font-size: 30px; }
    a.t1 svg {
      max-width: 18px;
      max-height: 18px; } }

.t1--inverced, .t2--inverced, .t3--inverced, .t4--inverced {
  position: relative;
  color: #fff;
  display: inline-block;
  margin: 8px 0;
  margin-bottom: 10px;
  white-space: nowrap; }
  @media (max-width: 767px) {
    .t1--inverced, .t2--inverced, .t3--inverced, .t4--inverced {
      margin: 0; } }
  .t1--inverced > span, .t2--inverced > span, .t3--inverced > span, .t4--inverced > span {
    position: relative;
    float: left;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .t1--inverced > span, .t2--inverced > span, .t3--inverced > span, .t4--inverced > span {
        margin-bottom: 2px; } }
    .t1--inverced > span:last-child, .t2--inverced > span:last-child, .t3--inverced > span:last-child, .t4--inverced > span:last-child {
      margin-bottom: 0; }
  .t1--inverced > span:before, .t2--inverced > span:before, .t3--inverced > span:before, .t4--inverced > span:before {
    content: '';
    position: absolute;
    top: 0;
    left: -13px;
    bottom: -3px;
    right: -13px;
    background: #4d36c4;
    border-radius: 5px;
    z-index: -1; }
    @media (max-width: 767px) {
      .t1--inverced > span:before, .t2--inverced > span:before, .t3--inverced > span:before, .t4--inverced > span:before {
        left: -10px;
        bottom: 0px;
        right: -10px;
        top: 3px; } }

.semibold {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.muted {
  color: #aeaeae; }

.o-dropdown {
  position: relative;
  display: inline-block;
  text-transform: uppercase; }
  .o-dropdown__link {
    cursor: pointer;
    padding: 13px 15px;
    font-size: 20px;
    letter-spacing: 0.22px;
    line-height: 24px; }
    .o-dropdown__link:after {
      position: relative;
      content: "";
      display: inline-block;
      width: 5px;
      height: 5px;
      border-right: 2px solid #5B6171;
      border-bottom: 2px solid #5B6171;
      -webkit-transform: translateY(-70%) rotate(45deg);
              transform: translateY(-70%) rotate(45deg);
      margin: 0 10px;
      opacity: 0.6; }
  .o-dropdown:hover .o-dropdown__content {
    display: block; }
  .o-dropdown:hover .o-dropdown__link:after {
    opacity: 1; }
  .o-dropdown__content {
    display: none;
    position: absolute;
    width: 100%;
    box-shadow: 0 4px 13px -5px rgba(3, 13, 37, 0.7);
    z-index: 1;
    border-radius: 6px;
    background: #fff; }
  .o-dropdown__content a {
    color: rgba(3, 13, 37, 0.65);
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    margin: 5px 0; }
    .o-dropdown__content a:hover {
      background: #f7f7f8;
      color: #030D25; }

.o-cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  righ: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f8;
  color: rgba(3, 13, 37, 0.5);
  font-size: 16px;
  line-height: 19px;
  padding: 16px;
  z-index: 10;
  display: none;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(193, 193, 193, 0.5); }
  .is-accept-cookies .o-cookies {
    display: flex; }
  @media (max-width: 767px) {
    .o-cookies > {
      padding-right: 10px; } }
  .o-cookies a {
    color: #4D36C4;
    text-decoration: underline; }

.o-close {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 767px) {
    .o-close {
      position: relative;
      flex-shrink: 0;
      right: 0; } }
  .o-close:hover {
    opacity: 1; }
  .o-close:before, .o-close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #808591; }
  .o-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .o-close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.o-social-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 40px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .o-social-icon {
      margin-left: 0;
      margin-right: 40px; } }
  @media (max-width: 767px) {
    .o-social-icon {
      margin-left: 40px;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .o-social-icon:first-child {
      margin-left: 0; } }
  .o-social-icon img, .o-social-icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .o-social-icon:not(:hover) svg path, .o-social-icon:not(:hover) svg rect, .o-social-icon:not(:hover) svg polygon {
    fill: #818692; }

.o-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(3, 13, 37, 0.65); }
  @media (max-width: 767px) {
    .o-icon {
      font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .o-icon {
      line-height: 22px; } }
  .o-icon {
    min-height: 50px; }
    @media (max-width: 1024px) {
      .o-icon {
        min-height: 40px; } }
  .o-icon--regular {
    color: #030D25;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px; }
    @media (max-width: 767px) {
      .o-icon--regular {
        padding: 6px 0; } }
  .o-icon--bold {
    font-size: 20px;
    font-weight: 500;
    color: #030D25;
    font-family: "Rubik", sans-serif; }
    @media (max-width: 767px) {
      .o-icon--bold {
        font-size: 16px;
        font-weight: 500;
        line-height: 16px; } }
  .o-icon__image {
    min-width: 50px;
    min-height: 50px;
    margin-right: 12px;
    margin-bottom: auto; }
    @media (max-width: 1024px) {
      .o-icon__image {
        max-width: 40px;
        max-height: 40px;
        min-width: 40px;
        min-height: 40px; } }
    .o-icon__image--fullwidth {
      max-width: inherit !important;
      max-height: inherit !important;
      min-width: inherit !important;
      min-height: inherit !important; }
    .o-icon__image--fullwidth img {
      width: inherit !important;
      height: inherit !important; }
    .o-icon__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      vertical-align: middle; }
  .o-icon--gdrp {
    width: 200px;
    opacity: .6;
    font-size: 14px;
    line-height: 22px; }
    @media (max-width: 767px) {
      .o-icon--gdrp {
        display: flex;
        margin: 40px auto 0; } }
  .o-icon--gdrp .o-icon__image {
    margin-bottom: 0; }

.o-card {
  position: absolute;
  z-index: 9;
  box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.26);
  border-radius: 23px;
  line-height: 0;
  margin-top: -20%;
  margin-left: 80%;
  overflow: hidden;
  left: 0;
  bottom: -30%;
  opacity: 0;
  transition: all 320ms ease-in-out;
  transition-delay: 640ms;
  -webkit-transform: translateY(1rem) rotate(6deg);
          transform: translateY(1rem) rotate(6deg); }
  .o-card--static {
    position: relative;
    margin-left: 0%; }
  .o-card.-is-visible {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(6deg);
            transform: translateY(0) rotate(6deg);
    -webkit-animation: flow 20s ease-in-out infinite;
            animation: flow 20s ease-in-out infinite;
    -webkit-animation-delay: 960ms;
            animation-delay: 960ms; }
  @media (max-width: 767px) {
    .o-card {
      margin-top: inherit;
      margin-left: inherit;
      -webkit-transform: rotate(6deg) scale(0.6) translateX(-10%) translateY(-95%) !important;
              transform: rotate(6deg) scale(0.6) translateX(-10%) translateY(-95%) !important;
      bottom: inherit;
      left: inherit; }
      .o-card.-is-visible {
        -webkit-animation: flow-mobile 20s ease-in-out infinite !important;
                animation: flow-mobile 20s ease-in-out infinite !important; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .o-card {
      margin-top: 20%;
      margin-left: 4%;
      -webkit-transform: rotate(6deg) scale(0.9);
              transform: rotate(6deg) scale(0.9);
      bottom: inherit;
      left: inherit; } }
  .o-card img {
    position: relative; }

@-webkit-keyframes flow {
  0% {
    -webkit-transform: translateY(0%) rotate(6deg);
            transform: translateY(0%) rotate(6deg); }
  25% {
    -webkit-transform: translateY(-10%) rotate(3deg);
            transform: translateY(-10%) rotate(3deg); }
  50% {
    -webkit-transform: translateY(0%) rotate(6deg);
            transform: translateY(0%) rotate(6deg); }
  75% {
    -webkit-transform: translateY(-10%) rotate(9deg);
            transform: translateY(-10%) rotate(9deg); }
  100% {
    -webkit-transform: translateY(0%) rotate(6deg);
            transform: translateY(0%) rotate(6deg); } }

@-webkit-keyframes flow-mobile {
  0% {
    -webkit-transform: translateX(-10%) translateY(-95%) rotate(6deg) scale(0.5);
            transform: translateX(-10%) translateY(-95%) rotate(6deg) scale(0.5); }
  25% {
    -webkit-transform: translateX(-10%) translateY(-85%) rotate(3deg) scale(0.5);
            transform: translateX(-10%) translateY(-85%) rotate(3deg) scale(0.5); }
  50% {
    -webkit-transform: translateX(-10%) translateY(-95%) rotate(6deg) scale(0.5);
            transform: translateX(-10%) translateY(-95%) rotate(6deg) scale(0.5); }
  75% {
    -webkit-transform: translateX(-10%) translateY(-85%) rotate(9deg) scale(0.5);
            transform: translateX(-10%) translateY(-85%) rotate(9deg) scale(0.5); }
  100% {
    -webkit-transform: translateX(-10%) translateY(-95%) rotate(6deg) scale(0.5);
            transform: translateX(-10%) translateY(-95%) rotate(6deg) scale(0.5); } }

.button {
  position: relative;
  cursor: pointer;
  font-family: "SF Compact Display";
  font-size: 14px;
  letter-spacing: 0.17px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 25px;
  background-color: #4D36C4;
  color: #fff;
  padding: 15px 34px 17px;
  min-width: 180px;
  display: inline-block;
  line-height: 14px;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  border: none; }
  .button--big {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.25px;
    line-height: 24px;
    border-radius: 30.5px; }
    @media (max-width: 767px) {
      .button--big {
        margin-top: 40px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.17px;
        line-height: 24px;
        padding: 12px 26px 14px;
        line-height: 20px; } }
  .button > img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    margin-top: -2px; }
  .button:hover {
    background-color: #705ecf;
    color: #fff; }
  .button:active {
    background-color: #3d2b9c;
    color: #fff; }

input[type=text], input[type=email] {
  border: 1px solid #cdcfd3;
  border-radius: 5px;
  background-color: #fff;
  color: #030D25;
  font-size: 18px;
  line-height: 24px;
  box-sizing: border-box;
  padding: 11px 10px 13px;
  box-shadow: none;
  -webkit-appearance: none; }
  input[type=text]:active, input[type=text]:focus, input[type=email]:active, input[type=email]:focus {
    border-color: #818692; }
  input[type=text].error, input[type=email].error {
    border-color: #dd4069; }

input:focus, textarea:focus {
  outline: none; }

form {
  margin-top: 50px; }

textarea {
  border: 1px solid #cdcfd3;
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #030D25;
  font-size: 18px;
  line-height: 24px;
  box-sizing: border-box;
  padding: 11px 10px 13px;
  resize: vertical; }
  textarea:active, textarea:focus {
    border-color: #818692; }

.o-input {
  margin: 0 auto;
  max-width: 370px;
  text-align: left;
  margin-bottom: 20px; }
  .o-input label {
    font-family: 'SF Compact Display', sans-serif;
    color: rgba(3, 13, 37, 0.5);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 10px; }
  .o-input input, .o-input textarea {
    width: 100%; }
  .o-input--required label:not(.error):after {
    content: '•';
    color: #F33E11;
    font-family: "SF Compact Display";
    font-size: 14px;
    line-height: 16px;
    vertical-align: top;
    margin-left: .2rem; }
  .o-input label.error {
    color: #E50505;
    font-size: 14px;
    line-height: 24px; }

.o-background {
  position: absolute;
  z-index: -1; }
  @media (max-width: 767px) {
    .o-background {
      position: relative; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .o-background {
      z-index: -1; } }
  @media (max-width: 767px) {
    .o-background--mobile {
      position: absolute !important;
      -webkit-transform: scale(0.6) translate(-35%, -85%) !important;
              transform: scale(0.6) translate(-35%, -85%) !important; } }
  .o-background--right {
    right: 0;
    text-align: right; }
  .o-background--bottom {
    bottom: -100px;
    text-align: right; }
  .o-background--center {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.o-tip {
  opacity: 0.2;
  color: #1E273D;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 22px;
  padding-top: 20px; }

.o-steps {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .o-steps {
      flex-direction: column;
      align-items: center; } }
  .o-steps > li {
    counter-increment: my-awesome-counter;
    display: flex;
    width: 250px;
    margin-bottom: 0.5rem;
    align-items: center;
    text-align: left;
    padding-right: 60px;
    line-height: 22px;
    color: rgba(3, 13, 37, 0.65);
    font-family: "SF Compact Display";
    font-size: 16px;
    font-weight: 500;
    width: 33.333333%;
    margin: 0 4%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .o-steps > li {
        margin: 0;
        padding-right: 40px; } }
    @media (max-width: 767px) {
      .o-steps > li {
        width: 100%;
        margin: 0;
        padding-right: 0;
        align-items: center;
        height: 6rem; } }
    .o-steps > li::before {
      content: "" counter(my-awesome-counter);
      font-weight: bold;
      margin-right: -1rem;
      font-family: "Rubik", sans-serif;
      line-height: 1;
      font-size: 130px;
      font-weight: bold;
      line-height: 150px;
      opacity: 0.65;
      color: rgba(3, 13, 37, 0.08); }
      @media (max-width: 767px) {
        .o-steps > li::before {
          margin-right: 1rem;
          width: 6rem;
          /* flex-basis: 0; */
          flex-shrink: 0;
          flex-grow: 0;
          /* height: 31rem; */
          font-size: 100px;
          text-align: center; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .o-big-number {
    margin: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    width: 100%; } }

.o-big-number__item {
  float: right;
  margin: 20px 0; }
  @media (max-width: 767px) {
    .o-big-number__item {
      margin: 0 auto;
      float: unset;
      position: relative;
      display: table;
      margin-bottom: 20px; } }

.o-big-number__item--small .o-big-number__value {
  font-size: 84px;
  font-weight: bold;
  line-height: 64px;
  margin-right: 40px; }
  @media (max-width: 767px) {
    .o-big-number__item--small .o-big-number__value {
      margin-right: auto; } }

.o-big-number__value {
  font-family: "Rubik", sans-serif;
  color: #452AD6;
  font-size: 100px;
  font-weight: bold;
  line-height: 84px; }
  @media (max-width: 767px) {
    .o-big-number__value {
      font-size: 50px !important;
      line-height: 64px !important; } }

.o-big-number__label {
  color: rgba(3, 13, 37, 0.65);
  font-size: 22px;
  font-weight: 500;
  line-height: 22px; }
  @media (max-width: 767px) {
    .o-big-number__label {
      font-size: 14px;
      line-height: 22px;
      margin-top: -.8rem; } }

.o-list {
  list-style: none; }
  @media (max-width: 767px) {
    .o-list {
      padding-left: 1rem; } }
  .o-list li {
    margin: .6rem 0; }
    .o-list li:before {
      content: "•";
      color: #cdcfd3;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }
  .o-list__item--nobullet:before {
    display: none !important; }

.o-accordion {
  list-style: none;
  padding: 0;
  margin: 30px 0; }
  .o-accordion__toggle {
    cursor: pointer;
    color: #030D25;
    display: block;
    position: relative;
    margin: 20px 0; }
  .o-accordion__toggle.-is-active .o-accordion__icon {
    cursor: pointer; }
    .o-accordion__toggle.-is-active .o-accordion__icon:before {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .o-accordion__toggle.-is-active .o-accordion__icon:after {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg); }
  .o-accordion__icon {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    /* Vertical line */
    /* horizontal line */ }
    .o-accordion__icon:before, .o-accordion__icon:after {
      content: "";
      position: absolute;
      background-color: black;
      border-radius: 6px; }
    .o-accordion__icon:before {
      top: 0;
      left: 50%;
      width: 4px;
      height: 100%;
      margin-left: -2px; }
    .o-accordion__icon:after {
      top: 50%;
      left: 0;
      width: 100%;
      height: 4px;
      margin-top: -2px; }
  .o-accordion__content {
    overflow: hidden;
    color: rgba(3, 13, 37, 0.65);
    padding: 1rem 30px; }
    .o-accordion__content > *:first-child {
      margin-top: 0; }
  .o-accordion > div {
    border-top: 1px solid #ebecee;
    overflow: hidden; }
    .o-accordion > div:last-child {
      border-bottom: 1px solid #ebecee; }

.o-menu-icon {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 16px; }
  @media (max-width: 767px) {
    .header--inverse .o-menu-icon__inner {
      background-color: #fff; }
      .header--inverse .o-menu-icon__inner:after, .header--inverse .o-menu-icon__inner:before {
        background-color: #fff; } }
  .o-menu-icon__inner {
    position: absolute;
    width: 22px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #000; }
    .-is-menu-open .o-menu-icon__inner {
      background-color: #000 !important; }
    .o-menu-icon__inner:after, .o-menu-icon__inner:before {
      display: block;
      content: "";
      position: absolute;
      width: 22px;
      height: 2px;
      transition-timing-function: ease;
      transition-duration: .15s;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      border-radius: 4px;
      background-color: #000; }
      .-is-menu-open .o-menu-icon__inner:after, .-is-menu-open .o-menu-icon__inner:before {
        background-color: #000 !important; }
    .o-menu-icon__inner:before {
      top: 7px;
      transition-timing-function: ease;
      transition-duration: .15s;
      transition-property: opacity,-webkit-transform;
      transition-property: transform,opacity;
      transition-property: transform,opacity,-webkit-transform; }
    .o-menu-icon__inner:after {
      top: 14px; }
    .-is-menu-open .o-menu-icon__inner {
      -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
              transform: translate3d(0, 7px, 0) rotate(45deg); }
      .-is-menu-open .o-menu-icon__inner:before {
        -webkit-transform: translate3d(0px, -7px, 0) rotate(-45deg);
                transform: translate3d(0px, -7px, 0) rotate(-45deg);
        opacity: 0; }
      .-is-menu-open .o-menu-icon__inner:after {
        -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
                transform: translate3d(0, -14px, 0) rotate(-90deg); }

.o-lang-link {
  color: #515151;
  font-size: 18px;
  letter-spacing: -0.4px;
  line-height: 22px;
  text-align: center;
  margin: 60px 20px;
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px; }
  .o-lang-link.-is-active {
    color: #fff !important; }
    .o-lang-link.-is-active:before {
      content: '';
      position: absolute;
      background-color: #523CC5;
      border-radius: 50%;
      z-index: -1;
      top: -10px;
      bottom: -10px;
      left: -10px;
      right: -10px; }

.o-pattern {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: -10%; }

.o-checkbox {
  margin: 0 auto;
  max-width: 370px;
  text-align: left;
  margin-bottom: 20px; }
  .o-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    /*// Box hover


    // Box focus
    &:focus + label:before {
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }



    // Disabled state label.
    &:disabled + label {
      color: #b8b8b8;
      cursor: auto;
    }

    // Disabled box.
    &:disabled + label:before {
      box-shadow: none;
      background: #ddd;
    }

    // Checkmark. Could be replaced with an image
    &:checked + label:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 9px;
      background: white;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 white,
      4px 0 0 white,
      4px -2px 0 white,
      4px -4px 0 white,
      4px -6px 0 white,
      4px -8px 0 white;
      transform: rotate(45deg);
    }*/ }
    .o-checkbox input[type="checkbox"] + label {
      position: relative;
      cursor: pointer;
      padding: 0;
      padding-left: 34px;
      color: rgba(3, 13, 37, 0.5);
      font-size: 16px;
      line-height: 25px;
      display: inline-block; }
    .o-checkbox input[type="checkbox"] + label:after {
      content: "";
      position: absolute;
      top: 4px;
      left: 0px;
      display: block;
      width: 20px;
      height: 20px;
      margin-top: -2px;
      margin-right: 5px;
      border: 1px solid #CDCFD3;
      border-radius: 4px;
      background-color: #FFFFFF;
      transition: 320ms; }
    .o-checkbox input[type="checkbox"]:checked + label:after {
      background-color: #4D36C4;
      border-color: #4D36C4; }
    .o-checkbox input[type="checkbox"]:checked + label:before {
      content: "";
      position: absolute;
      top: 6px;
      left: 8px;
      display: table;
      width: 5px;
      height: 8px;
      border: 2px solid #fff;
      border-top-width: 0;
      border-left-width: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      z-index: 1; }
    .o-checkbox input[type="checkbox"]:hover + label:after {
      border: 1px solid #4d36c4; }
    .o-checkbox input[type="checkbox"]:active + label:after {
      background-color: #412da6;
      border-color: #412da6; }
    .o-checkbox input[type="checkbox"].error + label:after {
      border-color: #dd4069; }

.o-count {
  color: #452AD6;
  font-family: "Rubik", sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 64px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .o-count {
      font-size: 70px; } }
  @media (max-width: 767px) {
    .o-count {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .o-count {
      font-size: 46px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .o-count__value {
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: flex-start; } }
  @media (max-width: 767px) {
    .o-count__value {
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: flex-start; } }
  .o-count__value > svg {
    max-height: 100%;
    width: auto; }
  .o-count svg {
    display: block; }
  .o-count__label {
    color: rgba(3, 13, 37, 0.65);
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 5px; }
    @media (max-width: 767px) {
      .o-count__label {
        font-size: 14px; } }

.o-step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 20px;
  align-items: center; }
  @media (max-width: 767px) {
    .o-step {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px; } }
  .o-step__image {
    margin-bottom: -40px; }
    @media (max-width: 767px) {
      .o-step__image {
        width: 50%;
        padding-right: 16%; }
        .o-step__image img {
          width: 100%; }
        .o-step__image--big {
          width: 60%;
          padding-right: 6%; } }
  .o-step__content {
    display: flex;
    margin-bottom: 0.5rem;
    align-items: center;
    text-align: left;
    padding-right: 0;
    color: rgba(3, 13, 37, 0.65);
    max-width: 270px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px; }
    @media (max-width: 767px) {
      .o-step__content {
        flex-direction: column;
        align-items: flex-start;
        width: 250px;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .o-step__content {
        width: 120%;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .o-step__content {
        margin: 0;
        padding-right: 0; } }
  .o-step__digit {
    font-weight: bold;
    margin-right: -1rem;
    font-family: "Rubik", sans-serif;
    line-height: 1;
    font-size: 130px;
    font-weight: bold;
    line-height: 150px;
    opacity: 0.65;
    color: rgba(3, 13, 37, 0.08); }
    @media (max-width: 767px) {
      .o-step__digit {
        margin-right: 1rem;
        width: 8rem;
        font-size: 80px;
        font-weight: bold;
        line-height: 80px; } }

@media (max-width: 767px) {
  .c-navigation {
    display: none;
    color: #515151;
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 22px; } }

.-is-menu-open .c-navigation {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 30px 0;
  width: 100%; }

.c-navigation a {
  color: rgba(3, 13, 37, 0.65);
  text-decoration: none; }
  .c-navigation a:hover {
    color: #030D25; }
  .c-navigation a:active, .c-navigation a.-is-active {
    color: #452AD6; }

.footer .c-navigation {
  font-size: 18px; }

.c-navigation__link {
  margin-left: 50px; }
  .c-navigation__link--mobile {
    display: none; }
    @media (max-width: 767px) {
      .c-navigation__link--mobile {
        display: block; } }
  @media (max-width: 767px) {
    .c-navigation__link {
      margin-left: inherit !important;
      margin: 16px 0; } }
  .c-navigation__link:first-child {
    margin-left: 0; }
  header .c-navigation__link:first-child {
    margin-left: 50px; }

.c-switcher {
  counter-reset: myCounter;
  padding: .2em 1em; }
  .c-switcher li {
    cursor: pointer;
    margin-top: 35px;
    color: rgba(3, 13, 37, 0.5);
    padding-left: .6em; }
    .c-switcher li:first-child {
      margin-top: 0; }
    .c-switcher li:hover, .c-switcher li.-is-active {
      color: #030D25; }

.c-clients {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .c-clients {
      margin-top: 0; } }
  .c-clients--narrow .c-clients__item {
    width: 33.333333%; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .c-clients--narrow .c-clients__item {
        width: 50%; } }
  .c-clients__item {
    opacity: .3;
    width: 16.666666%;
    display: inline-block;
    margin: 10px 0; }
    .c-clients__item img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (max-width: 767px) {
        .c-clients__item img {
          width: 80%; } }
    .c-clients__item:hover {
      opacity: 1; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .c-clients__item {
        width: 25%;
        margin: 0; } }
    @media (max-width: 767px) {
      .c-clients__item {
        width: 50%; } }

.js-scheme-controls {
  position: relative;
  transition: -webkit-transform 240ms ease-in-out;
  transition: transform 240ms ease-in-out;
  transition: transform 240ms ease-in-out, -webkit-transform 240ms ease-in-out;
  margin: 7rem 0 14rem; }
  @media (min-width: 768px) and (max-width: 860px) {
    .js-scheme-controls {
      margin: 0rem 0 8rem; } }
  @media (min-width: 861px) and (max-width: 1024px) {
    .js-scheme-controls {
      margin: 5rem 0 10rem; } }

.js-scheme__wrapper.-is-pinned {
  width: 100% !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important; }

.js-scheme.-is-pinned {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important; }

.c-scheme__items {
  width: 100%; }
  @media (max-width: 767px) {
    .c-scheme__items {
      position: absolute;
      z-index: 1;
      margin: 20px 0; } }
  .c-scheme__items img {
    max-width: 100%; }

.c-scheme.-is-pinned {
  left: 16px !important;
  right: 16px !important; }

.c-scheme--fake {
  position: relative;
  display: none; }
  @media (max-width: 767px) {
    .c-scheme--fake {
      display: block;
      opacity: 0; } }

.c-scheme__items {
  position: relative; }

.c-scheme__item {
  position: absolute;
  opacity: 0;
  transition: opacity 320ms ease-in-out;
  top: 0;
  width: 100%; }
  .c-scheme__item:first-child {
    position: relative !important; }
  .c-scheme__item.-is-active {
    opacity: 1; }

.c-scheme__column {
  position: relative; }

.c-scheme__title {
  margin-bottom: 2rem; }

.c-scheme__switcher {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.c-mobile-switcher {
  list-style: none;
  margin: 0;
  padding: 0; }
  .c-mobile-switcher__item {
    padding: 0;
    cursor: pointer;
    margin: 8px 0;
    color: rgba(3, 13, 37, 0.3);
    transition: all 320ms ease-in-out; }
    .c-mobile-switcher__item .o-icon__image {
      width: 40px;
      height: 40px;
      max-width: 40px;
      max-height: 40px;
      min-width: 40px;
      min-height: 40px;
      flex-shrink: 0;
      margin-bottom: 0; }
      .c-mobile-switcher__item .o-icon__image svg {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .c-mobile-switcher__item .o-icon {
      transition: all 160ms ease-in-out; }
      .c-mobile-switcher__item .o-icon svg polygon, .c-mobile-switcher__item .o-icon svg path, .c-mobile-switcher__item .o-icon svg circle {
        transition: all 160ms ease-in-out; }
    .c-mobile-switcher__item:not(.-is-active) .o-icon {
      color: rgba(3, 13, 37, 0.3); }
      .c-mobile-switcher__item:not(.-is-active) .o-icon svg polygon, .c-mobile-switcher__item:not(.-is-active) .o-icon svg path, .c-mobile-switcher__item:not(.-is-active) .o-icon svg circle {
        fill: #d6d9e0; }

.c-map {
  position: relative; }
  @media (max-width: 767px) {
    .c-map {
      display: flex;
      flex-direction: column; } }
  .c-map__container {
    height: 75vh;
    max-height: 600px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .c-map__container {
        height: 40vh;
        min-height: 400px; } }
  .c-map__popup {
    position: absolute;
    width: 260px;
    min-width: inherit;
    max-width: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    left: 26%;
    z-index: 10;
    line-height: 28px;
    color: #030D25;
    font-size: 20px; }
    @media (max-width: 767px) {
      .c-map__popup {
        position: relative;
        -webkit-transform: inherit;
                transform: inherit;
        top: inherit;
        left: inherit;
        margin: 0 auto 40px; } }
    .c-map__popup:before {
      content: url("../img/shape@1x.svg");
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1); }
      @media (max-width: 767px) {
        .c-map__popup:before {
          display: none; } }

.c-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 20;
  text-align: center;
  display: none; }
  .-is-popup-open .c-popup {
    display: block; }
  .c-popup img {
    max-width: 100%; }
  .c-popup__container {
    position: absolute;
    width: calc(100% - 40px);
    max-width: 600px;
    border-radius: 6px;
    background: #fff;
    padding: 60px;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    box-shadow: 1px 17px 46px -16px rgba(17, 13, 40, 0.9); }
    @media (max-width: 767px) {
      .c-popup__container {
        padding: 60px 22px; } }
  .c-popup__back {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: calc(100% - 40px) !important;
    z-index: -1; }
  .c-popup__close {
    position: absolute;
    right: 19px;
    top: 19px;
    width: 19px;
    height: 19px;
    opacity: 0.6;
    cursor: pointer; }
    .c-popup__close:hover {
      opacity: 1; }
    .c-popup__close:before, .c-popup__close:after {
      position: absolute;
      left: 9px;
      content: ' ';
      height: 19px;
      width: 1px;
      background-color: #333; }
    .c-popup__close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .c-popup__close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.c-mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 19;
  background: #fff; }

.c-stores {
  display: flex;
  margin: 30px -6px; }
  @media (max-width: 767px) {
    .c-stores {
      justify-content: center;
      margin: 10px -6px; } }
  .c-stores__button {
    height: 59px;
    width: 176px;
    margin: 0 6px; }
    @media (max-width: 767px) {
      .c-stores__button {
        margin: 0; } }
    .c-stores__button img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

    .radio {
      margin: 0.5rem;
      width: 50%;
      width: 100%;
    }
  
    .radio input[type="radio"] {
      position: absolute;
      opacity: 0;
    }
  
    .radio input[type="radio"]+.radio-label:before {
      content: '';
      background: #f4f4f4;
      border-radius: 100%;
      border: 1px solid #b4b4b4;
      display: inline-block;
      width: 1.4em;
      height: 1.4em;
      position: relative;
      top: -0.2em;
      margin-right: 1em;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      transition: all 250ms ease;
    }
  
    .radio input[type="radio"]:checked+.radio-label:before {
      background-color: #4D36C4;
      box-shadow: inset 0 0 0 4px #f4f4f4;
    }
  
    .radio input[type="radio"]:focus+.radio-label:before {
      outline: none;
      border-color: #4D36C4;
    }
  
    .radio input[type="radio"]:disabled+.radio-label:before {
      box-shadow: inset 0 0 0 4px #f4f4f4;
      border-color: #b4b4b4;
      background: #b4b4b4;
    }
    
    .code {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
      padding-bottom: 1em;
    }