@import url("https://fonts.googleapis.com/css?family=Prompt:100,300,400,500,600,700,900&display=swap");

.fade-bottom {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.fade-bottom.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.blur-bottom {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.blur-bottom.on {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.fade-top {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.fade-top.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.fade-left {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.fade-left.on {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.fade-right {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.fade-right.on {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
  color: #202020;
  font-size: 10px;
  font-family: "Gotham SSm";
  background-color: #fbfaf8;
}
body {
  position: relative;
  font-size: 1.6rem;
  font-weight: normal;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
div.inline-div {
  display: inline-block;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #202020;
}
a:hover {
  color: #24c79c;
}
section {
  overflow: hidden;
  position: relative;
}
.hide {
  display: none;
}
.show-mobile {
  display: none;
}
@font-face {
  font-family: "Gotham SSm";
  src: url("./fonts/GothamSSm-Book.woff2") format("woff2"),
    url("./fonts/GothamSSm-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham SSm";
  src: url("./fonts/GothamSSm-Bold.woff2") format("woff2"),
    url("./fonts/GothamSSm-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham SSm";
  src: url("./fonts/GothamSSm-Medium.woff2") format("woff2"),
    url("./fonts/GothamSSm-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham SSm";
  src: url("./fonts/GothamSSm-Black.woff2") format("woff2"),
    url("./fonts/GothamSSm-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
body {
  font-family: "Gotham SSm";
  line-height: 2.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-variant-ligatures: none;
  -moz-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prompt", sans-serif;
  margin: 0;
  font-weight: normal;
}
h1.title-center,
h2.title-center,
h3.title-center,
h4.title-center,
h5.title-center,
h6.title-center {
  text-align: center;
}
h2 {
  font-weight: 400;
}
h1 {
  margin: 0;
  line-height: 1;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-title {
  padding-bottom: 15px;
  font-size: 5.8rem;
  line-height: 5.5rem;
  font-family: "Prompt", sans-serif;
  font-weight: 900;
  width: 100%;
}
.section-title--center {
  text-align: center;
}
.section-title--yellow {
  color: #ffcd00;
}
.section-subtitle {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  padding-bottom: 15px;
}
p {
  margin: 25px 0;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
.wp-caption-text {
  color: #7a7976;
  font-size: 1.5rem;
  line-height: 2.1rem;
}
.breadcrumbs {
  padding: 10px 0;
  font-size: 12px;
}
.breadcrumbs .sep {
  margin: 0 5px;
}
.breadcrumbs a {
  color: #000;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.btn {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #24c79c;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn:hover {
  opacity: 0.5;
}
.btn--transparent-black {
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  color: #202020;
  border: 2px solid #202020;
  border-radius: 30px;
  padding: 10px 40px;
}
.btn--transparent-black:hover {
  background-color: #202020;
  color: #fff;
  opacity: 1;
}
.btn--transparent-grey {
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  color: #202020;
  border: 1px solid #979797;
  border-radius: 30px;
  padding: 10px 40px;
}
.btn--transparent-grey:hover {
  background-color: #979797;
  color: #fff;
  opacity: 1;
}
.ico-social a {
  font-size: 2rem;
  width: 40px;
  height: 40px;
  color: #202020;
  background-color: #e1e1e1;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ico-social a:hover {
  background-color: #24c79c;
  color: #fff;
}
span.arrow {
  position: relative;
  margin-left: 15px;
}
span.arrow:before,
span.arrow:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
  background-color: #24c79c;
  height: 2px;
  width: 7px;
}
span.arrow:after {
  -webkit-transform: rotate(-45deg) translate(-3px, -3px);
  -ms-transform: rotate(-45deg) translate(-3px, -3px);
  transform: rotate(-45deg) translate(-3px, -3px);
}
span.arrow:before {
  -webkit-transform: rotate(45deg) translate(-6px, 0);
  -ms-transform: rotate(45deg) translate(-6px, 0);
  transform: rotate(45deg) translate(-6px, 0);
}
span.arrow-back {
  position: relative;
  margin-right: 15px;
  -webkit-transform: scale(-1) translateY(2px);
  -ms-transform: scale(-1) translateY(2px);
  transform: scale(-1) translateY(2px);
}
span.arrow-back:before,
span.arrow-back:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
  background-color: #24c79c;
  height: 2px;
  width: 7px;
}
span.arrow-back:after {
  -webkit-transform: rotate(-45deg) translate(-3px, -3px);
  -ms-transform: rotate(-45deg) translate(-3px, -3px);
  transform: rotate(-45deg) translate(-3px, -3px);
}
span.arrow-back:before {
  -webkit-transform: rotate(45deg) translate(-6px, 0);
  -ms-transform: rotate(45deg) translate(-6px, 0);
  transform: rotate(45deg) translate(-6px, 0);
}
.ico {
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.ico--course {
  background-image: url("./../images/ico-course.png");
}
.ico--total-duration {
  background-image: url("./../images/ico-duration.png");
  background-size: 20px 20px;
}
.ico--hours {
  background-image: url("./../images/ico-hours.svg");
}
.ico--course-dark {
  background-image: url("./../images/ico-course-dark.png");
}
.ico--total-duration-dark {
  background-image: url("./../images/ico-duration-dark.png");
  background-size: 20px 20px;
}
.ico--hours-dark {
  background-size: contain;
  background-image: url("./../images/ico-hours-dark.png");
}
.ico--tag {
  background-size: contain;
  background-image: url("./../images/ico-tag.png");
}
.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  list-style: none;
  margin: 0;
}
.socials li a {
  color: #fff;
  padding: 0 5px;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
.slider {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  direction: ltr;
}
.slider .slick-list {
  width: 100%;
}
.slider .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider .slick-dots li {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0;
}
.slider .slick-dots li button {
  border-radius: 0;
  height: 8px;
  width: 100%;
  background-color: #202020;
  border: 1px solid #202020;
  margin: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0;
  font-size: 0;
}
.slider.slick-initialized {
  opacity: 1;
}
.slider .slick-arrow {
  border: 0;
  background-color: transparent;
  border-radius: 100%;
  position: absolute;
  font-size: 0;
  z-index: 1;
  bottom: 50px;
  left: 0;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slider .slick-arrow:before {
  display: block;
  content: "<";
  width: 50px;
  color: #fff;
  font-size: 5rem;
  height: 58px;
  position: absolute;
  top: 0;
  left: 0;
}
.slider .slick-arrow:focus,
.slider .slick-arrow:hover {
  cursor: pointer;
}
.slider .slick-arrow.slick-next {
  left: initial;
  right: 0;
}
.hamburger {
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 11;
}
.hamburger > div {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
}
.hamburger-box {
  width: 25px;
  height: 24px;
  top: 1px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 3px;
  background-color: #202020;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,
    transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.spinner {
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cols--cols-2 .col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}
.cols--cols-3 .col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  width: 33.333%;
}
.cols--cols-4 .col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
}
.cols--cols-5 .col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
}
.cols--cols-6 .col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666%;
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  width: 16.666%;
}
.header-main {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-main .btn {
  padding: 16px 19px;
}
.header-main__logo {
  display: block;
}
.header-main__logo img {
  display: block;
}
.header-main ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-main li.current-menu-ancestor > a,
.header-main li.current_page_item > a {
  color: #24c79c;
}
.header-main a {
  position: relative;
  font-family: "Gotham SSm";
  color: #202020;
}
.header-main a:hover {
  color: #24c79c;
}
.header-main__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.header-main__container.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-cta {
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 150px;
  background-color: #24c79c;
  border-radius: 100%;
  -webkit-transition: all 0.3s 0.2s ease;
  transition: all 0.3s 0.2s ease;
}
.custom-cta:hover {
  cursor: pointer;
}
.custom-cta:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #24c79c;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-cta:before {
  display: block;
  content: "";
  position: absolute;
  position: fixed;
  width: 0;
  height: 0;
  top: 0;
  left: calc(50% + 600px);
  border-radius: 100%;
  background-color: #24c79c;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-cta:after {
  width: 0;
  height: 0;
  background-color: #20b08a;
}
.custom-cta:hover:after {
  width: 100%;
  height: 100%;
}
.custom-cta--active {
  background-color: #24c79c;
  -webkit-animation: none;
  animation: none;
  border-radius: 100%;
  -webkit-transition: all 0.75s 0.3s ease;
  transition: all 0.75s 0.3s ease;
}
.custom-cta--active:before {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: translate(0, -40%);
  -ms-transform: translate(0, -40%);
  transform: translate(0, -40%);
  height: 2700px;
  width: 2700px;
  left: 150px;
}
.custom-cta--active:hover {
  cursor: default;
}
.custom-cta--active:after {
  opacity: 0;
}
.custom-cta--active .custom-cta__link {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
  z-index: -1;
  -webkit-transition: all 0.2s 0.15s ease-out;
  transition: all 0.2s 0.15s ease-out;
}
.custom-cta--active .custom-cta__nav {
  padding-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: fixed;
  overflow-y: auto;
  top: 80px;
  left: 330px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  max-height: 95vh;
  height: 100%;
  width: 100%;
  max-width: 60%;
  -webkit-transition: opacity 0.4s 0.75s ease-out,
    -webkit-transform 0.5s 0.75s ease-out;
  transition: opacity 0.4s 0.75s ease-out, -webkit-transform 0.5s 0.75s ease-out;
  transition: opacity 0.4s 0.75s ease-out, transform 0.5s 0.75s ease-out;
  transition: opacity 0.4s 0.75s ease-out, transform 0.5s 0.75s ease-out,
    -webkit-transform 0.5s 0.75s ease-out;
}
.custom-cta--active .custom-cta__nav li {
  max-height: 87px;
  margin-left: 0;
  margin-bottom: 15px;
  position: relative;
}
.custom-cta--active .custom-cta__nav a {
  text-decoration: underline;
  color: #fff;
  font-family: "Prompt", sans-serif;
  font-size: 5.8rem;
  line-height: 7.5rem;
  font-weight: 900;
}
.custom-cta ::-webkit-scrollbar {
  width: 10px;
}
.custom-cta ::-webkit-scrollbar-track {
  background: #20b08a;
}
.custom-cta ::-webkit-scrollbar-thumb {
  background: #1c9c7a;
}
.custom-cta ::-webkit-scrollbar-thumb:hover {
  background: #1c9c7a;
}
.custom-cta__nav {
  visibility: hidden;
  z-index: -1;
  max-height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.custom-cta__nav li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-cta__nav[data-cta="form"] li.not a {
  display: none;
  line-height: 0;
  overflow: hidden;
}
.custom-cta__nav[data-cta="form"] [data-cta="form"] .custom-cta-form {
  padding-top: 35px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  max-height: 100vh;
  -webkit-transition: opacity 0.5s 0.25s ease-in-out,
    max-height 0.25s 0.25s ease-in-out, padding-top 0.45s 0.45s linear,
    -webkit-transform 0.75s 0s ease-in-out;
  transition: opacity 0.5s 0.25s ease-in-out, max-height 0.25s 0.25s ease-in-out,
    padding-top 0.45s 0.45s linear, -webkit-transform 0.75s 0s ease-in-out;
  transition: transform 0.75s 0s ease-in-out, opacity 0.5s 0.25s ease-in-out,
    max-height 0.25s 0.25s ease-in-out, padding-top 0.45s 0.45s linear;
  transition: transform 0.75s 0s ease-in-out, opacity 0.5s 0.25s ease-in-out,
    max-height 0.25s 0.25s ease-in-out, padding-top 0.45s 0.45s linear,
    -webkit-transform 0.75s 0s ease-in-out;
}
.custom-cta__nav[data-cta="form"] [data-cta="form"] {
  max-height: 100vh;
}
.custom-cta__nav[data-cta="form"] [data-cta="download"],
.custom-cta__nav[data-cta="form"] [data-cta="signup"] {
  opacity: 0;
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transform: translateY(300px);
  max-height: 0;
  -webkit-transition: opacity 0.25s 0s linear, max-height 0.25s 0.65s linear,
    -webkit-transform 0.25s 0s linear;
  transition: opacity 0.25s 0s linear, max-height 0.25s 0.65s linear,
    -webkit-transform 0.25s 0s linear;
  transition: opacity 0.25s 0s linear, transform 0.25s 0s linear,
    max-height 0.25s 0.65s linear;
  transition: opacity 0.25s 0s linear, transform 0.25s 0s linear,
    max-height 0.25s 0.65s linear, -webkit-transform 0.25s 0s linear;
}
.custom-cta__nav[data-cta="download"] [data-cta="download"] {
  max-height: 100vh;
}
.custom-cta__nav[data-cta="download"] [data-cta="form"],
.custom-cta__nav[data-cta="download"] [data-cta="signup"] {
  opacity: 0;
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transform: translateY(300px);
  max-height: 0;
  -webkit-transition: opacity 0.25s 0s linear, max-height 0.25s 0.15s linear,
    -webkit-transform 0.25s 0s linear;
  transition: opacity 0.25s 0s linear, max-height 0.25s 0.15s linear,
    -webkit-transform 0.25s 0s linear;
  transition: opacity 0.25s 0s linear, transform 0.25s 0s linear,
    max-height 0.25s 0.15s linear;
  transition: opacity 0.25s 0s linear, transform 0.25s 0s linear,
    max-height 0.25s 0.15s linear, -webkit-transform 0.25s 0s linear;
}
.custom-cta__nav[data-cta="download"] [data-cta="form"] {
  -webkit-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
  -webkit-transition: opacity 0.25s 0s linear, max-height 0.25s 0.15s linear,
    -webkit-transform 0.45s 0s linear;
  transition: opacity 0.25s 0s linear, max-height 0.25s 0.15s linear,
    -webkit-transform 0.45s 0s linear;
  transition: opacity 0.25s 0s linear, transform 0.45s 0s linear,
    max-height 0.25s 0.15s linear;
  transition: opacity 0.25s 0s linear, transform 0.45s 0s linear,
    max-height 0.25s 0.15s linear, -webkit-transform 0.45s 0s linear;
}
.custom-cta__nav[data-cta="download"] .custom-cta__download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom-cta__nav[data-cta="signup"] .custom-cta-form .form select {
  padding-bottom: 16px;
  height: 31px;
}
.custom-cta__nav[data-cta="signup"] .custom-cta-form .form select:invalid {
  color: rgba(255, 255, 255, 0.62);
}
.custom-cta__nav[data-cta="signup"] .custom-cta-form .form select [disabled] {
  color: rgba(255, 255, 255, 0.62);
}
.custom-cta__nav[data-cta="signup"] .custom-cta-form .form select option {
  color: #202020;
}
.custom-cta__nav[data-cta="signup"] [data-cta="signup"] .custom-cta-form {
  padding-top: 35px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  max-height: 100vh;
  -webkit-transition: opacity 0.5s 0.25s ease-in-out,
    max-height 0.25s 0.25s ease-in-out, padding-top 0.45s 0.45s linear,
    -webkit-transform 0.75s 0s ease-in-out;
  transition: opacity 0.5s 0.25s ease-in-out, max-height 0.25s 0.25s ease-in-out,
    padding-top 0.45s 0.45s linear, -webkit-transform 0.75s 0s ease-in-out;
  transition: transform 0.75s 0s ease-in-out, opacity 0.5s 0.25s ease-in-out,
    max-height 0.25s 0.25s ease-in-out, padding-top 0.45s 0.45s linear;
  transition: transform 0.75s 0s ease-in-out, opacity 0.5s 0.25s ease-in-out,
    max-height 0.25s 0.25s ease-in-out, padding-top 0.45s 0.45s linear,
    -webkit-transform 0.75s 0s ease-in-out;
}
.custom-cta__nav[data-cta="signup"] [data-cta="signup"] {
  max-height: 100vh;
}
.custom-cta__nav[data-cta="signup"] [data-cta="download"],
.custom-cta__nav[data-cta="signup"] [data-cta="form"] {
  opacity: 0;
  -webkit-transform: translateY(-300px);
  -ms-transform: translateY(-300px);
  transform: translateY(-300px);
  -webkit-transition: opacity 0.25s 0s linear, -webkit-transform 0.25s 0s linear;
  transition: opacity 0.25s 0s linear, -webkit-transform 0.25s 0s linear;
  transition: opacity 0.25s 0s linear, transform 0.25s 0s linear;
  transition: opacity 0.25s 0s linear, transform 0.25s 0s linear,
    -webkit-transform 0.25s 0s linear;
}
.custom-cta__nav[data-cta="signup"] [data-cta="signup"] {
  -webkit-transform: translateY(-149px);
  -ms-transform: translateY(-149px);
  transform: translateY(-149px);
}
.custom-cta__nav[data-cta="signup"] [data-cta="download"] {
  -webkit-transition: opacity 0.25s 0s linear,
    -webkit-transform 0.25s 0.25s linear;
  transition: opacity 0.25s 0s linear, -webkit-transform 0.25s 0.25s linear;
  transition: opacity 0.25s 0s linear, transform 0.25s 0.25s linear;
  transition: opacity 0.25s 0s linear, transform 0.25s 0.25s linear,
    -webkit-transform 0.25s 0.25s linear;
}
.custom-cta__close {
  z-index: 1;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
}
.custom-cta__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 150px;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.6s 1s ease-in-out;
  transition: all 0.6s 1s ease-in-out;
}
.custom-cta__link span {
  color: #fff;
}
.custom-cta__link:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.custom-cta__link:after {
  width: 0;
  height: 0;
  background-color: #20b08a;
}
.custom-cta__download {
  display: none;
  z-index: 2;
  top: 0;
  right: 0;
}
.custom-cta__download--items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
.custom-cta__download--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 100%;
  margin-right: 15px;
  position: relative;
}
.custom-cta__download--item img {
  max-height: 40px;
}
.custom-cta__close {
  position: fixed;
  top: -200px;
  right: 40px;
  -webkit-transition: top 5s 0.05s ease, -webkit-transform 0.5s 0s ease;
  transition: top 5s 0.05s ease, -webkit-transform 0.5s 0s ease;
  transition: top 5s 0.05s ease, transform 0.5s 0s ease;
  transition: top 5s 0.05s ease, transform 0.5s 0s ease,
    -webkit-transform 0.5s 0s ease;
  z-index: 13;
}
.custom-cta__close:hover {
  -webkit-transition: top 0.2s 0s ease, -webkit-transform 0.5s 0s ease;
  transition: top 0.2s 0s ease, -webkit-transform 0.5s 0s ease;
  transition: top 0.2s 0s ease, transform 0.5s 0s ease;
  transition: top 0.2s 0s ease, transform 0.5s 0s ease,
    -webkit-transform 0.5s 0s ease;
}
.custom-cta__close.on {
  -webkit-transition: top 1s 0.5s ease, -webkit-transform 0.5s 0s ease;
  transition: top 1s 0.5s ease, -webkit-transform 0.5s 0s ease;
  transition: top 1s 0.5s ease, transform 0.5s 0s ease;
  transition: top 1s 0.5s ease, transform 0.5s 0s ease,
    -webkit-transform 0.5s 0s ease;
  top: 40px;
}
.hamburger {
  display: none;
}
.custom-cta-form {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 670px;
  position: relative;
  color: #fff;
  padding-top: 0;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  will-change: transform;
}
.custom-cta-form .form .field {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.custom-cta-form .form .field--form-submit {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 15px;
}
.custom-cta-form .form .ajax-loader {
  position: absolute;
}
.custom-cta-form .form select,
.custom-cta-form .form input {
  width: 100%;
  border-bottom: 2px solid #fff !important;
  padding-bottom: 13px;
  color: #fff;
}
.custom-cta-form .form select[type="submit"],
.custom-cta-form .form input[type="submit"] {
  width: auto;
  border-bottom: none !important;
  background-color: #fff;
  padding: 13px 26px;
  font-weight: bold;
  border-radius: 40px;
  color: #202020;
}
.custom-cta-form .form select[type="submit"]:hover,
.custom-cta-form .form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #20b08a;
  color: #fff;
}
.custom-cta-form .form .btn-white {
  width: auto;
  border-bottom: none !important;
  background-color: #fff;
  padding: 13px 26px;
  font-weight: bold;
  border-radius: 40px;
  color: #202020;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-decoration: none;
}
.custom-cta-form .form .btn-white:hover {
  cursor: pointer;
  background-color: #20b08a;
  color: #fff;
}
.custom-cta-form .form select {
  padding-bottom: 23px;
}
.custom-cta-form .form textarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #fff;
  height: 120px;
  max-width: 100%;
  resize: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.custom-cta-form .form .message ::-webkit-input-placeholder {
  height: 85%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.custom-cta-form .form .message :-moz-placeholder {
  height: 85%;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-end;
}
.custom-cta-form .form .message ::-moz-placeholder {
  height: 85%;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-end;
}
.custom-cta-form .form .message :-ms-input-placeholder {
  height: 85%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.custom-cta-form .form option {
  color: #202020;
}
.custom-cta-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.62);
  font-family: "Gotham SSm";
  font-weight: normal;
}
.custom-cta-form :-moz-placeholder {
  color: rgba(255, 255, 255, 0.62);
  font-family: "Gotham SSm";
  font-weight: normal;
}
.custom-cta-form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.62);
  font-family: "Gotham SSm";
  font-weight: normal;
}
.custom-cta-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.62);
  font-family: "Gotham SSm";
  font-weight: normal;
}
.custom-cta-form__container {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.custom-cta-form__header {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
}
.custom-cta-form__body {
  padding-top: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.custom-cta-form__body--col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: calc(50% - 15px);
  width: calc(50% - 15px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 15px);
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
.custom-cta-form__footer {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.custom-cta-form__footer--header {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-cta-form__footer--title {
  font-size: 4.8rem;
  line-height: 7.5rem;
  max-width: 33%;
  width: 33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  font-weight: 900;
}
.custom-cta-form__footer--text {
  max-width: 62%;
  width: 62%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62%;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  padding-left: 1%;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 900;
}
.custom-cta-form__footer--footer {
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
div.wpcf7-mail-sent-ok {
  display: none !important;
}
.Icon {
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.Icon span {
  display: block;
  position: absolute;
  left: 0;
  top: 23px;
  height: 8px;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.Icon span:nth-child(1),
.Icon span:nth-child(3) {
  width: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.Icon span:nth-child(1) {
  left: 3px;
  top: 15px;
}
.Icon span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.Icon span:nth-child(3) {
  left: 20px;
  top: 31px;
}
.Icon.open span:nth-child(1),
.Icon.open span:nth-child(3) {
  left: -1px;
}
.Icon.open span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.Icon.open span:nth-child(2) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.Icon.open span:nth-child(3) {
  top: 31px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer {
  margin-top: 80px;
  background-color: #f3f2f0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: relative;
  z-index: 11;
}
.footer__container.container {
  max-width: 1156px;
}
.footer--top {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 85px 0 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer--bottom {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 20px 0 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: normal;
}
.footer__menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 270px;
  -ms-flex: 1 1 270px;
  flex: 1 1 270px;
  font-size: 1.2rem;
  line-height: normal;
}
.footer__menu--download {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 460px;
  -ms-flex: 0 1 460px;
  flex: 0 1 460px;
}
.footer__menu--social {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40px;
  -ms-flex: 0 1 40px;
  flex: 0 1 40px;
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__menu--social li {
  margin-bottom: 10px;
}
.footer__menu--social li:last-of-type {
  margin-bottom: 0;
}
.footer__menu--title {
  font-family: "Gotham SSm";
  width: 100%;
  font-size: 2rem;
  line-height: normal;
  font-weight: 900;
  padding-bottom: 20px;
}
.footer__menu li {
  margin: 0 0 14px;
}
.footer__menu--items {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 2px;
}
.footer__menu--item {
  margin-right: 18px;
}
.footer__menu--item img {
  max-height: 40px;
}
.footer__menu--item:last-of-type {
  margin-right: 0;
}
.form input,
.form select,
.form textarea {
  -webkit-appearance: none;
  font-family: "Gotham SSm";
  font-size: 1.4rem;
  line-height: 1.4rem;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form input:focus,
.form select:focus,
.form textarea:focus {
  outline: 0;
}
.form span.wpcf7-not-valid-tip {
  position: absolute !important;
  font-size: 1rem !important;
  bottom: -20px;
  color: #202020;
}
.form div.wpcf7-mail-sent-ng {
  color: #000;
}
.form .wpcf7-form-control-wrap {
  width: 100%;
}
.form div.wpcf7-mail-sent-ok {
  border: 0;
  color: #fff-h;
  text-align: center;
}
.form div.wpcf7-validation-errors,
.form div.wpcf7-acceptance-missing {
  border: 0;
  position: relative;
  bottom: 0;
  text-align: center;
  line-height: 1.8rem;
  padding: 10px;
  max-width: 100%;
  margin: 15px 0 0;
  left: 50%;
  width: 70%;
  background-color: #fff;
  color: #202020;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.5rem;
}
.form textarea {
  resize: none;
}
.form .fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form .fields--half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 25px);
  -ms-flex: 0 0 calc(50% - 25px);
  flex: 0 0 calc(50% - 25px);
  width: calc(50% - 25px);
}
.form .field {
  position: relative;
  margin: 0;
  padding: 15px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.form .field:last-of-type {
  margin-bottom: 0;
}
.form .field--half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  width: 48%;
}
.form .ajax-loader {
  position: absolute;
}
.container {
  position: relative;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1280px;
}
.container--block {
  display: block;
}
.container--full {
  max-width: 100% !important;
}
.container--no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container--wide {
  padding-left: 0;
  padding-right: 0;
}
.container--wide.container {
  max-width: 1440px;
}
main {
  position: relative;
  z-index: 1;
}
main.active {
  z-index: 11;
}
.bg-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 0;
  max-width: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
.container {
  position: relative;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1280px;
}
.container--block {
  display: block;
}
.container--full {
  max-width: 100% !important;
}
.container--no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container--wide {
  padding-left: 0;
  padding-right: 0;
}
.container--wide.container {
  max-width: 1440px;
}
main {
  position: relative;
  z-index: 1;
}
main.active {
  z-index: 11;
}
.bg-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  z-index: 0;
  max-width: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
.about {
  padding: 90px 0 0;
}
.about .container {
  max-width: 1156px;
}
.about__content {
  width: 100%;
  max-width: 434px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 434px;
  -ms-flex: 0 1 434px;
  flex: 0 1 434px;
  padding-top: 120px;
}
.about__text {
  max-width: 390px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: -0.13px;
}
.about__button {
  padding-top: 20px;
}
.about .about-anchor {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 1px;
  position: relative;
}
.about__graphic {
  width: calc(100% - 434px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 434px);
  -ms-flex: 0 0 calc(100% - 434px);
  flex: 0 0 calc(100% - 434px);
}
.graphic {
  position: relative;
  height: 750px;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.graphic__circle {
  border-radius: 100%;
  background-color: #ffcd00;
  mix-blend-mode: multiply;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1.6s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 1.6s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.graphic__circle span {
  text-align: center;
}
.graphic__circle--circle-1 {
  width: 582px;
  height: 582px;
  z-index: 1;
}
.graphic__circle--circle-2 {
  -webkit-transform: translate(-163%, 38%);
  -ms-transform: translate(-163%, 38%);
  transform: translate(-163%, 38%);
  width: 256px;
  height: 256px;
  z-index: 2;
}
.graphic__circle--circle-3 {
  -webkit-transform: translate(-28%, -139%);
  -ms-transform: translate(-28%, -139%);
  transform: translate(-28%, -139%);
  width: 405px;
  height: 405px;
  z-index: 3;
}
.graphic__circle--circle-4 {
  -webkit-transform: translate(92%, -136%);
  -ms-transform: translate(92%, -136%);
  transform: translate(92%, -136%);
  width: 212px;
  height: 212px;
  z-index: 4;
}
.graphic .graphic__circle.skrollable-between,
.graphic .graphic__circle.skrollable-after {
  mix-blend-mode: unset;
}
.graphic.aos-animate .graphic__circle {
  mix-blend-mode: unset;
}
.graphic.aos-animate .graphic__circle--circle-1 {
  -webkit-transform: translate(-54.5%, -46%);
  -ms-transform: translate(-54.5%, -46%);
  transform: translate(-54.5%, -46%);
  width: 660px;
  height: 660px;
  z-index: 1;
}
.graphic.aos-animate .graphic__circle--circle-1 span {
  -webkit-transform: translate(-193px, 207px);
  -ms-transform: translate(-193px, 207px);
  transform: translate(-193px, 207px);
}
.graphic.aos-animate .graphic__circle--circle-2 {
  -webkit-transform: translate(-48%, -52%);
  -ms-transform: translate(-48%, -52%);
  transform: translate(-48%, -52%);
  background-color: #fba000;
  width: 550px;
  height: 550px;
}
.graphic.aos-animate .graphic__circle--circle-2 span {
  -webkit-transform: translate(-145px, 159px);
  -ms-transform: translate(-145px, 159px);
  transform: translate(-145px, 159px);
}
.graphic.aos-animate .graphic__circle--circle-3 {
  -webkit-transform: translate(-42%, -60%);
  -ms-transform: translate(-42%, -60%);
  transform: translate(-42%, -60%);
  background-color: #fb8000;
  width: 400px;
  height: 400px;
}
.graphic.aos-animate .graphic__circle--circle-3 span {
  -webkit-transform: translate(-75px, 92px);
  -ms-transform: translate(-75px, 92px);
  transform: translate(-75px, 92px);
}
.graphic.aos-animate .graphic__circle--circle-4 {
  -webkit-transform: translate(-16%, -86%);
  -ms-transform: translate(-16%, -86%);
  transform: translate(-16%, -86%);
  background-color: #fb6700;
}
.default-section {
  padding: 180px 0 80px;
}
.default-section .container {
  max-width: 1000px;
  padding-right: 200px;
}
.default-section__title {
  font-size: 5.8rem;
  line-height: 7.5rem;
}
.default-section__text {
  max-width: 665px;
  font-size: 1.5rem;
  line-height: 2.1rem;
}
.bullets-slider {
  padding-top: 60px;
  padding-bottom: 60px;
}
.bullets-slider .container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bullets-slider__title {
  padding-bottom: 60px;
}
.bullets-slider__content {
  max-width: 54%;
  width: 54%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 54%;
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.bullets-slider__content-holder {
  max-width: 615px;
}
.bullets-slider__list {
  max-width: 480px;
}
.bullets-slider__list--item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
}
.bullets-slider__list--item:hover {
  cursor: pointer;
}
.bullets-slider__list--item:hover span {
  background-color: #ffcd00;
}
.bullets-slider__list--item:last-of-type {
  margin-bottom: 0;
}
.bullets-slider__list--item.active span {
  background-color: #ffcd00;
}
.bullets-slider__list--item.active span:before,
.bullets-slider__list--item.active span:after {
  width: 10px;
}
.bullets-slider__list--item.active span:after {
  -webkit-transform: rotate(-45deg) translate(-4px, -3px);
  -ms-transform: rotate(-45deg) translate(-4px, -3px);
  transform: rotate(-45deg) translate(-4px, -3px);
}
.bullets-slider__list--item.active span:before {
  -webkit-transform: rotate(45deg) translate(-7px, 0);
  -ms-transform: rotate(45deg) translate(-7px, 0);
  transform: rotate(45deg) translate(-7px, 0);
}
.bullets-slider__list--item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbe58f;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bullets-slider__list--item span:before,
.bullets-slider__list--item span:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
  background-color: #fff;
  width: 15px;
  height: 3px;
}
.bullets-slider__list--item span:after {
  -webkit-transform: rotate(90deg) translate(-1px, 7.5px);
  -ms-transform: rotate(90deg) translate(-1px, 7.5px);
  transform: rotate(90deg) translate(-1px, 7.5px);
}
.bullets-slider__list--item-title {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: bold;
  font-family: "Gotham SSm";
  padding-bottom: 6px;
}
.bullets-slider__list--item-text {
  font-size: 1.4rem;
  line-height: 1.5;
}
.bullets-slider__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../images/img-iphone-frame.png") no-repeat center;
  z-index: 2;
  background-size: contain;
}
.bullets-slider__slider-container {
  width: 66%;
  margin: auto;
  position: relative;
}
.bullets-slider__right {
  display: block;
  overflow: hidden;
}
.bullets-slider__slider-holder {
  width: 100%;
  position: relative;
  display: block;
  max-width: 360px;
  margin: auto;
  max-height: 685px;
}
.bullets-slider__item {
  text-align: center;
}
.bullets-slider__item--image {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
[data-custom-class="custom-1"] img {
  position: absolute;
  width: 920px;
  max-width: none;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
}
.contact-form {
  padding: 60px 0;
}
.contact-form__title {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 1000px;
  margin: auto;
}
.contact-form__body {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 50px;
}
.contact-form__contact {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.contact-form__contact--title {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-family: "Gotham SSm";
  font-weight: normal;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.contact-form__contact--contact {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.contact-form__contact--buttons {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
}
.contact-form__contact--buttons li {
  margin-right: 15px;
}
.contact-form__contact--buttons li:nth-child(1) a {
  background-color: #4d92d9;
}
.contact-form__contact--buttons li:nth-child(2) a {
  background-color: #4dced9;
}
.contact-form__contact--buttons li:nth-child(3) a {
  background-color: #f54922;
}
.contact-form__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}
.contact-form__form--title {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-family: "Gotham SSm";
  font-weight: normal;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-bottom: 20px;
}
.contact-form__form--holder {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.contact-form__form .fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contact-form__form .field {
  padding: 0 0 15px;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
}
.contact-form__form input {
  border: 0;
  background-color: #f3f3f3;
  border-radius: 37px;
  padding: 12px 24px;
  font-family: "Gotham SSm";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
}
.contact-form__form input:hover {
  background-color: #f3f2f0;
}
.contact-form__form input:focus {
  background-color: #e1e1e1;
}
.contact-form__form input[type="submit"] {
  background-color: #ffcd00;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 500;
}
.contact-form__form input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.7;
}
.contact-form__form ::-webkit-input-placeholder {
  font-family: "Gotham SSm";
  color: #3d3d3d;
}
.contact-form__form :-moz-placeholder {
  font-family: "Gotham SSm";
  color: #3d3d3d;
}
.contact-form__form ::-moz-placeholder {
  font-family: "Gotham SSm";
  color: #3d3d3d;
}
.contact-form__form :-ms-input-placeholder {
  font-family: "Gotham SSm";
  color: #3d3d3d;
}
.cta {
  z-index: 2;
}
.cta__image-holder {
  width: 45%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  display: block;
  position: relative;
}
.cta__content {
  position: relative;
  z-index: 3;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 585px;
}
.cta__title {
  position: relative;
  font-weight: 900;
}
.cta__text {
  padding-top: 15px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: -0.12;
}
.cta .custom-cta {
  position: absolute;
  right: -200px;
  bottom: 0;
  font-size: 2rem;
  line-height: 2rem;
  font-family: "Gotham SSm";
  font-weight: normal;
  -webkit-transform: scale(0.05);
  -ms-transform: scale(0.05);
  transform: scale(0.05);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  width: 250px;
  height: 250px;
}
.cta .custom-cta .custom-cta__link {
  width: 250px;
  height: 250px;
}
.cta .custom-cta.on {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.page-template-page-platform .cta {
  padding-top: 60px;
}
.hero-banner {
  padding: 180px 0 80px;
}
.hero-banner__container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hero-banner__image-holder {
  width: 45%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.hero-banner__content {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hero-banner__title {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 9.8rem;
  line-height: 8.4rem;
}
.hero-banner__text {
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  margin-left: 30%;
  padding-top: 15px;
  padding-bottom: 20px;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.hero-banner__buttons {
  padding-top: 15px;
  width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  margin-left: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hero-banner__button {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.hero-banner--custom-1 {
  padding-bottom: 300px;
}
.hero-banner--page-covid19 {
  padding: 80px 0;
  background-color: #ffcd00;
}
.hero-banner--page-covid19 .hero-banner__title {
  color: #fff;
}
.hero-banner--page-merchants .hero-banner__image-holder:before {
  display: block;
  content: "";
  position: absolute;
  width: 70%;
  height: 60%;
  bottom: -23px;
  right: -23px;
  background-color: #ffcd00;
  z-index: 0;
}
.hero-banner--page-merchants .hero-banner__image-holder img {
  z-index: 1;
}
.hero-banner--page-merchants .hero-banner__text {
  margin-left: 0;
  max-width: 420px;
}
.features {
  padding: 60px 0;
}
.features__container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.features__content {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
.features__image-holder {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.features__title {
  padding-bottom: 30px;
}
.features__list--item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.features__list--item:hover {
  cursor: pointer;
}
.features__list--item:hover span {
  background-color: #ffcd00;
}
.features__list--item:last-of-type {
  margin-bottom: 0;
}
.features__list--item span {
  border-radius: 100%;
  background-color: #ffcd00;
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features__list--item-title {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: bold;
  font-family: "Gotham SSm";
  padding-bottom: 6px;
  max-width: 580px;
}
.features__list--item-text {
  max-width: 400px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.features__graphic {
  position: relative;
  width: 100%;
  margin-top: 80px;
  height: 500px;
}
.features__graphic--item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.features__graphic--item span {
  color: #ffcd00;
  font-size: 1.8rem;
  position: absolute;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 16%;
  font-weight: 500;
  z-index: 1;
}
.features__graphic--item svg,
.features__graphic--item img {
  width: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.features__graphic--item-1 {
  color: #fff;
}
.features__graphic--item-1 svg,
.features__graphic--item-1 img {
  bottom: -5.5%;
}
.features__graphic--item-1 svg path,
.features__graphic--item-1 img path {
  -webkit-animation: customAnim1;
  animation: customAnim1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.features__graphic--item-2 span {
  top: 45%;
}
.features__graphic--item-3 span {
  color: #fff;
  font-weight: 800;
  top: unset;
  bottom: 60px;
}
.full-width-text {
  padding: 60px 0;
}
.full-width-text__content {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.full-width-text__title {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.full-width-text__text {
  max-width: 954px;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.full-width-text__footer {
  padding-top: 30px;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.full-width-text__button-desc {
  max-width: 370px;
  margin-right: 20px;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.full-width-text__button {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: inline-block;
}
.full-width-text--page-about {
  padding-top: 160px;
}
.full-width-text--page-residents {
  text-align: center;
}
.full-width-text--page-residents .full-width-text__content {
  max-width: 1000px;
  margin: 0 auto;
}
.full-width-text--page-merchants {
  text-align: center;
}
.full-width-text--page-merchants .full-width-text__text {
  padding-top: 20px;
  margin: 0 auto;
  max-width: 900px;
}
.full-width-text--page-merchants .full-width-text__text p {
  margin: 10px 0;
}
.items-grid {
  padding: 60px 0;
}
.items-grid__items {
  padding-top: 40px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}
.items-grid__items:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 22px solid #ffcd00;
  border-right: 22px solid #ffcd00;
  width: 100%;
  height: 100%;
  max-width: 252px;
  max-height: 420px;
}
.items-grid__item {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-right: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.items-grid__item--title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 105px;
  font-family: "Prompt", sans-serif;
  color: #ffcd00;
  font-size: 2.8rem;
  line-height: 2.9rem;
  font-weight: 900;
}
.items-grid__item--text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-top: 15px;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.info-strip {
  padding: 80px 0;
}
.info-strip__content {
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.info-strip__items {
  width: 55%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.info-strip__title {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 5.8rem;
  line-height: 5.5rem;
}
.info-strip__text {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.info-strip__item {
  width: 44%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44%;
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 15px 20px;
}
.info-strip__item--subtitle {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #ffcd00;
}
.info-strip__item--title {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 2.8rem;
  line-height: 2.7rem;
  font-weight: 900;
  padding-bottom: 4px;
}
.info-strip__item--text {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 1.7rem;
  line-height: 2.3rem;
}
.investors {
  padding: 60px 0;
}
.investors__items {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
.investors__item {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 30px 15px;
}
.news-slider {
  padding: 60px 0;
}
.news-slider .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.news-slider__text {
  padding-top: 10px;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: -0.13px;
  max-width: 445px;
}
.news-slider__items-holder {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.news-slider__items {
  padding-top: 30px;
}
.news-slider__item {
  position: relative;
  overflow: hidden;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 370px;
}
.news-slider__item-title {
  max-width: 75%;
  padding-top: 20px;
  font-size: 1.7rem;
  line-height: 2.2rem;
  font-weight: 900;
  padding-bottom: 10px;
}
.news-slider__item-image {
  background-color: #ebebeb;
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}
.news-slider__item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
.news-slider__item-footer {
  color: #24c79c;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
.news-slider .slick-arrow {
  position: absolute;
  height: 80px;
  bottom: auto;
  top: 25%;
}
.news-slider .slick-arrow:before {
  height: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0.3;
  color: #202020;
  font-size: 7rem;
}
.news-slider .slick-arrow:focus {
  outline: 0;
}
.news-slider .slick-arrow:hover:before {
  opacity: 0.5;
}
.news-slider .slick-arrow.slick-next:before {
  content: "\f054";
}
.numbers {
  padding: 40px 0 80px;
}
.numbers__items {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
}
.numbers__items.aos-animate {
  opacity: 1;
}
.numbers__item {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding: 0 35px;
}
.numbers__item--number-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 7.6rem;
  line-height: 6.3rem;
  font-weight: 900;
}
.numbers__item--text {
  width: 100%;
  padding-top: 10px;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 900;
}
.partners {
  background-color: #f3f3f3;
  padding: 30px 0;
}
.partners .container {
  max-width: 100%;
}
.partners__title {
  font-size: 1.55vw;
  margin-top: 2vw;
  line-height: 1.25;
  font-family: "Prompt", sans-serif;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-bottom: 0;
  text-align: center;
}
.partners__list {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.phone-slider {
  padding: 80px 0 40px;
}
.phone-slider__subtitle {
  text-transform: uppercase;
  color: #4b4b4b;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.phone-slider__content {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-top: 50px;
}
.phone-slider__text {
  max-width: 420px;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.phone-slider__right {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
}
.phone-slider__phone-image {
  position: relative;
  width: 100%;
}
.phone-slider__strip-image {
  position: absolute;
  width: 100vw;
  right: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 20%;
  bottom: 26.5%;
}
.phone-slider__strip-image img {
  max-width: initial;
  height: auto;
  max-height: 100%;
}
.slider-and-text {
  padding: 80px 0;
}
.slider-and-text .container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-and-text__text h2 {
  color: #202020;
  font-weight: 900;
  padding-bottom: 20px;
}
.slider-and-text__title {
  color: #ffcd00;
  font-size: 5.8rem;
  line-height: 5.5rem;
}
.slider-and-text__content {
  color: #3a3a3a;
  max-width: 40%;
  width: 40%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  line-height: 2.3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.slider-and-text__content ul {
  margin: 15px 0;
  padding-left: 30px;
}
.slider-and-text__content li {
  position: relative;
  margin-bottom: 15px;
}
.slider-and-text__content li:last-of-type {
  margin-bottom: 0;
}
.slider-and-text__content li:before {
  display: block;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #ffcd00;
  top: 5px;
  left: -30px;
  width: 12px;
  height: 12px;
}
.slider-and-text__content-holder {
  max-width: 615px;
}
.slider-and-text__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./../images/img-iphone-frame.png") no-repeat center;
  z-index: 2;
  background-size: contain;
}
.slider-and-text__slider-container {
  width: 65%;
  margin: auto;
  position: relative;
}
.slider-and-text__right {
  display: block;
  overflow: hidden;
}
.slider-and-text__slider-holder {
  width: 100%;
  position: relative;
  display: block;
  max-width: 360px;
  margin: auto;
  max-height: 685px;
}
.slider-and-text__item {
  text-align: center;
}
.slider-and-text__item--image {
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
[data-custom-class="custom-1"] img {
  position: absolute;
  width: 920px;
  max-width: none;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
}
.testimonials-slider {
  padding: 60px 0;
}
.testimonials-slider .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.testimonials-slider__text {
  padding-top: 10px;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: -0.13px;
  max-width: 445px;
}
.testimonials-slider__items-holder {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.testimonials-slider__items {
  padding-top: 30px;
}
.testimonials-slider__item {
  padding-bottom: 332px;
  position: relative;
  overflow: hidden;
  width: 332px;
  margin: 0 10px;
}
.testimonials-slider__item .bg-image {
  max-width: 110%;
}
.testimonials-slider__item:hover .testimonials-slider__item-overlay {
  -webkit-transition: -webkit-transform 0.2s 0.1s ease-out;
  transition: -webkit-transform 0.2s 0.1s ease-out;
  transition: transform 0.2s 0.1s ease-out;
  transition: transform 0.2s 0.1s ease-out, -webkit-transform 0.2s 0.1s ease-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.testimonials-slider__item:hover .testimonials-slider__item-quote {
  -webkit-transition: opacity 0.3s 0.4s ease-out;
  transition: opacity 0.3s 0.4s ease-out;
  opacity: 1;
}
.testimonials-slider__item:hover .testimonials-slider__item-credit {
  -webkit-transition: opacity 0.4s 0.55s ease-out;
  transition: opacity 0.4s 0.55s ease-out;
  opacity: 1;
}
.testimonials-slider__item--purple .testimonials-slider__item-overlay {
  background-color: #4d4272;
}
.testimonials-slider__item--pink .testimonials-slider__item-overlay {
  background-color: #ff9fb3;
}
.testimonials-slider__item--turq .testimonials-slider__item-overlay {
  background-color: #24c79c;
}
.testimonials-slider__item--yellow .testimonials-slider__item-overlay {
  background-color: #ffcd00;
}
.testimonials-slider__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.testimonials-slider__item-quote {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  font-size: 3rem;
  line-height: 3.5rem;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  color: #fff;
}
.testimonials-slider__item-credit {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: -0.1px;
  color: #fff;
  margin-top: auto;
  margin-bottom: 0;
}
.testimonials-slider--page-about {
  padding-top: 0;
}
.testimonials-slider .slick-arrow {
  position: absolute;
  top: 50%;
  height: 80px;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
.testimonials-slider .slick-arrow:before {
  height: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0.6;
  font-size: 7rem;
}
.testimonials-slider .slick-arrow:focus {
  outline: 0;
}
.testimonials-slider .slick-arrow:hover:before {
  opacity: 1;
}
.testimonials-slider .slick-arrow.slick-next:before {
  content: "\f054";
}
.testimonials-slider--page-about .testimonials-slider__item-quote {
  font-size: 2.5rem;
  line-height: 3rem;
}
.text-banner {
  padding: 160px 0 60px;
}
.text-banner__content {
  max-width: 1130px;
  position: relative;
  padding: 70px 30px 30px 100px;
}
.text-banner__content:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 22px solid #ffcd00;
  border-left: 22px solid #ffcd00;
  width: 100%;
  height: 100%;
  max-width: 660px;
  max-height: 232px;
}
.text-banner__title {
  font-size: 9.8rem;
  line-height: 9.8rem;
}
.text-banner__text {
  padding-top: 10px;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.text-banner-with-slider {
  padding: 100px 0;
}
.text-banner-with-slider .container {
  padding: 0 20px;
}
.text-banner-with-slider--page-home {
  padding-top: 130px;
}
.text-banner-with-slider__slider-holder {
  max-width: 63%;
  width: 63%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 63%;
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  display: block;
  position: relative;
}
.text-banner-with-slider__items {
  position: relative;
}
.text-banner-with-slider__items:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #ffcd00;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 70%;
  max-height: 30%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 1;
}
.text-banner-with-slider__items[data-current-slide="0"]:before {
  max-width: 40%;
  max-height: 50%;
}
.text-banner-with-slider__items[data-current-slide="1"]:before {
  max-width: 25%;
  max-height: 60%;
}
.text-banner-with-slider__items[data-current-slide="2"]:before {
  max-width: 60%;
  max-height: 30%;
}
.text-banner-with-slider__items[data-current-slide="3"]:before {
  max-width: 80%;
  max-height: 80%;
}
.text-banner-with-slider__items[data-current-slide="4"]:before {
  max-width: 50%;
  max-height: 65%;
}
.text-banner-with-slider__items[data-current-slide="5"]:before {
  max-width: 65%;
  max-height: 50%;
}
.text-banner-with-slider .slick-list {
  z-index: 3;
}
.text-banner-with-slider .slick-list:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #fbfaf8;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.text-banner-with-slider .slick-track {
  position: relative;
  z-index: 1;
}
.text-banner-with-slider__item {
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
}
.text-banner-with-slider__item--play {
  position: absolute;
  bottom: 20px;
  left: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
  color: #ffcd00;
  font-weight: 900;
  max-width: 350px;
  width: 100%;
  padding: 20px;
  font-size: 2.8rem;
  line-height: 3rem;
  font-size: 2.8rem;
  line-height: 3rem;
  display: block;
}
.text-banner-with-slider__item--play:after {
  display: block;
  content: "";
  position: relative;
  position: relative;
  display: inline-block;
  top: 5px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: url("./../images/ico-play.svg") no-repeat center;
}
.text-banner-with-slider__item--image {
  overflow: hidden;
  position: relative;
  padding-bottom: 558px;
  display: block;
}
.text-banner-with-slider__item--image img {
  max-width: 102%;
}
.text-banner-with-slider__item--image.popup-youtube:hover
  .text-banner-with-slider__item--play {
  color: #fff;
}
.text-banner-with-slider__item--image.popup-youtube:hover:before {
  opacity: 1;
}
.text-banner-with-slider__item--image iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.text-banner-with-slider__content {
  position: relative;
  z-index: 3;
  max-width: 37%;
  width: 37%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37%;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  padding-left: 17px;
  padding-top: 69px;
}
.text-banner-with-slider__title {
  font-size: 80px;
  line-height: 1.2;
  font-weight: 900;
  width: 130%;
  margin-left: 34px;
  padding-bottom: 2px;
}
.text-banner-with-slider__text {
  font-size: 26px;
  line-height: 32px;
  font-family: Prompt;
  padding-left: 20px;
  padding-top: 20px;
  width: 110%;
  border-left: 10px solid #FFCD00;
  padding: 0 17px 0;
}
.text-banner-with-slider__text p {
  margin: 9px 0;
  font-weight: 300;
}
.text-banner-with-slider__text p strong {
  font-weight: 600;
}
.text-image-columns {
  padding: 80px 0;
}
.text-image-columns--no-padding-top {
  padding-top: 0;
}
.text-image-columns__container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.text-image-columns--text-image .text-image-columns__content {
  width: calc(40% - 40px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(40% - 40px);
  -ms-flex: 0 0 calc(40% - 40px);
  flex: 0 0 calc(40% - 40px);
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.text-image-columns--text-image .text-image-columns__image-holder {
  width: calc(60% - 40px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(60% - 40px);
  -ms-flex: 0 0 calc(60% - 40px);
  flex: 0 0 calc(60% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.text-image-columns--image-text .text-image-columns__content {
  width: calc(40% - 40px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(40% - 40px);
  -ms-flex: 0 0 calc(40% - 40px);
  flex: 0 0 calc(40% - 40px);
}
.text-image-columns--image-text .text-image-columns__image-holder {
  width: calc(60% - 40px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(60% - 40px);
  -ms-flex: 0 0 calc(60% - 40px);
  flex: 0 0 calc(60% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.text-image-columns__title {
  padding-bottom: 30px;
}
.text-image-columns__title--top {
  padding-bottom: 50px;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.text-image-columns__text {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.text-image-columns__text ul {
  margin: 15px 0;
  padding-left: 30px;
}
.text-image-columns__text li {
  position: relative;
  margin-bottom: 15px;
}
.text-image-columns__text li:last-of-type {
  margin-bottom: 0;
}
.text-image-columns__text li:before {
  display: block;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #ffcd00;
  top: 5px;
  left: -30px;
  width: 12px;
  height: 12px;
}
.text-image-columns__buttons {
  padding-top: 40px;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.text-image-columns__button {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.text-image-columns--custom-1 .text-image-columns__text {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.text-image-columns--custom-1 .text-image-columns__image-holder {
  padding-bottom: 120px;
}
.text-image-columns--custom-1 .text-image-columns__image-holder img {
  z-index: 1;
}
.text-image-columns--custom-1 .text-image-columns__image-holder:before {
  display: block;
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: #24c79c;
  border-radius: 100%;
  right: 40px;
  bottom: 0;
  z-index: 0;
}
.text-image-columns--page-covid19 .container {
  max-width: 1440px;
}
.case-study {
  padding: 200px 0 100px;
}
.case-study .container {
  max-width: 1260px;
}
.case-study__header {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 40px;
}
.case-study__header--image {
  overflow: hidden;
  position: relative;
  padding-bottom: 35%;
  width: 56%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
}
.case-study__header--image .bg-image {
  max-width: 115%;
}
.case-study__header--content {
  width: calc(44% - 30px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(44% - 30px);
  -ms-flex: 0 0 calc(44% - 30px);
  flex: 0 0 calc(44% - 30px);
  padding-left: 30px;
}
.case-study__header--title {
  font-size: 5.8rem;
  line-height: 6.2rem;
}
.case-study__header--subtitle {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-family: "Gotham SSm";
}
.case-study__body {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.case-study__body h1,
.case-study__body h2,
.case-study__body h3,
.case-study__body h4,
.case-study__body h5,
.case-study__body h6 {
  color: #202020 !important;
}
.case-study__body h1 span,
.case-study__body h1 strong,
.case-study__body h1 b,
.case-study__body h2 span,
.case-study__body h2 strong,
.case-study__body h2 b,
.case-study__body h3 span,
.case-study__body h3 strong,
.case-study__body h3 b,
.case-study__body h4 span,
.case-study__body h4 strong,
.case-study__body h4 b,
.case-study__body h5 span,
.case-study__body h5 strong,
.case-study__body h5 b,
.case-study__body h6 span,
.case-study__body h6 strong,
.case-study__body h6 b {
  color: #202020 !important;
}
.case-study__body--content {
  width: 56%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.case-study__body--content a {
  color: #24c79c;
}
.case-study__body--content a:hover {
  color: #20b08a;
}
.case-study__body--content img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.case-study__body--content blockquote {
  width: 100%;
  max-width: 440px;
  margin: 50px auto;
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 3rem;
}
.case-study__body--content blockquote b,
.case-study__body--content blockquote strong {
  color: #ffcd00;
}
.case-study__body .wp-caption-text {
  max-width: 60%;
}
.case-study__body--meta {
  width: 100%;
}
.case-study__body--social {
  width: 100%;
  padding: 40px 0;
}
.case-study__body--social a {
  color: #202020;
  margin-right: 10px;
}
.case-study__body--social a:hover {
  color: #20b08a;
}
.case-study__body--sidebar {
  width: calc(44% - 30px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(44% - 30px);
  -ms-flex: 0 0 calc(44% - 30px);
  flex: 0 0 calc(44% - 30px);
  padding-left: 30px;
}
.case-study__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}
.case-study__navigation--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.case-study__navigation a {
  color: #24c79c;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.case-study__navigation a:hover {
  opacity: 0.5;
}
.case-study__navigation a span {
  position: relative;
  display: inline-block;
}
.case-studies-feed {
  padding: 60px 0;
}
.case-studies-feed .container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case-studies-feed__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.case-studies-feed__col--col-1 {
  padding-top: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.case-studies-feed__col--col-1 .case-studies-feed__items {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.case-studies-feed__col--col-1 .case-studies-feed__item {
  width: calc(50% - 15px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 15px);
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
.case-studies-feed__col--col-2 .case-studies-feed__item {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.case-studies-feed__content {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 580px;
}
.case-studies-feed__content--text {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-width: 445px;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: -0.13px;
}
.case-studies-feed__content--button {
  padding-top: 15px;
}
.case-studies-feed__content--button:hover {
  opacity: 0.5;
}
.case-studies-feed__items {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 60px;
}
.case-studies-feed__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 30px 30px 0;
  width: calc(33.333% - 30px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.333% - 30px);
  -ms-flex: 0 0 calc(33.333% - 30px);
  flex: 0 0 calc(33.333% - 30px);
}
.case-studies-feed__item:nth-child(3) {
  margin-left: 0;
}
.case-studies-feed__item:nth-child(5) {
  margin-right: 0;
}
.case-studies-feed__item--text {
  padding-top: 5px;
  max-width: 80%;
  font-size: 1.5rem;
  line-height: 2.1rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.case-studies-feed__item:hover .case-studies-feed__item--image {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.case-studies-feed__item:hover .case-studies-feed__item--title,
.case-studies-feed__item:hover .case-studies-feed__item--text {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #24c79c;
}
.case-studies-feed__item--image {
  width: 100%;
  height: 400px;
  padding-bottom: 400px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.case-studies-feed__item--image .bg-image {
  max-height: 110%;
}
.case-studies-feed__item--content {
  padding-top: 20px;
  color: #202020;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 400px);
  -ms-flex: 0 0 calc(100% - 400px);
  flex: 0 0 calc(100% - 400px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: calc(100% - 400px);
}
.case-studies-feed__item--title {
  color: #202020;
  font-family: "Gotham SSm";
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 2.8rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-height: 56px;
}
.case-studies-feed__item--footer {
  margin-top: auto;
  margin-bottom: 0;
  font-family: "Gotham SSm";
  font-weight: bold;
  padding-top: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #24c79c;
  display: inline-block;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.case-studies-feed__item--footer span {
  height: 4px;
  display: inline-block;
}
.pagination {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pagination .navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pagination .navigation ol {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
.pagination .navigation li {
  margin: 0 10px;
}
.pagination .navigation a:hover {
  color: #24c79c;
}
.pagination .navigation a,
.pagination .navigation span {
  padding: 10px 3px;
  font-size: 1.4rem;
  color: #24c79c;
}
.pagination .navigation a.next,
.pagination .navigation a.prev,
.pagination .navigation span.next,
.pagination .navigation span.prev {
  color: #24c79c;
  padding: 10px 20px;
}
.pagination .navigation span {
  color: #24c79c;
}
.pagination .wp-paginate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.case-studies {
  padding: 200px 0 60px;
}
.case-studies .container {
  max-width: 1156px;
}
.case-studies__header {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.case-studies__header--text {
  max-width: 418px;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.case-studies__items {
  width: 95%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95%;
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 60px;
}
/* .case-studies .case-studies-feed__item:nth-child(1) {
  margin-left: 0;
}
.case-studies .case-studies-feed__item:nth-child(2) {
  width: calc(33.333% - 30px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.333% - 30px);
  -ms-flex: 0 0 calc(33.333% - 30px);
  flex: 0 0 calc(33.333% - 30px);
} */
/* .case-studies .case-studies-feed__item:nth-child(1),
.case-studies .case-studies-feed__item:nth-child(6) {
  width: calc(66.666% - 30px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(66.666% - 30px);
  -ms-flex: 0 0 calc(66.666% - 30px);
  flex: 0 0 calc(66.666% - 30px);
}
.case-studies
  .case-studies-feed__item:nth-child(1)
  .case-studies-feed__item--title,
.case-studies
  .case-studies-feed__item:nth-child(6)
  .case-studies-feed__item--title {
  max-width: 65%;
} */
/* .case-studies .case-studies-feed__item:nth-child(6) {
  margin-left: 0;
} */
@media (min-width: 577px) {
  .bullets-slider__content {
    padding-right: 11%;
  }
  .bullets-slider__right {
    width: 46%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 360px;
  }
  .bullets-slider__item--image {
    height: 600px;
  }
  .bullets-slider__item--image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 49%;
    margin: auto;
    width: auto;
    max-height: 83%;
  }
  .contact-form__form .fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .contact-form__form .field--name {
    max-width: 230px;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 230px;
    -ms-flex: 0 1 230px;
    flex: 0 1 230px;
  }
  .contact-form__form .field--email {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 420px;
    -ms-flex: 0 1 420px;
    flex: 0 1 420px;
  }
  .page-template-page-about .contact-form {
    padding-top: 84px;
  }
  .cta__content {
    padding: 140px 0 60px 70px;
  }
  .hero-banner--page-covid19 {
    margin-top: 110px;
  }
  .hero-banner--page-covid19 .hero-banner__image-holder {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .hero-banner--page-covid19 .hero-banner__content {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    transform: translateX(-70px);
  }
  .hero-banner--page-covid19 .hero-banner__title {
    font-size: 5.8rem;
    line-height: 5.5rem;
  }
  .hero-banner--page-covid19 .hero-banner__button {
    background-color: #202020;
    color: #fff;
    border: 1px solid #202020;
  }
  .hero-banner--page-covid19 .hero-banner__button:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #202020;
  }
  .numbers__item:nth-child(2) {
    margin: 0 15px;
  }
  .slider-and-text__content {
    padding-left: 11%;
    padding-top: 80px;
  }
  .slider-and-text__right {
    width: 46%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 360px;
  }
  .slider-and-text__item--image {
    height: 70vh;
    max-height: 580px;
  }
  .slider-and-text__item--image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 49%;
    margin: auto;
    width: auto;
    max-height: 83%;
  }
  .text-banner-with-slider__title {
    -webkit-transform: translateX(-155px);
    -ms-transform: translateX(-155px);
    transform: translateX(-155px);
  }
  .text-image-columns--custom-1 .text-image-columns__image-holder {
    width: calc(55% - 40px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(55% - 40px);
    -ms-flex: 0 0 calc(55% - 40px);
    flex: 0 0 calc(55% - 40px);
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
  .case-studies-feed__col--col-1 .case-studies-feed__item {
    max-width: 318px;
    margin-left: 0;
  }
  .case-studies-feed__col--col-1 .case-studies-feed__item:nth-child(1) {
    margin-right: 30px;
  }
  .case-studies-feed__col--col-1 .case-studies-feed__item:nth-child(2) {
    margin-right: 0;
  }
  .case-studies-feed__col--col-2 {
    width: calc(50% - 30px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 30px);
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    padding-left: 30px;
  }
}
@media (min-width: 577px) and (max-height: 799px) {
  .hero-banner {
    padding: 120px 0 80px;
  }
  .text-banner-with-slider--page-home .text-banner-with-slider__slider-holder {
    max-width: 63%;
    width: 63%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63%;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
  }
}
@media (min-width: 577px) and (min-height: 801px) {
  .hero-banner--custom-1 .hero-banner__image {
    position: absolute;
    top: 15px;
    left: 0;
    width: 748px;
    height: auto;
    max-width: unset;
  }
  .hero-banner--custom-1 .hero-banner__text,
  .hero-banner--custom-1 .hero-banner__buttons {
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
  }
}
@media (min-width: 770px) {
  .header-main {
    background-color: #fbfaf8;
    padding: 57px 0 10px;
  }
  .header-main__container.container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 22px;
    padding-right: 20px;
  }
  .header-main.affixed {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .header-main__logo {
    width: 90px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    padding-bottom: 8px;
  }
  .header-main__logo img {
    width: 100%;
  }
  .header-main .primary-nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-main__nav {
    width: calc(100% - 150px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 150px);
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    padding-right: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-main__cta-holder {
    bottom: calc(100% - 166px);
    position: fixed;
    right: calc(50% - 655px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: 12;
  }
  .header-main__cta-holder.on {
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .header-main__cta-holder.on.active {
    opacity: 1;
  }
  .header-main li {
    position: relative;
    margin: 0 0 0 60px;
  }
  /* .header-main li.covid19 a,
  .header-main li:first-of-type a {
    background-color: #ffcd00;
    color: #202020 !important;
    font-weight: 900;
    padding: 1px 5px;
    font-size: 1.4rem;
  } */
  .header-main li:first-of-type {
    margin-left: 0;
  }
  .header-main li:hover .sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-main li.cta {
    margin: 0;
  }
  .header-main li.cta span {
    position: relative;
    z-index: 1;
  }
  .header-main a {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .header-main .sub-menu {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 3;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    top: 15px;
    background-color: #fbfaf8;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 50%;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    border-radius: 0 0 10px 10px;
  }
  .header-main .sub-menu li {
    text-align: center;
    font-size: 80%;
    margin: 0;
    padding: 7px 15px;
    width: 100%;
  }
  .header-main .sub-menu li:first-child {
    padding-top: 10px;
  }
  .header-main .sub-menu li:last-child {
    padding-bottom: 10px;
    border-radius: 0 0 20px 20px;
  }
  .header-main .sub-menu a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  .hero-banner--page-merchants .hero-banner__content {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 45%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
  .hero-banner--page-merchants .hero-banner__image-holder {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    transform: translateX(-80px);
    width: 55%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }
  .info-strip__content {
    padding-right: 80px;
  }
}
@media (max-width: 1500px) {
  .text-banner-with-slider__title {
    font-size: 5.3vw;
    line-height: 1.23;
  }
  .text-banner-with-slider__text {
    font-size: 1.75vw;
    line-height: 2.16vw;
    padding: 0 1.2vw;
  }
}

@media (min-width: 770px) and (max-width: 768px) {
  .header-main__logo {
    width: 100px;
  }
  .header-main a {
    font-size: 1.2rem;
  }
}
@media (min-width: 770px) and (max-width: 1339px) {
  .header-main__cta-holder {
    right: calc(50% - 49vw);
  }
}
@media (min-width: 770px) and (max-width: 949px) {
  .header-main li {
    margin: 0 0 0 30px;
  }
}
@media (min-width: 770px) and (max-width: 829px) {
  .header-main li {
    margin: 0 8px;
  }
}
@media (max-width: 1280px) and (min-width: 770px) {
  .container {
    padding: 0 100px;
  }
  .container {
    padding: 0 100px;
  }
  .items-grid__item--title {
    font-size: 2.3rem;
    line-height: 2.7rem;
  }
}
@media (max-width: 1440px) and (max-height: 699px) {
  .custom-cta-form .form .field {
    padding: 10px 0;
  }
  .custom-cta-form .form select {
    padding-bottom: 14px;
  }
  .custom-cta-form .form textarea {
    height: 94px;
  }
  .custom-cta-form__footer {
    padding-top: 20px;
  }
}
@media (max-width: 1279px) {
  .case-studies-feed__item--image {
    height: 300px;
    padding-bottom: 300px;
  }
}
@media (min-width: 770px) and (max-width: 1500px) {
  .text-banner-with-slider__item--image {
    padding-bottom: 37.2vw;
  }
  .text-banner-with-slider__title {
    margin-left: 2.3vw;
  }
  .text-banner-with-slider__content {
    padding-top: 4vw;
  }
}
@media (min-width: 770px) and (max-width: 1200px) {
  .text-banner-with-slider__content {
    padding-top: 4vw;
}
}
@media (max-width: 769px) {
  .header-main {
    background-color: #fbfaf8;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 25px 15px;
  }
  .header-main__logo {
    width: 52px;
  }
  .header-main__nav {
    margin-left: auto;
    margin-right: 50px;
    width: 0;
    overflow: hidden;
  }
  .header-main__footer {
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
  }
  .header-main__download {
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .header-main__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-main__social a {
    width: 35px;
    height: 35px;
  }
  .header-main__social li {
    margin-right: 25px;
  }
  .header-main__social li:last-of-type {
    margin-right: 0;
  }
  .header-main ul {
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-main ul.header-main__cta-holder {
    margin-top: 0;
  }
  .header-main ul.sub-menu {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 15px;
  }
  .header-main ul.sub-menu > li a {
    font-size: 1.2rem;
    border-bottom: 0;
  }
  .header-main__cta-holder .cta {
    margin-right: 45px;
    padding-bottom: 0;
  }
  .header-main__cta-holder .cta span {
    position: relative;
    z-index: 1;
  }
  .header-main .primary-nav {
    opacity: 0;
    -webkit-transition: translateX 3s 2s ease, opacity 0.2s 0.5s ease;
    transition: translateX 3s 2s ease, opacity 0.2s 0.5s ease;
    -webkit-transform: translateX(-115%);
    -ms-transform: translateX(-115%);
    transform: translateX(-115%);
    width: 0;
    height: 0;
    margin: 0;
  }
  .header-main .primary-nav > li {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    padding: 15px 35px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .header-main .primary-nav > li a {
    font-weight: 700;
    padding-bottom: 6px;
    border-bottom: 2px solid #202020;
  }
  .header-main .primary-nav > li a:hover {
    border-bottom: 2px solid #24c79c;
    color: #24c79c;
  }
  .header-main .primary-nav > li a.ico {
    border: 0;
    padding: 0;
  }
  .header-main a {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .header-main__nav.is-active {
    width: auto;
    overflow: hidden;
  }
  .header-main__nav.is-active .primary-nav {
    padding-top: 25px;
    -webkit-transition: opacity 0.2s 0.5s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.2s 0.5s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.2s 0.5s ease;
    transition: transform 0.3s ease, opacity 0.2s 0.5s ease,
      -webkit-transform 0.3s ease;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
    top: 66px;
    left: 0;
    width: 100%;
    height: calc(100vh - 66px);
    background-color: #fbfaf8;
    padding-bottom: 40px;
  }
  .header-main__nav.is-active .primary-nav li {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  .header-main__nav.is-active .primary-nav li:nth-child(1) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .header-main__nav.is-active .primary-nav li:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .header-main__nav.is-active .primary-nav li:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
  }
  .header-main__nav.is-active .primary-nav li:nth-child(4) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .header-main__nav.is-active .primary-nav li:nth-child(5) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
  }
  .header-main__nav.is-active .primary-nav li:nth-child(6) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .header-main__nav.is-active .primary-nav li:nth-child(7) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s;
  }
  .header-main__nav.is-active .primary-nav li:nth-child(8) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .header-main__nav.is-active .primary-nav li:nth-child(9) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1.35s;
    transition-delay: 1.35s;
  }
  .header-main__nav.is-active .primary-nav li:nth-child(10) {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  .hamburger {
    display: block;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .hamburger:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    border-left: 2px solid rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(calc(-50% - 4px));
    -ms-transform: translateY(calc(-50% - 4px));
    transform: translateY(calc(-50% - 4px));
    left: -25px;
    height: 15px;
  }
}
@media (max-width: 769px) and (max-width: 768px) {
  .header-main__cta-holder {
    z-index: 11;
    position: fixed;
    top: 5px;
    right: 95px;
  }
}
@media (max-width: 768px) {
  .hamburger {
    padding: 0;
  }
  .info-strip {
    padding: 40px 20px;
  }
  .info-strip__content {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .info-strip__items {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 575px) {
  body {
    padding-top: 67px;
    padding-left: 0;
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none !important;
  }
  .section-title {
    font-size: 3.2rem;
    line-height: 2.8rem;
  }
  .featured_cities_homepage_full .section-title {
    font-size: 2.6rem;
    text-align: center;
  }
  .btn {
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
  span.arrow {
    top: 2px;
  }
  .slider .slick-arrow {
    width: 45px;
    height: 45px;
    padding: 15px;
  }
  .slider .slick-arrow:before {
    width: 10px;
    padding: 0;
    background-size: contain;
  }
  .cols--cols-2 .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .cols--cols-3 .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .cols--cols-4 .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .cols--cols-5 .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .cols--cols-6 .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .custom-cta {
    -webkit-animation: floatMobile 6s ease-in-out infinite;
    animation: floatMobile 6s ease-in-out infinite;
    width: 70px;
    height: 70px;
  }
  .custom-cta.custom-cta--active {
    -webkit-animation: none;
    animation: none;
  }
  .custom-cta:after {
    display: none;
  }
  .custom-cta--active:before {
    height: 3600px;
    left: 75px;
  }
  .custom-cta--active .custom-cta__nav {
    top: 160px;
    left: 130px;
    max-width: 100%;
  }
  .custom-cta--active .custom-cta__nav li {
    max-height: unset;
  }
  .custom-cta--active .custom-cta__nav a {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .custom-cta__nav[data-cta="form"] [data-cta="form"] .custom-cta-form {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
  }
  .custom-cta__nav[data-cta="signup"] [data-cta="signup"] {
    -webkit-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    transform: translateY(-90px);
  }
  .custom-cta__close {
    position: fixed;
    width: 50px;
    height: 50px;
  }
  .custom-cta__link {
    width: 60px;
    height: 60px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .custom-cta__download {
    position: relative;
  }
  .custom-cta__close.on {
    top: 20px;
    left: 125px;
  }
  .custom-cta-form {
    max-width: 65%;
  }
  .custom-cta-form .form .field--form-submit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .custom-cta-form .form .btn-white {
    margin: auto;
  }
  .custom-cta-form__body--col {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .custom-cta-form__footer--header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .custom-cta-form__footer--title {
    font-size: 2.5rem;
    line-height: 3rem;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 25px;
  }
  .custom-cta-form__footer--text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer--top {
    padding-top: 40px;
  }
  .footer__menus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .footer__menu {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer__menu--download {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 30px;
  }
  .footer__menu--social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer__menu--social li {
    margin-right: 20px;
  }
  .form .fields--half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .container {
    max-width: 100%;
  }
  .container {
    max-width: 100%;
  }
  .about {
    padding-top: 0;
  }
  .about__content {
    padding-top: 20px;
  }
  .about__text {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .about__graphic {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .graphic {
    height: 400px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .graphic__circle {
    top: 35%;
  }
  .default-section .container {
    padding: 0 30px;
  }
  .bullets-slider {
    padding-top: 40px;
  }
  .bullets-slider .container {
    padding: 0;
  }
  .bullets-slider__content {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 30px;
  }
  .bullets-slider__content-holder {
    max-width: 100%;
  }
  .bullets-slider__list {
    max-width: 100%;
  }
  .bullets-slider__mask {
    background-size: contain;
  }
  .bullets-slider__right {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .bullets-slider__right .slick-list {
    padding: 0 !important;
  }
  .bullets-slider__slider-holder {
    width: 300px;
    height: 400px;
    margin: 0 auto;
  }
  .bullets-slider__item--image img {
    width: 189px;
    height: 380px;
    margin: auto;
  }
  .contact-form__title {
    text-align: left;
  }
  .contact-form__body {
    padding-top: 20px;
  }
  .contact-form__contact {
    display: none;
  }
  .contact-form__form {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .contact-form__form--title {
    display: none;
  }
  .contact-form__form .field {
    padding-right: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .contact-form__form input[type="submit"] {
    width: 100%;
  }
  .cta {
    padding-bottom: 60px;
  }
  .cta__image-holder {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .cta__content {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px;
  }
  .cta__text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    max-width: 100%;
  }
  .cta .custom-cta {
    right: -40px;
    bottom: -165px;
    width: 125px;
    height: 125px;
  }
  .cta .custom-cta .custom-cta__link {
    width: 125px;
    height: 125px;
    font-size: 1.8rem;
  }
  .hero-banner {
    padding: 40px 0;
  }
  .hero-banner__image-holder {
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .hero-banner__content {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .hero-banner__title {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }
  .hero-banner__text {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .hero-banner__buttons {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .features__content {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .features__image-holder {
    padding-top: 40px;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .features__list {
    max-width: 100%;
  }
  .features__graphic {
    height: 400px;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .full-width-text__text {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .full-width-text__button-desc {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .full-width-text__button {
    margin-top: 30px;
  }
  .items-grid__title {
    text-align: left;
  }
  .items-grid__items {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .items-grid__items:before {
    display: none;
  }
  .items-grid__item {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 60px;
  }
  .items-grid__item--title {
    min-height: unset;
  }
  .info-strip__text {
    font-size: 1.7rem;
    line-height: 2.2rem;
    padding-bottom: 40px;
  }
  .info-strip__item {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
  .info-strip__item--title {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
  .info-strip__item--text {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .investors__title {
    text-align: left;
  }
  .investors__item {
    padding: 15px;
    width: 33.333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
  .investors--page-about {
    padding-top: 0;
  }
  .news-slider__text {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .news-slider__item {
    padding: 0 10px;
  }
  .numbers__item {
    text-align: center;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 25px auto;
  }
  .numbers__item--number-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .numbers__item--text {
    text-align: center;
  }
  .partners__title {
    font-size: 2.2rem;
    line-height: 1.27;
    font-weight: bold;
    text-align: center;
  }
  .partners__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .partners__list--item {
    width: 114px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 114px;
    -ms-flex: 0 0 114px;
    flex: 0 0 114px;
    margin: 5px 35px;
  }
  .phone-slider__content {
    padding-top: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .phone-slider__text {
    max-width: 100%;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .phone-slider__right {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .phone-slider__strip-image {
    height: 14%;
    right: 0;
    bottom: 25%;
  }
  .slider-and-text {
    padding-top: 40px;
  }
  .slider-and-text .container {
    padding: 0;
  }
  .slider-and-text__content {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 30px;
  }
  .slider-and-text__content-holder {
    max-width: 100%;
  }
  .slider-and-text__mask {
    background-size: contain;
  }
  .slider-and-text__right {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .slider-and-text__right .slick-list {
    padding: 0 !important;
  }
  .slider-and-text__slider-holder {
    width: 300px;
    height: 400px;
    margin: 0 auto;
  }
  .slider-and-text__item--image img {
    width: 189px;
    height: 380px;
    margin: auto;
  }
  .testimonials-slider__text {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .text-banner {
    padding: 20px 0;
  }
  .text-banner__container {
    margin-left: 15px;
    margin-right: 15px;
  }
  .text-banner__content {
    padding: 40px 15px 15px 40px;
  }
  .text-banner__content:before {
    border-top: 12px solid #ffcd00;
    border-left: 12px solid #ffcd00;
  }
  .text-banner__title {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }
  .text-banner__text {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .text-banner-with-slider {
    padding: 60px 0 30px;
  }
  .text-banner-with-slider--page-home {
    background-color: #fff;
  }
  .text-banner-with-slider--page-home {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .text-banner-with-slider__slider-holder {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 15px;
  }
  .text-banner-with-slider__items:before {
    top: -19px;
    left: -19px;
  }
  .text-banner-with-slider__item {
    padding-top: 0;
    padding-left: 0;
  }
  .text-banner-with-slider__item--play {
    max-width: 280px;
    left: 0;
    bottom: 0;
    font-size: 2rem;
    line-height: 2rem;
  }
  .text-banner-with-slider__item--image {
    padding-bottom: 100%;
  }
  .text-banner-with-slider__content {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 18px 15px;
  }
  .text-banner-with-slider__title {
    font-size: 4.4rem;
    line-height: 4.8rem;
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 20px;
    width: auto;
    margin-left: 0;
  }
  .text-banner-with-slider__text {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .text-banner-with-slider__text p {
    margin: 0;
  }
  .bottom_border {
    width: 44px;
    border-top: 10px solid #FFCD00;
    display: inline-block;
    margin-top: 14px;
  }
  .text-image-columns {
    padding: 40px 0;
  }
  .text-image-columns--text-image .text-image-columns__content {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 40px;
  }
  .text-image-columns--text-image .text-image-columns__image-holder {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .text-image-columns--image-text .text-image-columns__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 40px;
  }
  .text-image-columns--image-text .text-image-columns__image-holder {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .case-study {
    padding: 40px 0 80px;
  }
  .case-study__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .case-study__header--image {
    padding-bottom: 70%;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .case-study__header--content {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .case-study__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .case-study__body--content {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .case-study__body .wp-caption {
    max-width: 100% !important;
  }
  .case-study__body--social {
    display: none;
  }
  .case-study__body--sidebar {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-top: 40px;
    padding-left: 0;
  }
  .case-study__navigation {
    padding-top: 40px;
  }
  .case-studies-feed {
    padding: 60px 0;
  }
  .case-studies-feed .container {
    padding: 0 30px;
  }
  .case-studies-feed__col {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .case-studies-feed__col--col-1 {
    padding-top: 0;
  }
  .case-studies-feed__col--col-1 .case-studies-feed__item {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .case-studies-feed__col--col-2 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .case-studies-feed__content {
    max-width: 100%;
  }
  .case-studies-feed__content--text {
    font-size: 1.1rem;
    line-height: 1.8rem;
    max-width: 100%;
  }
  .case-studies-feed__item {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 0 30px;
  }
  .case-studies-feed__item--text {
    max-width: 100%;
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .case-studies-feed__item--image {
    padding-bottom: 240px;
    height: 240px;
  }
  .case-studies-feed__item--footer {
    font-size: 1.2rem;
    line-height: 2.1rem;
  }
  .case-studies {
    padding: 40px 0 80px;
  }
  .case-studies__items {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .case-studies .case-studies-feed__item:nth-child(2) {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .case-studies .case-studies-feed__item:nth-child(1),
  .case-studies .case-studies-feed__item:nth-child(6) {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .text-banner-with-slider__text {
    padding-left: 0;
    border: none;
  }
}
@media (max-width: 499px) {
  .case-study__body--content blockquote {
    max-width: 100%;
    margin: 50px 0;
    padding: 0 20px;
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 379px) {
  .custom-cta--active:before {
    left: 60px;
  }
  .custom-cta--active .custom-cta__nav a {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .custom-cta-form__body {
    max-width: 175px;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@-webkit-keyframes floatMobile {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(-6px);
    transform: translatey(-6px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes floatMobile {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  50% {
    -webkit-transform: translatey(-6px);
    transform: translatey(-6px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@-webkit-keyframes mouseScroll {
  0% {
    top: 20%;
    opacity: 0;
    height: 2px;
  }
  30% {
    top: 30%;
    opacity: 1;
    height: 7px;
  }
  50% {
    top: 50%;
    opacity: 1;
    height: 7px;
  }
  70% {
    top: 70%;
    opacity: 1;
    height: 7px;
  }
  100% {
    top: 80%;
    opacity: 0;
    height: 2px;
  }
}
@keyframes mouseScroll {
  0% {
    top: 20%;
    opacity: 0;
    height: 2px;
  }
  30% {
    top: 30%;
    opacity: 1;
    height: 7px;
  }
  50% {
    top: 50%;
    opacity: 1;
    height: 7px;
  }
  70% {
    top: 70%;
    opacity: 1;
    height: 7px;
  }
  100% {
    top: 80%;
    opacity: 0;
    height: 2px;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slider-bg {
  from {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes slider-bg {
  from {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes zoomer {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%);
    transform: translateX(-150%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes boingInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(-90deg);
    transform: perspective(800px) rotateX(-90deg);
  }
  50% {
    opacity: 1;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(50deg);
    transform: perspective(800px) rotateX(50deg);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(0);
    transform: perspective(800px) rotateX(0);
  }
}
@keyframes boingInUp {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(-90deg);
    transform: perspective(800px) rotateX(-90deg);
  }
  50% {
    opacity: 1;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(50deg);
    transform: perspective(800px) rotateX(50deg);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(800px) rotateX(0);
    transform: perspective(800px) rotateX(0);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
}
@keyframes bounce {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-6px, 0, 0);
    transform: translate3d(-6px, 0, 0);
  }
}
@-webkit-keyframes customAnim1 {
  0% {
    fill: #ffcd00;
  }
  50% {
    fill: #f54922;
  }
}
@keyframes customAnim1 {
  0% {
    fill: #ffcd00;
  }
  50% {
    fill: #f54922;
  }
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

img.partners__list--item-image {
  height: 7.25vw;
  margin: 0 1.3vw;
}
.partners--trusted_by img.partners__list--item-image {
  height: 4.8vw;
}
ul.partners__list {
  margin-top: 3.6vw;
  margin-bottom: 3.4vw;
}

.section.podcast {
  padding: 200px 0 0;
}
.podcast_container {
  width: 1520px;
  margin: 0 auto;
}
.podcast_title {
  font-size: 100px;
  line-height: 122px;
  width: 50%;
}
.podcast_content {
  display: flex;
  flex-direction: row;
}
.podcast_content .left {
  -webkit-box-flex: 32%;
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
}
.podcast_content .right {
  padding-left: 22px;
}
.spotify {
  font-size: 20px;
  line-height: 24px;
  color: #24C79C;
  border: 3px solid #24C79C;
  border-radius: 40px;
  font-weight: 600;
  padding: 12px 27px 12px 67px;
  background-image: url("./../images/spotify.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 27px center;
  display: inline-block;
  margin: 30px 0 35px;
}
.podcast_by {
  font-size: 20px;
  line-height: 24px;
  color: #AFAFAF;
  font-weight: 600;
}
.podcast_by span {
  color: #24C79C;
}
.episode_count {
  border-bottom: 2px solid #E1E1E1;
  padding: 18px 0 16px;
  margin: 0;
}
.episode_footer .length,
.episode_count p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
}
.podcast_description {
  padding-top: 16px;
}
.episode .description,
.podcast_description p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
  margin: 0;
}
.bottom_border {
  border-bottom: 30px solid #FFCD00;
  width: 350px;
  margin: 35px 0 72px;
}
li.episode {
  border-top: 2px solid #E1E1E1;
  padding: 35px 0 26px;
}
.episode .date {
  color: #AFAFAF;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.episode .date .green_dot {
  color: #24C79C;
  font-weight: 900;
}
.episode .title {
  font-size: 20px;
  line-height: 24px;
  color: black;
  font-weight: 600;
  margin-top: 15px;
}

.episode .description {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0;
}
.episode_footer .play_btn,
.episode_footer .length {
  display: inline-block;
}
.episode_footer .play_btn {
  width: 98px;
  height: 37px;
  border-radius: 20px;
  background-color: #24C79C40;
  background-image: url("./../images/arrow.png");
  background-repeat: no-repeat;
  background-size: 13px 15px;
  color: #24C79C;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 0 13px 37px;
  background-position: 17px center;
  margin-right: 12px;
}

@media (max-width: 1600px) {

  .podcast_container {
    width: 80vw;
  }
  .podcast_title {
    font-size: 6.3vw;
    line-height: 1.2;
    width: 50vw;

  }
  .podcast_content .right {
    padding-left: 1.2vw;
  }
  .spotify {
    padding: 0.75vw 1.7vw 0.75vw 3.6vw;
    background-size: 1.5vw;
    background-position: 1.5vw center;
    margin: 1.8vw 0 2.2vw;
    border-width: 0.2vw;
  }
  .spotify,
  .episode .title,
  .podcast_by {
    font-size: 1.25vw;
    line-height: 1.22;
  }
  .episode_count {
    padding: 1.1vw 0 1vw;
  }

  .podcast_description {
    padding-top: 1vw;
  }
  .episode .date,
  .episode_footer .play_btn,
  .episode_footer .length,
  .episode_count p,
  .episode .description,
  .podcast_description p {
    font-size: 1vw;
    line-height: 1.25;
  }
  .bottom_border {
    border-bottom: 1.9vw solid #FFCD00;
    width: 21.9vw;
    margin: 1.9vw 0 4.4vw;
  }
  li.episode {
    padding: 2.2vw 0 1.5vw;
  }
  .episode .description {
    margin: 15px 0;
  }
  .episode_footer .play_btn,
  .episode_footer .length {
    display: inline-block;
  }
  .episode_footer .play_btn {
    border-radius: 20px;
    background-size: 0.9vw 1vw;
    padding: 0.7vw 1.1vw 0.6vw 2.2vw;
    background-position: 1vw center;
    margin-right: 0.8vw;
    width: auto;
    height: auto;
  }
}
@media (max-width: 575px) {
  .section.podcast {
    padding-top: 40px;
  }
  .podcast_content {
    flex-direction: column;
  }
  .left {
    -webkit-box-flex: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; 
  }
  .podcast_container {
    width: 100%;
    padding: 0 20px;
  }
  .podcast_title {
    font-size: 10.5vw;
    line-height: 1.2;
    width: 80vw;
    padding: 0;
  }
  .podcast_content .right {
    padding-left: 0;
  }
  .spotify {
    padding: 2.6vw 5vw 2.4vw 12vw;
    background-size: 5vw;
    background-position: 5vw center;
    margin: 8.1vw;
    border-width: 0.7vw;
  }
  .spotify,
  .episode .title,
  .podcast_by {
    font-size: 4.3vw;
    line-height: 1.22;
  }
  .episode_count {
    padding: 0 0 2.6vw;
  }
  .center {
    text-align: center;
  }
  .podcast_description {
    padding: 2.6vw 0 8vw;
  }
  .episode .date,
  .episode_footer .play_btn,
  .episode_footer .length,
  .episode_count p,
  .episode .description,
  .podcast_description p {
    font-size: 3.5vw;
    line-height: 1.25;
  }
  .bottom_border {
    border-bottom: 5.3vw solid #FFCD00;
    width: 47.6vw;
    margin: 5vw 0;
    border-top: none;
  }
  li.episode {
    padding: 8vw 0;
  }
  li.episode:first-child {
    border-top: none;
  }
  .episode .description {
    margin: 15px 0;
  }
  .episode_footer .play_btn,
  .episode_footer .length {
    display: inline-block;
  }
  .episode_footer .play_btn {
    border-radius: 20px;
    background-size: 2.4vw 2.9vw;
    padding: 2vw 5.3vw 1.6vw 9.2vw;
    background-position: 5.4vw center;
    margin-right: 2.8vw;
    width: auto;
    height: auto;
    font-size: 3.2vw;
  }
}

/* Homepage - Featured Cities */
.section.featured_cities {
  margin-top: -20px;
  margin-bottom: 20px;
}

.section.featured_cities .title {
  width: 100%;
  padding: 20px 60px 40px 10%;
}

.section.featured_cities .col1,
.section.featured_cities .col2 {
  width: 50%;
  padding: 60px;
  padding: 20px 60px 40px;
}
.section.featured_cities .col2 {
  text-align: center;
}

@media (min-width: 1151px) {
  .section.featured_cities .col2 img {
    float: right;
    margin-top: -30px;
    margin-top: -50px;
    max-width: 450px;
  }
}
@media (min-width: 1300px) {
  .section.featured_cities .col1 {
    padding: 20px 60px 40px 4vw;
  }

  .section.featured_cities .col1 h1 {
    padding-top: 20px;
  }
}

@media (min-width: 1500px) {
  .section.featured_cities .col1 {
    padding: 20px 60px 40px 5.2vw;
  }
}
@media (min-width: 1700px) {
  .section.featured_cities .col1 {
    padding: 20px 60px 40px 10%;
  }
}

@media (max-width: 1150px) {
  .section.featured_cities .col1,
  .section.featured_cities .col2 {
    width: 100%;
    /*padding:20px 60px 40px;*/
    padding: 20px 0 40px;
  }

  .section.featured_cities .col1 {
    text-align: center;
    padding-bottom: 0;
  }
  .section.featured_cities .col2 {
    padding-top: 20px;
  }
  .section.featured_cities h1.section-title {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }
  .section.featured_cities .col2 img {
    max-width: 250px;
  }
}

.partners {
  background-color: #f3f3f3;
  padding: 30px 0 0;
}

.custom-cta__link span {
  font-weight: 600;
}

@media (max-width: 575px) {
  .section.featured_cities .full-width-text__button {
    margin-top: 0px;
  }
}
@media (max-width: 800px) {
  .section.featured_cities .col1 {
    text-align: left; /* initial */
    padding: 10px;
  }
}

@media (max-width: 700px) {
  .text-banner-with-slider--page-home {
    background-color: inherit;
  }
  .partners__list--item {
    margin: 3.4vw 0px;
    text-align: center;
  }
  ul.partners__list {
    max-width: 99%;
    justify-content: space-around;
  }
  img.partners__list--item-image {
    object-fit: contain;
    height: 25.25vw;
    max-width: 100% !important;
  }
  .partners--trusted_by img.partners__list--item-image {
    height: 21.1vw;
  }
}

.custom-cta__link span {
  line-height: 1;
}

/* 2020-01-21 */
.featured_cities_homepage_full .container {
  max-width: 1240px;
}
@media (min-width: 1150px) {
  .section.featured_cities_homepage_full {
    /*padding: 20px 60px 40px 3.2%;*/
    width: 100%;
    padding-top: 30px;
  }
}
/*@media(min-width:1280px){ .section.featured_cities_homepage_full {
padding-left:10%;
}
}
@media(min-width:1400px){ .section.featured_cities_homepage_full {
padding-left:11%;
}
}
@media(min-width:1500px){ .section.featured_cities_homepage_full {
padding-left:13%;
}
}
@media(min-width:1700px){ .section.featured_cities_homepage_full {
padding-left:14%;
}
}*/

@media (min-width: 1800px) {
  .section.featured_cities_homepage_full {
    /*padding: 20px 60px 40px 16%;*/
    padding: 20px 0 40px 0;
    width: 100%;
  }
}

.section.featured_cities_homepage_full .title {
  clear: both;
  width: 100%;
  display: block;
  padding-bottom: 50px;
}

.cities_wrapper {
  overflow: hidden;
  border-left: 30px solid #FFCD00;
  margin: 40px 0 150px;
}

.section.featured_cities_homepage_full .cities {
  display: inline-block;
  clear: both;
  width: 100%;
  padding: 0;
  margin: -40px 0;
}
.section.featured_cities_homepage_full .city {
  width: 25%;
  display: inline-block;
  text-align: center;
  float: left;
  margin: 40px 0;
}

.section.featured_cities_homepage_full .city img {
  display: block;
  clear: both;
  margin: 0 auto 9px;
}

.section.featured_cities_homepage_full .city .city_title {
  font-family: Prompt;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.section.featured_cities_homepage_full .city a,
.section.featured_cities_homepage_full .city span.nolink {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.29;
  color: #24c79c;
  margin-top: 6px;
}
@media (max-width: 700px) {
  .section.featured_cities_homepage_full {
    padding: 0px 30px;
  }
  .cities_wrapper {
    border: none;
    margin-bottom: 0;
  }
  .section.featured_cities_homepage_full .cities {
    padding: 0;
    margin: 0;
  }
  .section.featured_cities_homepage_full .title {
    /*margin-top:-80px;*/
    padding-bottom: 0;
  }

  .section.featured_cities_homepage_full .city {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .section.featured_cities_homepage_full .city:first-child {
    margin-top: 20px;
  }

  .section.featured_cities_homepage_full .city a {
    font-size: 16px;
    line-height: 20px;
  }
  .section.featured_cities_homepage_full .city img {
    max-width: 127px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
}
@media (min-width: 701px) {
  .section.featured_cities_homepage_full .city img {
    width: 132px;
  }
}

/*
.section.featured_cities_homepage_full .city span.nolink {
	color: #202020;
}
*/

/*@media (max-width: 400px) {
	.partners__list--item img {
		max-width:140px;
	}
}*/
