/*
Theme Name: Theme_Name
Theme URI: Theme_URL
Author: VeryCreative
Author URI: http://www.verycreative.ro
Description: Description_Text
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Tag1,Tag2
Text Domain: Domain_Text

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
  -webkit-font-smoothing: antialiased;
}

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

body {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

iframe {
  border-style: none;
  border: none;
  width: inherit;
  display: block;
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
  -webkit-appearance: none;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

mark {
  color: #000;
  background: #ff0;
}

p,
pre {
  margin: 1em 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0;
}

menu,
ol,
ul {
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border-style: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="reset"], input[type="button"], input[type="submit"], button {
  cursor: pointer;
  border-style: none;
  -webkit-appearance: button;
}

textarea, input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  height: 40px;
  color: #8b8b8b;
  font-size: 1.4rem;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  background-color: #fff;
  padding: 0 15px;
  margin-bottom: 45px;
}

table, th, td {
  vertical-align: top;
  line-height: 1;
  border-spacing: 0;
  border: 1px solid #d8d8db;
  padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
  color: #878787;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  text-transform: none;
  margin: 0;
  margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: -1px;
}

.container {
  position: relative;
  width: 1600px;
  margin: 0 auto;
}

.container:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.container:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

@media (max-width: 1600px) {
  .container {
    width: 95%;
  }
}

.row {
  font-size: 0;
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}

.row:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row > [class*="col_"] {
  display: inline-block;
  float: left;
  font-size: 1.4rem;
  padding-left: 15px;
  padding-right: 15px;
}

.row > [class*="col_"].right {
  float: right;
}

.row.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}

.row.big-gutter > [class*="col_"] {
  padding-left: 30px;
  padding-right: 30px;
}

.row.small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row.small-gutter > [class*="col_"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter > [class*="col_"] {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row > [class*="col_"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.big-gutter > [class*="col_"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row_flex {
  font-size: 0;
  line-height: normal;
  clear: both;
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}

.row_flex:after {
  display: table;
  content: "";
  clear: both;
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row_flex:before {
  display: table;
  content: "";
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.row_flex > [class*="col_"] {
  font-size: 1.4rem;
  padding-left: 15px;
  padding-right: 15px;
}

.row_flex.big-gutter {
  margin-left: -30px;
  margin-right: -30px;
}

.row_flex.big-gutter > [class*="col_"] {
  padding-left: 30px;
  padding-right: 30px;
}

.row_flex.small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row_flex.small-gutter > [class*="col_"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row_flex.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row_flex.no-gutter > [class*="col_"] {
  padding-left: 0;
  padding-right: 0;
}

.col_10 {
  width: 10%;
}

.col_12 {
  width: 12.5%;
}

.col_14 {
  width: 14.28%;
}

.col_15 {
  width: 15%;
}

.col_16 {
  width: 16.66%;
}

.col_20 {
  width: 20%;
}

.col_25 {
  width: 25%;
}

.col_30 {
  width: 30%;
}

.col_33 {
  width: 33.33%;
}

.col_35 {
  width: 35%;
}

.col_40 {
  width: 40%;
}

.col_45 {
  width: 45%;
}

.col_50 {
  width: 50%;
}

.col_55 {
  width: 55%;
}

.col_60 {
  width: 60%;
}

.col_66 {
  width: 66.66%;
}

.col_70 {
  width: 70%;
}

.col_75 {
  width: 75%;
}

.col_80 {
  width: 80%;
}

.col_100 {
  width: 100%;
}

.col_auto {
  width: auto;
}

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

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

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

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

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

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

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

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

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

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

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

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.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%;
  padding-right: 15px;
  padding-left: 15px;
}

.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: 100%;
}

.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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !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;
      -ms-grid-row-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;
      -ms-grid-row-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;
      -ms-grid-row-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;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-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;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !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;
        -ms-grid-row-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;
        -ms-grid-row-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;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

html {
  font-size: 10px;
}

h1 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: calc( 4.4rem + 12px);
  margin-bottom: 35px;
}

h1 b,
h1 strong {
  font-weight: 900;
}

h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: calc( 4rem + 12px);
  margin-bottom: 30px;
}

h2 b,
h2 strong {
  font-weight: 900;
}

h3 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: calc( 3.8rem + 12px);
  margin-bottom: 25px;
}

h3 b,
h3 strong {
  font-weight: 900;
}

h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: calc( 2.4rem + 12px);
}

h4 b,
h4 strong {
  font-weight: 900;
}

h5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: calc( 2rem + 12px);
}

h5 b,
h5 strong {
  font-weight: 900;
}

h6 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: calc( 1.5rem + 12px);
}

h6 b,
h6 strong {
  font-weight: 900;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 4rem;
    line-height: calc( 4rem + 12px);
  }
  h2 {
    font-size: 3.8rem;
    line-height: calc( 3.8rem + 12px);
  }
  h3 {
    font-size: 2.4rem;
    line-height: calc( 2.4rem + 12px);
  }
  h4 {
    font-size: 2rem;
    line-height: calc( 2rem + 12px);
  }
  h5 {
    font-size: 1.5rem;
    line-height: calc( 1.5rem + 12px);
  }
  h6 {
    font-size: 1rem;
    line-height: calc( 1rem + 12px);
  }
  p {
    font-size: 1.4rem;
    line-height: calc( 1.4rem + 12px);
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 3.8rem;
    line-height: calc( 3.8rem + 12px);
  }
  h2 {
    font-size: 2.4rem;
    line-height: calc( 2.4rem + 12px);
  }
  h3 {
    font-size: 2rem;
    line-height: calc( 2rem + 12px);
  }
  h4 {
    font-size: 1.5rem;
    line-height: calc( 1.5rem + 12px);
  }
  h5 {
    font-size: 1rem;
    line-height: calc( 1rem + 12px);
  }
  h6 {
    letter-spacing: 1px;
    line-height: calc( 1px + 12px);
  }
}

p {
  font-family: "MarkPro", Arial, Helvetica, sans-serif;
  color: #878787;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc( 1.6rem + 12px);
  margin: 0 0 25px;
}

p:empty {
  display: none;
  margin: 0;
}

p a {
  font-size: 100%;
  margin: 0;
  color: #878787;
  text-decoration: none;
}

p a:hover {
  color: #ff0000;
}

p span {
  font-size: 100%;
  margin: 0;
}

p label {
  font-size: 100%;
  margin: 0;
}

p i {
  font-style: italic;
}

p b {
  font-style: italic;
  font-weight: 700;
}

a {
  display: inline-block;
  font-family: "MarkPro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  color: #878787;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a p {
  font-size: 100%;
  margin: 0;
}

a a {
  font-size: 100%;
  margin: 0;
}

a span {
  font-size: 100%;
  margin: 0;
}

a label {
  font-size: 100%;
  margin: 0;
}

a:hover {
  color: #ff0000;
  outline: 0;
}

a:focus {
  outline: none;
}

a:active {
  outline: 0;
}

span {
  font-family: "MarkPro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

span p {
  font-size: 100%;
  margin: 0;
}

span a {
  font-size: 100%;
  margin: 0;
}

span span {
  font-size: 100%;
  margin: 0;
}

span label {
  font-size: 100%;
  margin: 0;
}

label {
  font-family: "MarkPro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

label p {
  font-size: 100%;
  margin: 0;
}

label a {
  font-size: 100%;
  margin: 0;
}

label span {
  font-size: 100%;
  margin: 0;
}

label label {
  font-size: 100%;
  margin: 0;
}

strong {
  font-weight: 700;
}

b {
  font-weight: 700;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  margin: 40px 0;
}

blockquote:before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  content: '';
  height: 100%;
  width: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #d7d7d7;
}

blockquote p {
  color: #878787;
  font-family: "MarkPro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: calc( 1.6rem + 12px);
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

@media (max-width: 1024px) {
  blockquote {
    padding: 5px 0 5px 15px;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  blockquote p {
    font-size: 16px;
    line-height: 24px;
  }
}

li {
  font-size: 1.6rem;
  font-weight: 400;
  list-style-type: none;
  margin: 0 0 7px;
}

.the-content ul li:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  color: #878787;
  font-size: 7px;
  width: 1em;
  vertical-align: middle;
  margin-right: 5px;
}

.the-content ol {
  list-style-type: none;
  padding-right: 0;
  margin-left: 0;
}

.the-content ol li {
  counter-increment: step-counter;
}

.the-content ol li:before {
  color: #878787;
  content: counter(step-counter) ".";
  margin-right: 5px;
}

.white-txt h1 {
  color: white;
}

.white-txt h2 {
  color: white;
}

.white-txt h3 {
  color: white;
}

.white-txt h4 {
  color: white;
}

.white-txt h5 {
  color: white;
}

.white-txt h6 {
  color: white;
}

.white-txt p {
  color: white;
}

.white-txt a {
  color: white;
}

.white-txt span {
  color: white;
}

.white-txt li {
  color: white;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

form {
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

legend {
  white-space: normal;
  border: 0;
  padding: 0;
}

input {
  vertical-align: baseline;
  line-height: normal;
  margin: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

input[type="radio"] {
  line-height: normal;
  padding: 0;
  margin: 4px 0 0;
}

select {
  vertical-align: baseline;
  text-transform: none;
  padding-right: 0;
  margin: 0;
}

select.styled {
  width: 100% !important;
  height: 100% !important;
}

textarea {
  vertical-align: baseline;
  margin: 0;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  height: auto;
  min-height: 110px;
  line-height: normal;
  padding: 15px 17px;
}

button {
  vertical-align: baseline;
  line-height: normal;
  text-transform: none;
  margin: 0;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[disabled] {
  cursor: default;
}

button[disabled] {
  cursor: default;
}

label {
  display: block;
  color: #878787;
  font-family: "MarkPro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 7px;
}

::-webkit-input-placeholder {
  color: #878787;
  font-size: 1.6rem;
  font-family: "MarkPro";
  font-weight: 400;
  letter-spacing: normal;
}

:-moz-placeholder {
  color: #878787;
  font-size: 1.6rem;
  font-family: "MarkPro";
  font-weight: 400;
  letter-spacing: normal;
}

::-moz-placeholder {
  color: #878787;
  font-size: 1.6rem;
  font-family: "MarkPro";
  font-weight: 400;
  letter-spacing: normal;
}

:-ms-input-placeholder {
  color: #878787;
  font-size: 1.6rem;
  font-family: "MarkPro";
  font-weight: 400;
  letter-spacing: normal;
}

.wpcf7 .ajax-loader,
.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7 input:hover,
.wpcf7 input:focus,
.wpcf7 select:hover,
.wpcf7 select:focus,
.wpcf7 textarea:hover,
.wpcf7 textarea:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus {
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Other Fields */
.wpcf7-validates-as-required {
  /*all required fields*/
}

select option {
  /*select option*/
}

input[type="file"] {
  /*file field*/
}

/* #END */
div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
  border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #DA291C;
}

div.wpcf7-mail-sent-ok {
  color: #3F724C;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
  font-weight: normal;
}

.right {
  float: right;
}

.left {
  float: left;
}

.t-right {
  display: table;
  margin: 0 0 0 auto;
}

.t-left {
  display: table;
  margin: 0 auto 0 0;
}

.table {
  display: table;
  height: 100%;
  width: 100%;
}

.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.no-scroll {
  overflow: hidden !important;
}

.floating-objects {
  clear: both;
  zoom: 1;
}

.floating-objects:after {
  display: table;
  content: "";
  clear: both;
}

.floating-objects:before {
  display: table;
  content: "";
}

.top {
  vertical-align: top;
}

.bottom {
  vertical-align: bottom;
}

.sep {
  display: block;
  width: 100%;
  height: 1px;
  background: #727272;
  clear: both;
  margin-top: 50px;
  margin-bottom: 30px;
}

.sep:before {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
}

.sep:after {
  display: table;
  content: "";
  visibility: hidden;
  height: 0;
  clear: both;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttl {
  text-transform: lowercase;
}

.ovh:before {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
}

.ovh:after {
  display: table;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

@media (max-width: 768px) {
  .alignleft {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

@media (max-width: 768px) {
  .alignright {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.aligncenter {
  display: block;
  clear: both;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

.mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

.no-p {
  padding: 0;
}

.mt {
  margin-top: 25px;
}

.mb {
  margin-bottom: 25px;
}

.m0a {
  margin: 0 auto;
}

.no-m {
  margin: 0;
}

.section {
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .section {
    padding: 25px 0;
  }
}

.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 52.65%;
  padding-top: 30px;
}

.video-wrapper iframe {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper object {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.video-wrapper embed {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.general_content strong,
.general_content span,
.general_content a,
.general_content em,
.general_content i,
.general_content b,
.text--container strong,
.text--container span,
.text--container a,
.text--container em,
.text--container i,
.text--container b {
  font-size: inherit !important;
  color: inherit !important;
}

.general_content h1,
.general_content h2,
.general_content h3,
.general_content h4,
.general_content h5,
.text--container h1,
.text--container h2,
.text--container h3,
.text--container h4,
.text--container h5 {
  margin-bottom: 20px;
}

* {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none !important;
}

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

body.shadow::after {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.507);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

body::-webkit-scrollbar {
  width: 10px;
  background: white;
}

body::-webkit-scrollbar-thumb {
  background: #0c2855;
}

.btn {
  padding: 15px 30px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  border-radius: 10px;
  font-weight: 600;
}

@media (max-width: 1240px) {
  .btn {
    padding: 13px 23px;
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .btn {
    font-size: 14px;
    line-height: 1.6em;
    padding: 10px 20px;
  }
}

.btn--blue {
  background: #00bae6;
  color: white;
  border: 1px solid #00bae6;
}

.btn--blue:hover, .btn--blue:focus {
  background: none;
  color: #00bae6;
}

.btn--blue--empty {
  background: none;
  color: #00bae6;
  border: 1px solid #00bae6;
}

.btn--blue--empty:hover, .btn--blue--empty:focus {
  background: #00bae6;
  color: white;
}

.btn--dark--blue {
  background: #0c2855;
  color: white;
  border: 1px solid #0c2855;
}

.btn--dark--blue:hover {
  background: none;
  color: #0c2855;
}

.btn--dark--blue--empty {
  background: none;
  color: #0c2855;
  border: 1px solid #0c2855;
}

.btn--dark--blue--empty:hover, .btn--dark--blue--empty:focus {
  background: #0c2855;
  color: white;
}

.btn--white {
  background: white;
  color: #0c2855;
  border: 1px solid #0c2855;
}

.btn--white:hover, .btn--white:focus {
  background: #0c2855;
  color: white;
}

.btn--white--empty {
  background: none;
  color: white;
  border: 1px solid white;
}

.btn--white--empty:hover, .btn--white--empty:focus {
  background: white;
  color: #0c2855;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span {
  font-family: "Museo", sans-serif;
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  color: #5ecee8;
}

strong {
  font-family: "Museo", sans-serif;
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  color: #5ecee8;
}

.container {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 1480px) {
  .container {
    width: 95%;
  }
}

.link {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #00bae6;
}

@media (max-width: 560px) {
  .link {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.link:hover {
  color: #0c2855;
  text-decoration: underline;
}

input,
input[type="email"],
input[type="text"],
input[type="password"] {
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#filter-use-cases-menu li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #0c2855;
  background: white;
}

#filter-use-cases-menu li .ui-state-active {
  background: #0c2855;
  color: white;
  border: 1px solid #0c2855;
}

#filter-use-cases-menu li .ui-menu-item-wrapper {
  border: 1px solid rgba(255, 255, 255, 0);
}

.about-hero-widget {
  background: #0c2855;
  height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1480px) {
  .about-hero-widget {
    height: 800px;
  }
}

@media (max-width: 1024px) {
  .about-hero-widget {
    height: unset;
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .about-hero-widget {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.about-hero-widget::before {
  content: url(images/dots6.svg);
  position: absolute;
  top: 269px;
  right: 0;
  z-index: 2;
}

@media (max-width: 1480px) {
  .about-hero-widget::before {
    top: 150px;
  }
}

@media (max-width: 1024px) {
  .about-hero-widget::before {
    display: none;
  }
}

.about-hero-widget .content {
  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-bottom: 165px;
}

@media (max-width: 1480px) {
  .about-hero-widget .content {
    padding-bottom: 120px;
  }
}

@media (max-width: 1024px) {
  .about-hero-widget .content {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .about-hero-widget .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 560px) {
  .about-hero-widget .content {
    padding-bottom: 20px;
  }
}

.about-hero-widget .content .text {
  width: 37.9%;
}

@media (max-width: 1480px) {
  .about-hero-widget .content .text {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .about-hero-widget .content .text {
    width: 100%;
  }
}

.about-hero-widget .content .text h1 {
  font-size: 64px;
  line-height: 76px;
  letter-spacing: -0.01em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: white;
  margin-bottom: 50px;
}

@media (max-width: 1480px) {
  .about-hero-widget .content .text h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .about-hero-widget .content .text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .about-hero-widget .content .text h1 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
}

.about-hero-widget .content .text p {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.01em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: white;
  margin-bottom: 50px;
}

@media (max-width: 560px) {
  .about-hero-widget .content .text p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
}

.about-hero-widget .content .img--cont {
  width: 43%;
}

@media (max-width: 1480px) {
  .about-hero-widget .content .img--cont {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .about-hero-widget .content .img--cont {
    width: 100%;
  }
}

.about-hero-widget .content .img--cont .img {
  width: 100%;
  padding-top: 90%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .about-hero-widget .content .img--cont .img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    padding-top: 0;
  }
}

.video-widget {
  padding: 125px 0 205px;
  position: relative;
}

@media (max-width: 1240px) {
  .video-widget {
    padding: 125px 20px 205px;
  }
}

@media (max-width: 1024px) {
  .video-widget {
    padding: 125px 20px 100px;
  }
}

@media (max-width: 768px) {
  .video-widget {
    padding: 40px 20px 100px;
  }
}

@media (max-width: 560px) {
  .video-widget {
    padding: 40px 20px 20px;
  }
}

@media (max-width: 1240px) {
  .video-widget .container {
    width: 100%;
  }
}

.video-widget .card--wrap {
  position: relative;
  z-index: 10;
}

.video-widget .card--wrap .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .video-widget .card--wrap .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.video-widget .card--wrap .card .text {
  width: 580px;
}

@media (max-width: 1024px) {
  .video-widget .card--wrap .card .text {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
}

.video-widget .card--wrap .card .text h2,
.video-widget .card--wrap .card .text h3,
.video-widget .card--wrap .card .text h4,
.video-widget .card--wrap .card .text h5,
.video-widget .card--wrap .card .text h6 {
  font-size: 38px;
  line-height: 49px;
  font-family: "Museo", sans-serif;
  color: #0c2855;
  letter-spacing: -0.005em;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .video-widget .card--wrap .card .text h2,
  .video-widget .card--wrap .card .text h3,
  .video-widget .card--wrap .card .text h4,
  .video-widget .card--wrap .card .text h5,
  .video-widget .card--wrap .card .text h6 {
    margin-bottom: 10px;
  }
}

@media (max-width: 560px) {
  .video-widget .card--wrap .card .text h2,
  .video-widget .card--wrap .card .text h3,
  .video-widget .card--wrap .card .text h4,
  .video-widget .card--wrap .card .text h5,
  .video-widget .card--wrap .card .text h6 {
    font-size: 25px;
    line-height: 30px;
  }
}

.video-widget .card--wrap .card .text p {
  color: #0c2855;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 560px) {
  .video-widget .card--wrap .card .text p {
    font-size: 15px;
    line-height: 1.6em;
  }
}

.video-widget .card--wrap .card .text p strong {
  color: #0c2855;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 560px) {
  .video-widget .card--wrap .card .text p strong {
    font-size: 15px;
    line-height: 1.6em;
  }
}

.video-widget .card--wrap .card .video {
  width: 640px;
  height: 480px;
  border-radius: 10px;
  -webkit-box-shadow: 15px 20px 35px rgba(0, 0, 0, 0.12);
          box-shadow: 15px 20px 35px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-right: 12.8%;
}

.video-widget .card--wrap .card .video::before {
  content: url(images/dots5.svg);
  position: absolute;
  left: -90px;
  top: -53px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .video-widget .card--wrap .card .video::before {
    left: -60px;
    bottom: -53px;
  }
}

@media (max-width: 560px) {
  .video-widget .card--wrap .card .video::before {
    display: none;
  }
}

@media (max-width: 1240px) {
  .video-widget .card--wrap .card .video {
    margin-right: 7%;
  }
}

@media (max-width: 1024px) {
  .video-widget .card--wrap .card .video {
    margin-right: 0;
    width: 90%;
    height: unset;
    padding-top: 56.25%;
  }
}

@media (max-width: 560px) {
  .video-widget .card--wrap .card .video {
    width: 100%;
  }
}

.video-widget .card--wrap .card .video video {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.video-widget .card--wrap .card .video .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  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;
  border-radius: 10px;
}

.video-widget .card--wrap .card .video .video-cover .play-button,
.video-widget .card--wrap .card .video .video-cover .play-button2 {
  width: 88px;
  height: 88px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.simple-text-widget {
  background: #224f6e;
  padding: 96px 0;
  position: relative;
}

@media (max-width: 1024px) {
  .simple-text-widget {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .simple-text-widget {
    padding: 20px 0;
  }
}

.simple-text-widget .text {
  width: 1030px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1240px) {
  .simple-text-widget .text {
    width: calc(100% - 40px);
  }
}

.simple-text-widget .text h3 {
  color: white;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  margin-bottom: 42px;
}

@media (max-width: 1024px) {
  .simple-text-widget .text h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .simple-text-widget .text h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

.our-locations-widget {
  background: #f8f8f8;
  padding: 100px 0;
}

@media (max-width: 768px) {
  .our-locations-widget {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .our-locations-widget {
    padding: 20px 0;
  }
}

.our-locations-widget h2 {
  font-size: 38px;
  line-height: 49px;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #224f6e;
  margin-bottom: 65px;
  text-align: center;
}

@media (max-width: 768px) {
  .our-locations-widget h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 560px) {
  .our-locations-widget h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.our-locations-widget .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}

@media (max-width: 1024px) {
  .our-locations-widget .cards {
    margin: 0 -5px;
  }
}

@media (max-width: 768px) {
  .our-locations-widget .cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}

.our-locations-widget .cards .card--wrap {
  width: 33.33%;
  padding: 0 15px;
}

@media (max-width: 1024px) {
  .our-locations-widget .cards .card--wrap {
    padding: 0 5px;
  }
}

@media (max-width: 768px) {
  .our-locations-widget .cards .card--wrap {
    width: 100%;
    padding: 0 0 10px;
  }
  .our-locations-widget .cards .card--wrap:last-of-type .card {
    border: none;
  }
}

@media (max-width: 768px) {
  .our-locations-widget .cards .card--wrap .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #5ecee8;
  }
}

.our-locations-widget .cards .card--wrap .card .img {
  width: 100%;
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
  margin: 0 0 48px;
  border-radius: 7px;
}

@media (max-width: 1024px) {
  .our-locations-widget .cards .card--wrap .card .img {
    margin: 0 0 20px;
  }
}

@media (max-width: 768px) {
  .our-locations-widget .cards .card--wrap .card .img {
    margin: 0 15px 20px 0;
    width: 30%;
    padding-top: 20%;
  }
}

.our-locations-widget .cards .card--wrap .card .text span {
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #00bae6;
  letter-spacing: 0.2em;
  font-size: 14px;
  line-height: 1;
}

.our-locations-widget .cards .card--wrap .card .text h3 {
  color: #224f6e;
  font-size: 32px;
  line-height: 44px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin-bottom: 23px;
}

@media (max-width: 1024px) {
  .our-locations-widget .cards .card--wrap .card .text h3 {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .our-locations-widget .cards .card--wrap .card .text h3 {
    line-height: 1;
  }
}

@media (max-width: 560px) {
  .our-locations-widget .cards .card--wrap .card .text h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.our-locations-widget .cards .card--wrap .card .text ul li {
  color: #0c2855;
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .our-locations-widget .cards .card--wrap .card .text ul li {
    font-size: 16px;
    line-height: 1.6em;
  }
}

@media (max-width: 560px) {
  .our-locations-widget .cards .card--wrap .card .text ul li {
    font-size: 14px;
  }
}

.our-locations-widget .cards .card--wrap .card .text ul li a {
  color: #0c2855;
}

@media (max-width: 768px) {
  .our-locations-widget .cards .card--wrap .card .text ul li a {
    font-size: 16px;
    line-height: 1.6em;
  }
}

@media (max-width: 560px) {
  .our-locations-widget .cards .card--wrap .card .text ul li a {
    font-size: 14px;
  }
}

.our-locations-widget .cards .card--wrap .card .text ul li a:hover {
  color: #00bae6;
}

.testimonials-widget {
  padding: 110px 0 200px;
  background: #224f6e;
  position: relative;
}

.testimonials-widget.clients-testimonials-widget {
  background: #e5f8fc;
}

.testimonials-widget.clients-testimonials-widget h2 {
  color: #224f6e;
}

.testimonials-widget.clients-testimonials-widget .testimonials--slider .slide--wrap .slide p {
  color: #224f6e;
}

.testimonials-widget.clients-testimonials-widget .testimonials--slider .slide--wrap .slide .author .text h5 {
  color: #224f6e;
}

.testimonials-widget.clients-testimonials-widget .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100px;
}

@media (max-width: 768px) {
  .testimonials-widget.clients-testimonials-widget .slick-dots {
    bottom: 30px;
  }
}

.testimonials-widget.clients-testimonials-widget .slick-dots li {
  padding: 0;
  margin: 0 9px;
}

.testimonials-widget.clients-testimonials-widget .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #00bae6;
  background: none;
  border-radius: 50%;
}

.testimonials-widget.clients-testimonials-widget .slick-dots li button::before, .testimonials-widget.clients-testimonials-widget .slick-dots li button::after {
  display: none;
}

.testimonials-widget.clients-testimonials-widget .slick-dots li.slick-active button {
  background: #00bae6;
}

@media (max-width: 768px) {
  .testimonials-widget {
    padding: 50px 0 70px;
  }
}

.testimonials-widget h2 {
  font-size: 38px;
  line-height: 49px;
  color: white;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 70px;
}

@media (max-width: 560px) {
  .testimonials-widget h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }
}

.testimonials-widget h2::after {
  content: " ";
  width: 150px;
  border-bottom: 0.5px solid #5ecee8;
  position: absolute;
  right: -200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .testimonials-widget h2::after {
    right: -120px;
    width: 100px;
  }
}

@media (max-width: 768px) {
  .testimonials-widget h2::after {
    display: none;
  }
}

.testimonials-widget .testimonials--slider {
  width: 100%;
  margin-right: 0;
}

.testimonials-widget .testimonials--slider .slide--wrap {
  padding: 0 80px 0 0;
}

@media (max-width: 1480px) {
  .testimonials-widget .testimonials--slider .slide--wrap {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .testimonials-widget .testimonials--slider .slide--wrap {
    padding: 0;
  }
}

.testimonials-widget .testimonials--slider .slide--wrap .slide p {
  font-size: 24px;
  line-height: 34px;
  color: white;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin-bottom: 50px;
}

@media (max-width: 560px) {
  .testimonials-widget .testimonials--slider .slide--wrap .slide p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 20px;
    font-weight: 300;
  }
}

.testimonials-widget .testimonials--slider .slide--wrap .slide .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-widget .testimonials--slider .slide--wrap .slide .author .img {
  width: 56px;
  height: 56px;
  background-position: center;
  background-size: cover;
  margin-right: 30px;
  border-radius: 50%;
}

.testimonials-widget .testimonials--slider .slide--wrap .slide .author .text {
  width: calc(100% - 86px);
}

.testimonials-widget .testimonials--slider .slide--wrap .slide .author .text h5 {
  font-size: 24px;
  line-height: 34px;
  color: white;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .testimonials-widget .testimonials--slider .slide--wrap .slide .author .text h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }
}

.testimonials-widget .testimonials--slider .slide--wrap .slide .author .text span {
  font-size: 14px;
  line-height: 1;
  color: #00bae6;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}

@media (max-width: 560px) {
  .testimonials-widget .testimonials--slider .slide--wrap .slide .author .text span {
    letter-spacing: 0.05em;
    font-weight: 300;
  }
}

.testimonials-widget .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100px;
}

@media (max-width: 768px) {
  .testimonials-widget .slick-dots {
    bottom: 30px;
  }
}

.testimonials-widget .slick-dots li {
  padding: 0;
  margin: 0 9px;
}

.testimonials-widget .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #e5f8fc;
  background: none;
  border-radius: 50%;
}

.testimonials-widget .slick-dots li button::before, .testimonials-widget .slick-dots li button::after {
  display: none;
}

.testimonials-widget .slick-dots li.slick-active button {
  background: #e5f8fc;
}

.request-demo-widget {
  position: relative;
  padding-bottom: 100px;
}

@media (max-width: 560px) {
  .request-demo-widget {
    padding-bottom: 20px;
  }
}

.request-demo-widget::after {
  background: #5ecee8;
  content: " ";
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 49%;
}

@media (max-width: 768px) {
  .request-demo-widget::after {
    display: none;
  }
}

.request-demo-widget .content .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .request-demo-widget .content .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.request-demo-widget .content .text .text-col:first-of-type {
  padding-top: 110px;
  width: 42%;
}

@media (max-width: 1024px) {
  .request-demo-widget .content .text .text-col:first-of-type {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .request-demo-widget .content .text .text-col:first-of-type {
    width: 100%;
    padding: 20px 0;
  }
}

.request-demo-widget .content .text .text-col:first-of-type p {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #224f6e;
}

@media (max-width: 1024px) {
  .request-demo-widget .content .text .text-col:first-of-type p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 560px) {
  .request-demo-widget .content .text .text-col:first-of-type p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6em;
  }
}

.request-demo-widget .content .text .text-col:last-of-type {
  padding-top: 160px;
  padding-right: 60px;
  width: 40%;
}

@media (max-width: 1240px) {
  .request-demo-widget .content .text .text-col:last-of-type {
    padding-right: 30px;
  }
}

@media (max-width: 1024px) {
  .request-demo-widget .content .text .text-col:last-of-type {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .request-demo-widget .content .text .text-col:last-of-type {
    background: #00bae6;
    width: 100vw;
    padding: 70px 20px;
    margin: 0 -2.5%;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .request-demo-widget .content .text .text-col:last-of-type {
    padding: 20px;
  }
}

.request-demo-widget .content .text .text-col:last-of-type h2 {
  font-size: 64px;
  line-height: 76px;
  letter-spacing: -0.01em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: white;
}

@media (max-width: 1240px) {
  .request-demo-widget .content .text .text-col:last-of-type h2 {
    font-size: 55px;
    line-height: 65px;
  }
}

@media (max-width: 1024px) {
  .request-demo-widget .content .text .text-col:last-of-type h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 560px) {
  .request-demo-widget .content .text .text-col:last-of-type h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.request-demo-widget .content .card--wrap {
  position: relative;
}

.request-demo-widget .content .card--wrap::before {
  position: absolute;
  left: -80px;
  bottom: -60px;
  content: url(images/dots7.svg);
  z-index: 1;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card--wrap::before {
    display: none;
  }
}

.request-demo-widget .content .card {
  padding: 82px 62px 142px;
  position: relative;
  background: white;
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 15px 15px 99px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 15px 99px rgba(0, 0, 0, 0.2);
  z-index: 2;
  margin-top: 110px;
  position: relative;
}

@media (max-width: 1240px) {
  .request-demo-widget .content .card {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .request-demo-widget .content .card {
    padding: 50px 30px 30px;
  }
}

@media (max-width: 560px) {
  .request-demo-widget .content .card {
    padding: 50px 20px 20px;
    margin-top: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.request-demo-widget .content .card::before {
  content: " ";
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 3px solid #00bae6;
  width: 92px;
}

@media (max-width: 768px) {
  .request-demo-widget .content .card::before {
    top: 25px;
  }
}

.request-demo-widget .content .card h2 {
  text-align: center;
  font-size: 38px;
  line-height: 49px;
  font-family: "Museo", sans-serif;
  color: #0c2855;
  letter-spacing: -0.005em;
  font-weight: 700;
  margin-bottom: 48px;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.request-demo-widget .content .card form {
  width: 100%;
  -webkit-columns: 2;
          columns: 2;
}

.request-demo-widget .content .card form fieldset {
  width: 100%;
  max-width: unset !important;
}

.request-demo-widget .content .card form fieldset input,
.request-demo-widget .content .card form fieldset select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #0c2855;
  margin: 0;
  padding: 0 0 9px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #0c2855;
  border-radius: 0;
  margin: 0 0 40px !important;
  height: 40px;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card form fieldset input,
  .request-demo-widget .content .card form fieldset select {
    height: 25px;
    padding: 0 0 5px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
  }
}

.request-demo-widget .content .card form fieldset input::-webkit-input-placeholder,
.request-demo-widget .content .card form fieldset select::-webkit-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.request-demo-widget .content .card form fieldset input:-ms-input-placeholder,
.request-demo-widget .content .card form fieldset select:-ms-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.request-demo-widget .content .card form fieldset input::-ms-input-placeholder,
.request-demo-widget .content .card form fieldset select::-ms-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.request-demo-widget .content .card form fieldset input::placeholder,
.request-demo-widget .content .card form fieldset select::placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card form fieldset input::-webkit-input-placeholder,
  .request-demo-widget .content .card form fieldset select::-webkit-input-placeholder {
    font-size: 14px;
  }
  .request-demo-widget .content .card form fieldset input:-ms-input-placeholder,
  .request-demo-widget .content .card form fieldset select:-ms-input-placeholder {
    font-size: 14px;
  }
  .request-demo-widget .content .card form fieldset input::-ms-input-placeholder,
  .request-demo-widget .content .card form fieldset select::-ms-input-placeholder {
    font-size: 14px;
  }
  .request-demo-widget .content .card form fieldset input::placeholder,
  .request-demo-widget .content .card form fieldset select::placeholder {
    font-size: 14px;
  }
}

.request-demo-widget .content .card form fieldset textarea {
  height: 200px;
  padding: 0 0 18px;
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  border: none;
  border-bottom: 1px solid #0c2855;
  color: #0c2855;
  resize: none;
  border-radius: 0px;
  margin: 0 0 40px;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card form fieldset textarea {
    height: 100px;
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 1.6em;
    background: rgba(0, 0, 0, 0);
  }
}

.request-demo-widget .content .card form fieldset textarea::-webkit-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.request-demo-widget .content .card form fieldset textarea:-ms-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.request-demo-widget .content .card form fieldset textarea::-ms-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.request-demo-widget .content .card form fieldset textarea::placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card form fieldset textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .request-demo-widget .content .card form fieldset textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .request-demo-widget .content .card form fieldset textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .request-demo-widget .content .card form fieldset textarea::placeholder {
    font-size: 14px;
  }
}

.request-demo-widget .content .card form fieldset label {
  display: none;
}

.request-demo-widget .content .card form .hs_recaptcha {
  position: absolute;
  left: 62px;
  bottom: 62px;
}

.request-demo-widget .content .card form .hs_submit {
  float: right;
  position: absolute;
  right: 62px;
  bottom: 62px;
}

.request-demo-widget .content .card form .hs_submit input {
  background: #00bae6;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  padding: 26px 142px;
  border: 1px solid #00bae6;
}

.request-demo-widget .content .card form .hs_submit input:hover {
  background: none;
  color: #5ecee8;
}

.request-demo-widget .content .card form .form-col-1,
.request-demo-widget .content .card form .form-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .request-demo-widget .content .card form .form-col-1,
  .request-demo-widget .content .card form .form-col-2 {
    width: 100%;
  }
}

.request-demo-widget .content .card form .col_50 {
  width: 48%;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card form .col_50 {
    width: 100%;
  }
}

.request-demo-widget .content .card form .col_100 {
  width: 100%;
}

.request-demo-widget .content .card form .input--cont {
  margin-bottom: 42px;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card form .input--cont {
    margin-bottom: 10px;
  }
}

.request-demo-widget .content .card form .input--cont:last-of-type {
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card form .input--cont:last-of-type {
    margin-bottom: 10px;
  }
}

.request-demo-widget .content .card form .input--cont input,
.request-demo-widget .content .card form .input--cont select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #0c2855;
  margin: 0;
  padding: 0 0 18px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #0c2855;
  border-radius: 0;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card form .input--cont input,
  .request-demo-widget .content .card form .input--cont select {
    height: 25px;
    padding: 0 0 5px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
  }
}

.request-demo-widget .content .card form .input--cont input::-webkit-input-placeholder,
.request-demo-widget .content .card form .input--cont select::-webkit-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.request-demo-widget .content .card form .input--cont input:-ms-input-placeholder,
.request-demo-widget .content .card form .input--cont select:-ms-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.request-demo-widget .content .card form .input--cont input::-ms-input-placeholder,
.request-demo-widget .content .card form .input--cont select::-ms-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.request-demo-widget .content .card form .input--cont input::placeholder,
.request-demo-widget .content .card form .input--cont select::placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card form .input--cont input::-webkit-input-placeholder,
  .request-demo-widget .content .card form .input--cont select::-webkit-input-placeholder {
    font-size: 14px;
  }
  .request-demo-widget .content .card form .input--cont input:-ms-input-placeholder,
  .request-demo-widget .content .card form .input--cont select:-ms-input-placeholder {
    font-size: 14px;
  }
  .request-demo-widget .content .card form .input--cont input::-ms-input-placeholder,
  .request-demo-widget .content .card form .input--cont select::-ms-input-placeholder {
    font-size: 14px;
  }
  .request-demo-widget .content .card form .input--cont input::placeholder,
  .request-demo-widget .content .card form .input--cont select::placeholder {
    font-size: 14px;
  }
}

.request-demo-widget .content .card form .input--cont textarea {
  height: 200px;
  padding: 0 0 18px;
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  border: none;
  border-bottom: 1px solid #0c2855;
  color: #0c2855;
  resize: none;
  border-radius: 0px;
  margin: 0 0 40px;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card form .input--cont textarea {
    height: 100px;
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 1.6em;
    background: rgba(0, 0, 0, 0);
  }
}

.request-demo-widget .content .card form .input--cont textarea::-webkit-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.request-demo-widget .content .card form .input--cont textarea:-ms-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.request-demo-widget .content .card form .input--cont textarea::-ms-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.request-demo-widget .content .card form .input--cont textarea::placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card form .input--cont textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .request-demo-widget .content .card form .input--cont textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .request-demo-widget .content .card form .input--cont textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .request-demo-widget .content .card form .input--cont textarea::placeholder {
    font-size: 14px;
  }
}

.request-demo-widget .content .card form .checkbox--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.request-demo-widget .content .card form .checkbox--cont .wpcf7-list-item {
  margin: 0;
}

.request-demo-widget .content .card form .checkbox--cont input {
  opacity: 0;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.request-demo-widget .content .card form .checkbox--cont .acceptance {
  margin-right: 10px;
}

.request-demo-widget .content .card form .checkbox--cont br {
  display: none;
}

.request-demo-widget .content .card form .checkbox--cont label {
  font-size: 18px;
  line-height: 29px;
  color: #0c2855;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card form .checkbox--cont label {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.request-demo-widget .content .card form .checkbox--cont label a {
  font-size: 18px;
  line-height: 29px;
  color: #00bae6;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card form .checkbox--cont label a {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.request-demo-widget .content .card form .checkbox--cont label a:hover {
  text-decoration: underline;
}

.request-demo-widget .content .card form .checkbox--cont .checkbox-custom {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #0c2855;
  position: absolute;
  left: 0;
  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;
}

.request-demo-widget .content .card form .checkbox--cont .checkbox-custom::after {
  font-size: 9px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00bae6;
}

.request-demo-widget .content .card form .checkbox--cont .checkbox-custom.active::after {
  content: "\f00c";
}

.request-demo-widget .content .card form .form-bottom {
  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;
  width: 100%;
}

.request-demo-widget .content .card form .submit--cont {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.request-demo-widget .content .card form .submit--cont .btn {
  padding: 29px 145px;
}

@media (max-width: 560px) {
  .request-demo-widget .content .card form .submit--cont .btn {
    padding: 10px 20px;
  }
}

.text-and-image-widget {
  position: relative;
  margin: 5px 0;
}

@media (max-width: 560px) {
  .text-and-image-widget {
    margin: 0;
  }
}

.text-and-image-widget::after {
  content: " ";
  position: absolute;
  width: 70%;
  height: 100%;
  background: #e5f8fc;
  top: 0;
  right: 0;
}

@media (max-width: 1024px) {
  .text-and-image-widget::after {
    width: 100%;
  }
}

.text-and-image-widget.reverse::after {
  background: #224f6e;
  left: 0;
}

.text-and-image-widget.reverse .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .text-and-image-widget.reverse .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.text-and-image-widget.reverse .content .img--cont::before {
  left: unset;
  right: -60px;
}

.text-and-image-widget.reverse .content .text h2,
.text-and-image-widget.reverse .content .text p {
  color: white;
}

.text-and-image-widget .content {
  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: 100px 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .text-and-image-widget .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .text-and-image-widget .content {
    padding: 50px 0 70px;
  }
}

@media (max-width: 560px) {
  .text-and-image-widget .content {
    padding: 20px 0;
  }
}

.text-and-image-widget .content .img--cont {
  width: 45.7%;
  position: relative;
}

@media (max-width: 768px) {
  .text-and-image-widget .content .img--cont {
    width: 70%;
  }
}

@media (max-width: 560px) {
  .text-and-image-widget .content .img--cont {
    width: 100%;
  }
}

.text-and-image-widget .content .img--cont::before {
  content: url(images/dots9.svg);
  position: absolute;
  bottom: -60px;
  left: -60px;
}

@media (max-width: 560px) {
  .text-and-image-widget .content .img--cont::before {
    display: none;
  }
}

.text-and-image-widget .content .img--cont .img {
  width: 100%;
  padding-top: 75%;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

@media (max-width: 560px) {
  .text-and-image-widget .content .img--cont .img {
    padding-top: 56.25%;
  }
}

.text-and-image-widget .content .text {
  width: 450px;
}

@media (max-width: 1024px) {
  .text-and-image-widget .content .text {
    width: 70%;
    margin-bottom: 50px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .text-and-image-widget .content .text {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .text-and-image-widget .content .text {
    margin-bottom: 20px;
  }
}

.text-and-image-widget .content .text h2 {
  font-family: "Museo", sans-serif;
  font-size: 38px;
  line-height: 49px;
  font-weight: 700;
  color: #224f6e;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .text-and-image-widget .content .text h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.text-and-image-widget .content .text p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  color: #224f6e;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .text-and-image-widget .content .text p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
}

.simple-hero-widget {
  background: #0c2855;
  padding: 240px 0 150px;
  position: relative;
}

@media (max-width: 1024px) {
  .simple-hero-widget {
    padding: 50px 0 100px;
  }
}

.simple-hero-widget::before {
  content: " ";
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 5px solid #bde2eb;
  position: absolute;
  bottom: 60px;
  left: -60px;
  opacity: 0.5;
}

@media (max-width: 1480px) {
  .simple-hero-widget::before {
    bottom: -60px;
  }
}

@media (max-width: 560px) {
  .simple-hero-widget::before {
    display: none;
  }
}

.simple-hero-widget::after {
  content: url(images/dots6.svg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 2;
}

@media (max-width: 1024px) {
  .simple-hero-widget::after {
    top: 50px;
  }
}

@media (max-width: 560px) {
  .simple-hero-widget::after {
    display: none;
  }
}

.simple-hero-widget .content .text h1 {
  font-size: 64px;
  line-height: 76px;
  color: white;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .simple-hero-widget .content .text h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 560px) {
  .simple-hero-widget .content .text h1 {
    font-size: 25px;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
}

.simple-hero-widget .content .text p {
  font-size: 20px;
  line-height: 1.6em;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .simple-hero-widget .content .text p {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .simple-hero-widget .content .text p {
    font-size: 15px;
  }
}

.single-job-hero .content .text p {
  margin-bottom: 60px;
}

.knowledge-text-and-image-widget {
  position: relative;
  padding: 100px 0 100px;
}

.knowledge-text-and-image-widget:first-of-type .media {
  position: relative;
}

.knowledge-text-and-image-widget:first-of-type .media::before {
  content: url(images/dots10.svg);
  position: absolute;
  top: 60px;
  right: -35px;
  z-index: 1;
}

@media (max-width: 1480px) {
  .knowledge-text-and-image-widget:first-of-type .media::before {
    right: -5px;
    top: 30px;
  }
}

@media (max-width: 560px) {
  .knowledge-text-and-image-widget:first-of-type .media::before {
    display: none;
  }
}

.knowledge-text-and-image-widget:nth-child(even) .bkg-elem--cont {
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.knowledge-text-and-image-widget:nth-child(even) .bkg-elem--cont::after {
  content: url(images/dots12.svg);
  position: absolute;
  bottom: -55px;
  left: -110px;
}

@media (max-width: 560px) {
  .knowledge-text-and-image-widget:nth-child(even) .bkg-elem--cont::after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .knowledge-text-and-image-widget:nth-child(even) .bkg-elem--cont {
    width: 100%;
  }
}

.knowledge-text-and-image-widget:nth-child(even) .bkg-elem--cont .bkg-elem {
  position: relative;
  z-index: 2;
  background: #e5f8fc;
  width: 100%;
  height: inherit;
}

.knowledge-text-and-image-widget:nth-child(even) .section--content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .knowledge-text-and-image-widget:nth-child(even) .section--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1240px) {
  .knowledge-text-and-image-widget {
    padding: 80px 0 80px;
  }
}

@media (max-width: 560px) {
  .knowledge-text-and-image-widget {
    padding: 30px 0 30px;
  }
}

.knowledge-text-and-image-widget .section--content {
  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;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .knowledge-text-and-image-widget .section--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.knowledge-text-and-image-widget .text {
  width: 530px;
}

@media (max-width: 1480px) {
  .knowledge-text-and-image-widget .text {
    width: 450px;
  }
}

@media (max-width: 1024px) {
  .knowledge-text-and-image-widget .text {
    margin: 0 0 20px;
  }
}

@media (max-width: 560px) {
  .knowledge-text-and-image-widget .text {
    width: 100%;
  }
}

.knowledge-text-and-image-widget .text span {
  display: block;
  padding-left: 100px;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.2em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #5ecee8;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .knowledge-text-and-image-widget .text span {
    padding-left: 55px;
  }
}

.knowledge-text-and-image-widget .text span::before {
  content: " ";
  position: absolute;
  left: 0;
  width: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 1px solid #5ecee8;
  height: 0;
}

@media (max-width: 768px) {
  .knowledge-text-and-image-widget .text span::before {
    width: 40px;
  }
}

@media (max-width: 560px) {
  .knowledge-text-and-image-widget .text span {
    line-height: 1;
    margin-bottom: 10px;
  }
}

.knowledge-text-and-image-widget .text h2 {
  color: #224f6e;
  font-size: 38px;
  line-height: 49px;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .knowledge-text-and-image-widget .text h2 {
    font-size: 25px;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
}

.knowledge-text-and-image-widget .text p {
  color: #224f6e;
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .knowledge-text-and-image-widget .text p {
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
}

.knowledge-text-and-image-widget .media {
  position: relative;
}

.knowledge-text-and-image-widget .media img {
  position: relative;
  z-index: 2;
}

.knowledge-text-and-image-widget .media img.img--big {
  width: 639px;
  height: auto;
  z-index: 2;
  border-radius: 6px;
}

@media (max-width: 1240px) {
  .knowledge-text-and-image-widget .media img.img--big {
    width: 450px;
  }
}

.all-use-cases-widget,
.all-news-widget {
  padding: 80px 60px 40px;
}

@media (max-width: 1480px) {
  .all-use-cases-widget,
  .all-news-widget {
    padding: 80px 20px 40px;
  }
}

@media (max-width: 768px) {
  .all-use-cases-widget,
  .all-news-widget {
    padding: 50px 20px;
  }
}

@media (max-width: 560px) {
  .all-use-cases-widget,
  .all-news-widget {
    padding: 20px;
  }
}

.all-use-cases-widget .text,
.all-news-widget .text {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 200px;
}

@media (max-width: 1240px) {
  .all-use-cases-widget .text,
  .all-news-widget .text {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .all-use-cases-widget .text,
  .all-news-widget .text {
    margin-bottom: 50px;
  }
}

@media (max-width: 560px) {
  .all-use-cases-widget .text,
  .all-news-widget .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.all-use-cases-widget .text h2,
.all-news-widget .text h2 {
  font-size: 38px;
  line-height: 49px;
  color: #0c2855;
  font-family: "Museo", sans-serif;
  font-weight: 700;
}

@media (max-width: 560px) {
  .all-use-cases-widget .text h2,
  .all-news-widget .text h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.all-use-cases-widget .text .filter,
.all-news-widget .text .filter {
  position: relative;
}

.all-use-cases-widget .text .filter #filter-use-cases-button,
.all-news-widget .text .filter #filter-use-cases-button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 300px;
  border: none;
  background: none;
  border-bottom: 1px solid #0c2855;
  padding: 0 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0;
}

.all-use-cases-widget .text .filter #filter-use-cases-button:hover, .all-use-cases-widget .text .filter #filter-use-cases-button:active, .all-use-cases-widget .text .filter #filter-use-cases-button:focus,
.all-news-widget .text .filter #filter-use-cases-button:hover,
.all-news-widget .text .filter #filter-use-cases-button:active,
.all-news-widget .text .filter #filter-use-cases-button:focus {
  background: none;
  border: none;
  border-bottom: 1px solid #0c2855;
}

.all-use-cases-widget .text .filter #filter-use-cases-button:hover span, .all-use-cases-widget .text .filter #filter-use-cases-button:active span, .all-use-cases-widget .text .filter #filter-use-cases-button:focus span,
.all-news-widget .text .filter #filter-use-cases-button:hover span,
.all-news-widget .text .filter #filter-use-cases-button:active span,
.all-news-widget .text .filter #filter-use-cases-button:focus span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #0c2855;
}

.all-use-cases-widget .text .filter #filter-use-cases-button span,
.all-news-widget .text .filter #filter-use-cases-button span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #0c2855;
}

.all-use-cases-widget .cards,
.all-news-widget .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1240px) {
  .all-use-cases-widget .cards,
  .all-news-widget .cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}

.all-use-cases-widget .cards .card--wrap,
.all-news-widget .cards .card--wrap {
  width: 33.33%;
  padding: 10px 10px;
  height: inherit;
}

@media (max-width: 1240px) {
  .all-use-cases-widget .cards .card--wrap,
  .all-news-widget .cards .card--wrap {
    width: 100%;
    padding: 10px 0;
  }
}

@media (max-width: 560px) {
  .all-use-cases-widget .cards .card--wrap,
  .all-news-widget .cards .card--wrap {
    padding: 5px 0;
  }
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(1) .card,
.all-news-widget .cards .card--wrap:nth-of-type(1) .card {
  background-color: #f0f2f5;
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(1) .card .card--content .btn,
.all-news-widget .cards .card--wrap:nth-of-type(1) .card .card--content .btn {
  background: #f0f2f5;
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(1) .card.news--card .card--content .btn,
.all-news-widget .cards .card--wrap:nth-of-type(1) .card.news--card .card--content .btn {
  background: none;
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(1) .card.news--card .card--content .btn:hover,
.all-news-widget .cards .card--wrap:nth-of-type(1) .card.news--card .card--content .btn:hover {
  background: white;
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(2) .card,
.all-news-widget .cards .card--wrap:nth-of-type(2) .card {
  background-color: #f8f8f8;
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(2) .card .card--content .btn,
.all-news-widget .cards .card--wrap:nth-of-type(2) .card .card--content .btn {
  background: #f8f8f8;
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(2) .card.news--card .card--content .btn,
.all-news-widget .cards .card--wrap:nth-of-type(2) .card.news--card .card--content .btn {
  background: none;
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(2) .card.news--card .card--content .btn:hover,
.all-news-widget .cards .card--wrap:nth-of-type(2) .card.news--card .card--content .btn:hover {
  background: white;
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(3) .card,
.all-news-widget .cards .card--wrap:nth-of-type(3) .card {
  background-color: #e5f8fc;
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(3) .card .card--content .btn,
.all-news-widget .cards .card--wrap:nth-of-type(3) .card .card--content .btn {
  background: #e5f8fc;
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(3) .card.news--card .card--content .btn,
.all-news-widget .cards .card--wrap:nth-of-type(3) .card.news--card .card--content .btn {
  background: none;
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(3) .card.news--card .card--content .btn:hover,
.all-news-widget .cards .card--wrap:nth-of-type(3) .card.news--card .card--content .btn:hover {
  background: white;
}

.all-use-cases-widget .cards .card--wrap .card,
.all-news-widget .cards .card--wrap .card {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 83px 53px 53px;
  background-color: #f0f2f5;
  height: 100%;
  position: relative;
}

@media (max-width: 1240px) {
  .all-use-cases-widget .cards .card--wrap .card,
  .all-news-widget .cards .card--wrap .card {
    padding: 50px 30px;
  }
}

.all-use-cases-widget .cards .card--wrap .card::after,
.all-news-widget .cards .card--wrap .card::after {
  content: url(images/dots3.svg);
  position: absolute;
  top: 40px;
  right: 35px;
}

.all-use-cases-widget .cards .card--wrap .card .card--img,
.all-news-widget .cards .card--wrap .card .card--img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 270px;
  height: auto;
}

@media (max-width: 560px) {
  .all-use-cases-widget .cards .card--wrap .card .card--img,
  .all-news-widget .cards .card--wrap .card .card--img {
    width: 150px;
  }
}

.all-use-cases-widget .cards .card--wrap .card .card--content,
.all-news-widget .cards .card--wrap .card .card--content {
  width: 330px;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

@media (max-width: 1240px) {
  .all-use-cases-widget .cards .card--wrap .card .card--content,
  .all-news-widget .cards .card--wrap .card .card--content {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .all-use-cases-widget .cards .card--wrap .card .card--content,
  .all-news-widget .cards .card--wrap .card .card--content {
    width: 60%;
  }
}

@media (max-width: 560px) {
  .all-use-cases-widget .cards .card--wrap .card .card--content,
  .all-news-widget .cards .card--wrap .card .card--content {
    width: 100%;
  }
}

.all-use-cases-widget .cards .card--wrap .card .card--content span,
.all-news-widget .cards .card--wrap .card .card--content span {
  font-size: 14px;
  line-height: 34px;
  color: #00bae6;
  letter-spacing: 0.2em;
  font-family: "Museo", sans-serif;
  margin-bottom: 10px;
}

.all-use-cases-widget .cards .card--wrap .card .card--content h2,
.all-news-widget .cards .card--wrap .card .card--content h2 {
  font-size: 38px;
  line-height: 42px;
  font-family: "Museo", sans-serif;
  color: #0c2855;
  letter-spacing: -0.005em;
  font-weight: 700;
  margin-bottom: 45px;
}

.all-use-cases-widget .cards .card--wrap .card .card--content h2 a,
.all-news-widget .cards .card--wrap .card .card--content h2 a {
  font-size: 38px;
  line-height: 42px;
  font-family: "Museo", sans-serif;
  color: #0c2855;
  letter-spacing: -0.005em;
  font-weight: 700;
}

@media (max-width: 560px) {
  .all-use-cases-widget .cards .card--wrap .card .card--content h2 a,
  .all-news-widget .cards .card--wrap .card .card--content h2 a {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (max-width: 1240px) {
  .all-use-cases-widget .cards .card--wrap .card .card--content h2,
  .all-news-widget .cards .card--wrap .card .card--content h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .all-use-cases-widget .cards .card--wrap .card .card--content h2,
  .all-news-widget .cards .card--wrap .card .card--content h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.all-use-cases-widget .cards .card--wrap .card .card--content p,
.all-news-widget .cards .card--wrap .card .card--content p {
  font-size: 15px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #224f6e;
  margin-bottom: 110px;
}

@media (max-width: 1240px) {
  .all-use-cases-widget .cards .card--wrap .card .card--content p,
  .all-news-widget .cards .card--wrap .card .card--content p {
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .all-use-cases-widget .cards .card--wrap .card .card--content p,
  .all-news-widget .cards .card--wrap .card .card--content p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.all-use-cases-widget .cards .card--wrap .card .card--content .btn,
.all-news-widget .cards .card--wrap .card .card--content .btn {
  color: #00bae6;
}

.all-use-cases-widget .cards .card--wrap .card .card--content .btn i,
.all-news-widget .cards .card--wrap .card .card--content .btn i {
  color: #00bae6;
}

.all-use-cases-widget .cards .card--wrap .card .card--content .btn:hover, .all-use-cases-widget .cards .card--wrap .card .card--content .btn:focus, .all-use-cases-widget .cards .card--wrap .card .card--content .btn:active,
.all-news-widget .cards .card--wrap .card .card--content .btn:hover,
.all-news-widget .cards .card--wrap .card .card--content .btn:focus,
.all-news-widget .cards .card--wrap .card .card--content .btn:active {
  background-color: #00bae6;
  color: white;
}

.all-use-cases-widget .cards .card--wrap .card .card--content .btn:hover i, .all-use-cases-widget .cards .card--wrap .card .card--content .btn:focus i, .all-use-cases-widget .cards .card--wrap .card .card--content .btn:active i,
.all-news-widget .cards .card--wrap .card .card--content .btn:hover i,
.all-news-widget .cards .card--wrap .card .card--content .btn:focus i,
.all-news-widget .cards .card--wrap .card .card--content .btn:active i {
  color: white;
}

.all-use-cases-widget .cards .card--wrap .card.news--card,
.all-news-widget .cards .card--wrap .card.news--card {
  background: #0c2855;
  padding: 72px 50px 50px;
  position: relative;
}

@media (max-width: 768px) {
  .all-use-cases-widget .cards .card--wrap .card.news--card,
  .all-news-widget .cards .card--wrap .card.news--card {
    padding: 30px;
  }
}

@media (max-width: 560px) {
  .all-use-cases-widget .cards .card--wrap .card.news--card,
  .all-news-widget .cards .card--wrap .card.news--card {
    padding: 30px 20px;
  }
}

.all-use-cases-widget .cards .card--wrap .card.news--card::after,
.all-news-widget .cards .card--wrap .card.news--card::after {
  content: url(images/dots11.svg);
  position: absolute;
  bottom: 56px;
  top: unset;
  right: 30px;
  opacity: 0.4;
  z-index: 999;
}

@media (max-width: 1024px) {
  .all-use-cases-widget .cards .card--wrap .card.news--card::after,
  .all-news-widget .cards .card--wrap .card.news--card::after {
    display: none;
  }
}

.all-use-cases-widget .cards .card--wrap .card.news--card::before,
.all-news-widget .cards .card--wrap .card.news--card::before {
  content: " ";
  width: 92px;
  background: #00bae6;
  top: 50px;
  left: 50px;
  display: inline-block;
  height: 3px;
  margin-bottom: 10px;
  position: absolute;
  z-index: 9999;
}

@media (max-width: 768px) {
  .all-use-cases-widget .cards .card--wrap .card.news--card::before,
  .all-news-widget .cards .card--wrap .card.news--card::before {
    content: none;
  }
}

.all-use-cases-widget .cards .card--wrap .card.news--card .img,
.all-news-widget .cards .card--wrap .card.news--card .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}

.all-use-cases-widget .cards .card--wrap .card.news--card .img:before,
.all-news-widget .cards .card--wrap .card.news--card .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0c2855;
  opacity: 0.8;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}

.all-use-cases-widget .cards .card--wrap .card.news--card .card--content,
.all-news-widget .cards .card--wrap .card.news--card .card--content {
  position: relative;
  z-index: 999;
  width: 100%;
  padding-bottom: 100px;
  height: 100%;
}

.all-use-cases-widget .cards .card--wrap .card.news--card .card--content h2,
.all-use-cases-widget .cards .card--wrap .card.news--card .card--content h2 a,
.all-use-cases-widget .cards .card--wrap .card.news--card .card--content p,
.all-news-widget .cards .card--wrap .card.news--card .card--content h2,
.all-news-widget .cards .card--wrap .card.news--card .card--content h2 a,
.all-news-widget .cards .card--wrap .card.news--card .card--content p {
  color: white !important;
}

.all-use-cases-widget .cards .card--wrap .card.news--card .card--content h2 a:hover,
.all-news-widget .cards .card--wrap .card.news--card .card--content h2 a:hover {
  color: #00bae6 !important;
}

.all-use-cases-widget .cards .card--wrap .card.news--card .card--content p,
.all-news-widget .cards .card--wrap .card.news--card .card--content p {
  line-height: 1.6em;
  margin-bottom: 0;
  font-weight: 500;
}

.all-use-cases-widget .cards .card--wrap .card.news--card .card--content .btn,
.all-news-widget .cards .card--wrap .card.news--card .card--content .btn {
  background: none;
  color: white;
  border: 1px solid white;
  position: absolute;
  bottom: 0;
  left: 0;
}

.all-use-cases-widget .cards .card--wrap .card.news--card .card--content .btn:hover, .all-use-cases-widget .cards .card--wrap .card.news--card .card--content .btn:focus,
.all-news-widget .cards .card--wrap .card.news--card .card--content .btn:hover,
.all-news-widget .cards .card--wrap .card.news--card .card--content .btn:focus {
  background: white;
  color: #0c2855;
}

@media (max-width: 1240px) {
  .all-news-widget .cards {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1240px) {
  .all-news-widget .cards .card--wrap {
    width: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .all-news-widget .cards .card--wrap {
    width: 100%;
  }
}

.page-single-article .breadcrumbs {
  background: #e5f8fc;
  margin: 0 0 100px;
}

@media (max-width: 1480px) {
  .page-single-article .breadcrumbs {
    margin: 0 0 20px;
  }
}

.page-single-article .breadcrumbs .content {
  padding: 17px 0;
}

@media (max-width: 1024px) {
  .page-single-article .breadcrumbs .content {
    overflow: auto;
  }
}

.page-single-article .breadcrumbs .content::-webkit-scrollbar {
  height: 3px;
  background: #e5f8fc;
}

.page-single-article .breadcrumbs .content::-webkit-scrollbar-thumb {
  background: #0c2855;
}

.page-single-article .breadcrumbs .content a {
  font-size: 16px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  color: #224f6e;
  opacity: 0.32;
  font-weight: 400;
}

@media (max-width: 768px) {
  .page-single-article .breadcrumbs .content a {
    font-size: 13px;
    line-height: 1.6em;
  }
}

.page-single-article .breadcrumbs .content a:hover {
  opacity: 1;
}

.page-single-article .breadcrumbs .content i {
  color: #224f6e;
  opacity: 0.32;
  font-size: 10px;
  margin-right: 20px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .page-single-article .breadcrumbs .content i {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.page-single-article .breadcrumbs .content .current,
.page-single-article .breadcrumbs .content .breadcrumb_last {
  font-size: 16px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  color: #224f6e;
  opacity: 1;
  font-weight: 400;
}

@media (max-width: 768px) {
  .page-single-article .breadcrumbs .content .current,
  .page-single-article .breadcrumbs .content .breadcrumb_last {
    font-size: 13px;
    line-height: 1.6em;
  }
}

.page-single-article .article--content {
  position: relative;
}

.page-single-article .article--content .share-options {
  position: absolute;
  left: 67px;
  top: 64px;
}

@media (max-width: 1480px) {
  .page-single-article .article--content .share-options {
    left: 20px;
  }
}

@media (max-width: 1240px) {
  .page-single-article .article--content .share-options {
    position: relative;
    left: unset;
    top: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px;
  }
}

.page-single-article .article--content .share-options li {
  margin: 0 0 23px;
}

@media (max-width: 1240px) {
  .page-single-article .article--content .share-options li {
    margin: 0 20px 0 0;
  }
}

.page-single-article .article--content .share-options li a {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.08);
  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;
  color: #00bae6;
  font-size: 20px;
}

@media (max-width: 560px) {
  .page-single-article .article--content .share-options li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}

.page-single-article .article--content .share-options li a i {
  color: #00bae6;
}

.page-single-article .article--content .share-options li a:hover {
  background: #00bae6;
  color: white;
}

.page-single-article .article--content .share-options li a:hover i {
  color: white;
}

.page-single-article .article--content article.content {
  padding-top: 100px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  font-weight: 400;
  color: #224f6e;
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content {
    padding-top: 50px;
  }
}

.page-single-article .article--content article.content h1.article-title {
  font-size: 32px;
  font-family: "Museo", sans-serif;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #224f6e;
  position: relative;
  margin-bottom: 36px;
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content h1.article-title {
    font-size: 25px;
    line-height: 30px;
  }
}

.page-single-article .article--content article.content h1.article-title::before {
  width: 92px;
  border-bottom: 3px solid #00bae6;
  content: " ";
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content h1.article-title::before {
    top: -25px;
  }
}

.page-single-article .article--content article.content .text--container {
  width: 660px;
  margin: 0 auto 40px auto;
}

@media (max-width: 1240px) {
  .page-single-article .article--content article.content .text--container {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .page-single-article .article--content article.content .text--container {
    width: 100%;
  }
}

.page-single-article .article--content article.content .text--container p,
.page-single-article .article--content article.content .text--container li,
.page-single-article .article--content article.content .text--container span,
.page-single-article .article--content article.content .text--container strong,
.page-single-article .article--content article.content .text--container em {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6em;
  font-weight: 400;
  color: #224f6e;
  position: relative;
  margin: 0;
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content .text--container p,
  .page-single-article .article--content article.content .text--container li,
  .page-single-article .article--content article.content .text--container span,
  .page-single-article .article--content article.content .text--container strong,
  .page-single-article .article--content article.content .text--container em {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.page-single-article .article--content article.content .text--container strong {
  font-weight: 600;
}

.page-single-article .article--content article.content .text--container p {
  margin-bottom: 15px;
}

.page-single-article .article--content article.content .text--container h1,
.page-single-article .article--content article.content .text--container h2,
.page-single-article .article--content article.content .text--container h3 {
  font-size: 32px;
  font-family: "Museo", sans-serif;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #224f6e;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content .text--container h1,
  .page-single-article .article--content article.content .text--container h2,
  .page-single-article .article--content article.content .text--container h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

.page-single-article .article--content article.content .text--container h4,
.page-single-article .article--content article.content .text--container h5,
.page-single-article .article--content article.content .text--container h6 {
  font-size: 24px;
  font-family: "Museo", sans-serif;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #224f6e;
  position: relative;
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content .text--container h4,
  .page-single-article .article--content article.content .text--container h5,
  .page-single-article .article--content article.content .text--container h6 {
    font-size: 20px;
    line-height: 25px;
  }
}

.page-single-article .article--content article.content .text--container strong {
  font-style: unset;
}

.page-single-article .article--content article.content .text--container table td,
.page-single-article .article--content article.content .text--container table th,
.page-single-article .article--content article.content .text--container table tr {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  line-height: 16px;
  font-weight: 400;
  color: #224f6e;
  text-align: center;
}

.page-single-article .article--content article.content .text--container blockquote {
  padding: 0 36px;
  margin: 0;
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content .text--container blockquote {
    padding: 0 10px;
  }
}

.page-single-article .article--content article.content .text--container blockquote::before {
  display: none;
}

.page-single-article .article--content article.content .text--container blockquote p {
  font-size: 24px;
  font-family: "Museo", sans-serif;
  line-height: 34px;
  font-weight: 700;
  color: #00bae6;
  letter-spacing: -0.005em;
  font-style: unset;
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content .text--container blockquote p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.page-single-article .article--content article.content .text--container a {
  color: #00bae6;
}

.page-single-article .article--content article.content .text--container a:hover {
  text-decoration: underline;
}

.page-single-article .article--content article.content .text--container ul li {
  padding-left: 20px;
  position: relative;
}

.page-single-article .article--content article.content .text--container ul li::before {
  content: " ";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
  background: #224f6e;
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content .text--container ul li::before {
    top: 5px;
  }
}

.page-single-article .article--content article.content .text--container ol {
  counter-reset: counter;
}

.page-single-article .article--content article.content .text--container ol li {
  padding-left: 20px;
  position: relative;
  counter-increment: counter;
}

.page-single-article .article--content article.content .text--container ol li::before {
  content: counter(counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  font-weight: 400;
  color: #224f6e;
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content .text--container ol li::before {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.page-single-article .article--content article.content .text--container img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-single-article .article--content article.content .text--container .btn--blue {
  color: white;
  margin: 50px 0 90px;
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content .text--container .btn--blue {
    margin: 20px 0;
  }
}

.page-single-article .article--content article.content .text--container .btn--blue:hover {
  color: #00bae6;
  text-decoration: unset;
}

.page-single-article .article--content article.content figure {
  width: 100%;
  margin: 70px 0;
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content figure {
    margin: 20px 0;
  }
}

.page-single-article .article--content article.content figure .featured--image--cont {
  width: 1024px;
  margin: 0 auto 25px;
  background-color: #ececec;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
}

@media (max-width: 1240px) {
  .page-single-article .article--content article.content figure .featured--image--cont {
    width: 90%;
  }
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content figure .featured--image--cont {
    width: 100%;
  }
}

.page-single-article .article--content article.content figure .featured--image--cont .featured--image {
  width: 100%;
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
  font-style: unset;
}

.page-single-article .article--content article.content figure figcaption {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #224f6e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.page-single-article .article--content article.content .related--articles {
  width: 890px;
  margin: 0 auto 100px;
}

@media (max-width: 1024px) {
  .page-single-article .article--content article.content .related--articles {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content .related--articles {
    padding: 0;
    margin-bottom: 50px;
  }
}

.page-single-article .article--content article.content .related--articles h2 {
  font-size: 24px;
  line-height: 34px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #0c2855;
  letter-spacing: -0.005em;
  margin-bottom: 55px;
  text-align: center;
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content .related--articles h2 {
    margin-bottom: 20px;
  }
}

.page-single-article .article--content article.content .related--articles .cards {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

@media (max-width: 1024px) {
  .page-single-article .article--content article.content .related--articles .cards {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .page-single-article .article--content article.content .related--articles .cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-single-article .article--content article.content .related--articles .cards .card--wrap {
  padding: 0 15px;
  width: 50%;
  height: inherit;
}

@media (max-width: 1024px) {
  .page-single-article .article--content article.content .related--articles .cards .card--wrap {
    padding: 0 5px;
  }
}

@media (max-width: 768px) {
  .page-single-article .article--content article.content .related--articles .cards .card--wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}

.page-single-article .article--content article.content .related--articles .cards .card--wrap .card {
  height: 100%;
  background: #0c2855;
  border-radius: 10px;
  padding: 25px 25px 25px;
  position: relative;
}

.page-single-article .article--content article.content .related--articles .cards .card--wrap .card .img {
  background-position: center;
  background-size: cover;
  opacity: 0.4;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-single-article .article--content article.content .related--articles .cards .card--wrap .card .card--content {
  height: 100%;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
}

.page-single-article .article--content article.content .related--articles .cards .card--wrap .card .card--content::after {
  content: " ";
  width: 92px;
  border-bottom: 3px solid #00bae6;
  position: absolute;
  top: 0;
  left: 0;
}

.page-single-article .article--content article.content .related--articles .cards .card--wrap .card .card--content::before {
  content: url(images/dots13.svg);
  position: absolute;
  bottom: 5px;
  right: -16px;
}

@media (max-width: 1024px) {
  .page-single-article .article--content article.content .related--articles .cards .card--wrap .card .card--content::before {
    display: none;
  }
}

.page-single-article .article--content article.content .related--articles .cards .card--wrap .card .card--content h3 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.005em;
  color: white;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
}

.page-single-article .article--content article.content .related--articles .cards .card--wrap .card .card--content h3 a:hover {
  color: #00bae6;
}

@media (max-width: 560px) {
  .page-single-article .article--content article.content .related--articles .cards .card--wrap .card .card--content h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

.page-single-use-case .use-case-hero {
  background: #0c2855;
  height: 741px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.page-single-use-case .use-case-hero::before {
  content: " ";
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 5px solid #bde2eb;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -62px;
  opacity: 0.5;
}

@media (max-width: 1480px) {
  .page-single-use-case .use-case-hero::before {
    bottom: -120px;
    top: unset;
  }
}

@media (max-width: 768px) {
  .page-single-use-case .use-case-hero::before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .page-single-use-case .use-case-hero {
    height: unset;
    padding-top: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 560px) {
  .page-single-use-case .use-case-hero {
    padding-top: 70px;
  }
}

.page-single-use-case .use-case-hero .content {
  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-bottom: 40px;
}

@media (max-width: 1480px) {
  .page-single-use-case .use-case-hero .content {
    padding-bottom: 120px;
  }
}

@media (max-width: 1024px) {
  .page-single-use-case .use-case-hero .content {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .page-single-use-case .use-case-hero .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 560px) {
  .page-single-use-case .use-case-hero .content {
    padding-bottom: 20px;
  }
}

.page-single-use-case .use-case-hero .content .text {
  width: 40%;
}

@media (max-width: 1480px) {
  .page-single-use-case .use-case-hero .content .text {
    width: 55%;
  }
}

@media (max-width: 1024px) {
  .page-single-use-case .use-case-hero .content .text {
    width: 100%;
    text-align: center;
  }
}

.page-single-use-case .use-case-hero .content .text h1 {
  font-size: 64px;
  line-height: 76px;
  letter-spacing: -0.01em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: white;
  margin-bottom: 50px;
  max-width: 450px;
}

@media (max-width: 1480px) {
  .page-single-use-case .use-case-hero .content .text h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .page-single-use-case .use-case-hero .content .text h1 {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-single-use-case .use-case-hero .content .text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .page-single-use-case .use-case-hero .content .text h1 {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
}

.page-single-use-case .use-case-hero .content .text p {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.01em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: white;
  margin-bottom: 50px;
  max-width: 450px;
}

@media (max-width: 1024px) {
  .page-single-use-case .use-case-hero .content .text p {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .page-single-use-case .use-case-hero .content .text p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
}

.page-single-use-case .use-case-hero .content .text .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .page-single-use-case .use-case-hero .content .text .buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.page-single-use-case .use-case-hero .content .text .buttons .btn {
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .page-single-use-case .use-case-hero .content .text .buttons .btn {
    margin: 5px 10px;
  }
}

.page-single-use-case .use-case-hero .img--cont {
  width: 753px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1480px) {
  .page-single-use-case .use-case-hero .img--cont {
    bottom: 70px;
  }
}

@media (max-width: 1240px) {
  .page-single-use-case .use-case-hero .img--cont {
    width: 60%;
    bottom: 130px;
  }
}

@media (max-width: 1024px) {
  .page-single-use-case .use-case-hero .img--cont {
    position: relative;
    right: unset;
    bottom: unset;
    width: 500px;
    margin: 0 auto 50px;
  }
}

@media (max-width: 560px) {
  .page-single-use-case .use-case-hero .img--cont {
    width: 70%;
  }
}

.page-single-use-case .use-case-hero .img--cont::before {
  content: url(images/dots8.svg);
  position: absolute;
  top: -55px;
  left: -85px;
}

@media (max-width: 560px) {
  .page-single-use-case .use-case-hero .img--cont::before {
    display: none;
  }
}

.page-single-use-case .use-case-hero .img--cont img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 15px #081940;
          box-shadow: 10px 10px 15px #081940;
}

.page-single-use-case .partners-widget {
  padding: 50px 0 60px;
  background: #0c2855;
}

.page-single-use-case .partners-widget .content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 1240px) {
  .page-single-use-case .partners-widget .content {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .page-single-use-case .partners-widget .content {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.page-single-use-case .partners-widget .content img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  margin: 5px;
}

@media (max-width: 768px) {
  .page-single-use-case .partners-widget .content img {
    max-width: 150px;
  }
}

.page-single-use-case .case-text-content-widget {
  padding: 100px 0 110px;
}

@media (max-width: 768px) {
  .page-single-use-case .case-text-content-widget {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .page-single-use-case .case-text-content-widget {
    padding: 20px 0;
  }
}

.page-single-use-case .case-text-content-widget .challenge .title,
.page-single-use-case .case-text-content-widget .solution .title {
  width: 990px;
  margin-bottom: 66px;
}

@media (max-width: 1024px) {
  .page-single-use-case .case-text-content-widget .challenge .title,
  .page-single-use-case .case-text-content-widget .solution .title {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .page-single-use-case .case-text-content-widget .challenge .title,
  .page-single-use-case .case-text-content-widget .solution .title {
    margin-bottom: 20px;
  }
}

.page-single-use-case .case-text-content-widget .challenge h6,
.page-single-use-case .case-text-content-widget .solution h6 {
  font-size: 14px;
  line-height: 34px;
  color: #00bae6;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 23px;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .page-single-use-case .case-text-content-widget .challenge h6,
  .page-single-use-case .case-text-content-widget .solution h6 {
    margin-bottom: 5px;
  }
}

.page-single-use-case .case-text-content-widget .challenge h2,
.page-single-use-case .case-text-content-widget .solution h2 {
  font-size: 38px;
  line-height: 49px;
  color: #224f6e;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
}

@media (max-width: 560px) {
  .page-single-use-case .case-text-content-widget .challenge h2,
  .page-single-use-case .case-text-content-widget .solution h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.page-single-use-case .case-text-content-widget .challenge h3,
.page-single-use-case .case-text-content-widget .solution h3 {
  font-size: 32px;
  line-height: 44px;
  color: #5ecee8;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
}

@media (max-width: 560px) {
  .page-single-use-case .case-text-content-widget .challenge h3,
  .page-single-use-case .case-text-content-widget .solution h3 {
    font-size: 20px;
    line-height: 25px;
  }
}

.page-single-use-case .case-text-content-widget .challenge h4,
.page-single-use-case .case-text-content-widget .solution h4 {
  font-size: 24px;
  line-height: 34px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #bde2eb;
}

@media (max-width: 560px) {
  .page-single-use-case .case-text-content-widget .challenge h4,
  .page-single-use-case .case-text-content-widget .solution h4 {
    font-size: 20px;
    line-height: 25px;
  }
}

.page-single-use-case .case-text-content-widget .challenge p,
.page-single-use-case .case-text-content-widget .solution p {
  font-size: 18px;
  line-height: 29px;
  color: #224f6e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 55px;
}

@media (max-width: 560px) {
  .page-single-use-case .case-text-content-widget .challenge p,
  .page-single-use-case .case-text-content-widget .solution p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
}

.page-single-use-case .case-text-content-widget .challenge p:last-of-type,
.page-single-use-case .case-text-content-widget .solution p:last-of-type {
  margin: 0;
}

.page-single-use-case .case-text-content-widget .challenge .columns-2,
.page-single-use-case .case-text-content-widget .solution .columns-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .page-single-use-case .case-text-content-widget .challenge .columns-2,
  .page-single-use-case .case-text-content-widget .solution .columns-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-single-use-case .case-text-content-widget .challenge .columns-2 .title,
.page-single-use-case .case-text-content-widget .solution .columns-2 .title {
  width: 100%;
  margin-bottom: 0;
}

.page-single-use-case .case-text-content-widget .challenge .columns-2 .column,
.page-single-use-case .case-text-content-widget .solution .columns-2 .column {
  width: 43%;
}

@media (max-width: 1024px) {
  .page-single-use-case .case-text-content-widget .challenge .columns-2 .column,
  .page-single-use-case .case-text-content-widget .solution .columns-2 .column {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .page-single-use-case .case-text-content-widget .challenge .columns-2 .column,
  .page-single-use-case .case-text-content-widget .solution .columns-2 .column {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-single-use-case .case-text-content-widget .challenge .columns-2 .column:first-of-type,
  .page-single-use-case .case-text-content-widget .solution .columns-2 .column:first-of-type {
    margin-bottom: 50px;
  }
}

.page-single-use-case .case-text-content-widget .challenge--cont {
  margin-bottom: 110px;
  padding-bottom: 110px;
  border-bottom: 1px solid #e5f8fc;
  position: relative;
}

@media (max-width: 768px) {
  .page-single-use-case .case-text-content-widget .challenge--cont {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 560px) {
  .page-single-use-case .case-text-content-widget .challenge--cont {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.page-single-use-case .case-text-content-widget .challenge--cont::after {
  content: " ";
  width: 105px;
  height: 105px;
  border: 5px solid #bde2eb;
  display: block;
  position: absolute;
  bottom: 110px;
  right: 50px;
  -webkit-transform: rotate(68deg);
          transform: rotate(68deg);
  opacity: 0.5;
}

.page-single-use-case .case-text-content-widget .solution .columns-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1024px) {
  .page-single-use-case .case-text-content-widget .solution .columns-2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .page-single-use-case .case-text-content-widget .solution .columns-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-single-use-case .case-text-content-widget .solution .columns-2 .column:last-of-type {
  width: 350px;
  margin-right: 120px;
}

@media (max-width: 1024px) {
  .page-single-use-case .case-text-content-widget .solution .columns-2 .column:last-of-type {
    width: 48%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .page-single-use-case .case-text-content-widget .solution .columns-2 .column:last-of-type {
    width: 100%;
  }
}

.page-single-use-case .case-text-content-widget .solution .columns-2 .column:first-of-type {
  width: 63%;
}

@media (max-width: 1024px) {
  .page-single-use-case .case-text-content-widget .solution .columns-2 .column:first-of-type {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .page-single-use-case .case-text-content-widget .solution .columns-2 .column:first-of-type {
    width: 100%;
  }
}

.page-single-use-case .case-text-content-widget .btn {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 110px auto 0;
}

@media (max-width: 768px) {
  .page-single-use-case .case-text-content-widget .btn {
    margin-top: 50px;
  }
}

@media (max-width: 560px) {
  .page-single-use-case .case-text-content-widget .btn {
    margin-top: 20px;
  }
}

.hero--error {
  padding: 200px 0;
  position: relative;
}

.hero--error::before {
  content: " ";
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 5px solid #e5f8fc;
  position: absolute;
  left: -60px;
  top: 300px;
}

.hero--error::after {
  content: url(images/dots11.svg);
  position: absolute;
  right: 12px;
  top: 200px;
}

.hero--error .content {
  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;
  width: 1080px;
  margin: 0 auto;
}

.hero--error .content .text {
  width: 45%;
}

.hero--error .content .text h2 {
  font-size: 64px;
  line-height: 76px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 26px;
  color: #0c2855;
}

.hero--error .content .text p {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 47px;
  color: #0c2855;
}

.security-text-with-icons {
  padding: 110px;
  position: relative;
}

@media (max-width: 1240px) {
  .security-text-with-icons {
    padding: 50px 0;
  }
}

.security-text-with-icons .decoration1 {
  left: -160px;
  position: absolute;
  bottom: 100px;
}

@media (max-width: 1240px) {
  .security-text-with-icons .decoration1 {
    opacity: 0.2;
  }
}

@media (max-width: 1024px) {
  .security-text-with-icons .decoration1 {
    display: none;
  }
}

.security-text-with-icons .decoration2 {
  position: absolute;
  right: 0;
  top: 200px;
}

@media (max-width: 1240px) {
  .security-text-with-icons .decoration2 {
    opacity: 0.2;
  }
}

@media (max-width: 1024px) {
  .security-text-with-icons .decoration2 {
    display: none;
  }
}

.security-text-with-icons .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  border-bottom: 1px solid #e5f8fc;
  padding-bottom: 66px;
  margin-bottom: 66px;
}

@media (max-width: 1024px) {
  .security-text-with-icons .content .item {
    width: 94%;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .security-text-with-icons .content .item {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.security-text-with-icons .content .item:nth-of-type(even) {
  margin-right: auto;
  margin-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .security-text-with-icons .content .item img {
    display: block;
    margin: 0 auto 20px auto;
  }
}

.security-text-with-icons .content .item .text {
  max-width: 66.66%;
  padding-left: 30px;
}

@media (max-width: 1024px) {
  .security-text-with-icons .content .item .text {
    max-width: 77%;
  }
}

@media (max-width: 768px) {
  .security-text-with-icons .content .item .text {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }
}

.security-text-with-icons .content .item .text p,
.security-text-with-icons .content .item .text strong {
  font-size: 24px;
  line-height: 34px;
  color: #0c2855;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 1240px) {
  .security-text-with-icons .content .item .text p,
  .security-text-with-icons .content .item .text strong {
    font-size: 20px;
    line-height: 1.6em;
  }
}

@media (max-width: 1024px) {
  .security-text-with-icons .content .item .text p,
  .security-text-with-icons .content .item .text strong {
    font-size: 18px;
  }
}

.security-text-with-icons .content .item .text a {
  font-size: 24px;
  line-height: 34px;
  color: #00bae6;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 1240px) {
  .security-text-with-icons .content .item .text a {
    font-size: 20px;
    line-height: 1.6em;
  }
}

@media (max-width: 1024px) {
  .security-text-with-icons .content .item .text a {
    font-size: 18px;
  }
}

.security-text-with-icons .content .item .text strong {
  font-weight: 800;
}

.security-text-with-icons .content .columns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.security-text-with-icons .content .columns .general_content {
  width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 1024px) {
  .security-text-with-icons .content .columns .general_content {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.security-text-with-icons .content .columns p,
.security-text-with-icons .content .columns strong {
  font-size: 16px;
  line-height: 28px;
  color: #0c2855;
  font-family: "Open Sans", sans-serif;
}

.security-text-with-icons .content .columns a {
  font-size: 16px;
  line-height: 28px;
  color: #00bae6;
  font-family: "Open Sans", sans-serif;
}

.security-text-with-icons .content .columns strong {
  font-weight: 800;
}

.security-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 94px;
}

@media (max-width: 1240px) {
  .security-services {
    display: block;
    margin-bottom: 0;
  }
}

.security-services .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  margin-left: -1px;
}

@media (max-width: 1240px) {
  .security-services .options {
    width: 100%;
  }
}

.security-services .options .option {
  padding: 60px 30px;
  background: #0c2855;
  color: white;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  width: 25%;
  font-size: 22px;
  line-height: 30px;
  color: #e5f8fc;
  letter-spacing: -0.005em;
  min-height: 435px;
  border: 0.5px solid white;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

@media (max-width: 1480px) {
  .security-services .options .option {
    font-size: 17px;
    line-height: 1.6em;
    padding: 35px 20px;
  }
}

@media (max-width: 1240px) {
  .security-services .options .option {
    min-height: 230px;
  }
}

@media (max-width: 768px) {
  .security-services .options .option {
    min-height: 180px;
    width: 50%;
  }
}

@media (max-width: 560px) {
  .security-services .options .option {
    width: 100%;
  }
}

.security-services .options .option::before {
  content: url(images/lock.svg);
  position: absolute;
  top: 44px;
  left: 27px;
}

.security-services .options .option::after {
  content: " ";
  position: absolute;
  width: 80px;
  border-bottom: 1px solid #00bae6;
  top: 55px;
  right: 27px;
}

@media (max-width: 1480px) {
  .security-services .options .option::after {
    width: 50px;
  }
}

.security-services .options .option:nth-of-type(odd) {
  background: #0c2855;
}

.security-services .options .option:nth-of-type(odd):hover, .security-services .options .option:nth-of-type(odd).active {
  background: #00bae6;
}

.security-services .options .option:nth-of-type(odd):hover::before, .security-services .options .option:nth-of-type(odd).active::before {
  content: url(images/lock-white.svg);
}

.security-services .options .option:nth-of-type(even) {
  background: #224f6e;
}

.security-services .options .option:nth-of-type(even):hover, .security-services .options .option:nth-of-type(even).active {
  background: #00bae6;
}

.security-services .options .option:nth-of-type(even):hover::before, .security-services .options .option:nth-of-type(even).active::before {
  content: url(images/lock-white.svg);
}

.security-services .text {
  width: 50%;
  background: #bde2eb;
  padding: 75px 151px 75px 118px;
}

@media (max-width: 1480px) {
  .security-services .text {
    padding: 50px;
  }
}

@media (max-width: 1240px) {
  .security-services .text {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .security-services .text {
    padding: 30px;
  }
}

.security-services .text span {
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.2em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #5ecee8;
  padding-left: 100px;
  position: relative;
}

@media (max-width: 768px) {
  .security-services .text span {
    padding-left: 70px;
  }
}

.security-services .text span::before {
  content: " ";
  width: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0.5px solid #5ecee8;
  opacity: 0.5;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .security-services .text span::before {
    width: 40px;
  }
}

.security-services .text h2 {
  font-size: 38px;
  line-height: 49px;
  color: #0c2855;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .security-services .text h2 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.4em;
  }
}

.security-services .text p,
.security-services .text li {
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #0c2855;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .security-services .text p,
  .security-services .text li {
    font-size: 15px;
    line-height: 1.6em;
  }
}

.security-services .text ul {
  margin-bottom: 15px;
}

.security-services .text ul li {
  padding-left: 63px;
  position: relative;
  margin: 0;
}

.security-services .text ul li::before {
  content: "\f00c";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 25px;
  color: #0c2855;
}

.layers-security {
  padding: 100px 0;
  background: #f8f8f8;
}

@media (max-width: 1480px) {
  .layers-security {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .layers-security {
    padding: 40px 0;
  }
}

.layers-security h2 {
  font-size: 38px;
  line-height: 49px;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #0c2855;
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 1240px) {
  .layers-security h2 {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 1.4em;
  }
}

@media (max-width: 768px) {
  .layers-security h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.layers-security .img {
  width: 100%;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .layers-security .img {
    margin-bottom: 40px;
  }
}

.layers-security .img img {
  width: 100%;
  height: auto;
}

.layers-security .columns-2 {
  padding: 0 120px;
  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;
}

@media (max-width: 1240px) {
  .layers-security .columns-2 {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .layers-security .columns-2 {
    display: block;
  }
}

.layers-security .columns-2 .column:first-of-type {
  width: 28%;
}

@media (max-width: 768px) {
  .layers-security .columns-2 .column:first-of-type {
    width: 100%;
    margin-bottom: 10px;
  }
}

.layers-security .columns-2 .column:last-of-type {
  width: 65%;
}

@media (max-width: 768px) {
  .layers-security .columns-2 .column:last-of-type {
    width: 100%;
  }
}

.layers-security .columns-2 .column h3 {
  font-size: 38px;
  line-height: 49px;
  color: #bde2eb;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
}

@media (max-width: 1240px) {
  .layers-security .columns-2 .column h3 {
    font-size: 24px;
    line-height: 1.4em;
  }
}

.layers-security .columns-2 .column p {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  color: #224f6e;
  margin: 0;
}

@media (max-width: 768px) {
  .layers-security .columns-2 .column p {
    font-size: 15px;
    line-height: 1.6em;
  }
}

.security-navigation-content {
  background: #e5f8fc;
  padding: 100px 0 140px;
}

@media (max-width: 1480px) {
  .security-navigation-content {
    padding: 70px 0;
  }
}

@media (max-width: 1024px) {
  .security-navigation-content {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .security-navigation-content {
    padding: 40px 0;
  }
}

.security-navigation-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .security-navigation-content .content {
    display: block;
  }
}

.security-navigation-content .navigation {
  width: 440px;
  margin-right: 130px;
}

@media (max-width: 1480px) {
  .security-navigation-content .navigation {
    margin-right: 60px;
  }
}

@media (max-width: 1024px) {
  .security-navigation-content .navigation {
    width: 100%;
    margin-bottom: 20px;
  }
}

.security-navigation-content .navigation ul li {
  margin: 0;
  border-bottom: 1px dashed #bde2eb;
  padding-right: 90px;
}

@media (max-width: 1024px) {
  .security-navigation-content .navigation ul li {
    padding-right: 0;
  }
}

.security-navigation-content .navigation ul li:last-of-type {
  border: none;
}

.security-navigation-content .navigation ul li a {
  font-size: 24px;
  line-height: 32px;
  padding: 35px 0;
  font-weight: 700;
  font-family: "Museo", sans-serif;
  letter-spacing: -0.005em;
  color: #bde2eb;
}

@media (max-width: 1480px) {
  .security-navigation-content .navigation ul li a {
    font-size: 20px;
    line-height: 1.6em;
    padding: 17px 0;
  }
}

@media (max-width: 768px) {
  .security-navigation-content .navigation ul li a {
    font-size: 16px;
    padding: 15px 0;
  }
}

.security-navigation-content .navigation ul li a:hover {
  color: #0c2855;
}

.security-navigation-content .navigation ul li.active {
  position: relative;
}

.security-navigation-content .navigation ul li.active::after {
  content: " ";
  width: 80px;
  border-bottom: 1px solid #00bae6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

@media (max-width: 1024px) {
  .security-navigation-content .navigation ul li.active::after {
    content: none;
  }
}

.security-navigation-content .navigation ul li.active a {
  color: #0c2855;
}

.security-navigation-content .text {
  width: calc(100% - 570px);
}

@media (max-width: 1480px) {
  .security-navigation-content .text {
    width: calc(100% - 500px);
  }
}

@media (max-width: 1024px) {
  .security-navigation-content .text {
    width: 100%;
  }
}

.security-navigation-content .text .text--cont {
  display: none;
}

.security-navigation-content .text .text--cont.active {
  display: block;
}

.security-navigation-content .text .text--cont h4 {
  margin: 0 0 20px;
}

.security-navigation-content .text .text--cont h4,
.security-navigation-content .text .text--cont h2,
.security-navigation-content .text .text--cont h3,
.security-navigation-content .text .text--cont h4,
.security-navigation-content .text .text--cont h5 {
  font-size: 38px;
  line-height: 49px;
  color: #224f6e;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin-bottom: 20px;
}

@media (max-width: 1480px) {
  .security-navigation-content .text .text--cont h4,
  .security-navigation-content .text .text--cont h2,
  .security-navigation-content .text .text--cont h3,
  .security-navigation-content .text .text--cont h4,
  .security-navigation-content .text .text--cont h5 {
    font-size: 28px;
    line-height: 1.4em;
  }
}

@media (max-width: 768px) {
  .security-navigation-content .text .text--cont h4,
  .security-navigation-content .text .text--cont h2,
  .security-navigation-content .text .text--cont h3,
  .security-navigation-content .text .text--cont h4,
  .security-navigation-content .text .text--cont h5 {
    font-size: 20px;
  }
}

.security-navigation-content .text .text--cont p,
.security-navigation-content .text .text--cont a,
.security-navigation-content .text .text--cont li {
  font-size: 18px;
  line-height: 29px;
  color: #224f6e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 1480px) {
  .security-navigation-content .text .text--cont p,
  .security-navigation-content .text .text--cont a,
  .security-navigation-content .text .text--cont li {
    font-size: 16px;
    line-height: 1.6em;
  }
}

.security-navigation-content .text .text--cont a:hover {
  color: #00bae6;
}

.page-api {
  /*.breadcrumbs {
        background: $color6;
        margin: 0 0 80px;

        @include middle-desktop {
            margin: 0 0 20px;
        }

        .content {
            display: flex;
            align-items: center;
            padding: 17px 0;

            @include tablet {
                overflow: auto;
            }

            &::-webkit-scrollbar {
                height: 3px;
                background: $color6;
            }

            &::-webkit-scrollbar-thumb {
                background: $color1;
            }

            a {
                font-size: 16px;
                line-height: 29px;
                font-family: $font-open;
                color: $color2;
                opacity: 0.32;
                font-weight: 400;
                margin-right: 20px;

                @include tablet {
                    display: flex;
                    min-width: max-content;
                }

                &:hover {
                    opacity: 1;
                    text-decoration: underline;
                }
            }

            .separator {
                font-size: 12px;
                color: $color2;
                opacity: 0.32;
                margin-right: 20px;

                @include tablet {
                    display: flex;
                    min-width: max-content;
                }
            }

            .current {
                font-size: 16px;
                line-height: 29px;
                font-family: $font-open;
                color: $color2;
                opacity: 1;
                font-weight: 400;

                @include tablet {
                    display: flex;
                    min-width: max-content;
                }
            }
        }
    }*/
}

.page-api main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1480px) {
  .page-api main {
    width: 90%;
    padding: 50px 0;
  }
}

@media (max-width: 1024px) {
  .page-api main {
    display: block;
    width: 95%;
    padding: 30px 0;
  }
}

.page-api .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 315px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-api .sidebar--left {
  margin-right: 44px;
  min-width: 271px;
}

@media (max-width: 1024px) {
  .page-api .sidebar--left {
    margin-right: 0;
  }
}

.page-api .sidebar--left h6 {
  font-size: 14px;
  line-height: 24px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #00bae6;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.page-api .sidebar--left ul {
  margin: 0 0 20px -18px;
}

.page-api .sidebar--left ul li {
  margin: 0 0 5px;
}

.page-api .sidebar--left ul li a {
  font-size: 18px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  color: #224f6e;
  padding: 13px 18px;
  display: block;
}

.page-api .sidebar--left ul li a:hover {
  background: #5ecee8;
  border-radius: 5px;
  color: white;
}

.page-api .sidebar--left ul li.active > a {
  background: #5ecee8;
  border-radius: 5px;
  color: white;
}

.page-api .sidebar--left ul li.active ul {
  display: block;
  margin-left: 15px;
}

.page-api .sidebar--left ul li ul {
  border-left: 1px solid #e1e1e1;
  margin: 20px 0;
  display: none;
}

.page-api .sidebar--left ul li ul li {
  margin: 0 0 5px 5px;
}

.page-api .alert {
  margin: 0 0 30px;
}

.page-api .alert .alert--header {
  padding: 20px 34px;
  background: white;
  border-radius: 5px 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-api .alert .alert--header p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
}

.page-api .alert .alert--header i {
  font-size: 16px;
  margin: 0 20px 0 0;
}

.page-api .alert .alert--content {
  padding: 20px 34px;
  background: #fcfcfc;
  border-radius: 0 0 5px 5px;
}

.page-api .alert .alert--content p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  color: #224f6e;
}

.page-api .alert.warning .alert--header {
  background: #fce5e5;
}

.page-api .alert.warning .alert--header p {
  color: #6e2222;
}

.page-api .alert.warning .alert--header i {
  color: #6e2222;
}

.page-api .alert.info .alert--header {
  background: #e5f8fc;
}

.page-api .alert.info .alert--header p {
  color: #224f6e;
}

.page-api .alert.info .alert--header i {
  color: #224f6e;
}

.page-api .code {
  padding: 45px 34px 34px;
  background: #e5f8fc;
  border-radius: 5px;
  position: relative;
  margin: 0 0 30px;
}

@media (max-width: 768px) {
  .page-api .code {
    padding: 40px 20px;
  }
}

.page-api .code code {
  font-size: 16px;
  line-height: 26px;
  color: #224f6e;
  width: 100%;
}

@media (max-width: 768px) {
  .page-api .code code {
    font-size: 14px;
    line-height: 1.4em;
  }
}

.page-api .code .btn {
  border: 1px solid #8ab7c1;
  color: #8ab7c1;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 5px;
  position: absolute;
  right: 14px;
  top: 14px;
}

.page-api .code .btn:hover {
  background: #8ab7c1;
  color: black;
}

.page-api .text {
  margin: 0 0 30px;
}

.page-api .text h2 {
  font-size: 24px;
  line-height: 34px;
  color: #0c2855;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin: 0;
  margin-bottom: 15px;
}

.page-api .text h3 {
  font-size: 20px;
  line-height: 34px;
  color: #bde2eb;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin: 0;
  margin-bottom: 15px;
}

.page-api .text h4 {
  font-size: 16px;
  line-height: 26px;
  color: #224f6e;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 0em;
  margin: 0;
  margin-bottom: 15px;
}

.page-api .text p {
  font-size: 16px;
  line-height: 26px;
  color: #224f6e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  margin: 0;
  margin-bottom: 15px;
}

.page-api .text p a {
  color: #5ecee8;
  text-decoration: underline;
  font-family: "Open Sans", sans-serif;
}

.page-api .text p a:hover {
  color: #0c2855;
}

.page-api .text li {
  font-size: 18px;
  line-height: 29px;
  color: #224f6e;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  font-weight: 300;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .page-api .text li {
    font-size: 16px;
    line-height: 26px;
  }
}

.page-api .text li a {
  color: #5ecee8;
  text-decoration: underline;
  font-family: "Open Sans", sans-serif;
}

.page-api .text li a:hover {
  color: #0c2855;
}

.page-api .parameters--cont {
  margin: 0 0 30px;
}

.page-api .parameters--cont h2 {
  font-size: 16px;
  line-height: 26px;
  color: #224f6e;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  margin: 0 0 40px;
}

.page-api .parameters table {
  border: none !important;
  table-layout: fixed;
}

.page-api .parameters table thead {
  border: none !important;
  background-color: #fcfcfc;
}

.page-api .parameters table thead p {
  margin-bottom: 0;
}

.page-api .parameters table thead th {
  border: none !important;
  background: #fcfcfc;
  font-size: 14px;
  line-height: 1;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #224f6e;
  padding: 24px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .page-api .parameters table thead th {
    padding: 10px;
    font-size: 14px;
    line-height: 1.4em;
  }
}

.page-api .parameters table thead th:first-of-type {
  border-radius: 5px 0 0 5px;
}

.page-api .parameters table thead th:last-of-type {
  border-radius: 0 5px 5px 0;
}

.page-api .parameters table tbody {
  border: none !important;
  background: transparent;
}

.page-api .parameters table tbody p {
  margin-bottom: 0;
}

.page-api .parameters table tbody tr {
  border: none !important;
  background: transparent;
}

.page-api .parameters table tbody tr td {
  border: none !important;
  border-bottom: 1px solid #e5f8fc !important;
  padding: 27px 24px 35px;
  background: transparent;
  font-size: 16px;
  line-height: 26px;
  color: #224f6e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  margin: 0;
}

@media (max-width: 768px) {
  .page-api .parameters table tbody tr td {
    padding: 10px;
    font-size: 14px;
    line-height: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-api .parameters table tbody tr td p {
    font-size: 13px;
    line-height: 1.6em;
  }
}

.page-api .parameters table tbody tr td .name,
.page-api .parameters table tbody tr td .type {
  font-size: 16px;
  line-height: 26px;
  color: #224f6e;
  font-family: "Museo", sans-serif;
  font-weight: 300;
}

.page-api .parameters table tbody tr td span {
  font-size: 12px;
  line-height: 26px;
  color: #ff0000;
  font-family: "Museo", sans-serif;
  font-weight: 300;
  display: block;
}

.page-api .parameters table tbody tr td .descr {
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  font-family: "Open Sans", sans-serif;
}

.page-api .parameters table tbody tr:last-of-type td {
  border: none !important;
}

.page-api .sidebar--right {
  width: 260px;
}

@media (max-width: 1024px) {
  .page-api .sidebar--right {
    width: 100%;
    margin-bottom: 50px;
  }
}

.page-api .sidebar--right h5 {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 34px;
  color: #bde2eb;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #5ecee8;
}

.page-api .sidebar--right ul li {
  margin: 0;
}

.page-api .sidebar--right ul li.rank-2 {
  padding-left: 20px;
}

.page-api .sidebar--right ul li a {
  font-size: 16px;
  line-height: 29px;
  color: #b1b1b1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.page-api .sidebar--right ul li a:hover {
  color: #0c2855;
}

.page-api article {
  width: calc(100% - 260px);
  padding-right: 83px;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  .page-api article {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .page-api article {
    margin-bottom: 40px;
  }
}

.page-api .top {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5f8fc;
  margin-bottom: 40px;
}

.page-api .top h1 {
  font-size: 38px;
  line-height: 49px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #5ecee8;
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  .page-api .top h1 {
    font-size: 28px;
    line-height: 1.4em;
  }
}

.page-api .top p {
  font-size: 18px;
  line-height: 29px;
  color: #224f6e;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

strong span {
  font-weight: inherit;
}

.two-columns-text-digital-assets {
  padding: 115px 0;
}

@media (max-width: 768px) {
  .two-columns-text-digital-assets {
    padding: 70px 0;
  }
}

@media (max-width: 560px) {
  .two-columns-text-digital-assets {
    padding: 40px 0;
  }
}

.two-columns-text-digital-assets .content {
  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;
}

@media (max-width: 560px) {
  .two-columns-text-digital-assets .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.two-columns-text-digital-assets .content .column {
  width: 43.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .two-columns-text-digital-assets .content .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 49%;
  }
}

@media (max-width: 560px) {
  .two-columns-text-digital-assets .content .column {
    width: 100%;
    margin: 5px 0;
  }
}

.two-columns-text-digital-assets .content .column .img {
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 70px;
}

@media (max-width: 1024px) {
  .two-columns-text-digital-assets .content .column .img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .two-columns-text-digital-assets .content .column .img {
    width: 70px;
    height: 70px;
  }
}

.two-columns-text-digital-assets .content .column .text {
  width: calc(100% - 70px);
}

@media (max-width: 1024px) {
  .two-columns-text-digital-assets .content .column .text {
    width: 100%;
  }
}

.two-columns-text-digital-assets .content .column .text h2 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.005em;
  color: #224f6e;
  font-family: "Museo", sans-serif;
  font-weight: 700;
}

.two-columns-text-digital-assets .content .column .text p {
  font-size: 19px;
  line-height: 29px;
  color: #224f6e;
  font-family: "Open Sans", sans-serif;
  color: #224f6e;
}

@media (max-width: 560px) {
  .two-columns-text-digital-assets .content .column .text p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.partners-widget {
  padding: 90px 0;
}

@media (max-width: 768px) {
  .partners-widget {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .partners-widget {
    padding: 20px 0;
  }
}

.partners-widget.integration-partners {
  background: #e5f8fc;
}

.partners-widget.consultancy-partners {
  background: #f3f3f3;
}

.partners-widget .content h2 {
  font-size: 38px;
  line-height: 49px;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #224f6e;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 60px;
}

@media (max-width: 768px) {
  .partners-widget .content h2 {
    margin: 0 0 30px;
  }
}

@media (max-width: 560px) {
  .partners-widget .content h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}

.partners-widget .content h2::after {
  content: " ";
  width: 156px;
  border: 1px solid #bde2eb;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -186px;
}

@media (max-width: 768px) {
  .partners-widget .content h2::after {
    display: none;
  }
}

.partners-widget .content .partners--slider {
  margin: 0 -5px;
  width: 100%;
  margin-right: 0;
  position: static;
}

@media (max-width: 1024px) {
  .partners-widget .content .partners--slider {
    width: 100%;
    margin: 0;
  }
}

.partners-widget .content .partners--slider .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
}

@media (max-width: 768px) {
  .partners-widget .content .partners--slider .slick-dots {
    bottom: -30px;
  }
}

@media (max-width: 560px) {
  .partners-widget .content .partners--slider .slick-dots {
    bottom: 0;
  }
}

.partners-widget .content .partners--slider .slick-dots li {
  padding: 0;
  margin: 0 9px;
}

.partners-widget .content .partners--slider .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #0c2855;
  background: none;
  border-radius: 50%;
}

.partners-widget .content .partners--slider .slick-dots li button::before, .partners-widget .content .partners--slider .slick-dots li button::after {
  display: none;
}

.partners-widget .content .partners--slider .slick-dots li.slick-active button {
  background: #0c2855;
}

.partners-widget .content .partners--slider .slide--wrap {
  padding: 0 5px;
}

.partners-widget .content .partners--slider .slide--wrap .slide {
  height: 250px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  position: relative;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .partners-widget .content .partners--slider .slide--wrap .slide {
    height: 150px;
  }
}

.partners-widget .content .partners--slider .slide--wrap .slide::before {
  content: " ";
  background: white;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.partners-widget .content .partners--slider .slide--wrap .slide .img {
  width: 50%;
  height: 70%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.partners-widget .content .partners--slider .slide--wrap p {
  font-size: 14px;
  padding-top: 20px;
  line-height: 1.6em;
  color: #224f6e;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  opacity: 0.4;
  padding-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .partners-widget .content .partners--slider .slide--wrap p {
    margin-bottom: 40px;
  }
}

.become-partner-widget {
  background: #5ecee8;
  padding: 100px;
}

@media (max-width: 1240px) {
  .become-partner-widget {
    padding: 50px;
  }
}

@media (max-width: 1024px) {
  .become-partner-widget {
    padding: 50px 25px;
  }
}

@media (max-width: 560px) {
  .become-partner-widget {
    padding: 40px 10px;
  }
}

.become-partner-widget h2 {
  font-size: 38px;
  line-height: 49px;
  color: white;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  max-width: 900px;
  margin: 0 0 70px;
}

@media (max-width: 1024px) {
  .become-partner-widget h2 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .become-partner-widget h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 40px;
  }
}

.become-partner-widget .text {
  -webkit-columns: 2;
          columns: 2;
  margin: 0 0 75px;
}

@media (max-width: 768px) {
  .become-partner-widget .text {
    -webkit-columns: 1;
            columns: 1;
    margin: 0 0 40px;
  }
}

.become-partner-widget .text p {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: white;
}

@media (max-width: 560px) {
  .become-partner-widget .text p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.become-partner-widget .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-align: stretch;
}

@media (max-width: 768px) {
  .become-partner-widget .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.become-partner-widget .cards .card--wrap {
  background: #224f6e;
  width: calc(50% - 10px);
  padding: 40px;
  height: inherit;
}

@media (max-width: 768px) {
  .become-partner-widget .cards .card--wrap {
    width: 100%;
    margin: 0 0 20px;
  }
}

@media (max-width: 560px) {
  .become-partner-widget .cards .card--wrap {
    padding: 20px;
  }
}

.become-partner-widget .cards .card--wrap .card {
  width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media (max-width: 1240px) {
  .become-partner-widget .cards .card--wrap .card {
    width: 100%;
  }
}

.become-partner-widget .cards .card--wrap .card .logo {
  width: 130px;
  margin: 0 0 20px;
}

.become-partner-widget .cards .card--wrap .card .logo img {
  width: 100%;
  height: auto;
}

.become-partner-widget .cards .card--wrap .card h3 {
  font-size: 64px;
  line-height: 1;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: white;
  margin: 0 0 36px;
}

@media (max-width: 1240px) {
  .become-partner-widget .cards .card--wrap .card h3 {
    font-size: 40px;
  }
}

@media (max-width: 560px) {
  .become-partner-widget .cards .card--wrap .card h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}

.become-partner-widget .cards .card--wrap .card h3 span {
  font-size: 64px;
  line-height: 1;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #5ecee8;
}

@media (max-width: 1240px) {
  .become-partner-widget .cards .card--wrap .card h3 span {
    font-size: 40px;
  }
}

@media (max-width: 560px) {
  .become-partner-widget .cards .card--wrap .card h3 span {
    font-size: 25px;
    line-height: 30px;
  }
}

.become-partner-widget .cards .card--wrap .card p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: white;
  margin: 0 0 80px;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
}

@media (max-width: 1240px) {
  .become-partner-widget .cards .card--wrap .card p {
    margin: 0 0 40px;
  }
}

@media (max-width: 560px) {
  .become-partner-widget .cards .card--wrap .card p {
    font-size: 14px;
    line-height: 1.6em;
    margin: 0 0 10px;
  }
}

.become-partner-widget .cards .card--wrap .card .btn.btn--blue {
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.become-partner-widget .cards .card--wrap .card .btn.btn--blue a {
  color: white;
  font-weight: 700;
  padding: 15px 90px;
}

@media (max-width: 560px) {
  .become-partner-widget .cards .card--wrap .card .btn.btn--blue a {
    padding: 10px 20px;
  }
}

.become-partner-widget .cards .card--wrap .card .btn.btn--blue:hover a {
  color: #00bae6;
}

.solutions-hero-widget {
  background: #0c2855;
  height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 1480px) {
  .solutions-hero-widget {
    height: 800px;
  }
}

@media (max-width: 1240px) {
  .solutions-hero-widget {
    height: 750px;
  }
}

@media (max-width: 1024px) {
  .solutions-hero-widget {
    height: unset;
    padding-top: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 560px) {
  .solutions-hero-widget {
    padding-top: 70px;
  }
}

.solutions-hero-widget .content {
  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;
}

@media (max-width: 768px) {
  .solutions-hero-widget .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 560px) {
  .solutions-hero-widget .content {
    padding-bottom: 20px;
  }
}

.solutions-hero-widget .content .text {
  width: 45%;
  padding-top: 40px;
}

@media (max-width: 1480px) {
  .solutions-hero-widget .content .text {
    width: 55%;
    padding-right: 100px;
  }
}

@media (max-width: 1024px) {
  .solutions-hero-widget .content .text {
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
}

.solutions-hero-widget .content .text h1 {
  font-size: 57px;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
}

@media (max-width: 1480px) {
  .solutions-hero-widget .content .text h1 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1240px) {
  .solutions-hero-widget .content .text h1 {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .solutions-hero-widget .content .text h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .solutions-hero-widget .content .text h1 {
    margin-bottom: 10px;
    font-size: 25px;
  }
}

.solutions-hero-widget .content .text p {
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: -0.01em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: white;
  margin-bottom: 40px;
}

@media (max-width: 1480px) {
  .solutions-hero-widget .content .text p {
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .solutions-hero-widget .content .text p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.solutions-hero-widget .content .text .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .solutions-hero-widget .content .text .buttons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.solutions-hero-widget .content .text .buttons .btn {
  margin-right: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .solutions-hero-widget .content .text .buttons .btn {
    margin: 5px 10px;
  }
}

.solutions-hero-widget .img--cont {
  width: 1038px;
  position: absolute;
  right: -200px;
  bottom: 80px;
}

@media (max-width: 1480px) {
  .solutions-hero-widget .img--cont {
    width: 70%;
    right: -20%;
    bottom: 100px;
  }
}

@media (max-width: 1240px) {
  .solutions-hero-widget .img--cont {
    width: 60%;
    bottom: 130px;
  }
}

@media (max-width: 1024px) {
  .solutions-hero-widget .img--cont {
    position: relative;
    right: unset;
    bottom: unset;
    width: 500px;
    margin: 0 auto 50px;
  }
}

@media (max-width: 560px) {
  .solutions-hero-widget .img--cont {
    width: 70%;
  }
}

.solutions-hero-widget .img--cont::before {
  content: url(images/dots8.svg);
  position: absolute;
  top: -50px;
  left: 20px;
}

@media (max-width: 560px) {
  .solutions-hero-widget .img--cont::before {
    display: none;
  }
}

.solutions-hero-widget .img--cont img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.solutions-section-text-widget {
  padding: 80px 0 160px;
  background: #f8f8f8;
}

@media (max-width: 768px) {
  .solutions-section-text-widget {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .solutions-section-text-widget {
    padding: 20px 0;
  }
}

.solutions-section-text-widget .text {
  text-align: center;
  padding-bottom: 88px;
}

@media (max-width: 1480px) {
  .solutions-section-text-widget .text {
    padding-bottom: 30px;
  }
}

.solutions-section-text-widget .text h2 {
  font-size: 38px;
  line-height: 49px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #0c2855;
  margin-bottom: 10px;
}

@media (max-width: 560px) {
  .solutions-section-text-widget .text h2 {
    font-size: 25px;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
}

.solutions-section-text-widget .text p {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #224f6e;
}

@media (max-width: 560px) {
  .solutions-section-text-widget .text p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.solutions-section-text-widget .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 1480px) {
  .solutions-section-text-widget .columns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1024px) {
  .solutions-section-text-widget .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.solutions-section-text-widget .columns .column {
  height: inherit;
  position: relative;
}

.solutions-section-text-widget .columns .column:first-of-type {
  width: calc(58% - 16px);
}

@media (max-width: 1480px) {
  .solutions-section-text-widget .columns .column:first-of-type {
    width: calc(45% - 16px);
  }
}

@media (max-width: 1024px) {
  .solutions-section-text-widget .columns .column:first-of-type {
    width: 100%;
    margin-bottom: 30px;
  }
}

.solutions-section-text-widget .columns .column:last-of-type {
  width: calc(42% - 16px);
}

@media (max-width: 1480px) {
  .solutions-section-text-widget .columns .column:last-of-type {
    width: calc(55% - 16px);
  }
}

@media (max-width: 1024px) {
  .solutions-section-text-widget .columns .column:last-of-type {
    width: 100%;
  }
}

.solutions-section-text-widget .columns .column:last-of-type::after {
  content: url(images/dots9.svg);
  position: absolute;
  bottom: -60px;
  right: -60px;
}

@media (max-width: 768px) {
  .solutions-section-text-widget .columns .column:last-of-type::after {
    display: none;
  }
}

.solutions-section-text-widget .columns .column img {
  width: 100%;
  height: auto;
}

.solutions-section-text-widget .columns .column .card {
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  height: 100%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 60px;
  background: white;
  position: relative;
  z-index: 2;
}

@media (max-width: 560px) {
  .solutions-section-text-widget .columns .column .card {
    padding: 20px;
  }
}

.solutions-section-text-widget .columns .column .card h3 {
  font-size: 24px;
  height: 34px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #0c2855;
  margin-bottom: 15px;
}

@media (max-width: 560px) {
  .solutions-section-text-widget .columns .column .card h3 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
}

.solutions-section-text-widget .columns .column .card ul {
  margin-bottom: 23px;
}

@media (max-width: 560px) {
  .solutions-section-text-widget .columns .column .card ul {
    margin-bottom: 10px;
  }
}

.solutions-section-text-widget .columns .column .card ul li {
  font-size: 18px;
  line-height: 1.6em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #224f6e;
  padding-left: 22px;
  position: relative;
  margin: 0;
}

@media (max-width: 560px) {
  .solutions-section-text-widget .columns .column .card ul li {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.solutions-section-text-widget .columns .column .card ul li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  left: 0;
  font-size: 14px;
  color: #00bae6;
}

.solutions-two-columns-text-widget {
  background: #224f6e;
  padding: 110px 0 120px;
  position: relative;
}

@media (max-width: 768px) {
  .solutions-two-columns-text-widget {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .solutions-two-columns-text-widget {
    padding: 40px 0;
  }
}

.solutions-two-columns-text-widget::before {
  content: url(images/dots11.svg);
  position: absolute;
  bottom: 115px;
  left: -80px;
}

@media (max-width: 1024px) {
  .solutions-two-columns-text-widget::before {
    display: none;
  }
}

.solutions-two-columns-text-widget .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .solutions-two-columns-text-widget .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.solutions-two-columns-text-widget .content .text-col {
  width: calc(50% - 44px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1240px) {
  .solutions-two-columns-text-widget .content .text-col {
    width: calc(50% - 20px);
  }
}

@media (max-width: 1024px) {
  .solutions-two-columns-text-widget .content .text-col {
    width: 100%;
    margin-bottom: 20px;
  }
}

.solutions-two-columns-text-widget .content .text-col h4 {
  font-size: 24px;
  line-height: 34px;
  color: white;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin-bottom: 40px;
}

@media (max-width: 560px) {
  .solutions-two-columns-text-widget .content .text-col h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

.solutions-two-columns-text-widget .content .text-col p,
.solutions-two-columns-text-widget .content .text-col li {
  font-size: 18px;
  line-height: 29px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media (max-width: 560px) {
  .solutions-two-columns-text-widget .content .text-col p,
  .solutions-two-columns-text-widget .content .text-col li {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.solutions-two-columns-text-widget .content .text-col .img {
  width: 110px;
  height: 110px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1240px) {
  .solutions-two-columns-text-widget .content .text-col .img {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 560px) {
  .solutions-two-columns-text-widget .content .text-col .img {
    width: 60px;
    height: 60px;
  }
}

.solutions-two-columns-text-widget .content .text-col .text {
  padding-left: 70px;
  width: calc(100% - 110px);
}

@media (max-width: 1240px) {
  .solutions-two-columns-text-widget .content .text-col .text {
    width: calc(100% - 90px);
    padding-left: 30px;
  }
}

@media (max-width: 560px) {
  .solutions-two-columns-text-widget .content .text-col .text {
    width: calc(100% - 60px);
    padding-left: 10px;
  }
}

.solutions-two-columns-text-widget.light-bkg {
  background: #f8f8f8;
}

.solutions-two-columns-text-widget.light-bkg::before {
  display: none;
}

.solutions-two-columns-text-widget.light-bkg .content .text-col h4,
.solutions-two-columns-text-widget.light-bkg .content .text-col p,
.solutions-two-columns-text-widget.light-bkg .content .text-col li {
  color: #224f6e;
}

.solutions-two-columns-text-widget.light-bkg .content .text-col li {
  padding-left: 40px;
  position: relative;
}

.solutions-two-columns-text-widget.light-bkg .content .text-col li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left: 0;
  font-size: 14px;
}

.solutions-sections-widget .section {
  position: relative;
  padding: 100px 0 220px;
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section {
    padding: 80px 0 120px;
  }
}

@media (max-width: 560px) {
  .solutions-sections-widget .section {
    padding: 30px 0 70px;
  }
}

.solutions-sections-widget .section .section--content {
  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;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .solutions-sections-widget .section .section--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.solutions-sections-widget .section .text {
  width: 530px;
}

@media (max-width: 1480px) {
  .solutions-sections-widget .section .text {
    width: 450px;
  }
}

@media (max-width: 1024px) {
  .solutions-sections-widget .section .text {
    margin: 0 0 20px;
  }
}

@media (max-width: 560px) {
  .solutions-sections-widget .section .text {
    width: 100%;
  }
}

.solutions-sections-widget .section .text span {
  display: block;
  padding-left: 55px;
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 0.2em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #5ecee8;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.solutions-sections-widget .section .text span::before {
  content: " ";
  position: absolute;
  left: 0;
  width: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 1px solid #5ecee8;
  height: 0;
}

@media (max-width: 560px) {
  .solutions-sections-widget .section .text span {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
  }
}

.solutions-sections-widget .section .text h2 {
  color: #224f6e;
  font-size: 38px;
  line-height: 49px;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .solutions-sections-widget .section .text h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.solutions-sections-widget .section .text p {
  color: #224f6e;
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .solutions-sections-widget .section .text p {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 10px;
  }
}

.solutions-sections-widget .section .media {
  position: relative;
}

.solutions-sections-widget .section .media img {
  position: relative;
  z-index: 2;
}

.solutions-sections-widget .section .media img.img--big {
  width: 639px;
  height: auto;
  z-index: 2;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section .media img.img--big {
    width: 450px;
  }
}

.solutions-sections-widget .section .media .img--cont--small {
  width: 460px;
  border-radius: 6px;
  position: absolute;
  right: -103px;
  bottom: -130px;
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section .media .img--cont--small {
    width: 300px;
  }
}

@media (max-width: 1480px) {
  .solutions-sections-widget .section .media .img--cont--small {
    right: -50px;
  }
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section .media .img--cont--small {
    right: -30px;
    bottom: -50px;
  }
}

@media (max-width: 560px) {
  .solutions-sections-widget .section .media .img--cont--small {
    right: -5px;
  }
}

.solutions-sections-widget .section .media .img--cont--small img {
  width: 100%;
  z-index: 3;
  height: auto;
  -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.25);
}

.solutions-sections-widget .section:nth-child(1), .solutions-sections-widget .section:nth-child(7), .solutions-sections-widget .section:nth-child(12) {
  padding: 160px 0;
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section:nth-child(1), .solutions-sections-widget .section:nth-child(7), .solutions-sections-widget .section:nth-child(12) {
    padding: 80px 0;
  }
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(1), .solutions-sections-widget .section:nth-child(7), .solutions-sections-widget .section:nth-child(12) {
    padding: 30px 0;
  }
}

.solutions-sections-widget .section:nth-child(1) .media::before, .solutions-sections-widget .section:nth-child(7) .media::before, .solutions-sections-widget .section:nth-child(12) .media::before {
  content: url(images/dots10.svg);
  position: absolute;
  top: -50px;
  left: -110px;
}

@media (max-width: 1024px) {
  .solutions-sections-widget .section:nth-child(1) .media::before, .solutions-sections-widget .section:nth-child(7) .media::before, .solutions-sections-widget .section:nth-child(12) .media::before {
    top: unset;
    left: unset;
    bottom: -50px;
    right: -110px;
  }
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(1) .media::before, .solutions-sections-widget .section:nth-child(7) .media::before, .solutions-sections-widget .section:nth-child(12) .media::before {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(1) .media .img--cont::before, .solutions-sections-widget .section:nth-child(7) .media .img--cont::before, .solutions-sections-widget .section:nth-child(12) .media .img--cont::before {
  content: " ";
  display: block;
  width: 466px;
  height: 130px;
  background: #5ecee8;
  border-radius: 15px;
  position: absolute;
  right: -40px;
  top: 85px;
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section:nth-child(1) .media .img--cont::before, .solutions-sections-widget .section:nth-child(7) .media .img--cont::before, .solutions-sections-widget .section:nth-child(12) .media .img--cont::before {
    width: 200px;
    height: 100px;
    right: -20px;
    bottom: -20px;
  }
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(1) .media .img--cont::before, .solutions-sections-widget .section:nth-child(7) .media .img--cont::before, .solutions-sections-widget .section:nth-child(12) .media .img--cont::before {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(1) .media .img--cont::after, .solutions-sections-widget .section:nth-child(7) .media .img--cont::after, .solutions-sections-widget .section:nth-child(12) .media .img--cont::after {
  content: " ";
  display: block;
  width: 105px;
  height: 105px;
  border: 5px solid #bde2eb;
  position: absolute;
  right: -45px;
  bottom: -35px;
  opacity: 0.5;
  -webkit-transform: rotate(68deg);
          transform: rotate(68deg);
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section:nth-child(1) .media .img--cont::after, .solutions-sections-widget .section:nth-child(7) .media .img--cont::after, .solutions-sections-widget .section:nth-child(12) .media .img--cont::after {
    right: unset;
    left: -45px;
    bottom: -35px;
  }
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(1) .media .img--cont::after, .solutions-sections-widget .section:nth-child(7) .media .img--cont::after, .solutions-sections-widget .section:nth-child(12) .media .img--cont::after {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(2) .bkg-elem::before, .solutions-sections-widget .section:nth-child(6) .bkg-elem::before, .solutions-sections-widget .section:nth-child(8) .bkg-elem::before, .solutions-sections-widget .section:nth-child(13) .bkg-elem::before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  right: 77px;
  bottom: 115px;
  border-top: 12px solid transparent;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
  border-bottom: 12px solid transparent;
  border-right: 20px solid #5ecee8;
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(2) .bkg-elem::before, .solutions-sections-widget .section:nth-child(6) .bkg-elem::before, .solutions-sections-widget .section:nth-child(8) .bkg-elem::before, .solutions-sections-widget .section:nth-child(13) .bkg-elem::before {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(2) .img--cont::before, .solutions-sections-widget .section:nth-child(6) .img--cont::before, .solutions-sections-widget .section:nth-child(8) .img--cont::before, .solutions-sections-widget .section:nth-child(13) .img--cont::before {
  content: " ";
  display: block;
  width: 466px;
  height: 130px;
  background: #5ecee8;
  border-radius: 15px;
  position: absolute;
  left: 50px;
  bottom: -60px;
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section:nth-child(2) .img--cont::before, .solutions-sections-widget .section:nth-child(6) .img--cont::before, .solutions-sections-widget .section:nth-child(8) .img--cont::before, .solutions-sections-widget .section:nth-child(13) .img--cont::before {
    width: 200px;
    height: 100px;
    right: -20px;
    bottom: -20px;
  }
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(2) .img--cont::before, .solutions-sections-widget .section:nth-child(6) .img--cont::before, .solutions-sections-widget .section:nth-child(8) .img--cont::before, .solutions-sections-widget .section:nth-child(13) .img--cont::before {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(2) .img--cont::after, .solutions-sections-widget .section:nth-child(6) .img--cont::after, .solutions-sections-widget .section:nth-child(8) .img--cont::after, .solutions-sections-widget .section:nth-child(13) .img--cont::after {
  content: " ";
  display: block;
  width: 125px;
  height: 125px;
  border: 5px solid #bde2eb;
  position: absolute;
  right: -60px;
  top: -50px;
  opacity: 0.5;
  border-radius: 50%;
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section:nth-child(2) .img--cont::after, .solutions-sections-widget .section:nth-child(6) .img--cont::after, .solutions-sections-widget .section:nth-child(8) .img--cont::after, .solutions-sections-widget .section:nth-child(13) .img--cont::after {
    width: 60px;
    height: 60px;
    right: -30px;
    top: -30px;
  }
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(2) .img--cont::after, .solutions-sections-widget .section:nth-child(6) .img--cont::after, .solutions-sections-widget .section:nth-child(8) .img--cont::after, .solutions-sections-widget .section:nth-child(13) .img--cont::after {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(2) .img--cont img, .solutions-sections-widget .section:nth-child(6) .img--cont img, .solutions-sections-widget .section:nth-child(8) .img--cont img, .solutions-sections-widget .section:nth-child(13) .img--cont img {
  position: relative;
  z-index: 2;
}

.solutions-sections-widget .section:nth-child(2) .img--cont .img--cont--small::before, .solutions-sections-widget .section:nth-child(6) .img--cont .img--cont--small::before, .solutions-sections-widget .section:nth-child(8) .img--cont .img--cont--small::before, .solutions-sections-widget .section:nth-child(13) .img--cont .img--cont--small::before {
  content: url(images/dots10.svg);
  position: absolute;
  bottom: -50px;
  left: -50px;
  z-index: 1;
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(2) .img--cont .img--cont--small::before, .solutions-sections-widget .section:nth-child(6) .img--cont .img--cont--small::before, .solutions-sections-widget .section:nth-child(8) .img--cont .img--cont--small::before, .solutions-sections-widget .section:nth-child(13) .img--cont .img--cont--small::before {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(2) .img--cont .img--cont--small img, .solutions-sections-widget .section:nth-child(6) .img--cont .img--cont--small img, .solutions-sections-widget .section:nth-child(8) .img--cont .img--cont--small img, .solutions-sections-widget .section:nth-child(13) .img--cont .img--cont--small img {
  z-index: 3;
}

.solutions-sections-widget .section:nth-child(3)::before, .solutions-sections-widget .section:nth-child(9)::before, .solutions-sections-widget .section:nth-child(14)::before {
  content: " ";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 77px;
  bottom: 115px;
  background: #5ecee8;
  bottom: 32px;
  left: 95px;
  -webkit-transform: rotate(75deg);
          transform: rotate(75deg);
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(3)::before, .solutions-sections-widget .section:nth-child(9)::before, .solutions-sections-widget .section:nth-child(14)::before {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(3) .img--cont::before, .solutions-sections-widget .section:nth-child(9) .img--cont::before, .solutions-sections-widget .section:nth-child(14) .img--cont::before {
  content: " ";
  display: block;
  width: 466px;
  height: 130px;
  background: #5ecee8;
  border-radius: 15px;
  position: absolute;
  left: -60px;
  top: 120px;
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section:nth-child(3) .img--cont::before, .solutions-sections-widget .section:nth-child(9) .img--cont::before, .solutions-sections-widget .section:nth-child(14) .img--cont::before {
    width: 200px;
    height: 100px;
    left: -30px;
    top: 20px;
  }
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(3) .img--cont::before, .solutions-sections-widget .section:nth-child(9) .img--cont::before, .solutions-sections-widget .section:nth-child(14) .img--cont::before {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(3) .img--cont::after, .solutions-sections-widget .section:nth-child(9) .img--cont::after, .solutions-sections-widget .section:nth-child(14) .img--cont::after {
  content: url(images/dots10.svg);
  position: absolute;
  bottom: -60px;
  right: -60px;
  z-index: 1;
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(3) .img--cont::after, .solutions-sections-widget .section:nth-child(9) .img--cont::after, .solutions-sections-widget .section:nth-child(14) .img--cont::after {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(4), .solutions-sections-widget .section:nth-child(10), .solutions-sections-widget .section:nth-child(15) {
  margin-bottom: 70px;
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(4), .solutions-sections-widget .section:nth-child(10), .solutions-sections-widget .section:nth-child(15) {
    margin: 0;
  }
}

.solutions-sections-widget .section:nth-child(4)::before, .solutions-sections-widget .section:nth-child(10)::before, .solutions-sections-widget .section:nth-child(15)::before {
  content: url(images/triangle.svg);
  width: 127px;
  height: 127px;
  position: absolute;
  z-index: 3;
  right: 80px;
  top: 95px;
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section:nth-child(4)::before, .solutions-sections-widget .section:nth-child(10)::before, .solutions-sections-widget .section:nth-child(15)::before {
    width: 60px;
    height: 60px;
    right: 80px;
    top: unset;
    bottom: 100px;
  }
}

@media (max-width: 768px) {
  .solutions-sections-widget .section:nth-child(4)::before, .solutions-sections-widget .section:nth-child(10)::before, .solutions-sections-widget .section:nth-child(15)::before {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(4) .img--cont::before, .solutions-sections-widget .section:nth-child(10) .img--cont::before, .solutions-sections-widget .section:nth-child(15) .img--cont::before {
  content: " ";
  display: block;
  width: 466px;
  height: 130px;
  background: #5ecee8;
  border-radius: 15px;
  position: absolute;
  right: -70px;
  top: 120px;
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section:nth-child(4) .img--cont::before, .solutions-sections-widget .section:nth-child(10) .img--cont::before, .solutions-sections-widget .section:nth-child(15) .img--cont::before {
    width: 200px;
    height: 100px;
    right: -30px;
    top: 10px;
  }
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(4) .img--cont::before, .solutions-sections-widget .section:nth-child(10) .img--cont::before, .solutions-sections-widget .section:nth-child(15) .img--cont::before {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(4) .bkg-elem--cont::before, .solutions-sections-widget .section:nth-child(10) .bkg-elem--cont::before, .solutions-sections-widget .section:nth-child(15) .bkg-elem--cont::before {
  content: url(images/dots10.svg);
  position: absolute;
  bottom: -55px;
  left: -80px;
  z-index: 1;
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(4) .bkg-elem--cont::before, .solutions-sections-widget .section:nth-child(10) .bkg-elem--cont::before, .solutions-sections-widget .section:nth-child(15) .bkg-elem--cont::before {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(4) .bkg-elem--cont .bkg-elem, .solutions-sections-widget .section:nth-child(10) .bkg-elem--cont .bkg-elem, .solutions-sections-widget .section:nth-child(15) .bkg-elem--cont .bkg-elem {
  z-index: 2;
}

.solutions-sections-widget .section:nth-child(5)::after, .solutions-sections-widget .section:nth-child(11)::after, .solutions-sections-widget .section:nth-child(16)::after {
  content: " ";
  display: block;
  width: 150px;
  height: 150px;
  border: 5px solid #bde2eb;
  position: absolute;
  left: -75px;
  bottom: 150px;
  opacity: 0.5;
  border-radius: 50%;
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section:nth-child(5)::after, .solutions-sections-widget .section:nth-child(11)::after, .solutions-sections-widget .section:nth-child(16)::after {
    width: 70px;
    height: 70px;
    left: 25px;
    bottom: 20px;
  }
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(5)::after, .solutions-sections-widget .section:nth-child(11)::after, .solutions-sections-widget .section:nth-child(16)::after {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(5) .img--cont::before, .solutions-sections-widget .section:nth-child(11) .img--cont::before, .solutions-sections-widget .section:nth-child(16) .img--cont::before {
  content: " ";
  display: block;
  width: 466px;
  height: 130px;
  background: #5ecee8;
  border-radius: 15px;
  position: absolute;
  left: -60px;
  top: 135px;
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section:nth-child(5) .img--cont::before, .solutions-sections-widget .section:nth-child(11) .img--cont::before, .solutions-sections-widget .section:nth-child(16) .img--cont::before {
    width: 200px;
    height: 100px;
    left: -30px;
    top: 20px;
  }
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(5) .img--cont::before, .solutions-sections-widget .section:nth-child(11) .img--cont::before, .solutions-sections-widget .section:nth-child(16) .img--cont::before {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(5) .img--cont::after, .solutions-sections-widget .section:nth-child(11) .img--cont::after, .solutions-sections-widget .section:nth-child(16) .img--cont::after {
  content: url(images/dots10.svg);
  position: absolute;
  bottom: -60px;
  right: -60px;
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(5) .img--cont::after, .solutions-sections-widget .section:nth-child(11) .img--cont::after, .solutions-sections-widget .section:nth-child(16) .img--cont::after {
    display: none;
  }
}

.solutions-sections-widget .section:nth-child(even) .bkg-elem--cont {
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1024px) {
  .solutions-sections-widget .section:nth-child(even) .bkg-elem--cont {
    width: 100%;
  }
}

.solutions-sections-widget .section:nth-child(even) .bkg-elem--cont .bkg-elem {
  position: relative;
  z-index: 2;
  background: #e5f8fc;
  width: 100%;
  height: inherit;
}

.solutions-sections-widget .section:nth-child(even) .section--content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .solutions-sections-widget .section:nth-child(even) .section--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.solutions-sections-widget .section:nth-child(odd) .bkg-elem--cont {
  display: none;
}

.solutions-sections-widget .section:nth-child(odd) .media {
  position: relative;
}

.solutions-sections-widget .section:nth-child(odd) .media img {
  z-index: 3;
}

.solutions-sections-widget .section:nth-child(odd) .media .img--cont--small {
  left: -140px;
  bottom: -122px;
}

@media (max-width: 1480px) {
  .solutions-sections-widget .section:nth-child(odd) .media .img--cont--small {
    left: -50px;
  }
}

@media (max-width: 1240px) {
  .solutions-sections-widget .section:nth-child(odd) .media .img--cont--small {
    bottom: -50px;
    left: -30px;
  }
}

@media (max-width: 560px) {
  .solutions-sections-widget .section:nth-child(odd) .media .img--cont--small {
    left: -5px;
  }
}

.solutions-sections-widget .section:nth-child(odd) .media .img--cont--small img {
  z-index: 3;
}

.solutions-partners-widget {
  background: #0c2855;
  padding: 70px 0 90px;
}

@media (max-width: 768px) {
  .solutions-partners-widget {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .solutions-partners-widget {
    padding: 40px 0;
  }
}

.solutions-partners-widget .content h2 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 38px;
  line-height: 49px;
  color: white;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
}

@media (max-width: 560px) {
  .solutions-partners-widget .content h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }
}

.solutions-partners-widget .content .columns-6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 1240px) {
  .solutions-partners-widget .content .columns-6 {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .solutions-partners-widget .content .columns-6 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.solutions-partners-widget .content .columns-6 img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  margin: 5px;
}

@media (max-width: 768px) {
  .solutions-partners-widget .content .columns-6 img {
    max-width: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.solutions-big-background {
  background-position: center;
  background-size: cover;
  width: 100%;
}

.solutions-big-background .text {
  padding-top: 120px;
  width: 700px;
  margin: 0 auto;
  padding-bottom: 100vh;
}

@media (max-width: 1024px) {
  .solutions-big-background .text {
    padding-bottom: 50vh;
  }
}

@media (max-width: 768px) {
  .solutions-big-background .text {
    padding-top: 50px;
    width: 100%;
  }
}

.solutions-big-background .text h2 {
  text-align: center;
  font-size: 38px;
  line-height: 49px;
  color: white;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 44px;
}

@media (max-width: 560px) {
  .solutions-big-background .text h2 {
    font-size: 25px;
    line-height: 1.4em;
    margin-bottom: 5px;
  }
}

.solutions-big-background .text p {
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  color: white;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
}

@media (max-width: 560px) {
  .solutions-big-background .text p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.solutions-big-background .text--columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 96px;
}

@media (max-width: 768px) {
  .solutions-big-background .text--columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

.solutions-big-background .text--columns .text-col {
  width: calc(50% - 40px);
}

@media (max-width: 768px) {
  .solutions-big-background .text--columns .text-col {
    width: 100%;
    text-align: center;
  }
}

.solutions-big-background .text--columns .text-col p,
.solutions-big-background .text--columns .text-col li,
.solutions-big-background .text--columns .text-col a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: white;
  font-weight: 400;
}

@media (max-width: 560px) {
  .solutions-big-background .text--columns .text-col p,
  .solutions-big-background .text--columns .text-col li,
  .solutions-big-background .text--columns .text-col a {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.solutions-big-background .text--columns .text-col h2,
.solutions-big-background .text--columns .text-col h3,
.solutions-big-background .text--columns .text-col h4,
.solutions-big-background .text--columns .text-col h5,
.solutions-big-background .text--columns .text-col h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 1.4em;
  color: white;
  font-weight: 600;
}

.solutions-big-background .buttons {
  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;
  padding-bottom: 150px;
}

.solutions-big-background .buttons .btn {
  margin: 0 25px;
}

@media (max-width: 560px) {
  .solutions-big-background .buttons .btn {
    margin: 0 5px;
  }
}

@media (max-width: 768px) {
  .solutions-big-background .buttons {
    padding-bottom: 50px;
  }
}

.image-widget {
  padding: 125px 0 205px;
  position: relative;
}

@media (max-width: 1240px) {
  .image-widget {
    padding: 125px 20px 205px;
  }
}

@media (max-width: 1024px) {
  .image-widget {
    padding: 125px 20px 100px;
  }
}

@media (max-width: 768px) {
  .image-widget {
    padding: 40px 20px 100px;
  }
}

@media (max-width: 560px) {
  .image-widget {
    padding: 40px 20px 20px;
  }
}

@media (max-width: 1240px) {
  .image-widget .container {
    width: 100%;
  }
}

.image-widget .card--wrap {
  position: relative;
  z-index: 10;
}

.image-widget .card--wrap .card {
  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;
}

@media (max-width: 1024px) {
  .image-widget .card--wrap .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.image-widget .card--wrap .card .text {
  width: 42.8%;
}

@media (max-width: 1024px) {
  .image-widget .card--wrap .card .text {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
}

.image-widget .card--wrap .card .text h2,
.image-widget .card--wrap .card .text h3,
.image-widget .card--wrap .card .text h4,
.image-widget .card--wrap .card .text h5,
.image-widget .card--wrap .card .text h6 {
  font-size: 38px;
  line-height: 49px;
  font-family: "Museo", sans-serif;
  color: #0c2855;
  letter-spacing: -0.005em;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .image-widget .card--wrap .card .text h2,
  .image-widget .card--wrap .card .text h3,
  .image-widget .card--wrap .card .text h4,
  .image-widget .card--wrap .card .text h5,
  .image-widget .card--wrap .card .text h6 {
    margin-bottom: 10px;
  }
}

@media (max-width: 560px) {
  .image-widget .card--wrap .card .text h2,
  .image-widget .card--wrap .card .text h3,
  .image-widget .card--wrap .card .text h4,
  .image-widget .card--wrap .card .text h5,
  .image-widget .card--wrap .card .text h6 {
    font-size: 25px;
    line-height: 1.4em;
  }
}

.image-widget .card--wrap .card .text p {
  color: #0c2855;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 560px) {
  .image-widget .card--wrap .card .text p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.image-widget .card--wrap .card .text p strong {
  color: #0c2855;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 560px) {
  .image-widget .card--wrap .card .text p strong {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.image-widget .card--wrap .card .text li {
  font-size: 18px;
  line-height: 29px;
  color: #0c2855;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  padding-left: 35px;
}

.image-widget .card--wrap .card .text li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left: 0;
}

.image-widget .card--wrap .card .img--cont {
  width: 45.7%;
}

@media (max-width: 560px) {
  .image-widget .card--wrap .card .img--cont {
    width: 100%;
  }
}

.image-widget .card--wrap .card .img {
  width: 100%;
  padding-top: 75%;
  border-radius: 10px;
  -webkit-box-shadow: 15px 20px 35px rgba(0, 0, 0, 0.12);
          box-shadow: 15px 20px 35px rgba(0, 0, 0, 0.12);
  position: relative;
  background-position: center;
}

.image-widget .card--wrap .card .img::before {
  content: url(images/dots5.svg);
  position: absolute;
  left: -90px;
  top: -53px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .image-widget .card--wrap .card .img::before {
    left: -60px;
    bottom: -53px;
  }
}

@media (max-width: 560px) {
  .image-widget .card--wrap .card .img::before {
    display: none;
  }
}

@media (max-width: 1240px) {
  .image-widget .card--wrap .card .img {
    margin-right: 7%;
  }
}

@media (max-width: 1024px) {
  .image-widget .card--wrap .card .img {
    margin-right: 0;
    width: 90%;
    height: unset;
    padding-top: 56.25%;
  }
}

@media (max-width: 560px) {
  .image-widget .card--wrap .card .img {
    width: 100%;
  }
}

.image-widget .card--wrap .card .img video {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.image-widget .card--wrap .card .img .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  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;
  border-radius: 10px;
}

.image-widget .card--wrap .card .img .video-cover .play-button,
.image-widget .card--wrap .card .img .video-cover .play-button2 {
  width: 88px;
  height: 88px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.developers-hero-widget {
  position: relative;
}

.developers-hero-widget::before {
  content: " ";
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 5px solid #bde2eb;
  left: -62px;
  right: unset;
  bottom: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1480px) {
  .developers-hero-widget::before {
    top: unset;
    -webkit-transform: none;
            transform: none;
    bottom: 50px;
  }
}

.developers-hero-widget .img--cont {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
  width: 753px;
}

@media (max-width: 1480px) {
  .developers-hero-widget .img--cont {
    width: 600px;
  }
}

@media (max-width: 1240px) {
  .developers-hero-widget .img--cont {
    width: 400px;
  }
}

.developers-hero-widget .img--cont::after {
  content: url(images/dots7.svg);
  position: absolute;
  left: -114px;
  top: -50px;
  z-index: -1;
}

@media (max-width: 1240px) {
  .developers-hero-widget .img--cont::after {
    left: -54px;
  }
}

.developers-hero-widget .img--cont .img {
  width: 100%;
  padding-top: 65%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.developers-hero-widget .content .text {
  max-width: 564px;
}

.developers-text-and-image-widget {
  padding: 150px 0 100px;
}

@media (max-width: 1024px) {
  .developers-text-and-image-widget {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .developers-text-and-image-widget {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .developers-text-and-image-widget {
    padding: 25px 0;
  }
}

.developers-text-and-image-widget .content {
  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;
}

@media (max-width: 1024px) {
  .developers-text-and-image-widget .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.developers-text-and-image-widget .content .img--cont {
  width: 640px;
  border-radius: 10px;
  -webkit-box-shadow: 15px 20px 35px rgba(0, 0, 0, 0.12);
          box-shadow: 15px 20px 35px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-right: 12.8%;
}

.developers-text-and-image-widget .content .img--cont::before {
  content: url(images/dots7.svg);
  position: absolute;
  left: -90px;
  top: -53px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .developers-text-and-image-widget .content .img--cont::before {
    left: -60px;
    bottom: -53px;
    display: none;
  }
}

@media (max-width: 1240px) {
  .developers-text-and-image-widget .content .img--cont {
    margin-right: 7%;
  }
}

@media (max-width: 1024px) {
  .developers-text-and-image-widget .content .img--cont {
    width: 50%;
    height: unset;
    padding-top: 0;
    margin: 0 auto 30px;
  }
}

@media (max-width: 560px) {
  .developers-text-and-image-widget .content .img--cont {
    width: 100%;
  }
}

.developers-text-and-image-widget .content .img--cont .img {
  width: 100%;
  padding-top: 75%;
  background-position: center;
  background-size: cover;
  background-color: #f0f0f0;
  border-radius: 10px;
}

.developers-text-and-image-widget .content .text {
  width: 581px;
}

@media (max-width: 1024px) {
  .developers-text-and-image-widget .content .text {
    width: 100%;
  }
}

.developers-text-and-image-widget .content .text h2 {
  font-size: 38px;
  line-height: 49px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin-bottom: 30px;
  color: #224f6e;
}

@media (max-width: 560px) {
  .developers-text-and-image-widget .content .text h2 {
    font-size: 25px;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
}

.developers-text-and-image-widget .content .text p {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #224f6e;
}

@media (max-width: 560px) {
  .developers-text-and-image-widget .content .text p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.developers-3-columns-text-widget {
  padding-bottom: 120px;
}

@media (max-width: 1024px) {
  .developers-3-columns-text-widget {
    padding-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .developers-3-columns-text-widget {
    padding-bottom: 50px;
  }
}

@media (max-width: 560px) {
  .developers-3-columns-text-widget {
    padding-bottom: 20px;
  }
}

.developers-3-columns-text-widget .columns {
  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: 0 -20px;
  width: 100%;
}

@media (max-width: 1024px) {
  .developers-3-columns-text-widget .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.developers-3-columns-text-widget .columns .column {
  width: 33.33%;
  padding: 0 20px;
}

@media (max-width: 1024px) {
  .developers-3-columns-text-widget .columns .column {
    width: 100%;
    margin: 0 0 20px;
  }
}

.developers-3-columns-text-widget .columns .column .img {
  width: 100px;
  height: 90px;
  background-position: center;
  background-size: contain;
  margin: 0 0 34px;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .developers-3-columns-text-widget .columns .column .img {
    width: 70px;
    height: 70px;
    margin: 0 0 10px;
  }
}

.developers-3-columns-text-widget .columns .column .text h2 {
  font-size: 32px;
  line-height: 44px;
  font-family: "Museo", sans-serif;
  letter-spacing: -0.005em;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0c2855;
}

@media (max-width: 560px) {
  .developers-3-columns-text-widget .columns .column .text h2 {
    font-size: 25px;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
}

.developers-3-columns-text-widget .columns .column .text p {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.005em;
  font-weight: 400;
  color: #224f6e;
}

@media (max-width: 560px) {
  .developers-3-columns-text-widget .columns .column .text p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.developers-text-and-image-with-bkg-widget {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 768px) {
  .developers-text-and-image-with-bkg-widget {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .developers-text-and-image-with-bkg-widget {
    padding: 20px 0;
  }
}

.developers-text-and-image-with-bkg-widget::before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  background-color: #e5f8fc;
}

@media (max-width: 1024px) {
  .developers-text-and-image-with-bkg-widget::before {
    width: 100%;
  }
}

.developers-text-and-image-with-bkg-widget .content {
  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;
}

@media (max-width: 1024px) {
  .developers-text-and-image-with-bkg-widget .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.developers-text-and-image-with-bkg-widget .content .img--cont {
  width: 640px;
  border-radius: 10px;
  position: relative;
}

.developers-text-and-image-with-bkg-widget .content .img--cont::before {
  content: url(images/dots5.svg);
  position: absolute;
  right: -57px;
  bottom: -57px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .developers-text-and-image-with-bkg-widget .content .img--cont::before {
    left: -60px;
    bottom: -53px;
  }
}

@media (max-width: 560px) {
  .developers-text-and-image-with-bkg-widget .content .img--cont::before {
    display: none;
  }
}

@media (max-width: 1024px) {
  .developers-text-and-image-with-bkg-widget .content .img--cont {
    width: 50%;
    height: unset;
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .developers-text-and-image-with-bkg-widget .content .img--cont {
    width: 100%;
  }
}

.developers-text-and-image-with-bkg-widget .content .img--cont .img {
  width: 100%;
  padding-top: 75%;
  background-position: center;
  background-size: cover;
  background-color: #f0f0f0;
  border-radius: 10px;
}

.developers-text-and-image-with-bkg-widget .content .text {
  width: 427px;
}

@media (max-width: 1024px) {
  .developers-text-and-image-with-bkg-widget .content .text {
    width: 100%;
    margin: 0 0 40px;
  }
}

.developers-text-and-image-with-bkg-widget .content .text h2 {
  font-size: 38px;
  line-height: 49px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin-bottom: 30px;
  color: #224f6e;
}

@media (max-width: 560px) {
  .developers-text-and-image-with-bkg-widget .content .text h2 {
    font-size: 1.4em;
    line-height: 30px;
    margin: 0 0 10px;
  }
}

.developers-text-and-image-with-bkg-widget .content .text p {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #224f6e;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .developers-text-and-image-with-bkg-widget .content .text p {
    font-size: 14px;
    line-height: 1.6em;
    margin: 0 0 10px;
  }
}

.api-refference-widget {
  padding: 120px 0 80px;
  background: #e5f8fc;
  position: relative;
}

@media (max-width: 1024px) {
  .api-refference-widget {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .api-refference-widget {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .api-refference-widget {
    padding: 20px 0;
  }
}

.api-refference-widget::before {
  position: absolute;
  content: url(images/dots11.svg);
  left: 20px;
  top: 120px;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .api-refference-widget::before {
    display: none;
  }
}

.api-refference-widget h2 {
  font-size: 38px;
  line-height: 49px;
  color: #224f6e;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin-bottom: 88px;
  text-align: center;
}

@media (max-width: 1024px) {
  .api-refference-widget h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 560px) {
  .api-refference-widget h2 {
    font-size: 25px;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
}

.api-refference-widget .cards {
  margin: 0 -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: strecth;
      -ms-flex-align: strecth;
          align-items: strecth;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1240px) {
  .api-refference-widget .cards {
    margin: 0 -19px;
  }
}

.api-refference-widget .cards .card--wrap {
  width: 33.33%;
  padding: 25px;
  height: inherit;
}

@media (max-width: 1240px) {
  .api-refference-widget .cards .card--wrap {
    padding: 10px;
  }
}

@media (max-width: 1024px) {
  .api-refference-widget .cards .card--wrap {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .api-refference-widget .cards .card--wrap {
    width: 100%;
  }
}

.api-refference-widget .cards .card--wrap .card {
  background: #5ecee8;
  border-radius: 10px;
  -webkit-box-shadow: 12px 20px 35px rgba(0, 0, 0, 0.07);
          box-shadow: 12px 20px 35px rgba(0, 0, 0, 0.07);
  min-height: 186px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 37px;
}

@media (max-width: 1240px) {
  .api-refference-widget .cards .card--wrap .card {
    padding: 20px;
  }
}

@media (max-width: 1024px) {
  .api-refference-widget .cards .card--wrap .card {
    min-height: unset;
  }
}

.api-refference-widget .cards .card--wrap .card h3 {
  font-size: 32px;
  line-height: 40px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: white;
  margin-bottom: 30px;
}

.api-refference-widget .cards .card--wrap .card h3 a {
  font-size: 32px;
  line-height: 40px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: white;
}

@media (max-width: 768px) {
  .api-refference-widget .cards .card--wrap .card h3 a {
    font-size: 25px;
    line-height: 30px;
  }
}

.api-refference-widget .cards .card--wrap .card h3 a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .api-refference-widget .cards .card--wrap .card h3 {
    font-size: 25px;
    line-height: 1.4em;
  }
}

.api-refference-widget .cards .card--wrap .card a {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: white;
  text-align: right;
}

.api-refference-widget .cards .card--wrap .card a:hover {
  text-decoration: none;
  color: #0c2855;
}

.api-updates-widget {
  padding: 100px 0 120px;
}

@media (max-width: 1024px) {
  .api-updates-widget {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .api-updates-widget {
    padding: 50px 0;
  }
}

@media (max-width: 560px) {
  .api-updates-widget {
    padding: 20px 0;
  }
}

.api-updates-widget .content h2 {
  font-family: "Museo", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.005em;
  margin-bottom: 60px;
  text-align: center;
  color: #0c2855;
}

@media (max-width: 560px) {
  .api-updates-widget .content h2 {
    margin-bottom: 20px;
  }
}

.api-updates-widget .content .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .api-updates-widget .content .cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.api-updates-widget .content .cards .card--wrap {
  padding: 0 15px;
  height: inherit;
}

@media (max-width: 1024px) {
  .api-updates-widget .content .cards .card--wrap {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .api-updates-widget .content .cards .card--wrap {
    width: 100%;
    margin: 0 0 20px;
  }
}

.api-updates-widget .content .cards .card--wrap .card {
  background: #0c2855;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  min-height: 266px;
  width: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 1024px) {
  .api-updates-widget .content .cards .card--wrap .card {
    width: 100%;
  }
}

.api-updates-widget .content .cards .card--wrap .card .img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.api-updates-widget .content .cards .card--wrap .card h3 {
  font-size: 32px;
  line-height: 40px;
  color: white;
  font-weight: 700;
  font-family: "Museo", sans-serif;
  letter-spacing: -0.005em;
  margin-bottom: 60px;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  position: relative;
  z-index: 10;
  padding-top: 23px;
}

@media (max-width: 560px) {
  .api-updates-widget .content .cards .card--wrap .card h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.api-updates-widget .content .cards .card--wrap .card h3::before {
  content: " ";
  width: 92px;
  border-top: 3px solid #00bae6;
  position: absolute;
  top: -3px;
  left: 0;
}

.api-updates-widget .content .cards .card--wrap .card .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 10;
}

.careers-text-two-columns {
  padding: 100px 0 110px;
  background: white;
}

@media (max-width: 768px) {
  .careers-text-two-columns {
    padding: 40px 0;
  }
}

.careers-text-two-columns .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .careers-text-two-columns .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.careers-text-two-columns .content .column {
  width: 48%;
}

@media (max-width: 768px) {
  .careers-text-two-columns .content .column {
    width: 100%;
    margin: 10px 0;
  }
}

.careers-text-two-columns .content .column p {
  color: #224f6e;
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media (max-width: 560px) {
  .careers-text-two-columns .content .column p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.careers-text-two-columns .content .column span {
  color: #00bae6;
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: inherit;
}

@media (max-width: 560px) {
  .careers-text-two-columns .content .column span {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.careers-text-two-columns .content .column strong {
  color: #224f6e;
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

@media (max-width: 560px) {
  .careers-text-two-columns .content .column strong {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.careers-getting-hired-steps {
  padding: 90px 60px 100px;
  background: #f8f8f8;
}

@media (max-width: 1600px) {
  .careers-getting-hired-steps {
    padding: 90px 20px 100px;
  }
}

@media (max-width: 768px) {
  .careers-getting-hired-steps {
    padding: 40px 20px;
  }
}

.careers-getting-hired-steps .content h2 {
  text-align: center;
  font-size: 38px;
  line-height: 49px;
  color: #224f6e;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin: 0 0 83px;
}

@media (max-width: 560px) {
  .careers-getting-hired-steps .content h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 20px;
  }
}

.careers-getting-hired-steps .content h2 span {
  text-align: center;
  font-size: 38px;
  line-height: 49px;
  color: #00bae6;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
}

@media (max-width: 560px) {
  .careers-getting-hired-steps .content h2 span {
    font-size: 25px;
    line-height: 30px;
  }
}

.careers-getting-hired-steps .content .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  counter-reset: counter;
}

@media (max-width: 1480px) {
  .careers-getting-hired-steps .content .columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.careers-getting-hired-steps .content .columns .column {
  width: 23%;
}

@media (max-width: 1480px) {
  .careers-getting-hired-steps .content .columns .column {
    width: 48%;
    margin: 0 0 40px;
  }
}

@media (max-width: 768px) {
  .careers-getting-hired-steps .content .columns .column {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .careers-getting-hired-steps .content .columns .column {
    margin: 0 0 20px;
  }
}

.careers-getting-hired-steps .content .columns .column .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .careers-getting-hired-steps .content .columns .column .title {
    margin-bottom: 10px;
  }
}

.careers-getting-hired-steps .content .columns .column .title .img {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 30px;
}

@media (max-width: 560px) {
  .careers-getting-hired-steps .content .columns .column .title .img {
    width: 33px;
  }
}

.careers-getting-hired-steps .content .columns .column .title h3 {
  font-size: 32px;
  line-height: 44px;
  color: #224f6e;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  position: relative;
}

@media (max-width: 560px) {
  .careers-getting-hired-steps .content .columns .column .title h3 {
    font-size: 18px;
    line-height: 1.6em;
  }
}

.careers-getting-hired-steps .content .columns .column .title h3::before {
  content: " ";
  border: 1px solid #00bae6;
  position: absolute;
  left: 0;
  width: 50px;
  top: -16px;
}

.careers-getting-hired-steps .content .columns .column .title h3::after {
  counter-increment: counter;
  content: counter(counter);
  position: absolute;
  left: 70px;
  top: -25px;
  font-size: 18px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #00bae6;
}

.careers-getting-hired-steps .content .columns .column p {
  font-size: 18px;
  line-height: 29px;
  color: #224f6e;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media (max-width: 560px) {
  .careers-getting-hired-steps .content .columns .column p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.careers-open-positions-widget {
  padding: 50px 0 100px;
  background: #224f6e;
  position: relative;
}

@media (max-width: 768px) {
  .careers-open-positions-widget {
    padding: 40px 0;
  }
}

.careers-open-positions-widget::before {
  position: absolute;
  left: -20px;
  top: 100px;
  content: url(images/dots11.svg);
}

@media (max-width: 768px) {
  .careers-open-positions-widget::before {
    display: none;
  }
}

.careers-open-positions-widget .content h2 {
  font-size: 38px;
  line-height: 49px;
  color: white;
  font-family: "Museo", sans-serif;
  letter-spacing: -0.005em;
  font-weight: 700;
  margin: 0 0 65px;
  text-align: center;
}

@media (max-width: 560px) {
  .careers-open-positions-widget .content h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 20px;
  }
}

.careers-open-positions-widget .content .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .careers-open-positions-widget .content .cards {
    margin: 0 -10px;
  }
}

@media (max-width: 560px) {
  .careers-open-positions-widget .content .cards {
    margin: 0;
  }
}

.careers-open-positions-widget .content .cards .card--wrap {
  padding: 0 25px 25px;
  width: 33.33%;
  height: inherit;
}

@media (max-width: 1240px) {
  .careers-open-positions-widget .content .cards .card--wrap {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .careers-open-positions-widget .content .cards .card--wrap {
    padding: 0 10px 10px;
  }
}

@media (max-width: 560px) {
  .careers-open-positions-widget .content .cards .card--wrap {
    padding: 5px 0;
    width: 100%;
  }
}

.careers-open-positions-widget .content .cards .card--wrap .card {
  border-radius: 10px;
  background: #5ecee8;
  padding: 30px 27px 25px 37px;
  -webkit-box-shadow: 12px 20px 35px rgba(0, 0, 0, 0.07);
          box-shadow: 12px 20px 35px rgba(0, 0, 0, 0.07);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media (max-width: 768px) {
  .careers-open-positions-widget .content .cards .card--wrap .card {
    padding: 20px;
  }
}

.careers-open-positions-widget .content .cards .card--wrap .card h3 {
  font-size: 32px;
  line-height: 40px;
  color: white;
  font-family: "Museo", sans-serif;
  letter-spacing: -0.005em;
  font-weight: 700;
  margin: 0 0 20px;
  width: 90%;
}

@media (max-width: 768px) {
  .careers-open-positions-widget .content .cards .card--wrap .card h3 {
    font-size: 25px;
    line-height: 30px;
    width: 100%;
  }
}

.careers-open-positions-widget .content .cards .card--wrap .card a {
  font-size: 18px;
  line-height: 29px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: right;
}

.careers-our-values-widget {
  padding: 100px 0 150px;
  position: relative;
}

@media (max-width: 768px) {
  .careers-our-values-widget {
    padding: 40px 0;
  }
}

.careers-our-values-widget::before {
  position: absolute;
  content: " ";
  width: 18px;
  height: 18px;
  background: #5ecee8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 110px;
  top: 115px;
  display: block;
}

@media (max-width: 768px) {
  .careers-our-values-widget::before {
    content: none;
  }
}

.careers-our-values-widget .content {
  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;
}

@media (max-width: 1024px) {
  .careers-our-values-widget .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.careers-our-values-widget .content .text {
  width: 41.5%;
}

@media (max-width: 1024px) {
  .careers-our-values-widget .content .text {
    width: 100%;
    margin: 0 0 40px;
  }
}

@media (max-width: 560px) {
  .careers-our-values-widget .content .text {
    margin: 0 0 20px;
  }
}

.careers-our-values-widget .content .text h2 {
  font-size: 38px;
  line-height: 49px;
  font-family: "Museo", sans-serif;
  letter-spacing: -0.005em;
  color: #0c2855;
  font-weight: 700;
  margin: 0 0 44px;
}

@media (max-width: 768px) {
  .careers-our-values-widget .content .text h2 {
    margin: 0 0 20px;
  }
}

@media (max-width: 560px) {
  .careers-our-values-widget .content .text h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}

.careers-our-values-widget .content .text p {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  color: #0c2855;
}

@media (max-width: 560px) {
  .careers-our-values-widget .content .text p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.careers-our-values-widget .content .img--cont {
  width: 50.5%;
  position: relative;
}

@media (max-width: 1024px) {
  .careers-our-values-widget .content .img--cont {
    width: 70%;
  }
}

@media (max-width: 560px) {
  .careers-our-values-widget .content .img--cont {
    width: 90%;
  }
}

.careers-our-values-widget .content .img--cont::before {
  content: url(images/dots10.svg);
  position: absolute;
  bottom: -56px;
  right: -56px;
}

@media (max-width: 768px) {
  .careers-our-values-widget .content .img--cont::before {
    content: none;
  }
}

.careers-our-values-widget .content .img--cont img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}

@media (max-width: 1024px) {
  .clients-hero-widget {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.clients-hero-widget .content {
  padding-bottom: 250px;
}

@media (max-width: 1024px) {
  .clients-hero-widget .content {
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .clients-hero-widget .content {
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .clients-hero-widget .content .text {
    width: 100%;
    max-width: unset;
  }
}

@media (max-width: 1024px) {
  .clients-hero-widget .img--cont {
    position: relative;
    width: 50%;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    -webkit-transform: none;
            transform: none;
    margin: 0 0 50px;
  }
}

@media (max-width: 560px) {
  .clients-hero-widget .img--cont {
    width: 80%;
    margin: 0 0 20px;
  }
}

.clients-widget .client {
  padding: 90px 0;
  margin: 10px 0;
  position: relative;
}

@media (max-width: 768px) {
  .clients-widget .client {
    padding: 40px 0;
    margin: 5px 0;
  }
}

.clients-widget .client .content {
  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;
}

@media (max-width: 768px) {
  .clients-widget .client .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.clients-widget .client .content .card--wrap {
  width: 40%;
}

@media (max-width: 1240px) {
  .clients-widget .client .content .card--wrap {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .clients-widget .client .content .card--wrap {
    width: 60%;
    margin: 0 0 50px;
  }
}

@media (max-width: 560px) {
  .clients-widget .client .content .card--wrap {
    width: 70%;
    margin: 0 0 20px;
  }
}

.clients-widget .client .content .card--wrap .card {
  padding-top: 60%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  background: white;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}

.clients-widget .client .content .card--wrap .card img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
}

@media (max-width: 768px) {
  .clients-widget .client .content .card--wrap .card img {
    width: 100px;
  }
}

.clients-widget .client .content .text {
  width: 43%;
}

@media (max-width: 768px) {
  .clients-widget .client .content .text {
    width: 100%;
  }
}

.clients-widget .client .content .text h2 {
  font-size: 32px;
  line-height: 44px;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #224f6e;
  margin: 0 0 36px;
}

@media (max-width: 560px) {
  .clients-widget .client .content .text h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}

.clients-widget .client .content .text p {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  color: #224f6e;
  margin: 0 0 60px;
}

@media (max-width: 560px) {
  .clients-widget .client .content .text p {
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
    margin: 0 0 10px;
  }
}

.clients-widget .client:nth-of-type(odd)::before {
  content: " ";
  width: 65%;
  background: #e5f8fc;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

.clients-widget .client:nth-of-type(odd) .content {
  position: relative;
}

.clients-widget .client:nth-of-type(odd) .content::before {
  content: url(images/dots7.svg);
  left: -56px;
  top: -50px;
  position: absolute;
}

@media (max-width: 768px) {
  .clients-widget .client:nth-of-type(odd) .content::before {
    display: none;
  }
}

.clients-widget .client:nth-of-type(odd) .content .card--wrap {
  position: relative;
}

.clients-widget .client:nth-of-type(odd) .content .card--wrap::before {
  content: " ";
  width: 105px;
  height: 105px;
  display: block;
  border: 5px solid #e5f8fc;
  -webkit-transform: rotate(68deg);
          transform: rotate(68deg);
  left: 80px;
  bottom: -60px;
  position: absolute;
}

@media (max-width: 768px) {
  .clients-widget .client:nth-of-type(odd) .content .card--wrap::before {
    display: none;
  }
}

.clients-widget .client:nth-of-type(odd) .content .card--wrap::after {
  content: " ";
  width: 466px;
  height: 129px;
  display: block;
  background: #bde2eb;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  border-radius: 15px;
}

@media (max-width: 1024px) {
  .clients-widget .client:nth-of-type(odd) .content .card--wrap::after {
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 120%;
    right: -10%;
  }
}

@media (max-width: 560px) {
  .clients-widget .client:nth-of-type(odd) .content .card--wrap::after {
    display: none;
  }
}

.clients-widget .client:nth-of-type(even)::before {
  content: " ";
  width: 65%;
  background: #f3f3f3;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.clients-widget .client:nth-of-type(even) .content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

@media (max-width: 768px) {
  .clients-widget .client:nth-of-type(even) .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.clients-widget .client:nth-of-type(even) .content .card--wrap {
  position: relative;
}

.clients-widget .client:nth-of-type(even) .content .card--wrap::before {
  content: url(images/dots7.svg);
  right: -56px;
  top: -50px;
  position: absolute;
}

@media (max-width: 768px) {
  .clients-widget .client:nth-of-type(even) .content .card--wrap::before {
    display: none;
  }
}

.clients-widget .client:nth-of-type(even) .content .card--wrap::after {
  content: " ";
  width: 466px;
  height: 129px;
  display: block;
  background: #bde2eb;
  right: -20px;
  bottom: -20px;
  position: absolute;
  border-radius: 15px;
}

@media (max-width: 1024px) {
  .clients-widget .client:nth-of-type(even) .content .card--wrap::after {
    bottom: unset;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 120%;
    right: -10%;
  }
}

@media (max-width: 560px) {
  .clients-widget .client:nth-of-type(even) .content .card--wrap::after {
    display: none;
  }
}

.frequently-asked-question-widget {
  margin: 0 0 100px;
}

.frequently-asked-question-widget .content {
  width: 1050px;
  margin: 0 auto;
}

.frequently-asked-question-widget .content h2 {
  font-size: 38px;
  line-height: 49px;
  color: #00bae6;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  margin: 0 0 100px;
}

.frequently-asked-question-widget .content .items .item {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background: #fcfcfc;
  margin: 0 0 12px;
}

.frequently-asked-question-widget .content .items .item .item--header {
  padding: 45px;
  padding-right: 120px;
  position: relative;
}

.frequently-asked-question-widget .content .items .item .item--header .title {
  font-size: 32px;
  line-height: 44px;
  color: #224f6e;
  font-weight: 700;
  font-family: "Museo", sans-serif;
  letter-spacing: -0.005em;
}

.frequently-asked-question-widget .content .items .item .item--header .toggler {
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.frequently-asked-question-widget .content .items .item .item--body {
  padding: 0 45px 45px;
}

.frequently-asked-question-widget .content .items .item .item--body .text {
  padding: 45px;
  background: white;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

.frequently-asked-question-widget .content .items .item .item--body .text p {
  font-size: 20px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  color: #224f6e;
}

.imprint-text-widget {
  padding: 200px 0;
}

@media (max-width: 1024px) {
  .imprint-text-widget {
    padding: 100px 0;
  }
}

@media (max-width: 768px) {
  .imprint-text-widget {
    padding: 50px 0;
  }
}

.imprint-text-widget .content {
  width: 1050px;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .imprint-text-widget .content {
    width: 100%;
  }
}

.imprint-text-widget h1 {
  font-size: 38px;
  line-height: 49px;
  color: #00bae6;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin: 0 0 100px;
}

@media (max-width: 1024px) {
  .imprint-text-widget h1 {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .imprint-text-widget h1 {
    margin-bottom: 20px;
  }
}

.imprint-text-widget h2,
.imprint-text-widget h3,
.imprint-text-widget h4,
.imprint-text-widget h5,
.imprint-text-widget h6 {
  font-size: 24px;
  line-height: 34px;
  color: #224f6e;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin: 0;
}

.imprint-text-widget p,
.imprint-text-widget li {
  font-size: 18px;
  line-height: 32px;
  color: #224f6e;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.imprint-text-widget a {
  font-size: 18px;
  line-height: 32px;
  color: #00bae6;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.contact-hero .content .text {
  width: 600px;
  max-width: 600px;
}

@media (max-width: 1024px) {
  .contact-hero .content .text {
    width: 100%;
    max-width: unset;
  }
}

@media (max-width: 560px) {
  .contact-hero .content .text {
    margin: 0 0 20px;
  }
}

.contact-hero .content .text h1 {
  font-size: 38px;
  line-height: 49px;
}

@media (max-width: 560px) {
  .contact-hero .content .text h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

.contact-hero .content .text .buttons .btn {
  margin-right: 20px;
}

@media (max-width: 560px) {
  .contact-hero .content .text .buttons .btn {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
}

.nav-box {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .nav-box {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.nav-box a,
.nav-box span {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #0c2855;
  color: #fff;
  line-height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  .nav-box a,
  .nav-box span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-left: 4px;
    margin-right: 4px;
  }
}

.nav-box a i,
.nav-box span i {
  font-size: 12px;
}

.nav-box .current,
.nav-box a:hover {
  background: #5ecee8;
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.hide {
  top: -130px;
}

header.overwrite--hide {
  top: 0 !important;
}

header.pinned--header .desktop--header {
  padding: 20px 55px;
  width: 100%;
  background: #0c2855;
}

header.pinned--header .desktop--header .logo img {
  max-width: 150px;
}

header .desktop--header {
  padding: 70px 75px 0 85px;
  width: 100%;
}

@media (max-width: 1480px) {
  header .desktop--header {
    padding: 50px 30px 0 30px;
  }
}

@media (max-width: 1024px) {
  header .desktop--header {
    display: none;
  }
}

header .desktop--header .header--content {
  width: 100%;
  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;
}

@media (max-width: 1240px) {
  header .desktop--header .header--content .logo--cont img {
    width: 150px;
  }
}

header .desktop--header .header--content nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .desktop--header .header--content nav .menu > li {
  margin: 0;
  padding-left: 60px;
  position: relative;
}

@media (max-width: 1600px) {
  header .desktop--header .header--content nav .menu > li {
    padding-left: 40px;
  }
}

@media (max-width: 1240px) {
  header .desktop--header .header--content nav .menu > li {
    padding-left: 30px;
  }
}

header .desktop--header .header--content nav .menu > li.menu-item-has-children::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -20px;
  color: white;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
}

@media (max-width: 1600px) {
  header .desktop--header .header--content nav .menu > li.menu-item-has-children::after {
    right: -14px;
    font-size: 12px;
    top: 53%;
  }
}

header .desktop--header .header--content nav .menu > li.menu-item-has-children.show-submenu::after {
  content: "\f106";
}

header .desktop--header .header--content nav .menu > li a {
  font-size: 18px;
  line-height: 29px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

@media (max-width: 1600px) {
  header .desktop--header .header--content nav .menu > li a {
    font-size: 16px;
    line-height: 1;
  }
}

@media (max-width: 1240px) {
  header .desktop--header .header--content nav .menu > li a {
    font-size: 14px;
  }
}

header .desktop--header .header--content nav .menu > li ul {
  background: white;
  position: absolute;
  top: 30px;
  left: 60px;
  min-width: 170px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 10px 15px;
  display: none;
}

@media (max-width: 1600px) {
  header .desktop--header .header--content nav .menu > li ul {
    left: 40px;
  }
}

@media (max-width: 1240px) {
  header .desktop--header .header--content nav .menu > li ul {
    left: 30px;
  }
}

header .desktop--header .header--content nav .menu > li ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -4px;
  position: absolute;
  left: 20px;
}

header .desktop--header .header--content nav .menu > li ul li {
  border-bottom: 1px solid #bde2eb;
}

header .desktop--header .header--content nav .menu > li ul li:last-of-type {
  border: none;
}

header .desktop--header .header--content nav .menu > li ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  font-weight: 600;
  padding-bottom: 7px;
  padding-top: 7px;
  display: inline-block;
}

header .desktop--header .header--content nav .menu > li ul li a:hover {
  text-decoration: none;
  color: #00bae6;
}

@media (max-width: 1240px) {
  header .desktop--header .btn {
    padding: 9px 16px;
    font-size: 13px;
  }
}

header .mobile--header {
  display: none;
}

@media (max-width: 1024px) {
  header .mobile--header {
    display: block;
  }
}

header .mobile--header .header--bar {
  background: #0c2855;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .mobile--header .header--bar .logo--cont img {
  width: 120px;
}

header .mobile--header .open--menu {
  color: white;
  font-size: 40px;
}

@media (max-width: 560px) {
  header .mobile--header .open--menu {
    font-size: 20px;
  }
}

header .mobile--header .header--sidebar {
  height: 100vh;
  background: #00bae6;
  min-width: 40%;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 0;
  top: 0;
  overflow: auto;
  padding: 100px 20px 20px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  header .mobile--header .header--sidebar {
    min-width: 70%;
  }
}

@media (max-width: 560px) {
  header .mobile--header .header--sidebar {
    min-width: 80%;
  }
}

header .mobile--header .header--sidebar.inactive {
  left: -200vw;
}

header .mobile--header .header--sidebar .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}

header .mobile--header .header--sidebar .logo img {
  width: 150px;
}

header .mobile--header .header--sidebar .close--menu {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 40px;
}

@media (max-width: 560px) {
  header .mobile--header .header--sidebar .close--menu {
    font-size: 20px;
  }
}

header .mobile--header .header--sidebar nav > ul {
  margin-bottom: 30px;
}

header .mobile--header .header--sidebar nav > ul li {
  margin-bottom: 10px;
}

header .mobile--header .header--sidebar nav > ul li a {
  font-size: 18px;
  line-height: 29px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

header .mobile--header .header--sidebar nav > ul li ul {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 2px solid white;
}

header .mobile--header .header--sidebar .btn {
  text-align: center;
  width: 100%;
  border-radius: 0;
}

header .mobile--header .header--sidebar .social--list {
  margin-bottom: 20px;
}

header .mobile--header .header--sidebar .social--list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .mobile--header .header--sidebar .social--list ul li {
  text-align: center;
  padding: 0 20px;
}

header .mobile--header .header--sidebar .social--list ul li a {
  font-size: 20px;
  color: white;
  cursor: pointer;
}

header .mobile--header .header--sidebar .social--list ul li a:hover {
  color: #0c2855;
}

.single-post header .desktop--header,
.elementor-page-383 header .desktop--header,
.error404 header .desktop--header,
.elementor-page-385 header .desktop--header,
.page-template-page-api header .desktop--header,
.single-documentation header .desktop--header {
  background: #0c2855;
  padding: 27px 84px;
}

.page-template-page-faq {
  padding-top: 183px;
}

body.page-template-page-bank-security {
  padding: 0 !important;
}

footer {
  background: #224f6e;
  padding: 60px 0 75px;
}

@media (max-width: 768px) {
  footer {
    padding: 30px 20px;
  }
}

footer .content .footer-row {
  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;
}

@media (max-width: 1024px) {
  footer .content .footer-row {
    -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;
  }
}

footer .content .footer-row:first-of-type {
  margin-bottom: 33px;
}

@media (max-width: 1024px) {
  footer .content .footer-row:first-of-type {
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  footer .content .footer-row .logo--cont {
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  footer .content .footer-row .logo--cont img {
    max-width: 150px;
  }
}

footer .content .footer-row .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  footer .content .footer-row .menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .content .footer-row .menu li {
  margin: 0;
  padding-left: 60px;
}

@media (max-width: 1480px) {
  footer .content .footer-row .menu li {
    padding-left: 20px;
  }
}

@media (max-width: 1024px) {
  footer .content .footer-row .menu li {
    padding: 0 10px;
  }
}

footer .content .footer-row .menu li a {
  font-size: 18px;
  line-height: 27px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

@media (max-width: 560px) {
  footer .content .footer-row .menu li a {
    font-size: 14px;
    line-height: 1.6em;
  }
}

footer .content .footer-row .menu li a:hover {
  border-bottom: 1px solid white;
}

footer .content .footer-row .copyright {
  font-size: 18px;
  line-height: 29px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

@media (max-width: 1024px) {
  footer .content .footer-row .copyright {
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  footer .content .footer-row .copyright {
    font-size: 14px;
    line-height: 1.6em;
  }
}

footer .content .footer-row .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .content .footer-row .list li {
  margin: 0;
  padding-left: 30px;
}

@media (max-width: 1024px) {
  footer .content .footer-row .list li {
    padding: 0 20px;
  }
}

footer .content .footer-row .list li a {
  color: white;
  font-size: 20px;
}

footer .content .footer-row .list li a:hover {
  color: #5ecee8;
}

.footer_menu ul {
  display: inline-block;
  width: 100%;
  text-align: right;
}

@media (max-width: 768px) {
  .footer_menu ul {
    text-align: center;
  }
}

.footer_menu ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
}

@media (max-width: 768px) {
  .footer_menu ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.footer_menu ul li a {
  color: #fff;
  font-weight: 600;
}

.elementor-element-34eeefaf {
  display: none;
}

.elementor-element-46897e2 {
  display: none;
}

.elementor-element-34eeefaf {
  display: none;
}

.elementor-element-3b1d6a3 {
  display: none;
}

.box_form form {
  max-width: 800px;
  margin: 0 auto;
}

.box_form form fieldset {
  max-width: 100% !important;
  margin-bottom: 10px;
}

.box_form form fieldset input {
  font-family: "Open Sans", sans-serif;
  width: 100% !important;
}

.box_form form fieldset input::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.box_form form fieldset input::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.box_form form fieldset input:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.box_form form fieldset input:-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.box_form form fieldset textarea {
  width: 100% !important;
}

.box_form form fieldset textarea::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.box_form form fieldset textarea::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.box_form form fieldset textarea:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.box_form form fieldset textarea:-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.box_form form fieldset select {
  border: 1px solid #dfdfdf;
  height: 40px;
  border-radius: 2px;
  width: 100%;
  color: #8b8b8b;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.box_form form input[type="submit"] {
  background: #00bae6;
  color: white;
  border: 1px solid #00bae6;
  padding: 15px 30px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  border-radius: 10px;
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  margin-top: 10px;
}

.box_form form input[type="submit"]:hover {
  background: #0c2855;
}

.hs-form-3f069ac9-3b00-4f6f-8d8f-f4a14f11f8cf_026fda8a-7229-4124-b673-e464b1fd4979 fieldset {
  max-width: 100%;
}

.flex-logos .icon {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width: 1024px) {
  .flex-logos .icon {
    width: 16%;
  }
}

@media (max-width: 768px) {
  .flex-logos .icon {
    width: 20%;
  }
}

@media (max-width: 560px) {
  .flex-logos .icon {
    width: 33.33%;
  }
}

.elementor-widget:not(:last-child) {
  margin: 0 !important;
}

.decoration3 {
  position: absolute;
  left: 0;
  top: 60px;
}

@media (max-width: 1024px) {
  .decoration3 {
    display: none;
  }
}

.decoration4 {
  position: absolute;
  right: 60px;
  bottom: 0;
}

@media (max-width: 1024px) {
  .decoration4 {
    display: none;
    right: 20px;
  }
}

.general_decoration .decoration3 {
  position: absolute;
  left: auto;
  right: 0;
  top: 160px;
}

@media (max-width: 768px) {
  .general_decoration .decoration3 {
    display: none;
  }
}

.general_decoration .decoration1 {
  display: none;
}

.elementor-text-editor h2 {
  font-size: 38px;
  line-height: 1.6em;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #0c2855;
  margin: 0 0 20px;
}

@media (max-width: 1024px) {
  .elementor-text-editor h2 {
    font-size: 28px;
  }
}

.elementor-text-editor h3 {
  font-size: 30px;
  line-height: 1.6em;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #0c2855;
  margin: 0 0 20px;
}

@media (max-width: 1024px) {
  .elementor-text-editor h3 {
    font-size: 25px;
  }
}

.elementor-text-editor p,
.elementor-text-editor span,
.elementor-text-editor li {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #0c2855;
  margin: 0;
}

.blue-banner {
  background: #5ecee8;
  padding: 55px 0 65px 0;
  text-align: center;
}

.blue-banner h2 {
  font-size: 4rem;
  line-height: 1.6em;
  color: #fff;
  margin-bottom: 30px;
  font-family: "Museo", sans-serif;
  letter-spacing: -0.005em;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .blue-banner h2 {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .blue-banner h2 {
    font-size: 2.5rem;
  }
}

.blue-banner .btn {
  border: none;
  color: #00bae6;
}

.blue-banner .btn a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.blue-banner .btn:hover {
  background-color: #00bae6;
  color: #fff;
}

.blue-banner .btn:hover a {
  color: #fff;
}

/* body .solutions-sections-widget .section .media .img--cont--small img,
body  .solutions-sections-widget .section .media img,
body .solutions-sections-widget .section .media img.img--big {
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.25);
}   */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

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

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

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

.partners--slider:not(.slick-slider) {
  height: 200px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonials--slider:not(.slick-slider) {
  height: 300px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonials--slider:not(.slick-slider) .slide--wrap {
  width: 50%;
}

.partners--slider:not(.slick-slider) .slick-slide {
  width: 25%;
}

.hs-main-font-element {
  font-size: 18px;
}

.page-single-job .main-content aside {
  padding-left: 80px;
}

.btn--blue .paoc-popup {
  color: #fff;
}

.info_title {
  font-size: 54px;
  line-height: 76px;
  color: #224f6e;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

.info_title span {
  font-size: 14px;
  line-height: 1;
  color: #00bae6;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: block;
  text-transform: uppercase;
}

.job_information .job_info {
  margin-bottom: 92px;
}

.job_information .job_info:last-child {
  margin-bottom: 0;
}

.job_information .job_info ul li {
  color: #224f6e;
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  font-weight: 400;
}

.job_information .job_info ul li:last-child {
  border-bottom: none;
}

.job_information .job_info ul li:before {
  width: 4px;
  height: 4px;
  background: #224f6e;
  content: " ";
  display: inline-block;
  position: absolute;
  top: 28px;
  left: -26px;
  border-radius: 50%;
}

.general_content * {
  color: #224f6e;
}

.job_information .wrap_text {
  padding-left: 70px;
}

.no-relative {
  position: initial;
}

.job_information {
  position: relative;
  /* padding: 100px 0;*/
}

.job_information .info {
  position: relative;
}

.job_information .info:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #e5f8fc;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.job_information .info .general_content {
  position: relative;
  z-index: 99;
  padding-right: 70px;
}

.job_information:before {
  content: "";
  width: calc((100% - 1400px) / 2);
  height: 100%;
  background: #e5f8fc;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.job_information .info:after {
  content: "";
  width: 125px;
  height: 125px;
  border-radius: 50%;
  bottom: 44px;
  right: 80px;
  position: absolute;
  border: 5px solid #bde2eb;
}

.job_information .info h3 {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #224f6e;
  margin: 0 0 75px;
}

.job_information .info p {
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.general_padd {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blue_bg {
  background: rgba(189, 226, 235, 0.5);
}

.columns_job {
  padding: 100px 0;
}

.columns_job .general_content.list ul li {
  color: #224f6e;
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  padding: 15px 0;
  margin: 0;
  border-bottom: 1px solid #bde2eb;
  position: relative;
  font-weight: 400;
}

.columns_job .general_content.list ul li:last-child {
  border-bottom: none;
}

.columns_job .general_content.list ul li:before {
  width: 4px;
  height: 4px;
  background: #224f6e;
  content: " ";
  display: inline-block;
  position: absolute;
  top: 28px;
  left: -26px;
  border-radius: 50%;
}

.columns_job .wrap_column {
  padding-right: 60px;
}

.page-single-job .apply .content h2 {
  text-align: center;
}

.video-widget {
  padding: 125px 0;
}

.fancybox-close-small:hover {
  background: #0c2855;
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(3) .card,
.all-use-cases-widget .cards .card--wrap:nth-of-type(2) .card {
  background-color: #f0f2f5 !important;
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(3) .card .card--content .btn,
.all-use-cases-widget .cards .card--wrap:nth-of-type(2) .card .card--content .btn {
  background-color: #f0f2f5;
}

.all-use-cases-widget .cards .card--wrap:nth-of-type(3) .card .card--content .btn i,
.all-use-cases-widget .cards .card--wrap:nth-of-type(2) .card .card--content .btn i {
  background-color: transparent;
  color: #00bae6;
}

.all-use-cases-widget .cards .card--wrap .card .card--content .btn:focus,
.all-use-cases-widget .cards .card--wrap .card .card--content .btn:hover {
  background-color: #00bae6 !important;
  color: white !important;
}

.all-use-cases-widget .cards .card--wrap .card .card--content .btn:focus i,
.all-use-cases-widget .cards .card--wrap .card .card--content .btn:hover i {
  color: white !important;
}

.single-use_case .hero-home-widget::before {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#224f6e+0,224f6e+100&0.51+0,0.74+99 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 79, 110, 0.51)), color-stop(99%, rgba(34, 79, 110, 0.74)), to(rgba(34, 79, 110, 0.74)));
  background: linear-gradient(to bottom, rgba(34, 79, 110, 0.51) 0%, rgba(34, 79, 110, 0.74) 99%, rgba(34, 79, 110, 0.74) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82224f6e', endColorstr='#bd224f6e',GradientType=0 );
  /* IE6-9 */
}

.case-studies .cards .card--wrap .card .card--content h2 a {
  line-height: 1.1em;
}

.case-studies .cards .card--wrap .card .card--content h2 a:hover {
  color: #00bae6;
}

.slider_cars {
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .slider_cars {
    padding-bottom: 30px;
  }
}

.slider_cars .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slider_cars .slick-slide {
  height: inherit !important;
}

.slider_cars .slick-slide div {
  height: 98%;
}

.slider_cars .card--wrap {
  margin-bottom: 30px;
}

.slider_cars .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}

.slider_cars .slick-dots li {
  padding: 0;
  margin: 0 9px;
}

.slider_cars .slick-dots li button {
  padding: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #00bae6;
  background: none;
  border-radius: 50%;
}

.slider_cars .slick-dots li button::before, .slider_cars .slick-dots li button::after {
  display: none;
}

.slider_cars .slick-dots li.slick-active button {
  background: #00bae6;
}

.general_content h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  .general_content h1 {
    font-size: 30px;
  }
}

.general_content h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  .general_content h2 {
    font-size: 28px;
  }
}

.general_content h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  .general_content h3 {
    font-size: 23px;
  }
}

.general_content h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  .general_content h4 {
    font-size: 21px;
  }
}

.general_content h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.general_content h6 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2em;
}

.general_content_white h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
}

@media (max-width: 768px) {
  .general_content_white h2 {
    font-size: 28px;
  }
}

.general_content_white h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
}

@media (max-width: 768px) {
  .general_content_white h3 {
    font-size: 23px;
  }
}

.general_content_white h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
}

@media (max-width: 768px) {
  .general_content_white h4 {
    font-size: 21px;
  }
}

.general_content_white h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
}

.general_content_white h6 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
}

.about-hero-widget .general_content_white h2 {
  font-size: 45px;
}

@media (max-width: 768px) {
  .about-hero-widget .general_content_white h2 {
    font-size: 38px;
  }
}

.about-hero-widget .general_content_white h3 {
  font-size: 35px;
}

@media (max-width: 768px) {
  .about-hero-widget .general_content_white h3 {
    font-size: 33px;
  }
}

.about-hero-widget .general_content_white h4 {
  font-size: 33px;
}

@media (max-width: 768px) {
  .about-hero-widget .general_content_white h4 {
    font-size: 31px;
  }
}

.about-hero-widget .general_content_white h5 {
  font-size: 25px;
}

.about-hero-widget .general_content_white h6 {
  font-size: 22px;
}

@media (max-width: 1480px) {
  .job_information:before {
    width: calc(5% / 2);
  }
  .info_title {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  .partners--slider:not(.slick-slider) .slick-slide {
    width: 33.33%;
  }
  .video-widget {
    padding: 70px 0;
  }
}

@media (max-width: 1020px) {
  .job_information .info,
  .job_information .text {
    width: 100%;
  }
  .job_information:before {
    content: none;
  }
  .job_information .wrap_text {
    padding-left: 30px;
  }
  .general_padd {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .job_information .info h3 {
    margin: 0 0 25px;
  }
  .job_information .info:before {
    width: 200%;
    left: -50%;
  }
  .columns_job {
    padding: 50px 0;
  }
  .columns_job .col_50 {
    width: 100%;
    margin-bottom: 50px;
  }
  .columns_job .col_50:last-child {
    margin-bottom: 0;
  }
  .columns_job .wrap_column {
    padding-right: 0;
    padding-left: 30px;
  }
  .info_title {
    font-size: 40px;
    line-height: 1.6em;
    margin-bottom: 5px;
  }
  .job_information .job_info {
    margin-bottom: 40px;
  }
  .page-single-job .apply .content h2 {
    font-size: 36px;
    line-height: 1.6em;
    margin-bottom: 25px;
  }
  .page-single-job .apply {
    padding: 45px 0;
  }
  .job_information .info .general_content {
    padding-right: 0;
  }
  .video-widget {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .partners--slider:not(.slick-slider) .slick-slide {
    width: 50%;
  }
  .page-single-job .apply .content h2,
  .page-single-job .similar-positions h2,
  .our-locations-widget h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 25px;
  }
  .info_title {
    font-size: 30px;
  }
  p,
  li,
  a,
  span {
    font-size: 16px;
    line-height: 1.6em;
  }
  .columns_job .general_content.list ul li,
  .job_information .job_info ul li {
    font-size: 16px;
    line-height: 1.6em;
  }
  .careers-open-positions-widget .content .cards .card--wrap .card h3 {
    font-size: 19px;
  }
  .careers-open-positions-widget .content .cards .card--wrap .card a {
    font-size: 16px;
  }
  .our-locations-widget .cards .card--wrap .card .text h3 {
    line-height: 1.2em;
    font-size: 25px;
  }
  .our-locations-widget .cards .card--wrap .card .text ul li {
    line-height: 1.6em;
  }
  .simple-hero-widget {
    padding: 50px 0 70px;
  }
  .single-job-hero .content .text p {
    margin-bottom: 40px;
  }
  .columns_job .general_content.list ul li:before {
    left: -21px;
  }
  .testimonials--slider:not(.slick-slider) .slide--wrap {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .container {
    width: 90%;
  }
  .partners--slider:not(.slick-slider) .slick-slide {
    width: 100%;
  }
  .page-single-job .apply .content h2,
  .page-single-job .similar-positions h2,
  .our-locations-widget h2 {
    font-size: 27px;
    margin-bottom: 18px;
  }
  .our-locations-widget {
    padding: 40px 0 30px 0;
  }
  .our-locations-widget .cards .card--wrap .card .img {
    margin: 0 17px 20px 0;
    width: 110px;
    padding-top: 0;
  }
  .our-locations-widget .cards .card--wrap .card .text h3 {
    font-size: 21px;
  }
  .our-locations-widget .cards .card--wrap .card .text span {
    font-size: 13px;
  }
}

.general_content ol li {
  list-style: decimal;
  display: list-item;
  list-style-position: inside;
}

.general_content ul li {
  list-style: disc inside none;
  display: list-item;
  margin-left: 1em;
}

.general_content .alignleft {
  text-align: left;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

.general_content .alignright {
  float: right;
  text-align: right;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.general_content .aligncenter {
  display: block;
  float: none;
  margin: 10px auto;
  text-align: center;
}

header .desktop--header .header--content nav .menu li.current_page_item > a {
  color: #00bae6;
}

.white_bg .incrementing-widget {
  background-color: #fff !important;
}

.big_hero_image .about-hero-widget .content .img--cont {
  width: 50%;
}

@media (max-width: 768px) {
  .big_hero_image .about-hero-widget .content .img--cont {
    width: 100%;
  }
}

.big_hero_image .about-hero-widget .content {
  padding-bottom: 60px;
}

.blue_to_top {
  background: #0d2855;
}

.blue_to_top .subscribe-widget {
  background: #0d2855;
}

.general_content_simple p {
  margin-bottom: 20px;
}

.general_content_simple li {
  margin-bottom: 5px;
}

.hero-home-widget {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 900px;
}

@media (max-width: 1480px) {
  .hero-home-widget {
    height: 800px;
  }
}

@media (max-width: 1240px) {
  .hero-home-widget {
    height: 750px;
  }
}

@media (max-width: 1024px) {
  .hero-home-widget {
    height: auto;
    padding: 90px 0;
  }
}

@media (max-width: 560px) {
  .hero-home-widget {
    padding: 30px 0;
  }
}

.hero-home-widget::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #124e70;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 78, 112, 0.622286)), to(rgba(18, 78, 112, 0)));
  background: linear-gradient(180deg, rgba(18, 78, 112, 0.622286) 0%, rgba(18, 78, 112, 0) 100%);
}

.hero-home-widget .decoration1 {
  position: absolute;
  right: 0;
  top: 200px;
}

.hero-home-widget .card--wrap {
  position: absolute;
  bottom: 0;
  left: 13.5%;
  width: 610px;
}

@media (max-width: 1480px) {
  .hero-home-widget .card--wrap {
    width: 500px;
  }
}

@media (max-width: 1240px) {
  .hero-home-widget .card--wrap {
    left: 5%;
  }
}

@media (max-width: 1024px) {
  .hero-home-widget .card--wrap {
    position: relative;
    left: unset;
    bottom: unset;
    margin: 0 auto;
    width: 70%;
  }
}

@media (max-width: 768px) {
  .hero-home-widget .card--wrap {
    width: 90%;
  }
}

.hero-home-widget .card--wrap .decoration2 {
  position: absolute;
  right: -84px;
  top: -79px;
}

.hero-home-widget .card--wrap .card--content {
  position: relative;
  background-color: #0c2855;
  padding: 60px;
  z-index: 10;
}

@media (max-width: 1480px) {
  .hero-home-widget .card--wrap .card--content {
    padding: 40px;
  }
}

.hero-home-widget .card--wrap h1 {
  font-size: 64px;
  line-height: 76px;
  color: white;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
  font-family: "Museo", sans-serif;
}

@media (max-width: 1480px) {
  .hero-home-widget .card--wrap h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 560px) {
  .hero-home-widget .card--wrap h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.hero-home-widget .card--wrap p,
.hero-home-widget .card--wrap h2,
.hero-home-widget .card--wrap h3,
.hero-home-widget .card--wrap h4,
.hero-home-widget .card--wrap h5,
.hero-home-widget .card--wrap h6,
.hero-home-widget .card--wrap li,
.hero-home-widget .card--wrap span,
.hero-home-widget .card--wrap strong {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media (max-width: 560px) {
  .hero-home-widget .card--wrap p,
  .hero-home-widget .card--wrap h2,
  .hero-home-widget .card--wrap h3,
  .hero-home-widget .card--wrap h4,
  .hero-home-widget .card--wrap h5,
  .hero-home-widget .card--wrap h6,
  .hero-home-widget .card--wrap li,
  .hero-home-widget .card--wrap span,
  .hero-home-widget .card--wrap strong {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.hero-home-widget .card--wrap p strong,
.hero-home-widget .card--wrap h2 strong,
.hero-home-widget .card--wrap h3 strong,
.hero-home-widget .card--wrap h4 strong,
.hero-home-widget .card--wrap h5 strong,
.hero-home-widget .card--wrap h6 strong,
.hero-home-widget .card--wrap li strong,
.hero-home-widget .card--wrap span strong,
.hero-home-widget .card--wrap strong strong {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.hero-home-widget .social--list {
  position: absolute;
  right: 75px;
  top: 475px;
}

@media (max-width: 1480px) {
  .hero-home-widget .social--list {
    top: 350px;
  }
}

@media (max-width: 1024px) {
  .hero-home-widget .social--list {
    display: none;
  }
}

.hero-home-widget .social--list ul li {
  margin-bottom: 35px;
  text-align: center;
}

.hero-home-widget .social--list ul li a {
  font-size: 20px;
  color: white;
  cursor: pointer;
}

.hero-home-widget .social--list ul li a:hover {
  color: #0c2855;
}

.relative {
  position: relative;
}

.case-studies {
  padding: 57px;
  background-color: white;
}

@media (max-width: 1240px) {
  .case-studies {
    padding: 40px 20px;
  }
}

@media (max-width: 1240px) {
  .case-studies .container {
    width: 100%;
  }
}

.case-studies .text {
  margin-bottom: 78px;
}

@media (max-width: 768px) {
  .case-studies .text {
    margin-bottom: 30px;
  }
}

.case-studies .text h2 {
  font-size: 38px;
  line-height: 49px;
  font-family: "Museo", sans-serif;
  color: #0c2855;
  letter-spacing: -0.005em;
  font-weight: 700;
  margin-bottom: 37px;
}

@media (max-width: 768px) {
  .case-studies .text h2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 560px) {
  .case-studies .text h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.case-studies .text .column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  .case-studies .text .column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.case-studies .text .column-2 .column:first-of-type {
  width: 68%;
}

@media (max-width: 768px) {
  .case-studies .text .column-2 .column:first-of-type {
    width: 100%;
  }
}

.case-studies .text .column-2 .column:first-of-type p,
.case-studies .text .column-2 .column:first-of-type h2,
.case-studies .text .column-2 .column:first-of-type h3,
.case-studies .text .column-2 .column:first-of-type h4,
.case-studies .text .column-2 .column:first-of-type h5,
.case-studies .text .column-2 .column:first-of-type h6,
.case-studies .text .column-2 .column:first-of-type a {
  color: #224f6e;
}

@media (max-width: 560px) {
  .case-studies .text .column-2 .column:first-of-type p,
  .case-studies .text .column-2 .column:first-of-type h2,
  .case-studies .text .column-2 .column:first-of-type h3,
  .case-studies .text .column-2 .column:first-of-type h4,
  .case-studies .text .column-2 .column:first-of-type h5,
  .case-studies .text .column-2 .column:first-of-type h6,
  .case-studies .text .column-2 .column:first-of-type a {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.case-studies .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 1240px) {
  .case-studies .cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}

.case-studies .cards .card--wrap {
  width: 33.33%;
  padding: 0 10px;
  height: inherit;
}

@media (max-width: 1240px) {
  .case-studies .cards .card--wrap {
    width: 100%;
    padding: 10px 0;
  }
}

.case-studies .cards .card--wrap:nth-of-type(1) .card {
  background-color: #f0f2f5;
}

.case-studies .cards .card--wrap:nth-of-type(1) .card .card--content .btn {
  background: #f0f2f5;
  /*color: " ";
                            line-height: 20px;
                            font-size: 22px;

                            span {
                                font-family: $font-open;
                                font-size: 14px;
                                line-height: 16px;
                            }*/
}

.case-studies .cards .card--wrap:nth-of-type(2) .card {
  background-color: #f8f8f8;
}

.case-studies .cards .card--wrap:nth-of-type(2) .card .card--content .btn {
  background: #f8f8f8;
}

.case-studies .cards .card--wrap:nth-of-type(3) .card {
  background-color: #e5f8fc;
}

.case-studies .cards .card--wrap:nth-of-type(3) .card .card--content .btn {
  background: #e5f8fc;
}

.case-studies .cards .card--wrap .card {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 83px 53px 53px;
  background-color: #f0f2f5;
  height: 100%;
  position: relative;
}

@media (max-width: 1240px) {
  .case-studies .cards .card--wrap .card {
    padding: 50px 30px;
  }
}

.case-studies .cards .card--wrap .card::after {
  content: url(images/dots3.svg);
  position: absolute;
  top: 40px;
  right: 35px;
}

.case-studies .cards .card--wrap .card .card--img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 270px;
  height: auto;
}

@media (max-width: 560px) {
  .case-studies .cards .card--wrap .card .card--img {
    width: 150px;
  }
}

.case-studies .cards .card--wrap .card .card--content {
  width: 330px;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

@media (max-width: 1240px) {
  .case-studies .cards .card--wrap .card .card--content {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .case-studies .cards .card--wrap .card .card--content {
    width: 60%;
  }
}

@media (max-width: 560px) {
  .case-studies .cards .card--wrap .card .card--content {
    width: 100%;
  }
}

.case-studies .cards .card--wrap .card .card--content span {
  font-size: 14px;
  line-height: 34px;
  color: #00bae6;
  letter-spacing: 0.2em;
  font-family: "Museo", sans-serif;
  margin-bottom: 10px;
}

.case-studies .cards .card--wrap .card .card--content h2 {
  font-size: 38px;
  line-height: 42px;
  font-family: "Museo", sans-serif;
  color: #0c2855;
  letter-spacing: -0.005em;
  font-weight: 700;
  margin-bottom: 45px;
}

@media (max-width: 1240px) {
  .case-studies .cards .card--wrap .card .card--content h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .case-studies .cards .card--wrap .card .card--content h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.case-studies .cards .card--wrap .card .card--content p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  color: #224f6e;
  margin-bottom: 110px;
}

@media (max-width: 1240px) {
  .case-studies .cards .card--wrap .card .card--content p {
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .case-studies .cards .card--wrap .card .card--content p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.case-studies .cards .card--wrap .card .card--content .btn:hover {
  background-color: #00bae6;
}

.section-2 {
  background: #0c2855;
  padding: 96px 0;
  position: relative;
  /* &::before{
        content: url(images/dots3.svg);
        position: absolute;
        top: 75px;
        left: 10px;

        @include small-desktop {
            top: 20px;
        }

        @include tablet {
            top: -20px;
        }
    }*/
}

@media (max-width: 1024px) {
  .section-2 {
    padding: 50px 0;
  }
}

.section-2 .text {
  width: 1030px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1240px) {
  .section-2 .text {
    width: calc(100% - 40px);
  }
}

.section-2 .text h3 {
  color: white;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  margin-bottom: 42px;
}

@media (max-width: 1024px) {
  .section-2 .text h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .section-2 .text h3 {
    font-size: 25px;
    line-height: 30px;
  }
}

.section-2 .text p {
  color: white;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  margin-bottom: 42px;
}

@media (max-width: 1024px) {
  .section-2 .text p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .section-2 .text p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.token-widget {
  padding: 125px 0 100px;
  position: relative;
}

@media (max-width: 1240px) {
  .token-widget {
    padding: 125px 20px 205px;
  }
}

@media (max-width: 1024px) {
  .token-widget {
    padding: 125px 20px 100px;
  }
}

@media (max-width: 768px) {
  .token-widget {
    padding: 40px 20px 100px;
  }
}

@media (max-width: 560px) {
  .token-widget {
    padding: 40px 20px 20px;
  }
}

@media (max-width: 1240px) {
  .token-widget .container {
    width: 100%;
  }
}

.token-widget .bkg-elem {
  background-color: #e5f8fc;
  position: absolute;
  top: 30px;
  right: 0;
  width: 74%;
  height: 670px;
}

@media (max-width: 1024px) {
  .token-widget .bkg-elem {
    width: 90%;
    height: 80%;
  }
}

.token-widget .bkg-elem::before {
  content: url(images/dots5.svg);
  position: absolute;
  left: -110px;
  bottom: -53px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .token-widget .bkg-elem::before {
    left: -60px;
    bottom: -53px;
  }
}

.token-widget .card--wrap {
  position: relative;
  z-index: 10;
}

.token-widget .card--wrap .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1024px) {
  .token-widget .card--wrap .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.token-widget .card--wrap .card .text {
  width: 430px;
}

@media (max-width: 1024px) {
  .token-widget .card--wrap .card .text {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
}

.token-widget .card--wrap .card .text h2,
.token-widget .card--wrap .card .text h3,
.token-widget .card--wrap .card .text h4,
.token-widget .card--wrap .card .text h5,
.token-widget .card--wrap .card .text h6 {
  font-size: 38px;
  line-height: 49px;
  font-family: "Museo", sans-serif;
  color: #0c2855;
  letter-spacing: -0.005em;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .token-widget .card--wrap .card .text h2,
  .token-widget .card--wrap .card .text h3,
  .token-widget .card--wrap .card .text h4,
  .token-widget .card--wrap .card .text h5,
  .token-widget .card--wrap .card .text h6 {
    margin-bottom: 10px;
  }
}

@media (max-width: 560px) {
  .token-widget .card--wrap .card .text h2,
  .token-widget .card--wrap .card .text h3,
  .token-widget .card--wrap .card .text h4,
  .token-widget .card--wrap .card .text h5,
  .token-widget .card--wrap .card .text h6 {
    font-size: 25px;
    line-height: 30px;
  }
}

.token-widget .card--wrap .card .text p {
  color: #0c2855;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 560px) {
  .token-widget .card--wrap .card .text p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.token-widget .card--wrap .card .text p strong {
  color: #0c2855;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 560px) {
  .token-widget .card--wrap .card .text p strong {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.token-widget .card--wrap .card .video {
  width: 640px;
  height: 480px;
  border-radius: 10px;
  -webkit-box-shadow: 15px 20px 35px rgba(0, 0, 0, 0.12);
          box-shadow: 15px 20px 35px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  margin-right: 16%;
}

@media (max-width: 1240px) {
  .token-widget .card--wrap .card .video {
    margin-right: 7%;
  }
}

@media (max-width: 1024px) {
  .token-widget .card--wrap .card .video {
    margin-right: 0;
    width: 90%;
    height: unset;
    padding-top: 56.25%;
  }
}

@media (max-width: 560px) {
  .token-widget .card--wrap .card .video {
    width: 100%;
  }
}

.token-widget .card--wrap .card .video video {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  width: 100%;
  height: 100%;
}

.token-widget .card--wrap .card .video .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  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;
}

.token-widget .card--wrap .card .video .video-cover .play-button,
.token-widget .card--wrap .card .video .video-cover .play-button2 {
  width: 88px;
  height: 88px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .token-widget .card--wrap .card .video .video-cover .play-button,
  .token-widget .card--wrap .card .video .video-cover .play-button2 {
    width: 50px;
    height: 50px;
  }
}

.subscribe-widget {
  position: relative;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .subscribe-widget {
    margin-top: 0;
  }
}

.subscribe-widget::after {
  content: " ";
  position: absolute;
  background: #f8f8f8;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
}

.subscribe-widget.dark-bkg {
  margin-top: 0;
  margin-bottom: 50px;
}

.subscribe-widget.dark-bkg::after {
  content: " ";
  position: absolute;
  background: #224f6e;
  height: 50%;
  width: 100%;
  top: 0;
  bottom: unset;
  left: 0;
}

.subscribe-widget.dark-bkg-2 {
  margin-top: 0;
  margin-bottom: 50px;
}

.subscribe-widget.dark-bkg-2::after {
  content: " ";
  position: absolute;
  background: #0c2855;
  height: 50%;
  width: 100%;
  top: 0;
  bottom: unset;
  left: 0;
}

@media (max-width: 560px) {
  .subscribe-widget.dark-bkg-2 {
    margin-top: -30px;
  }
}

@media (max-width: 560px) {
  .subscribe-widget {
    padding: 20px 0;
  }
}

.subscribe-widget .card {
  width: 770px;
  margin: 0 auto;
  padding: 50px;
  -webkit-box-shadow: 12px 20px 35px rgba(0, 0, 0, 0.07);
          box-shadow: 12px 20px 35px rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  position: relative;
  z-index: 10;
}

.subscribe-widget .card::after {
  content: url(images/globe.png);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .subscribe-widget .card {
    width: 90%;
  }
}

@media (max-width: 560px) {
  .subscribe-widget .card {
    padding: 20px;
    width: calc(100% - 40px);
    margin: 20px auto;
  }
  .subscribe-widget .card::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffffad;
    z-index: 10;
  }
}

.subscribe-widget .card .card--content {
  width: 540px;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .subscribe-widget .card .card--content {
    width: 90%;
  }
}

@media (max-width: 560px) {
  .subscribe-widget .card .card--content {
    width: 100%;
  }
}

.subscribe-widget .card .card--content img {
  margin-bottom: 35px;
}

@media (max-width: 560px) {
  .subscribe-widget .card .card--content img {
    margin-bottom: 10px;
    width: 50px;
  }
}

.subscribe-widget .card .card--content h3 {
  font-size: 32px;
  line-height: 44px;
  font-family: "Museo", sans-serif;
  color: #0c2855;
  letter-spacing: -0.005em;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .subscribe-widget .card .card--content h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.subscribe-widget .card .card--content p {
  color: #0c2855;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .subscribe-widget .card .card--content p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.subscribe-widget .card .card--content p strong {
  color: #0c2855;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 560px) {
  .subscribe-widget .card .card--content p strong {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.subscribe-widget .card .card--content .submitted-message {
  color: #0c2855 !important;
  font-size: 20px;
  text-align: center;
  padding: 10px 10px;
  font-weight: 700;
  font-family: "Museo", sans-serif;
}

.subscribe-widget .card .card--content .hs_error_rollup {
  width: 100%;
  margin: 0 0 10px;
}

.subscribe-widget .card .card--content .hs_error_rollup label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: red;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
}

.subscribe-widget .card .card--content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 560px) {
  .subscribe-widget .card .card--content form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subscribe-widget .card .card--content form .hs_email {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .subscribe-widget .card .card--content form .hs_email {
    margin-right: 0;
  }
}

.subscribe-widget .card .card--content form input[type="email"] {
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  height: 54px;
  border: 1px solid #00bae6;
  padding: 0 25px;
  color: #00bae6;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  border-radius: 5px;
}

@media (max-width: 560px) {
  .subscribe-widget .card .card--content form input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    font-size: 14px;
  }
}

.subscribe-widget .card .card--content form input[type="email"]::-webkit-input-placeholder {
  color: #bde2eb;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.subscribe-widget .card .card--content form input[type="email"]:-ms-input-placeholder {
  color: #bde2eb;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.subscribe-widget .card .card--content form input[type="email"]::-ms-input-placeholder {
  color: #bde2eb;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.subscribe-widget .card .card--content form input[type="email"]::placeholder {
  color: #bde2eb;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

@media (max-width: 560px) {
  .subscribe-widget .card .card--content form input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .subscribe-widget .card .card--content form input[type="email"]:-ms-input-placeholder {
    font-size: 14px;
  }
  .subscribe-widget .card .card--content form input[type="email"]::-ms-input-placeholder {
    font-size: 14px;
  }
  .subscribe-widget .card .card--content form input[type="email"]::placeholder {
    font-size: 14px;
  }
}

.subscribe-widget .card .card--content form label {
  display: none;
}

.subscribe-widget .card .card--content form input[type="submit"] {
  padding: 15px 30px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  border-radius: 10px;
  font-weight: 600;
  background: #00bae6;
  color: white;
  border: 1px solid #00bae6;
}

.subscribe-widget .card .card--content form input[type="submit"]:hover, .subscribe-widget .card .card--content form input[type="submit"]:focus {
  background: none;
  color: #00bae6;
}

@media (max-width: 560px) {
  .subscribe-widget .card .card--content form input[type="submit"] {
    font-size: 14px;
    line-height: 1.6em;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
  }
}

.incrementing-widget {
  padding: 110px 0 110px;
  background: #f8f8f8;
}

@media (max-width: 1240px) {
  .incrementing-widget {
    padding: 110px 20px 110px;
  }
}

@media (max-width: 560px) {
  .incrementing-widget {
    padding: 20px 20px;
  }
}

@media (max-width: 1240px) {
  .incrementing-widget .container {
    width: 100%;
  }
}

.incrementing-widget .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .incrementing-widget .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.incrementing-widget .text h2 {
  font-size: 32px;
  line-height: 44px;
  font-family: "Museo", sans-serif;
  color: #0c2855;
  letter-spacing: -0.005em;
  font-weight: 700;
  position: relative;
}

@media (max-width: 560px) {
  .incrementing-widget .text h2 {
    font-size: 25px;
    line-height: 30px;
  }
}

.incrementing-widget .text h2::after {
  content: " ";
  width: 150px;
  border-bottom: 1px solid #00bae6;
  position: absolute;
  right: -200px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .incrementing-widget .text h2::after {
    right: -120px;
    width: 100px;
  }
}

@media (max-width: 768px) {
  .incrementing-widget .text h2::after {
    display: none;
  }
}

.incrementing-widget .columns-3 {
  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;
}

@media (max-width: 560px) {
  .incrementing-widget .columns-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.incrementing-widget .columns-3 .column {
  width: 33.33%;
}

@media (max-width: 1240px) {
  .incrementing-widget .columns-3 .column {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .incrementing-widget .columns-3 .column {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.12);
    padding: 10px;
    background: white;
  }
}

.incrementing-widget .columns-3 .column span {
  font-family: "Museo", sans-serif;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #224f6e;
  margin-bottom: 13px;
}

@media (max-width: 560px) {
  .incrementing-widget .columns-3 .column span {
    margin: 5px;
    font-size: 35px;
  }
}

.incrementing-widget .columns-3 .column p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #224f6e;
  width: 70%;
}

@media (max-width: 1240px) {
  .incrementing-widget .columns-3 .column p {
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .incrementing-widget .columns-3 .column p {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .incrementing-widget .columns-3 .column p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6em;
  }
}

.logos-widget {
  background-color: #224f6e;
  padding: 56px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1240px) {
  .logos-widget {
    padding: 56px 20px;
  }
}

@media (max-width: 560px) {
  .logos-widget {
    padding: 40px 20px;
  }
}

@media (max-width: 1240px) {
  .logos-widget .container {
    width: 100%;
  }
}

.logos-widget .content {
  margin: 0 auto;
}

.logos-widget .content .columns-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(15%, 33%))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(15%, 33%));
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1240px) {
  .logos-widget .content .columns-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .logos-widget .content .columns-3 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.logos-widget .content .columns-3 .column {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

@media (max-width: 1480px) {
  .logos-widget .content .columns-3 .column {
    max-width: 150px;
  }
}

@media (max-width: 1240px) {
  .logos-widget .content .columns-3 .column {
    margin: 5px;
  }
}

@media (max-width: 560px) {
  .logos-widget .content .columns-3 .column {
    max-width: 120px;
    height: auto;
  }
}

.trusted-widget {
  padding: 55px 0 100px;
  background-color: #224f6e;
}

@media (max-width: 1240px) {
  .trusted-widget {
    padding: 55px 20px 100px;
  }
}

@media (max-width: 1240px) {
  .trusted-widget {
    padding: 40px 20px;
  }
}

@media (max-width: 1240px) {
  .trusted-widget .container {
    width: 100%;
  }
}

.trusted-widget .content .columns-2 {
  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: 80px;
}

@media (max-width: 768px) {
  .trusted-widget .content .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 560px) {
  .trusted-widget .content .columns-2 {
    margin-bottom: 30px;
  }
}

.trusted-widget .content .columns-2 .column {
  width: 48%;
}

@media (max-width: 768px) {
  .trusted-widget .content .columns-2 .column {
    width: 100%;
    text-align: center;
  }
}

.trusted-widget .content .columns-2 .column p {
  color: white;
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 560px) {
  .trusted-widget .content .columns-2 .column p {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.trusted-widget .content .columns-2 .column h6 {
  color: white;
  font-size: 24px;
  line-height: 34px;
  font-family: "Museo", sans-serif;
  letter-spacing: -0.005em;
  font-weight: 700;
}

@media (max-width: 560px) {
  .trusted-widget .content .columns-2 .column h6 {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.trusted-widget .content .columns-6 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 1240px) {
  .trusted-widget .content .columns-6 {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .trusted-widget .content .columns-6 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.trusted-widget .content .columns-6 img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  margin: 5px;
}

@media (max-width: 768px) {
  .trusted-widget .content .columns-6 img {
    max-width: 150px;
  }
}

.section-8 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1240px) {
  .section-8 .container {
    width: 100%;
  }
}

.section-8 .content {
  padding: 140px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1240px) {
  .section-8 .content {
    padding: 140px 20px;
  }
}

@media (max-width: 1024px) {
  .section-8 .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px 0;
  }
}

.section-8 .content .card {
  padding: 82px 46px 42px;
  position: relative;
  background: white;
  width: 740px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .section-8 .content .card {
    width: calc(100% - 40px);
  }
}

@media (max-width: 560px) {
  .section-8 .content .card {
    padding: 50px 20px 20px;
    background: #ffffffbd;
  }
}

.section-8 .content .card::before {
  content: " ";
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 3px solid #00bae6;
  width: 92px;
}

@media (max-width: 560px) {
  .section-8 .content .card::before {
    top: 25px;
  }
}

.section-8 .content .card h2 {
  text-align: center;
  font-size: 38px;
  line-height: 49px;
  font-family: "Museo", sans-serif;
  color: #0c2855;
  letter-spacing: -0.005em;
  font-weight: 700;
  margin-bottom: 48px;
}

@media (max-width: 560px) {
  .section-8 .content .card h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.section-8 .content .card form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-8 .content .card form .col_50,
.section-8 .content .card form .hs-form-field {
  width: 48%;
  float: unset;
}

@media (max-width: 560px) {
  .section-8 .content .card form .col_50,
  .section-8 .content .card form .hs-form-field {
    width: 100%;
  }
}

.section-8 .content .card form fieldset.form-columns-2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: unset;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-8 .content .card form fieldset.form-columns-2 .input {
  margin: 0 !important;
}

.section-8 .content .card form .col_100,
.section-8 .content .card form fieldset.form-columns-1 {
  width: 100%;
  max-width: unset;
}

.section-8 .content .card form .col_100 .hs-form-field,
.section-8 .content .card form fieldset.form-columns-1 .hs-form-field {
  width: 100%;
}

.section-8 .content .card form .hs_submit {
  width: 100%;
}

.section-8 .content .card form .hs_submit input {
  padding: 29px 145px;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  border-radius: 10px;
  font-weight: 600;
  background: #00bae6;
  color: white;
  border: 1px solid #00bae6;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.section-8 .content .card form .hs_submit input:hover, .section-8 .content .card form .hs_submit input:focus {
  background: none;
  color: #00bae6;
}

@media (max-width: 768px) {
  .section-8 .content .card form .hs_submit input {
    font-size: 14px;
    padding: 10px 20px;
    height: auto;
  }
}

.section-8 .content .card form .hs_recaptcha {
  margin-bottom: 23px;
}

@media (max-width: 560px) {
  .section-8 .content .card form .hs_recaptcha {
    margin-bottom: 10px;
  }
}

.section-8 .content .card form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #0c2855;
  margin: 0;
  padding: 0 0 18px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #0c2855;
  margin-bottom: 42px;
  border-radius: 0px;
}

@media (max-width: 560px) {
  .section-8 .content .card form input {
    height: 25px;
    padding: 0 0 5px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
    margin-bottom: 10px;
  }
}

.section-8 .content .card form input::-webkit-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.section-8 .content .card form input:-ms-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.section-8 .content .card form input::-ms-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.section-8 .content .card form input::placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 560px) {
  .section-8 .content .card form input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .section-8 .content .card form input:-ms-input-placeholder {
    font-size: 14px;
  }
  .section-8 .content .card form input::-ms-input-placeholder {
    font-size: 14px;
  }
  .section-8 .content .card form input::placeholder {
    font-size: 14px;
  }
}

.section-8 .content .card form textarea {
  height: 184px;
  padding: 0 0 18px;
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  border: none;
  border-bottom: 1px solid #0c2855;
  color: #0c2855;
  resize: none;
  margin-bottom: 30px;
  border-radius: 0px;
}

@media (max-width: 560px) {
  .section-8 .content .card form textarea {
    height: 100px;
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 1.6em;
    background: rgba(0, 0, 0, 0);
    margin-bottom: 10px;
  }
}

.section-8 .content .card form textarea::-webkit-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.section-8 .content .card form textarea:-ms-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.section-8 .content .card form textarea::-ms-input-placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

.section-8 .content .card form textarea::placeholder {
  color: #0c2855;
  font-size: 18px;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 560px) {
  .section-8 .content .card form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .section-8 .content .card form textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .section-8 .content .card form textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .section-8 .content .card form textarea::placeholder {
    font-size: 14px;
  }
}

.section-8 .content .card form .checkbox--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.section-8 .content .card form .checkbox--cont .wpcf7-list-item {
  margin: 0;
}

.section-8 .content .card form .checkbox--cont input {
  opacity: 0;
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.section-8 .content .card form .checkbox--cont .acceptance {
  margin-right: 10px;
}

.section-8 .content .card form .checkbox--cont br {
  display: none;
}

.section-8 .content .card form .checkbox--cont label {
  font-size: 18px;
  line-height: 29px;
  color: #0c2855;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 560px) {
  .section-8 .content .card form .checkbox--cont label {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.section-8 .content .card form .checkbox--cont label a {
  font-size: 18px;
  line-height: 29px;
  color: #00bae6;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

@media (max-width: 560px) {
  .section-8 .content .card form .checkbox--cont label a {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.section-8 .content .card form .checkbox--cont label a:hover {
  text-decoration: underline;
}

.section-8 .content .card form .checkbox--cont .checkbox-custom {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #0c2855;
  position: absolute;
  left: 0;
  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;
}

.section-8 .content .card form .checkbox--cont .checkbox-custom::after {
  font-size: 9px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00bae6;
}

.section-8 .content .card form .checkbox--cont .checkbox-custom.active::after {
  content: "\f00c";
}

.section-8 .content .card .submitted-message {
  color: #0c2855 !important;
  font-size: 20px;
  text-align: center;
  padding: 40px 40px;
  font-weight: 700;
  font-family: "Museo", sans-serif;
}

.section-8 .content .card .hs_error_rollup {
  width: 100%;
  margin: 0 0 10px;
}

.section-8 .content .card .hs_error_rollup label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: red;
  font-family: "Open Sans", sans-serif;
}

.sto-form-widget form {
  padding-top: 50px;
  padding-bottom: 215px;
}

@media (max-width: 560px) {
  .sto-form-widget form {
    padding: 20px 0;
  }
}

.sto-form-widget .form-columns-2 .hs_firstname label,
.sto-form-widget .form-columns-2 .hs_lastname label,
.sto-form-widget .form-columns-2 .hs_company label,
.sto-form-widget .form-columns-2 .hs_phone label,
.sto-form-widget .form-columns-2 .hs_email label,
.sto-form-widget .form-columns-1 .hs_firstname label,
.sto-form-widget .form-columns-1 .hs_lastname label,
.sto-form-widget .form-columns-1 .hs_company label,
.sto-form-widget .form-columns-1 .hs_phone label,
.sto-form-widget .form-columns-1 .hs_email label {
  display: none;
}

.sto-form-widget .form-columns-2 .hs_firstname input,
.sto-form-widget .form-columns-2 .hs_lastname input,
.sto-form-widget .form-columns-2 .hs_company input,
.sto-form-widget .form-columns-2 .hs_phone input,
.sto-form-widget .form-columns-2 .hs_email input,
.sto-form-widget .form-columns-1 .hs_firstname input,
.sto-form-widget .form-columns-1 .hs_lastname input,
.sto-form-widget .form-columns-1 .hs_company input,
.sto-form-widget .form-columns-1 .hs_phone input,
.sto-form-widget .form-columns-1 .hs_email input {
  border: none;
  border-bottom: 1px solid #0c2855;
  font-size: 18px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #0c2855;
  padding: 0 0 18px 0;
  margin: 0 0 40px;
  width: 100% !important;
  border-radius: 0;
}

@media (max-width: 560px) {
  .sto-form-widget .form-columns-2 .hs_firstname input,
  .sto-form-widget .form-columns-2 .hs_lastname input,
  .sto-form-widget .form-columns-2 .hs_company input,
  .sto-form-widget .form-columns-2 .hs_phone input,
  .sto-form-widget .form-columns-2 .hs_email input,
  .sto-form-widget .form-columns-1 .hs_firstname input,
  .sto-form-widget .form-columns-1 .hs_lastname input,
  .sto-form-widget .form-columns-1 .hs_company input,
  .sto-form-widget .form-columns-1 .hs_phone input,
  .sto-form-widget .form-columns-1 .hs_email input {
    margin: 0 0 10px;
    font-size: 14px;
  }
}

.sto-form-widget .form-columns-2 .hs_firstname input::-webkit-input-placeholder,
.sto-form-widget .form-columns-2 .hs_lastname input::-webkit-input-placeholder,
.sto-form-widget .form-columns-2 .hs_company input::-webkit-input-placeholder,
.sto-form-widget .form-columns-2 .hs_phone input::-webkit-input-placeholder,
.sto-form-widget .form-columns-2 .hs_email input::-webkit-input-placeholder,
.sto-form-widget .form-columns-1 .hs_firstname input::-webkit-input-placeholder,
.sto-form-widget .form-columns-1 .hs_lastname input::-webkit-input-placeholder,
.sto-form-widget .form-columns-1 .hs_company input::-webkit-input-placeholder,
.sto-form-widget .form-columns-1 .hs_phone input::-webkit-input-placeholder,
.sto-form-widget .form-columns-1 .hs_email input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #0c2855;
}

.sto-form-widget .form-columns-2 .hs_firstname input:-ms-input-placeholder,
.sto-form-widget .form-columns-2 .hs_lastname input:-ms-input-placeholder,
.sto-form-widget .form-columns-2 .hs_company input:-ms-input-placeholder,
.sto-form-widget .form-columns-2 .hs_phone input:-ms-input-placeholder,
.sto-form-widget .form-columns-2 .hs_email input:-ms-input-placeholder,
.sto-form-widget .form-columns-1 .hs_firstname input:-ms-input-placeholder,
.sto-form-widget .form-columns-1 .hs_lastname input:-ms-input-placeholder,
.sto-form-widget .form-columns-1 .hs_company input:-ms-input-placeholder,
.sto-form-widget .form-columns-1 .hs_phone input:-ms-input-placeholder,
.sto-form-widget .form-columns-1 .hs_email input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #0c2855;
}

.sto-form-widget .form-columns-2 .hs_firstname input::-ms-input-placeholder,
.sto-form-widget .form-columns-2 .hs_lastname input::-ms-input-placeholder,
.sto-form-widget .form-columns-2 .hs_company input::-ms-input-placeholder,
.sto-form-widget .form-columns-2 .hs_phone input::-ms-input-placeholder,
.sto-form-widget .form-columns-2 .hs_email input::-ms-input-placeholder,
.sto-form-widget .form-columns-1 .hs_firstname input::-ms-input-placeholder,
.sto-form-widget .form-columns-1 .hs_lastname input::-ms-input-placeholder,
.sto-form-widget .form-columns-1 .hs_company input::-ms-input-placeholder,
.sto-form-widget .form-columns-1 .hs_phone input::-ms-input-placeholder,
.sto-form-widget .form-columns-1 .hs_email input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #0c2855;
}

.sto-form-widget .form-columns-2 .hs_firstname input::placeholder,
.sto-form-widget .form-columns-2 .hs_lastname input::placeholder,
.sto-form-widget .form-columns-2 .hs_company input::placeholder,
.sto-form-widget .form-columns-2 .hs_phone input::placeholder,
.sto-form-widget .form-columns-2 .hs_email input::placeholder,
.sto-form-widget .form-columns-1 .hs_firstname input::placeholder,
.sto-form-widget .form-columns-1 .hs_lastname input::placeholder,
.sto-form-widget .form-columns-1 .hs_company input::placeholder,
.sto-form-widget .form-columns-1 .hs_phone input::placeholder,
.sto-form-widget .form-columns-1 .hs_email input::placeholder {
  font-size: 18px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #0c2855;
}

.sto-form-widget .form-columns-2 .hs_email,
.sto-form-widget .form-columns-1 .hs_email {
  max-width: 690px;
}

.sto-form-widget .form-columns-2 .hs_email input,
.sto-form-widget .form-columns-1 .hs_email input {
  margin: 0 0 82px;
}

@media (max-width: 768px) {
  .sto-form-widget .form-columns-2 .hs_email input,
  .sto-form-widget .form-columns-1 .hs_email input {
    margin: 0 0 50px;
  }
}

.sto-form-widget .form-columns-2 {
  max-width: 690px;
}

.sto-form-widget .form-columns-1 {
  max-width: unset;
}

.sto-form-widget .form-columns-1 .hs-fieldtype-checkbox,
.sto-form-widget .form-columns-1 .hs-fieldtype-date,
.sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .sto-form-widget .form-columns-1 .hs-fieldtype-checkbox,
  .sto-form-widget .form-columns-1 .hs-fieldtype-date,
  .sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sto-form-widget .form-columns-1 .hs-fieldtype-checkbox > label,
.sto-form-widget .form-columns-1 .hs-fieldtype-date > label,
.sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) > label {
  background: #D8ECF1;
  width: 50%;
  padding: 48px 138px 48px 58px;
  border-radius: 5px 0 0 5px;
  margin: 0 0 11px;
}

@media (max-width: 1240px) {
  .sto-form-widget .form-columns-1 .hs-fieldtype-checkbox > label,
  .sto-form-widget .form-columns-1 .hs-fieldtype-date > label,
  .sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) > label {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .sto-form-widget .form-columns-1 .hs-fieldtype-checkbox > label,
  .sto-form-widget .form-columns-1 .hs-fieldtype-date > label,
  .sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) > label {
    width: 100%;
    padding: 20px;
  }
}

.sto-form-widget .form-columns-1 .hs-fieldtype-checkbox > label span,
.sto-form-widget .form-columns-1 .hs-fieldtype-date > label span,
.sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) > label span {
  font-size: 18px;
  line-height: 30px;
  color: #224f6e;
  font-family: "Museo", sans-serif;
  font-weight: 700;
}

.sto-form-widget .form-columns-1 .hs-fieldtype-checkbox .input,
.sto-form-widget .form-columns-1 .hs-fieldtype-date .input,
.sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) .input {
  background: #e5f8fc;
  width: 50%;
  margin: 0 0 11px;
  padding: 48px 83px 48px 59px;
  border-radius: 0 5px 5px 0;
}

@media (max-width: 1240px) {
  .sto-form-widget .form-columns-1 .hs-fieldtype-checkbox .input,
  .sto-form-widget .form-columns-1 .hs-fieldtype-date .input,
  .sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) .input {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .sto-form-widget .form-columns-1 .hs-fieldtype-checkbox .input,
  .sto-form-widget .form-columns-1 .hs-fieldtype-date .input,
  .sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) .input {
    width: 100%;
    padding: 20px;
  }
}

.sto-form-widget .form-columns-1 .hs-fieldtype-checkbox .input label,
.sto-form-widget .form-columns-1 .hs-fieldtype-date .input label,
.sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) .input label {
  position: relative;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (max-width: 1240px) {
  .sto-form-widget .form-columns-1 .hs-fieldtype-checkbox .input label,
  .sto-form-widget .form-columns-1 .hs-fieldtype-date .input label,
  .sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) .input label {
    margin: 0 0 10px;
  }
}

.sto-form-widget .form-columns-1 .hs-fieldtype-checkbox .input label span,
.sto-form-widget .form-columns-1 .hs-fieldtype-date .input label span,
.sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) .input label span {
  font-size: 18px;
  line-height: 29px;
  color: #0c2855;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .sto-form-widget .form-columns-1 .hs-fieldtype-checkbox .input label span,
  .sto-form-widget .form-columns-1 .hs-fieldtype-date .input label span,
  .sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) .input label span {
    font-size: 16px;
    line-height: 20px;
  }
}

.sto-form-widget .form-columns-1 .hs-fieldtype-checkbox .input label span::before,
.sto-form-widget .form-columns-1 .hs-fieldtype-date .input label span::before,
.sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) .input label span::before {
  content: " ";
  width: 27px;
  height: 27px;
  position: absolute;
  border: 2px solid #D9D9D9;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 2px;
}

@media (max-width: 768px) {
  .sto-form-widget .form-columns-1 .hs-fieldtype-checkbox .input label span::before,
  .sto-form-widget .form-columns-1 .hs-fieldtype-date .input label span::before,
  .sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) .input label span::before {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

.sto-form-widget .form-columns-1 .hs-fieldtype-checkbox .input .multi-container li:last-of-type label,
.sto-form-widget .form-columns-1 .hs-fieldtype-date .input .multi-container li:last-of-type label,
.sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) .input .multi-container li:last-of-type label {
  margin: 0;
}

.sto-form-widget .form-columns-1 .hs-fieldtype-checkbox .input input[type="checkbox"],
.sto-form-widget .form-columns-1 .hs-fieldtype-date .input input[type="checkbox"],
.sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) .input input[type="checkbox"] {
  opacity: 0;
  width: 27px;
  height: 27px;
  margin: 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .sto-form-widget .form-columns-1 .hs-fieldtype-checkbox .input input[type="checkbox"],
  .sto-form-widget .form-columns-1 .hs-fieldtype-date .input input[type="checkbox"],
  .sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) .input input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }
}

.sto-form-widget .form-columns-1 .hs-fieldtype-checkbox .input input[type="checkbox"]:checked ~ span::before,
.sto-form-widget .form-columns-1 .hs-fieldtype-date .input input[type="checkbox"]:checked ~ span::before,
.sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) .input input[type="checkbox"]:checked ~ span::before {
  background: #00bae6;
  border-color: #00bae6;
  content: "\f00c";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e5f8fc;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.sto-form-widget .form-columns-1 .hs-fieldtype-checkbox input[type="text"],
.sto-form-widget .form-columns-1 .hs-fieldtype-date input[type="text"],
.sto-form-widget .form-columns-1 .hs-fieldtype-text:not(.hs-email) input[type="text"] {
  border: none;
  background: none;
  border-bottom: 1px solid #0c2855;
  border-radius: 0;
  color: #0c2855;
  font-size: 18px;
  padding: 0 0 5px;
}

.sto-form-widget .hs_recaptcha {
  float: left;
}

@media (max-width: 560px) {
  .sto-form-widget .hs_recaptcha {
    float: unset;
  }
}

.sto-form-widget .hs_submit {
  float: right;
}

@media (max-width: 560px) {
  .sto-form-widget .hs_submit {
    float: unset;
  }
}

.sto-form-widget .hs_submit input {
  background: #00bae6;
  padding: 26px 93px;
  border-radius: 10px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
  border: 1px solid #00bae6;
}

@media (max-width: 560px) {
  .sto-form-widget .hs_submit input {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
  }
}

.sto-form-widget .hs_submit input:hover {
  background: none;
  color: #00bae6;
}

.sto-text-widget {
  padding: 70px 0 0;
}

@media (max-width: 768px) {
  .sto-text-widget {
    padding: 50px 0 0;
  }
}

@media (max-width: 560px) {
  .sto-text-widget {
    padding: 20px 0 0;
  }
}

.sto-text-widget h2 {
  font-size: 38px;
  line-height: 49px;
  letter-spacing: -0.005em;
  font-family: "Museo", sans-serif;
  font-weight: 700;
  color: #0c2855;
  margin: 0 0 20px;
}

@media (max-width: 560px) {
  .sto-text-widget h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}

.sto-text-widget p {
  font-size: 18px;
  line-height: 29px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #0c2855;
  margin: 0;
}

@media (max-width: 560px) {
  .sto-text-widget p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
/*# sourceMappingURL=styles.css.map */