@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Thin.woff2") format("woff2"), url("../fonts/SFProDisplay-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Ultralight.woff2") format("woff2"), url("../fonts/SFProDisplay-Ultralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'SF Pro Display';
  src: url("../fonts/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Lexend Deca';
  src: url("../fonts/LexendDeca-Regular.woff2") format("woff2"), url("../fonts/LexendDeca-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

/*
 * Fonts
 *
 */
/*
 * Colors
 *
 */
/*
 * Grid
 *
 */
/*
 * Animation Speed
 *
 */
/* 1 Positioning */
/* 2 Block model */
/* 3 Typography */
/* 4 Visual */
/* 5 Animation */
/* 6 Misc */
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1164px; } }

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

/*
 * Colors
 *
 */
/*
 * Fonts
 *
 */
/*
 * Blocks
 *
 */
body {
  /* 2 Block model */
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  /* 3 Typography */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000000; }

.modalOver {
  /* 4 Visual */
  overflow: hidden !important; }

p,
ul {
  /* 2 Block model */
  padding: 0;
  margin: 0; }

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%); }

.wrapper {
  /* 2 Block model */
  width: 100%;
  overflow-x: hidden; }

.container,
.col-12 {
  /* 2 Block model */
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .container,
    .col-12 {
      /* 2 Block model */
      padding-left: 10px;
      padding-right: 10px; } }

.row {
  /* 2 Block model */
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 768px) {
    .row {
      /* 2 Block model */
      margin-left: -10px;
      margin-right: -10px; } }

.overflow-heidden {
  /* 2 Block model */
  overflow: hidden; }

.modal-img-overflow {
  /* 2 Block model */
  overflow: hidden; }

.container-big {
  /* 2 Block model */
  width: 100%;
  max-width: 1630px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.gray {
  /* 4 Visual */
  background-color: #efefef; }

.max560 {
  /* 2 Block model */
  max-width: 560px;
  margin-left: auto;
  margin-right: auto; }

.max760 {
  /* 2 Block model */
  max-width: 760px;
  margin-left: auto;
  margin-right: auto; }

.color-action {
  /* 3 Typography */
  color: #e84532; }

a {
  /* 3 Typography */
  color: #e84532;
  text-decoration: none; }

.h1 {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Lexend Deca", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.6px;
  color: #000000; }
  @media (min-width: 992px) {
    .h1 {
      /* 3 Typography */
      font-size: 50px;
      line-height: 60px;
      letter-spacing: -1px; } }

.h1__span--red {
  /* 3 Typography */
  color: #e84532; }

.h1__span--blue {
  /* 3 Typography */
  color: #00b9e8; }

.h1__span--purpure {
  /* 3 Typography */
  color: #af058f; }

.h2 {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.416667px;
  color: #000000; }
  @media (min-width: 992px) {
    .h2 {
      /* 3 Typography */
      font-size: 24px;
      line-height: 30px;
      letter-spacing: -0.5px; } }

.h3 {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000; }

.text {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000000; }
  @media (min-width: 992px) {
    .text {
      /* 3 Typography */
      font-size: 18px;
      line-height: 24px; } }

.text--light {
  /* 3 Typography */
  font-weight: 300; }

.text--sm {
  font-size: 14px;
  line-height: 20px; }

.text--gray {
  /* 3 Typography */
  color: #b4b4b4; }

.text--white {
  /* 3 Typography */
  color: #ffffff; }

.text--center {
  /* 3 Typography */
  text-align: center; }

.text--regular {
  /* 3 Typography */
  font-weight: 400; }

@media (min-width: 992px) {
  .text--lh-lg-26 {
    /* 3 Typography */
    line-height: 26px; } }

.lead {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  color: #000000; }
  @media (min-width: 992px) {
    .lead {
      /* 3 Typography */
      font-size: 18px;
      line-height: 26px; } }

.link {
  /* 3 Typography */
  color: #e84532;
  text-decoration: none;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.link:hover {
  /* 4 Visual */
  opacity: 0.7; }

.link--black {
  /* 3 Typography */
  color: #000000; }

.link--white {
  /* 3 Typography */
  color: #ffffff; }

.img {
  /* 2 Block model */
  display: block;
  width: 100%; }

.icon {
  /* 2 Block model */
  display: inline-block;
  width: 16px;
  height: 16px; }

.icon--20 {
  /* 2 Block model */
  width: 20px;
  height: 20px; }

.icon--30 {
  /* 2 Block model */
  width: 30px;
  height: 30px; }

.icon--attach {
  /* 2 Block model */
  width: 16px;
  height: 14px; }

.hamburger {
  /* 1 Positioning */
  position: relative;
  z-index: 2;
  /* 2 Block model */
  display: block;
  width: 20px;
  height: 14px;
  padding: 0;
  /* 4 Visual */
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none; }

.hamburger__visual,
.hamburger__visual::before,
.hamburger__visual::after {
  /* 1 Positioning */
  position: absolute;
  top: 50%;
  right: 0;
  /* 2 Block model */
  display: block;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  /* 4 Visual */
  background-color: #000000; }

.hamburger__visual::before {
  /* 1 Positioning */
  top: -12px;
  content: "";
  /* 4 Visual */
  -webkit-transform: translateY(7px);
  transform: translateY(7px); }

.hamburger__visual::after {
  /* 1 Positioning */
  top: 14px;
  content: "";
  /* 4 Visual */
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px); }

.hamburger--opened .hamburger__visual {
  /* 1 Positioning */
  position: absolute;
  top: 50%;
  right: 0;
  /* 2 Block model */
  display: block;
  width: 20px;
  height: 2px;
  /* 4 Visual */
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger--opened .hamburger__visual::before,
.hamburger--opened .hamburger__visual::after {
  /* 2 Block model */
  display: block;
  /* 4 Visual */
  content: "";
  /* 5 Animation */
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.hamburger--opened .hamburger__visual::before {
  /* 1 Positioning */
  top: -1px;
  left: -1px;
  /* 2 Block model */
  width: 20px;
  height: 2px;
  /* 4 Visual */
  opacity: 0;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

.hamburger--opened .hamburger__visual::after {
  /* 1 Positioning */
  top: 11px;
  right: -11px;
  /* 2 Block model */
  width: 20px;
  /* 4 Visual */
  -webkit-transform: rotate(275deg);
  transform: rotate(275deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

.icon-text {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.icon-text__img {
  /* 2 Block model */
  margin-right: 12px;
  /* 3 Typography */
  color: #000000;
  /* 4 Visual */
  fill: #000000; }

.icon-text__link,
.icon-text__text {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 3 Typography */
  font-family: "Lexend Deca", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  color: #000000;
  text-decoration: none;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.icon-text__link:hover {
  /* 4 Visual */
  opacity: 0.7; }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.icon-text--18 .icon-text__text,
.icon-text--18 .icon-text__link {
  /* 3 Typography */
  font-size: 18px;
  font-weight: 600; }

.icon-text--white .icon-text__text,
.icon-text--white .icon-text__link {
  /* 3 Typography */
  color: #ffffff; }

.icon-text--underline .icon-text__link {
  /* 3 Typography */
  text-decoration: underline; }

.icon-text--no-center {
  /* 2 Block model */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.icon-text--blue .icon-text__text,
.icon-text--blue .icon-text__link {
  /* 3 Typography */
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  line-height: 22px;
  word-break: break-word; }
  @media (min-width: 768px) {
    .icon-text--blue .icon-text__text,
    .icon-text--blue .icon-text__link {
      /* 3 Typography */
      word-break: normal; } }

.icon-text--mr-sm .icon-text__img {
  /* 2 Block model */
  margin-right: 5px; }

.icon-text--user {
  /* 2 Block model */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.icon-text--user .icon-text__img {
  /* 2 Block model */
  margin-right: 12px; }
  @media (min-width: 768px) {
    .icon-text--user .icon-text__img {
      /* 2 Block model */
      margin-right: 15px; } }

.icon-text--user .icon-text__link,
.icon-text--user .icon-text__text {
  /* 2 Block model */
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* 3 Typography */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #000000;
  text-decoration: none; }
  @media (min-width: 768px) {
    .icon-text--user .icon-text__link,
    .icon-text--user .icon-text__text {
      /* 3 Typography */
      font-size: 18px; } }

.icon-text--user-lh .icon-text__link,
.icon-text--user-lh .icon-text__text {
  /* 3 Typography */
  line-height: 24px; }
  @media (min-width: 768px) {
    .icon-text--user-lh .icon-text__link,
    .icon-text--user-lh .icon-text__text {
      /* 3 Typography */
      line-height: 26px; } }

.btn {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 29px;
  margin: 0;
  /* 3 Typography */
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -1px;
  color: #ffffff;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  /* 4 Visual */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2%, #fc6250), color-stop(98.73%, #e84532));
  background: linear-gradient(180deg, #fc6250 0.2%, #e84532 98.73%);
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  border: 1px solid #e84532;
  outline: none;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent; }

.btn:hover {
  /* 3 Typography */
  color: #e84532;
  /* 4 Visual */
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn:focus {
  /* 3 Typography */
  color: #ffb739;
  /* 4 Visual */
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .icon {
  /* 2 Block model */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  /* 4 Visual */
  fill: #ffffff;
  /* 5 Animation */
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.btn:hover .icon {
  /* 4 Visual */
  fill: #000000; }

.btn .icon:first-child:not(:last-child) {
  /* 2 Block model */
  margin-right: 15px; }

.btn .icon:last-child:not(:first-child) {
  /* 2 Block model */
  margin-left: 15px; }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.btn--big {
  /* 2 Block model */
  padding: 16px 39px 18px 40px;
  /* 3 Typography */
  font-size: 21px;
  line-height: 26px;
  /* 4 Visual */
  border-radius: 30px;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2); }

.btn--sm {
  /* 2 Block model */
  padding: 8px 22px 8px 21px;
  /* 3 Typography */
  font-size: 14px;
  line-height: 17px;
  /* 4 Visual */
  border-radius: 17px;
  -webkit-box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -2px 0px rgba(0, 0, 0, 0.2); }

.btn--flat {
  /* 3 Typography */
  color: #e84532;
  /* 4 Visual */
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn--flat:hover,
.btn--flat:active {
  /* 3 Typography */
  color: #ffffff;
  /* 4 Visual */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2%, #fc6250), color-stop(98.73%, #e84532));
  background: linear-gradient(180deg, #fc6250 0.2%, #e84532 98.73%);
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #e84532; }

.btn--block-mobile {
  /* 2 Block model */
  width: 100%;
  max-width: 280px; }
  @media (min-width: 768px) {
    .btn--block-mobile {
      /* 2 Block model */
      width: auto;
      max-width: none; } }

.logo {
  /* 2 Block model */
  display: block;
  width: 100%;
  max-width: 107px; }
  @media (min-width: 768px) {
    .logo {
      max-width: 150px; } }

.logo img {
  /* 2 Block model */
  display: block;
  width: 100%; }

.user {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.user__photo {
  /* 2 Block model */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  margin-right: 20px; }
  @media (min-width: 992px) {
    .user__photo {
      /* 2 Block model */
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
      flex: 0 0 60px;
      width: 60px; } }

.user__photo img {
  /* 4 Visual */
  border-radius: 50%; }

@media (min-width: 992px) {
  .user__info {
    /* 2 Block model */
    padding-bottom: 3px; } }

.user__name {
  /* 2 Block model */
  margin: 0;
  margin-bottom: 4px;
  /* 3 Typography */
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #ffffff; }
  @media (min-width: 992px) {
    .user__name {
      /* 3 Typography */
      font-size: 18px;
      line-height: 24px; } }

.user__career {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  color: #ffffff; }
  @media (min-width: 992px) {
    .user__career {
      /* 3 Typography */
      font-size: 16px;
      line-height: 19px; } }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.user--testimonial {
  /* 2 Block model */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media (min-width: 768px) {
  .user--testimonial .user__info {
    /* 2 Block model */
    padding-top: 8px; } }

.user--testimonial .user__name {
  /* 2 Block model */
  margin-bottom: 5px;
  /* 3 Typography */
  color: #e84532; }
  @media (min-width: 768px) {
    .user--testimonial .user__name {
      /* 2 Block model */
      margin-bottom: 10px; } }

.user--testimonial .user__career {
  /* 3 Typography */
  font-size: 14px;
  line-height: 18px;
  color: #000000; }

.user-team {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px;
  /* 4 Visual */
  -webkit-box-shadow: 0px 2px 15px rgba(202, 211, 222, 0.4);
  box-shadow: 0px 2px 15px rgba(202, 211, 222, 0.4);
  border-radius: 10px; }
  @media (min-width: 768px) {
    .user-team {
      /* 2 Block model */
      padding: 35px 35px 35px 30px;
      /* 4 Visual */
      border-radius: 15px; } }

.user-team__photo {
  /* 1 Positioning */
  position: absolute;
  /* 2 Block model */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  width: 60px; }
  @media (min-width: 768px) {
    .user-team__photo {
      /* 1 Positioning */
      position: static;
      /* 2 Block model */
      margin-right: 20px; } }
  @media (min-width: 992px) {
    .user-team__photo {
      /* 2 Block model */
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      width: 100px;
      margin-right: 26px; } }

.user-team__photo .img {
  /* 4 Visual */
  border-radius: 50%;
  background-color: #dcdcdc; }

@media (min-width: 992px) {
  .user-team__info {
    /* 2 Block model */
    padding-bottom: 3px; } }

.user-team__info-top {
  /* 2 Block model */
  padding-top: 8px;
  padding-left: 79px; }
  @media (min-width: 768px) {
    .user-team__info-top {
      /* 2 Block model */
      padding-top: 0;
      padding-left: 0; } }

.user-team__name {
  /* 2 Block model */
  margin: 0;
  margin-bottom: 4px;
  /* 3 Typography */
  font-family: "Lexend Deca", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #e84532; }
  @media (min-width: 992px) {
    .user-team__name {
      /* 3 Typography */
      font-size: 24px;
      line-height: 30px;
      letter-spacing: -0.5px; } }

.user-team__career {
  /* 2 Block model */
  margin: 0;
  margin-bottom: 30px;
  /* 3 Typography */
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000000; }
  @media (min-width: 992px) {
    .user-team__career {
      /* 2 Block model */
      margin-bottom: 15px;
      /* 3 Typography */
      font-size: 18px;
      line-height: 26px; } }

.user-team__text {
  /* 2 Block model */
  margin-bottom: 10px;
  /* 3 Typography */
  line-height: 24px;
  font-weight: 300; }
  @media (min-width: 992px) {
    .user-team__text {
      /* 2 Block model */
      margin-bottom: 15px;
      /* 3 Typography */
      line-height: 26px; } }

.user-team__text:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.user-team--blue .user-team__name {
  /* 3 Typography */
  color: #00b9e8; }

.user-team--yelow .user-team__name {
  /* 3 Typography */
  color: #ffb32a; }

.user-team--purpure .user-team__name {
  /* 3 Typography */
  color: #af058f; }

.picture {
  /* 2 Block model */
  display: block;
  width: 100%; }
  .picture img {
    width: 100%; }

.input {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.input label {
  /* 2 Block model */
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  /* 3 Typography */
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #000000; }

.input input,
.sib-input input {
  /* 2 Block model */
  padding: 9px 25px;
  margin: 0;
  width: 100%;
  /* 3 Typography */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  /* 4 Visual */
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
  border-radius: 25px;
  outline: none; }
  @media (min-width: 768px) {
    .input input,
    .sib-input input {
      /* 2 Block model */
      padding: 11px 25px;
      /* 3 Typography */
      font-size: 18px; } }

.input input::-webkit-input-placeholder,
.sib-input input::-webkit-input-placeholder {
  /* 3 Typography */
  color: #afafaf; }

.input input::-moz-placeholder,
.sib-input input::-moz-placeholder {
  /* 3 Typography */
  color: #000000;
  text-overflow: ellipsis;
  /* 4 Visual */
  opacity: 0.3; }

.input input:-moz-placeholder,
.sib-input input:-moz-placeholder {
  /* 3 Typography */
  color: #afafaf;
  text-overflow: ellipsis;
  /* 4 Visual */
  opacity: 0.3; }

.input input:-ms-input-placeholder,
.sib-input input:-ms-input-placeholder {
  /* 3 Typography */
  color: #afafaf;
  text-overflow: ellipsis; }

.input input[placeholder],
.sib-input input[placeholder] {
  /* 3 Typography */
  text-overflow: ellipsis; }

.input input:hover,
.input input:focus,
.input input:active,
.sib-input input:hover,
.sib-input input:focus,
.sib-input input:active {
  /* 4 Visual */
  cursor: pointer;
  opacity: 0.7; }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.link-icon {
  /* 2 Block model */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 3 Typography */
  font-family: "Lexend Deca", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #b4b4b4;
  text-decoration: none;
  /* 4 Visual */
  outline: none;
  /* 5 Animation */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.link-icon__text {
  /* 2 Block model */
  display: inline-block;
  margin-left: 15px; }

.link-icon:hover,
.link-icon:focus,
.link-icon:active {
  /* 3 Typography */
  text-decoration: underline;
  /* 4 Visual */
  opacity: 0.7; }

.check {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  /* 4 Visual */
  border-radius: 50%;
  background-color: #e1e1e6; }

.check--active {
  /* 4 Visual */
  background-color: #ffb32a; }

.overlay {
  /* 1 Positioning */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  /* 2 Block model */
  display: none;
  /* 4 Visual */
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  /* 5 Animation */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.overlay--open {
  /* 2 Block model */
  display: block;
  /* 4 Visual */
  opacity: 1; }

.overlay-img {
  /* 1 Positioning */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  /* 2 Block model */
  display: none;
  /* 4 Visual */
  /* 4 Visual */
  background-color: rgba(255, 255, 255, 0.35);
  -webkit-backdrop-filter: blur(21.7463px);
  backdrop-filter: blur(21.7463px);
  opacity: 0;
  /* 5 Animation */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .overlay-img {
      /* IE10+ CSS styles go here */
      /* 4 Visual */
      background-color: rgba(0, 0, 0, 0.7); } }

@-moz-document url-prefix() {
  .overlay-img {
    /* 4 Visual */
    background-color: rgba(0, 0, 0, 0.7); } }

.overlay-img--open {
  /* 2 Block model */
  display: block;
  /* 4 Visual */
  opacity: 1; }

.textarea {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  margin: 0;
  padding: 0;
  /* 4 Visual */
  border: 0;
  background-color: #f9f9f9; }

.textarea textarea,
textarea.input {
  /* 1 Positioning */
  position: relative;
  z-index: 10;
  /* 2 Block model */
  display: block;
  width: 100%;
  height: 111px;
  padding: 0px 0 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  /* 3 Typography */
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  /* 4 Visual */
  outline: none;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 5 Animation*/
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* 6 Misc */
  resize: none; }
  @media (min-width: 768px) {
    .textarea textarea,
    textarea.input {
      /* 2 Block model */
      height: auto;
      padding: 0 0 23px 0; } }

.textarea label {
  /* 1 Positioning */
  /* 3 Typography */
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #afafaf; }

.textarea textarea::-webkit-input-placeholder {
  /* 3 Typography */
  color: #afafaf; }

.textarea textarea::-moz-placeholder {
  /* 3 Typography */
  color: #afafaf; }

.textarea textarea:-ms-input-placeholder {
  /* 3 Typography */
  color: #afafaf; }

.textarea textarea::-ms-input-placeholder {
  /* 3 Typography */
  color: #afafaf; }

.textarea textarea::placeholder {
  /* 3 Typography */
  color: #afafaf; }

.checkbox {
  /* 2 Block model */
  display: inline-block;
  /* 6 Misc */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

.checkbox label,
.checkbox--sendinblue {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  height: 24px;
  /* 3 Typography */
  text-align: left;
  /* 6 Sundry */
  cursor: pointer; }

.checkbox input[type="checkbox"],
.checkbox--sendinblue input[type="checkbox"] {
  /* 2 Block model */
  display: none; }

.checkbox input[type="checkbox"] + span,
.checkbox--sendinblue input[type="checkbox"] + span.checkbox__span {
  /* 1 Positioning */
  position: absolute;
  left: 0;
  top: 0;
  /* 2 Block model */
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 4 Visual */
  background: #f9f9f9;
  border: 1px solid #e1e1e6;
  border-radius: 4px; }

.checkbox input[type="checkbox"]:checked + span,
.checkbox--sendinblue input[type="checkbox"]:checked + span.checkbox__span {
  /* 4 Visual */
  border: 1px solid #e1e1e6; }

.checkbox input[type="checkbox"]:checked + span::before,
.checkbox--sendinblue input[type="checkbox"]:checked + span.checkbox__span::before {
  /* 1 Positioning */
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  /* 2 Block model */
  display: block;
  width: 12px;
  height: 12px;
  /* 4 Visual */
  background-image: url(../images/icon--check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.menu {
  /* 2 Block model */
  width: 100%; }
  @media (min-width: 992px) {
    .menu {
      /* 2 Block model */
      width: auto; } }

.menu__list {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 3 Typography */
  text-align: center;
  /* 4 Visual */
  list-style: none; }
  @media (min-width: 992px) {
    .menu__list {
      /* 2 Block model */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      /* 3 Typography */
      text-align: left; } }

.menu__item {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  /* 4 Visual */
  cursor: pointer;
  /* 5 Animation */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (min-width: 992px) {
    .menu__item {
      /* 2 Block model */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-right: 30px;
      margin-bottom: 0; } }

.menu__item:last-child {
  /* 1 Positioning */
  margin-right: 0; }

.menu__item::before {
  /* 1 Positioning */
  position: absolute;
  left: 50%;
  bottom: -20px;
  /* 2 Block model */
  display: block;
  width: 0;
  max-width: 0;
  height: 4px;
  /* 4 Visual */
  content: "";
  background-color: #e84532;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* 5 Animation */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (min-width: 992px) {
    .menu__item::before {
      /* 1 Positioning */
      left: 0;
      bottom: -20px;
      /* 4 Visual */
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

.menu__item--active {
  /* 1 Positioning */
  position: relative; }

.menu__item--active::before {
  /* 1 Positioning */
  position: absolute;
  left: 50%;
  bottom: -10px;
  /* 2 Block model */
  display: block;
  width: 100%;
  max-width: 92px;
  height: 4px;
  /* 4 Visual */
  content: "";
  background-color: #e84532;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (min-width: 992px) {
    .menu__item--active::before {
      /* 1 Positioning */
      left: 0;
      bottom: -20px;
      /* 4 Visual */
      -webkit-transform: translateX(0);
      transform: translateX(0); } }

.menu__link {
  /* 3 Typography */
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  /* 5 Animation */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.menu__item:hover::before {
  /* 2 Block model */
  width: 100%;
  max-width: 92px; }

.menu__wrapper {
  /* 2 Block model */
  padding-top: 10px; }
  @media (min-width: 992px) {
    .menu__wrapper {
      /* 1 Positioning */
      position: absolute;
      top: 15px;
      left: -20px;
      /* 2 Block model */
      width: 292px;
      padding-top: 30px;
      /* 4 Visual */
      visibility: hidden; } }

@media (min-width: 992px) {
  .menu__item--dropdown:hover .menu__list--sub {
    /* 2 Block model */
    display: block; } }

@media (min-width: 992px) {
  .menu__item--dropdown:hover .menu__wrapper {
    /* 4 Visual */
    visibility: visible; } }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.menu__list--sub {
  /* 2 Block model */
  display: none; }
  @media (min-width: 992px) {
    .menu__list--sub {
      /* 2 Block model */
      padding: 20px;
      /* 4 Visual */
      background: #ffffff;
      -webkit-box-shadow: 0px 4px 20px rgba(202, 211, 222, 0.4);
      box-shadow: 0px 4px 20px rgba(202, 211, 222, 0.4);
      border-radius: 15px; } }

.menu__list--sub .menu__item {
  /* 2 Block model */
  margin-bottom: 10px; }

.menu__list--sub .menu__item::before {
  /* 2 Block model */
  display: none; }

.menu__list--sub .menu__item > a {
  /* 3 Typography */
  line-height: 24px; }

.menu__list--sub .menu__item > a:hover,
.menu__list--sub .menu__item > a:focus {
  /* 3 Typography */
  color: #e84532; }

.menu-mobile {
  /* 1 Positioning */
  position: fixed;
  top: 0;
  right: auto;
  left: -100vw;
  z-index: -1;
  /* 2 Block model */
  width: 100%;
  max-width: 250px;
  height: 100vh;
  overflow-y: auto;
  padding: 13px 21px 20px 20px;
  /* 4 Visual */
  background-color: #ffffff;
  opacity: 0;
  /* 5 Animation */
  -webkit-transition: left 0.6s;
  transition: left 0.6s; }

.menu-mobile--open {
  /* 1 Positioning */
  right: auto;
  left: 0;
  z-index: 1000;
  /* 2 Block model */
  display: block;
  /* 4 Visual */
  opacity: 1;
  /* 5 Animation */
  -webkit-transition: left 0.6s;
  transition: left 0.6s; }

.menu-mobile__btn {
  /* 1 Positioning */
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 5px;
  margin-bottom: 43px; }

.menu-mobile__list {
  /* 2 Block model */
  padding: 0;
  margin: 0;
  /* 4 Visual */
  list-style: none; }

.menu-mobile__item {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  margin-bottom: 12px; }

.menu-mobile__item:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

.menu-mobile__item--active {
  /* 1 Positioning */
  position: relative; }

.menu-mobile__item--active::before {
  /* 1 Positioning */
  position: absolute;
  top: 0;
  left: -20px;
  /* 2 Block model */
  display: block;
  width: 4px;
  height: 40px;
  /* 4 Visual */
  content: "";
  background-color: #e84532; }

.menu-mobile__item .menu-mobile__level-2 {
  /* 2 Block model */
  display: block; }

.menu-mobile__link {
  /* 2 Block model */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  /* 3 Typography */
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  /* 5 Animation */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.menu-mobile__link:hover {
  /* 4 Visual */
  opacity: 0.7; }

.menu-mobile__link--active {
  /* 3 Typography */
  color: #e84532; }

.menu-mobile__level-2 {
  /* 2 Block model */
  display: none;
  /* 2 Block model */
  padding: 0;
  padding-left: 20px;
  margin: 0;
  /* 4 Visual */
  list-style: none; }

.menu-mobile__level-2-item .menu-mobile__link {
  /* 2 Block model */
  padding-top: 6px;
  padding-bottom: 8px;
  /* 3 Typography */
  font-size: 14px;
  line-height: 20px; }

.review {
  /* 2 Block model */
  width: 100%;
  max-width: 222px;
  margin: 0 auto;
  /* 3 Typography */
  text-align: center; }

.review__stars {
  /* 2 Block model */
  margin-bottom: 7px; }
  @media (min-width: 992px) {
    .review__stars {
      /* 2 Block model */
      margin-bottom: 11px; } }

.ceo-msg {
  padding: 30px;
  min-height: 276px;
  /* 4 Visual */
  background: radial-gradient(98.54% 98.54% at 63.29% 72.85%, rgba(232, 5, 238, 0.314795) 0%, rgba(131, 196, 255, 0.637156) 100%), #af058f;
  border-radius: 15px; }
  @media (min-width: 992px) {
    .ceo-msg {
      /* 2 Block model */
      padding: 46px 45px 40px 45px; } }

.ceo-msg__header {
  /* 2 Block model */
  margin-bottom: 25px; }
  @media (min-width: 992px) {
    .ceo-msg__header {
      /* 2 Block model */
      margin-bottom: 30px; } }

.ceo-msg__text {
  /* 2 Block model */
  margin: 0;
  min-height: 90px;
  /* 3 Typography */
  font-family: "Lexend Deca", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  color: #ffffff; }
  @media (min-width: 992px) {
    .ceo-msg__text {
      /* 3 Typography */
      font-size: 22px;
      line-height: 30px; } }

.ceo-msg--orange {
  background: none;
  background-color: #EA6B00; }

.ceo-msg--black {
  background: none;
  background-color: #000000; }

.ceo-msg--black .user__name {
  color: #00EF00; }

.try-for-free .text {
  /* 2 Block model */
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .try-for-free .text {
      /* 2 Block model */
      margin-bottom: 20px; } }

.try-for-free__bottom {
  /* 2 Block model */
  padding-top: 5px;
  /* 3 Typography */
  text-align: center; }
  @media (min-width: 768px) {
    .try-for-free__bottom {
      /* 2 Block model */
      padding-top: 10px;
      /* 3 Typography */
      text-align: left; } }

.try-for-free__bottom .btn {
  /* 2 Block model */
  width: 100%; }
  @media (min-width: 768px) {
    .try-for-free__bottom .btn {
      /* 2 Block model */
      width: auto; } }

.menu-vertical {
  /* 2 Block model */
  padding: 0;
  margin: 0;
  /* 4 Visual */
  list-style: none; }

.menu-vertical__item {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .menu-vertical__item {
      /* 2 Block model */
      margin-bottom: 5px; } }

.menu-vertical__item:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

.menu-vertical__item > a {
  /* 2 Block model */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* 3 Typography */
  color: #4c4c4c;
  text-decoration: none;
  /* 5 Animation */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.menu-vertical__item > a:hover,
.menu-vertical__item > a:focus,
.menu-vertical__item > a:active {
  /* 3 Typography */
  color: #e84532; }

.social {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.social__item {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  /* 5 Animation */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.social__item:last-child {
  /* 2 Block model */
  margin-right: 0; }

.social__item:hover,
.social__item:focus,
.social__item:active {
  /* 4 Visual */
  opacity: 0.7; }

.cookie {
  /* 1 Positioning */
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  /* 2 Block model */
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 20px;
  /* 4 Visual */
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .cookie {
      /* 1 Positioning */
      left: 10px;
      right: 10px;
      bottom: 10px;
      /* 2 Block model */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 12px 25px;
      /* 4 Visual */
      border-radius: 15px; } }

.cookie .text {
  /* 2 Block model */
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .cookie .text {
      /* 2 Block model */
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 100px;
      max-width: 622px;
      margin-right: 11px;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .cookie .text {
      /* 2 Block model */
      max-width: 100%; } }

.cookie__actions {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.cookie__actions .btn {
  /* 2 Block model */
  width: 50%; }
  @media (min-width: 768px) {
    .cookie__actions .btn {
      /* 2 Block model */
      width: auto; } }

.cookie__actions .btn:first-child {
  /* 2 Block model */
  margin-right: 10px; }

.actions {
  /* 2 Block model */
  padding-top: 70px;
  padding-bottom: 76px;
  /* 3 Typography */
  text-align: center;
  /* 4 Visual */
  background-image: url(../images/actions__bg-01@2x.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .actions {
      /* 2 Block model */
      padding-top: 87px;
      padding-bottom: 143px; } }

.actions__title {
  /* 2 Block model */
  margin-bottom: 28px; }
  @media (min-width: 992px) {
    .actions__title {
      /* 2 Block model */
      margin-bottom: 30px; } }

.actions__btns {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .actions__btns {
      /* 2 Block model */
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.actions__btns .btn {
  /* 2 Block model */
  width: 100%; }
  @media (min-width: 768px) {
    .actions__btns .btn {
      /* 2 Block model */
      width: auto; } }

.actions__btns .btn:first-child {
  /* 2 Block model */
  margin-bottom: 13px; }
  @media (min-width: 768px) {
    .actions__btns .btn:first-child {
      /* 2 Block model */
      margin-bottom: 0; } }

.testimonial {
  /* 2 Block model */
  width: 100%;
  padding: 30px 32px 29px 30px;
  /* 4 Visual */
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 60px rgba(202, 211, 222, 0.4);
  box-shadow: 0px 2px 60px rgba(202, 211, 222, 0.4);
  border-radius: 15px; }
  @media (min-width: 992px) {
    .testimonial {
      /* 2 Block model */
      padding: 36px 32px 29px 30px; } }

.testimonial__body {
  /* 2 Block model */
  margin-bottom: 25px;
  /* 3 Typography */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #000000; }
  @media (min-width: 992px) {
    .testimonial__body {
      /* 2 Block model */
      margin-bottom: 24px;
      /* 3 Typography */
      font-size: 18px;
      line-height: 24px; } }

.testimonial__body p {
  /* 2 Block model */
  margin: 0;
  margin-bottom: 10px; }

.testimonial__body p:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

.testimonial__text-purpure {
  /* 3 Typography */
  font-weight: 400;
  font-style: italic;
  color: #af058f; }

.testimonial__text-blue {
  /* 3 Typography */
  font-weight: 400;
  font-style: italic;
  color: #00b9e8; }

.testimonial__text-black {
  /* 3 Typography */
  font-weight: 600;
  font-style: italic; }

.testimonial__text-red {
  /* 3 Typography */
  font-weight: 400;
  font-style: italic;
  color: #e84532; }

.testimonial__text-yelow {
  /* 3 Typography */
  font-weight: 400;
  font-style: italic;
  color: #ffb32a; }

.request-demo {
  /* 2 Block model */
  width: 100%;
  padding: 35px 14px 39px 14px;
  /* 3 Typography */
  text-align: center;
  /* 4 Visual */
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 60px rgba(202, 211, 222, 0.4);
  box-shadow: 0px 2px 60px rgba(202, 211, 222, 0.4);
  border-radius: 15px; }
  @media (min-width: 1200px) {
    .request-demo {
      /* 2 Block model */
      padding: 34px 38px 50px 38px; } }

.request-demo .img {
  /* 2 Block model */
  max-width: 64px;
  margin: 0 auto;
  margin-bottom: 15px; }

.request-demo__title {
  /* 2 Block model */
  margin: 0;
  margin-bottom: 26px; }

.request-demo .btn--big {
  /* 2 Block model */
  padding: 16px 66px 18px 67px; }

.form__err-msg {
  /* 2 Block model */
  padding-left: 20px;
  margin-bottom: 16px; }

.form__required-msg {
  /* 2 Block model */
  padding-left: 20px;
  margin-bottom: 16px; }

.form__required-msg span {
  /* 3 Typography */
  color: #e84532; }

.form__icon-msg {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 12px; }

.form__icon-msg .icon {
  /* 2 Block model */
  width: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  margin-right: 20px; }

.form__icon-msg .text {
  /* 2 Block model */
  -ms-flex-item-align: center;
  align-self: center; }

.form__group-row {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .form__group-row {
      /* 2 Block model */
      margin-bottom: 0; } }

.form__group-row .form__group {
  /* 2 Block model */
  width: 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .form__group-row .form__group {
      /* 2 Block model */
      max-width: 330px; } }
  @media (min-width: 992px) {
    .form__group-row .form__group {
      /* 2 Block model */
      max-width: 300px; } }
  @media (min-width: 1200px) {
    .form__group-row .form__group {
      /* 2 Block model */
      max-width: 366px; } }

.form__group-row .form__group:last-child {
  /* 2 Block model */
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .form__group-row .form__group:last-child {
      /* 2 Block model */
      margin-bottom: 20px; } }

.form__group {
  /* 2 Block model */
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .form__group {
      /* 2 Block model */
      margin-bottom: 20px; } }

.form__group .img {
  /* 2 Block model */
  max-width: 286px; }

.form__group:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

.form__group-checkbox {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.form__group-checkbox .text {
  /* 2 Block model */
  -ms-flex-item-align: center;
  align-self: center; }

.form__bg {
  /* 2 Block model */
  padding: 8px 25px 12px 25px;
  /* 4 Visual */
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
  border-radius: 25px; }
  @media (min-width: 768px) {
    .form__bg {
      /* 2 Block model */
      padding: 12px 25px 18px 25px; } }

.form__attach {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0; }
  @media (min-width: 768px) {
    .form__attach {
      /* 2 Block model */
      padding-left: 2px; } }

.form__attach .btn {
  /* 2 Block model */
  margin-left: 8px; }

.form__group--bottom {
  /* 2 Block model */
  padding-top: 11px;
  /* 3 Typography */
  text-align: center; }

.form__group--bottom .btn {
  /* 2 Block model */
  width: 100%; }
  @media (min-width: 768px) {
    .form__group--bottom .btn {
      /* 2 Block model */
      width: auto; } }

.entry_errored .input,
.sib-select .entry_errored .entry__field {
  /* 4 Visual */
  border: 1px solid #EE8C81; }

.form .entry__error {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  margin-top: 6px;
  padding-left: 43px;
  display: none;
  /* 3 Typography */
  font-size: 14px;
  line-height: 20px;
  font-weight: 100; }

.form .entry__error::before {
  /* 1 Positioning */
  position: absolute;
  top: 0;
  left: 15px;
  /* 2 Block model */
  display: block;
  width: 20px;
  height: 20px;
  /* 4 Visual */
  content: '';
  background-image: url(../images/form__entry-error.svg);
  background-size: cover; }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.form--contact {
  /* 2 Block model */
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .form--contact {
      /* 2 Block model */
      margin-bottom: 90px; } }

.form__select-wrap .entry__field {
  /* 4 Visual */
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
  border-radius: 25px; }

.form--contact select.input {
  /* 1 Positioning */
  position: relative;
  z-index: 2;
  /* 2 Block model */
  padding: 9px 25px;
  margin: 0;
  width: 100%;
  /* 3 Typography */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #AEAEAE;
  /* 4 Visual */
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid transparent;
  cursor: pointer; }
  @media (min-width: 768px) {
    .form--contact select.input {
      /* 2 Block model */
      padding: 11px 25px;
      /* 3 Typography */
      font-size: 18px; } }

.form__select-wrap .entry__field {
  /* 1 Positioning */
  position: relative; }

.form__select-wrap .entry__field::after {
  /* 1 Positioning */
  position: absolute;
  top: 13px;
  right: 25px;
  z-index: 1;
  /* 2 Block model */
  display: block;
  width: 24px;
  height: 24px;
  /* 4 Visual */
  content: '';
  background-image: url(../images/icon--select-drop-down.svg);
  background-size: cover; }

.sib-hide-loader-icon {
  /* 2 Block model */
  display: none; }

.sib-form-message-panel {
  /* 2 Block model */
  display: none; }

.sib-form-message-panel--active {
  /* 2 Block model */
  display: block;
  margin: 0 auto;
  margin-top: 30px; }

.sib-form-message-panel__text {
  /* 2 Block model */
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.sib-form-message-panel__text svg {
  /* 2 Block model */
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px; }

.form--register .form__group-row .form__group {
  /* 2 Block model */
  width: 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .form--register .form__group-row .form__group {
      /* 2 Block model */
      max-width: 300px; } }
  @media (min-width: 992px) {
    .form--register .form__group-row .form__group {
      /* 2 Block model */
      max-width: 330px; } }

.form--register .form__bg {
  /* 2 Block model */ }
  @media (min-width: 768px) {
    .form--register .form__bg {
      /* 2 Block model */
      padding: 12px 25px 16px 25px; } }

@media (min-width: 768px) {
  .form--register .form__bg .textarea textarea {
    /* 2 Block model */
    padding: 0; } }

.form--register .form__group--bottom .btn {
  /* 2 Block model */
  width: 100%; }
  @media (min-width: 768px) {
    .form--register .form__group--bottom .btn {
      /* 2 Block model */
      width: auto;
      padding-left: 76px;
      padding-right: 76px; } }

.form--try-for-free {
  /* 2 Block model */
  margin-bottom: 0; }

.form--try-for-free .form__group-row {
  /* 2 Block model */
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media (min-width: 1200px) {
  .form--try-for-free .form__group-row .form__group {
    max-width: none;
    width: 49%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; } }

.form--try-for-free .form__group {
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .form--try-for-free .form__group {
      /* 2 Block model */
      margin-bottom: 12px; } }

.form--try-for-free .form__required-msg {
  /* 2 Block model */
  margin: 8px; }

.modal {
  /* 2 Block model */
  width: 100%;
  max-width: 800px;
  padding: 40px 20px 20px 20px;
  /* 4 Visual */
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 60px rgba(97, 102, 107, 0.4);
  box-shadow: 0px 2px 60px rgba(97, 102, 107, 0.4);
  border-radius: 15px; }
  @media (min-width: 768px) {
    .modal {
      /* 2 Block model */
      padding: 51px 60px 60px 60px; } }

.modal__title {
  /* 2 Block model */
  margin-bottom: 40px;
  /* 3 Typography */
  text-align: center; }

.modal__title span {
  /* 3 Typography */
  color: #00b9e8; }

.modal a.close-modal {
  /* 1 Positioning */
  top: 14px;
  right: 14px;
  /* 2 Block model */
  width: 20px;
  height: 20px;
  /* 4 Visual */
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 60px rgba(202, 210, 228, 0.3), 0px 1px 4px rgba(202, 210, 228, 0.5);
  box-shadow: 0px 2px 60px rgba(202, 210, 228, 0.3), 0px 1px 4px rgba(202, 210, 228, 0.5);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACMSURBVHgBpdTRDYAgDATQqsM4FmwgG9AVnQhJlARBSq9e0h+gLzQhbHQn5NpznWTLq9/nSk8x4eGqPxQ9GVFuel3ZiAa0xWJ7AEGnGIKqMQ0KYxJqxkboL0xCRWwlOYtyTRWm8chMYJj6MS2Pf4iVwKiEwagGU6MINkW9ARuh3X+IYF+oq295kD2+9F/Iy4I4UaISbAAAAABJRU5ErkJggg==");
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .modal a.close-modal {
      /* 1 Positioning */
      top: 24px;
      right: 24px;
      /* 2 Block model */
      width: 40px;
      height: 40px;
      /* 4 Visual */
      background-size: 20px; } }

.blocker {
  /* 2 Block model */
  padding: 10px;
  /* 4 Visual */
  background-color: rgba(0, 0, 0, 0.75); }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.package {
  /* 2 Block model */
  padding: 0;
  margin: 0;
  /* 4 Visual */
  list-style: none; }

.package__item {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 37px;
  padding-left: 10px;
  padding-right: 10px;
  /* 4 Visual */
  border-bottom: 1px solid #f3f5f7; }
  @media (min-width: 768px) {
    .package__item {
      /* 2 Block model */
      height: 50px; } }

.package__item:last-child {
  /* 4 Visual */
  border-bottom: none; }

.package__gray {
  /* 4 Visual */
  background-color: #f6f8fa; }

.package__item:nth-child(11),
.package__item:nth-child(17),
.package__item:nth-child(18) {
  height: 52px; }
  @media (min-width: 768px) {
    .package__item:nth-child(11),
    .package__item:nth-child(17),
    .package__item:nth-child(18) {
      /* 2 Block model */
      height: 64px; } }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.package--title .package__item {
  /* 2 Block model */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .package--title .package__item {
      /* 2 Block model */
      padding-left: 35px; } }

.package--1 .text {
  /* 3 Typography */
  font-weight: 400; }

.package--1 .check--active {
  /* 4 Visual */
  background-color: #ffb32a; }

.package--2 .text {
  /* 3 Typography */
  font-weight: 400; }

.package--2 .check--active {
  /* 4 Visual */
  background-color: #af058f; }

.package--3 .text {
  /* 3 Typography */
  font-weight: 400; }

.package--3 .check--active {
  /* 4 Visual */
  background-color: #00b9e8; }

.package--4 .package__item:last-child {
  /* 2 Block model */
  height: auto;
  padding-top: 14px; }

.package--4 .text {
  /* 2 Block model */
  display: inline-block;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  /* 3 Typography */
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400; }
  @media (min-width: 992px) {
    .package--4 .text {
      /* 3 Typography */
      font-size: 14px;
      line-height: 20px; } }

.package--4 .check--active {
  /* 4 Visual */
  background-color: #e84532; }

.package__item-enterprise-q {
  /* 2 Block model */
  padding: 8px 10px;
  margin-bottom: 10px;
  /* 3 Typography */
  font-size: 14px;
  line-height: 18px;
  /* 4 Visual */
  border-radius: 6px;
  background-color: #FFF5F4; }

.user-card {
  /* 2 Block model */
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 30px 30px 30px 30px;
  /* 4 Visual */
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 60px 0 rgba(202, 211, 222, 0.4);
  box-shadow: 0 2px 60px 0 rgba(202, 211, 222, 0.4); }
  @media (min-width: 768px) {
    .user-card {
      /* 2 Block model */
      padding: 34px 30px 38px 32px; } }

.user-card__title {
  /* 2 Block model */
  margin-bottom: 22px;
  /* 3 Typography */
  color: #af058f; }
  @media (min-width: 768px) {
    .user-card__title {
      /* 2 Block model */
      margin-bottom: 28px; } }

.user-card__item {
  /* 2 Block model */
  margin-bottom: 11px; }

.user-card__item:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.user-card--blue .user-card__title {
  /* 3 Typography */
  color: #00b9e8; }

.user-card--yelow .user-card__title {
  /* 3 Typography */
  color: #ffb32a; }

.user-card--red .user-card__title {
  /* 3 Typography */
  color: #e84532; }

.block-arrows {
  /* 2 Block model */
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  /* 4 Visual */
  background-image: url(../images/block-arrows__bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 992px) {
    .block-arrows {
      /* 2 Block model */
      padding-top: 90px;
      padding-bottom: 90px;
      margin-bottom: 40px; } }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.block-arrows--img {
  /* 2 Block model */
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 57px; }
  @media (min-width: 992px) {
    .block-arrows--img {
      /* 2 Block model */
      padding-top: 80px;
      padding-bottom: 80px;
      margin-bottom: 40px; } }

.block-arrows--img .block-arrows__img {
  /* 2 Block model */
  max-width: 1140px;
  margin: 0 auto; }

.block-video__img {
  /* 2 Block model */
  height: 100%; }

.block-video__img img {
  /* 2 Block model */
  display: block;
  width: 100%;
  height: 100%; }

.list-agencies {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  /* 4 Visual */
  list-style: none; }

.list-agencies__item {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  padding-right: 10px;
  margin-right: 5px;
  margin-bottom: 5px; }

.list-agencies__item::before {
  /* 1 Positioning */
  position: absolute;
  top: 50%;
  right: 0;
  /* 2 Block model */
  display: block;
  width: 4px;
  height: 4px;
  /* 4 Visual */
  content: "";
  background-color: #000000;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.list-agencies__item:last-child::before {
  /* 2 Block model */
  display: none; }

.list-agencies__text {
  /* 2 Block model */
  margin: 0;
  /* 3 Typography */
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #e84532;
  /* 4 Visual */
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (min-width: 992px) {
    .list-agencies__text {
      /* 3 Typography */
      font-size: 18px;
      line-height: 26px; } }

.list-agencies__text:hover {
  /* 4 Visual */
  opacity: 0.4; }

.item-solutions-info {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  padding: 25px 35px 25px 35px;
  /* 4 Visual */
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 60px rgba(202, 211, 222, 0.4);
  box-shadow: 0px 2px 60px rgba(202, 211, 222, 0.4);
  border-radius: 15px; }
  @media (min-width: 992px) {
    .item-solutions-info {
      /* 2 Block model */
      padding: 43px 54px 44px 62px; } }

.item-solutions-info::before {
  /* 1 Positioning */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 Block model */
  display: block;
  width: 10px;
  height: 100%;
  /* 4 Visual */
  content: "";
  background-color: #e84532;
  border-radius: 15px 0px 0px 15px; }

.item-case-studies {
  /* 4 Visual */
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 60px rgba(202, 211, 222, 0.4);
  box-shadow: 0px 2px 60px rgba(202, 211, 222, 0.4);
  border-radius: 15px; }

.item-case-studies__top .img {
  /* 2 Block model */
  border-radius: 15px 15px 0 0; }

.item-case-studies__body {
  /* 2 Block model */
  padding: 20px 15px; }
  @media (min-width: 992px) {
    .item-case-studies__body {
      /* 2 Block model */
      padding: 40px 60px; } }

.item-case-studies__link {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  /* 3 Typography */
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #e84532;
  text-decoration: none;
  /* 5 Animation */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.item-case-studies__link:hover {
  /* 4 Visual */
  opacity: 0.4; }

.item-case-studies__link-text {
  /* 2 Block model */
  display: inline-block;
  padding-right: 20px; }

.item-case-studies__link .icon {
  /* 2 Block model */
  width: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  /* 4 Visual */
  fill: #e84532; }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.item-case-studies--blue .item-case-studies__link {
  /* 3 Typography */
  color: #00b9e8; }

.item-case-studies--blue .item-case-studies__link .icon {
  /* 4 Visual */
  fill: #00b9e8; }

.item-case-studies--purpure .item-case-studies__link {
  /* 3 Typography */
  color: #af058f; }

.item-case-studies--purpure .item-case-studies__link .icon {
  /* 4 Visual */
  fill: #af058f; }

.item-case-studies--yelow .item-case-studies__link {
  /* 3 Typography */
  color: #ffab14; }

.item-case-studies--yelow .item-case-studies__link .icon {
  /* 4 Visual */
  fill: #ffab14; }

.modal-img {
  /* 1 Positioning */
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  /* 2 Block model */
  display: none;
  width: 100%;
  max-width: 1280px;
  /* 4 Visual */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.modal-img--open {
  /* 2 Block model */
  display: block; }

.modal-img__btn {
  /* 1 Positioning */
  position: absolute;
  top: -19px;
  right: 5px;
  z-index: 15; }
  @media (min-width: 568px) and (orientation: landscape) {
    .modal-img__btn {
      /* 1 Positioning */
      top: -8px;
      right: 5px; } }
  @media (min-width: 667px) and (orientation: landscape) {
    .modal-img__btn {
      /* 1 Positioning */
      top: -20px; } }
  @media (min-width: 851px) and (orientation: landscape) {
    .modal-img__btn {
      /* 1 Positioning */
      top: -22px; } }
  @media (min-width: 768px) {
    .modal-img__btn {
      /* 1 Positioning */
      top: -19px;
      right: 21px; } }
  @media (min-width: 992px) {
    .modal-img__btn {
      /* 1 Positioning */
      top: -23px;
      right: 27px; } }
  @media (min-width: 1369px) {
    .modal-img__btn {
      /* 1 Positioning */
      top: 0;
      right: -23px; } }

.modal-img__btn .btn {
  /* 2 Block model */
  padding: 15px 15px;
  /* 4 Visual */
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none; }

.modal-img__btn .btn:hover,
.modal-img__btn .btn:focus {
  /* 4 Visual */
  border: 1px solid #000000; }

.modal-img__btn .btn .icon {
  /* 4 Visual */
  fill: #c9cbcd; }

.modal-img__btn .btn:hover .icon {
  /* 4 Visual */
  fill: #000000; }

.modal__body {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  max-width: 1800px;
  padding: 0 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .modal__body {
      /* 2 Block model */
      padding: 0 40px; } }

.modal-img__load {
  /* 1 Positioning */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  /* 2 Block model */
  width: 64px;
  height: 64px;
  /* 4 Visual */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.modal-iframe__body {
  /* 2 Block model */
  max-width: 1800px;
  /* 4 Visual */
  background-color: #ffffff;
  border-radius: 15px; }

.modal-iframe__body iframe {
  /* 1 Positioning */
  position: relative;
  z-index: 10;
  /* 2 Block model */
  display: block;
  width: 100%;
  height: 300px;
  /* 4 Visual */
  border: 1px solid #e6e6e6;
  border-radius: 15px; }
  @media (min-width: 768px) {
    .modal-iframe__body iframe {
      /* 2 Block model */
      height: 550px; } }
  @media (min-width: 1200px) {
    .modal-iframe__body iframe {
      /* 2 Block model */
      height: 600px; } }

.header {
  /* 1 Positioning */
  position: fixed;
  top: 0;
  z-index: 500;
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 6px;
  /* 4 Visual */
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .header {
      /* 2 Block model */
      padding-left: 0; } }
  @media (min-width: 992px) {
    .header {
      /* 2 Block model */
      height: 80px; } }

.header__body {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .header__body {
      /* 2 Block model */
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (min-width: 992px) {
    .header__body {
      /* 2 Block model */
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.header__left {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 992px) {
  .header__logo {
    /* 2 Block model */
    margin-right: 40px; } }

@media (min-width: 1200px) {
  .header__logo {
    /* 2 Block model */
    margin-right: 73px; } }

.header__right {
  /* 2 Block model */
  display: none; }
  @media (min-width: 768px) {
    .header__right {
      /* 2 Block model */
      display: block;
      margin-left: auto;
      margin-right: 0; } }

.header__menu {
  /* 1 Positioning */
  position: fixed;
  top: 84px;
  right: -15px;
  left: -15px;
  z-index: 500;
  /* 2 Block model */
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh - 68px);
  padding-top: 20px;
  /* 3 Typography */
  text-align: center;
  /* 4 Visual */
  background-color: #ffffff; }
  @media (min-width: 992px) {
    .header__menu {
      /* 1 Positioning */
      position: static;
      /* 2 Block model */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      height: auto;
      padding: 0;
      /* 4 Visual */
      background-color: transparent; } }

.header__mobile {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header__hamburger {
  /* 2 Block model */
  display: block; }
  @media (min-width: 768px) {
    .header__hamburger {
      /* 2 Block model */
      margin-right: 27px; } }
  @media (min-width: 992px) {
    .header__hamburger {
      /* 2 Block model */
      display: none; } }

.main {
  /* 2 Block model */
  display: block;
  margin-top: 60px; }
  @media (min-width: 992px) {
    .main {
      /* 2 Block model */
      margin-top: 80px; } }

.main__header {
  /* 2 Block model */
  padding-top: 50px;
  padding-bottom: 40px;
  /* 3 Typography */
  text-align: center; }
  @media (min-width: 992px) {
    .main__header {
      /* 2 Block model */
      padding-top: 82px;
      padding-bottom: 27px; } }

.main__header .h1 {
  /* 2 Block model */
  margin-bottom: 25px; }

.main__header-page .lead {
  margin-bottom: 10px; }

.main__header-page .lead:last-child {
  /* 2 Block model */
  margin-bottom: 30px; }

.main__header-page--sm-width {
  /* 2 Block model */
  width: 100%;
  max-width: 558px;
  margin: 0 auto; }

.main__text {
  /* 2 Block model */
  padding: 40px 0;
  /* 3 Typography */
  text-align: left; }

.main__text ul {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px; }

.main__text h2 {
  margin-top: 40px;
  margin-bottom: 5px; }

.main__text h3 {
  margin-top: 30px;
  margin-bottom: 5px; }

.main__text strong {
  display: inline-block;
  padding-top: 10px; }

.main__bottom-desc {
  /* 2 Block model */
  margin-bottom: 49px; }
  @media (min-width: 992px) {
    .main__bottom-desc {
      /* 2 Block model */
      margin-bottom: 59px; } }

.main__bottom-desc .text {
  /* 2 Block model */
  margin-bottom: 18px;
  /* 3 Typography */
  line-height: 18px;
  text-align: left; }
  @media (min-width: 768px) {
    .main__bottom-desc .text {
      /* 2 Block model */
      margin-bottom: 0;
      /* 3 Typography */
      text-align: center; } }

.main__bottom-desc .text:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.main__header--core {
  /* 2 Block model */
  padding-bottom: 0; }

.main__header--testimonial {
  /* 2 Block model */
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .main__header--testimonial {
      /* 2 Block model */
      padding-bottom: 52px; } }

.main__header--contact-us {
  /* 2 Block model */
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .main__header--contact-us {
      /* 2 Block model */
      padding-bottom: 35px; } }

.main__header--solution {
  /* 2 Block model */
  padding-bottom: 36px; }
  @media (min-width: 992px) {
    .main__header--solution {
      /* 2 Block model */
      padding-bottom: 27px; } }

@media (min-width: 992px) {
  .main__header--solution .h1 {
    /* 2 Block model */
    margin-bottom: 43px; } }

.main__header--products {
  /* 2 Block model */
  padding-bottom: 11px;
  /* 3 Typography */
  text-align: center; }
  @media (min-width: 992px) {
    .main__header--products {
      /* 2 Block model */
      padding-bottom: 60px; } }

@media (min-width: 992px) {
  .main__header--products .h1 {
    /* 2 Block model */
    margin-bottom: 43px; } }

.main__header--case-studies {
  /* 2 Block model */
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .main__header--case-studies {
      /* 2 Block model */
      padding-bottom: 63px; } }

.main__header--case-studies-body {
  /* 2 Block model */
  padding-top: 0;
  padding-bottom: 5px; }
  @media (min-width: 992px) {
    .main__header--case-studies-body {
      /* 2 Block model */
      padding-bottom: 9px; } }

.home-top {
  /* 2 Block model */
  padding-top: 50px;
  padding-bottom: 77px;
  /* 3 Typography */
  text-align: center; }
  @media (min-width: 992px) {
    .home-top {
      /* 2 Block model */
      padding-top: 82px;
      padding-bottom: 77px; } }

.home-top__title {
  /* 2 Block model */
  margin-bottom: 25px; }

.home-top__title span {
  /* 3 Typography */
  color: #00b9e8; }

.home-top__page {
  /* 2 Block model */
  width: 100%;
  max-width: 650px;
  margin: 0 auto; }

.home-top__page .lead {
  margin-bottom: 10px; }

.home-top__page .lead:last-child {
  /* 2 Block model */
  margin-bottom: 30px; }

.reviews-list {
  /* 2 Block model */
  margin-bottom: 38px; }
  @media (min-width: 992px) {
    .reviews-list {
      /* 2 Block model */
      margin-bottom: 80px; } }

.reviews-list__item {
  /* 2 Block model */
  margin-bottom: 47px; }
  @media (min-width: 768px) {
    .reviews-list__item {
      /* 2 Block model */
      margin-bottom: 0; } }

.reviews-list__item:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

.slider-home .slick-list {
  /* 1 Positioning */
  padding: 10px 50px !important; }
  @media (min-width: 768px) {
    .slider-home .slick-list {
      /* 2 Block model */
      padding: 10px 0 !important; } }

.slider__item {
  /* 4 Visual */
  cursor: pointer;
  outline: none; }

.slider__img {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  max-width: 300px;
  margin: 0 10px;
  overflow: hidden;
  border: 1px solid #E6E6E6;
  /* 4 Visual */
  border-radius: 5px;
  /* 5 Animation */
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  @media (min-width: 768px) {
    .slider__img {
      /* 2 Block model */
      max-width: 350px; } }

.slider__item:hover .slider__img,
.slider__item:focus .slider__img {
  /* 4 Visual */
  -webkit-box-shadow: 0 2px 15px rgba(202, 210, 228, 0.3), 0 1px 4px rgba(202, 210, 228, 0.5);
  box-shadow: 0 2px 15px rgba(202, 210, 228, 0.3), 0 1px 4px rgba(202, 210, 228, 0.5);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.slider-home__dots {
  /* 1 Positioning */
  position: absolute;
  bottom: -21px;
  /* 2 Block model */
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  /* 3 Typography */
  text-align: center;
  /* 4 Visual */
  list-style: none; }
  @media (min-width: 992px) {
    .slider-home__dots {
      /* 1 Positioning */
      bottom: 21px;
      left: -5px; } }

.slider-home__dots li {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 9px;
  /* 4 Visual */
  cursor: pointer;
  border-radius: 50%; }

.slider-home__dots li button {
  /* 1 Positioning */
  display: block;
  width: 12px;
  height: 12px;
  padding: 6px;
  /* 3 Typography */
  font-size: 0;
  line-height: 0;
  color: transparent;
  /* 4 Visual */
  cursor: pointer;
  background-color: #E7E7E7;
  border: 0;
  border-radius: 50%;
  outline: none; }

.slider-home__dots .slick-active button {
  /* 4 Visual */
  background-color: #e84532; }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.slider-home--two {
  /* 2 Block model */
  display: none; }
  @media (min-width: 768px) {
    .slider-home--two {
      /* 2 Block model */
      display: block; } }

.fon-img {
  /* 2 Block model */
  padding-top: 30px;
  padding-bottom: 34px;
  margin-bottom: 40px;
  margin-top: -5px;
  /* 4 Visual */
  background-image: url(../images/fon-img__bg-01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 768px) {
    .fon-img {
      /* 2 Block model */
      padding-top: 85px;
      margin-top: -35px; } }
  @media (min-width: 992px) {
    .fon-img {
      /* 2 Block model */
      padding-top: 143px;
      padding-bottom: 74px;
      margin-top: -56px;
      margin-bottom: 53px; } }

.fon-img .img {
  /* 4 Visual */
  border-radius: 15px;
  -webkit-box-shadow: 0px 1px 4px rgba(202, 210, 228, 0.5), 0px 2px 60px rgba(202, 211, 222, 0.4);
  box-shadow: 0px 1px 4px rgba(202, 210, 228, 0.5), 0px 2px 60px rgba(202, 211, 222, 0.4); }

.grid-chess {
  /* 2 Block model */
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .grid-chess {
      /* 2 Block model */
      margin-bottom: 103px; } }

.grid-chess__row {
  /* 2 Block model */
  padding-right: -10px;
  padding-left: -10px; }

.grid-chess__col {
  /* 2 Block model */
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 992px) {
  .grid-chess--about {
    /* 2 Block model */
    margin-bottom: 91px; } }

.grid-chess__item {
  /* 2 Block model */
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .grid-chess__item {
      /* 2 Block model */
      margin-bottom: 90px; } }

.grid-chess__item:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

.grid-chess__img {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 280px;
  padding: 10px 25px;
  margin: 0 auto;
  margin-bottom: 30px;
  /* 4 Visual */
  border-radius: 15px;
  background-color: #ff644e; }
  @media (min-width: 768px) {
    .grid-chess__img {
      /* 2 Block model */
      max-width: 387px;
      padding: 20px 32px;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .grid-chess__img {
      /* 2 Block model */
      margin-left: 0;
      margin-right: auto; } }

.grid-chess__img img {
  /* 2 Block model */
  max-width: 323px; }

.grid-chess__img-left {
  /* 2 Block model */
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .grid-chess__img-left {
      /* 2 Block model */
      width: 500px;
      max-width: initial;
      margin: 0;
      margin-left: -55px; } }
  @media (min-width: 1051px) {
    .grid-chess__img-left {
      /* 2 Block model */
      width: 560px;
      margin-left: -110px; } }
  @media (min-width: 1200px) {
    .grid-chess__img-left {
      /* 2 Block model */
      width: 609px;
      margin-left: -68px; } }

.grid-chess__body .h2 {
  /* 2 Block model */
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .grid-chess__body .h2 {
      /* 2 Block model */
      margin-bottom: 25px; } }

.grid-chess__body .text {
  /* 2 Block model */
  margin-bottom: 10px; }

.grid-chess__body--lg .text {
  /* 2 Block model */
  margin-bottom: 15px; }

.grid-chess__body .text:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

@media (min-width: 992px) {
  .grid-chess__body--pt {
    /* 2 Block model */
    padding-top: 40px; } }

@media (min-width: 1200px) {
  .grid-chess__body--pt {
    /* 2 Block model */
    padding-top: 100px; } }

.grid-chess__span-red {
  /* 3 Typography */
  color: #e84532; }

.grid-chess__span-purpure {
  /* 3 Typography */
  color: #af058f; }

.grid-chess__span-blue {
  /* 3 Typography */
  color: #00b9e8; }

.grid-chess__span-yelow {
  /* 3 Typography */
  color: #ffb32a; }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
@media (min-width: 992px) {
  .grid-chess__item--revers .grid-chess__img {
    /* 2 Block model */
    margin-left: auto;
    margin-right: 0; } }

.grid-chess__img--sm {
  /* 2 Block model */
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .grid-chess__img--sm {
      /* 2 Block model */
      padding-top: 25px;
      padding-bottom: 25px; } }

.grid-chess__img--sm img {
  /* 2 Block model */
  max-width: 180px; }
  @media (min-width: 768px) {
    .grid-chess__img--sm img {
      /* 2 Block model */
      max-width: 245px; } }

@media (min-width: 768px) {
  .grid-chess__item--revers .grid-chess__body {
    /* 2 Block model */
    padding-top: 20px; } }

@media (min-width: 992px) {
  .grid-chess__item--revers .grid-chess__body {
    /* 2 Block model */
    padding-top: 40px; } }

.grid-chess__img--purpure {
  /* 4 Visual */
  background-color: #c447ad; }

.grid-chess__img--blue {
  /* 4 Visual */
  background-color: #32c6ec; }

.grid-chess__img--yelow {
  /* 4 Visual */
  background-color: #ffb739; }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.grid-chess--home {
  /* 2 Block model */
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .grid-chess--home {
      /* 2 Block model */
      margin-bottom: 80px; } }

@media (min-width: 992px) {
  .grid-chess--home .grid-chess__item {
    /* 2 Block model */
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .grid-chess--home .grid-chess__body {
    /* 2 Block model */
    padding-bottom: 16px; } }

.grid-chess--home .grid-chess__img {
  /* 2 Block model */
  padding: 0;
  /* 4 Visual */
  background: transparent; }

.grid-chess--home .grid-chess__img {
  /* 2 Block model */
  max-width: 420px; }

.grid-chess--home .grid-chess__img img {
  /* 2 Block model */
  max-width: 420px; }

.grid-chess--home .grid-chess__item--revers .grid-chess__body {
  /* 2 Block model */
  padding-top: 0; }

.grid-chess--products {
  /* 2 Block model */
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .grid-chess--products {
      /* 2 Block model */
      margin-bottom: 80px; } }

.grid-chess--products .grid-chess__item {
  /* 2 Block model */
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .grid-chess--products .grid-chess__item {
      /* 2 Block model */
      margin-bottom: 60px; } }

.grid-chess--products .grid-chess__body .h2 {
  /* 2 Block model */
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .grid-chess--products .grid-chess__body .h2 {
      /* 2 Block model */
      margin-bottom: 25px; } }

@media (min-width: 992px) {
  .grid-chess--products .grid-chess__item--revers .grid-chess__body {
    /* 2 Block model */
    padding-top: 0px; } }

.grid-chess--products .grid-chess__img {
  /* 2 Block model */
  padding: 0;
  max-width: 387px;
  /* 4 Visual */
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 60px rgba(202, 211, 222, 0.4);
  box-shadow: 0px 2px 60px rgba(202, 211, 222, 0.4);
  border-radius: 15px; }

.grid-chess--products .grid-chess__img img {
  /* 2 Block model */
  max-width: none; }

.grid-chess--case-studies-in .grid-chess__body .text {
  margin-bottom: 15px; }

.grid-chess--case-studies-in .grid-chess__body .text:last-child {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .grid-chess--case-studies-in .ceo-msg {
    margin-top: 30px; } }

@media (min-width: 1200px) {
  .grid-chess__body--xl-small {
    padding-right: 32px; } }

.grid-chess--about .text {
  /* 3 Typography */
  line-height: 26px; }

.testimonials .container,
.testimonials .col-12 {
  /* 2 Block model */
  padding-left: 10px;
  padding-right: 10px; }

.testimonials .row {
  /* 2 Block model */
  margin-left: -10px;
  margin-right: -10px; }

.testimonials__body {
  /* 2 Block model */
  padding-bottom: 45px; }
  @media (min-width: 992px) {
    .testimonials__body {
      /* 2 Block model */
      padding-bottom: 94px; } }

.testimonials__item {
  /* 2 Block model */
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px; }
  @media (min-width: 768px) {
    .testimonials__item {
      /* 2 Block model */
      width: 50%;
      padding: 10px; } }
  @media (min-width: 992px) {
    .testimonials__item {
      /* 2 Block model */
      width: 33%;
      padding: 10px; } }

.clients {
  /* 2 Block model */
  margin-bottom: 21px; }
  @media (min-width: 768px) {
    .clients {
      /* 2 Block model */
      margin-bottom: 33px; } }
  @media (min-width: 992px) {
    .clients {
      /* 2 Block model */
      margin-bottom: 86px; } }

.clients__title {
  /* 2 Block model */
  margin-bottom: 30px;
  /* 3 Typography */
  text-align: center; }
  @media (min-width: 992px) {
    .clients__title {
      /* 2 Block model */
      margin-bottom: 51px; } }

.clients__list {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 768px) {
    .clients__list {
      /* 2 Block model */ } }

.clients__item {
  /* 2 Block model */
  margin-bottom: 30px;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .clients__item {
      /* 2 Block model */
      margin-bottom: 0; } }

.clients__item .img {
  /* 2 Block model */
  max-width: 125px; }
  @media (min-width: 768px) {
    .clients__item .img {
      /* 2 Block model */
      -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
      flex: 0 0 85px; } }

._clients__item:nth-child(2) .img {
  /* 2 Block model */
  max-width: 88px; }
  @media (min-width: 768px) {
    ._clients__item:nth-child(2) .img {
      /* 2 Block model */
      width: 115px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
      flex: 0 0 115px; } }

._clients__item:nth-child(3) .img {
  /* 2 Block model */
  max-width: 111px; }
  @media (min-width: 768px) {
    ._clients__item:nth-child(3) .img {
      /* 2 Block model */
      width: 152px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 152px;
      flex: 0 0 152px; } }

._clients__item:nth-child(4) .img {
  /* 2 Block model */
  max-width: 35px; }
  @media (min-width: 768px) {
    ._clients__item:nth-child(4) .img {
      /* 2 Block model */
      width: 50px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px; } }

._clients__item:nth-child(5) .img {
  /* 2 Block model */
  max-width: 117px; }
  @media (min-width: 768px) {
    ._clients__item:nth-child(5) .img {
      /* 2 Block model */
      width: 174px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 174px;
      flex: 0 0 174px; } }

._clients__item:nth-child(6) .img {
  /* 2 Block model */
  max-width: 37px; }
  @media (min-width: 768px) {
    ._clients__item:nth-child(6) .img {
      /* 2 Block model */
      width: 53px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 53px;
      flex: 0 0 53px; } }

._clients__item:nth-child(7) .img {
  /* 2 Block model */
  max-width: 147px; }
  @media (min-width: 768px) {
    ._clients__item:nth-child(7) .img {
      /* 2 Block model */
      width: 218px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 218px;
      flex: 0 0 218px;
      max-width: auto; } }

@media (min-width: 768px) {
  ._clients__item:last-child {
    /* 2 Block model */
    margin: 0; } }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.clients--2 {
  /* 2 Block model */
  margin-bottom: 24px; }
  @media (min-width: 992px) {
    .clients--2 {
      /* 2 Block model */
      margin-bottom: 56px; } }

.clients--2 .clients__title {
  /* 2 Block model */
  margin-bottom: 26px; }
  @media (min-width: 768px) {
    .clients--2 .clients__title {
      /* 2 Block model */
      margin-bottom: 30px; } }

.clients--2 .clients__list {
  /* 2 Block model */
  max-width: 770px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 414px) {
    .clients--2 .clients__list {
      /* 2 Block model */
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media (min-width: 768px) {
    .clients--2 .clients__list {
      /* 2 Block model */
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.clients--2 .clients__item {
  /* 2 Block model */
  margin-bottom: 25px;
  margin-right: 0;
  margin-left: 0; }

.clients--2 .clients__item .img {
  /* 2 Block model */
  max-width: 62px;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  @media (min-width: 786px) {
    .clients--2 .clients__item .img {
      /* 2 Block model */
      max-width: 100%; } }

.clients--2 .clients__item:nth-child(2) .img {
  /* 2 Block model */
  max-width: 111px; }
  @media (min-width: 786px) {
    .clients--2 .clients__item:nth-child(2) .img {
      /* 2 Block model */
      max-width: 100%; } }

.clients--2 .clients__item:nth-child(3) .img {
  /* 2 Block model */
  max-width: 69px; }
  @media (min-width: 768px) {
    .clients--2 .clients__item:nth-child(3) .img {
      /* 2 Block model */
      max-width: 189px; } }

.clients--3 {
  /* 2 Block model */
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .clients--3 {
      /* 2 Block model */
      margin-bottom: 45px; } }

.clients--3 .clients__title {
  /* 2 Block model */
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .clients--3 .clients__title {
      /* 2 Block model */
      margin-bottom: 30px; } }

.clients--3 .clients__list {
  /* 2 Block model */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  max-width: initial;
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 768px) {
    .clients--3 .clients__list {
      /* 2 Block model */
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.clients--3 .clients__item {
  /* 2 Block model */
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .clients--3 .clients__item {
      /* 2 Block model */
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 25px; } }
  @media (min-width: 992px) {
    .clients--3 .clients__item {
      /* 2 Block model */
      margin-bottom: 45px; } }

.clients--3 .clients__item .img {
  /* 2 Block model */
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 60px; }
  @media (min-width: 768px) {
    .clients--3 .clients__item .img {
      /* 2 Block model */
      max-width: 100%; } }

.clients--3 .clients__item:nth-child(2) .img {
  /* 2 Block model */
  max-width: 37px; }
  @media (min-width: 768px) {
    .clients--3 .clients__item:nth-child(2) .img {
      /* 2 Block model */
      max-width: 100%; } }

.clients--3 .clients__item:nth-child(3) .img {
  /* 2 Block model */
  max-width: 49px; }
  @media (min-width: 768px) {
    .clients--3 .clients__item:nth-child(3) .img {
      /* 2 Block model */
      max-width: 100%; } }

.clients--3 .clients__item:nth-child(4) .img {
  /* 2 Block model */
  max-width: 90px; }
  @media (min-width: 768px) {
    .clients--3 .clients__item:nth-child(4) .img {
      /* 2 Block model */
      max-width: 100%; } }

.clients--3 .clients__item:nth-child(5) .img {
  /* 2 Block model */
  max-width: 35px; }
  @media (min-width: 768px) {
    .clients--3 .clients__item:nth-child(5) .img {
      /* 2 Block model */
      max-width: 100%; } }

.clients--3 .clients__item:nth-child(6) .img {
  /* 2 Block model */
  max-width: 110px; }
  @media (min-width: 768px) {
    .clients--3 .clients__item:nth-child(6) .img {
      /* 2 Block model */
      max-width: 100%; } }

.clients--3 .clients__item:nth-child(7) .img {
  /* 2 Block model */
  max-width: 146px; }
  @media (min-width: 768px) {
    .clients--3 .clients__item:nth-child(7) .img {
      /* 2 Block model */
      max-width: 100%; } }

.clients--3 .clients__item:nth-child(8) .img {
  /* 2 Block model */
  max-width: 116px; }
  @media (min-width: 768px) {
    .clients--3 .clients__item:nth-child(8) .img {
      /* 2 Block model */
      max-width: 100%; } }

.bottom {
  /* 2 Block model */
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .bottom {
      /* 2 Block model */
      margin-bottom: 80px; } }

.bottom__title {
  /* 2 Block model */
  margin-bottom: 30px;
  /* 3 Typography */
  text-align: center; }
  @media (min-width: 992px) {
    .bottom__title {
      /* 2 Block model */
      margin-bottom: 40px; } }

.bottom .try-for-free {
  /* 2 Block model */
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .bottom .try-for-free {
      /* 2 Block model */
      width: 100%;
      max-width: 484px;
      margin-bottom: 0; } }

.bottom .block-video {
  /* 2 Block model */
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .bottom .block-video {
      /* 2 Block model */
      height: 100%;
      max-width: 443px;
      margin-bottom: 0; } }

.bottom__col {
  /* 2 Block model */
  padding-left: 10px;
  padding-right: 10px; }

.bottom .ceo-msg {
  /* 2 Block model */
  width: 100%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .bottom .ceo-msg {
      /* 2 Block model */
      max-width: 443px;
      margin-right: 0;
      margin-left: auto; } }

.footer {
  /* 2 Block model */
  padding-top: 48px;
  padding-bottom: 38px;
  /* 4 Visual */
  border-top: 1px solid #f2f2f2; }
  @media (min-width: 992px) {
    .footer {
      /* 2 Block model */
      padding-top: 55px;
      padding-bottom: 37px; } }

.footer__top {
  /* 2 Block model */
  margin-bottom: 21px; }
  @media (min-width: 992px) {
    .footer__top {
      /* 2 Block model */
      margin-bottom: 26px; } }

.footer__logo {
  /* 2 Block model */
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .footer__logo {
      /* 2 Block model */
      margin-bottom: 0; } }

.footer__logo .logo {
  /* 2 Block model */
  max-width: 113px; }

.footer__menu {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .footer__menu {
      /* 2 Block model */
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .footer__menu {
      /* 2 Block model */
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.footer__menu .menu-vertical {
  /* 2 Block model */
  width: 100%;
  max-width: 173px; }

.footer__menu .menu-vertical:first-child {
  /* 2 Block model */
  margin-right: 20px; }

.footer__cont {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer__cont-left > a {
  /* 2 Block model */
  display: inline-block;
  padding-top: 20px; }

.footer__cont-right {
  /* 2 Block model */
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-bottom: 8px; }
  @media (min-width: 768px) {
    .footer__cont-right {
      /* 2 Block model */
      -ms-flex-item-align: start;
      align-self: flex-start;
      padding-bottom: 0; } }

.team {
  /* 2 Block model */
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .team {
      /* 2 Block model */
      margin-bottom: 70px; } }

.team__title {
  /* 2 Block model */
  margin-bottom: 40px;
  /* 3 Typography */
  text-align: center; }
  @media (min-width: 992px) {
    .team__title {
      /* 2 Block model */
      margin-bottom: 80px; } }

.team__item {
  /* 2 Block model */
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .team__item {
      /* 2 Block model */
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 20px; } }

.contact-us {
  /* 1 Positioning */
  /* 2 Block model */
  margin-bottom: 40px;
  /* 3 Typography */
  /* 4 Visual */
  /* 5 Animation */
  /* 6 Misc */ }

.contact-us__item {
  margin-bottom: 20px; }

.packages {
  /* 1 Positioning */
  /* 2 Block model */
  padding-top: 20px;
  margin-bottom: 50px;
  /* 3 Typography */
  /* 4 Visual */
  /* 5 Animation */
  /* 6 Misc */ }
  @media (min-width: 1200px) {
    .packages {
      /* 2 Block model */
      padding-top: 28px; } }

.packages__call-to-action-img img {
  /* 2 Block model */
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .packages__call-to-action-img img {
      /* 2 Block model */
      max-width: none; } }
  @media (min-width: 1200px) {
    .packages__call-to-action-img img {
      /* 2 Block model */
      max-width: 442px;
      margin: 0; } }

.packages__call-to-action {
  /* 2 Block model */
  padding-top: 28px; }
  @media (min-width: 992px) {
    .packages__call-to-action {
      /* 2 Block model */
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .packages__call-to-action {
      /* 2 Block model */
      padding-top: 56px;
      padding-right: 65px; } }

.packages__call-to-action .text {
  /* 2 Block model */
  margin-bottom: 10px;
  /* 3 Typography */
  font-weight: 100;
  line-height: 24px; }
  @media (min-width: 768px) {
    .packages__call-to-action .text {
      /* 2 Block model */
      margin-bottom: 16px;
      /* 3 Typography */
      line-height: 26px; } }

.packages__call-to-action .btn {
  /* 2 Block model */
  margin-top: 12px;
  width: 100%; }
  @media (min-width: 768px) {
    .packages__call-to-action .btn {
      /* 2 Block model */
      width: auto; } }

.packages__call-to-action i {
  /* 3 Typography */
  font-weight: normal; }

.packages-table {
  /* 1 Positioning */
  position: relative;
  /* 2 Block model */
  margin: 0 -20px;
  margin-bottom: 31px;
  margin-top: 70px;
  /* 4 Visual */
  -webkit-box-shadow: 0 1px 4px 0 rgba(202, 210, 228, 0.5), 0 2px 60px 0 rgba(202, 210, 228, 0.3);
  box-shadow: 0 1px 4px 0 rgba(202, 210, 228, 0.5), 0 2px 60px 0 rgba(202, 210, 228, 0.3); }
  @media (min-width: 768px) {
    .packages-table {
      /* 2 Block model */
      margin: 0;
      margin-top: 70px;
      margin-bottom: 31px;
      /* 4 Visual */
      border-radius: 15px 0 15px 15px;
      -webkit-box-shadow: 0 1px 4px 0 rgba(202, 210, 228, 0.5), 0 2px 60px 0 rgba(202, 210, 228, 0.3);
      box-shadow: 0 1px 4px 0 rgba(202, 210, 228, 0.5), 0 2px 60px 0 rgba(202, 210, 228, 0.3); } }

.packages-table__header {
  /* 1 Positioning */
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 1;
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  /* 3 Typography */
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  /* 4 Visual */
  background-color: #ffffff;
  border-radius: 15px 15px 0 0;
  border: 1px solid #F6F8FA;
  -webkit-box-shadow: 0 1px 4px 0 rgba(202, 210, 228, 0.5), 0 2px 60px 0 rgba(202, 210, 228, 0.3);
  box-shadow: 0 1px 4px 0 rgba(202, 210, 228, 0.5), 0 2px 60px 0 rgba(202, 210, 228, 0.3); }
  @media (min-width: 768px) {
    .packages-table__header {
      /* 2 Block model */
      width: 69.8%;
      padding: 0; } }

.packages-table__header > div {
  /* 2 Block model */
  padding-top: 10px; }

.packages-table__service {
  /* 2 Block model */
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  /* 4 Visual */
  border-right: 1px solid #F6F8FA; }

.packages-table__service span {
  /* 3 Typography */
  font-weight: normal; }

.packages-table__tailored {
  /* 2 Block model */
  width: 30%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  /* 3 Typography */
  text-align: center; }
  @media (min-width: 768px) {
    .packages-table__tailored {
      /* 2 Block model */
      width: 25%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; } }

.packages-table__tabs {
  /* 1 Positioning */
  position: relative;
  z-index: 2;
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  /* 4 Visual */
  border-bottom: 1px solid #f3f5f7;
  list-style: none;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .packages-table__tabs {
      /* 2 Block model */
      display: none; } }

.packages-table__tabs-item {
  /* 2 Block model */
  padding: 7px 8px;
  /* 3 Typography */
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
  /* 4 Visual */
  cursor: pointer; }

.packages-table__tabs-item--active {
  /* 3 Typography */
  color: #ffffff;
  /* 4 Visual */
  border-radius: 6px; }

.packages-table__tabs-item:nth-child(1).packages-table__tabs-item--active {
  /* 4 Visual */
  background-color: #ffb32a; }

.packages-table__tabs-item:nth-child(2).packages-table__tabs-item--active {
  /* 4 Visual */
  background-color: #af058f; }

.packages-table__tabs-item:nth-child(3).packages-table__tabs-item--active {
  /* 4 Visual */
  background-color: #00b9e8; }

.packages-table__tabs-item:nth-child(4).packages-table__tabs-item--active {
  /* 4 Visual */
  background-color: #e84532; }

.packages-table__head {
  /* 1 Positioning */
  position: relative;
  z-index: 2;
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  /* 4 Visual */
  background-color: #ffffff;
  border-radius: 15px 0 0 0; }
  @media (min-width: 768px) {
    .packages-table__head {
      /* 2 Block model */
      padding: 0; } }

@media (min-width: 768px) {
  .packages-table__head--fixed {
    position: fixed;
    top: 60px;
    width: 700px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(202, 210, 228, 0.5), 0 2px 60px 0 rgba(202, 210, 228, 0.3);
    box-shadow: 0 1px 4px 0 rgba(202, 210, 228, 0.5), 0 2px 60px 0 rgba(202, 210, 228, 0.3); } }

@media (min-width: 992px) {
  .packages-table__head--fixed {
    width: 780px; } }

@media (min-width: 1200px) {
  .packages-table__head--fixed {
    top: 58px;
    width: 950px; } }

.packages-table__head-item {
  /* 2 Block model */
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  /* 3 Typography */
  text-align: center; }
  @media (min-width: 768px) {
    .packages-table__head-item {
      /* 2 Block model */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      width: 17.43%;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 5px;
      padding-right: 5px;
      /* 4 Visual */
      border-right: 1px solid #f3f5f7; } }
  @media (min-width: 1200px) {
    .packages-table__head-item {
      /* 2 Block model */
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 25px;
      padding-right: 24px; } }

.packages-table__head-item:first-child {
  /* 2 Block model */
  width: 30.3%; }
  @media (min-width: 768px) {
    .packages-table__head-item:first-child {
      /* 2 Block model */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.packages-table__head-item:last-child {
  /* 2 Block model */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* 4 Visual */
  border-right: none; }

.packages-table__head-item--active {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.packages-table__head-item .btn--sm {
  /* 2 Block model */
  padding: 9px 46px;
  /* 3 Typography */
  font-size: 16px;
  line-height: 20px;
  /* 4 Visual */
  border-radius: 20px; }
  @media (min-width: 768px) {
    .packages-table__head-item .btn--sm {
      /* 2 Block model */
      padding: 8px 14px 8px 14px;
      /* 3 Typography */
      font-size: 14px;
      line-height: 17px;
      /* 4 Visual */
      border-radius: 17px; } }
  @media (min-width: 1200px) {
    .packages-table__head-item .btn--sm {
      /* 2 Block model */
      padding: 8px 22px 8px 21px; } }

.packages-table__head-item:last-child .btn--sm {
  /* 2 Block model */
  width: 100%; }
  @media (min-width: 768px) {
    .packages-table__head-item:last-child .btn--sm {
      /* 2 Block model */
      width: auto; } }

.packages-table__img {
  /* 2 Block model */
  width: 100%;
  max-width: 88px;
  margin: 0 auto; }

.packages-table__title {
  /* 2 Block model */
  display: none;
  margin-bottom: 5px;
  /* 3 Typography */
  color: #ffb32a; }
  @media (min-width: 768px) {
    .packages-table__title {
      /* 2 Block model */
      display: block; } }

.packages-table__title--1 {
  /* 3 Typography */
  color: #af058f; }

.packages-table__title--2 {
  /* 3 Typography */
  color: #00b9e8; }

.packages-table__title--3 {
  /* 3 Typography */
  color: #e84532; }

@media (min-width: 768px) {
  .packages-table__price {
    /* 2 Block model */
    margin-bottom: 15px; } }

.packages-table__top {
  /* 2 Block model */
  padding-top: 12px;
  padding-left: 20px;
  padding-bottom: 12px;
  /* 4 Visual */
  background-color: #f6f8fa; }
  @media (min-width: 768px) {
    .packages-table__top {
      /* 2 Block model */
      padding-left: 35px; } }

@media (min-width: 768px) {
  .packages-table__head--fixed + .packages-table__top {
    padding-top: 162px; } }

.packages-table__body {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.packages-table__body-item {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33.7%; }
  @media (min-width: 768px) {
    .packages-table__body-item {
      /* 2 Block model */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 17.43%;
      /* 4 Visual */
      border-right: 1px solid #f3f5f7; } }

.packages-table__body-item:first-child {
  /* 2 Block model */
  width: 66.3%;
  /* 4 Visual */
  border-right: 1px solid #f3f5f7; }
  @media (min-width: 768px) {
    .packages-table__body-item:first-child {
      /* 2 Block model */
      width: 30.3%; } }

.packages-table__body-item--package {
  /* 2 Block model */
  display: none; }
  @media (min-width: 768px) {
    .packages-table__body-item--package {
      /* 2 Block model */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.packages-table__body-item--package:nth-child(2) {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.packages-table__body-item:last-child {
  /* 4 Visual */
  border-right: none; }

.packages-table__enterprise-bottom-mobile {
  /* 2 Block model */
  padding-bottom: 20px;
  display: none; }
  @media (min-width: 768px) {
    .packages-table__enterprise-bottom-mobile {
      /* 2 Block model */
      display: none; } }

.packages-table--enterprise .packages-table__enterprise-bottom-mobile {
  /* 2 Block model */
  display: block; }

.packages-table__enterprise-bottom-mobile .package__item-enterprise-q {
  /* 2 Block model */
  margin-left: 20px;
  margin-right: 20px;
  padding: 12px 15px;
  /* 3 Typography */
  text-align: center;
  font-size: 14px;
  line-height: 20px; }

.packages-table__enterprise-bottom-mobile .package__gray {
  /* 2 Block model */
  margin-bottom: 10px; }

@media (max-width: 991px) {
  .packages-table .text {
    /* 3 Typography */
    line-height: 18px; } }

.packages-table--enterprise .package__item:nth-child(14),
.packages-table--enterprise .package__item:nth-child(15),
.packages-table--enterprise .package__item:nth-child(16),
.packages-table--enterprise .package__item:nth-child(17),
.packages-table--enterprise .package__item:nth-child(18),
.packages-table--enterprise .package__item:nth-child(19) {
  /* 2 Block model */
  display: none; }

.find {
  /* 2 Block model */
  margin-bottom: 44px; }
  @media (min-width: 992px) {
    .find {
      /* 2 Block model */
      margin-bottom: 40px; } }

.find__title {
  /* 2 Block model */
  margin-bottom: 29px;
  /* 3 Typography */
  text-align: center; }
  @media (min-width: 992px) {
    .find__title {
      /* 2 Block model */
      margin-bottom: 45px; } }

.find__body .container,
.find__body .col-12 {
  /* 2 Block model */
  padding-left: 10px;
  padding-right: 10px; }

.find__body .row {
  /* 2 Block model */
  margin-left: -10px;
  margin-right: -10px; }

.find__user-item {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .find__user-item {
      /* 2 Block model */
      margin-bottom: 20px; } }

.solutions-list-info {
  /* 2 Block model */
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .solutions-list-info {
      /* 2 Block model */
      margin-bottom: 60px; } }

.solutions-list-info__item {
  /* 2 Block model */
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .solutions-list-info__item {
      /* 2 Block model */
      margin-bottom: 80px; } }

.solutions-list-info__item:last-child {
  /* 2 Block model */
  margin-bottom: 0; }

.solutions-info__top {
  /* 1 Positioning */
  position: relative;
  z-index: 10;
  /* 2 Block model */
  margin-bottom: 30px;
  /* 3 Typography */
  text-align: center; }
  @media (min-width: 992px) {
    .solutions-info__top {
      /* 2 Block model */
      margin-bottom: 50px; } }

.solutions-info__title {
  /* 2 Block model */
  margin-bottom: 10px;
  /* 3 Typography */
  color: #e84532; }
  @media (min-width: 992px) {
    .solutions-info__title {
      /* 2 Block model */
      margin-bottom: 15px; } }

.solutions-info__lead {
  /* 2 Block model */
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .solutions-info__lead {
      /* 2 Block model */
      margin-bottom: 25px; } }

@media (min-width: 992px) {
  .solutions-info__text {
    /* 2 Block model */
    line-height: 26px; } }

.solutions-info__img {
  /* 1 Positioning */
  position: absolute;
  top: 60px;
  right: -195px;
  z-index: -5;
  /* 2 Block model */
  display: none;
  max-width: 400px; }
  @media (min-width: 768px) {
    .solutions-info__img {
      /* 2 Block model */
      display: block; } }

.solutions-info__list {
  /* 1 Positioning */
  position: relative;
  z-index: 10;
  padding-left: -10px;
  padding-right: -10%; }

.solutions-info__col {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px; }

.solutions-info__item {
  /* 2 Block model */
  -ms-flex-item-align: auto;
  align-self: auto;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .solutions-info__item {
      /* 2 Block model */
      margin-bottom: 20px; } }

.solutions-info__item .item-solutions-info {
  /* 2 Block model */
  height: 100%; }

/* -------------------------------------------- */
/*
 * Modifiers
 *
 */
.solutions-info--blue .solutions-info__title {
  /* 3 Typography */
  color: #00b9e8; }

.solutions-info--blue .solutions-info__img {
  /* 1 Positioning */
  top: -23px;
  right: auto;
  left: -104px;
  /* 2 Block model */
  max-width: 361px; }

.solutions-info--blue .item-solutions-info::before {
  /* 4 Visual */
  background-color: #00b9e8; }

.solutions-info--purpure .solutions-info__title {
  /* 3 Typography */
  color: #af058f; }

.solutions-info--purpure .solutions-info__img {
  /* 1 Positioning */
  top: 108px;
  right: -186px; }

.solutions-info--purpure .item-solutions-info::before {
  /* 4 Visual */
  background-color: #af058f; }

.solutions-info--yelow .solutions-info__title {
  /* 3 Typography */
  color: #ffab14; }

.solutions-info--yelow .solutions-info__img {
  /* 1 Positioning */
  top: 361px;
  right: auto;
  left: -157px; }

.solutions-info--yelow .item-solutions-info::before {
  /* 4 Visual */
  background-color: #ffab14; }

.solutions-info--umbrella .solutions-info__img {
  /* 1 Positioning */
  top: 222px;
  right: -183px;
  /* 2 Block model */
  max-width: 360px; }

.case-studies {
  /* 2 Block model */
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .case-studies {
      /* 2 Block model */
      margin-bottom: 70px; } }

.case-studies__container {
  /* 2 Block model */
  padding-left: 10px;
  padding-right: 10px; }

.case-studies__row {
  /* 2 Block model */
  margin-left: -10px;
  margin-right: -10px; }

.case-studies__item {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

.case-studies__col {
  /* 2 Block model */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px; }
