/* =========================================
   CLEARFIX
============================================ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* =========================================
   FONTS
============================================ */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOjCnqEu92Fr1Mu51TjARc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOjCnqEu92Fr1Mu51TLBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'GothamRounded-Bold';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GothamRounded-Bold.eot) format('embedded-opentype'), url(../fonts/GothamRounded-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'GothamRounded-Medium';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/GothamRounded-Medium.woff2) format('woff2'), url(../fonts/GothamRounded-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/GothamRounded-Book.ttf') format('truetype');
}
/* =========================================
   COLORS
============================================ */
.scio-blue {
  color: #009ade;
}
.background-scio-white {
  background: #ffffff !important;
}
/* =========================================
   SPACING
============================================ */
.padding-0 {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.padding-top-0 {
  padding-top: 0;
}
.padding-top-48px {
  padding-top: 3.000em;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-bottom-48px {
  padding-bottom: 3.000em;
}
.padding-left-0 {
  padding-left: 0;
}
.padding-right-0 {
  padding-right: 0;
}
.margin-0 {
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-top-1em {
  margin-top: 1.000em !important;
}
.margin-top-24px {
  margin-top: 1.500em !important;
}
.margin-top-2em {
  margin-top: 2.000em !important;
}
.margin-top-4em {
  margin-top: 4.000em !important;
}
.margin-bottom-1em {
  margin-bottom: 1.000em !important;
}
.margin-bottom-24px {
  margin-bottom: 1.500em !important;
}
.margin-bottom-2em {
  margin-bottom: 2.000em !important;
}
.margin-left-1em {
  margin-left: 1.000em !important;
}
.margin-left-24px {
  margin-left: 1.500em !important;
}
.margin-left-2em {
  margin-left: 2.000em !important;
}
.margin-right-1em {
  margin-right: 1.000em !important;
}
.margin-right-24px {
  margin-right: 1.500em !important;
}
.margin-right-2em {
  margin-right: 2.000em !important;
}
/* =========================================
   POSITION
============================================ */
.position-relative {
  position: relative;
}
/* =========================================
   TEXT ALIGN
============================================ */
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
/* =========================================
   FLEX
============================================ */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.justify-content-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-content-space-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.justify-content-flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-content-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* =========================================
   LAYOUT
============================================ */
html {
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  background: #FFF;
  color: #4c4c51;
  padding: 0;
  margin: 0;
}
/* ------ */
.large-title {
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: 325;
  font-size: 5.152rem;
  line-height: 125%;
  letter-spacing: -0.06em;
}
h1 {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 3.5625rem;
  line-height: 125%;
  letter-spacing: -0.05em;
}
h2 {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 3.000rem;
  line-height: 125%;
  letter-spacing: -0.04em;
}
h3 {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 2.500rem;
  line-height: 125%;
  letter-spacing: -0.04em;
}
h4 {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 2.0625rem;
  line-height: 130%;
  letter-spacing: -0.04em;
}
h5 {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.750rem;
  line-height: 130%;
  letter-spacing: -0.04em;
}
.perex {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 150%;
}
.explanation {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-weight: normal;
  font-size: 1.1875rem;
  line-height: 150%;
}
.note {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.000rem;
  line-height: 150%;
}
.eyebrow {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
.caption {
  font-family: 'Roboto', sans-serif;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #94949b;
}
.button {
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
}
/* ------ */
.subtitle {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #47515d;
}
a {
  color: #009ade;
  text-decoration: none;
}
a:hover {
  color: #1e2834;
}
a:focus {
  color: #1e2834;
  text-decoration: none;
}
p {
  color: #1e2834;
  line-height: 1.55;
}
p.biggest {
  text-align: center;
  font-size: 1.25em;
  color: #8e98a4;
  line-height: 1.55;
}
ul,
ol {
  padding-left: 16px;
  line-height: 1.55;
  color: #1e2834;
}
ul li li,
ol li li {
  list-style-image: url(..img/check.svg);
}
table {
  border-collapse: collapse;
  color: #1e2834;
}
table th,
table td {
  padding: 6px 0;
  font-weight: 300;
}
table th {
  padding-right: 20px;
  font-weight: normal;
}
table thead {
  border-bottom: solid 1px #CCC;
}
table thead td {
  font-weight: bolder;
}
/* =========================================
   BASE CONTENT
============================================ */
section {
  padding: 7.500em 1.714em;
}
section h2 {
  width: 100%;
  text-align: center;
}
section .section--name {
  display: inline-block;
  width: 100%;
  color: #009ade;
  margin-bottom: 3.000em;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
section ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0 0 0 1.500em;
  list-style: none;
}
section ul li {
  padding-right: 2.5000em;
}
section ul li::before {
  background-image: url(../img/check.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 2px;
  width: 1.500em;
  height: 1.000em;
  display: inline-block;
  content: '';
  margin-left: -1.5em;
}
.black-section {
  background: #000000;
}
.black-section h1,
.black-section h2,
.black-section h3,
.black-section h4,
.black-section h5,
.black-section h6,
.black-section p,
.black-section span {
  width: 100%;
  color: #ffffff;
}
.black-section .section--name {
  color: #009ade;
}
.grey-section {
  background: #F7F7F8;
}
.grey-section .faqs .faq-box {
  border: 0;
}
.grey-section .blog_cards .blog_card {
  border: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
.full-width {
  width: 100%;
}
.full-width-content p {
  width: 100%;
}
.photo-section {
  position: relative;
}
.photo-section .photo-section__content {
  position: relative;
  color: #ffffff;
  padding-top: 246px;
  padding-bottom: 210px;
  padding-left: 24px;
  padding-right: 24px;
  z-index: 1;
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: 325;
  font-size: 5.152rem;
  line-height: 125%;
  letter-spacing: -0.06em;
}
.photo-section .photo-section__content .photo-section__content__icon {
  width: 100%;
  height: 48px;
  text-align: center;
  margin-bottom: 48px;
}
.photo-section .section-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 83.750em;
  margin: 0 auto;
}
.container1392 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 87.000em;
  margin: 0 auto;
}
.container1200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 75.000em;
  margin: 0 auto;
}
.container1040 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 65.000em;
  margin: 0 auto;
}
.container1000 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 62.375em;
  margin: 0 auto;
}
.container860 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 53.75em;
  margin: 0 auto;
}
.container732 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 45.750em;
  margin: 0 auto;
}
/* =========================================
   LAYOUT
============================================ */
.col-4 {
  -webkit-flex-basis: 33.333333333333336%;
      -ms-flex-preferred-size: 33.333333333333336%;
          flex-basis: 33.333333333333336%;
  max-width: 33.333333333333336%;
}
.col-5 {
  -webkit-flex-basis: 33.333333333333336%;
      -ms-flex-preferred-size: 33.333333333333336%;
          flex-basis: 33.333333333333336%;
  max-width: 33.333333333333336%;
}
.col-6 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
.col-8 {
  -webkit-flex-basis: 66.666666666666666%;
      -ms-flex-preferred-size: 66.666666666666666%;
          flex-basis: 66.666666666666666%;
  max-width: 66.666666666666666%;
}
.col-12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
/* =========================================
   COMPONENTS
============================================ */
.card {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 7px 21px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 4px 7px 21px 0 rgba(0, 0, 0, 0.09);
  border-top: solid 2px #009ade;
  padding: 32px;
  margin-bottom: 16px;
}
.primary-button {
  font-family: 'GothamRounded-Book';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 20px;
  padding: 1.270em 1.600em;
  text-align: center;
  background: #009ade;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.primary-button:hover,
.primary-button:focus {
  color: #FFFFFF;
  background: #0083bd;
}
input[type="submit"] {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
  background: #009ade;
  color: #FFF;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
  color: #FFF;
  background: #0083bd;
}
.secondary-button {
  font-family: 'GothamRounded-Book';
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 20px;
  padding: 1.270em 1.600em;
  text-align: center;
  background: #ecf9ff;
  color: #009ade;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.secondary-button svg {
  position: relative;
  top: 2;
}
.secondary-button-with-icon {
  display: inline-block;
  min-width: 200px;
  color: #009ade;
  border: solid 1px #009ade;
  font-weight: bold;
  line-height: 20px;
  padding: 17px 0 20px 0;
  text-align: center;
  background: #FFF;
  text-decoration: none;
  vertical-align: top;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.secondary-button-with-icon .icon {
  width: 20px;
  position: relative;
  top: 5px;
  stroke: #009ade;
}
.secondary-button:hover,
.secondary-button:focus,
.secondary-button-with-icon:hover,
.secondary-button-with-icon:focus {
  background: #d3f1ff;
  color: #009ade;
}
.button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 64px;
}
.button-group__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  background-color: #fff;
  -webkit-filter: saturate(0);
          filter: saturate(0);
  color: #47515d;
  cursor: pointer;
}
.button-group__current {
  z-index: 1;
  border-color: #009ade;
  border-right-width: 1px;
  border-left-width: 1px;
  opacity: 1;
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
  color: #009ade;
}
.tab-content {
  display: none;
}
.tab-content .tab-content__text {
  max-width: 538px;
  margin-right: 32px;
}
.tab-content .tab-content__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab-content .tab-content__text ul li {
  background-image: url(../img/checkmark-circle.svg);
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 32px;
  margin-bottom: 8px;
}
.tab-content .tab-content__text ul li::before {
  display: none;
  content: "";
}
.tab-content-visible {
  display: block;
}
/* =========================================
   SCROLL DOWN HEADER
============================================ */
/* =========================================
   HEADER
============================================ */
.header-wrapper {
  position: relative;
  width: 100%;
}
.header-wrapper header,
.header-wrapper .scroll-down-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 6.250em;
}
.header-wrapper header .menu,
.header-wrapper .scroll-down-header .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-wrapper header .menu ul,
.header-wrapper .scroll-down-header .menu ul {
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrapper header .menu ul li,
.header-wrapper .scroll-down-header .menu ul li {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
}
.header-wrapper header .menu ul li a,
.header-wrapper .scroll-down-header .menu ul li a {
  display: inline-block;
  padding: 8px 35px;
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.header-wrapper header .menu .menu-control,
.header-wrapper .scroll-down-header .menu .menu-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-wrapper header .menu .menu-control .language-switcher,
.header-wrapper .scroll-down-header .menu .menu-control .language-switcher {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.000em;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: solid 1px transparent;
  -webkit-transition: all 0.3 ease;
          transition: all 0.3 ease;
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
}
.header-wrapper header .menu .menu-control .language-switcher .language-switcher__list,
.header-wrapper .scroll-down-header .menu .menu-control .language-switcher .language-switcher__list {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 56px;
  left: -1px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  z-index: 1;
  border: solid 1px transparent;
  -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
}
.header-wrapper header .menu .menu-control .language-switcher .language-switcher__list li,
.header-wrapper .scroll-down-header .menu .menu-control .language-switcher .language-switcher__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-wrapper header .menu .menu-control .language-switcher .language-switcher__list li a,
.header-wrapper .scroll-down-header .menu .menu-control .language-switcher .language-switcher__list li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
}
.header-wrapper header .menu .menu-control .language-switcher .language-switcher__list li a:hover,
.header-wrapper .scroll-down-header .menu .menu-control .language-switcher .language-switcher__list li a:hover {
  color: rgba(255, 255, 255, 0.9);
}
.header-wrapper header .menu .menu-control .language-switcher:hover,
.header-wrapper .scroll-down-header .menu .menu-control .language-switcher:hover {
  border: solid 1px #ffffff;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  border-bottom: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
.header-wrapper header .menu .menu-control .language-switcher:hover .language-switcher__selected,
.header-wrapper .scroll-down-header .menu .menu-control .language-switcher:hover .language-switcher__selected {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  color: #ffffff;
}
.header-wrapper header .menu .menu-control .language-switcher:hover > .language-switcher__list,
.header-wrapper .scroll-down-header .menu .menu-control .language-switcher:hover > .language-switcher__list {
  -webkit-transition: all 0.3 ease;
          transition: all 0.3 ease;
  height: auto;
  border: solid 1px #ffffff;
  border-top: 0;
}
.header-wrapper header .menu .menu-control .dark,
.header-wrapper .scroll-down-header .menu .menu-control .dark {
  color: #000000;
}
.header-wrapper header .menu .menu-control .dark .language-switcher__list li a,
.header-wrapper .scroll-down-header .menu .menu-control .dark .language-switcher__list li a {
  color: rgba(0, 0, 0, 0.5);
}
.header-wrapper header .menu .menu-control .dark .language-switcher__list li a:hover,
.header-wrapper .scroll-down-header .menu .menu-control .dark .language-switcher__list li a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.header-wrapper header .menu .menu-control .dark:hover,
.header-wrapper .scroll-down-header .menu .menu-control .dark:hover {
  border: solid 1px #d1d1d7;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  border-bottom: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
.header-wrapper header .menu .menu-control .dark:hover a,
.header-wrapper .scroll-down-header .menu .menu-control .dark:hover a {
  color: #000000;
}
.header-wrapper header .menu .menu-control .dark:hover .language-switcher__selected,
.header-wrapper .scroll-down-header .menu .menu-control .dark:hover .language-switcher__selected {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  color: #000000;
}
.header-wrapper header .menu .menu-control .dark:hover > .language-switcher__list,
.header-wrapper .scroll-down-header .menu .menu-control .dark:hover > .language-switcher__list {
  -webkit-transition: all 0.3 ease;
          transition: all 0.3 ease;
  height: auto;
  border: solid 1px #d1d1d7;
  border-top: 0;
  background: #ffffff;
}
.header-wrapper header .menu .menu-control .primary-button,
.header-wrapper .scroll-down-header .menu .menu-control .primary-button,
.header-wrapper header .menu .menu-control .secondary-button,
.header-wrapper .scroll-down-header .menu .menu-control .secondary-button {
  min-width: 9.600em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.header-wrapper header .menu .menu-control .menu-control__primary-button,
.header-wrapper .scroll-down-header .menu .menu-control .menu-control__primary-button {
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  padding: 1.000em 1.500em;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #009ade;
  color: #FFF;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.header-wrapper header .menu .menu-control .menu-control__secondary-button,
.header-wrapper .scroll-down-header .menu .menu-control .menu-control__secondary-button {
  display: inline-block;
  margin-left: 0.75rem;
  padding: 1.000em 1.500em;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: none;
  -webkit-transition: all 200ms ease;
          transition: all 200ms ease;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.header-wrapper header .dark ul li a,
.header-wrapper .scroll-down-header .dark ul li a {
  color: #94949b;
}
.header-wrapper header .dark ul li.current-menu-item a,
.header-wrapper .scroll-down-header .dark ul li.current-menu-item a {
  color: #000000;
}
.header-wrapper .scroll-down-header {
  opacity: 0;
}
.responsive-menu {
  display: none;
  width: 58px;
  height: 58px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.dark .hamburger-inner,
.dark .hamburger-inner:after,
.dark .hamburger-inner:before {
  background-color: #000000;
}
.scroll-down-header {
  position: fixed;
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  height: 0;
  padding: 0 !important;
  margin: 0;
  border-bottom: 0;
  overflow: hidden;
  top: 0;
  z-index: 2;
  -webkit-transition: opacity 0.15s ease-out;
          transition: opacity 0.15s ease-out;
}
.scroll-down-header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.scroll-down-header .logo .light {
  display: none;
}
.scroll-down-header .logo .dark {
  display: inline-block;
}
.scroll-down-header .menu ul li a {
  color: #000000;
}
.scroll-down-header .hamburger-inner,
.scroll-down-header .hamburger-inner:after,
.scroll-down-header .hamburger-inner:before {
  background-color: #000000 !important;
}
.scroll-down-header-visible {
  height: auto !important;
  opacity: 1 !important;
  padding: 0 6.250em !important;
  overflow: visible;
  border-bottom: solid 1px #ededf1;
  background: #ffffff;
  -webkit-transition: opacity 0.3s ease-in;
          transition: opacity 0.3s ease-in;
}
/* =========================================
   RESPONSIVE MENU CONTENT
============================================ */
.responsive-menu-content {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  overflow-y: scroll;
  z-index: 3;
  background: #ffffff;
  padding: 1.5000em;
  -webkit-transition: visibility 0.5s linear,opacity 0.5s linear;
          transition: visibility 0.5s linear,opacity 0.5s linear;
}
.responsive-menu-content .responsive-menu-content__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.responsive-menu-content .responsive-menu-content__header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.responsive-menu-content .responsive-menu-content__header .responsive-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 58px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.responsive-menu-content ul {
  list-style: none;
  margin: 2.000em 0 0 0;
  padding: 0;
}
.responsive-menu-content ul li a {
  font-size: 1.25em;
  display: block;
  padding: 16px;
  color: #000000;
  text-decoration: none;
  text-align: center;
}
.responsive-menu-content .responsive-menu-content__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2.000em 4.000em;
}
.responsive-menu-content .responsive-menu-content__control a {
  display: inline-block;
}
.responsive-menu-content .responsive-menu-content__control .primary-button {
  margin-top: 2.000em;
}
.responsive-menu-content__is-active {
  display: block;
  opacity: 1;
}
.overflowHidden {
  overflow: hidden;
}
/* =========================================
   SLIDER
============================================ */
.slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  padding: 6.250em;
}
.slider .slider__content {
  position: relative;
  max-width: 50.625em;
  text-align: left;
  z-index: 1;
}
.slider .slider__content h1 {
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: 325;
  font-size: 5.152rem;
  line-height: 125%;
  letter-spacing: -0.06em;
  color: #FFF;
}
.slider .slider__content h1 span {
  color: #FFF;
}
.slider .slider__content p {
  font-style: normal;
  font-weight: normal;
  font-size: 1.187rem;
  line-height: 150%;
  max-width: 520px;
  color: #FFF;
  text-align: left;
  margin-bottom: 3.368em;
}
.slider .slider__content .video-button {
  display: none;
}
.slider .slider__video {
  margin-top: auto;
  margin-left: 3.000em;
}
.slider .slider__video .slider__video__box {
  position: relative;
}
.slider .slider__video .slider__video__box .slider__video__box__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  margin-bottom: 1.500em;
}
.slider .slider__video .slider__video__box .slider__video__box__title span {
  font-weight: 300;
  font-size: 1.375em;
  line-height: 125%;
  text-align: center;
  letter-spacing: -0.06em;
}
.slider .slider__video .slider__video__box .slider__video__box__title svg {
  margin-right: 1.000em;
}
.slider .slider__video .slider__video__box .slider__video__box__preview {
  width: 254px;
  height: 192px;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  overflow: hidden;
  border: solid 2px #009ade;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.slider .slider__video .slider__video__box .slider__video__box__preview .slider__video__box__preview__icon {
  width: 100%;
  text-align: center;
}
.slider .slider__video .slider__video__box .slider__video__box__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 1;
  background-color: white;
  opacity: 0;
}
.slider .slider__mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}
.slider .slider__content__404 {
  width: 100%;
}
.slider .slider__content__404 h1 {
  font-size: 3.815em;
  line-height: 1.15;
  font-weight: 800;
  width: 100%;
  text-align: center;
  color: #FFF;
}
/* =========================================
   SMALL SLIDER
============================================ */
.small-slider {
  max-width: 75.000em;
  min-height: 27.137em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #000000;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  margin: 2.500em auto 0 auto;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  overflow: hidden;
}
.small-slider .small-slider__content {
  max-width: 46.675em;
  text-align: left;
  padding: 5.000em 5.875em;
  z-index: 1;
}
.small-slider .small-slider__content .small-slider__content__page-name {
  display: inline-block;
  width: 100%;
  color: #009ade;
  margin-bottom: 48px;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
.small-slider .small-slider__content h1 {
  color: #ffffff;
}
.small-slider .small-slider__content p {
  font-size: 1.500em;
  line-height: 32px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin-top: 1.500em;
}
.small-slider .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/mask.png") repeat-y top left;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 0;
}
/* =========================================
   SMALL WHITE SLIDER
============================================ */
.small-white-slider {
  max-width: 75.000em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #ffffff;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  margin: 6.500em auto 0 auto;
  overflow: hidden;
}
.small-white-slider .small-white-slider__content {
  max-width: 643px;
  text-align: left;
  z-index: 1;
}
.small-white-slider .small-white-slider__content .small-white-slider__content__page-name {
  display: inline-block;
  width: 100%;
  color: #009ade;
  margin-bottom: 48px;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
.small-white-slider .small-white-slider__content h1 {
  color: #000000;
}
.small-white-slider .small-white-slider__content p {
  font-size: 1.500em;
  line-height: 32px;
  width: 100%;
  color: #000000;
  text-align: center;
  margin-top: 1.500em;
}
/* =========================================
   SLIDER FOR CONTACT PAGE
============================================ */
.bigger-black-slider {
  min-height: 27.137em;
  position: relative;
  background: #000000;
  text-align: center;
  margin: 0 100px;
  padding: 128px 94px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
}
.bigger-black-slider .bigger-black-slider__content {
  max-width: 30.125em;
  text-align: left;
  z-index: 1;
}
.bigger-black-slider .bigger-black-slider__content .bigger-black-slider__page-name {
  display: inline-block;
  width: 100%;
  color: #009ade;
  margin-bottom: 48px;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
.bigger-black-slider .bigger-black-slider__content h1 {
  color: #ffffff;
  margin-bottom: 64px;
}
.bigger-black-slider .bigger-black-slider__image {
  position: relative;
  max-width: 37.500em;
  width: 100%;
  min-height: 25.000em;
  height: 100%;
  margin-top: 2.000em;
  margin-bottom: 2.000em;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: #4c4c51;
}
.bigger-black-slider .bigger-black-slider__image img {
  width: 100%;
  height: auto;
}
.bigger-black-slider .bigger-black-slider__image .decoration-bottom-left {
  position: absolute;
  max-width: 11.25em;
  left: -37px;
  bottom: -56px;
  z-index: 1;
}
.bigger-white-slider {
  max-width: 75.000em;
  min-height: 27.137em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  margin: 2.500em auto 0 auto;
}
.bigger-white-slider .bigger-white-slider__content {
  max-width: 40.250em;
  text-align: left;
  z-index: 1;
}
.bigger-white-slider .bigger-white-slider__content h1 {
  color: #000000;
}
/* =========================================
  CONTENTS
============================================ */
.main-content {
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 20px 0;
}
.bg-gallery {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.bg-gallery li {
  width: 50%;
  height: 400px;
}
.logo_gallery {
  width: 33.000em;
  margin-left: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo_gallery .logo_gallery__item {
  min-width: 50px;
  min-height: 50px;
  background: #FFF;
  margin: 8px;
}
.logos-title {
  width: 100%;
  margin-bottom: 48px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 125%;
  text-align: center;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}
.logos-flex-container {
  max-width: 75.000em;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.logos-flex-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(20% - 64px);
  width: calc(20% - 64px);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  margin-top: 10px;
  margin-right: 1.000em;
  margin-left: 1.000em;
  text-align: center;
}
.logos-flex-item img {
  max-height: 48px;
}
.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.gallery .gallery__item {
  background: #F8F8F8;
  width: 30.333333%;
  height: auto;
  max-height: 280px;
  margin: 16px;
  text-align: center;
  overflow: hidden;
}
.gallery .gallery__item img {
  width: 100%;
}
.cards {
  max-width: 668px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cards .card {
  width: 100%;
  margin: 8px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.cards .card .card__icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.cards .card .card__icon img {
  vertical-align: middle;
}
.cards .card .card__text {
  width: 100%;
  min-height: 150px;
  margin-bottom: 24px;
}
.cards .card .card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.cards .card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cards .card ul li {
  background-image: url(../img/checkmark-circle.svg);
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 32px;
  margin-bottom: 8px;
}
.cards .card ul li::before {
  display: none;
  content: "";
}
.cards .card:hover {
  -webkit-box-shadow: 4px 7px 24px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 7px 24px 0 rgba(0, 0, 0, 0.2);
}
/* CARDS ON PAGE PROGRAMS */
.cards-full-width {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin-top: 32px;
}
.cards-full-width .card {
  width: auto;
}
.cards-full-width .card .card__icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.cards-full-width .card .card__icon img {
  vertical-align: middle;
}
.cards-full-width .card .card__text {
  width: 100%;
  min-height: 220px;
  margin-bottom: 24px;
}
.cards-full-width .card .card__text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cards-full-width .card .card__text ul li {
  background-image: url(../img/checkmark-circle.svg);
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 32px;
  margin-bottom: 8px;
}
.cards-full-width .card .card__text ul li::before {
  display: none;
  content: "";
}
.cards-control {
  width: 100%;
  text-align: center;
}
/* =========================================
   HOW IT WORKS
============================================ */
.how-it-works h2 {
  display: inline-block;
  text-align: left;
  width: 100%;
  margin-bottom: 0.500em;
}
.how-it-works p {
  color: #47515d;
}
.how-it-works .how-it-works__about-us {
  margin-right: 4.000em;
  margin-bottom: 1.000em;
}
.how-it-works .how-it-works__about-us p {
  font-size: 1.125rem;
  line-height: 1.750rem;
}
.how-it-works .how-it-works__content {
  float: left;
  width: 80%;
  margin-top: 3.750em;
}
.how-it-works .how-it-works__content .how-it-works__content__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1.000em;
  margin-top: 1.000em;
}
.how-it-works .how-it-works__content .how-it-works__content__box .how-it-works__content__box__number {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 2.000em;
  height: 2.000em;
  line-height: 2.000em;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #009ade;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-right: 0.500em;
}
.how-it-works .how-it-works__content .how-it-works__content__box .how-it-works__content__box__title p {
  margin-bottom: 0;
  margin-top: 0;
}
.how-it-works .how-it-works__content .how-it-works__content__box-illustration {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.how-it-works .how-it-works__content .how-it-works__content__box-illustration svg {
  display: inline-block;
  height: 1em;
}
/* =========================================
   NEWSLETTER
============================================ */
.newsletter {
  padding-top: 5.625em;
}
.newsletter h1 {
  max-width: 680px;
  margin: 0 auto 72px;
}
.newsletter .newsletter__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsletter .newsletter__content form {
  background: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.newsletter .newsletter__content form .newsletter__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.5em;
  margin-bottom: 2.5em;
}
.newsletter .newsletter__content form .newsletter__box input[type="text"] {
  background: #F8F8FE;
  border: 0;
  width: 22.687em;
  height: 56px;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
.newsletter .newsletter__content form .newsletter__box input[type="submit"] {
  width: 11.875em;
}
.newsletter .newsletter__content p {
  max-width: 34.000em;
  margin: 0;
  padding: 0;
  color: #4c4c51;
}
/* =========================================
   BENEFITS
============================================ */
.benefits-title {
  max-width: 965px;
  margin: 0 auto;
}
.benefits {
  margin-top: 5.000em;
}
.benefits .benefit {
  margin-bottom: 5.000em;
}
.benefits .benefit .col-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefits .benefit .margin-left-64px {
  margin-left: 4.000em;
}
.benefits .benefit .margin-right-64px {
  margin-right: 4.000em;
}
.benefits .benefit .benefit__content .benefit__content__title {
  max-width: 28.3125em;
  margin-top: 40px;
  margin-bottom: 24px;
}
.benefits .benefit .benefit__content .benefit__content__title h3 {
  color: #000000;
}
.benefits .benefit .benefit__content .benefit__content__title p {
  font-weight: 300;
  font-size: 2.500rem;
  letter-spacing: -0.04em;
  line-height: 50px;
  margin: 0;
  padding: 0;
  color: #000000;
}
.benefits .benefit .benefit__content .benefit__content__description {
  max-width: 25.500em;
}
.benefits .benefit .benefit__content .benefit__content__description p {
  font-style: normal;
  font-weight: normal;
  line-height: 170%;
  color: #6b6b72;
  margin: 0;
  padding: 0;
}
.small-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 11.375em;
  margin-bottom: 7.500em;
  margin-left: -2em;
  margin-right: -2em;
}
.small-benefits .small-benefits__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 33.250em;
  width: -webkit-calc(50% - 64px);
  width: calc(50% - 64px);
  margin-left: 32px;
  margin-right: 32px;
}
.small-benefits .small-benefits__box .small-benefits__box__photo {
  width: 10.000em;
  height: 10.000em;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-right: 2.000em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.small-benefits .small-benefits__box .small-benefits__box__photo img {
  width: auto;
  height: 100%;
}
.small-benefits .small-benefits__box .small-benefits__box__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.small-benefits .small-benefits__box .small-benefits__box__content .small-benefits__box__content__title h5 {
  color: #000000;
}
.small-benefits .small-benefits__box .small-benefits__box__content .small-benefits__box__content__text {
  color: #6b6b72;
}
.small-benefits .small-benefits__box .small-benefits__box__content .small-benefits__box__content__text p {
  color: #6b6b72;
}
.number-of-functions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.number-of-functions p {
  margin: 0;
  font-size: 1.750rem;
}
/* =========================================
   AVAILABILITY
============================================ */
.availability {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 7.000em;
  margin-top: 4.500em;
  margin-left: -1em;
  margin-right: -1em;
}
.availability .availability__row__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc(20% - 32px);
  width: calc(20% - 32px);
  max-width: 11.250em;
  margin: 0 16px 16px 16px;
}
.availability .availability__row__box .availability__row__box__photo {
  max-height: 9.500em;
  overflow: hidden;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-bottom: 1.500em;
}
.availability .availability__row__box .availability__row__box__photo img {
  width: 100%;
}
.availability .availability__row__box .availability__row__box__title {
  width: 100%;
  text-align: left;
}
.availability .availability__row__box .availability__row__box__title h5 {
  color: #ffffff;
}
.availability__more-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1em;
}
.availability__more-info .availability__more-info__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-calc(33.3333% - 2.000em);
  width: calc(33.3333% - 2.000em);
  margin-left: 1.000em;
  margin-right: 1.000em;
}
.availability__more-info .availability__more-info__box .availability__more-info__box__photo {
  width: 4.000em;
  height: 4.000em;
  overflow: hidden;
  margin-right: 2.000em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.availability__more-info .availability__more-info__box .availability__more-info__box__content .availability__more-info__box__content__title {
  color: #ffffff;
}
.availability__more-info .availability__more-info__box .availability__more-info__box__content .availability__more-info__box__content__title h5 {
  color: #ffffff;
}
.availability__more-info .availability__more-info__box .availability__more-info__box__content .availability__more-info__box__content__desc {
  margin-top: 0.750em;
}
.availability__more-info .availability__more-info__box .availability__more-info__box__content .availability__more-info__box__content__desc p {
  text-align: left;
  margin: 0;
  padding: 0;
  color: #d1d1d7;
}
/* =========================================

   O NÁS

============================================ */
/* =========================================
   PILLARS
============================================ */
.pillars {
  width: 100%;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: #f4f4f8;
  padding: 7.500em 6.000em 6.500em 6.000em;
}
.pillars .pillars__title {
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: normal;
  font-size: 1.750rem;
  line-height: 130%;
  text-align: left;
  letter-spacing: -0.04em;
}
.pillars .pillars__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2.500em;
  margin-right: -12px;
  margin-left: -12px;
}
.pillars .pillars__items .pillars__items__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-calc(25% - 24px);
  width: calc(25% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  background: #ffffff;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  text-align: center;
  max-width: 18.186em;
  min-height: 11.750em;
}
.pillars .pillars__items .pillars__items__box .pillars__items__box__content {
  padding: 1.500em;
}
.pillars .pillars__items .pillars__items__box .pillars__items__box__content .pillars__items__box__content__title {
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: normal;
  font-size: 1.750rem;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.04em;
  margin-top: 24px;
  margin: 24px 16px 0 16px;
}
/* =========================================
   ABOUT US
============================================ */
.about-us__blog-title {
  margin-bottom: 1.666em;
}
/* =========================================
   COOPERATION
============================================ */
.steps-title {
  max-width: 480px;
  text-align: left;
}
.steps {
  width: 100%;
  margin-top: 3.000em;
}
.steps .step {
  padding: 3.000em 1.500em;
  border-bottom: 1px solid #4c4c51;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.steps .step .step__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.steps .step .step__name h3 {
  color: #ffffff;
}
.steps .step .step__name svg {
  margin-right: 48px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.steps .step .step__name svg circle {
  fill: #2b2b2f;
}
.steps .step .step__content {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
}
.steps .step .step__content .step__content__box {
  margin-right: 5.250em;
}
.steps .step .step__content .step__content__box p {
  text-align: left;
}
.steps .step .step__content .step__content__box_1 {
  max-width: 27.500em;
  margin-left: 4.400em;
}
.steps .step .step__content .step__content__box_1 p {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 150%;
  max-width: 27.500em;
}
.steps .step .step__content .step__content__box_2 {
  max-width: 24.750em;
}
.steps .step .step__content .step__content__box_2 p {
  color: #d1d1d7;
  max-width: 27.500em;
}
.steps .step:hover .step__name {
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.steps .step:hover .step__name svg circle {
  fill: #009ade;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.steps .active-step {
  background: rgba(43, 43, 47, 0.6);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  border-bottom: 0;
  cursor: default;
}
.steps .active-step .step__name {
  color: #ffffff;
}
.steps .active-step .step__name svg {
  margin-right: 48px;
}
.steps .active-step .step__name svg circle {
  fill: #009ade;
}
.steps .active-step .step__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* =========================================
   PRICES
============================================ */
.price-switcher {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.500em;
}
.price-switcher ul {
  max-width: 48.875em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.price-switcher ul li {
  width: 20%;
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.750rem;
  line-height: 130%;
  letter-spacing: -0.04em;
  padding: 0.450em 0;
  display: inline-block;
  cursor: pointer;
  border: solid 1px #EEE;
  text-align: center;
  color: #000000;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.price-switcher ul li:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
}
.price-switcher ul li:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
}
.price-switcher ul li:hover {
  border: solid 1px #009ade;
  color: #009ade;
}
.price-switcher ul li:before {
  content: none;
}
.price-switcher ul .selected {
  border: solid 1px #009ade;
  color: #009ade;
}
.prices {
  width: 100%;
  margin-top: 4.000em;
}
.price-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFF;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  border: solid 2px #ededf1;
  margin-bottom: 4.000em;
}
.price-box .price-box__content {
  padding: 2.000em 4.000em 4.000em 4.000em;
}
.price-box .price-box__content .price-box__content__recommend {
  min-height: 2.000em;
  margin-bottom: 1.000em;
  text-align: right;
}
.price-box .price-box__content .price-box__content__recommend span {
  position: relative;
  right: -32px;
  display: inline-block;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 11px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #009ade;
  -webkit-border-radius: 58px;
          border-radius: 58px;
  background: #ecf9ff;
}
.price-box .price-box__content .price-box__content__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__name {
  color: #009ade;
  margin-bottom: 32px;
  max-width: 23.500em;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__name h4 {
  color: #009ade;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__list-of-features ul li {
  margin-bottom: 16px;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__subtitle {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-weight: normal;
  font-size: 1.1875rem;
  line-height: 150%;
  color: #000000;
  margin-bottom: 2.750em;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__main-functions {
  margin-top: 1.500em;
  margin-bottom: 2.500em;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__main-functions .price-box__main-functions__function {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.750em;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__main-functions .price-box__main-functions__function .price-box__main-functions__function__icon {
  margin-right: 0.500em;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__main-functions .price-box__main-functions__function .price-box__main-functions__function__name {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.000rem;
  line-height: 150%;
  color: #b7b7c0;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__main-functions .active .price-box__main-functions__function__name {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.000rem;
  line-height: 150%;
  color: #4c4c51;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__description {
  max-width: 404px;
  font-size: 1.1875rem;
  line-height: 28.5px;
  color: #000000;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__description p {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-weight: normal;
  font-size: 1.1875rem;
  line-height: 150%;
  color: #000000;
  margin-top: 0;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__price {
  display: none;
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 125%;
  letter-spacing: -0.04em;
  color: #000000;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__price span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  color: #000000;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .selected-price {
  display: inline-block;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__control {
  margin-top: 2.000em;
}
.price-box .price-box__content .price-box__content__columns .price-box__content__column .price-box__control .primary-button {
  display: block;
}
.price-box .price-box__form {
  display: none;
  height: auto;
  background: #ecf9ff;
  padding: 5.000em 1.500em;
}
.cenik-2 .price-box__content .price-box__content__column .price-box__list-of-features ul li:first-child,
.cenik-3 .price-box__content .price-box__content__column .price-box__list-of-features ul li:first-child {
  font-weight: bold;
}
.cenik-2 .price-box__content .price-box__content__column .price-box__list-of-features ul li:first-child::before,
.cenik-3 .price-box__content .price-box__content__column .price-box__list-of-features ul li:first-child::before {
  background-image: url(../img/check.svg);
}
.cenik-2 .price-box__content .price-box__content__column .price-box__list-of-features ul li::before,
.cenik-3 .price-box__content .price-box__content__column .price-box__list-of-features ul li::before {
  background-image: url(../img/Plus.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 2px;
  width: 1.500em;
  height: 1.000em;
  display: inline-block;
  content: '';
  margin-left: -1.5em;
}
.cenik-2 .price-box__content .price-box__content__column .price-box__list-of-features ul li:last-child,
.cenik-3 .price-box__content .price-box__content__column .price-box__list-of-features ul li:last-child {
  margin-bottom: 0;
}
/* =========================================
   SECTION WITH ORDER
============================================ */
.schedule-demonstration h2 {
  max-width: 594px;
  font-size: 3.000rem;
  line-height: 125%;
  letter-spacing: -0.04em;
  color: #000000;
}
.schedule-demonstration .schedule-demonstration__features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 4.500em;
  margin-bottom: 6.000em;
  margin-left: -1em;
  margin-right: -1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #4c4c51;
}
.schedule-demonstration .schedule-demonstration__features .schedule-demonstration__features__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: -webkit-calc(50% - 32px);
  width: calc(50% - 32px);
  max-width: 15.250em;
  margin-left: 1.000em;
  margin-right: 1.000em;
  margin-bottom: 3.375em;
}
.schedule-demonstration .schedule-demonstration__features .schedule-demonstration__features__item .schedule-demonstration__features__item__icon {
  margin-top: 4px;
  margin-right: 8px;
}
.schedule-demonstration .schedule-demonstration__features .schedule-demonstration__features__item .schedule-demonstration__features__item__text {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.000rem;
  line-height: 150%;
  color: #4c4c51;
}
.schedule-demonstration .schedule-demonstration__control .primary-button {
  margin-right: 1.000em;
}
.schedule-demonstration .order__contact-person {
  display: none;
  position: static;
}
.order {
  width: 100%;
  margin-top: 5.000em;
  overflow: hidden;
}
.order .order__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1.500em 3.000em;
  background: #ecf9ff;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-bottom: 4px;
}
.order .order__banner p {
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 150%;
  max-width: 682px;
  padding: 0;
  margin: 1.000em 0;
  color: #4c4c51;
}
.order .order__banner .order-button {
  margin: 1.000em 0;
}
.order .order_form {
  display: none;
  background: #ecf9ff;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 5.000em 5.000em 3.500em 5.000em;
}
.order .order_form form {
  background: #ecf9ff;
}
.order__contact-person {
  position: absolute;
  bottom: -134px;
  left: -75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border: solid 4px #ecf9ff;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 2.000em;
  max-width: 18.250em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #FFF;
}
.order__contact-person .order__contact-person__photo {
  height: 4.000em;
  width: 4.000em;
  overflow: hidden;
  margin-bottom: 1.000em;
  margin-right: 1.000em;
}
.order__contact-person .order__contact-person__photo img {
  width: 100%;
}
.order__contact-person .order__contact-person__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 13.250em;
}
.order__contact-person .order__contact-person__content .order__contact-person__content__text {
  color: #009ade;
  margin-bottom: 0.750em;
}
.order__contact-person .order__contact-person__content .order__contact-person__content__text p {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.000rem;
  line-height: 150%;
  color: #009ade;
  margin: 0;
  padding: 0;
}
.order__contact-person .order__contact-person__content .order__contact-person__content__fullname {
  font-weight: 500;
  line-height: 150%;
  color: #009ade;
}
.order__image {
  float: right;
  margin-left: 2.000em;
}
.order__image img {
  max-width: 32.750em;
  height: auto;
}
/* =========================================
   BLOG CARDS
============================================ */
.blog_cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.blog_cards .blog_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background: #FFF;
  margin-bottom: 1.250em;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-box-shadow: 0 0 0 2px #ededf1;
          box-shadow: 0 0 0 2px #ededf1;
}
.blog_cards .blog_card .blog_card__content {
  padding: 3.000em 3.000em 0 3.000em;
}
.blog_cards .blog_card .blog_card__content .blog_card__top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  margin-bottom: 48px;
}
.blog_cards .blog_card .blog_card__content .blog_card__category {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #009ade;
}
.blog_cards .blog_card .blog_card__content .blog_card__title {
  max-width: 27.375em;
  color: #000000;
  margin-bottom: 32px;
}
.blog_cards .blog_card .blog_card__content .blog_card__title h4 {
  color: #000000;
}
.blog_cards .blog_card .blog_card__content .blog_card__desc {
  color: #6b6b72;
}
.blog_cards .blog_card .blog_card__content .blog_card__desc p {
  color: #6b6b72;
  margin: 0;
  padding: 0;
}
.blog_cards .blog_card .blog_card__control {
  padding: 0 3.000em 3.000em 3.000em;
}
.blog_cards .blog_card .blog_card__control .blog_card__autor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2.500em;
  margin-bottom: 3.000em;
}
.blog_cards .blog_card .blog_card__control .blog_card__autor .blog_card__autor__photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.000em;
  height: 3.000em;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  margin-right: 0.750em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #ededf1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.blog_cards .blog_card .blog_card__control .blog_card__autor .blog_card__autor__photo img {
  width: 100%;
}
.blog_cards .blog_card .blog_card__control .blog_card__autor .blog_card__autor__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog_cards .blog_card .blog_card__control .blog_card__autor .blog_card__autor__details .blog_card__autor__name {
  font-weight: 500;
  color: #4c4c51;
  margin-bottom: 0.250em;
}
.blog_cards .blog_card .blog_card__control .blog_card__autor .blog_card__autor__details .blog_card__autor__position {
  font-size: 0.812rem;
  font-weight: normal;
  color: #6b6b72;
}
.blog_cards .blog_card .blog_card__control .blog_card__button .primary-button {
  background: #ffffff;
  color: #009ade;
  padding: 0;
}
.blog_cards .blog_card .blog_card__control .blog_card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 1;
  background-color: white;
  opacity: 0;
}
.blog_cards-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.250em;
}
/* =========================================

  DETAIL ČLÁNKU

============================================ */
.blog-article .blog-article__autor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 2.500em;
  margin-bottom: 3.000em;
}
.blog-article .blog-article__autor .blog-article__autor__photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.000em;
  height: 3.000em;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  margin-right: 0.750em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #ededf1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.blog-article .blog-article__autor .blog-article__autor__photo img {
  width: 100%;
}
.blog-article .blog-article__autor .blog-article__autor__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-article .blog-article__autor .blog-article__autor__details .blog-article__autor__name {
  font-weight: 500;
  color: #4c4c51;
  margin-bottom: 0.250em;
}
.blog-article .blog-article__autor .blog-article__autor__details .blog-article__autor__position {
  font-size: 0.812rem;
  font-weight: normal;
  color: #6b6b72;
}
/* =========================================

  JÍT KE ZKOUSCE

============================================ */
.number-stepper__text-box {
  position: relative;
  max-width: 22.625em;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.number-stepper__text-box .number-stepper__text-box__description {
  margin-top: 0.500em;
}
.number-stepper__text-box .number-stepper__text-box__description p {
  color: #6b6b72;
}
.number-stepper__box {
  position: relative;
  max-width: 22.625em;
  background: #ffffff;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.number-stepper__box .number-stepper__box__icon--left {
  position: absolute;
  left: -32px;
  top: -43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.000em;
  height: 4.000em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #e2f6ff;
}
.number-stepper__box .number-stepper__box__icon--right {
  position: absolute;
  right: -32px;
  top: -43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.000em;
  height: 4.000em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #e2f6ff;
}
.number-stepper__box .number-stepper__box__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.500em;
}
.number-stepper__box .number-stepper__box__content .number-stepper__box__content__number {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 150%;
  color: #009ade;
  margin-top: 40px;
  margin-bottom: 16px;
}
.number-stepper__box .number-stepper__box__content .number-stepper__box__content__photo {
  width: 100%;
  height: 13.500em;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.number-stepper__box .number-stepper__box__content .number-stepper__box__content__text {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-weight: normal;
  font-size: 1.1875rem;
  line-height: 150%;
  color: #4c4c51;
}
.how-test-works-over-768px {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 58.750em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 5.000em;
}
.how-test-works-over-768px .how-test-works__column-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.how-test-works-over-768px .how-test-works__column-decoration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 13.250em;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: url('../img/timeline_bg.svg') no-repeat 0 360px;
}
.how-test-works-over-768px .how-test-works__column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.how-test-works-over-768px .step-1 {
  margin-top: 7.000em;
}
.how-test-works-over-768px .step-2 {
  margin-top: 7.000em;
}
.how-test-works-over-768px .step-3 {
  margin-top: 16.625em;
}
.how-test-works-over-768px .step-4 {
  margin-top: 12.500em;
}
.how-test-works-over-768px .step-5 {
  margin-top: 17.875em;
}
.how-test-works-less-768px {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 5.000em;
}
.how-test-works-less-768px .number-stepper__text-box {
  max-width: none;
}
.how-test-works-less-768px .number-stepper__box {
  max-width: none;
  margin: 0 1.500em;
}
.how-test-works-less-768px .horizontal-decoration {
  max-width: 391px;
  width: 100%;
  height: auto;
}
.how-test-works-less-768px .horizontal-decoration img {
  width: 100%;
  height: auto;
}
/* =========================================
   INFORMATION FOR STUDENTS
============================================ */
.information-for-students__section-1 {
  margin-top: 5.000em;
}
.information-for-students__section-2 {
  margin-top: 8.750em;
}
.information-for-students {
  max-width: 33.250em;
}
.information-for-students p {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-weight: normal;
  font-size: 1.1875rem;
  line-height: 150%;
  max-width: 480px;
  margin-top: 1.5000em;
  color: #4c4c51;
}
.information-for-students .information-for-students__image {
  max-width: 30.000em;
  position: relative;
  margin-top: 5.750em;
}
.information-for-students .information-for-students__image img {
  width: 100%;
  height: auto;
}
/* =========================================
   TECHNICAL REQUIREMENS
============================================ */
.technical-requirements-title {
  width: 100%;
}
.technical-requirements-title p {
  color: #94949b;
}
.technical-requirements {
  width: 100%;
  text-align: left;
  margin-top: 5.000em;
}
.technical-requirements .technical-requirements__section-title {
  margin-bottom: 3.000em;
}
.technical-requirements .technical-requirements__boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -11px;
}
.technical-requirements .technical-requirements__boxes .technical-requirements__boxes__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-calc(25% - 22px);
  width: calc(25% - 22px);
  margin-left: 11px;
  margin-right: 11px;
  margin-bottom: 22px;
  text-align: left;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: #2b2b2f;
}
.technical-requirements .technical-requirements__boxes .technical-requirements__boxes__box .technical-requirements__boxes__box__content {
  padding: 2.500em;
}
.technical-requirements .technical-requirements__boxes .technical-requirements__boxes__box .technical-requirements__boxes__box__content .technical-requirements__boxes__box__content__icon {
  margin-bottom: 1.000em;
}
.technical-requirements .technical-requirements__boxes .technical-requirements__boxes__box .technical-requirements__boxes__box__content .technical-requirements__boxes__box__content__title {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.000rem;
  line-height: 150%;
  color: #d1d1d7;
}
/* =========================================
   TEAM
============================================ */
.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.team .team__user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1.000em;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4.000em;
  cursor: pointer;
}
.team .team__user .team__user__message {
  display: none;
  color: #ffffff;
  padding: 48px 24px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.team .team__user .team__user__message h4,
.team .team__user .team__user__message h5 {
  color: #ffffff;
}
.team .team__user .team__user__triangle {
  position: relative;
  top: -1px;
  width: 57px;
  height: 27px;
  margin-bottom: 4.000em;
}
.team .team__user .team__user__triangle img {
  display: none;
}
.team .team__user .team__user__user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.team .team__user .team__user__user-info .team__user__user-info__photo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 3.500em;
  height: 3.500em;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-right: 1.000em;
}
.team .team__user .team__user__user-info .team__user__user-info__photo img.photo {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.team .team__user .team__user__user-info .team__user__user-info__content {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.team .team__user .team__user__user-info .team__user__user-info__content .team__user__user-info__content__name {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.team .team__user .team__user__user-info .team__user__user-info__content .team__user__user-info__content__position {
  color: #d1d1d7;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
}
.team .team__user .team__user__content {
  display: none;
  margin-top: 2.000em;
}
.team .team__user .team__user__content .team__user__content__full-name {
  font-weight: 500;
  color: #4c4c51;
}
.team .team__user .team__user__content .team__user__content__position {
  font-weight: normal;
  color: #6b6b72;
  max-width: 200px;
}
.team .active-user .team__user__triangle img {
  display: block;
}
.team .active-user .team__user__user-info .team__user__user-info__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.team-message {
  width: 100%;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: #2b2b2f;
  margin-top: 4.000em;
  padding: 64px 96px;
}
.team-message .team-message__icon {
  text-align: center;
  margin-bottom: 2.000em;
}
.team-message .team-message__text {
  display: none;
  color: #ffffff;
  text-align: center;
}
.team-message .team-message__text p {
  color: #ffffff;
  text-align: center;
}
.team-message .active-message {
  display: block;
}
/* =========================================
   TIMELINE
============================================ */
.timeline-title {
  margin-bottom: 7.250em;
}
.timeline .timeline-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 17.500em;
}
.timeline .timeline-box .timeline-box__date {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 150%;
  text-align: left;
  margin-bottom: 48px;
  color: #009ade;
}
.timeline .timeline-box .timeline-box__title {
  margin-bottom: 44px;
  max-width: 484px;
  text-align: left;
}
.timeline .timeline-box .timeline-box__title h2 {
  text-align: left;
}
.timeline .timeline-box .timeline-box__text {
  max-width: 484px;
  color: #4c4c51;
}
.timeline .timeline-box .timeline-box__text p {
  color: #4c4c51;
  margin: 0;
}
.timeline .timeline-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline .timeline-image-container .timeline-image {
  max-width: 34.250em;
}
.timeline .timeline-image-container .timeline-image img {
  width: 100%;
}
.timeline > *:last-child {
  margin-bottom: 0;
}
/* =========================================
   FAQ
============================================ */
.faqs {
  width: 100%;
  margin-top: 5.000em;
}
.faqs .faq-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5000em 2.500em;
  background: #ffffff;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-bottom: 0.750em;
  border: solid 1px #ededf1;
  cursor: pointer;
}
.faqs .faq-box .faq-box__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faqs .faq-box .faq-box__wrapper .faq-box__content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faqs .faq-box .faq-box__wrapper .faq-box__content .faq-box__content__title {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 150%;
  color: #000000;
}
.faqs .faq-box .faq-box__wrapper .faq-box__content .faq-box__content__short-answear {
  color: #94949b;
}
.faqs .faq-box .faq-box__wrapper .faq-box__icon {
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
}
.faqs .faq-box .faq-box__content__answear {
  display: none;
}
.faqs-show-more {
  width: 100%;
  text-align: center;
  margin-top: 3.500em;
}
.faqs-show-more h5 {
  color: #2b2b2f;
}
.faqs-show-more h5 a {
  color: #009ade;
}
.down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* =========================================
   WE SAY NO
============================================ */
.we-say-no {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #000000;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 5.000em 6.250em;
  color: #ffffff;
  background: #000000 url('../img/we-say-no.png') no-repeat top right;
  -webkit-background-size: cover;
          background-size: cover;
}
.we-say-no h2 {
  text-align: left;
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 125%;
  letter-spacing: -0.04em;
  max-width: 395px;
}
.we-say-no p {
  text-align: left;
  line-height: 170%;
  color: #d1d1d7;
  max-width: 26.500em;
}
.we-say-no span {
  text-align: left;
}
.we-say-no .we-say-no__icons {
  margin-top: 4.000em;
  overflow: hidden;
}
.we-say-no .we-say-no__icons .we-say-no__icons__title {
  margin-bottom: 2.000em;
}
.we-say-no .we-say-no__icons .we-say-no__icons__boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
}
.we-say-no .we-say-no__icons .we-say-no__icons__boxes .we-say-no__icons__boxes__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 10.250em;
  width: -webkit-calc(20% - 32px);
  width: calc(20% - 32px);
  margin-right: 1.000em;
  margin-left: 1.000em;
}
.we-say-no .we-say-no__icons .we-say-no__icons__boxes .we-say-no__icons__boxes__box .we-say-no__icons__boxes__box__icon {
  margin-bottom: 1.5000em;
}
.we-say-no .we-say-no__control {
  margin-top: 3.000em;
}
/* =========================================
   FUNCTIONS
============================================ */
.function-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.function-box .function-box__description {
  max-width: 27.000em;
}
.function-box .function-box__description p {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 150%;
}
.function-box .function-box__image {
  position: relative;
  max-width: 27.000em;
  margin-top: 2.500em;
}
.function-box .function-box__image img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.function-box .function-box__image img.decoration--left {
  max-width: 180px;
  position: relative;
  right: -310px;
  top: -85px;
  z-index: 1;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.function-box .function-box__image img.decoration--right {
  max-width: 180px;
  position: relative;
  right: 56px;
  top: -85px;
  z-index: 1;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.function-box--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.function-box__list-of-functions--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.function-box__list-of-functions--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.item-with-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 27.500em;
  width: 100%;
  padding-top: 1.000em;
  padding-bottom: 1.000em;
  border-bottom: solid 1px #ededf1;
}
.item-with-number .item-with-number__number {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 120%;
  width: 2.750em;
  height: 2.000em;
  text-align: left;
  color: #009ade;
}
.item-with-number .item-with-number__content {
  margin-top: 1.000em;
}
.item-with-number .item-with-number__content .item-with-number__content__title {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 150%;
}
.item-with-number .item-with-number__content .item-with-number__content__description {
  color: #6b6b72;
}
.item-with-number .item-with-number__content .item-with-number__content__description p {
  margin-top: 0.500em;
  color: #6b6b72;
}
/* =========================================
   CARRIER
============================================ */
.carrier {
  width: 100%;
  margin-top: 2.500em;
}
.carrier .carrier-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #ededf1;
  padding: 2.500em 1.500em;
}
.carrier .carrier-box .carrier-box__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 1.000em;
}
.carrier .carrier-box a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.carrier-banner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1.500em 3.000em;
  background: #ecf9ff;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-bottom: 2.500em;
  margin-top: 5.000em;
}
.carrier-banner .carrier-banner__text {
  max-width: 474px;
}
.carrier-banner .carrier-banner__text p {
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 150%;
  max-width: 682px;
  padding: 0;
  margin: 1.000em 0;
  color: #4c4c51;
}
.carrier-banner .carrier-banner__button {
  margin: 1.000em 0;
}
/* =========================================
   REGISTRATION
============================================ */
.registration h3,
.registration h2 {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.registration .registration__content .registration__content__features {
  margin-bottom: 2.000em;
}
.registration .registration__content .registration__content__features ul {
  position: relative;
  margin: 2em 0 0 1em;
  padding: 0;
  list-style: none;
}
.registration .registration__content .registration__content__features ul li {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin-bottom: 1em;
}
.registration .registration__content .registration__content__features ul li::before {
  content: "\2022";
  color: #009ade;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  position: absolute;
  left: -1em;
}
.registration .registration__content .registration__content__contact {
  padding: 1.500em;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  margin: 2.000em 0;
}
.registration .registration__content .registration__content__contact h4 {
  line-height: 24px;
  color: #47515d;
}
.registration .registration__content .registration__content__contact h4 span {
  font-size: 1rem;
  font-weight: normal;
}
.registration .registration__content .wpcf7 {
  width: 95%;
}
.registration .registration__content .wpcf7 p {
  font-size: 0.875rem;
  color: #47515d;
}
/* =========================================
   CONTACT
============================================ */
.contact-information-image {
  position: relative;
  margin-top: 6.000em;
}
.contact-information-image img {
  width: 100%;
}
.contact-information-image .decoration-bottom-left {
  position: absolute;
  left: -65px;
  bottom: -58px;
  max-width: 11.250em;
  z-index: -1;
}
.contact-information-container {
  float: right;
  max-width: 27.125em;
  margin-left: 1.500em;
}
.contact-information-opening-text {
  max-width: 23.750em;
  margin-bottom: 5.000em;
}
.contact-information {
  margin-bottom: 3.500em;
}
.contact-information .contact-information__title {
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  color: #009ade;
  margin-bottom: 32px;
}
.contact-information .phone,
.contact-information .email {
  margin-bottom: 16px;
}
.contact-form {
  position: relative;
  background: #ecf9ff;
  padding: 5.000em 4.250em 3.500em 4.250em;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.contact-form h3 {
  margin-bottom: 24px;
}
.contact-form .decoration-top-left {
  position: absolute;
  left: -65px;
  top: -58px;
  max-width: 11.250em;
  z-index: -1;
}
.contact-bubble-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-bubble-container .contact-bubble {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 445px;
  border: solid 4px #ecf9ff;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-top: 3.000em;
  margin-bottom: 3.000em;
  margin-right: 1.500em;
}
.contact-bubble-container .contact-bubble .contact-bubble__content {
  padding: 2.500em;
}
.contact-bubble-container .contact-bubble .contact-bubble__content .contact-bubble__content__icon {
  margin-bottom: 2.000em;
}
.contact-bubble-container .contact-bubble .contact-bubble__content .contact-bubble__content__text {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 150%;
  color: #009ade;
}
.contact-bubble-container .contact-information {
  max-width: 445px;
}
.contact-bubble-container .contact-information .contact-information__content p {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.4375rem;
  line-height: 150%;
}
/* =========================================
   TECHNICAL SUPPORT
============================================ */
.technical-support-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 42.375em;
  width: 100%;
  min-height: 7.000em;
  border: solid 1px #d3f1ff;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin: 3.000em auto 0 auto;
}
.technical-support-box .technical-support-box__email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  text-align: center;
}
.technical-support-box .technical-support-box__email a {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 2.0625rem;
  line-height: 130%;
  letter-spacing: -0.04em;
  color: #009ade;
}
.technical-support-box .divider {
  width: 1px;
  min-height: 7.000em;
  height: 100%;
  background: #d3f1ff;
}
.technical-support-box .technical-support-box__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  text-align: center;
}
.technical-support-box .technical-support-box__phone span {
  font-family: 'GothamRounded-Book';
  font-weight: 400;
  font-style: normal;
  font-size: 1.750rem;
  line-height: 130%;
  letter-spacing: -0.04em;
  color: #000000;
}
/* =========================================
   404 PAGE NOT FOUND
============================================ */
.page-not-found {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.500em;
  margin-left: 1.500em;
}
.page-not-found .page-not-found__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-not-found .page-not-found__content .page-not-found__content__title h1 {
  font-size: 10.500rem;
}
.page-not-found .page-not-found__content .page-not-found__content__desc p {
  text-align: center;
}
.page-not-found .page-not-found__content .page-not-found__content__control {
  margin-top: 2.000em;
}
/* =========================================
   THANK YOU PAGE
============================================ */
.thank-you {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.500em;
  margin-left: 1.500em;
}
.thank-you .thank-you__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.thank-you .thank-you__content .thank-you__content__title h1 {
  font-family: 'GothamRounded-Book';
  font-style: normal;
  font-weight: 325;
  font-size: 5.152rem;
  line-height: 125%;
  letter-spacing: -0.06em;
}
.thank-you .thank-you__content .thank-you__content__desc p {
  text-align: center;
}
.thank-you .thank-you__content .thank-you__content__control {
  margin-top: 2.000em;
}
/* =========================================
   FOOTER
============================================ */
footer {
  max-width: 75.000em;
  width: 100%;
  position: relative;
  min-height: 10px;
  padding: 5.000em 0 1.500em 0;
  margin: 0 auto;
  color: #4c4c51;
  text-align: center;
  border-top: solid 1px #ededf1;
}
footer .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .container ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
footer .container ul li {
  display: inline-block;
  padding: 1.000em 1.000em;
}
footer .container .logo {
  margin-bottom: 5.000em;
}
footer p {
  color: #4c4c51;
}
footer a {
  color: #4c4c51;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
/* =========================================
   POPUP WINDOW
============================================ */
.popup-window {
  position: relative;
  background: #FFF;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: none;
  margin: 1em;
  max-width: 540px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.popup-window .close {
  position: absolute;
  top: 10px;
  right: 20px;
  display: block;
}
.popup-window .popup-window-title {
  float: left;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bolder;
}
/* =========================================
   CONTACT FORM
============================================ */
.input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  position: relative;
  margin-bottom: 1.000em;
}
.input-box label {
  display: inline-block;
  margin-bottom: 4px;
  text-align: left;
  font-weight: 500;
  font-size: 11px;
  line-height: 150%;
  text-transform: uppercase;
}
.input-box label span {
  font-weight: normal;
  color: #47515d;
}
.input-box .input-box__100 {
  padding: 0 1em 0 1em;
  width: 100%;
}
.input-box .input-box__50 {
  padding: 0 1em 0 1em;
  width: 50%;
}
.input-box .input-box__submit {
  padding: 0 1em 0 1em;
  width: 100%;
}
.input-box-no-bottom-padding {
  margin-bottom: 0;
}
.input-box-no-bottom-padding p {
  margin: 0;
  padding: 0;
}
form {
  max-width: 27.500em;
  margin: 0 auto;
}
label {
  display: inline-block;
  text-align: left;
  font-weight: 500;
  font-size: 11px;
  line-height: 150%;
  text-transform: uppercase;
  color: #2b2b2f;
}
input[type="text"],
input[type="email"] {
  width: 100%;
  height: 48px;
  border: 0;
  text-indent: 16px;
  font-size: 1.000rem;
  background: #FFF;
  border: solid 1px #ffffff;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
textarea {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 10.000em;
  max-height: 10.000em;
  border: 0;
  resize: none;
  text-indent: 16px;
  padding: 10px 0;
  font-size: 1rem;
  background: #FFF;
  border: solid 1px #ffffff;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: solid 1px #5ccbfc;
  outline: none;
}
input[type="submit"] {
  font-size: 16px;
  min-height: 3.500em;
}
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7b7c0;
  opacity: 1;
  /* Firefox */
}
::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7b7c0;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7b7c0;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7b7c0;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7b7c0;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7b7c0;
}
.required-star {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 16px;
  color: #C00;
}
.complaint-form {
  width: 100%;
  margin-bottom: 2.000em;
}
/* =========================================
   CONTACT FORM 7
============================================ */
.wpcf7 {
  width: 100%;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.your-file-one,
.your-file-two,
.your-file-three,
.your-file-four {
  margin-bottom: 0.500em;
}
.wpcf7-radio {
  width: 100%;
}
.wpcf7-radio .wpcf7-list-item {
  width: 100% !important;
  margin: 0 0 8px 0 !important;
}
.wpcf7-radio .last {
  margin-bottom: 24px !important;
}
.wpcf7-form-control-wrap {
  width: 100%;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.wpcf7-validation-errors {
  background: #bf0046;
  color: #FFF;
  border: 0 !important;
  margin: 0 0 20px 0 !important;
  padding: 10px !important;
  text-align: center !important;
}
.wpcf7-mail-sent-ok {
  background: #398F14;
  color: #FFF;
  border: 0 !important;
  margin: 0 0 20px 0 !important;
  padding: 10px !important;
  text-align: center !important;
}
.wpcf7-not-valid {
  border: solid 1px #bf0046 !important;
}
.wpcf7-captchac {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.wpcf7-captchar {
  text-indent: 90px !important;
}
/* =========================================
   WORDPRESS
============================================ */
img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote {
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  position: relative;
  color: #000000;
  border-left: 2px solid #009ade;
  background: #f4f4f8;
}
blockquote cite {
  color: #6b6b72;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
/* =========================================
   ADDONS
============================================ */
#map-box {
  width: 100%;
  height: 300px;
}
.disable-scroll {
  overflow: hidden;
}
