@charset "UTF-8";
/**
 * CSS MIGRATION
 *
 * Contains: css/main.css, css/webexpert.css, css/pricing.redesign.css
 * Contains: css/rangeslider.css
 */
/**
 * Replaces substring on a string variable
 */
/**
 * Splits a string with a specific separator
 */
/**
 * Removes unit from value
 */
/**
 * Adds unit to a unitless value
 */
/**
 * Converts to rem values
 */
/**
 * Converts to vw values
 */
/**
 * Set placeholder color to inputs
 * Usage:
 * element{
 *   @placeholder-color(#cccccc)
 * }
 */
/**
 * Gives size to an element
 * Usage:
 * @include box(150, 450);
 */
/**
 * Truncates the text
 * Usage:
 * @include ellipsis-text();
 */
/**
 * Support for retina background images
 */
/**
 * CSS Opacity with fallback for IE8+.
 * Usage:
 * .opacity-box { @include opacity(.4); }
 */
/**
 * Implementing font-size with rem units and pixel fallback.
 */
/**
 * Adds a cover background to an element
 * Usage:
 * div {
 *   background-image: url("banner.jpg");
 *   @include cover-background;
 * }
 */
/**
 * A quick placeholder maker (with custom size/colors/text)
 * Uses: https://placeholder.com/
 * Usage:
 * .thumb {
 *   @include placeholder-image(400, 200);
 *   width: 400px;
 *   height: 200px;
 * }
 */
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  background: #e6e6e6;
  position: relative;
}

.rangeslider--horizontal {
  height: 8px;
  width: 100%;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #B0E7EF;
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: #3AC4D7;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}*/
.rangeslider__handle:active {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

.rangeslider--horizontal .rangeslider__handle {
  top: -6px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*:focus {
  outline: 0 !important;
}

/* Universal Scrollbar Styling */
::-webkit-scrollbar-button {
  display: none !important;
}

::-webkit-scrollbar {
  width: 6px; /* Scrollbar width */
  height: 6px; /* Scrollbar height (for horizontal bars) */
}

::-webkit-scrollbar-track {
  background: #A299DD; /* Scrollbar background color */
  border-radius: 10px; /* Rounded corners for the track */
}

::-webkit-scrollbar-thumb {
  background: #412CC8; /* Scrollbar thumb color */
  border-radius: 10px; /* Rounded corners for the thumb */
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

[hidden] {
  display: none;
}

html {
  font-family: "Geist", sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

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

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

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

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

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

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

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

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

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}

/*img:not(.no-init-auto) {
  width: auto;
}*/

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  list-style: none;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 1540px;
  z-index: 5;
  position: relative;
}
@media screen and (min-width: 993px) {
  .container--1290 {
    width: 1290px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 993px) {
  .container--1170 {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 993px) {
  .container--1060 {
    width: 1060px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 993px) {
  .container--690 {
    width: 690px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.btn {
  background-color: #3ac4d7;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  padding: 13px 35px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.btn--default {
  background-color: #384257;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  min-width: 160px;
  padding: 16px 40px;
  text-align: center;
  border: 1px solid transparent;
}
.btn--default:hover {
  box-shadow: 0 3px 6px rgba(60, 197, 215, 0.4784313725);
  border: 1px solid #fff;
}

.btn.black {
  border: 1px solid transparent;
  background-color: #394257;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fff;
}
.btn.black:hover {
  box-shadow: 0 3px 6px rgba(60, 197, 215, 0.4784313725);
  border: 1px solid #fff;
}

.btn.blue {
  background-color: #4fc4d2;
}
.btn.blue:hover {
  background-color: #3badbb;
  box-shadow: 0 3 6px rgba(60, 197, 215, 0.3019607843);
  border: 1px solid #fff;
}

.btn.bf {
  background-color: #474b56;
  border: 2px solid #f2c24a;
  border-radius: 21px;
  color: #f2c24a;
}

.btn.orange {
  background-color: #ff6154;
}

.btn.orange:hover {
  background-color: #ec5044;
}

.btn.red {
  background-color: #e35c5c;
}

.btn.red:hover {
  background-color: #ec5044;
}

.btn.white {
  background-color: #ffffff;
  color: #3a4458;
}

h1 {
  font-size: 38px;
  font-weight: bold;
  color: #384257;
  line-height: 44px;
}

h2 {
  font-size: 28px;
  font-weight: bold;
  color: #384257;
  line-height: 34px;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  color: #384257;
  line-height: 28px;
}

h4 {
  font-size: 22px;
  font-weight: medium;
  color: #a3a3a3;
  line-height: 26px;
}

p {
  font-family: "Geist", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #575757;
  font-weight: normal;
  hyphens: none;
}

.create-account {
  position: relative;
  display: inline-block;
}

.create-account input[type=email] {
  height: 48px;
  background-color: #f5f5f5;
  color: #b9b9b9;
  border: none;
  border-radius: 30px;
  padding: 0 260px 0 24px;
  font-size: 16px;
  font-family: "Geist", sans-serif;
}

.create-account button[type=submit] {
  background-color: #3ac4d7;
  color: #ffffff;
  border-radius: 30px;
  padding: 13px 35px;
  border: 2px solid #f5f5f5;
  font-size: 14px;
  position: absolute;
  left: 230px;
  top: 0;
  width: fit-content;
}

.btn.transparent {
  background: none;
  border: 2px solid #f5f5f5;
}

section.personalization-tabs .tabs-wrapper .slider-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

section.personalization-tabs .tabs-wrapper .slider-arrows .arrow-ctrl {
  margin: 20px;
}

section.personalization-tabs .tabs-wrapper .slider-arrows .arrow-ctrl.prev .fas,
section.personalization-tabs .tabs-wrapper .slider-arrows .arrow-ctrl.next .fas {
  font-size: 30px;
  color: #3ac4d7;
}

section.personalization-tabs .tabs-wrapper .slider-arrows .slider-dots .slick-dots {
  display: flex;
  align-items: center;
  position: unset;
}

section.personalization-tabs .tabs-wrapper .slider-arrows .slider-dots .slick-dots li button:before {
  color: #ffffff;
  opacity: 0.75;
}

section.personalization-tabs .tabs-wrapper .slider-arrows .slider-dots .slick-dots li.slick-active button:before {
  color: #4fc4d2;
  opacity: 0.75;
}

#agencies section.hero-full-bg {
  background: #fe8278;
  background: no-repeat top 60% center url("../../images/agencies_hero_bg.png"), linear-gradient(90deg, #fe8278 0%, #f15a4d 100%);
}

#agencies section.hero-full-bg .hero-wrapper .hero .desc .create-account button[type=submit] {
  background: #fe8278;
  background: linear-gradient(90deg, #fe8278 0%, #f15a4d 100%);
}

#ecommerce section.hero-full-bg {
  background: #763261;
  background: no-repeat top 60% center url("../../images/ecommerce-bg-placeholder.png"), linear-gradient(90deg, #763261 0%, #283961 100%);
}

#ecommerce section.hero-full-bg .hero-wrapper .hero .desc .create-account button[type=submit] {
  background: #763261;
  background: linear-gradient(90deg, #763261 0%, #283961 100%);
}

#segmentation section.hero-bg {
  background-image: url("../../images/segmentation-shape.png");
}

#saas section.hero-full-bg {
  background: #d3589d;
  background: no-repeat top 60% center url("../../images/saas-hero-bg.png"), linear-gradient(90deg, #d3589d 0%, #ec4088 100%);
}

#saas section.hero-full-bg .hero-wrapper .hero .desc .create-account button[type=submit] {
  background: #394257;
}

.load-delay img {
  transform: translateY(75px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.load-delay.show img {
  transform: none;
  opacity: 1;
}

.relative {
  position: relative;
}

.relative .line {
  position: absolute;
  opacity: 0;
}

.u-top_m_search {
  margin-top: 69px;
}

.u-top-208 {
  margin-top: 208px;
}

.u-top-categories {
  margin-top: 139px;
}

.indent-nav {
  height: 139px;
}

@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes line-bounce-in {
  0% {
    left: 0;
  }
  60% {
    left: 55%;
  }
  100% {
    left: 50%;
  }
}
.error-msg {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  color: #ff6154;
  display: block;
  margin-top: 5px;
  opacity: 0;
}

section:not(.hero-bg) .create-account.validated {
  border: 2px solid #ff6154;
  border-radius: 30px;
}

section.main-feature.cart-line-1 {
  position: relative;
  margin-bottom: 220px;
}

section.main-feature.cart-line-1::after {
  position: absolute;
  content: "";
  bottom: -180px;
  left: 30%;
  width: 570px;
  height: 190px;
  background: no-repeat center center url("../../images/cart_aband_line_1.png");
}

section.main-feature.cart-line-2 {
  position: relative;
  margin-bottom: 256px;
}

section.main-feature.cart-line-2::after {
  position: absolute;
  content: "";
  bottom: -200px;
  left: 33%;
  width: 489px;
  height: 226px;
  background: no-repeat center center url("../../images/cart_aband_line_2.png");
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("../../fonts/slick.eot");
  src: url("../../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/slick.woff") format("woff"), url("../../fonts/slick.ttf") format("truetype"), url("../../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 40px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #4fc4d2;
  opacity: 0.75;
}

.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider.fullscreen ul.slides {
  height: 100%;
}

.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

.slider .slides {
  margin: 0;
  height: 400px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

.slider .slides li.active {
  z-index: 2;
}

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  transition: background-color 0.3s;
  border-radius: 50%;
}

.cocoen {
  box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cocoen * {
  box-sizing: inherit;
}

.cocoen ::after,
.cocoen ::before {
  box-sizing: inherit;
}

.cocoen img,
.cocoen picture > img {
  max-width: none;
}

.cocoen > img,
.cocoen > picture > img {
  display: block;
  width: 100%;
}

.cocoen > div:first-child,
picture .cocoen > div {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
}

.cocoen-drag {
  background: #fff;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
}

.cocoen-drag::before {
  border: 3px solid #fff;
  content: "";
  height: 30px;
  left: 50%;
  margin-left: -7px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 14px;
}

.register-bg {
  background: no-repeat url("../../images/moosend-dashboard.png");
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

#login.flex-support {
  display: flex;
  min-height: 100vh;
  height: 100%;
}

#login .step-wrapper {
  display: flex;
}

#login section.presentation {
  background-color: #3ac4d7;
}

#login section.presentation .wrapper {
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  float: right;
  margin-right: 50px;
}

#login section.presentation .wrapper .logo {
  margin-bottom: 40px;
}

#login section.presentation .wrapper h2 {
  width: 420px;
  color: #ffffff;
  line-height: 36px;
  margin: 0 auto 40px;
}

#login section.presentation .wrapper .dashboard {
  margin-bottom: 40px;
  max-width: 100%;
}

#login section.presentation .wrapper .btn.white {
  border-radius: 30px;
  padding: 13px 35px;
  color: #3ac4d7;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#login section.fields {
  background-color: #ffffff;
  padding-top: 100px;
}

#login section.fields h2 {
  font-size: 30px;
  color: #394257;
  margin-bottom: 40px;
}

#login section.fields .btn.google {
  border: 2px solid #3174f1;
  background-color: #ffffff;
  color: #3174f1;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  font-size: 18px;
}

#login section.fields .btn.u-register {
  padding: 15px 35px;
}

#login section.fields .divider {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

#login section.fields .divider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #e9e9e9;
  top: 50%;
  left: 0;
}

#login section.fields .divider span {
  color: #394257;
  border-left: 9px solid #ffffff;
  border-right: 9px solid #ffffff;
  background-color: #ffffff;
  z-index: 5;
  position: relative;
}

#login section.fields .description {
  color: #394257;
  font-size: 18px;
  margin-bottom: 40px;
  font-family: "Geist", sans-serif;
  font-weight: 600;
}

#login section.fields .login-form {
  margin-bottom: 30px;
}

#login section.fields .login-form .form-field {
  margin-bottom: 25px;
}

#login section.fields .login-form .form-field label {
  color: #394257;
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

#login section.fields .login-form .form-field label .fa-question-circle {
  position: relative;
  font-size: 16px;
  cursor: pointer;
}

#login section.fields .login-form .form-field label .fa-question-circle .tooltip {
  position: absolute;
  border-radius: 30px;
  background-color: #394257;
  color: #ffffff;
  width: 363px;
  padding: 10px 22px;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Geist", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#login section.fields .login-form .form-field label .fa-question-circle .tooltip::after {
  content: "";
  background: no-repeat url("../../images/tooltip-arrow.png");
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 10px;
}

#login section.fields .login-form .form-field label .fa-question-circle:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

#login section.fields .login-form .form-field input[type=text],
#login section.fields .login-form .form-field input[type=password],
#login section.fields .login-form .form-field input[type=email] {
  height: 48px;
  background-color: #f3f3f3;
  color: #394257;
  border: none;
  border-radius: 30px;
  padding: 16px 26px;
  font-size: 16px;
  font-family: "Geist", sans-serif;
  margin-bottom: 10px;
  width: 100%;
}

#login section.fields .login-form .form-field input#sitename {
  width: 60%;
}

#login section.fields .login-form .form-field input::placeholder {
  color: #e4e4e4;
}

#login section.fields .login-form .form-field input::-ms-input-placeholder {
  color: #e4e4e4;
}

#login section.fields .login-form .form-field input.validated {
  border: 2px solid #ff6154;
}

#login section.fields .login-form .form-field .coredomain {
  width: 40%;
  font-family: "Geist", sans-serif;
  color: #394257;
  font-size: 20px;
  font-weight: 500;
  padding-left: 12px;
}

#login section.fields .login-form .form-field .forgot {
  color: #3ac4d7;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

#login section.fields .login-form .form-field .error-msg {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  color: #ff6154;
  display: block;
  opacity: 0;
}

#login section.fields .login-form .btn {
  width: 100%;
  border: none;
  margin-top: 10px;
  text-align: center;
}

#login section.fields .register {
  font-size: 18px;
}

#login section.fields .register .create {
  color: #3ac4d7;
  font-family: "Geist", sans-serif;
  font-size: 18px;
}

#login section.fields .steps-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 45px;
}

#login section.fields .steps-wrapper span {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  color: #d6d6d6;
}

#login section.fields .steps-wrapper span::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #d6d6d6;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}

#login section.fields .steps-wrapper span.step-1 {
  margin-left: -25px;
}

#login section.fields .steps-wrapper span.step-3 {
  margin-right: -30px;
}

#login section.fields .steps-wrapper span.active {
  color: #63c7d7;
}

#login section.fields .steps-wrapper span.active::after {
  width: 12px;
  height: 12px;
  background-color: #63c7d7;
  border: 2px solid #d6d6d6;
}

#login section.fields .steps-wrapper::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d6d6d6;
  position: absolute;
  left: 0;
  bottom: 7px;
}

#login section.fields .for-mobile {
  display: none;
}

#login .form-container {
  width: 448px;
  margin-left: 125px;
}

#login.window {
  width: 720px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
}

#login.window .fields {
  width: 100%;
  padding-top: 0;
}

#login.window .fields .header {
  padding-top: 35px;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #f3f3f3;
}

#login.window .fields .header h2 {
  text-align: center;
  margin-bottom: 0;
}

#login.window .fields .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

#login.window .fields .content-wrapper .login-form input {
  margin-bottom: 30px;
}

#login.window .fields .content-wrapper .login-form input.guided {
  margin-bottom: 10px;
}

#login.window .fields .content-wrapper .login-form .guide {
  font-family: "Geist", sans-serif;
  font-size: 14px;
  color: #3ac4d7;
}

#login.window .fields .content-wrapper .login-form .terms {
  margin-top: 40px;
  color: #394257;
}

#login.window .fields .content-wrapper .login-form .terms a {
  color: #3ac4d7;
  font-family: "Geist", sans-serif;
  font-size: 16px;
}

#login.window .fields .content-wrapper .btn-wrapper {
  text-align: center;
}

#login.window .fields .content-wrapper .btn-wrapper .btn {
  width: unset !important;
  padding: 13px 70px;
  font-size: 18px;
}

#login.window .form-container {
  width: 467px;
}

#login #step-1 {
  height: 100%;
  min-height: 100vh;
}

#login #step-1,
#login #step-2,
#login #step-3 {
  display: none;
}

@media screen and (max-width: 1440px) {
  #login .form-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .register-bg {
    background: #ffffff;
  }
  #login #step-1 {
    min-height: auto;
  }
  #login section.presentation {
    display: none;
  }
  #login section.fields {
    padding-top: 100px;
  }
  #login section.fields .steps-wrapper span.step-1 {
    margin-left: 0;
  }
  #login section.fields .steps-wrapper span.step-1::after {
    left: 0;
    transform: none;
  }
  #login section.fields .steps-wrapper span.step-3 {
    margin-right: 0;
  }
  #login section.fields .steps-wrapper span.step-3::after {
    left: unset;
    right: 0;
    transform: none;
  }
  #login .col-6 {
    width: 100%;
  }
  #login.window {
    width: 100%;
    position: static;
    transform: none;
    box-shadow: none;
  }
  #login.window .fields {
    padding-top: 80px;
  }
  #login.window .fields .header {
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
  }
  #login.window .fields .login-form .btn-wrapper .btn {
    width: 100%;
  }
  #login.window .fields .for-desktop {
    display: none;
  }
  #login.window .fields .for-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #login section.fields .login-form .form-field label .fa-question-circle .tooltip {
    transform: none;
    left: -80px;
  }
  #login section.fields .login-form .form-field label .fa-question-circle .tooltip::after {
    left: 88px;
  }
}
@media screen and (max-width: 600px) {
  #login .form-container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  #login .form-container h2,
  #login .form-container .description {
    text-align: center;
  }
  #login .form-container .register .create {
    display: block;
  }
  #login.window .form-container {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  #login section.fields h2 {
    font-size: 24px;
  }
  #login section.fields .login-form .form-field .coredomain {
    font-size: 14px;
  }
  #login.window .fields .content-wrapper .login-form .btn {
    width: 100% !important;
  }
}
@media screen and (max-width: 385px) {
  #login section.fields .login-form .form-field label .fa-question-circle .tooltip {
    width: 280px;
  }
}
.col-6 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .col-6 {
    width: 100% !important;
  }
}

.col-3 {
  width: 25%;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  padding: 6px 0;
  z-index: 999;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .container a {
  font-size: 14px;
}

header .container .logo .mlogo {
  display: none;
  width: 45px;
}

header .container nav.main {
  margin: 0 38px;
  flex-grow: 1;
}

header .container nav.main ul.main-menu {
  display: flex;
}

header .container nav.main ul.main-menu > li {
  padding: 22px 15px;
  position: relative;
}

header .container nav.main ul.main-menu > li:hover .sub {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

header .container nav.main ul.main-menu > li > a {
  color: #394257;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: flex;
  align-items: center;
}

header .container nav.main ul.main-menu > li > a:hover {
  color: #3ac4d7;
}

header .container nav.main ul.main-menu > li > a.has-sub:after {
  content: "▼";
  font-size: 14px;
}

header .container nav.main ul.main-menu > li .sub {
  position: absolute;
  top: 60px;
  left: -28px;
  width: 465px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(17px);
  transform: translateY(17px);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s linear, opacity 0.3s linear, visibility 0.3s linear;
}

header .container nav.main ul.main-menu > li .sub span.menu-arrow {
  background: no-repeat url("../../images/menu-arrow.png");
  position: absolute;
  top: -15px;
  left: 95px;
  width: 16px;
  height: 15px;
}

header .container nav.main ul.main-menu > li .sub h3 {
  padding: 22px 34px 10px;
  border-bottom: 1px solid black;
}

header .container nav.main ul.main-menu > li .sub h3 a {
  color: #3ac4d7;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

header .container nav.main ul.main-menu > li .sub h3 a:hover {
  border-bottom: 2px solid #3ac4d7;
}

header .container nav.main ul.main-menu > li .sub ul {
  padding: 0 28px;
}

header .container nav.main ul.main-menu > li .sub ul li {
  width: 50%;
  float: left;
  margin: 15px 0;
}

header .container nav.main ul.main-menu > li .sub ul li a {
  color: #4c556b;
  padding-left: 5px;
  float: left;
}

header .container nav.main ul.main-menu > li .sub ul li a:hover {
  border-left: 2px solid #3ac4d7;
  padding-left: 3px;
}

header .container nav.main ul.main-menu > li .sub ul li a span {
  font-size: 12px;
  color: #9d9d9d;
  float: left;
  margin-top: 3px;
  margin-left: 1px;
  width: 100%;
}

header .container nav.main ul.main-menu > li .sub ul li.extended {
  padding: 22px 6px 10px;
  width: 100%;
  position: relative;
  margin: 0;
}

header .container nav.main ul.main-menu > li .sub ul li.extended a {
  color: #3ac4d7;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  margin: 0;
  padding-left: 0;
}

header .container nav.main ul.main-menu > li .sub ul li.extended a:hover {
  border-bottom: 2px solid #3ac4d7;
  border-left: none;
  padding-left: 0;
}

header .container nav.main ul.main-menu > li .sub ul li.extended::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 1px;
  left: -28px;
  right: -28px;
  background-color: black;
}

header .container nav.main ul.main-menu > li .sub.col-type {
  width: 233px;
  display: flex;
  flex-direction: column;
}

header .container nav.main ul.main-menu > li .sub.col-type ul {
  padding: 10px 28px;
}

header .container nav.main ul.main-menu > li .sub.col-type ul li {
  width: 100%;
}

header .container nav.main ul.main-menu > li.menu-item-has-children > a:after {
  content: "▼";
  font-size: 14px;
}

header .container nav.main ul.main-menu > li.col-type .sub {
  width: 233px;
  display: flex;
  flex-direction: column;
}

header .container nav.main ul.main-menu > li.col-type .sub ul {
  padding: 10px 28px;
}

header .container nav.main ul.main-menu > li.col-type .sub ul li {
  width: 100%;
}

header .container nav.mmain {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 63px;
  left: 0;
  width: 100%;
  height: calc(100% - 63px);
  padding: 40px 30px 20px;
  overflow: scroll;
  background-color: #ffffff;
  z-index: -1;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.3) inset;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header .container nav.mmain ul.main-menu {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}

header .container nav.mmain ul.main-menu > li {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 35px;
  padding: 5px 0;
  display: flex;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

header .container nav.mmain ul.main-menu > li a {
  color: #394257;
  width: 80%;
}

header .container nav.mmain ul.main-menu > li a:hover {
  color: #3ac4d7;
}

header .container nav.mmain ul.main-menu > li.has-sub,
header .container nav.mmain ul.main-menu > li.menu-item-has-children {
  justify-content: space-between;
  flex-wrap: wrap;
}

header .container nav.mmain ul.main-menu > li.has-sub span.arrow,
header .container nav.mmain ul.main-menu > li.menu-item-has-children span.arrow {
  position: relative;
  width: 15%;
}

header .container nav.mmain ul.main-menu > li.has-sub span.arrow::after,
header .container nav.mmain ul.main-menu > li.menu-item-has-children span.arrow::after {
  content: "►";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}

header .container nav.mmain ul.main-menu > li.has-sub.active span.arrow,
header .container nav.mmain ul.main-menu > li.menu-item-has-children.active span.arrow {
  position: relative;
}

header .container nav.mmain ul.main-menu > li.has-sub.active span.arrow::after,
header .container nav.mmain ul.main-menu > li.menu-item-has-children.active span.arrow::after {
  content: "►";
  transform: rotate(180deg);
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  color: #3ac4d7;
}

header .container nav.mmain ul.main-menu > li.has-sub.active .sub,
header .container nav.mmain ul.main-menu > li.menu-item-has-children.active .sub {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

header .container nav.mmain ul.main-menu > li .sub {
  position: relative;
  top: 0;
  left: -9999px;
  height: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

header .container nav.mmain ul.main-menu > li .sub h3 {
  padding: 22px 34px 10px;
  border-bottom: 1px solid black;
}

header .container nav.mmain ul.main-menu > li .sub h3 a {
  color: #3ac4d7;
  font-size: 18px;
}

header .container nav.mmain ul.main-menu > li .sub h3 a:hover {
  border-bottom: 2px solid #3ac4d7;
}

header .container nav.mmain ul.main-menu > li .sub ul {
  display: flex;
  flex-direction: column;
  padding: 20px 28px;
}

header .container nav.mmain ul.main-menu > li .sub ul li {
  margin: 15px 0;
}

header .container nav.mmain ul.main-menu > li .sub ul li a {
  color: #4c556b;
  padding-left: 5px;
  float: left;
}

header .container nav.mmain ul.main-menu > li .sub ul li a:hover {
  border-left: 2px solid #3ac4d7;
  padding-left: 3px;
}

header .container nav.mmain ul.main-menu > li .sub ul li a span {
  font-size: 12px;
  color: #9d9d9d;
  float: left;
  margin-top: 3px;
  margin-left: 1px;
  width: 100%;
}

header .container nav.mmain ul.main-menu > li.hidden {
  display: none;
  left: 999px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

header .container nav.mmain .bottom-menu {
  width: 100%;
  border-top: 1px solid #aaadb6;
  padding-top: 30px;
}

header .container nav.mmain .bottom-menu .copyright {
  float: left;
}

header .container nav.mmain .bottom-menu .gdpr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

header .container nav.mmain .bottom-menu .gdpr li {
  padding: 0 8px;
}

header .container nav.mmain .bottom-menu a,
header .container nav.mmain .bottom-menu span {
  color: #545c6e;
  font-size: 14px;
  font-family: "Geist", sans-serif;
}

header .container nav.mmain .bottom-menu .social-icons {
  display: flex;
  justify-content: center;
}

header .container nav.mmain .bottom-menu .social-icons a {
  margin-left: 7px;
}

header .container nav.mmain .bottom-menu .social-icons a i {
  border: 1px solid #3ac4d7;
  border-radius: 100%;
  padding: 10px;
  width: 38px;
  font-size: 16px;
  text-align: center;
  color: #3ac4d7;
}

header .container nav.mmain .bottom-menu .social-icons a:hover i {
  color: white;
  background-color: #3ac4d7;
}

header .container nav.mmain.open {
  display: flex;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header .menu-trigger {
  display: none;
  width: 28px;
  height: 17px;
  order: 2;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

header .menu-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #3ac4d7 none repeat scroll 0 0;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

header .menu-trigger span:nth-child(1) {
  top: 0;
}

header .menu-trigger span:nth-child(2) {
  top: 7px;
}

header .menu-trigger span:nth-child(3) {
  top: 14px;
}

header .menu-trigger.open span {
  background: #ff6154 none repeat scroll 0 0;
}

header .menu-trigger.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

header .menu-trigger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

header .menu-trigger.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

header ul.login {
  display: flex;
  align-items: center;
}

header ul.login li.log-in {
  margin-right: 40px;
}

header ul.login li.log-in a {
  color: #3ac4d7;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

header ul.login li.log-in a:hover {
  color: #384257;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

header ul.login li a.btn {
  padding: 11px 20px;
  color: #fefefe;
  background-color: #3ac4d7;
  border: 1px solid #3ac4d7;
  border-radius: 30px;
}

header ul.login li a.btn:hover {
  color: #3ac4d7;
  background-color: #ffffff;
}

header.mobile-register {
  display: none;
}

footer {
  padding: 39px 0 20px;
  z-index: 5;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 992px) {
  footer {
    padding: 19px 0 25px;
  }
}

section#badges-footer {
  padding: 30px 0;
}
section#badges-footer .badges-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 20px 80px;
  border-radius: 10px;
}
section#badges-footer .badges-wrapper a.badge-link {
  display: flex;
  max-width: 100px;
  flex: unset;
}
section#badges-footer .badges-wrapper a.badge-link img {
  width: 100%;
  height: auto;
  display: flex;
}
@media screen and (max-width: 992px) {
  section#badges-footer .badges-wrapper {
    flex-wrap: wrap;
  }
  section#badges-footer .badges-wrapper a.badge-link {
    flex: 200px !important;
    max-width: 200px !important;
  }
}
@media screen and (max-width: 768px) {
  section#badges-footer .badges-wrapper a.badge-link {
    flex: 134px !important;
    max-width: 134px !important;
  }
}
@media screen and (max-width: 500px) {
  section#badges-footer .badges-wrapper {
    padding: 20px 20px;
  }
  section#badges-footer .badges-wrapper a.badge-link {
    flex: 66px !important;
    max-width: 66px !important;
  }
}

footer span {
  color: #545c6e;
  font-size: 14px;
  font-family: "Geist", sans-serif;
}

footer a {
  color: #394257;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
}

footer nav {
  margin-bottom: 20px;
}

footer nav .footer-menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-family: "Geist", sans-serif;
  gap: 20px;
}

footer nav .footer-menu > li {
  width: calc(25% - 20px);
}
@media screen and (max-width: 1440px) {
  footer nav .footer-menu > li {
    width: calc(33.333% - 20px);
  }
}

footer nav .footer-menu > li > h2 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #394257;
}

footer nav .footer-menu > li ul li {
  margin-bottom: 6px;
}

footer nav .footer-menu > li ul li a {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

footer nav .footer-menu > li ul li a:hover {
  color: #432dd0;
}

footer nav .maawg {
  display: flex;
  align-self: flex-end;
  align-items: flex-start;
}

footer nav .maawg img {
  max-width: 100%;
}

.mmenu-footer {
  margin-bottom: 70px;
}
.mmenu-footer #menu-footer-menu > li {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 0 18px;
  border-bottom: 2px solid rgba(56, 66, 87, 0.1);
  cursor: pointer;
}
.mmenu-footer #menu-footer-menu > li:hover > a {
  color: #3ac4d7;
}
.mmenu-footer #menu-footer-menu > li.menu-item-has-children span.arrow {
  position: relative;
  flex-basis: 15%;
  max-width: 15%;
  margin-left: auto;
  cursor: pointer;
}
.mmenu-footer #menu-footer-menu > li.menu-item-has-children span.arrow:after {
  content: "►";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.mmenu-footer #menu-footer-menu > li > a {
  font-family: "Geist";
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #394257;
  flex-basis: 85%;
  max-width: 85%;
}
.mmenu-footer #menu-footer-menu > li > a:focus {
  outline: none;
}
.mmenu-footer #menu-footer-menu > li.active {
  padding-bottom: 9px;
}
.mmenu-footer #menu-footer-menu > li.active > a {
  color: #3ac4d7;
  border-bottom: 2px solid #3ac4d7;
  padding-bottom: 15px;
}
.mmenu-footer #menu-footer-menu > li.active.menu-item-has-children span.arrow {
  border-bottom: 2px solid #3ac4d7;
}
.mmenu-footer #menu-footer-menu > li.active.menu-item-has-children span.arrow:after {
  content: "►";
  transform: rotate(180deg);
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  color: #3ac4d7;
}
.mmenu-footer #menu-footer-menu > li.active .megamenu-box {
  display: block;
  position: relative;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  left: 0;
  opacity: 1;
  top: 0;
  pointer-events: all;
  transform: initial;
}
.mmenu-footer #menu-footer-menu > li.active .megamenu-box .generic-megamenu-holder {
  border: none;
  box-shadow: none;
}
.mmenu-footer #menu-footer-menu > li.active .megamenu-box .sub-menu {
  flex-direction: column;
}
.mmenu-footer #menu-footer-menu > li.active .megamenu-box .sub-menu li {
  padding: 3px 0 3px;
}
.mmenu-footer #menu-footer-menu > li.active .megamenu-box .sub-menu li:first-of-type {
  padding: 12px 0 0px;
}
.mmenu-footer #menu-footer-menu > li.active .megamenu-box .sub-menu li a {
  display: block;
  font-family: "Geist";
  font-size: 14px;
  line-height: 30px;
  color: #4c556b;
}

footer #bottom-footer {
  width: 100% !important;
  border-top: 2px solid #f3f3f3;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

footer #bottom-footer .gdpr {
  display: flex;
}

footer #bottom-footer .gdpr li {
  padding: 0 8px;
}
@media screen and (max-width: 1128px) {
  footer #bottom-footer .gdpr li:not(:last-of-type) {
    margin-bottom: 19px;
  }
}

footer #bottom-footer .gdpr li a {
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

footer #bottom-footer .gdpr li a:hover {
  color: #3ac4d7;
}

footer .social-icons {
  display: flex;
  align-self: flex-end;
}
footer .social-icons img {
  height: 28px;
  width: 28px;
}

footer .social-icons a:not(:last-of-type) {
  margin-right: 15px;
}

footer .social-icons a i {
  border: 1px solid #3ac4d7;
  border-radius: 100%;
  padding: 10px;
  width: 40px;
  font-size: 18px;
  text-align: center;
  color: #3ac4d7;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

footer .social-icons a:hover i {
  color: white;
  background-color: #3ac4d7;
}

footer .social-icons.for-mobile {
  display: none;
}

footer.mobile-login {
  display: none;
}

.logo-divider {
  display: flex;
  align-items: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 992px) {
  .logo-divider {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .hidden-tablet {
    display: none !important;
  }
}

.hidden-desktop {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .hidden-desktop {
    display: block !important;
  }
}

.logo-divider a {
  flex-basis: 179px;
  max-width: 179px;
  flex-shrink: 0;
}

.logo-divider img {
  margin-left: -10px;
}

.logo-divider hr {
  margin-left: 12px;
  flex-basis: calc(100% - 179px);
  max-width: calc(100% - 179px);
}

.footer-container > hr {
  margin-top: 70px;
  margin-bottom: 55px;
}

.footer-divider {
  border: none;
  border-top: 1px solid #e5e5e5;
}

.middle-footer {
  display: flex !important;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .middle-footer {
    flex-direction: column;
    max-width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .middle-footer {
    max-width: 100%;
  }
}
.middle-footer--left {
  max-width: 50%;
  flex-basis: 50%;
  padding: 10px 47px 30px 0;
  border-right: 1px solid #e5e5e5;
}
@media screen and (max-width: 992px) {
  .middle-footer--left {
    max-width: initial;
    flex-basis: initial;
    border-right: none;
    padding: 0;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.middle-footer--left .footer-form-text--14 {
  margin-bottom: 18px;
}
@media screen and (max-width: 992px) {
  .middle-footer--left .footer-form-text--14 {
    margin-bottom: 24px;
  }
}
.middle-footer--left .wpcf7-list-item {
  margin: 0;
}
.middle-footer--left .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.middle-footer--left .wpcf7-list-item label input {
  opacity: 0;
  margin-right: 7px;
  border-radius: 7px;
  border: 1px solid #b7b7b7;
  margin-top: 4px;
}
.middle-footer--left .wpcf7-list-item label input + span {
  margin-left: 7px;
}
.middle-footer--left .wpcf7-list-item label input + span:after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: transparent;
  display: block;
  top: 0;
  left: 0;
  border-radius: 7px;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  margin-top: 4px;
  flex-basis: 15px;
  max-width: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle-footer--left .wpcf7-list-item label input:checked + span:after {
  content: "✓";
}
.middle-footer--right {
  max-width: 50%;
  flex-basis: 50%;
  padding: 10px 0 30px 48px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .middle-footer--right {
    max-width: initial;
    flex-basis: initial;
    padding: 49px 0 50px;
  }
}
.middle-footer--right h2 {
  font-family: "Geist";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #394257;
  margin-bottom: 26px;
}
@media screen and (max-width: 992px) {
  .middle-footer--right h2 {
    margin-bottom: 41px;
  }
}
.middle-footer--right .view-all-posts {
  margin-top: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: #2cc0d4;
  text-transform: uppercase;
  display: block;
  border-bottom: 2px solid #36c2d6;
  align-self: center;
}

.newsletter-wrapper {
  background: #F4F3FC;
  padding: 40px 50px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 500px) {
  .newsletter-wrapper {
    padding: 20px;
  }
}

.footer-input {
  display: block;
  height: 46px;
  background-color: rgba(60, 16, 166, 0.168627451);
  color: #394257;
  border: none;
  border-radius: 23.13px;
  padding: 0 50px 0 24px;
  font-size: 16px;
  line-height: 46px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .footer-input {
    width: 100%;
  }
}

.footer-input:-webkit-autofill,
.footer-input:-webkit-autofill:hover,
.footer-input:-webkit-autofill:focus,
.footer-input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #D5CDEE inset !important;
  font-size: 16px;
}

.footer-submit {
  background-color: #ff6154;
  color: #ffffff;
  border-radius: 23px;
  padding: 0 35px;
  border: 2px solid #f5f5f5;
  font-size: 16px;
  font-family: "Geist", sans-serif;
  line-height: 46px;
  position: relative;
  height: 46px;
}

footer span.wpcf7-form-control-wrap.recaptcha {
  margin-top: 20px;
  display: flex;
}

footer .wpcf7-list-item {
  position: relative;
  margin: 0;
  padding-left: 20px;
  margin-top: 10px;
}
footer .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 4px;
}

.footer-form-btns {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 10px;
}
.footer-form-btns > span {
  max-width: 100%;
}
.footer-form-btns .wpcf7-submit {
  max-width: 100%;
  background: #3C10A6;
  font-weight: bold;
}
.footer-form-btns .wpcf7-spinner {
  margin-right: auto;
  display: none;
}
.footer-form-btns .wpcf7-form.submitting .wpcf7-spinner {
  display: flex;
}
.footer-form-btns .footer-submit {
  width: 100%;
}
.footer-form-btns .ajax-loader {
  display: none;
}

.footer-feutured-posts {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer-feutured-posts {
    flex-direction: column;
  }
}

.footer-feutured-post {
  flex-basis: 161px;
  max-width: 161px;
}
@media screen and (max-width: 992px) {
  .footer-feutured-post {
    flex-basis: initial;
    max-width: initial;
  }
}
@media screen and (max-width: 992px) {
  .footer-feutured-post:not(:last-of-type) {
    margin-bottom: 38px;
  }
}
.footer-feutured-post:hover span {
  color: #36c2d6;
}
.footer-feutured-post a {
  display: block;
}
.footer-feutured-post span {
  display: block;
  font-family: "Geist";
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #394257;
  margin-top: 14px;
}
@media screen and (max-width: 992px) {
  .footer-feutured-post span {
    margin-top: 18px;
  }
}

section.hero-bg {
  padding-bottom: 90px;
  background: no-repeat top right url("../../images/hero-shape.svg");
}

section.hero-bg .hero-wrapper {
  padding: 95px 0 62px;
  background: repeat url("../../images/bg-point.png");
}

section.hero-bg.layout_2 {
  padding-bottom: 70px;
  background-image: none !important;
}
@media screen and (min-width: 769px) {
  section.hero-bg.layout_2 .hero-wrapper .hero .img-preview img {
    margin-left: 40px;
  }
}
section.hero-bg.layout_2 .hero-wrapper .hero .desc h1 {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  section.hero-bg.layout_2 .hero-wrapper .hero .desc h1 {
    font-size: 32px;
  }
}
section.hero-bg.layout_2 .hero-wrapper .hero .desc p {
  font-size: 20px;
}
section.hero-bg.layout_2 .hero-wrapper .hero .desc .create-account input[type=email] {
  width: 300px;
}

section.hero-bg .hero-wrapper .hero {
  display: flex;
  align-items: center;
}

section.hero-bg .hero-wrapper .hero .desc {
  padding-right: 45px;
}

section.hero-bg .hero-wrapper .hero .desc h1 {
  font-size: 38px;
  color: #384257;
  line-height: 44px;
  margin-bottom: 50px;
}

section.hero-bg .hero-wrapper .hero .desc p {
  font-family: "Geist", sans-serif;
  font-size: 24px;
  font-weight: lighter;
  color: #384257;
  line-height: 28px;
  margin-bottom: 50px;
}

section.hero-bg .hero-wrapper .hero .desc .create-account {
  position: relative;
  display: flex;
}

section.hero-bg .hero-wrapper .hero .desc .create-account input[type=email] {
  width: 270px;
  height: 48px;
  background-color: #f5f5f5;
  color: #b9b9b9;
  border: none;
  border-radius: 30px;
  padding: 0 50px 0 24px;
  font-size: 16px;
  font-family: "Geist", sans-serif;
}

section.hero-bg .hero-wrapper .hero .desc .create-account button[type=submit] {
  background-color: #ff6154;
  color: #ffffff;
  border-radius: 30px;
  padding: 13px 24px;
  border: 2px solid #f5f5f5;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  height: 48px;
  left: 0;
  top: 0;
  margin-left: -50px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.hero-bg .hero-wrapper .hero .desc .create-account button[type=submit]:hover {
  background-color: #ec5044;
}

section.hero-bg .hero-wrapper .hero .desc .create-account.validated input[type=email],
section.hero-bg .hero-wrapper .hero .desc .create-account.validated button[type=submit] {
  border: 2px solid #ff6154;
}

section.hero-bg .hero-wrapper .hero .desc .form-caption {
  color: #545454;
  display: block;
  font-family: "Geist";
  font-size: 13px;
  margin-top: 6px;
}

section.hero-bg .hero-wrapper .hero .desc .reviews-section {
  margin-top: 40px;
  padding-right: 50px;
}

section.hero-bg .hero-wrapper .hero .desc .reviews-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.hero-bg .hero-wrapper .hero .desc .reviews-stars {
  max-width: 136px;
}

section.hero-bg .hero-wrapper .hero .desc .reviews-text-cap {
  font-family: "Geist";
  font-size: 16px;
  color: #545454;
}

section.hero-bg .hero-wrapper .hero .desc .reviews-apps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

section.hero-bg .hero-wrapper .hero .desc .review-app:nth-child(1) {
  max-width: 100px;
}

section.hero-bg .hero-wrapper .hero .desc .review-app:nth-child(2) {
  max-width: 140px;
}

section.hero-bg .hero-wrapper .hero .desc .review-app:nth-child(3) {
  max-width: 116px;
}

section.hero-bg .hero-wrapper .hero .desc .mobile {
  display: none;
}

section.hero-bg .hero-wrapper .hero .img-preview {
  display: flex;
  align-items: flex-start;
}

section.hero-bg .hero-wrapper .hero .img-preview img {
  margin: 0 auto;
  width: 100%;
}
section.hero-bg .hero-wrapper .hero .img-preview img.d-none {
  display: none;
}
section.hero-bg .hero-wrapper .hero .img-preview img.d-block {
  display: block;
}
@media screen and (max-width: 992px) {
  section.hero-bg .hero-wrapper .hero .img-preview img.d-md-none {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  section.hero-bg .hero-wrapper .hero .img-preview img.d-md-block {
    display: block;
  }
}

section.hero-bg.has-line {
  margin-bottom: 30px;
}

section.hero-bg.has-line .line {
  left: 50%;
  bottom: -134px;
  opacity: 0;
  -webkit-transition: opacity 1s 0.4s;
  -moz-transition: opacity 1s 0.4s;
  -o-transition: opacity 1s 0.4s;
  transition: opacity 1s 0.4s;
}

section.hero-bg.has-line .line.show {
  opacity: 1;
}

section.hero-bg.grey-bg {
  background-image: url("../../images/hero-shape-grey.svg");
}

section.hero-full-bg {
  margin-bottom: 160px;
  background: no-repeat top 60% center url("../../images/bg-hero-full-travel.png"), linear-gradient(90deg, #ca85db 16%, #298cd9 100%);
}

section.hero-full-bg .hero-wrapper {
  padding: 50px 0 0;
}

section.hero-full-bg .hero-wrapper .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.hero-full-bg .hero-wrapper .hero .desc {
  text-align: center;
  margin-bottom: 30px;
}

section.hero-full-bg .hero-wrapper .hero .desc h1 {
  font-size: 38px;
  color: #ffffff;
  line-height: 44px;
  margin-bottom: 30px;
}

section.hero-full-bg .hero-wrapper .hero .desc .description {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Geist", sans-serif;
  width: 460px;
  margin: 0 auto 35px;
  font-weight: normal;
}

section.hero-full-bg .hero-wrapper .hero .desc .create-account {
  position: relative;
  display: inline-block;
}

section.hero-full-bg .hero-wrapper .hero .desc .create-account input[type=email] {
  width: 270px;
  height: 48px;
  background-color: #f5f5f5;
  color: #b9b9b9;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-family: "Geist", sans-serif;
  padding: 0 50px 0 24px;
}

section.hero-full-bg .hero-wrapper .hero .desc .create-account button[type=submit] {
  background: #7e88da;
  background: -moz-linear-gradient(90deg, #7e88da 16%, #598ada 100%);
  background: -webkit-linear-gradient(90deg, #7e88da 16%, #598ada 100%);
  background: linear-gradient(90deg, #7e88da 16%, #598ada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7e88da", endColorstr="#598ada", GradientType=1);
  color: #ffffff;
  border-radius: 30px;
  padding: 13px 35px;
  border: 2px solid #f5f5f5;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  height: 48px;
  left: 0;
  top: 0;
  margin-left: -50px;
}

section.hero-full-bg .hero-wrapper .hero .desc .btn.transparent {
  background: none;
  border: 2px solid #f5f5f5;
}

section.hero-full-bg .hero-wrapper .hero .img-preview {
  display: flex;
  align-items: flex-start;
  margin-top: -130px;
  transform: translateY(130px);
}

section.hero-full-bg .hero-wrapper .hero .img-preview img {
  width: 620px;
  margin: 0 auto;
  max-width: 100%;
}

section.hero-full-bg .hero-wrapper .for-mobile {
  display: none;
}

section.hero-full-bg.err-white .hero-wrapper .desc .error-msg {
  color: #ffffff;
}

section.hero-full-bg.publishers {
  background: #4f78d2;
  background: no-repeat top 60% center url("../../images/bg-hero-full-publishers.png"), linear-gradient(90deg, #4f78d2 0%, #3bc0d6 100%);
}

section.hero-full-bg.publishers .hero-wrapper .hero .desc .create-account button[type=submit] {
  background: linear-gradient(90deg, #569cd4 0%, #58abd5 100%);
}

section.hero-full-bg.saas {
  background: #d3589d;
  background: no-repeat top 60% center url("../../images/saas-hero-bg.png"), linear-gradient(90deg, #d3589d 0%, #ec4088 100%);
}

section.hero-full-bg.saas .hero-wrapper .hero .desc .create-account button[type=submit] {
  background: #394257;
}

section.hero-full-bg.ecommerce {
  background: #763261;
  background: no-repeat top 60% center url("../../images/ecommerce-bg-placeholder.png"), linear-gradient(90deg, #763261 0%, #283961 100%);
}

section.hero-full-bg.ecommerce .hero-wrapper .hero .desc .create-account button[type=submit] {
  background: #763261;
  background: linear-gradient(90deg, #763261 0%, #283961 100%);
}

section.hero-full-bg.agencies {
  background: #fe8278;
  background: no-repeat top 60% center url("../../images/agencies_hero_bg.png"), linear-gradient(90deg, #fe8278 0%, #f15a4d 100%);
}

section.hero-full-bg.agencies .hero-wrapper .hero .desc .create-account button[type=submit] {
  background: #fe8278;
  background: linear-gradient(90deg, #fe8278 0%, #f15a4d 100%);
}

section.hero-full-bg.two-buttons {
  background: #363f53;
  background: no-repeat top 60% center url("../../images/ecommerce-bg-placeholder.png"), linear-gradient(180deg, #363f53 0%, #505c76 100%);
}

section.hero-full-bg.two-buttons .hero-wrapper .hero .description {
  width: 686px;
  font-size: 18px;
}

section.hero-full-bg.two-buttons .hero-wrapper .hero .buttons-wrapper .btn {
  margin: 0 20px;
  min-width: 148px;
}

section.hero-full-bg.two-buttons .hero-wrapper .hero .video-embed {
  display: block;
  width: 605px;
  padding-top: 44px;
  background: no-repeat top left/contain url("../../images/hero-video-embed-bg.png");
  border-radius: 10px;
  overflow: hidden;
}

section.hero-full-customers .hero-wrapper {
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  padding: 15px 0;
}

section.hero-full-customers .hero-wrapper .hero {
  width: 1255px;
  padding: 85px 0 50px;
  position: relative;
}

section.hero-full-customers .hero-wrapper .hero.hide {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

section.hero-full-customers .hero-wrapper .hero .desc {
  text-align: center;
  margin-bottom: 30px;
}

section.hero-full-customers .hero-wrapper .hero .desc h1 {
  width: 570px;
  margin: 0 auto 30px;
}

section.hero-full-customers .hero-wrapper .hero .desc .description {
  width: 560px;
  margin: 0 auto 20px;
  font-size: 18px;
  color: #a0a0a0;
}

section.hero-full-customers .hero-wrapper .hero .customers {
  text-align: center;
}

section.hero-full-customers .hero-wrapper .hero.customers-bg {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  background-size: 25%, 25%;
}

section.hero-full-customers .hero-wrapper .hero .create-account input[type=email] {
  width: 270px;
  height: 48px;
  background-color: #f5f5f5;
  color: #b9b9b9;
  border: none;
  border-radius: 30px;
  padding: 0 50px 0 24px;
  font-size: 16px;
  font-family: "Geist", sans-serif;
}

section.hero-full-customers .hero-wrapper .hero .create-account button[type=submit] {
  background-color: #3ac4d7;
  color: #ffffff;
  border-radius: 30px;
  padding: 13px 35px;
  border: 2px solid #f5f5f5;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  height: 48px;
  left: 0;
  top: 0;
  margin-left: -50px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.hero-full-customers .hero-wrapper .for-mobile {
  display: none;
  max-width: 100%;
}

section.customers {
  padding: 0 0 50px;
  display: none;
}

section.customers h4 {
  font: 22px "Geist", sans-serif;
  color: #a0a0a0;
  text-align: center;
}

section.customers .customers-slider,
section.customers .customers-slider-travel {
  padding: 30px;
  display: flex;
  justify-content: space-around;
}

section.customers .customers-slider img,
section.customers .customers-slider-travel img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: 0 auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.customers .customers-slider img:hover,
section.customers .customers-slider-travel img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

section.customers .customers-slider .slider-item,
section.customers .customers-slider-travel .slider-item {
  text-align: center;
}

section.customers .customers-slider-travel img {
  opacity: 0.5;
}

section.main-feature {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

section.main-feature .desc {
  padding: 0 40px;
}

section.main-feature .desc .type {
  font-family: "Geist", sans-serif;
  font-size: 18px;
  color: #919191;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 26px;
}

section.main-feature .desc > .title {
  font-size: 28px;
  color: #394257;
  margin-bottom: 30px;
}

section.main-feature .desc .description {
  font-family: "Geist", sans-serif;
  color: #a0a0a0;
  font-size: 16px;
  margin-bottom: 30px;
}

section.main-feature .desc .features {
  padding: 40px 0;
}

section.main-feature .desc .features .title {
  text-transform: uppercase;
  color: #394257;
  display: block;
  font-size: 12px;
  font-family: "Geist", sans-serif;
  font-weight: bold;
  margin-bottom: 15px;
}

section.main-feature .desc .features ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.main-feature .desc .features ul li {
  width: 47%;
  list-style: none;
  color: #4fc4d2;
  margin-bottom: 12px;
  padding-left: 18px;
  position: relative;
}

section.main-feature .desc .features ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0;
  background: no-repeat center url("../../images/rounded_rectangle.png");
}

section.main-feature .desc .features ul li span {
  color: #a0a0a0;
  font-size: 14px;
  font-family: "Geist", sans-serif;
}

section.main-feature .preview {
  text-align: center;
}

section.main-feature .preview img {
  max-width: 100%;
}

section.main-feature .preview#pic1,
section.main-feature .preview#pic2 {
  transform: translateY(75px);
  opacity: 0;
}

section.main-feature .preview#pic1.shown,
section.main-feature .preview#pic2.shown {
  transform: none;
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

section.main-feature .tree {
  position: relative;
  height: 300px;
  width: 472px;
  margin: 0 auto;
}

section.main-feature .tree .tree-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -10;
  opacity: 0;
}

section.main-feature .tree.shown .tree-bg {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    -webkit-opacity: 0;
  }
  to {
    opacity: 1;
    -webkit-opacity: 1;
  }
}
section.main-feature .tree span {
  display: inline-table;
  position: absolute;
  font-size: 14px;
  color: #a0a0a0;
  font-family: "Geist", sans-serif;
  padding: 6px 10px 6px 65px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  transform: translate(-50%, 75px);
  opacity: 0;
}

section.main-feature .tree span.shown {
  opacity: 1;
  transform: translate(-50%, 0);
}

section.main-feature .tree span::before {
  content: "";
  height: 26px;
  display: block;
  width: 60px;
  position: absolute;
  left: 5px;
  top: 5px;
}

section.main-feature .tree span.main {
  top: 0;
  left: 50%;
}

section.main-feature .tree span.main::before {
  background: no-repeat center url("../../images/Automations_Cart_Icon.svg");
}

section.main-feature .tree span.main.shown {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.main-feature .tree span.main-travel {
  top: 0;
  left: 50%;
}

section.main-feature .tree span.main-travel::before {
  background: no-repeat center url("../../images/main-travel-automation.svg");
}

section.main-feature .tree span.main-travel.shown {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.main-feature .tree span.clock {
  top: 27%;
  left: 50%;
  padding-left: 55px;
  color: #4fc4d2;
}

section.main-feature .tree span.clock::before {
  background: no-repeat center url("../../images/Automations_Clock_Icon.svg");
  width: 50px;
}

section.main-feature .tree span.clock.shown {
  -webkit-transition: all 0.4s 0.4s;
  -moz-transition: all 0.4s 0.4s;
  -o-transition: all 0.4s 0.4s;
  transition: all 0.4s 0.4s;
}

section.main-feature .tree span.tick {
  top: 54%;
  left: 22%;
  padding-left: 55px;
}

section.main-feature .tree span.tick::before {
  background: no-repeat center url("../../images/Automations_Tick_Icon.svg");
  width: 50px;
}

section.main-feature .tree span.tick.shown {
  -webkit-transition: all 0.4s 0.8s;
  -moz-transition: all 0.4s 0.8s;
  -o-transition: all 0.4s 0.8s;
  transition: all 0.4s 0.8s;
}

section.main-feature .tree span.cross {
  top: 54%;
  left: 75%;
  padding-left: 55px;
}

section.main-feature .tree span.cross::before {
  background: no-repeat center url("../../images/Automations_X_Icon.svg");
  width: 50px;
}

section.main-feature .tree span.cross.shown {
  -webkit-transition: all 0.4s 0.8s;
  -moz-transition: all 0.4s 0.8s;
  -o-transition: all 0.4s 0.8s;
  transition: all 0.4s 0.8s;
}

section.main-feature .tree span.email {
  top: 84%;
}

section.main-feature .tree span.email::before {
  background: no-repeat center url("../../images/Automations_Email_Icon.svg");
}

section.main-feature .tree span.email.left {
  left: 21%;
}

section.main-feature .tree span.email.right {
  left: 75%;
}

section.main-feature .tree span.email.shown {
  -webkit-transition: all 0.4s 1.2s;
  -moz-transition: all 0.4s 1.2s;
  -o-transition: all 0.4s 1.2s;
  transition: all 0.4s 1.2s;
}

section.main-feature .tree-screenshots {
  position: relative;
  height: 484px;
}

section.main-feature .tree-screenshots .icons-wrapper {
  width: 320px;
  height: 430px;
  margin: 0 auto;
  position: relative;
}

section.main-feature .tree-screenshots .icons-wrapper .mail-wrapper {
  position: absolute;
  top: 40px;
  left: 0;
}

section.main-feature .tree-screenshots .icons-wrapper .mail-wrapper .mail {
  width: 90px;
  height: 90px;
  background: #fff no-repeat center center url("../../images/Automations_Email_Icon.svg");
  background-size: 70%;
  border: 2px solid #4fc3d1;
  border-radius: 100%;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  opacity: 0;
}

section.main-feature .tree-screenshots .icons-wrapper .mail-wrapper .horizontal {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 30px;
  height: 2px;
  background-color: #4fc4d2;
  opacity: 0;
}

section.main-feature .tree-screenshots .icons-wrapper .mail-wrapper .vertical {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 60px;
  background-color: #4fc4d2;
  opacity: 0;
}

section.main-feature .tree-screenshots .icons-wrapper img {
  border-radius: 5px;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  opacity: 0;
  position: absolute;
}

section.main-feature .tree-screenshots .icons-wrapper img.editor {
  top: 20px;
  left: 120px;
  z-index: 2;
}

section.main-feature .tree-screenshots .icons-wrapper img.results {
  top: 190px;
  left: 10px;
}

section.main-feature .tree-screenshots.personalization .icons-wrapper {
  width: 400px;
}

section.main-feature .tree-screenshots.personalization .icons-wrapper .mail-wrapper .mail {
  left: 40px;
}

section.main-feature .tree-screenshots.personalization .icons-wrapper .mail-wrapper .horizontal {
  width: 90px;
}

section.main-feature .tree-screenshots.personalization .icons-wrapper .mail-wrapper .vertical {
  height: 37px;
}

section.main-feature .tree-screenshots.personalization .icons-wrapper img {
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}

section.main-feature .tree-screenshots.personalization .icons-wrapper img.editor {
  top: 10px;
  left: 170px;
}

section.main-feature .tree-screenshots.personalization .icons-wrapper img.results {
  top: 160px;
  left: 6px;
}

section.main-feature .tree-screenshots.shown .icons-wrapper .mail,
section.main-feature .tree-screenshots.shown .icons-wrapper .vertical {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

section.main-feature .tree-screenshots.shown .icons-wrapper .editor,
section.main-feature .tree-screenshots.shown .icons-wrapper .horizontal {
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.4s;
  -moz-transition: opacity 0.4s 0.4s;
  -o-transition: opacity 0.4s 0.4s;
  transition: opacity 0.4s 0.4s;
}

section.main-feature .tree-screenshots.shown .icons-wrapper .results {
  opacity: 1;
  -webkit-transition: opacity 0.4s 0.8s;
  -moz-transition: opacity 0.4s 0.8s;
  -o-transition: opacity 0.4s 0.8s;
  transition: opacity 0.4s 0.8s;
}

section.main-feature .for-mobile {
  display: none;
}

section.main-feature.animate .simple {
  opacity: 0;
  transform: translateY(75px);
}

section.main-feature.animate.shown .simple {
  opacity: 1;
  transform: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.main-feature.animate.shown .line {
  opacity: 1;
  -webkit-transition: all 0.4s 1s;
  -moz-transition: all 0.4s 1s;
  -o-transition: all 0.4s 1s;
  transition: all 0.4s 1s;
}

section.main-feature.dark-bg .desc .title,
section.main-feature.dark-bg .desc .description {
  color: #ffffff;
}

section.main-feature .line {
  left: 54%;
  bottom: -174px;
}

section.main-feature.u-orange-title .desc .title {
  color: #ff6154;
  font-size: 24px;
}

section.other-features {
  padding: 50px 0 50px;
  background: no-repeat bottom 20% center url(../../images/bg-circles-4.png);
}

section.other-features .description {
  margin-bottom: 45px;
  text-align: center;
}

section.other-features .description h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #394257;
  margin-bottom: 45px;
}

section.other-features .description p {
  width: 630px;
  font-size: 18px;
  color: #a0a0a0;
  display: inline-block;
  font-family: "Geist", sans-serif;
  line-height: 24px;
}

section.other-features .features-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

section.other-features .features-row .feature-item {
  flex: 0 1 calc(25% - 0.75em);
  background-color: #ffffff;
  border-radius: 5px;
  border-bottom: 6px solid #6bcbdb;
  text-align: center;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 992px) {
  section.other-features .features-row .feature-item {
    flex: 0 1 calc(33% - 0.66em);
  }
}
@media only screen and (max-width: 768px) {
  section.other-features .features-row .feature-item {
    flex: 0 1 calc(50% - 0.5em);
  }
}
@media only screen and (max-width: 576px) {
  section.other-features .features-row .feature-item {
    flex: 0 1 100%;
  }
}

section.other-features .features-row .feature-item .icon {
  background-position: center;
  background-repeat: no-repeat;
  height: 60px;
  margin-top: 40px;
  margin-bottom: 30px;
}

section.other-features .features-row .feature-item h3 {
  font-size: 22px;
  color: #394257;
  text-align: center;
  line-height: 28px;
  padding: 0 15px 28px;
}

section.other-features .features-row .feature-item p {
  color: #a0a0a0;
  font-size: 16px;
  font-family: "Geist", sans-serif;
  text-align: center;
  line-height: 24px;
  padding: 0 15px;
  margin-bottom: 20px;
}

section.other-features .features-row .feature-item .read-more {
  font-size: 14px;
  font-weight: bold;
  color: #3ac4d7;
  padding: 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #3ac4d7;
}

section.other-features.u-landing-pages {
  background: no-repeat bottom 20% center url(../../images/landing_page_features_bg.png);
}

section.other-features.u-landing-pages .features-row {
  justify-content: flex-start;
  gap: 1em;
}

section.other-features.u-landing-pages .features-row .feature-item {
  margin: 0;
}

section.support {
  padding: 50px 0 50px;
}

section.support .description {
  margin-bottom: 15px;
  text-align: center;
}

section.support .description h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #394257;
  margin-bottom: 45px;
}

section.support .description p {
  width: 630px;
  font-size: 18px;
  color: #a0a0a0;
  display: inline-block;
  font-family: "Geist", sans-serif;
  line-height: 24px;
}

section.support .features-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 35px 0 45px;
  background: no-repeat top center url("../../images/bg-circles-5.png");
  background-size: contain;
}

section.support .features-row .feature-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 352px;
  padding-bottom: 40px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
}

section.support .features-row .feature-item .icon {
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 75px;
  margin-top: 28px;
  margin-bottom: 28px;
}

section.support .features-row .feature-item h3 {
  font-size: 22px;
  color: #394257;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  padding: 0 20px 28px;
}

section.support .features-row .feature-item p {
  color: #a0a0a0;
  font-size: 16px;
  font-family: "Geist", sans-serif;
  text-align: center;
  line-height: 24px;
  padding: 0 35px;
  margin-bottom: 25px;
}

section.support .features-row .feature-item .read-more {
  margin-top: auto;
  font-size: 14px;
  font-weight: bold;
  color: #3ac4d7;
  padding: 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #3ac4d7;
}

section.integrations {
  background-color: #394257;
  padding: 25px 0;
  margin: 40px 0;
}
section.integrations.mt-0 {
  margin-top: 0;
}

section.integrations .container {
  display: flex;
  align-items: center;
}

section.integrations .container .description {
  padding: 55px 30px 55px 0;
  width: 38%;
}

section.integrations .container .description h2 {
  font-size: 38px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 45px;
  line-height: 48px;
}

section.integrations .container .description p {
  font-size: 18px;
  color: #ffffff;
  font-family: "Geist", sans-serif;
  margin-bottom: 45px;
  line-height: 28px;
}

section.integrations .container .preview img {
  max-width: 100%;
}

section.integrations.animate .description,
section.integrations.animate .preview {
  opacity: 0;
  transform: translateY(75px);
}

section.integrations.animate.shown .description,
section.integrations.animate.shown .preview {
  opacity: 1;
  transform: none;
}

section.integrations.animate.shown .preview {
  -webkit-transition: all 0.4s 0.5s;
  -moz-transition: all 0.4s 0.5s;
  -o-transition: all 0.4s 0.5s;
  transition: all 0.4s 0.5s;
}

section.integrations.animate.shown .description {
  -webkit-transition: all 0.4s 1s;
  -moz-transition: all 0.4s 1s;
  -o-transition: all 0.4s 1s;
  transition: all 0.4s 1s;
}

section.integrations.animate.shown .line {
  opacity: 1;
  -webkit-transition: all 0.4s 1s;
  -moz-transition: all 0.4s 1s;
  -o-transition: all 0.4s 1s;
  transition: all 0.4s 1s;
}

section.integrations.has-line {
  margin-bottom: 190px;
}

section.integrations.has-line .line {
  left: 30%;
  bottom: -244px;
}

section.testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 85px 110px;
  background: no-repeat center url("../../images/bg-circles-6.png");
}

section.testimonials .personal-info {
  width: 300px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
}

section.testimonials .personal-info .item .portrait {
  display: flex;
  justify-content: center;
  height: 190px;
}

section.testimonials .personal-info .item .portrait img {
  align-self: center;
}

section.testimonials .personal-info .item .name,
section.testimonials .personal-info .item .title {
  text-transform: uppercase;
  color: #384256;
}

section.testimonials .personal-info .item .name {
  font-size: 18px;
  font-weight: bold;
}

section.testimonials .personal-info .item .title {
  font-size: 16px;
  font-weight: lighter;
  padding: 22px 25px;
}

section.testimonials .testimonials-content {
  width: 605px;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 27px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
}

section.testimonials .testimonials-content h3 {
  font-family: "Geist", sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #4fc4d2;
  margin-bottom: 20px;
}

section.testimonials .testimonials-content .testimonials-slider .item {
  font-size: 22px;
  color: #384256;
  font-weight: lighter;
}

section.testimonials .slick-dots {
  margin: 20px 0 0;
}

section.testimonials .slick-dots button:before {
  font-size: 14px;
}

section.case-study {
  padding: 85px 110px;
  background: no-repeat center url("../../images/bg-circles-7.png");
}

section.case-study h2 {
  width: 612px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #394257;
  margin: 0 auto 45px;
}

section.case-study .box {
  width: 612px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
}

section.case-study .box .content {
  padding: 35px 30px 45px;
}

section.case-study .box .content .logo {
  margin-bottom: 30px;
}

section.case-study .box .content h4 {
  font-size: 18px;
  font-weight: bold;
  color: #384256;
  margin-bottom: 30px;
}

section.case-study .box .content p {
  font-family: "Geist", sans-serif;
  font-size: 16px;
  color: #a0a0a0;
  margin-bottom: 30px;
  line-height: 24px;
  font-weight: normal;
}

section.case-study .box .content .author,
section.case-study .box .content .company {
  font-size: 16px;
  font-family: "Geist", sans-serif;
  color: #384256;
}

section.case-study .box .content .author {
  font-weight: bold;
  text-transform: uppercase;
}

section.centered-box-tabs {
  padding: 85px 0;
  background: no-repeat top 80% center url("../../images/centered-box-bg.png");
  text-align: center;
}

section.centered-box-tabs h2 {
  width: 612px;
  font-size: 28px;
  font-weight: bold;
  color: #394257;
  margin: 0 auto 45px;
}

section.centered-box-tabs p {
  width: 450px;
  margin: 0 auto 60px;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  color: #a0a0a0;
  line-height: 24px;
  font-weight: normal;
}

section.centered-box-tabs .tabs-wrapper h4 {
  font: bold 20px "Geist", sans-serif;
  color: #394257;
  margin-bottom: 15px;
}

section.centered-box-tabs .tabs-wrapper .tabs {
  display: flex;
  border: 2px solid #394257;
  border-radius: 15px;
  width: 282px;
  height: 78px;
  margin: 0 auto 22px;
  justify-content: space-evenly;
  overflow: hidden;
}

section.centered-box-tabs .tabs-wrapper .tabs a {
  width: 100%;
  padding-top: 50px;
  position: relative;
  font: 500 12px "Geist", sans-serif;
  color: #394257;
  text-transform: uppercase;
  display: inline-block;
  border-right: 2px solid #888e9a;
  opacity: 0.4;
}

section.centered-box-tabs .tabs-wrapper .tabs a:last-child {
  border-right: none;
}

section.centered-box-tabs .tabs-wrapper .tabs a::before {
  content: "";
  width: 50px;
  height: 50px;
  top: 4%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

section.centered-box-tabs .tabs-wrapper .tabs a.rainy::before {
  background: no-repeat center center url(../../images/rain-icon.svg);
}

section.centered-box-tabs .tabs-wrapper .tabs a.sunny::before {
  background: no-repeat center center url(../../images/sun-icon.svg);
}

section.centered-box-tabs .tabs-wrapper .tabs a.snowy::before {
  background: no-repeat center center url(../../images/snow-icon.svg);
}

section.centered-box-tabs .tabs-wrapper .tabs a.active,
section.centered-box-tabs .tabs-wrapper .tabs a:hover {
  opacity: 1;
}

section.centered-box-tabs .box {
  width: 700px;
  padding-top: 56px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  background: no-repeat top left url("../../images/tabs-image-placeholder.png");
}

section.centered-box-tabs .box img {
  max-width: 100%;
  display: none;
}

section.centered-box-tabs .box img.active {
  display: block;
}

section.centered-box-tabs.dark {
  background: #394257 center no-repeat url("../../images/weather-background-circles.png");
}

section.centered-box-tabs.dark h2,
section.centered-box-tabs.dark p {
  color: #ffffff;
}

section.centered-box-tabs.dark .tabs-wrapper {
  display: none;
}

section.centered-box-tabs.dark .tabs-wrapper h4 {
  color: #ffffff;
}

section.centered-box-tabs.dark .tabs-wrapper .tabs {
  border: 2px solid #ffffff;
}

section.centered-box-tabs.dark .tabs-wrapper .tabs a {
  color: #ffffff;
}

section.centered-box-tabs.dark .tabs-wrapper .tabs a.rainy::before {
  background: no-repeat center center url(../../images/ecommerce-rain-dark.png);
}

section.centered-box-tabs.dark .tabs-wrapper .tabs a.sunny::before {
  background: no-repeat center center url(../../images/ecommerce-sun-dark.png);
}

section.centered-box-tabs.dark .tabs-wrapper .tabs a.snowy::before {
  background: no-repeat center center url(../../images/ecommerce-snow-dark.png);
}

section.centered-box-tabs.dark .tabs-wrapper .tabs a.active,
section.centered-box-tabs.dark .tabs-wrapper .tabs a:hover {
  opacity: 1;
}

section.centered-box-tabs.dark .tabs-wrapper.dark {
  display: block;
}

section.image-decription {
  padding: 85px 0;
  background: no-repeat top 80% center url("../../images/image-description-bg.png");
  text-align: center;
}

section.image-decription h2 {
  width: 612px;
  font-size: 28px;
  font-weight: bold;
  color: #394257;
  margin: 0 auto 45px;
}

section.image-decription p {
  width: 450px;
  margin: 0 auto 60px;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  color: #a0a0a0;
  line-height: 24px;
  font-weight: normal;
}

section.image-decription .box {
  width: 740px;
  padding-top: 61px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 0 auto 40px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  background: no-repeat top left url("../../images/image-editor-placeholder.png");
}

section.image-decription .box img {
  max-width: 100%;
}

section.image-decription .bottom-desc {
  width: 600px;
  font-size: 16px;
}

section.register {
  background: #8ed9e2;
  background: no-repeat top center url("../../images/register-circles.png"), linear-gradient(180deg, #8ed9e2 0%, #51c5d3 100%);
  padding: 70px 0 60px;
  text-align: center;
}

section.register h2 {
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
  width: 750px;
  margin: 0 auto 40px;
}

section.register p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Geist", sans-serif;
  width: 600px;
  margin: 0 auto 40px;
}

section.register .create-account {
  position: relative;
  display: inline-block;
}

section.register .create-account input[type=email] {
  width: 270px;
  height: 48px;
  background-color: #f5f5f5;
  color: #b9b9b9;
  border: none;
  border-radius: 30px;
  padding: 0 50px 0 24px;
  font-size: 16px;
  font-family: Hind, sans-serif;
}

section.register .create-account button[type=submit] {
  background-color: #ff6154;
  color: #fff;
  border-radius: 30px;
  padding: 13px 35px;
  border: 2px solid #f5f5f5;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  height: 48px;
  left: 0;
  top: 0;
  margin-left: -50px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.register .create-account button[type=submit]:hover {
  background-color: #ec5044;
}

section.register .mobile {
  display: none;
}

section.register.dark {
  background: #464f64;
  background: no-repeat top center url("../../images/register-circles.png"), linear-gradient(90deg, #464f64 0%, #3c455a 100%);
}

section.templates-wrapper {
  padding: 85px 0;
  text-align: center;
  background: #f9f3fb;
  background: no-repeat center center url("../../images/templates-preview-bg.png"), linear-gradient(45deg, #f9f3fb 16%, #d5e8f7 100%);
}

section.templates-wrapper .templates h2 {
  width: 612px;
  font-size: 28px;
  font-weight: bold;
  color: #394257;
  margin: 0 auto 45px;
}

section.templates-wrapper .templates p {
  width: 450px;
  margin: 0 auto 60px;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  color: #a0a0a0;
  line-height: 24px;
  font-weight: normal;
}

section.templates-wrapper .templates .previews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

section.templates-wrapper.dark {
  background: #394257 no-repeat center center url("../../images/templates-preview-bg-dark.png");
}

section.templates-wrapper.dark .templates h2,
section.templates-wrapper.dark .templates p {
  color: #ffffff;
}

section.templates-wrapper.purple {
  background: #9f7092;
  background: no-repeat center center url("../../images/templates-preview-bg-dark.png"), linear-gradient(90deg, #9f7092 0%, #6b7490 100%);
}

section.templates-wrapper.purple .templates h2,
section.templates-wrapper.purple .templates p {
  color: #ffffff;
}

section.templates-wrapper.purple .templates .btn {
  background-color: #394257;
}

section.templates-wrapper.blue {
  background: #83a4e0;
  background: no-repeat center center url("../../images/templates-preview-bg-blue.png"), linear-gradient(90deg, #83a4e0 0%, #89d7e7 100%);
}

section.templates-wrapper.blue .templates h2,
section.templates-wrapper.blue .templates p {
  color: #ffffff;
}

section.templates-wrapper.blue .templates .btn {
  background-color: #394257;
}

section.templates-wrapper.extra-bottom-space {
  margin-bottom: 50px;
}

section.case-testimonial {
  background: #59a1e1;
  background: -moz-linear-gradient(90deg, #59a1e1 16%, #cf9de2 100%);
  background: -webkit-linear-gradient(90deg, #59a1e1 16%, #cf9de2 100%);
  background: linear-gradient(90deg, #59a1e1 16%, #cf9de2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#59a1e1", endColorstr="#cf9de2", GradientType=1);
}

section.case-testimonial .case-testimonial-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 30px;
}

section.case-testimonial .case-testimonial-wrapper .description {
  width: 55%;
  padding-right: 50px;
  align-self: center;
  background: no-repeat center center url("../../images/double-quote-bg.png");
  color: #ffffff;
}

section.case-testimonial .case-testimonial-wrapper .description .title {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

section.case-testimonial .case-testimonial-wrapper .description .title h4 {
  font-size: 22px;
  font-weight: bold;
  padding: 0 30px;
  color: #ffffff;
}

section.case-testimonial .case-testimonial-wrapper .description .title > img {
  max-width: 203px;
}

section.case-testimonial .case-testimonial-wrapper .description p {
  font: normal 20px "Geist", sans-serif;
  line-height: 24px;
  margin-bottom: 30px;
  padding: 8px 0 0 40px;
  position: relative;
  color: #ffffff;
}

section.case-testimonial .case-testimonial-wrapper .description p::before {
  content: '"';
  font: bold 50px "Geist", sans-serif;
  font-style: italic;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 50px;
}

section.case-testimonial .case-testimonial-wrapper .description .author {
  font: bold 16px "Geist", sans-serif;
  text-transform: uppercase;
}

section.case-testimonial .case-testimonial-wrapper .description .company {
  font: normal 16px "Geist", sans-serif;
}

section.case-testimonial .case-testimonial-wrapper .picture {
  width: 37%;
  background: no-repeat center url("../../images/case-testimonial-picture-bg.png");
}

section.case-testimonial .case-testimonial-wrapper .picture img {
  float: right;
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  transform: translateY(-12%);
}

section.case-testimonial.dark {
  background: #915d83;
  background: linear-gradient(90deg, #915d83 0%, #556181 100%);
}

section.case-testimonial.dark .case-testimonial-wrapper .description .title h4 {
  color: #ffffff;
}

section.case-testimonial.dark .case-testimonial-wrapper .description p {
  color: #ffffff;
}

section.case-testimonial.white {
  background: #ffffff;
}

section.case-testimonial.white .case-testimonial-wrapper .description {
  color: #394257;
  background: no-repeat center center url(../../images/double-quote-bg-darker.png);
}

section.case-testimonial.white .case-testimonial-wrapper .description .title h4 {
  color: #394257;
}

section.case-testimonial.white .case-testimonial-wrapper .description p {
  color: #394257;
}

section.case-testimonial.white .case-testimonial-wrapper .picture {
  background: no-repeat center url(../../images/case-testimonial-picture-bg-darker.png);
}

section.case-testimonial.blue {
  background: #64c9de;
  background: linear-gradient(90deg, #64c9de 0%, #7297dc 100%);
}

section.case-testimonial.blue .case-testimonial-wrapper .description .title h4 {
  color: #ffffff;
}

section.case-testimonial.blue .case-testimonial-wrapper .description p {
  color: #ffffff;
}

section.features-grid {
  background: #3a4358;
  background: -moz-linear-gradient(121deg, #3a4358 16%, #495267 100%);
  background: -webkit-linear-gradient(121deg, #3a4358 16%, #495267 100%);
  background: linear-gradient(121deg, #3a4358 16%, #495267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a4358", endColorstr="#495267", GradientType=1);
}

section.features-grid .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 85px 0 70px;
}

section.features-grid .wrapper .item {
  color: #ffffff;
  text-align: center;
  padding: 50px 70px 60px;
}

section.features-grid .wrapper .item h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #ffffff;
}

section.features-grid .wrapper .item p {
  font: normal 16px "Geist", sans-serif;
  line-height: 24px;
  color: #ffffff;
}

section.features-grid .wrapper .item .img-wrapper {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

section.features-grid .wrapper .item .img-wrapper img {
  max-width: 60%;
}

section.features-grid .wrapper .item.u-line-left {
  border-left: 1px solid #4d5b7c;
}

section.features-grid .wrapper .divider {
  border-top: 1px solid #4d5b7c;
  width: 90%;
  margin: 0 auto;
}

section.features-grid.light {
  background: no-repeat top 20% center url("../../images/features-variation-light.png");
  margin-top: 50px;
}

section.features-grid.light .main-title {
  text-align: center;
}

section.features-grid.light .wrapper {
  padding-top: 10px;
}

section.features-grid.light .wrapper .item {
  padding: 50px 50px 45px;
}

section.features-grid.light .wrapper .item .item-container {
  height: 100%;
  padding: 40px 25px;
  border-radius: 6px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

section.features-grid.light .wrapper .item .item-container .img-wrapper {
  min-height: 223px;
}

section.features-grid.light .wrapper .item .item-container h3 {
  color: #394257;
}

section.features-grid.light .wrapper .item .item-container p {
  color: #a0a0a0;
}

section.features-grid.light .wrapper .item.u-line-left {
  border-left: none;
}

section.tracking-map {
  padding: 85px 0;
  background: #3a4358;
  background: -moz-linear-gradient(121deg, #3a4358 16%, #495267 100%);
  background: -webkit-linear-gradient(121deg, #3a4358 16%, #495267 100%);
  background: linear-gradient(121deg, #3a4358 16%, #495267 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a4358", endColorstr="#495267", GradientType=1);
}

section.tracking-map .tracking-wrapper {
  text-align: center;
}

section.tracking-map .tracking-wrapper h2 {
  width: 612px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto 45px;
}

section.tracking-map .tracking-wrapper p {
  width: 450px;
  margin: 0 auto 60px;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-weight: normal;
}

section.tracking-map .tracking-wrapper .btn {
  margin-bottom: 40px;
}

section.tracking-map .tracking-wrapper .map-dots {
  display: flex;
  align-items: center;
}

section.tracking-map .tracking-wrapper .map-dots button {
  position: relative;
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

section.tracking-map .tracking-wrapper .map-dots .prev .fas,
section.tracking-map .tracking-wrapper .map-dots .next .fas {
  font-size: 30px;
  color: #3ac4d7;
}

section.tracking-map .tracking-wrapper .map-dots .dot button {
  width: 15px;
  height: 20px;
}

section.tracking-map .tracking-wrapper .map-dots .dot button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 15px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section.tracking-map .tracking-wrapper .map-dots .dot.active button::before {
  color: #3ac4d7;
}

section.tracking-map .tracking-wrapper .map-dots li {
  margin: 0 3px;
}

section.tracking-map .tracking-wrapper .for-mobile {
  display: none;
}

section.tracking-map .tracking-wrapper .box img {
  max-width: 100%;
}

section.search-bar {
  border-bottom: 2px solid #e1e1e1;
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 998;
  top: 92px;
}

@media screen and (max-width: 992px) {
  section.search-bar {
    top: 70px;
  }
}
section.search-bar .search {
  display: flex;
  padding: 12px 0;
  position: relative;
  z-index: 991;
}

section.search-bar .search .icon {
  width: 100px;
  border-right: 2px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 19px;
}

section.search-bar .search .icon i {
  font-size: 24px;
}

section.search-bar .search .search-form {
  flex-grow: 1;
}

section.search-bar .search .search-form form input[type=text] {
  outline: none;
  font-family: "Geist", sans-serif;
  line-height: 43px;
  height: 43px;
  font-size: 16px;
  border: none;
  width: 100%;
  padding: 0 20px;
}

section.search-bar .search .results {
  position: absolute;
  top: 100%;
  left: -2px;
  right: -2px;
  background-color: #fff;
  border: 2px solid #efefef;
  border-top: 3px solid #3ac4d7;
  z-index: 10001;
  display: none;
}

section.search-bar .search .results .list {
  max-height: 515px;
  overflow-y: scroll;
}

section.search-bar .search .results .list .item {
  border-bottom: 1px solid #f7f7f7;
}

section.search-bar .search .results .list .item a {
  font-family: "Geist", sans-serif;
  padding: 28px 60px;
  font-size: 18px;
  display: block;
  color: #384257;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.search-bar .search .results .list .item a:hover {
  color: #3ac4d7;
}

section.search-bar .search .results .btn-wrapper {
  text-align: center;
}

section.search-bar .search .results .btn-wrapper .u-search-results {
  margin: 40px auto;
  border: none;
}

section.search-bar .search .results .loader {
  display: block;
  margin: 55px auto;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3ac4d7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

section.search-bar .search.focused {
  border-left: 2px solid #efefef;
  border-right: 2px solid #efefef;
  background-color: #fff;
  position: relative;
  top: 0;
  left: -2px;
  right: -2px;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
section.search-bar .search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(239, 239, 239, 0.6);
  z-index: 990;
}

section.help-hero {
  margin-bottom: 110px;
  background-color: #3ac4d7;
}

section.help-hero .hero-wrapper {
  padding: 60px 0 0;
}

section.help-hero .hero-wrapper .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.help-hero .hero-wrapper .hero .desc {
  text-align: center;
}

section.help-hero .hero-wrapper .hero .desc h1 {
  font-size: 38px;
  color: #ffffff;
  line-height: 44px;
  margin-bottom: 30px;
}

section.help-hero .hero-wrapper .hero .desc p {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Geist", sans-serif;
  width: 82%;
  margin: 0 auto;
  font-weight: normal;
}

section.help-hero .hero-wrapper .hero .img-preview {
  display: flex;
  align-items: flex-start;
  transform: translateY(50px);
  margin-top: -10px;
}

section.help-hero .hero-wrapper .hero .img-preview img {
  margin: 0 auto;
  max-width: 100%;
}

section.help-hero .hero-wrapper .hero .for-mobile {
  display: none;
}

section.help .description {
  text-align: center;
}

section.help .description .icon {
  margin-bottom: 40px;
  width: 77px;
}

section.help .description h2 {
  font-size: 28px;
  font-weight: bold;
  color: #394257;
  margin-bottom: 50px;
}

section.help .description p {
  font: normal 18px "Geist", sans-serif;
  color: #a0a0a0;
}

section.help .help-list {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0 45px;
  margin-right: -20px;
  margin-left: -20px;
}

section.help .help-list .wrapper {
  width: 25%;
  padding: 40px 20px;
}

section.help .help-list .wrapper article {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

section.help .help-list .wrapper article .icon {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 130px;
}

section.help .help-list .wrapper article .icon img {
  align-self: center;
  width: 64px;
  height: 64px;
}

section.help .help-list .wrapper article h3 {
  font-size: 22px;
  color: #394257;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  padding: 0 15px 28px;
}

section.help .help-list .wrapper article p {
  flex-grow: 1;
  color: #a0a0a0;
  font-size: 16px;
  font-family: "Geist", sans-serif;
  text-align: center;
  line-height: 24px;
  padding: 0 20px;
  margin-bottom: 25px;
}

section.help .help-list .wrapper article .read-more {
  font-size: 14px;
  font-weight: bold;
  color: #3ac4d7;
  padding: 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #3ac4d7;
}

section.help.custom .description h2 {
  margin-bottom: 0;
}

section.help.custom .help-list {
  padding-top: 0;
  padding-bottom: 10px;
}

section.help.custom .help-list .wrapper article img {
  width: auto;
  height: auto;
  max-width: 80%;
}

section.help.custom .btn-wrapper a {
  font-size: 14px;
  font-weight: bold;
  color: #ff6154;
  padding: 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #ff6154;
}

section.help-bottom {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0 45px;
}

section.help-bottom .wrapper {
  width: 50%;
  padding: 40px 20px;
}

section.help-bottom .wrapper article {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  background-color: #ffffff;
}

section.help-bottom .wrapper article .icon {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 130px;
}

section.help-bottom .wrapper article .icon img {
  align-self: center;
  width: 75px;
  height: 75px;
}

section.help-bottom .wrapper article h3 {
  font-size: 22px;
  color: #394257;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  padding: 0 15px 28px;
}

section.help-bottom .wrapper article p {
  flex-grow: 1;
  color: #a0a0a0;
  font-size: 16px;
  font-family: "Geist", sans-serif;
  text-align: center;
  line-height: 24px;
  padding: 0 10%;
  margin-bottom: 25px;
}

section.help-bottom .wrapper article .read-more {
  font-size: 14px;
  font-weight: bold;
  color: #3ac4d7;
  padding: 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #3ac4d7;
}

section.segmentation-examples {
  padding: 85px 0;
  text-align: center;
  background: #f9f3fb;
  background: no-repeat center center url("../../images/templates-preview-bg-dark.png"), linear-gradient(121deg, #3a4358 16%, #495267 100%);
}

section.segmentation-examples .segmentation-wrapper h2 {
  width: 612px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto 45px;
}

section.segmentation-examples .segmentation-wrapper p {
  width: 570px;
  margin: 0 auto 60px;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-weight: normal;
}

section.segmentation-examples .segmentation-wrapper .segmentation-carousel .item {
  width: 303px;
}

section.segmentation-examples .segmentation-wrapper .segmentation-carousel .slick-slide:not(.slick-active) {
  transform: scale(0.6);
  filter: brightness(0.8);
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

section.segmentation-examples .segmentation-wrapper .segmentation-carousel .slick-slide.slick-active {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

section.segmentation-examples .segmentation-wrapper .segmentation-carousel .slick-slide.slick-active.slick-current {
  opacity: 1;
  z-index: 88888;
  position: relative;
}

section.segmentation-examples .segmentation-wrapper .segmentation-carousel .slick-slide.fright {
  transform: translateX(-30%) scale(0.8);
  filter: brightness(0.8);
  position: relative;
  z-index: 888;
}

section.segmentation-examples .segmentation-wrapper .segmentation-dashboard-wrapper .segmentation-carousel .slick-slide.fright {
  transform: translateX(-55%) scale(0.8);
}

section.segmentation-examples .segmentation-wrapper .segmentation-carousel .slick-slide.fleft {
  transform: translateX(30%) scale(0.8);
  filter: brightness(0.8);
  position: relative;
  z-index: 888;
}

section.segmentation-examples .segmentation-wrapper .segmentation-dashboard-wrapper .segmentation-carousel .slick-slide.fleft {
  transform: translateX(55%) scale(0.8);
}

section.segmentation-examples .segmentation-wrapper .segmentation-carousel .slick-slide.sright {
  transform: translateX(-70%) scale(0.7);
  filter: brightness(0.8);
}

section.segmentation-examples .segmentation-wrapper .segmentation-dashboard-wrapper .segmentation-carousel .slick-slide.sright {
  transform: translateX(-120%) scale(0.7);
}

section.segmentation-examples--less-images .segmentation-wrapper .segmentation-carousel .slick-slide.sright {
  opacity: 0;
}

section.segmentation-examples .segmentation-wrapper .segmentation-carousel .slick-slide.sleft {
  transform: translateX(70%) scale(0.7);
  filter: brightness(0.8);
}

section.segmentation-examples .segmentation-wrapper .segmentation-dashboard-wrapper .segmentation-carousel .slick-slide.sleft {
  transform: translateX(120%) scale(0.7);
}

section.segmentation-examples--less-images .segmentation-wrapper .segmentation-carousel .slick-slide.sleft {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  section.segmentation-examples .segmentation-wrapper .segmentation-dashboard-wrapper .segmentation-carousel .slick-slide img {
    max-width: 300px;
  }
}
section.segmentation-examples .segmentation-wrapper .segmentation-carousel .slick-slide.slick-center {
  z-index: 88888;
  position: relative;
  transform: none;
  filter: none;
}

section.segmentation-examples .segex-arrows {
  display: flex;
  justify-content: center;
}

section.segmentation-examples .segex-arrows li {
  margin: 20px;
}

section.segmentation-examples .segex-arrows li.prev .fas,
section.segmentation-examples .segex-arrows li.next .fas {
  font-size: 30px;
  color: #ffffff;
}

section.segmentation-parameters {
  padding: 80px 20px;
}

section.segmentation-parameters h2 {
  width: 612px;
  font-size: 34px;
  font-weight: bold;
  color: #394257;
  margin: 0 auto 45px;
  text-align: center;
}

section.segmentation-parameters > p {
  width: 450px;
  margin: 0 auto 60px;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  color: #394257;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
}

section.segmentation-parameters .parameters {
  display: flex;
  flex-wrap: wrap;
}

section.segmentation-parameters .parameters .item-wrapper {
  width: 33.3333333%;
}

section.segmentation-parameters .parameters .item-wrapper .item {
  padding: 40px 25px 45px;
  position: relative;
}

section.segmentation-parameters .parameters .item-wrapper .item h4,
section.segmentation-parameters .parameters .item-wrapper .item p {
  font-family: "Geist", sans-serif;
}

section.segmentation-parameters .parameters .item-wrapper .item h4 {
  font-size: 20px;
  color: #394257;
  font-weight: 500;
  margin-bottom: 10px;
}

section.segmentation-parameters .parameters .item-wrapper .item p {
  font-size: 16px;
  color: #a0a0a0;
  line-height: 24px;
}

section.segmentation-parameters .parameters .item-wrapper .item::before {
  content: "";
  width: 24px;
  height: 22px;
  position: absolute;
  left: 25px;
  top: 0;
  background: no-repeat url("../../images/seg_cyan_icon.svg");
}

section.segmentation-parameters .parameters .item-wrapper .item.blue::before {
  background: no-repeat url("../../images/seg_cyan_icon.svg");
}

section.segmentation-parameters .parameters .item-wrapper .item.black::before {
  background: no-repeat url("../../images/seg_blue_icon.svg");
}

section.segmentation-parameters .parameters .item-wrapper .item.red::before {
  background: no-repeat url("../../images/seg_red_icon.svg");
}

section.segmentation-parameters .parameters .item-wrapper .item.yellow::before {
  background: no-repeat url("../../images/seg_yellow_icon.svg");
}

section.segmentation-parameters .segpar-arrows {
  display: flex;
  justify-content: center;
}

section.segmentation-parameters .segpar-arrows li {
  margin: 20px;
}

section.segmentation-parameters .segpar-arrows li.prev .fas,
section.segmentation-parameters .segpar-arrows li.next .fas {
  font-size: 30px;
  color: #3ac4d7;
}

section.text {
  padding: 85px 0px;
  text-align: center;
}
section.text.padding--sm {
  padding: 50px 0;
}

section.text .title {
  width: 612px;
  margin: 0 auto 45px;
}

section.text .description {
  color: #a0a0a0;
  font-weight: normal;
  line-height: 24px;
  margin: 0 auto;
  width: 570px;
}
section.text .description--sm {
  width: 470px;
}

section.customer-item {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

section.customer-item .customer {
  display: flex;
}

section.customer-item .customer .preview {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

section.customer-item .customer .preview .quote {
  text-align: center;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  width: 473px;
  padding-bottom: 28px;
}

section.customer-item .customer .preview .quote .logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 144px;
  background: no-repeat center center url("../../images/customer-line-bg.png");
}

section.customer-item .customer .preview .quote .logo-section .wrapper {
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(58, 196, 215, 0.44);
  -moz-box-shadow: 0px 0px 5px 3px rgba(58, 196, 215, 0.44);
  box-shadow: 0px 0px 5px 3px rgba(58, 196, 215, 0.44);
}

section.customer-item .customer .preview .quote .text {
  padding: 0 40px;
}

section.customer-item .customer .preview .quote .text p {
  margin-bottom: 40px;
}

section.customer-item .customer .preview .quote .author .name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

section.customer-item .customer .preview .quote .author .role {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 14px;
}

section.customer-item .customer .desc .type {
  font-family: "Geist", sans-serif;
  font-size: 24px;
  color: #3ac4d7;
  margin-bottom: 30px;
  font-weight: 500;
}

section.customer-item .customer .desc > .title {
  font-size: 24px;
  color: #394257;
  margin-bottom: 30px;
}

section.customer-item .customer .desc .description {
  font-family: "Geist", sans-serif;
  color: #a0a0a0;
  font-size: 16px;
  margin-bottom: 30px;
}

section.customer-item .customer .desc .preview {
  margin-bottom: 22px;
}

section.customer-item .customer .logos {
  display: flex;
  justify-content: space-between;
}

section.customer-item .customer .logos .item {
  width: 78px;
  height: 78px;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
}

section.customer-item .customer .for-mobile {
  display: none;
}

section.customer-item.left {
  background: no-repeat top left/contain url("../../images/analytics-bg-1.png");
}

section.customer-item.right {
  background: no-repeat top right/contain url("../../images/analytics-bg-1.png");
}

section.customers-ecommerce {
  padding-top: 50px;
  padding-bottom: 50px;
  background: no-repeat center center url("../../images/customers-ecommerce-bg.png");
  background-color: #3ac4d7;
  text-align: center;
}
section.customers-ecommerce--has-mb {
  margin-bottom: 50px;
}

section.customers-ecommerce .type {
  font: 24px "Geist", sans-serif;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 40px;
}

section.customers-ecommerce h3 {
  line-height: 30px;
  color: #ffffff;
  width: 570px;
  margin: 0 auto;
  margin-bottom: 40px;
}

section.customers-ecommerce .desc {
  line-height: 24px;
  color: #ffffff;
  width: 570px;
  margin: 0 auto;
  margin-bottom: 35px;
}

section.customers-ecommerce .preview {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 45px;
}

section.customers-ecommerce .preview .quote {
  text-align: center;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  width: 570px;
  padding-bottom: 28px;
}

section.customers-ecommerce .preview .quote .logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 144px;
  background: no-repeat center center url("../../images/customer-line-bg.png");
}

section.customers-ecommerce .preview .quote .logo-section .wrapper {
  width: 105px;
  height: 105px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(58, 196, 215, 0.44);
  -moz-box-shadow: 0px 0px 5px 3px rgba(58, 196, 215, 0.44);
  box-shadow: 0px 0px 5px 3px rgba(58, 196, 215, 0.44);
}

section.customers-ecommerce .preview .quote .text {
  padding: 0 40px;
}

section.customers-ecommerce .preview .quote .text p {
  margin-bottom: 40px;
}

section.customers-ecommerce .preview .quote .author .name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

section.customers-ecommerce .preview .quote .author .role {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 14px;
}

section.customers-ecommerce .logos {
  display: flex;
  justify-content: space-between;
  width: 570px;
  margin: 0 auto;
}

section.customers-ecommerce .logos .item {
  width: 78px;
  height: 78px;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
}

section.customers-ecommerce .for-mobile {
  display: none;
}

section.integrations-wrapper {
  padding-top: 70px;
}

section.integrations-wrapper.bg-on {
  background: no-repeat top 300px center url("../../images/integrations-list-bg.png");
}

section.integrations-wrapper .description {
  text-align: center;
  margin-bottom: 30px;
}

section.integrations-wrapper .description h2 {
  font-size: 28px;
  font-weight: bold;
  color: #394257;
  width: 820px;
  margin: 0 auto 50px;
}

section.integrations-wrapper .description p {
  font: normal 18px "Geist", sans-serif;
  color: #a0a0a0;
  width: 820px;
  margin: 0 auto;
}

section.integrations-wrapper .integrations-filter {
  display: flex;
  padding: 20px 0;
  justify-content: center;
  display: none;
}

section.integrations-wrapper .integrations-filter .tab {
  margin: 0 15px;
  width: 255px;
  height: 64px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  border-bottom: 4px solid white;
  padding-top: 4px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.integrations-wrapper .integrations-filter .tab img {
  margin-right: 7px;
}

section.integrations-wrapper .integrations-filter .tab span {
  font-family: "Geist", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #394257;
}

section.integrations-wrapper .integrations-filter .tab:hover,
section.integrations-wrapper .integrations-filter .tab.active {
  border-bottom: 4px solid #3ac4d7;
  opacity: 1;
}

section.integrations-wrapper .integrations-list {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0 45px;
  margin-right: -20px;
  margin-left: -20px;
}

section.integrations-wrapper .integrations-list .wrapper {
  width: 33.333333%;
  padding: 20px;
}

section.integrations-wrapper .integrations-list .wrapper article {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

section.integrations-wrapper .integrations-list .wrapper article .icon {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
}

section.integrations-wrapper .integrations-list .wrapper article .icon img {
  align-self: center;
  max-width: 80%;
}

section.integrations-wrapper .integrations-list .wrapper article .icon.dark {
  background-color: #33303f;
}

section.integrations-wrapper .integrations-list .wrapper article h3 {
  font-size: 22px;
  color: #394257;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  padding: 0 15px 28px;
}

section.integrations-wrapper .integrations-list .wrapper article p {
  flex-grow: 1;
  color: #a0a0a0;
  font-size: 16px;
  font-family: "Geist", sans-serif;
  text-align: center;
  line-height: 24px;
  padding: 0 20px;
  margin-bottom: 25px;
}

section.integrations-wrapper .integrations-list .wrapper article .read-more {
  font-size: 14px;
  font-weight: bold;
  color: #3ac4d7;
  padding: 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #3ac4d7;
}

section.integrations-wrapper .btn-wrapper {
  text-align: center;
  margin-bottom: 45px;
}

section.integrations-wrapper .loader {
  display: block;
  margin: 55px auto;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3ac4d7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

section.integrations-wrapper.u-types {
  background: no-repeat top 90% center url("../../images/product_types_bg.png");
}

section.integrations-wrapper.u-types .integrations-list .wrapper article .icon {
  margin-bottom: 0;
  height: 190px;
}

section.integrations-wrapper.u-types .integrations-list .wrapper article h3 {
  color: #ff6154;
}

section.integrations-categories {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 997;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.integrations-categories .wrapper ul {
  display: flex;
  justify-content: center;
}

section.integrations-categories .wrapper ul li {
  border-left: 2px solid #e1e1e1;
  width: 16.66667%;
  padding: 0 5px;
}

section.integrations-categories .wrapper ul li a {
  font-family: "Geist", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #394257;
  display: block;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.integrations-categories .wrapper ul li a:hover,
section.integrations-categories .wrapper ul li a:active,
section.integrations-categories .wrapper ul li a:focus,
section.integrations-categories .wrapper ul li a.active {
  color: #3ac4d7;
  border: 0;
  outline: none;
}

section.integrations-categories .wrapper ul li a .icon {
  width: 80px;
  height: 54px;
  display: block;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.integrations-categories .wrapper ul li:first-child {
  border-left: none;
}

section.integrations-categories .wrapper div.icon {
  flex-shrink: 0;
  width: 60px;
  border-right: 2px solid #e6e6e6;
  display: none;
  align-items: center;
  justify-content: flex-end;
  padding-right: 19px;
}

section.integrations-categories .wrapper div.icon i {
  font-size: 24px;
}

section.integrations-categories .wrapper .search-form {
  display: none;
}

section.integrations-categories .wrapper .search-form form {
  width: 100vw;
}

section.integrations-categories .wrapper .search-form form input[type=text] {
  outline: none;
  font-family: "Geist", sans-serif;
  line-height: 43px;
  height: 43px;
  font-size: 16px;
  border: none;
  width: 100%;
  padding: 0 20px;
}

section.integrations-categories .results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 2px solid #efefef;
  border-top: 3px solid #3ac4d7;
  z-index: 10001;
  display: none;
  max-height: calc(100vh - 125px);
  overflow: auto;
}

section.integrations-categories .results .list .item {
  border-bottom: 1px solid #f7f7f7;
}

section.integrations-categories .results .list .item a {
  font-family: "Geist", sans-serif;
  padding: 28px 60px;
  font-size: 18px;
  display: block;
  color: #384257;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.integrations-categories .results .list .item a:hover {
  color: #3ac4d7;
}

section.integrations-categories .results .btn-wrapper {
  text-align: center;
}

section.integrations-categories .results .btn-wrapper .u-search-results {
  margin: 40px auto;
  border: none;
}

section.integrations-categories .results .loader {
  display: block;
  margin: 55px auto;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3ac4d7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: spin cubic-bezier(0.65, 0.4, 0.4, 0.65) 0.6s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

section.integrations-categories .search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(239, 239, 239, 0.6);
  z-index: 990;
}

section.integrations-categories.minified {
  padding: 0px 0 6px;
}

section.integrations-categories.minified .wrapper ul li {
  padding: 10px 5px;
}

section.integrations-categories.minified .wrapper ul li a .icon {
  width: 0;
  height: 0;
  margin: 0 auto;
}

section.integrations-categories.resources-nav .wrapper ul {
  justify-content: space-between;
}

section.integrations-categories.resources-nav .wrapper ul li {
  width: 100%;
}

section.integrations-categories#features_nav {
  position: static;
  border-top: 2px solid #e1e1e1;
}

section.video-desc {
  padding: 85px 110px;
  background: no-repeat top 80% center url("../../images/automations-video-bg.png");
  text-align: center;
}

section.video-desc h2 {
  width: 612px;
  font-size: 28px;
  font-weight: bold;
  color: #394257;
  margin: 0 auto 45px;
}

section.video-desc p {
  width: 450px;
  margin: 0 auto 60px;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  color: #a0a0a0;
  line-height: 24px;
  font-weight: normal;
}

section.video-desc .box {
  width: 780px;
  padding-top: 60px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 0 auto 50px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  background: no-repeat top left url("../../images/video-placeholder.png");
}

section.video-desc.saas-extend {
  background: #e598c2;
  background: no-repeat center url("../../images/saas-video-bg.png"), linear-gradient(90deg, #e598c2 0%, #f38bb6 100%);
}

section.video-desc.saas-extend h2,
section.video-desc.saas-extend p {
  color: #ffffff;
}

section.video-desc.saas-extend .btn {
  background-color: #394257;
}

section.automate-recommendations {
  padding: 50px 0;
}

section.automate-recommendations .list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

section.automate-recommendations .list .item {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 40px;
}

section.automate-recommendations .list .item span {
  color: #545c6e;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
  height: 30px;
  width: 100%;
  display: block;
  text-align: center;
}

section.automate-recommendations .list .item img {
  -webkit-box-shadow: 8px 8px 8px rgba(153, 153, 153, 0.3);
  -moz-box-shadow: 8px 8px 8px rgba(153, 153, 153, 0.3);
  box-shadow: 8px 8px 8px rgba(153, 153, 153, 0.3);
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
}

section.automate-recommendations .list .item p {
  font-family: "Geist", sans-serif;
  font-weight: 400;
  display: block;
  margin-top: 50px;
  text-align: center;
  width: 100%;
  color: #a0a0a0;
}

section.reporting-table {
  padding: 50px 0;
  background: no-repeat center url("../../images/reporting-table-bg.png");
  margin-bottom: 30px;
}

section.reporting-table h2 {
  color: #394257;
  text-align: center;
  margin-bottom: 50px;
}

section.reporting-table .table {
  width: 870px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  margin: 0 auto 50px;
  background-color: #ffffff;
  overflow: hidden;
}

section.reporting-table .table .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 30px;
}

section.reporting-table .table .row .title {
  display: flex;
  align-items: center;
}

section.reporting-table .table .row .title img {
  padding-right: 30px;
}

section.reporting-table .table .row .title .row-info .name {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

section.reporting-table .table .row .title .row-info .desc {
  font-family: "Geist", sans-serif;
  width: 100%;
  display: block;
  color: #aaadb6;
  font-size: 16px;
}

section.reporting-table .table .row .values {
  display: flex;
}

section.reporting-table .table .row .values .item {
  padding: 0 30px;
}

section.reporting-table .table .row .values .item .key {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #aaadb6;
}

section.reporting-table .table .row .values .item .value {
  width: 100%;
  display: block;
  color: #aaadb6;
  font-size: 16px;
  font-family: "Geist", sans-serif;
}

section.reporting-table p {
  width: 850px;
  margin: 0 auto;
  color: #a0a0a0;
  text-align: center;
}

section.reporting-table .btn-wrapper {
  text-align: center;
  margin-top: 45px;
}

section.personalization-tabs {
  padding: 50px 0;
  margin-bottom: 50px;
}

section.personalization-tabs h2 {
  width: 590px;
  color: #394257;
  text-align: center;
  margin: 0 auto 50px;
}

section.personalization-tabs .description {
  width: 590px;
  font-size: 18px;
  color: #a0a0a0;
  text-align: center;
  margin: 0 auto 30px;
}

section.personalization-tabs .tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px 0;
  background: no-repeat center right url("../../images/personalization-tabs-bg.png");
}

section.personalization-tabs .tabs-wrapper .tabs .item-wrapper .item {
  width: 94%;
  margin: 0 auto 8px;
  padding: 22px 16px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
  opacity: 0.5;
}

section.personalization-tabs .tabs-wrapper .tabs .item-wrapper .item h4 {
  font-family: "Geist", sans-serif;
  font-size: 20px;
  color: #394257;
  font-weight: bold;
  margin-bottom: 20px;
}

section.personalization-tabs .tabs-wrapper .tabs .item-wrapper .item p {
  line-height: 24px;
  color: #a0a0a0;
}

section.personalization-tabs .tabs-wrapper .tabs .item-wrapper .item:hover {
  border-bottom: 6px solid #4fc4d2;
  padding-bottom: 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.personalization-tabs .tabs-wrapper .tabs .item-wrapper .item.active {
  border-bottom: 6px solid #4fc4d2;
  padding-bottom: 16px;
  opacity: 1;
}

section.personalization-tabs .tabs-wrapper .tabs .item-wrapper .item img {
  margin: 0 auto;
  padding: 40px 0 20px;
  max-width: 100%;
}

section.personalization-tabs .tabs-wrapper .tabs.slick-dotted.slick-slider {
  margin-bottom: 0;
}

section.personalization-tabs .tabs-wrapper .preview {
  text-align: center;
}

section.personalization-tabs .tabs-wrapper .preview .item-wrapper img {
  max-width: 100%;
}

section.personalization-tabs .tabs-wrapper .preview .item-wrapper:not(.active) {
  display: none;
}

section.personalization-tabs .tabs-wrapper .slider-arrows .slider-dots .slick-dots li button:before {
  color: #394257;
}

section.personalization-tabs .btn-wrapper {
  text-align: center;
}

section.personalization-tabs .for-mobile {
  display: none;
}

section.personalization-tabs.grey {
  background-color: #f5f5f5;
}

section.personalization-tabs.animate .tabs-wrapper .preview #personalization1 {
  transform: translateY(75px);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

section.personalization-tabs.animate.shown .tabs-wrapper .preview #personalization1 {
  transform: translateY(0);
  opacity: 1;
}

section.personalization-tabs.wider .tabs-wrapper {
  background: no-repeat bottom right url("../../images/tabs-wide-bg.png");
}

section.personalization-tabs.wider .tabs-wrapper .tabs {
  width: 30%;
}

section.personalization-tabs.wider .tabs-wrapper .tabs .item-wrapper .item h4 {
  margin-bottom: 5px;
}

section.personalization-tabs.wider .tabs-wrapper .preview {
  width: 66%;
}

section.personalization-tabs.wider .tabs-wrapper .preview .item-wrapper .tab-desc {
  color: #a0a0a0;
  font-size: 18px;
  width: 85%;
  margin: 0 auto 60px;
  text-align: left;
}

section.integrations-full {
  padding: 95px 0 50px;
  background-color: #394257;
  margin-bottom: 50px;
}

section.integrations-full .general-title {
  width: 70%;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 50px;
}

section.integrations-full .general-desc {
  width: 700px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 30px;
}

section.integrations-full section.user-behaviour {
  background: no-repeat left url("../../images/integrations-full-bg.png");
}

section.user-behaviour {
  display: flex;
  align-items: center;
  padding: 50px 0;
  position: relative;
}

section.user-behaviour .preview .holder {
  width: 95%;
  height: 350px;
  position: relative;
}

section.user-behaviour .preview .holder img {
  position: absolute;
}

section.user-behaviour .preview .holder img.view {
  top: 0;
  left: 20%;
}

section.user-behaviour .preview .holder img.coupon {
  top: 30%;
  right: 0;
}

section.user-behaviour .preview .holder img.purchases {
  bottom: 0;
  left: 0;
}

section.user-behaviour .desc {
  padding: 0 40px;
}

section.user-behaviour .desc .title {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 30px;
}

section.user-behaviour .desc .description {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 30px;
}

section.user-behaviour.extra-line {
  padding-bottom: 200px;
}

section.user-behaviour.extra-line .u-line {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

section.user-behaviour.white-bg .desc .title {
  color: #394257;
}

section.user-behaviour.white-bg .desc .description {
  color: #a0a0a0;
}

section.user-behaviour .for-mobile {
  display: none;
}

section.user-behaviour.animate .preview .holder img {
  opacity: 0;
  transform: translateY(75px);
}

section.user-behaviour.animate.shown .preview .holder img {
  opacity: 1;
  transform: translateY(0);
}

section.user-behaviour.animate.shown .preview .holder img.view {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.user-behaviour.animate.shown .preview .holder img.coupon {
  -webkit-transition: all 0.4s 0.4s;
  -moz-transition: all 0.4s 0.4s;
  -o-transition: all 0.4s 0.4s;
  transition: all 0.4s 0.4s;
}

section.user-behaviour.animate.shown .preview .holder img.purchases {
  -webkit-transition: all 0.4s 0.8s;
  -moz-transition: all 0.4s 0.8s;
  -o-transition: all 0.4s 0.8s;
  transition: all 0.4s 0.8s;
}

section.user-behaviour.animate.shown .u-line,
section.user-behaviour.animate.shown .line {
  opacity: 1;
  -webkit-transition: all 0.4s 2s;
  -moz-transition: all 0.4s 2s;
  -o-transition: all 0.4s 2s;
  transition: all 0.4s 2s;
}

section.user-behaviour .line {
  left: 23%;
  bottom: -134px;
}

section.directory {
  padding: 50px 0;
  background: no-repeat center url("../../images/feature-list-bg.png");
}

section.directory .description {
  text-align: center;
}

section.directory .description .title {
  font-size: 28px;
  font-weight: bold;
  color: #394257;
  width: 820px;
  margin: 0 auto 50px;
}

section.directory .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0 45px;
  margin-right: -20px;
  margin-left: -20px;
}

section.directory .wrapper .item-wrapper {
  width: 33.333333%;
  padding: 40px 20px;
}

section.directory .wrapper .item-wrapper .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 30px 20px 60px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  border-bottom: 6px solid #4fc4d2;
}

section.directory .wrapper .item-wrapper .item .icon {
  display: flex;
  width: 100%;
  height: 100px;
  margin-bottom: 25px;
}

section.directory .wrapper .item-wrapper .item .icon .icon-wrapper {
  width: 105px;
  height: 104px;
  background-color: white;
  border-radius: 100%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  position: relative;
}

section.directory .wrapper .item-wrapper .item .icon .icon-wrapper img {
  align-self: center;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.directory .wrapper .item-wrapper .item h3 {
  font-size: 22px;
  color: #394257;
  font-weight: bold;
  line-height: 28px;
  padding: 0 0 28px;
}

section.directory .wrapper .item-wrapper .item ul {
  padding-left: 15px;
}

section.directory .wrapper .item-wrapper .item ul li {
  font-family: "Geist", sans-serif;
  font-size: 18px;
  color: #394257;
  position: relative;
  padding-left: 8px;
}

section.directory .wrapper .item-wrapper .item ul li::before {
  content: "";
  background: no-repeat center url("../../images/list-bullet.png");
  display: block;
  height: 9px;
  left: -10px;
  position: absolute;
  top: 8px;
  width: 9px;
  z-index: 1;
}

section.directory .wrapper .item-wrapper .item ul li a {
  font-family: "Geist", sans-serif;
  font-size: 18px;
  color: #394257;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.directory .wrapper .item-wrapper .item ul li a:hover {
  color: #3ac4d7;
}

section.customer-sync {
  padding: 50px 0;
  background: no-repeat top 62% center url("../../images/customers-sync-bg.png");
}

section.customer-sync h2 {
  width: 550px;
  color: #394257;
  text-align: center;
  margin: 0 auto 50px;
}

section.customer-sync p {
  width: 550px;
  font-size: 18px;
  color: #a0a0a0;
  text-align: center;
  margin: 0 auto 40px;
}

section.customer-sync .preview {
  width: 840px;
  height: 360px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
}

section.customer-sync .preview img {
  position: absolute;
  max-width: 100%;
  opacity: 0;
  transform: translateY(75px);
}

section.customer-sync .preview img.purchase {
  top: 120px;
  left: 70px;
  z-index: 5;
}

section.customer-sync .preview img.products {
  top: 30px;
  left: 0;
  z-index: 4;
}

section.customer-sync .preview img.list {
  top: 0;
  right: 0;
}

section.customer-sync .preview.active img {
  opacity: 1;
  transform: translateY(0);
}

section.customer-sync .preview.active img.purchase {
  -webkit-transition: all 1s 1s;
  -moz-transition: all 1s 1s;
  -o-transition: all 1s 1s;
  transition: all 1s 1s;
}

section.customer-sync .preview.active img.products {
  -webkit-transition: all 1s 0.5s;
  -moz-transition: all 1s 0.5s;
  -o-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}

section.customer-sync .preview.active img.list {
  -webkit-transition: all 1s 1.5s;
  -moz-transition: all 1s 1.5s;
  -o-transition: all 1s 1.5s;
  transition: all 1s 1.5s;
}

section.customer-sync .btn-wrapper {
  text-align: center;
}

div.simple-desc h1 {
  text-align: center;
  margin: 40px 0 20px !important;
  color: #384257 !important;
}

div.simple-desc h2 {
  color: #3ac4d7;
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 18px;
  line-height: 36px;
}

div.simple-desc p {
  margin-bottom: 10px;
}

div.simple-desc .container {
  width: 975px;
}

body#main {
  overscroll-behavior-y: none;
}

body#main .back-to-top,
body#main .back-to-top:focus {
  background-color: #fff;
  border: 1px solid #3ac4d7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  opacity: 1;
  bottom: 90px;
  color: #3ac4d7;
  display: none;
  height: 35px;
  margin: 0;
  position: fixed;
  right: 34px;
  text-align: center;
  text-decoration: none;
  width: 35px;
  z-index: 100;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

body#main .back-to-top:hover,
body#main .back-to-top:focus:hover {
  opacity: 1;
  border-color: #3ac4d7;
  color: #fff;
  background-color: #3ac4d7;
}

body#main .back-to-top i,
body#main .back-to-top:focus i {
  font-size: 18px;
  position: relative;
  top: 9px!important;
}

body#main.mmenu-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

div.main-content.templates section.hero-full-templates {
  background: no-repeat top 60% center url("../../images/templates-hero-bg.png"), linear-gradient(90deg, #63cbd8 0%, #48b8c6 100%);
}

div.main-content.templates section.hero-full-templates .hero-wrapper {
  padding: 80px 0 50px;
}
@media screen and (max-width: 992px) {
  div.main-content.templates section.hero-full-templates .hero-wrapper {
    padding: 50px 0 20px;
  }
}

div.main-content.templates section.hero-full-templates .hero-wrapper .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc {
  text-align: center;
  margin-bottom: 30px;
}

div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc h1 {
  color: #ffffff;
  font-size: 38px;
  line-height: 1.2368421053;
  margin-bottom: 40px;
}

div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .description {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Geist", sans-serif;
  max-width: 70%;
  width: 100%;
  margin: 0 auto 35px;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .description {
    max-width: 100%;
    margin: 0 auto;
  }
}

div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .create-account {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .create-account {
    display: none;
  }
}

div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .create-account input[type=email] {
  width: 270px;
  height: 48px;
  background-color: #f5f5f5;
  color: #b9b9b9;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-family: "Geist", sans-serif;
  font-weight: 500;
  padding: 0 50px 0 24px;
}
@media screen and (max-width: 992px) {
  div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .create-account input[type=email] {
    height: 49px;
  }
}

.template-mobile-toggler {
  display: none;
}
@media screen and (max-width: 992px) {
  .template-mobile-toggler {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
  }
}

div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .create-account input[type=email]::placeholder {
  color: #7e7e7e;
  opacity: 1;
}

div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .create-account input[type=email]::-ms-input-placeholder {
  color: #7e7e7e;
  opacity: 1;
}

div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .create-account input[type=email]:-ms-input-placeholder {
  color: #7e7e7e;
  opacity: 1;
}

div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .create-account button[type=submit] {
  background-color: #3ac4d7;
  color: #ffffff;
  border-radius: 30px;
  padding: 0 15px;
  border: 2px solid #f5f5f5;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  vertical-align: top;
  line-height: 48px;
  height: 48px;
  left: 0;
  top: 0;
  margin-left: -50px;
  min-width: 240px;
  font-family: "Geist", sans-serif;
}

div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .btn.transparent {
  background: none;
  border: 2px solid #f5f5f5;
}

div.main-content.templates section.hero-full-templates .hero-wrapper .for-mobile {
  display: none;
}

div.main-content.templates section.hero-full-templates.recipes {
  background: no-repeat top 60% center url("../../images/recipes-hero-bg.png"), linear-gradient(90deg, #e86b2e 0%, #de4538 100%);
}

div.main-content.templates section.hero-full-templates.recipes .hero-wrapper .hero .desc .create-account button[type=submit] {
  background-color: #e25634;
}

div.main-content.templates section.hero-full-templates.recipes.err-white .hero-wrapper .hero .desc .error-msg {
  color: #ffffff;
}

div.main-content.templates section.templates-list .left-nav {
  width: 260px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.24);
}
div.main-content.templates section.templates-list .left-nav--sticky {
  position: sticky;
  top: 130px;
}
@media screen and (max-width: 992px) {
  div.main-content.templates section.templates-list .left-nav {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 50px;
    padding: 0;
    position: relative;
    top: auto;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  div.main-content.templates section.templates-list .left-nav.fixed {
    position: fixed;
    top: 63px;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #fff;
    padding: 16px;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.3);
    z-index: 2;
    max-width: 100%;
  }
}

div.main-content.templates section.templates-list .left-nav form {
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  div.main-content.templates section.templates-list .left-nav form {
    display: flex;
    margin-bottom: 0;
  }
}

div.main-content.templates section.templates-list .left-nav form input[type=text] {
  width: 100%;
  height: 48px;
  background-color: #f5f5f5;
  color: #7e7e7e;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-family: "Geist", sans-serif;
  padding: 0 35px 0 25px;
}

div.main-content.templates section.templates-list .left-nav form input[type=text]::-webkit-input-placeholder {
  color: #7e7e7e;
  opacity: 1;
}

div.main-content.templates section.templates-list .left-nav form input[type=text]::-moz-placeholder {
  color: #7e7e7e;
  opacity: 1;
}

div.main-content.templates section.templates-list .left-nav form input[type=text]:-ms-input-placeholder {
  color: #7e7e7e;
  opacity: 1;
}

div.main-content.templates section.templates-list .left-nav form input[type=text]:-moz-placeholder {
  color: #7e7e7e;
  opacity: 1;
}

div.main-content.templates section.templates-list .left-nav form input[type=submit] {
  width: 28px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  z-index: 2;
}

div.main-content.templates section.templates-list .left-nav form i {
  position: absolute;
  color: #7e7e7e;
  right: 20px;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  div.main-content.templates section.templates-list .left-nav form i {
    font-size: 17px;
  }
}

@media screen and (max-width: 992px) {
  div.main-content.templates section.templates-list .left-nav .templates-menu-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 0 30px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  div.main-content.templates section.templates-list .left-nav .templates-menu-wrapper.is_visible {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
}

.templates-menu-toggler {
  display: none;
}
@media screen and (max-width: 992px) {
  .templates-menu-toggler {
    display: block;
    height: 15px;
    width: 15px;
    top: 21px;
    right: 14px;
    border: none;
    background: none;
    position: absolute;
  }
}

@media screen and (max-width: 992px) {
  div.main-content.templates section.templates-list .left-nav .templates-menu-inner {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    height: 100%;
    width: calc(100% - 60px);
    max-height: 70%;
    overflow: auto;
    padding: 65px 20px 45px;
    border-radius: 6px;
    background-color: #fff;
  }
}

div.main-content.templates section.templates-list .left-nav .filters-toggler {
  display: none;
}
@media screen and (max-width: 992px) {
  div.main-content.templates section.templates-list .left-nav .filters-toggler {
    border: none;
    border-radius: 50%;
    background: #3ac4d7;
    height: 49px;
    min-width: 49px;
    width: 49px;
    display: inline-block;
    margin-right: 8px;
  }
}

div.main-content.templates section.templates-list .left-nav .categories li {
  margin-bottom: 30px;
}
div.main-content.templates section.templates-list .left-nav .categories li:last-child {
  margin-bottom: 0;
}
div.main-content.templates section.templates-list .left-nav .categories li img {
  transition: all 0.3s ease;
}

div.main-content.templates section.templates-list .left-nav .categories li.is_open img {
  transform: scale(1, -1);
}

div.main-content.templates section.templates-list .left-nav .categories li a {
  color: #384257;
  font-size: 18px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

div.main-content.templates section.templates-list .left-nav .categories li.current-menu-item a {
  color: #3ac4d7;
}

div.main-content.templates section.templates-list .left-nav .categories li.current-menu-ancestor > a,
div.main-content.templates section.templates-list .left-nav .categories li.current-menu-parent > a {
  color: #3ac4d7;
}

div.main-content.templates section.templates-list .left-nav .sub-menu {
  display: none;
  flex: 0 0 100%;
  padding-left: 20px;
  padding-top: 30px;
  width: 100%;
}

div.main-content.templates section.templates-list .left-nav .menu-item-has-children > a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

div.main-content.templates section.templates-list .left-nav .categories li a.active,
div.main-content.templates section.templates-list .left-nav .categories li a:hover {
  color: #3ac4d7;
}

div.main-content.templates section.templates-list .main-list article .previews .type {
  width: 50px;
  height: 50px;
  background: no-repeat center center/contain url("../../images/template-editor.png");
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

div.main-content.templates section.templates-list .main-list article .previews .mobile {
  position: absolute;
  width: 170px;
  height: 308px;
  background: no-repeat url("../../images/mobile-mask.png");
  overflow: hidden;
  bottom: 0;
  right: 0;
}

div.main-content.templates section.templates-list .main-list article .previews .mobile .placeholder {
  width: 141px;
  height: 227px;
  overflow: hidden;
  position: absolute;
  top: 36px;
  left: 16px;
}

div.main-content.templates section.templates-list .main-list article .previews .mobile .placeholder img {
  width: 100%;
}

div.main-content.templates section.templates-list .pagination_content {
  margin-top: 75px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  div.main-content.templates section.templates-list .pagination_content {
    margin-top: 0;
    padding: 0 30px;
  }
}

/* Pagination */
body.home ul.pagination {
  margin-top: 20px !important;
  text-align: center;
  margin: 60px 0 !important;
}

ul.pagination li {
  display: inline-block;
  margin-right: 8px;
  color: #3ac4d7 !important;
}

ul.pagination li a {
  display: flex;
  border: 1px solid transparent;
  border-radius: 200px !important;
  padding: 5px 0 0;
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 20px;
  font-size: 24px !important;
  justify-content: center;
  align-items: center;
  font-family: "Geist", sans-serif;
}

ul.pagination li a:hover, ul.pagination li a:focus, ul.pagination li.current a {
  background-color: #DCF2F5 !important;
  color: #3AC4D7 !important;
  border: 1px solid #3AC4D7 !important;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #3AC4D7;
}

/*body.home ul.pagination {
	margin-top:20px!important;
}*/
ul.pagination li {
  display: inline-block;
  margin-right: 8px;
  color: #3ac4d7 !important;
}

ul.pagination li a {
  display: flex;
  border: 1px solid transparent;
  border-radius: 200px !important;
  padding: 5px 0 0;
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 20px;
  font-size: 24px !important;
  justify-content: center;
  align-items: center;
}

ul.pagination li a:hover,
ul.pagination li a:focus,
ul.pagination li.current a {
  background-color: #DCF2F5 !important;
  color: #3AC4D7 !important;
  border: 1px solid #3AC4D7 !important;
}

ul.pagination li.previous-btn-pagination a i, ul.pagination li.next-btn-pagination a i {
  font-size: 17px !important;
  margin-top: -3px;
  margin-left: -2px;
}

ul.pagination li.next-btn-pagination a i {
  margin-left: 2px;
}

ul.pagination li a.dont-hover-me {
  letter-spacing: 3px;
  font-size: 24px !important;
  font-weight: 400;
}

ul.pagination li a.dont-hover-me:hover, ul.pagination li a.dont-hover-me:focus, ul.pagination li.current a.dont-hover-me {
  background: none !important;
  border: unset !important;
}

.pagination {
  width: 100%;
  text-align: center;
  margin: 90px 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  border-color: #3AC4D7;
}

div.main-content.templates section.templates-list .main-list.recipes-wrapper article .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
}

div.main-content.templates section.templates-list .main-list.recipes-wrapper article .wrapper h3 {
  padding: 0px 24px;
  font-family: "Geist", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

div.main-content.templates section.templates-list .main-list.recipes-wrapper article .wrapper .excerpt {
  padding: 0 24px;
  margin-bottom: 20px;
  color: #a0a0a0;
}

div.main-content.templates section.templates-list .main-list.recipes-wrapper article .wrapper .preview-recipe img {
  width: 100%;
  height: auto;
}

div.main-content.templates section.templates-list .main-list.recipes-wrapper article .wrapper .read-more {
  margin-top: auto;
  font-size: 14px;
  font-weight: bold;
  color: #3ac4d7;
  padding: 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #3ac4d7;
}

div.recipe-single .title {
  width: 950px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

div.recipe-single .wp-post-image {
  margin: 0 auto 20px;
  display: block;
  max-width: 100%;
  height: auto;
}

div.recipe-single .content {
  width: 940px;
  margin: 0 auto 50px;
}

div.recipe-single .content p {
  margin-bottom: 15px;
}

div.recipe-single .buttons {
  margin-bottom: 50px;
  text-align: center;
}

div.recipe-single .buttons .recipes-all {
  margin-top: auto;
  font-size: 14px;
  font-weight: bold;
  color: #3ac4d7;
  padding: 5px 0;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #3ac4d7;
  margin-right: 30px;
}

div.automations-components section.hero-automations {
  background: no-repeat top 60% center url("../../images/automations-components-bg.png"), linear-gradient(90deg, #63cbd8 0%, #48b8c6 100%);
  padding: 50px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.automations-components section.hero-automations .icons-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

div.automations-components section.hero-automations .icons-wrapper div {
  width: 140px;
  height: 140px;
  margin: 0 50px;
  border-radius: 100%;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
}

div.automations-components section.hero-automations .icons-wrapper div.triggers {
  background: #fff no-repeat center center url("../../images/triggers-hero-icon.png");
}

div.automations-components section.hero-automations .icons-wrapper div.conditional {
  background: #fff no-repeat center center url("../../images/conditions-hero-icon.png");
}

div.automations-components section.hero-automations .icons-wrapper div.actions {
  background: #fff no-repeat center center url("../../images/actions-hero-icon.png");
}

div.automations-components section.hero-automations .desc {
  text-align: center;
  margin-bottom: 30px;
}

div.automations-components section.hero-automations .desc h1.title {
  font-size: 38px;
  color: #ffffff;
  line-height: 44px;
  margin-bottom: 30px;
}

div.automations-components section.hero-automations .desc .description {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Geist", sans-serif;
  width: 555px;
  margin: 0 auto 35px;
  font-weight: normal;
}

div.automations-components section.component {
  padding: 80px 0;
  text-align: center;
}

div.automations-components section.component h2 {
  color: #394257;
  margin-bottom: 30px;
}

div.automations-components section.component .description {
  font-size: 18px;
  color: #a0a0a0;
  margin-bottom: 30px;
}

div.automations-components section.component .components-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

div.automations-components section.component .components-wrapper article {
  padding: 50px 15px;
}

div.automations-components section.component .components-wrapper article .icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0 auto 35px;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

div.automations-components section.component .components-wrapper article .title {
  font-family: "Geist", sans-serif;
  font-size: 16px;
  color: #a0a0a0;
}

div.automations-components section.component .main-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

div.automations-components section.component .main-icon.triggers {
  background: no-repeat center center url("../../images/triggers-section-bg.png");
}

div.automations-components section.component .main-icon.conditions {
  background: no-repeat center center url("../../images/conditions-section-bg.png");
}

div.automations-components section.component .main-icon.actions {
  background: no-repeat center center url("../../images/actions-section-bg.png");
}

div.automations-components section.component .line {
  width: 100%;
  height: 2px;
  position: relative;
  left: 0;
  top: -55px;
  z-index: 1;
}

div.automations-components section.component .line.triggers-l {
  background: no-repeat center center url("../../images/triggers-section-bg-line.png");
}

div.automations-components section.component .line.conditions-l {
  background: no-repeat center center url("../../images/conditions-section-bg-line.png");
}

div.automations-components section.component .line.actions-l {
  background: no-repeat center center url("../../images/actions-section-bg-line.png");
}

div.automations-components section.component.grey {
  background-color: #f5f5f5;
}

div.automations-components section.component.grey .components-wrapper {
  justify-content: center;
}

.segmentation-carousel-wrapper {
  position: relative;
}

.segmentation-carousel-navarrow {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #3aaabd;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  outline: none !important;
}

.segmentation-carousel-navarrow--left {
  left: -20px;
}

.segmentation-carousel-navarrow--right {
  right: -20px;
}

.segmentation-carousel-secondary {
  margin-top: 30px;
}

.segmentation-carousel-secondary__slide h3 {
  font-family: "Geist";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.segmentation-dashboard-wrapper .segmentation-carousel .item img {
  max-width: 477px;
}

section.segmentation-examples .segmentation-carousel-secondary__slide p,
.segmentation-carousel-secondary__slide p {
  max-width: 500px;
  margin-bottom: 30px;
}

section.segmentation-examples .segmentation-carousel-secondary__slide p:last-child,
.segmentation-carousel-secondary__slide p:last-child {
  margin-bottom: 0;
}

.segmentation-carousel-bottom {
  margin-top: 30px;
}

.partnerstack-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 9999;
}
.partnerstack-modal.is_active {
  pointer-events: all;
  opacity: 1;
}
.partnerstack-modal-form__success {
  text-align: center;
}
.partnerstack-modal-form.success .form-consent-box {
  display: none;
}
.partnerstack-modal__scroller {
  max-height: 100%;
  overflow: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px;
}
.partnerstack-modal__box {
  width: 100%;
  max-width: 784px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.partnerstack-modal__box.partnerstack-block {
  max-width: 600px;
  border-radius: 6px;
  box-shadow: rgba(222, 222, 222, 0.4) 0px 0px 0px 2px;
  padding: 45px;
}
@media screen and (max-width: 768px) {
  .partnerstack-modal__box.partnerstack-block {
    padding: 25px 20px;
  }
}
.partnerstack-modal__box.partnerstack-block .partnerstack-modal__title {
  text-align: center;
}
.partnerstack-modal__box.partnerstack-block .partnerstack-modal-form button[type=submit] {
  background-color: #EA574C;
}
.partnerstack-modal__box.partnerstack-block .partnerstack-modal-form select {
  margin-top: 0 !important;
}
.partnerstack-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.partnerstack-modal__close img {
  width: 16px;
  max-height: 16px;
}
.partnerstack-modal__close img.default {
  display: block;
}
@media screen and (max-width: 768px) {
  .partnerstack-modal__close img.default {
    display: none;
  }
}
.partnerstack-modal__close img.dark {
  display: none;
}
@media screen and (max-width: 768px) {
  .partnerstack-modal__close img.dark {
    display: block;
  }
}
.partnerstack-modal__wrap {
  display: flex;
}
.partnerstack-modal__left {
  padding: 40px 30px;
  flex: 0 0 70%;
  max-width: 70%;
}
@media screen and (max-width: 768px) {
  .partnerstack-modal__left {
    padding: 30px 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.partnerstack-modal__right {
  flex: 0 0 30%;
  max-width: 30%;
}
@media screen and (max-width: 768px) {
  .partnerstack-modal__right {
    display: none;
  }
}
.partnerstack-modal__title {
  color: #384257;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .partnerstack-modal__title {
    margin-bottom: 30px;
    padding-right: 20px;
  }
}
.partnerstack-modal__image {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.partnerstack-modal__image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partnerstack-modal-form__message {
  text-align: center;
  font-family: "Geist";
  font-size: 16px;
  line-height: 30px;
  color: #ff6154;
  display: none;
}
.partnerstack-modal-form__success {
  color: #5ccdde;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  padding: 124px 0;
  display: none;
}
@media screen and (max-width: 768px) {
  .partnerstack-modal-form__success {
    padding-top: 40px 0;
  }
}
.partnerstack-modal-form__fields {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -10px;
}
@media screen and (max-width: 768px) {
  .partnerstack-modal-form__fields {
    margin: -10px;
  }
}
.partnerstack-modal-form__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  .partnerstack-modal-form__col {
    padding: 10px;
  }
}
.partnerstack-modal-form__col--half {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .partnerstack-modal-form__col--half {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.partnerstack-modal-form input[type=text] {
  width: 100%;
  height: 55px;
  border-radius: 27px;
  background-color: #f3f3f3;
  padding: 0 20px;
  color: #384257;
  font-family: "Geist";
  font-size: 16px;
  border: none;
}
.partnerstack-modal-form button[type=submit] {
  width: 100%;
  border: none;
  color: #fff;
  background-color: #5ccdde;
  font-size: 16px;
  font-weight: 400;
  border-radius: 27px;
  border: none;
  cursor: pointer;
  font-family: "Geist", sans-serif !important;
  padding: 15px !important;
}
.partnerstack-modal-form button[type=submit].disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  position: relative;
}
.partnerstack-modal-form button[type=submit].disabled:after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Please wait...";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 27px;
  background-color: #5ccdde;
  color: #fff;
}
.partnerstack-modal-form select {
  border: none !important;
  border-radius: 89px !important;
  overflow: hidden !important;
  padding: 15px !important;
  padding-left: 20px !important;
  background-color: #f3f3f3 !important;
  line-height: 1em !important;
  width: 100% !important;
  outline: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  font-family: Hind !important;
  font-size: 16px !important;
  color: #384257 !important;
  height: 56px !important;
  appearance: none !important;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) !important;
  background-size: 0.6em !important;
  background-position: calc(100% - 1.3em) center !important;
  background-repeat: no-repeat !important;
}

.partnerstack-modal-form input::-webkit-input-placeholder {
  color: #384257;
}

.partnerstack-modal-form input::-moz-placeholder {
  color: #384257;
}

.partnerstack-modal-form input:-ms-input-placeholder {
  color: #384257;
}

.partnerstack-modal-form input:-moz-placeholder {
  color: #384257;
}

.partners-container-field select,
.fancy-toolshed-inner-form select {
  border: none !important;
  border-radius: 89px !important;
  overflow: hidden !important;
  padding: 15px !important;
  padding-left: 20px !important;
  background-color: #f3f3f3 !important;
  line-height: 1em !important;
  width: 100% !important;
  outline: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  font-family: Hind !important;
  font-size: 16px !important;
  color: #384257 !important;
  height: 56px !important;
  appearance: none !important;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) !important;
  background-size: 0.6em !important;
  background-position: calc(100% - 1.3em) center !important;
  background-repeat: no-repeat !important;
}

.fancy-toolshed-inner-form select {
  background-color: #fff !important;
}

.fancy-toolshed-inner-form input[type=submit],
.fancy-toolshed-inner-form button[type=submit] {
  color: #fff;
  border-radius: 82px !important;
  overflow: hidden !important;
  border: none !important;
  font-family: "Geist", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  background-image: none !important;
  background-color: #ff6154 !important;
  text-align: center !important;
  color: #fff !important;
  padding: 15px !important;
  cursor: pointer !important;
  width: 100% !important;
}

.fancy-toolshed-inner-form .ajax-loader {
  display: none;
}

.partners-container .form-group input[type=submit] {
  border-radius: 82px !important;
  overflow: hidden !important;
  border: none !important;
  font-family: "Geist", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  background-image: none !important;
  background-color: #ff6154 !important;
  text-align: center !important;
  color: #fff !important;
  padding: 15px !important;
  cursor: pointer !important;
  width: 100% !important;
}

.partnerstack-modal-form.success .partnerstack-modal-form__fields {
  display: none;
}
.partnerstack-modal-form.success .partnerstack-modal-form__success {
  display: block;
}

.partnerstack-input-wrapper {
  position: relative;
}
.partnerstack-input-wrapper__error {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-family: "Geist";
  font-size: 16px;
  line-height: 1;
  color: #ff6154;
  display: none;
}
@media screen and (max-width: 768px) {
  .partnerstack-input-wrapper__error {
    position: static;
    line-height: 30px;
    text-align: center;
  }
}

.partnerstack-input-wrapper.invalid .partnerstack-input-wrapper__error {
  display: block;
}

@media screen and (min-width: 1440px) {
  section.hero-bg {
    background-position: top 85% right -19%;
    background-size: 60%;
    padding-bottom: 8%;
  }
}
@media screen and (max-width: 1600px) {
  section.hero-bg {
    background-position: top -120px right -19%;
  }
}
@media screen and (max-width: 1440px) {
  section.hero-bg {
    background-position: top -120px right -22%;
    background-size: 62%;
  }
}
@media screen and (max-width: 1255px) {
  section.hero-bg {
    background-position: top -120px right -33%;
    background-size: 66%;
  }
  section.hero-full-customers .hero-wrapper .hero {
    width: 100%;
  }
}
@media screen and (max-width: 1180px) {
  section.help .help-list {
    margin-right: 0;
    margin-left: 0;
  }
  section.help .help-list .wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  section.integrations-wrapper .integrations-list {
    margin-right: 0;
    margin-left: 0;
  }
  section.integrations-wrapper .integrations-list .wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  section.automate-recommendations .list {
    margin-right: 0;
    margin-left: 0;
  }
  section.directory .wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 1170px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  section.hero-bg .hero-wrapper .hero .desc .create-account button[type=submit] {
    padding: 13px 22px;
  }
  section.main-feature .preview.bg-one {
    padding: 65px 35px 65px 40px;
  }
  section.main-feature .preview.bg-one img {
    max-width: 100%;
  }
  section.other-features {
    background-size: contain;
  }
  section.integrations .container {
    align-items: center;
  }
  section.support .features-row .feature-item {
    width: 31%;
  }
  section.testimonials {
    background-size: contain;
  }
  section.testimonials .personal-info {
    width: 32.7%;
  }
  section.testimonials .testimonials-content {
    width: 65.8%;
  }
  section.templates-wrapper {
    background-size: contain;
  }
  section.templates-wrapper .templates .previews .mobileprev {
    width: 20%;
  }
  section.templates-wrapper .templates .previews .templateprev {
    width: 75%;
  }
  footer nav .maawg {
    width: 150px;
  }
  section.case-testimonial .case-testimonial-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  section.search-bar .search.focused {
    border-left: 0;
    border-right: 0;
    left: 0;
    right: 0;
  }
  section.search-bar .search .results {
    border-left: 0;
    border-right: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1140px) {
  section.hero-bg {
    background-position: top -120px right -82%;
    background-size: 75%;
  }
  section.hero-bg .hero-wrapper .hero .desc .create-account input[type=email] {
    width: 50%;
  }
  section.hero-full-customers .hero-wrapper .hero.customers-bg {
    background-size: 22%, 22%;
  }
  footer #bottom-footer .copyright {
    order: 3;
  }
  footer #bottom-footer .gdpr {
    margin-bottom: 59px;
    flex-wrap: wrap;
    order: 2;
    flex-direction: column;
    align-items: center;
  }
  footer #bottom-footer .social-icons {
    display: flex;
    margin-bottom: 45px;
    align-self: auto;
    order: 1;
  }
  footer #bottom-footer {
    flex-direction: column;
    align-items: center;
    padding-top: 43px;
  }
}
@media screen and (max-width: 1024px) {
  section.hero-bg {
    background-position: top -120px right -160%;
    background-size: 82%;
  }
  section.hero-bg .hero-wrapper .hero .desc {
    padding-right: 20px;
  }
  section.customer-item .customer .desc.left {
    padding-right: 30px;
  }
  section.customer-item .customer .desc.right {
    padding-left: 30px;
  }
  section.user-behaviour .preview .holder img.view {
    left: 0;
  }
  section.features-grid.light .wrapper .item {
    padding: 30px 30px 45px;
  }
}
@media screen and (max-width: 992px) {
  header {
    position: fixed;
    padding: 10px 0;
    height: 63px;
  }
  header .container {
    padding: 0 15px;
  }
  header .container .logo .dlogo {
    display: none;
  }
  header .container .logo .mlogo {
    display: block;
  }
  header .container nav.mmain {
    opacity: 0;
    visibility: hidden;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .container .main {
    display: none;
  }
  header .container .menu-trigger {
    display: block;
  }
  header .container .login .log-in {
    display: none;
  }
  header.mobile-register {
    display: block;
  }
  section.hero-bg {
    background-position: top -120px right -270px;
    background-size: 88%;
    background-image: none;
  }
  section.hero-bg .hero-wrapper {
    background: var(--bg-color, #3ac4d7) !important;
  }
  section.hero-bg .hero-wrapper .hero .desc h1,
  section.hero-bg .hero-wrapper .hero .desc p {
    color: #ffffff;
  }
  section.hero-bg .hero-wrapper .hero .desc .create-account {
    display: none;
  }
  section.hero-bg .hero-wrapper .hero .desc .reviews-section,
  section.hero-bg .hero-wrapper .hero .desc .form-caption {
    display: none;
  }
  section.hero-bg .hero-wrapper .hero .desc .mobile {
    display: inline;
  }
  section.main-feature .desc {
    padding: 0 30px;
  }
  section.main-feature .preview.bg-one {
    padding: 65px 35px 65px 30px;
  }
  section.main-feature .preview.bg-one img {
    max-width: 100%;
  }
  section.main-feature .preview .tree {
    width: 100%;
  }
  section.main-feature.cart-line-1,
  section.main-feature.cart-line-2 {
    margin-bottom: 30px;
  }
  section.main-feature.cart-line-1::after,
  section.main-feature.cart-line-2::after {
    display: none;
  }
  section.other-features {
    background: no-repeat center center url(../../images/bg-circles-4.png);
    background-size: contain;
  }
  section.other-features .description p {
    width: 80%;
  }
  section.other-features .features-row {
    justify-content: space-evenly;
  }
  section.other-features .features-row .feature-item {
    width: 45%;
    margin-bottom: 30px;
  }
  section.other-features .features-row .feature-item h3 {
    padding: 0 25px 28px;
  }
  section.other-features .features-row .feature-item p {
    padding: 0 25px;
  }
  section.integrations .container {
    align-items: center;
  }
  section.integrations .container .description,
  section.integrations .container .preview {
    width: 50%;
  }
  section.integrations .container .description {
    padding: 25px 30px 25px 0;
  }
  section.support .description p {
    width: 80%;
  }
  section.support .features-row {
    justify-content: space-evenly;
    padding-bottom: 0;
  }
  section.support .features-row .feature-item {
    margin-bottom: 30px;
  }
  section.support .features-row .feature-item p {
    padding: 0 25px;
  }
  section.testimonials {
    padding: 45px 60px 85px;
  }
  section.case-study {
    padding: 85px 16px;
  }
  section.centered-box {
    padding: 85px 16px;
  }
  section.video-desc {
    padding: 85px 16px;
  }
  section.video-desc .box {
    width: 85%;
  }
  section.centered-box-tabs {
    padding: 85px 0;
  }
  section.register {
    background-size: contain;
  }
  section.register h2 {
    width: 90%;
  }
  section.register p {
    width: 60%;
  }
  footer .maawg.for-desktop {
    display: none;
  }
  footer.mobile-login {
    display: block;
    padding-top: 40px;
  }
  section.help .help-list .wrapper {
    width: 33.333333%;
  }
  section.integrations-wrapper .description h2,
  section.integrations-wrapper .description p {
    width: 80%;
  }
  section.customer-item .customer .preview .quote {
    width: 100%;
  }
  section.customer-item .customer .logos .item {
    width: 62px;
    height: 62px;
  }
  section.integrations-categories .wrapper ul li a {
    font-size: 16px;
  }
  section.integrations-categories .wrapper ul li a .icon {
    width: 66px;
    height: 40px;
    background-size: contain;
  }
  section.reporting-table .table {
    width: 100%;
  }
  section.reporting-table .table .row .values .item {
    padding: 0 25px;
  }
  section.reporting-table p {
    width: 90%;
  }
  section.user-behaviour .preview .holder img {
    transform: scale(0.8) !important;
  }
  section.directory {
    background: none;
  }
  section.directory .description .title {
    width: 80%;
  }
  section.directory .wrapper .item-wrapper {
    padding: 30px 10px;
    width: 50%;
  }
  section.customer-sync {
    background-size: contain;
  }
  section.customer-sync h2,
  section.customer-sync p {
    width: 70%;
  }
  section.customer-sync .preview {
    width: 90%;
  }
  div.simple-desc .container {
    width: 100%;
  }
  section.hero-full-customers .hero-wrapper .hero.customers-bg {
    background-size: 17%, 17%;
  }
  div.recipe-single .title {
    width: 100%;
    font-size: 26px;
  }
  div.recipe-single .content {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  section.hero-bg {
    background-position: top -100px right -270px;
    background-size: 88%;
  }
  section.testimonials .slick-dots {
    bottom: -50px;
  }
  footer nav .footer-menu > li {
    margin-right: 5px;
  }
  footer nav #social-icons a i {
    width: 30px;
    padding: 5px;
  }
  section.user-behaviour .preview .holder img {
    transform: scale(0.6) !important;
  }
  section.hero-full-customers .hero-wrapper .hero.customers-bg {
    background-size: 15%, 15%;
  }
}
@media screen and (max-width: 768px) {
  .col-6 {
    width: 100%;
  }
  .indent-nav {
    height: 70px;
  }
  section.hero-bg .hero-wrapper {
    background: var(--bg-color, #3ac4d7) !important;
  }
  section.hero-bg.light .hero-wrapper {
    background: #f6f6f6;
  }
  section.hero-bg.light .hero-wrapper .hero .desc h1,
  section.hero-bg.light .hero-wrapper .hero .desc p {
    color: #394257;
  }
  section.hero-bg.has-line {
    margin-bottom: 100px;
  }
  section.hero-bg {
    padding: 0;
    background-image: none;
    margin-bottom: 100px;
  }
  section.hero-bg .hero-wrapper {
    padding: 65px 0 40px;
  }
  section.hero-bg .hero-wrapper .hero {
    flex-wrap: wrap;
  }
  section.hero-bg .hero-wrapper .hero .desc {
    padding: 0;
  }
  section.hero-bg .hero-wrapper .hero .desc h1 {
    color: #ffffff;
    font-size: 30px;
  }
  section.hero-bg .hero-wrapper .hero .desc p {
    color: #ffffff;
  }
  section.hero-bg .hero-wrapper .hero .desc .create-account {
    display: none;
  }
  section.hero-bg .hero-wrapper .hero .desc .mobile {
    display: inline;
  }
  section.hero-bg .hero-wrapper .hero .img-preview {
    margin: 0 auto;
    top: 100px;
    position: relative;
  }
  section.hero-full-bg {
    background: linear-gradient(90deg, #ca85db 16%, #298cd9 100%);
    margin-bottom: 100px;
  }
  section.hero-full-bg .hero-wrapper .hero .desc {
    width: 90%;
  }
  section.hero-full-bg .hero-wrapper .hero .desc .description {
    width: 100%;
  }
  section.hero-full-bg .hero-wrapper .hero .desc .for-desktop {
    display: none;
  }
  section.hero-full-bg .hero-wrapper .for-mobile {
    display: inline-block;
  }
  section.hero-full-bg.two-buttons {
    background: linear-gradient(180deg, #363f53 0%, #505c76 100%);
  }
  section.hero-full-bg.two-buttons .hero-wrapper .hero .desc h1 {
    font-size: 30px;
  }
  section.hero-full-bg.two-buttons .hero-wrapper .hero .video-embed {
    width: 90%;
    padding-top: 6%;
  }
  section.hero-full-bg.two-buttons .hero-wrapper .hero .buttons-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.hero-full-bg.two-buttons .hero-wrapper .hero .buttons-wrapper .btn {
    margin: 15px 0;
  }
  section.hero-full-customers .hero-wrapper .hero .desc .description {
    width: 90%;
  }
  section.customers {
    padding: 50px 0 50px;
  }
  section.customers .for-desktop {
    display: none;
  }
  section.main-feature {
    flex-wrap: wrap;
    background: none !important;
    padding: 20px 16px;
  }
  section.main-feature .desc {
    padding: 0;
  }
  section.main-feature .desc .title {
    font-size: 24px;
  }
  section.main-feature .desc .tree-wrapper {
    width: 100%;
  }
  section.main-feature .desc .tree-wrapper .tree {
    width: 472px;
    height: 340px;
    margin: 0 auto;
  }
  section.main-feature .desc .tree-wrapper .tree span.main,
  section.main-feature .desc .tree-wrapper .tree span.main-travel {
    top: 8%;
    left: 50%;
  }
  section.main-feature .desc .tree-wrapper .tree span.clock {
    top: 29%;
    left: 50%;
  }
  section.main-feature .desc .tree-wrapper .tree span.tick {
    top: 54%;
    left: 22%;
  }
  section.main-feature .desc .tree-wrapper .tree span.cross {
    top: 54%;
    left: 75%;
  }
  section.main-feature .desc .tree-wrapper .tree span.email {
    top: 80%;
  }
  section.main-feature .desc .tree-wrapper .tree span.email.left {
    left: 21%;
  }
  section.main-feature .desc .tree-wrapper .tree span.email.right {
    left: 75%;
  }
  section.main-feature .desc .tree-screenshots {
    background: 0;
  }
  section.main-feature .desc .tree-screenshots .icons-wrapper {
    height: 430px;
    width: 320px;
    margin: 0 auto;
  }
  section.main-feature .desc .tree-screenshots.personalization .icons-wrapper {
    width: 390px;
  }
  section.main-feature .for-desktop {
    display: none;
  }
  section.main-feature .for-mobile {
    display: block;
  }
  section.main-feature img.for-mobile {
    max-width: 100%;
    margin: 0 auto 50px;
  }
  section.integrations .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  section.integrations .container .description,
  section.integrations .container .preview {
    width: 100%;
  }
  section.integrations.has-line {
    margin-bottom: 40px;
  }
  section.support.container {
    padding-right: 16px;
    padding-left: 16px;
  }
  section.support .features-row {
    background: none;
  }
  section.support .features-row .feature-item {
    width: 100%;
    margin-bottom: 20px;
  }
  section.testimonials {
    background: 0;
    padding-top: 0;
  }
  section.testimonials .personal-info {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  section.testimonials .testimonials-content {
    width: 100%;
  }
  section.case-study {
    padding-top: 30px;
    background: 0;
  }
  section.case-study h2 {
    width: 80%;
  }
  section.case-study .box {
    width: 85%;
  }
  section.case-study .box img {
    max-width: 100%;
  }
  section.centered-box {
    padding-top: 30px;
    background: 0;
  }
  section.centered-box h2 {
    width: 80%;
  }
  section.centered-box p {
    width: 70%;
  }
  section.centered-box .box {
    width: 85%;
  }
  section.centered-box .box img {
    max-width: 100%;
  }
  section.video-desc {
    background: 0;
  }
  section.video-desc h2 {
    width: 80%;
  }
  section.video-desc p {
    width: 70%;
  }
  section.video-desc .box {
    width: 85%;
    padding-top: 6%;
    background-size: contain;
  }
  section.centered-box-tabs,
  section.image-decription {
    padding-top: 30px;
    background: 0;
  }
  section.centered-box-tabs h2,
  section.image-decription h2 {
    width: 80%;
  }
  section.centered-box-tabs p,
  section.image-decription p {
    width: 70%;
    margin-bottom: 30px;
  }
  section.centered-box-tabs .box,
  section.image-decription .box {
    width: 85%;
    background-size: contain;
    padding-top: 6.8%;
  }
  section.centered-box-tabs .box img,
  section.image-decription .box img {
    max-width: 100%;
  }
  section.centered-box-tabs .bottom-desc,
  section.image-decription .bottom-desc {
    width: 90%;
  }
  section.image-decription {
    padding-top: 30px;
    background: 0;
  }
  section.image-decription h2 {
    width: 90%;
  }
  section.image-decription p {
    width: 90%;
    margin-bottom: 30px;
  }
  section.image-decription .box {
    width: 100%;
    background-size: contain;
    padding-top: 6.8%;
  }
  section.image-decription .box img {
    max-width: 100%;
  }
  section.image-decription .bottom-desc {
    width: 90%;
    font-size: 16px;
  }
  section.register {
    background: linear-gradient(180deg, #8ed9e2 0%, #51c5d3 100%);
  }
  section.register .create-account {
    display: none;
  }
  section.register .mobile {
    display: inline-block;
  }
  section.register.dark {
    background: linear-gradient(90deg, #464f64 0%, #3c455a 100%);
  }
  section.templates-wrapper {
    background: linear-gradient(45deg, #f9f3fb 16%, #d5e8f7 100%);
  }
  section.templates-wrapper .templates h2 {
    width: 80%;
  }
  section.templates-wrapper .templates p {
    width: 70%;
  }
  section.templates-wrapper .templates .previews .templateprev {
    width: 100%;
  }
  section.templates-wrapper .templates .previews .for-desktop {
    display: none;
  }
  footer nav .footer-menu {
    width: 100%;
  }
  footer nav .footer-menu > li {
    width: 25%;
    margin-right: 20px;
  }
  footer nav .social-icons.for-desktop {
    display: none;
  }
  section.case-testimonial .case-testimonial-wrapper {
    padding-bottom: 100px;
    flex-wrap: wrap;
  }
  section.case-testimonial .case-testimonial-wrapper .description {
    background: none;
    width: 100%;
    order: 1;
  }
  section.case-testimonial .case-testimonial-wrapper .picture {
    width: 100%;
    text-align: center;
  }
  section.case-testimonial .case-testimonial-wrapper .picture img {
    float: none;
  }
  section.features-grid .wrapper {
    padding: 45px 0 60px;
  }
  section.features-grid .wrapper .divider {
    display: none;
  }
  section.features-grid .wrapper .item.u-line-left {
    border: 0;
  }
  section.tracking-map .tracking-wrapper h2 {
    width: 80%;
  }
  section.tracking-map .tracking-wrapper p {
    width: 70%;
  }
  section.help .help-list .wrapper {
    width: 50%;
  }
  section.integrations-wrapper {
    background: none;
    margin-top: 68px;
  }
  section.integrations-wrapper .integrations-filter .tab {
    margin: 0 12px;
  }
  section.integrations-wrapper .integrations-filter .tab span {
    font-size: 22px;
  }
  section.integrations-wrapper .integrations-list .wrapper {
    width: 50%;
  }
  section.help-bottom .wrapper article p {
    padding: 0 5%;
  }
  section.segmentation-parameters h2 {
    width: 80%;
  }
  section.segmentation-parameters > p {
    width: 70%;
  }
  section.segmentation-parameters .parameters .item-wrapper {
    width: 50%;
  }
  section.segmentation-examples .segmentation-wrapper h2 {
    width: 80%;
  }
  section.segmentation-examples .segmentation-wrapper > p {
    width: 70%;
  }
  section.hero-full-customers .hero-wrapper .hero {
    padding: 85px 16px 50px;
    background: none !important;
  }
  section.hero-full-customers .hero-wrapper .hero .desc h1 {
    width: 70%;
    font-size: 30px;
  }
  section.hero-full-customers .hero-wrapper .for-mobile {
    display: inline-block;
  }
  section.hero-full-customers .hero-wrapper .for-desktop {
    display: none;
  }
  section.text {
    padding-bottom: 20px;
  }
  section.text .title,
  section.text .description {
    width: 80%;
  }
  section.customer-item {
    background: none !important;
    margin-bottom: 0;
  }
  section.customer-item .customer .desc.left,
  section.customer-item .customer .desc.right {
    padding-left: 0;
    padding-right: 0;
  }
  section.customer-item .customer .for-desktop {
    display: none;
  }
  section.customer-item .customer .for-mobile {
    display: flex;
  }
  section.customers-ecommerce {
    background-image: none;
  }
  section.customers-ecommerce h3,
  section.customers-ecommerce .desc {
    width: 80%;
  }
  section.customers-ecommerce .preview .quote {
    width: 80%;
  }
  section.customers-ecommerce .logos {
    width: 80%;
  }
  section.integrations-categories {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
  }
  section.integrations-categories .wrapper {
    display: flex;
    overflow-x: scroll;
  }
  section.integrations-categories .wrapper ul {
    justify-content: inherit;
    min-width: 1020px;
  }
  section.integrations-categories .wrapper ul li a {
    padding: 16px 40px;
  }
  section.integrations-categories .wrapper ul li a .icon {
    display: none;
  }
  section.integrations-categories .wrapper div.for-mobile {
    display: flex;
  }
  section.integrations-categories.minified {
    padding: 10px 0;
  }
  section.integrations-categories.minified .wrapper ul li {
    padding: 0 5px;
  }
  section.search-bar.for-desktop {
    display: none;
  }
  section.automate-recommendations .list .item {
    width: 50%;
  }
  section.reporting-table {
    background: none;
  }
  section.reporting-table .table .row {
    flex-direction: column;
    align-items: flex-start;
  }
  section.reporting-table .table .row .title {
    margin-bottom: 30px;
  }
  section.reporting-table .table .row .title img {
    width: 95px;
  }
  section.reporting-table .table .row .values {
    align-self: center;
  }
  section.reporting-table .table .row .values .item {
    padding: 0 15px;
  }
  section.personalization-tabs h2 {
    font-size: 24px;
  }
  section.personalization-tabs .description {
    width: 95%;
  }
  section.personalization-tabs .tabs-wrapper {
    background: none !important;
  }
  section.personalization-tabs .tabs-wrapper .tabs .item-wrapper {
    width: 100%;
    padding: 8px;
  }
  section.personalization-tabs .tabs-wrapper .tabs .item-wrapper .item {
    opacity: 1 !important;
  }
  section.personalization-tabs .tabs-wrapper .tabs .item-wrapper .item.active {
    border-bottom: none;
  }
  section.personalization-tabs .for-desktop {
    display: none;
  }
  section.personalization-tabs .for-mobile {
    display: block;
  }
  section.personalization-tabs.wider .tabs-wrapper .tabs {
    width: 100%;
  }
  section.personalization-tabs.wider .tabs-wrapper .tabs .item-wrapper .item {
    width: 100%;
    box-shadow: none;
  }
  section.personalization-tabs.wider .tabs-wrapper .tabs .item-wrapper .item .description {
    text-align: left;
    margin: 0 0 40px;
  }
  section.integrations-full {
    padding-top: 10px;
  }
  section.integrations-full .general-desc {
    width: 100%;
    margin-bottom: 0;
  }
  section.integrations-full .integrations .container {
    padding: 0;
  }
  section.user-behaviour {
    flex-direction: column;
    background: none !important;
    padding-right: 16px;
    padding-left: 16px;
  }
  section.user-behaviour .preview {
    margin-bottom: 20px;
  }
  section.user-behaviour .preview .holder {
    width: 405px;
    margin: 0 auto;
  }
  section.user-behaviour .preview .holder img {
    transform: scale(0.8) !important;
  }
  section.user-behaviour.extra-line {
    padding-bottom: 0;
  }
  section.user-behaviour.extra-line::after {
    display: none;
  }
  section.user-behaviour .desc {
    padding: 0;
  }
  section.user-behaviour .for-mobile {
    display: block;
  }
  section.user-behaviour .for-desktop {
    display: none;
  }
  section.directory .wrapper .item-wrapper {
    padding: 10px;
  }
  section.customer-sync {
    background: none;
  }
  section.customer-sync h2,
  section.customer-sync p {
    width: 90%;
  }
  section.customer-sync .preview {
    width: 100%;
    height: 520px;
    margin-bottom: 30px;
  }
  section.customer-sync .preview img {
    transform: translate(-50%, 0px) !important;
    left: 50%;
    opacity: 1;
  }
  section.customer-sync .preview img.purchase {
    top: 60%;
    left: 50%;
  }
  section.customer-sync .preview img.products {
    top: 40%;
    left: 50%;
  }
  .line {
    display: none;
  }
  section.features-grid .main-title {
    margin-bottom: 20px;
  }
  section.features-grid.light .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  section.features-grid.light .wrapper .item {
    padding: 10px 0;
  }
  div.simple-desc .container h1 {
    font-size: 28px !important;
  }
  div.main-content.templates section.hero-full-templates {
    background: #54c0ce;
  }
  div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc h1,
  div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .description {
    width: 100%;
  }
  div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .btn {
    background-color: #ffffff;
    color: #3ac4d7;
  }
  div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .for-mobile {
    display: inline-block;
  }
  div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .for-desktop {
    display: none;
  }
  div.main-content.automations-components section.hero-automations .icons-wrapper {
    flex-direction: column;
    align-items: center;
  }
  div.main-content.automations-components section.hero-automations .icons-wrapper > div {
    margin-bottom: 20px;
  }
  div.main-content.automations-components section.hero-automations .desc .description {
    width: 100%;
  }
  div.main-content.automations-components section.component .main-icon {
    width: 90px;
    height: 90px;
    background-size: contain;
  }
  div.main-content.automations-components section.component .components-wrapper article.col-3 {
    width: 100%;
  }
  .segmentation-carousel-navarrow {
    top: 100%;
    transform: none;
  }
  .segmentation-carousel-navarrow--left {
    left: -10px;
  }
  .segmentation-carousel-navarrow--right {
    right: -10px;
  }
}
@media screen and (max-width: 640px) {
  section.other-features {
    background: none;
  }
  section.other-features .description h2 {
    margin-bottom: 40px;
  }
  section.other-features .features-row .feature-item {
    width: 100%;
    margin-bottom: 20px;
  }
  section.support .description h2 {
    margin-bottom: 40px;
  }
  footer nav .footer-menu {
    flex-wrap: wrap;
    width: 100%;
  }
  footer nav .footer-menu > li {
    width: 50%;
    padding-right: 20px;
    margin-right: 0;
    margin-bottom: 60px;
  }
  section.centered-box p {
    width: 90%;
    margin: 0 auto 36px;
  }
  section.centered-box .box {
    width: 100%;
  }
  section.video-desc p {
    width: 90%;
    margin: 0 auto 36px;
  }
  section.video-desc .box {
    width: 100%;
  }
  section.centered-box-tabs p {
    width: 90%;
    margin: 0 auto 36px;
  }
  section.centered-box-tabs .box {
    width: 100%;
  }
  section.tracking-map .tracking-wrapper p {
    width: 90%;
  }
  section.templates-wrapper {
    padding: 65px 0;
  }
  section.templates-wrapper .templates h2,
  section.templates-wrapper .templates p {
    width: 90%;
  }
  section.templates-wrapper .templates h2 {
    font-size: 24px;
  }
  section.features-grid .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  section.features-grid .wrapper .item {
    padding: 40px 0 50px;
  }
  section.help .help-list .wrapper {
    width: 100%;
  }
  section.integrations-wrapper .integrations-filter .tab {
    margin: 0 10px;
  }
  section.integrations-wrapper .integrations-filter .tab span {
    font-size: 20px;
  }
  section.integrations-wrapper .integrations-list .wrapper {
    width: 100%;
  }
  section.help-bottom .wrapper {
    width: 100%;
  }
  section.help-bottom .wrapper article p {
    padding: 0;
  }
  section.segmentation-parameters h2,
  section.segmentation-parameters p {
    width: 90%;
  }
  section.segmentation-parameters .parameters .item {
    padding: 40px 15px 45px;
  }
  section.segmentation-examples .segmentation-wrapper h2,
  section.segmentation-examples .segmentation-wrapper p {
    width: 90%;
  }
  section.customers-ecommerce h3,
  section.customers-ecommerce .desc {
    width: 100%;
  }
  section.customers-ecommerce .preview .quote {
    width: 100%;
  }
  section.customers-ecommerce .logos {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  section.main-feature .desc .tree-wrapper .tree {
    width: 100%;
  }
  section.directory .wrapper .item-wrapper {
    width: 100%;
    padding: 10px 10px;
  }
  section.customer-sync .preview img.purchase {
    width: 40%;
  }
  section.customer-sync .preview img.products {
    width: 70%;
  }
  body#main .back-to-top {
    display: none !important;
  }
  section.integrations-wrapper .container .integrations-filter {
    flex-direction: column;
    align-items: center;
  }
  section.integrations-wrapper .container .integrations-filter .tab {
    margin: 0 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 425px) {
  section.main-feature .desc {
    padding: 0;
  }
  section.main-feature .desc .tree-wrapper .tree span {
    font-size: 12px;
    padding: 6px 10px 6px 50px;
  }
  section.main-feature .desc .tree-wrapper .tree span::before {
    background-size: 50%;
    width: 40px;
    height: 21px;
  }
  section.main-feature .desc .tree-screenshots .icons-wrapper {
    width: 285px;
  }
  section.main-feature .desc .tree-screenshots .icons-wrapper .mail {
    width: 80px;
    height: 80px;
  }
  section.main-feature .desc .tree-screenshots .icons-wrapper .editor {
    left: 110px;
    width: 150px;
  }
  section.main-feature .desc .tree-screenshots .icons-wrapper .results {
    width: 280px;
    left: 0;
    top: 180px;
  }
  section.main-feature .desc .tree-screenshots.personalization {
    height: 435px;
  }
  section.main-feature .desc .tree-screenshots.personalization .icons-wrapper {
    width: 80%;
  }
  section.main-feature .desc .tree-screenshots.personalization .icons-wrapper .editor {
    left: 160px;
  }
  section.main-feature .desc .tree-screenshots.personalization .icons-wrapper .results {
    width: 150px;
    top: 150px;
  }
  section.other-features .description p {
    width: 100%;
  }
  section.other-features .features-row .feature-item h3 {
    font-size: 22px;
  }
  section.integrations .container .description h2 {
    font-size: 28px;
    margin-bottom: 35px;
    line-height: 40px;
  }
  section.integrations .container .description p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  section.support .description p {
    width: 90%;
  }
  section.testimonials {
    padding: 0 16px 50px;
  }
  section.testimonials .testimonials-content .testimonials-slider .item {
    font-size: 20px;
  }
  section.case-study .box {
    width: 100%;
  }
  section.centered-box p,
  section.centered-box h2 {
    width: 100%;
  }
  section.centered-box .box {
    width: 100%;
  }
  section.video-desc p,
  section.video-desc h2 {
    width: 100%;
  }
  section.video-desc .box {
    width: 100%;
  }
  section.centered-box-tabs p,
  section.centered-box-tabs h2 {
    width: 100%;
  }
  section.centered-box-tabs .box {
    width: 100%;
  }
  section.templates-wrapper {
    text-align: left;
  }
  section.templates-wrapper .templates p,
  section.templates-wrapper .templates h2 {
    width: 100%;
  }
  section.templates-wrapper .templates p {
    margin: 0 auto 35px;
  }
  section.register {
    text-align: left;
  }
  section.register h2 {
    width: 100%;
    font-size: 28px;
  }
  section.register p {
    width: 100%;
    margin: 0 0 40px;
  }
  section.hero-full-bg {
    margin-bottom: 160px;
  }
  section.hero-full-bg .hero-wrapper .hero .desc .description {
    width: 100%;
  }
  section.case-testimonial .case-testimonial-wrapper .description {
    background-size: contain !important;
  }
  section.case-testimonial .case-testimonial-wrapper .description .title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  section.case-testimonial .case-testimonial-wrapper .description .title img {
    margin-bottom: 45px;
  }
  section.case-testimonial .case-testimonial-wrapper .description .title h4 {
    padding: 0;
  }
  section.case-testimonial .case-testimonial-wrapper .description p {
    padding: 20px 0 0 35px;
  }
  section.case-testimonial .case-testimonial-wrapper .picture {
    background-size: contain !important;
  }
  section.tracking-map .tracking-wrapper {
    padding: 0;
  }
  section.tracking-map .tracking-wrapper p,
  section.tracking-map .tracking-wrapper h2 {
    width: 100%;
    padding: 0 16px;
  }
  section.tracking-map .tracking-wrapper .box {
    width: 100%;
    margin-bottom: 40px;
    overflow-x: scroll;
  }
  section.tracking-map .tracking-wrapper .box img {
    max-width: unset;
  }
  section.tracking-map .tracking-wrapper .map-dots {
    align-items: center;
    justify-content: center;
  }
  section.tracking-map .tracking-wrapper .for-mobile {
    display: flex;
  }
  section.help-hero .hero-wrapper .hero .desc h1 {
    font-size: 30px;
  }
  section.help-hero .hero-wrapper .hero .desc p {
    width: 100%;
  }
  section.help-list .description h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  section.integrations-wrapper .integrations-filter .tab {
    width: 100%;
  }
  section.integrations-wrapper .description h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  section.integrations-wrapper .description h2,
  section.integrations-wrapper .description p {
    width: 100%;
  }
  section.directory .description .title {
    width: 100%;
    font-size: 24px;
    margin-bottom: 40px;
  }
  section.segmentation-parameters .parameters .item-wrapper {
    width: 100%;
    padding: 2%;
  }
  section.segmentation-parameters .parameters .item-wrapper .item {
    width: 100%;
    padding: 72px 32px 42px;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
  }
  section.segmentation-parameters .parameters .item-wrapper .item::before {
    left: 32px;
    top: 30px;
  }
  section.hero-full-customers .hero-wrapper .hero {
    padding: 50px 16px 50px;
  }
  section.hero-full-customers .hero-wrapper .hero .desc {
    text-align: left;
  }
  section.hero-full-customers .hero-wrapper .hero .desc h1 {
    width: 100%;
    font-size: 30px;
    line-height: 36px;
  }
  section.hero-full-customers .hero-wrapper .hero .desc .description {
    width: 100%;
  }
  section.text .title,
  section.text .description {
    width: 100%;
  }
  section.customer-item .customer .desc .preview .quote .text {
    padding: 0 20px;
  }
  section.customer-item .customer .desc .preview .quote .author span {
    display: block;
  }
  section.customer-item .customer .logos {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.customer-item .customer .logos .item {
    width: 78px;
    height: 78px;
    margin: 0 8px 10px;
  }
  section.customers-ecommerce .preview .quote .author span {
    display: block;
  }
  section.customers-ecommerce .logos {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.customers-ecommerce .logos .item {
    width: 78px;
    height: 78px;
    margin: 0 8px 10px;
  }
  section.automate-recommendations .list .item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  section.reporting-table h2 {
    font-size: 24px;
  }
  section.reporting-table .table .row {
    padding: 20px 10px;
  }
  section.reporting-table .table .row .values .item {
    padding: 0 10px;
  }
  section.reporting-table .table .row .values .item .key {
    font-size: 14px;
  }
  section.reporting-table p {
    width: 100%;
  }
  section.user-behaviour .preview .holder {
    width: 100%;
  }
  section.user-behaviour .preview .holder img {
    transform: scale(0.7) !important;
  }
  section.user-behaviour .preview .holder img.view {
    left: -5%;
  }
  section.user-behaviour .preview .holder img.coupon {
    right: -5%;
  }
  section.user-behaviour .preview .holder img.purchases {
    left: -5%;
  }
  section.directory .wrapper .item-wrapper .item h3 {
    font-size: 20px;
  }
  section.customer-sync .preview {
    height: 370px;
  }
  section.personalization-tabs h2 {
    width: 100%;
  }
  section.integrations-categories .results .list .item a {
    padding: 15px;
    font-size: 14px;
  }
  section.search-bar .search .icon {
    width: 70px;
  }
  section.search-bar .search .results .list .item a {
    padding: 15px;
    font-size: 14px;
  }
  div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc {
    text-align: left;
  }
  div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc h1 {
    font-size: 30px;
  }
  div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .description {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  section.main-feature .desc .tree-screenshots .icons-wrapper {
    width: 80%;
  }
  section.main-feature .desc .tree-screenshots .icons-wrapper .editor {
    width: 55%;
  }
  section.main-feature .desc .tree-screenshots .icons-wrapper .results {
    width: 100%;
  }
  section.main-feature .desc .tree-screenshots.personalization .icons-wrapper {
    width: 80%;
  }
  section.main-feature .desc .tree-screenshots.personalization .icons-wrapper .mail {
    left: 10px;
  }
  section.main-feature .desc .tree-screenshots.personalization .icons-wrapper .editor {
    width: 60%;
    left: 47%;
  }
  section.main-feature .desc .tree-screenshots.personalization .icons-wrapper .results {
    width: 40%;
    left: 0%;
  }
  section.customers .customers-slider img {
    width: 60%;
  }
  section.user-behaviour .preview .holder {
    width: 100%;
  }
  section.user-behaviour .preview .holder img {
    transform: scale(0.6) !important;
  }
  section.user-behaviour .preview .holder img.view {
    left: -10%;
  }
  section.user-behaviour .preview .holder img.coupon {
    right: -10%;
  }
  section.user-behaviour .preview .holder img.purchases {
    left: -10%;
  }
}
@media screen and (max-width: 320px) {
  section.main-feature {
    margin: 30px auto;
  }
  section.main-feature .desc .tree-wrapper .tree {
    background-size: 70%;
    height: 280px;
    margin-bottom: 20px;
    transform: scale(0.9);
  }
  section.customer-sync .preview {
    height: 280px;
  }
  section.hero-full-bg.two-buttons .hero-wrapper .hero .desc h1 {
    font-size: 26px;
  }
}
.templates-nav-wrapper {
  max-width: 1068px;
  margin: 60px auto 15px;
}

.templates-nav {
  display: flex;
  margin: 0 -15px;
}

.templates-nav .item-wrapper {
  padding: 0 15px;
  width: 100%;
}

.templates-nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-shadow: 0 0 0 2px rgba(24, 23, 24, 0.08);
  border-radius: 6px;
  color: #394257;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 12px 4px;
  padding-right: 0;
  border-bottom: solid 4px transparent;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.templates-nav a:hover,
.templates-nav a.active {
  opacity: 1;
  border-color: #3ac4d7;
}

.templates-nav a span {
  text-align: center;
  width: 100%;
  font-family: "Geist", sans-serif;
  line-height: 1;
  position: relative;
  top: 2px;
}

.templates-nav a img {
  flex-shrink: 0;
  max-height: 60px;
}

.templates-nav a.active {
  border-color: #3ac4d7;
}

div.main-content.templates section.templates-list .main-list article .previews.desktop-only .desktop {
  position: static;
  width: 100%;
  height: auto;
}

div.main-content.templates section.templates-list .main-list article .previews.desktop-only .mobile {
  display: none;
}

div.main-content.templates section.templates-list .main-list article .previews.desktop-only {
  height: auto;
}

@media screen and (max-width: 768px) {
  .templates-nav {
    display: block;
  }
  .templates-nav .item-wrapper {
    margin-bottom: 10px;
  }
  .templates-nav a {
    font-size: 20px;
  }
  .templates-nav a img {
    width: 45px;
  }
  .templates-nav a span {
    text-align: left;
    padding-left: 13px;
    top: 1px;
  }
}
section.register.shapes {
  background: no-repeat center url("../../images/shapes.png"), linear-gradient(180deg, #8ed9e2 0%, #51c5d3 100%) !important;
}

section.customers-ecommerce--has-mb + section.register.shapes.dark {
  margin-top: -50px;
}

section.register.shapes.dark {
  background: no-repeat center url("../../images/shapes-dark.png"), linear-gradient(90deg, #464f64 0%, #3c455a 100%) !important;
}

div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .description.templates {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  div.main-content.templates section.hero-full-templates .hero-wrapper .hero .desc .description.templates {
    margin-bottom: 0;
  }
}

.btn.dark {
  background-color: #394257;
}

.btn.dark:hover {
  background-color: #272f41;
}

section.integrations .container .preview {
  max-width: 707px;
}

section.integrations .container .preview img {
  max-width: 100%;
}

header > .container {
  position: relative;
}

header .container nav.main ul.latest-menu > li {
  position: static !important;
  font-family: "Geist", sans-serif;
}

ul.latest-menu > li.menu-item > a {
  text-transform: uppercase;
}

ul.login > li {
  text-transform: uppercase;
}

/* top level megamenu */
.megamenu-box {
  position: absolute;
  width: 100vw;
  max-width: 1370px;
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.megamenu-box:before {
  content: "";
  width: 100%;
  height: 20px;
  background-color: transparent;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 2;
  display: block;
}

.megamenu-box > .generic-megamenu-holder {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 3.64px rgba(20, 22, 22, 0.16);
  padding-bottom: 73px;
  position: relative;
}

.megamenu-box > .generic-megamenu-holder.--is-less {
  padding-bottom: 0;
}

.megamenu-box > .generic-megamenu-holder > .sub-menu {
  display: flex;
}

header > .container .megamenu-inner-list {
  padding: 30px 24px 40px;
  width: 100%;
}

header > .container .megamenu-inner-list > a {
  font-size: 18px;
  font-weight: 600;
  color: #3ac4d7;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
}

header > .container .megamenu-inner-list > a[href]:after {
  content: "";
  background-image: url(https://moosend.com/wp-content/themes/moosend/assets/public/images/megamenu-triangle.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
  background-size: 8px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  margin-top: 1px;
}

header > .container .megamenu-inner-list > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #3ac4d7;
  transition: all 0.2s ease;
}

header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu {
  display: flex;
  margin: 0 -20px;
}

header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li {
  padding: 0 20px;
  width: 100%;
}

header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li:not(:last-child) {
  /*border-right: solid 2px #ebecee;*/
}

header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li > a {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 2px #ebecee;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4c556b;
  letter-spacing: -0.01em;
}

header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li > a span {
  letter-spacing: unset;
  margin-top: 20px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #b3b3b3;
}

header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li .sub-menu li a {
  font-size: 14px;
  font-weight: 500;
  color: #4c556b;
}

header > .container .megamenu-side-list {
  background-color: var(--bg-color, #4c556b);
  padding: 30px 24px;
  min-width: 16%;
  position: relative;
  z-index: 2;
  margin-bottom: -73px;
}

header > .container .megamenu-side-list.--is-less {
  margin-bottom: 0;
}

header > .container .megamenu-side-list > a {
  font-size: 18px;
  font-weight: 600;
  color: var(--hover-color, #62cad2);
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

header > .container .megamenu-side-list > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #3ac4d7;
  transition: all 0.2s ease;
}

header > .container .megamenu-side-list > a[href]:after {
  content: "";
  background-image: url(https://moosend.com/wp-content/themes/moosend/assets/public/images/megamenu-triangle.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
  background-size: 8px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
}

header > .container .megamenu-side-list > a span,
header > .container .megamenu-side-list > a + span {
  letter-spacing: unset;
  margin-top: 20px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  max-width: 182px;
  color: #b3b3b3;
}

header > .container .megamenu-side-list > a + span {
  margin-top: 0;
  margin-bottom: 20px;
}

header > .container .megamenu-side-list > .generic-megamenu-holder > .sub-menu li:not(:last-child) {
  margin-bottom: 20px;
}

header > .container .megamenu-side-list > .generic-megamenu-holder > .sub-menu li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--color, #fff);
  transition: color 0.2s ease;
}

header > .container .megamenu-bottom {
  background-color: var(--bg-color, #3ac4d7);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 73px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
}

header > .container .megamenu-bottom > a {
  display: none;
}

header > .container .megamenu-bottom > .generic-megamenu-holder > .sub-menu {
  display: flex;
  align-items: center;
  margin: 0 -30px;
}

header > .container .megamenu-bottom > .generic-megamenu-holder > .sub-menu li {
  padding: 0 30px;
  height: 52px;
  display: flex;
  align-items: center;
}

header > .container .megamenu-bottom > .generic-megamenu-holder > .sub-menu li:not(:last-child) {
  border-right: solid 2px rgba(255, 255, 255, 0.25);
}

header > .container .megamenu-bottom > .generic-megamenu-holder > .sub-menu li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--color, #fff);
  transition: color 0.2s ease;
}

header > .container .megamenu-bottom > .generic-megamenu-holder > .sub-menu li a:hover {
  color: var(--hover-color, #fff);
}

header > .container .megamenu-inner-grid {
  padding: 30px 24px 40px;
}

header > .container .megamenu-inner-grid > a {
  font-size: 18px;
  font-weight: 600;
  color: #3ac4d7;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
}

header > .container .megamenu-inner-grid > a[href]:after {
  content: "";
  background-image: url(https://moosend.com/wp-content/themes/moosend/assets/public/images/megamenu-triangle.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
  background-size: 8px auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  margin-top: 1px;
}

header > .container .megamenu-inner-grid > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #3ac4d7;
  transition: all 0.2s ease;
}

header > .container .megamenu-inner-grid > .generic-megamenu-holder > .sub-menu {
  display: flex;
  margin: 0 -15px;
}

header > .container .megamenu-inner-grid > .generic-megamenu-holder > .sub-menu > li {
  padding: 0 15px;
  flex: 1;
}

header > .container .megamenu-inner-grid > .generic-megamenu-holder > .sub-menu > li a {
  height: 100%;
  border-radius: 4px;
  display: block;
  border: solid 2px #e9e9e9;
  transition: border-color 0.2s ease;
}

header > .container .megamenu-inner-grid > .generic-megamenu-holder > .sub-menu > li a .menu-title-thumb {
  background-color: var(--img-bg);
  height: 198px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header > .container .megamenu-inner-grid > .generic-megamenu-holder > .sub-menu > li a .menu-title-thumb img {
  /*max-width: 69.25%; max-height: 69.25%;*/
  max-width: 90%;
  max-height: 90%;
}

header > .container .megamenu-inner-grid > .generic-megamenu-holder > .sub-menu > li a .menu-title-text {
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #4c556b;
}

header > .container .megamenu-inner-grid > .generic-megamenu-holder > .sub-menu > li a .menu-title-text span {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #b3b3b3;
  line-height: 16px;
}

header .container nav.mmain.mmmain {
  padding-left: 15px;
  padding-right: 15px;
}

header .container nav.main ul.main-menu > li.megamenu > a {
  outline: none !important;
}

header .container nav.main ul.main-menu > li.megamenu > a.--is-d_active {
  color: #3ac4d7;
  position: relative;
}

header .container nav.main ul.main-menu > li.megamenu > a.--is-d_active:after {
  transform: rotate(-180deg);
  display: inline-block;
}

header .container nav.main ul.main-menu > li.megamenu > a.--is-d_active:before {
  content: "";
  background: no-repeat url(https://moosend.com/wp-content/themes/moosend/assets/public/images/menu-arrow.png);
  position: absolute;
  top: calc(100% + 9px);
  left: 50%;
  width: 16px;
  height: 15px;
  z-index: 2;
  transform: translateX(-50%);
}

@media screen and (max-width: 1400px) {
  .megamenu-box {
    max-width: 100vw;
  }
  .megamenu-box > .generic-megamenu-holder {
    border-radius: 0;
  }
}
@media screen and (max-width: 1350px) {
  header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu {
    margin: 0 -10px;
  }
  header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li {
    padding: 0 10px;
  }
  header > .container .megamenu-inner-grid > .generic-megamenu-holder > .sub-menu {
    margin: 0 -10px;
  }
  header > .container .megamenu-inner-grid > .generic-megamenu-holder > .sub-menu > li {
    padding: 0 10px;
  }
  header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li > a span,
  header > .container .megamenu-side-list > a span,
  header > .container .megamenu-side-list > a + span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header > .container .megamenu-side-list > a {
    font-size: 16px;
  }
}
/*All desktop hover styles*/
@media screen and (min-width: 993px) {
  /*li.megamenu:hover .megamenu-box { opacity: 1; pointer-events: all; }*/
  .megamenu-box.--is-d_open {
    opacity: 1;
    pointer-events: all;
  }
  header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li > a[href]:hover {
    color: #3ac4d7;
  }
  header > .container .megamenu-inner-list > a[href]:hover:before {
    opacity: 1;
    width: calc(100% + 12px);
  }
  header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li .sub-menu li a[href]:hover {
    color: #3ac4d7;
  }
  header > .container .megamenu-inner-grid > .generic-megamenu-holder > .sub-menu > li a[href]:hover {
    border-color: #3ac4d7;
  }
  header > .container .megamenu-inner-grid > a[href]:hover:before {
    opacity: 1;
    width: calc(100% + 12px);
  }
  header > .container .megamenu-side-list > a[href]:hover:before {
    opacity: 1;
    width: calc(100% + 12px);
  }
  header > .container .megamenu-side-list > .generic-megamenu-holder > .sub-menu li a[href]:hover {
    color: var(--hover-color, #62cad2);
  }
}
@media screen and (max-width: 992px) {
  .megamenu-box {
    z-index: 2;
    width: 100vw;
    left: -15px;
    transform: none;
  }
  .megamenu-box.--is-m_open {
    opacity: 1;
    pointer-events: all;
  }
  .megamenu-box > .generic-megamenu-holder {
    padding-bottom: 0;
    box-shadow: none;
  }
  .megamenu-box > .generic-megamenu-holder > .sub-menu {
    flex-wrap: wrap;
  }
  header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu {
    flex-wrap: wrap;
    margin: 0;
  }
  header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li > a {
    width: 100%;
  }
  header > .container .megamenu-side-list {
    width: 100%;
    margin-bottom: 0;
    padding: 25px 15px;
  }
  header > .container .megamenu-bottom {
    position: static;
    height: auto;
    padding: 20px 15px;
  }
  header > .container .megamenu-bottom > .generic-megamenu-holder {
    width: 100%;
  }
  header > .container .megamenu-bottom > .generic-megamenu-holder > .sub-menu {
    flex-wrap: wrap;
    margin: 0;
  }
  header > .container .megamenu-bottom > .generic-megamenu-holder > .sub-menu li {
    width: 100%;
    padding: 0;
    height: auto;
  }
  header > .container .megamenu-bottom > .generic-megamenu-holder > .sub-menu li:not(:last-child) {
    border: none;
    margin-bottom: 12px;
  }
  header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li > a span,
  header > .container .megamenu-side-list > a span,
  header > .container .megamenu-side-list > a + span {
    display: block;
  }
  header > .container nav.mmain ul li.megamenu-inner-list > a {
    font-size: 16px;
    color: #3ac4d7 !important;
    width: 100% !important;
  }
  header > .container nav.mmain ul li.megamenu-inner-list > a:after {
    display: none;
  }
  header > .container nav.mmain ul li.megamenu-inner-grid > a {
    font-size: 16px;
    color: #3ac4d7 !important;
    width: 100% !important;
  }
  header > .container nav.mmain ul li.megamenu-inner-grid > a:after {
    display: none;
  }
  header > .container nav.mmain ul li.megamenu-side-list > a:after {
    display: none;
  }
  header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li > a {
    border: none;
    padding-bottom: 0;
  }
  header > .container .megamenu-inner-list > .generic-megamenu-holder > .sub-menu > li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 2px #ebecee;
  }
  header > .container .megamenu-inner-list {
    padding: 15px;
    padding-bottom: 30px;
  }
  header > .container .megamenu-inner-grid {
    padding: 15px;
    padding-bottom: 30px;
  }
  header .container nav.mmmain ul.main-menu > li.menu-item-has-children.active {
    border-bottom: solid 2px #3ac4d7;
    padding-bottom: 15px;
  }
  header .container nav.mmmain ul.main-menu > li.menu-item-has-children.active > a {
    color: #3ac4d7;
    font-size: 18px;
  }
  header > .container .megamenu-inner-grid > .generic-megamenu-holder > .sub-menu {
    flex-wrap: wrap;
    margin: 0;
  }
  header > .container .megamenu-inner-grid > .generic-megamenu-holder > .sub-menu > li {
    flex: unset;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
  }
  header > .container .megamenu-inner-grid > .generic-megamenu-holder > .sub-menu > li:last-child {
    margin-bottom: 0;
  }
  header > .container .megamenu-inner-grid > .generic-megamenu-holder > .sub-menu > li a {
    width: 100% !important;
  }
  header > .container .megamenu-side-list > a {
    color: var(--hover-color, #62cad2) !important;
    font-size: 16px !important;
  }
  header > .container .megamenu-side-list > .generic-megamenu-holder > .sub-menu li:not(:last-child) {
    margin-bottom: 12px;
  }
  header > .container nav.mmmain > ul > li.megamenu {
    transition: none !important;
  }
  header > .container nav.mmmain > ul > li.megamenu.active {
    position: fixed;
    top: 100px;
    width: calc(100% - 30px);
    left: 15px;
  }
  header > .container nav.mmmain > ul > li.megamenu.active .megamenu-box {
    overflow: auto;
    height: calc(100vh - 144px);
  }
}
body#main .form-consent-box, body#main .form-consent-box > p,
body#main .form-consent-box .wpcf7-list-item-label,
.form-consent-box,
.form-consent-box > p,
.form-consent-box .wpcf7-list-item-label {
  color: var(--color, #999);
  font-size: var(--fontsize, 14px);
  font-family: "Geist", sans-serif !important;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  body#main .form-consent-box, body#main .form-consent-box > p,
  body#main .form-consent-box .wpcf7-list-item-label,
  .form-consent-box,
  .form-consent-box > p,
  .form-consent-box .wpcf7-list-item-label {
    font-size: var(--fontsize-mobile, 14px);
  }
}
body#main .form-consent-box a, body#main .form-consent-box > p a,
body#main .form-consent-box .wpcf7-list-item-label a,
.form-consent-box a,
.form-consent-box > p a,
.form-consent-box .wpcf7-list-item-label a {
  color: var(--color, #999);
  text-decoration: underline;
}
body#main .form-consent-box a:hover, body#main .form-consent-box > p a:hover,
body#main .form-consent-box .wpcf7-list-item-label a:hover,
.form-consent-box a:hover,
.form-consent-box > p a:hover,
.form-consent-box .wpcf7-list-item-label a:hover {
  text-decoration: none;
}
body#main .form-consent-box .wpcf7-list-item,
.form-consent-box .wpcf7-list-item {
  margin-left: 0;
}

.fancy-toolshed-inner-form .form-consent-box,
.partnerstack-modal-form .form-consent-box {
  margin-top: 20px;
}
.fancy-toolshed-inner-form .form-consent-box > p + p,
.partnerstack-modal-form .form-consent-box > p + p {
  margin-top: 10px;
}

.partners-container .form-consent-box > p + p {
  margin-top: 10px;
}

.fancy-toolshed-inner-form .form-consent-box .wpcf7-form-control-wrap {
  margin-bottom: 0;
}

.single-resource-sec {
  background-image: linear-gradient(91deg, rgb(72, 222, 243) 0%, rgba(11, 126, 200, 0.92) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-resource-sec {
    padding: 50px 0;
  }
}

.single-resource-sec-gradient {
  background-position: inherit;
  background-repeat: inherit;
  background-size: inherit;
  min-height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.single-resource-inner {
  padding-right: 50px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .single-resource-inner {
    padding-right: 0;
  }
}

.single-resource-heading {
  color: #fff;
  display: block;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 50px;
}

.single-resource-content {
  margin-bottom: 40px;
}
.single-resource-content p {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.single-resource-content p:last-child {
  margin-bottom: 0;
}

.single-resource-thumbnail-wrapper {
  margin-bottom: 40px;
}

.single-resource-thumbnail {
  box-shadow: rgba(0, 0, 0, 0.23) 0px 8px 12px 0px;
  border-radius: 7px;
}

.single-resource-partners figure {
  display: flex;
  flex-direction: column;
}
.single-resource-partners figure img {
  order: 2;
}
.single-resource-partners figure figcaption {
  order: 1;
}
.single-resource-partners figure figcaption p {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.single-resource-form {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .single-resource-form {
    margin-top: 20px;
  }
}
.single-resource-form h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-align: center;
  text-decoration: underline;
}
.single-resource-form form.wpcf7-form .form-group {
  height: auto;
}
.single-resource-form .pg-forms .form-group {
  font-weight: 400;
}
.single-resource-form .form-consent-box {
  margin-top: 15px;
}

.testimonial-sec {
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .testimonial-sec {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-sec .row {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-sec .row .mb-order-first {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-sec .row .mb-order-last {
    margin-top: 20px;
    order: 2;
    padding-right: 30px;
  }
}

.testimonial-image-wrapper {
  position: relative;
  max-width: 100%;
  width: 377px;
  background-size: 0;
  z-index: 1;
}
.testimonial-image-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: calc(100% + 10px);
  width: calc(100% + 15px);
  background-image: inherit;
  opacity: 0.1;
  z-index: -1;
}

.testimonial-image {
  border-radius: 6px;
}

.testimonial-logo {
  height: auto;
  width: 120px !important;
}

.testimonial-symbol {
  color: rgb(56, 66, 87) !important;
  font-size: 47px !important;
  font-style: italic;
  font-weight: 700;
}

.testimonial-text p {
  color: #384257 !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400 !important;
}

.testimonial-cite {
  margin-top: 25px;
}
.testimonial-cite p {
  color: #384257 !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400 !important;
}

.badges-sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 80px 0 65px;
}
@media screen and (max-width: 767px) {
  .badges-sec {
    padding: 50px 0;
  }
}

.badges-sec-heading {
  color: #212224;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 60px;
  text-align: center;
  text-transform: none;
}

.badges-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.badges-grid img {
  display: block;
  margin: 0 auto;
  width: 200px;
}

.badges-grid-col {
  flex: 1;
  min-width: 20%;
  max-width: 25%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .badges-grid-col {
    min-width: 50%;
  }
}

.row--flex {
  display: flex;
  flex-wrap: wrap;
}

.sec-generic-carousel {
  background-position: center 70%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 50px 0 130px;
}
@media screen and (max-width: 767px) {
  .sec-generic-carousel {
    background-size: contain;
    padding: 50px 0;
  }
}

.sec-generic-carousel-text {
  margin-bottom: 70px;
  text-align: center;
}
.sec-generic-carousel-text h2 {
  margin-bottom: 45px;
}
.sec-generic-carousel-text p {
  color: #9d9d9d;
  font-size: 18px;
  margin: 0 auto;
  max-width: 50%;
}
@media screen and (max-width: 992px) {
  .sec-generic-carousel-text p {
    max-width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .sec-generic-carousel-text p {
    max-width: 100%;
  }
}

.generic-carousel-wrapper {
  display: block;
  width: 100%;
  position: relative;
}

.generic-carousel-wrapper-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: calc(100% - 100px);
  min-height: 180px;
  padding: 0 35px;
  position: relative;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .generic-carousel-wrapper-inner {
    min-height: 150px;
    padding: 0 15px;
  }
}
.generic-carousel-wrapper-inner::before, .generic-carousel-wrapper-inner::after {
  content: "";
  background-color: #3ac4d7;
  height: 100%;
  position: absolute;
  top: 0;
  width: 4px;
}
@media screen and (max-width: 767px) {
  .generic-carousel-wrapper-inner::before, .generic-carousel-wrapper-inner::after {
    width: 3px;
  }
}
.generic-carousel-wrapper-inner::before {
  left: 0;
}
.generic-carousel-wrapper-inner::after {
  right: 0;
}

.generic-carousel {
  width: 100%;
}

.generic-carousel-item {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  width: calc(25% - 10px);
  position: relative;
}
@media screen and (max-width: 992px) {
  .generic-carousel-item {
    width: calc(33.33333% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .generic-carousel-item {
    width: 100%;
  }
}
.generic-carousel-item:hover::before {
  opacity: 1;
}
.generic-carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(58, 196, 215, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: -1;
  border-radius: 16px;
}

.generic-carousel-control {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .generic-carousel-control {
    max-width: 30px;
  }
}

.generic-carousel-control--left {
  left: 0;
}

.generic-carousel-control--right {
  right: 0;
}

.generic-carousel-btn {
  margin-top: 50px;
}

.overflow-hidden {
  overflow: hidden;
}

.wpcf7 .wpcf7-form.submitting .wpcf7-submit,
.wpcf7 .wpcf7-form.submitting input[type=submit] {
  cursor: not-allowed !important;
  pointer-events: none !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Breadcrumbs style */
.yoast-breadcrumbs {
  max-width: 1290px;
  width: 100%;
  margin: auto;
  padding: 25px 15px 60px;
  font-size: 18px;
}
.yoast-breadcrumbs a {
  text-decoration: none;
  color: #384257;
}
.yoast-breadcrumbs a:visited {
  text-decoration: none;
  color: #384257;
}
.yoast-breadcrumbs a:hover {
  color: #3BC3D7;
  text-decoration: none;
}

.social-wrapper-title {
  margin-bottom: 18px;
}

.hero-main-text {
  margin-bottom: 38px;
}

.fa-classic, .fa-regular, .fa-light, .fa-thin, .fa-solid, .far, .fas {
  font-family: "FontAwesome";
  font-style: normal;
}

section.blog-breadcrumbs, section.category-breadcrumbs {
  padding-top: 20px;
  padding-bottom: 80px;
  font-size: 18px;
  font-family: "Geist", sans-serif;
}
section.blog-breadcrumbs a, section.category-breadcrumbs a {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s ease;
  color: #384257;
  font-size: 18px;
  font-family: "Geist", sans-serif;
}
section.blog-breadcrumbs a:visited, section.category-breadcrumbs a:visited {
  color: #384257;
}
section.blog-breadcrumbs a:hover, section.category-breadcrumbs a:hover {
  opacity: 1;
  color: #36c2d6;
}

.hero-post-wrapper .breadcrumbs-wrapper {
  font-size: 18px;
  font-family: "Geist", sans-serif;
}
.hero-post-wrapper .breadcrumbs-wrapper a {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s ease;
  color: #384257;
  font-size: 18px;
  font-family: "Geist", sans-serif;
}
.hero-post-wrapper .breadcrumbs-wrapper a:visited {
  color: #575757;
}
.hero-post-wrapper .breadcrumbs-wrapper a:hover {
  opacity: 1;
  color: #36c2d6;
}

.row.tve_empty_dropzone {
  justify-content: center;
}

body#main .hero .step-form {
  width: 100% !important;
}

header a {
  font-family: "" Geist "" !important;
}

ol li {
  list-style-type: decimal !important;
}

.thrv-content-box .form-group {
  position: relative;
}
.thrv-content-box .form-group .wpcf7-spinner {
  position: absolute;
  right: 10px;
  z-index: 2;
  bottom: 12px;
  top: unset;
  margin: 0;
}

.section-partnerstack {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-partnerstack > h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
}

li.enable-label span {
  background: #fec112;
  font-size: 8px;
  font-weight: 800;
  padding: 3px 5px;
  border-radius: 4px;
  top: -8px;
  position: relative;
  left: 4px;
  color: #000 !important;
}
li.enable-label span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5px;
  left: 0;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FEC112;
  z-index: -1;
}
li.enable-label a:hover span {
  color: #000 !important;
}

/* Add the following CSS to your theme's style.css or a custom CSS file */
.plus-logo-enabled header .container a.logo {
  position: relative;
}

.plus-logo-enabled header .container a.logo:after {
  content: "+";
  font-size: 28px;
  font-weight: 600;
  color: #384257;
  position: absolute;
  top: 3px;
  right: -20px;
}

@media screen and (max-width: 992px) {
  .plus-logo-enabled header .container a.logo:after {
    content: unset;
    display: none;
  }
}
.form-plus input.btn {
  background-color: #fec112 !important;
  color: #384257 !important;
}

.form-plus .filter-tags a.close-all {
  background-color: #fec112 !important;
  background-image: url(../../images/blue-x.svg) !important;
  color: #384257 !important;
}

.form-plus .filter-tags a {
  background-color: rgba(254, 193, 18, 0.32) !important;
}

.pg-forms.form-plus button, .pg-forms.form-plus input[type=submit] {
  background-color: #fec112 !important;
  color: #384257 !important;
}

/*[data-type="monthly"].active ~ .old-price-wrap {
  display: none!important;
}*/
section.automations-templates {
  padding: 75px 0;
  background: #3ac4d7 no-repeat center url("../../images/automations-templates-bg.png");
  text-align: center;
}

section.automations-templates h2 {
  color: #fefeff;
  width: 750px;
  margin: 0 auto 40px;
}

section.automations-templates p {
  width: 750px;
  margin: 0 auto 40px;
  color: #ffffff;
  line-height: 24px;
}

section.automations-templates img {
  max-width: 100%;
  margin: 0 auto 45px;
}

section.automations-templates .for-mobile {
  display: none;
}

section.automations-templates .btn {
  background-color: #394257;
}

@media screen and (max-width: 768px) {
  section.automations-templates {
    background-image: none;
  }
  section.automations-templates h2,
  section.automations-templates p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.automations-templates h2 {
    font-size: 24px;
    text-align: left;
  }
  section.automations-templates p {
    text-align: left;
  }
  section.automations-templates .for-mobile {
    display: inline-block;
  }
  section.automations-templates .for-desktop {
    display: none;
  }
}
section.trigger-actions {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
  background: no-repeat center url("../../images/analytics-bg-1.png");
}

section.trigger-actions h2 {
  width: 700px;
  color: #394257;
  margin: 0 auto;
  margin-bottom: 50px;
}

section.trigger-actions p {
  width: 700px;
  color: #a0a0a0;
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 45px;
}

section.trigger-actions img {
  margin-bottom: 45px;
  max-width: 100%;
}

section.trigger-actions .process {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

section.trigger-actions .process .item {
  position: relative;
}

section.trigger-actions .process .item h4 {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 10px;
}

section.trigger-actions .process .item h4::after {
  content: "";
  width: 30px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-15px);
  background-position: center;
  background-repeat: no-repeat;
}

section.trigger-actions .process .item span {
  font-family: "Hind", sans-serif;
  font-size: 16px;
  color: #a0a0a0;
  display: inline-block;
  width: 80%;
}

section.trigger-actions .process .item.triggers {
  width: 30%;
}

section.trigger-actions .process .item.triggers h4 {
  color: #394257;
}

section.trigger-actions .process .item.triggers h4::after {
  background-image: url("../../images/triggers-bg.png");
}

section.trigger-actions .process .item.conditional {
  width: 40%;
}

section.trigger-actions .process .item.conditional h4 {
  color: #ff6154;
}

section.trigger-actions .process .item.conditional h4::after {
  background-image: url("../../images/condition-bg.png");
}

section.trigger-actions .process .item.conditional span {
  width: 70%;
}

section.trigger-actions .process .item.actions {
  width: 30%;
}

section.trigger-actions .process .item.actions h4 {
  color: #3ac4d7;
}

section.trigger-actions .process .item.actions h4::after {
  background-image: url("../../images/actions-bg.png");
}

@media screen and (max-width: 768px) {
  section.trigger-actions h2,
  section.trigger-actions p {
    width: 100%;
  }
  section.trigger-actions .process {
    flex-direction: column;
  }
  section.trigger-actions .process .item {
    width: 100% !important;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 425px) {
  section.trigger-actions {
    background: none !important;
  }
  section.trigger-actions h2,
  section.trigger-actions p {
    text-align: left;
  }
  section.trigger-actions .process .item span {
    width: 100% !important;
  }
}
section.automations-flow {
  padding: 80px 0;
  background-color: #394257;
}

section.automations-flow h2 {
  width: 612px;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto 45px;
  text-align: center;
}

section.automations-flow p.description {
  width: 550px;
  margin: 0 auto 60px;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
}

section.automations-flow .tabs {
  position: relative;
  display: flex;
  justify-content: center;
  width: 1020px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 80px;
}

section.automations-flow .tabs::before,
section.automations-flow .tabs::after {
  content: "";
  width: 162px;
  height: 2px;
  background: no-repeat url("../../images/automations-tabs-border.png");
  position: absolute;
  top: 50%;
}

section.automations-flow .tabs::after {
  right: -160px;
}

section.automations-flow .tabs::before {
  left: -160px;
}

section.automations-flow .tabs li {
  width: 185px;
  border-radius: 6px;
  background-color: #616b82;
  overflow: hidden;
  margin: 0 10px;
}

section.automations-flow .tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px;
  font-size: 16px;
  font-family: "Hind", sans-serif;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

section.automations-flow .tabs li a:hover {
  color: #3ac4d7;
  border-bottom: 4px solid #3ac4d7;
  padding-bottom: 8px;
}

section.automations-flow .tabs li a.active {
  color: #3ac4d7;
  border-bottom: 4px solid #3ac4d7;
  padding-bottom: 8px;
}

section.automations-flow .slider-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.automations-flow .slider-arrows > li {
  margin: 20px;
}

section.automations-flow .slider-arrows > li.prev .fas,
section.automations-flow .slider-arrows > li.next .fas {
  font-size: 30px;
  color: #3ac4d7;
}

section.automations-flow .slider-arrows .slider-dots .slick-dots {
  display: flex;
  align-items: center;
  position: unset;
}

section.automations-flow .slider-arrows .slider-dots .slick-dots li button:before {
  color: #ffffff;
  opacity: 0.75;
}

section.automations-flow .slider-arrows .slider-dots .slick-dots li.slick-active button:before {
  color: #4fc4d2;
  opacity: 0.75;
}

section.automations-flow .wrapper {
  width: 888px;
  margin: 0 auto;
  display: none;
}

section.automations-flow .wrapper .title {
  font-family: "Hind", sans-serif;
  font-size: 20px;
  color: #3ac4d7;
  margin-bottom: 50px;
  text-align: center;
}

section.automations-flow .wrapper .row {
  display: flex;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(75px);
}

section.automations-flow .wrapper .row .column-1 {
  width: 68%;
}

section.automations-flow .wrapper .row .column-2 {
  width: 28%;
}

section.automations-flow .wrapper .row .column-half {
  width: 48%;
}

section.automations-flow .wrapper .row .column-full {
  width: 100%;
}

section.automations-flow .wrapper .row .white-box {
  background-color: #ffffff;
  position: relative;
  color: #545c6e;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 20px 30px 20px 80px;
  text-align: center;
  border-radius: 6px;
}

section.automations-flow .wrapper .row .white-box img.icon {
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.automations-flow .wrapper .row .white-box span {
  position: relative;
  padding-left: 30px;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

section.automations-flow .wrapper .row .white-box span::before {
  border: 2px solid #f2c24a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.automations-flow .wrapper .row .white-box span.blue::before {
  border: 2px solid #3ac4d7;
}

section.automations-flow .wrapper .row .white-box span.red::before {
  border: 2px solid #ff6154;
}

section.automations-flow .wrapper .row .desc {
  display: flex;
  align-items: center;
  color: #fefefe;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  margin-left: 27px;
  padding-left: 14px;
}

section.automations-flow .wrapper .row .desc::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2c24a;
  border-radius: 10px;
}

section.automations-flow .wrapper .row .desc.blue::before {
  background-color: #3ac4d7;
}

section.automations-flow .wrapper .row .desc.red::before {
  background-color: #ff6154;
}

section.automations-flow .wrapper .row .pic-preview {
  border-radius: 6px;
  background-color: #ffffff;
  position: relative;
}

section.automations-flow .wrapper .row .pic-preview img {
  max-width: 100%;
}

section.automations-flow .wrapper .row .clock {
  position: relative;
  height: 100px;
  width: 100px;
  background: white url("../../images/moosend_automate_clock.svg") no-repeat scroll 0 0;
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

section.automations-flow .wrapper .row .center {
  height: 4px;
  width: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ff6154;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

section.automations-flow .wrapper .row .hour {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: time1 3s 2 linear;
  -moz-animation: time1 3s 2 linear;
  animation: time1 3s 2 linear;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}

@keyframes time1 {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
section.automations-flow .wrapper .row .hour::before {
  background: #ff6154 none repeat scroll 0 0;
  content: "";
  height: 15px;
  position: absolute;
  top: 35px;
  width: 2px;
}

section.automations-flow .wrapper .row .minute {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-animation: time1 0.25s 24 linear;
  -moz-animation: time1 0.25s 24 linear;
  animation: time1 0.25s 24 linear;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}

section.automations-flow .wrapper .row .minute::before {
  background: #ff6154 none repeat scroll 0 0;
  content: "";
  height: 18px;
  position: absolute;
  top: 30px;
  width: 1px;
}

section.automations-flow .wrapper .row.border-tree {
  border: 2px solid white;
  border-bottom: none;
  padding-top: 15px;
  margin-bottom: -15px;
  padding-bottom: 20px;
}

section.automations-flow .wrapper .row.border-tree .box .white-box {
  clear: both;
  transform: translateY(10px);
}

section.automations-flow .wrapper .row.tree-result {
  justify-content: space-between;
}

section.automations-flow .wrapper .row.tree-result img {
  max-width: 100%;
}

section.automations-flow .wrapper .row.tree-result img.left {
  float: left;
}

section.automations-flow .wrapper .row.tree-result img.right {
  float: right;
}

section.automations-flow .wrapper.active {
  display: block;
}

section.automations-flow .wrapper#lead .row {
  flex-wrap: wrap;
  justify-content: space-between;
}

section.automations-flow .wrapper#lead .row .white-box {
  margin-bottom: 20px;
}

section.automations-flow .wrapper#lead .row .desc {
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

section.automations-flow .wrapper#lead .row p {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 40px;
  text-align: center;
}

section.automations-flow .wrapper .bottom-line::after {
  content: "";
  width: 2px;
  height: 52px;
  background-color: #fefefe;
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
}

section.automations-flow .wrapper .top-line::before {
  content: "";
  width: 2px;
  height: 52px;
  background-color: #fefefe;
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
}

section.automations-flow .wrapper .flow-row {
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(75px);
}

section.automations-flow .wrapper.active .row,
section.automations-flow .wrapper.active .flow-row {
  animation-duration: 1s;
  animation-name: slideUp;
  animation-fill-mode: forwards;
}

section.automations-flow .wrapper.active .row:nth-child(1),
section.automations-flow .wrapper.active .flow-row:nth-child(1) {
  animation-delay: 0.5s;
}

section.automations-flow .wrapper.active .row:nth-child(2),
section.automations-flow .wrapper.active .flow-row:nth-child(2) {
  animation-delay: 1s;
}

section.automations-flow .wrapper.active .row:nth-child(3),
section.automations-flow .wrapper.active .flow-row:nth-child(3) {
  animation-delay: 1.5s;
}

section.automations-flow .wrapper.active .row:nth-child(4),
section.automations-flow .wrapper.active .flow-row:nth-child(4) {
  animation-delay: 2s;
}

section.automations-flow .wrapper.active .row:nth-child(5),
section.automations-flow .wrapper.active .flow-row:nth-child(5) {
  animation-delay: 2.5s;
}

section.automations-flow .wrapper.active .row:nth-child(6),
section.automations-flow .wrapper.active .flow-row:nth-child(6) {
  animation-delay: 3s;
}

@keyframes slideUp {
  from {
    transform: translateY(75px);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
section.automations-flow .for-mobile {
  display: none;
}

section.automations-flow .condition {
  position: relative;
  padding-left: 30px;
  font-family: "Hind", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  margin: 10px 20px;
}

section.automations-flow .condition::before {
  border: 2px solid #f2c24a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.automations-flow .condition.blue::before {
  border: 2px solid #3ac4d7;
}

section.automations-flow .condition.left {
  float: left;
}

section.automations-flow .condition.right {
  float: right;
}

@media screen and (max-width: 1440px) {
  section.automations-flow .tabs::before,
  section.automations-flow .tabs::after {
    display: none;
  }
}
@media screen and (max-width: 1170px) {
  section.automations-flow .tabs {
    width: unset;
  }
  section.automations-flow .tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  section.automations-flow .tabs li a {
    font-size: 18px;
  }
  section.automations-flow .wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  section.automations-flow h2 {
    width: 80%;
  }
  section.automations-flow p.description {
    width: 70%;
  }
  section.automations-flow .tabs {
    display: none;
  }
  section.automations-flow .wrapper .title {
    display: block;
  }
  section.automations-flow .wrapper .row {
    flex-direction: column;
    opacity: 1;
    transform: none;
  }
  section.automations-flow .wrapper .row .column-1,
  section.automations-flow .wrapper .row .column-2,
  section.automations-flow .wrapper .row .column-half {
    width: 100%;
    margin-bottom: 15px;
  }
  section.automations-flow .wrapper .row .desc {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.automations-flow .wrapper .row .bottom-line::after {
    display: none;
  }
  section.automations-flow .wrapper .row.border-tree {
    display: none;
  }
  section.automations-flow .wrapper .row .for-mobile {
    display: block;
  }
  section.automations-flow .wrapper .row.tree-result .box img {
    float: none;
  }
  section.automations-flow .wrapper .row .condition {
    width: 100%;
    margin: 10px 0;
    float: none;
  }
  section.automations-flow .wrapper .row .top-line-m::before {
    content: "";
    width: 2px;
    height: 52px;
    background-color: #fefefe;
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.automations-flow .wrapper .flow-row {
    opacity: 1;
    transform: none;
  }
  section.automations-flow .wrapper.active .row,
  section.automations-flow .wrapper.active .flow-row {
    animation: none;
  }
}
@media screen and (max-width: 425px) {
  section.automations-flow h2,
  section.automations-flow p.description {
    width: 100%;
  }
  section.automations-flow .wrapper .row .white-box {
    padding: 10px 20px 10px 30px;
  }
  section.automations-flow .wrapper .row .white-box .icon {
    width: 35px;
  }
  section.automations-flow .wrapper .row .white-box span {
    font-size: 16px;
  }
}
.section-badges-carousel {
  text-align: center;
  padding: 70px 0;
  background: #f5f5f5 url(../../images/badges/bg1.png) center 90% no-repeat;
}
.section-badges-carousel .text-area h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 35px;
  color: #394257;
}
.section-badges-carousel .text-area p {
  font-size: 18px;
  color: #a0a0a0;
  max-width: 630px;
  margin: 0 auto 40px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .section-badges-carousel .text-area p {
    font-size: 16px;
  }
}
.section-badges-carousel .carousel-badges {
  padding: 0 40px;
}
.section-badges-carousel .carousel-badges .slick-slide img {
  display: inline-block;
}
.section-badges-carousel .carousel-badges .slick-arrow {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-color: #5fcedd;
  display: block;
  border: 0 none;
}
.section-badges-carousel .carousel-badges .slick-arrow:before {
  content: "";
  opacity: 1;
  display: block;
  width: 28px;
  height: 28px;
}
.section-badges-carousel .carousel-badges .slick-prev {
  left: 0;
}
.section-badges-carousel .carousel-badges .slick-prev:before {
  background: transparent url(../../images/badges/arrow-back.svg) center center no-repeat;
  background-size: auto 16px;
}
.section-badges-carousel .carousel-badges .slick-next {
  right: 0;
}
.section-badges-carousel .carousel-badges .slick-next:before {
  background: transparent url(../../images/badges/arrow-next.svg) center center no-repeat;
  background-size: auto 16px;
}
.section-badges-carousel.section-badges--cyan {
  background: #3ac4d7 url(../../images/badges/bg2.png) center 90% no-repeat;
}
.section-badges-carousel.section-badges--cyan .text-area h2,
.section-badges-carousel.section-badges--cyan .text-area p {
  color: #fff;
}
.section-badges-carousel.section-badges--cyan .carousel-badges .slick-arrow {
  background-color: #b0e7ef;
}
.section-badges-carousel.section-badges--cyan .carousel-badges .slick-prev:before {
  background-image: url(../../images/badges/arrow-back-black.svg);
}
.section-badges-carousel.section-badges--cyan .carousel-badges .slick-next:before {
  background-image: url(../../images/badges/arrow-next-black.svg);
}
.section-badges-carousel.section-badges--grey {
  background: #394257 url(../../images/badges/bg3.png) center 90% no-repeat;
}
.section-badges-carousel.section-badges--grey .text-area h2 {
  color: #fff;
}
.section-badges-carousel.section-badges--grey .text-area p {
  color: #a0a0a0;
}
.section-badges-carousel.section-badges--grey .carousel-badges .slick-arrow {
  background-color: #535a68;
}

.section--bct {
  padding: 50px 0 130px;
}
@media screen and (max-width: 992px) {
  .section--bct {
    padding: 50px 0;
  }
}

.bct-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.bct-header h2 {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .bct-header h2 {
    font-size: 20px;
  }
}
.bct-header a {
  min-width: 150px;
  width: 150px;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .bct-header a {
    min-width: 60px;
    width: 60px;
    padding: 0 5px;
  }
}
.bct-header a img {
  height: auto;
  width: 100%;
}

.moo-table.moo-table--bct {
  box-shadow: 1px 1px 10px 1.2px rgba(0, 0, 0, 0.16);
}

.moo-table.moo-table--bct .entry .c:first-child {
  flex: 1;
}

.moo-table.moo-table--bct .entry .c:not(:first-child) {
  min-width: 150px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .moo-table.moo-table--bct .entry .c:not(:first-child) {
    display: block;
    min-width: 60px;
    width: 60px;
  }
}

.business-preview__header {
  margin-bottom: 50px;
}

.business-preview__header h2 {
  color: #394257;
  font-size: 28px;
  line-height: 1.1;
}

.business-preview {
  max-width: 613px;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0px 0px 0px 2px rgba(24, 23, 24, 0.08);
  background: #fff;
}

.business-preview__footer {
  margin-top: 50px;
}

.business-preview__thumb {
  height: 308px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 2px #394257;
}

.business-preview__thumb img {
  flex-shrink: 0;
  max-width: 100%;
}

.business-preview__desc {
  padding: 25px 35px 40px;
}

.business-preview__desc blockquote p {
  color: #a0a0a0;
  font-size: 16px;
  line-height: 1.5;
}

.business-preview__desc blockquote cite {
  margin-top: 40px;
  font-style: normal;
  font-family: "Hind";
  font-size: 16px;
  color: #384256;
  display: block;
}

.business-preview__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 35px;
}

.business-preview__stats {
  margin-right: -50px;
  margin-top: -40px;
  overflow: hidden;
  width: 100%;
}

.business-preview__title {
  padding-top: 40px;
  margin-right: 40px;
}

.business-preview__title h3 {
  font-size: 18px;
}

.business-preview-section.invert-dark {
  background-color: #394257;
}

.business-preview-section.invert-dark .business-preview__header h2 {
  color: #fff;
}

.business-preview-section.invert-dark .business-preview {
  background-color: #434d63;
  border: solid 2px #62cad2;
  box-shadow: 0px 0px 0px 2px rgba(58, 196, 215, 0.3);
}

.business-preview-section.invert-dark .business-preview__stats {
  border: solid 2px #62cad2;
  box-shadow: 0px 0px 0px 2px rgba(58, 196, 215, 0.3);
  border-radius: 12px;
}

.business-preview-section.invert-dark .business-preview__thumb {
  border-color: #62cad2;
}

.business-preview-section.invert-dark .business-preview__title h3 {
  color: #fff;
}

.business-preview-section.invert-dark .business-preview__desc blockquote cite {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .business-preview__thumb {
    height: auto;
  }
  .business-preview__info {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 20px 20px 0;
  }
  .business-preview__stats {
    margin-top: 0;
    margin-right: 0;
  }
  .business-preview__stats img {
    max-width: 100%;
  }
  .business-preview__desc {
    padding: 20px 20px 30px;
  }
  .business-preview-section {
    padding: 60px 0;
  }
  .business-preview__header h2 {
    font-size: 24px;
  }
}
section.clicks-map {
  padding: 85px 0;
  background: #f5f5f5;
  margin-bottom: 30px;
}

section.clicks-map .clicks-map-wrapper {
  text-align: center;
  background: no-repeat center center url("../../images/clicks-bg.png");
}

section.clicks-map .clicks-map-wrapper h2 {
  width: 612px;
  font-size: 28px;
  font-weight: bold;
  color: #394257;
  margin: 0 auto 45px;
}

section.clicks-map .clicks-map-wrapper p {
  width: 450px;
  margin: 0 auto 60px;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  color: #a0a0a0;
  line-height: 24px;
  font-weight: normal;
}

section.clicks-map .clicks-map-wrapper .for-mobile {
  display: none;
}

section.clicks-map .clicks-map-wrapper .box {
  margin-bottom: 45px;
}

section.clicks-map .clicks-map-wrapper .box img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  section.clicks-map .clicks-map-wrapper {
    background: 0;
  }
  section.clicks-map .clicks-map-wrapper h2 {
    width: 80%;
  }
  section.clicks-map .clicks-map-wrapper p {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  section.clicks-map .clicks-map-wrapper p {
    width: 90%;
  }
}
@media screen and (max-width: 425px) {
  section.clicks-map .clicks-map-wrapper p,
  section.clicks-map .clicks-map-wrapper h2 {
    width: 100%;
  }
  section.clicks-map .clicks-map-wrapper h2 {
    font-size: 24px;
  }
}
section.image-compare {
  padding: 85px 0;
  background: no-repeat top 80% center url("../../images/automations-video-bg.png");
  text-align: center;
}

section.image-compare h2 {
  width: 612px;
  font-size: 28px;
  font-weight: bold;
  color: #394257;
  margin: 0 auto 45px;
}

section.image-compare p {
  width: 570px;
  margin: 0 auto 60px;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  color: #a0a0a0;
  line-height: 24px;
  font-weight: normal;
}

section.image-compare .box {
  width: 816px;
  padding-top: 60px;
  border-radius: 8px;
  background-color: #ffffff;
  margin: 0 auto 50px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  background: no-repeat top left/contain url("../../images/compare-image-placeholder.png");
}

section.image-compare .box .cocoen .cocoen-drag {
  width: 4px;
  background-color: #4fc4d2;
  left: 0%;
}

section.image-compare .box .cocoen .cocoen-drag::before {
  width: 47px;
  height: 31px;
  background: url("../../images/slider-arrows.png") no-repeat center center;
  border: none;
  margin-left: -24px;
  margin-top: -18px;
}

section.image-compare .box .cocoen > div {
  width: 0;
}

section.image-compare.active .cocoen .cocoen-drag {
  left: 50%;
  -webkit-animation: line-cd-bounce-in 0.7s;
  -moz-animation: line-cd-bounce-in 0.7s;
  animation: line-bounce-in 0.7s;
}

section.image-compare.active .cocoen > div {
  width: 50%;
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@media screen and (max-width: 992px) {
  section.image-compare {
    background-size: contain;
  }
  section.image-compare .box {
    width: 90%;
    padding-top: 7%;
  }
}
@media screen and (max-width: 768px) {
  section.image-compare {
    background: none;
  }
  section.image-compare h2,
  section.image-compare p {
    width: 90%;
  }
}
@media screen and (max-width: 425px) {
  section.image-compare {
    text-align: left;
  }
  section.image-compare h2,
  section.image-compare p {
    width: 100%;
  }
  section.image-compare h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  section.image-compare p {
    margin-bottom: 35px;
  }
  section.image-compare .box {
    width: 100%;
  }
}
.sec-subscription-box {
  line-height: 1.25;
}
.sec-subscription-box span.terms {
  font-size: 12px;
}
.sec-subscription-box--blue .subscription-box-inner {
  background: #3ac4d7 0% 0% no-repeat padding-box;
  color: #ffffff;
}
.sec-subscription-box--blue .subscription-box-inner .subscription-box-text p, .sec-subscription-box--blue .subscription-box-inner .subscription-box-title, .sec-subscription-box--blue .subscription-box-inner span.terms {
  color: #ffffff;
}
.sec-subscription-box--blue .btn {
  border: 1px solid transparent;
  background-color: #394257;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.sec-subscription-box--blue .btn span {
  color: #fff !important;
}
.sec-subscription-box--blue .btn:hover {
  box-shadow: 0 3px 6px rgba(60, 197, 215, 0.4784313725);
  border: 1px solid #fff;
}
.sec-subscription-box--darkblue .subscription-box-inner {
  background-color: #384257;
}
.sec-subscription-box--darkblue .subscription-box-inner .subscription-box-text p, .sec-subscription-box--darkblue .subscription-box-inner .subscription-box-title, .sec-subscription-box--darkblue .subscription-box-inner span.terms {
  color: #ffffff !important;
}
.sec-subscription-box--darkblue .subscription-box-form .btn {
  background-color: #ffffff;
  color: #384257;
}
.sec-subscription-box--darkblue .subscription-box-form .btn:hover {
  box-shadow: 0px 3px 6px rgba(56, 66, 87, 0.5450980392);
  border: 1px solid #3ac4d7;
}
.sec-subscription-box--darkblue .btn {
  border: 1px solid transparent;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #384257;
}
.sec-subscription-box--darkblue .btn span {
  color: #384257 !important;
}
.sec-subscription-box--darkblue .btn:hover {
  box-shadow: 0 3px 6px rgba(60, 197, 215, 0.4784313725);
  border: 1px solid #3ac4d7;
}
.sec-subscription-box--darkblue input[type=submit] {
  background-color: #3ac4d7 !important;
}
.sec-subscription-box--grey .subscription-box-inner {
  background-color: #f5f5f5;
  color: rgba(56, 66, 87, 0.5137254902);
}
.sec-subscription-box--grey .subscription-box-inner .subscription-box-text p, .sec-subscription-box--grey .subscription-box-inner span.terms {
  color: rgba(56, 66, 87, 0.5137254902);
}
.sec-subscription-box--grey .subscription-box-inner .subscription-box-title {
  color: #384257;
}
.sec-subscription-box--grey .subscription-box-title {
  color: #384257;
}
.sec-subscription-box--grey .btn {
  border: 1px solid transparent;
  background-color: #394257;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
}
.sec-subscription-box--grey .btn span {
  color: #fff !important;
}
.sec-subscription-box--grey .btn:hover {
  box-shadow: 0 3px 6px rgba(60, 197, 215, 0.4784313725);
  border: 1px solid #fff;
}

.subscription-box-inner {
  border-radius: 12px;
  padding: 60px 20px;
}
.subscription-box-inner .social-icon-holder {
  margin-bottom: 0px;
}
.subscription-box-inner .inputs-holder {
  display: flex;
}
@media (max-width: 992px) {
  .subscription-box-inner .inputs-holder {
    flex-direction: column;
  }
}
.subscription-box-inner input[type=email] {
  max-width: 300px;
  height: 48px;
  background-color: #f5f5f5;
  color: #b9b9b9;
  border: none;
  border-radius: 30px;
  padding: 0 50px 0 24px;
  font-size: 16px;
}
.subscription-box-inner input[type=submit] {
  background-color: #394257;
  color: #fff;
  border: 0;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 13px 35px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  position: absolute;
  top: 0;
  right: 0;
  height: 38px !important;
  padding: 0 50px;
}
@media (max-width: 992px) {
  .subscription-box-inner input[type=submit] {
    position: relative;
    width: 100%;
    max-width: 200px;
    margin: auto;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.subscription-box-content {
  width: 100%;
  max-width: 426px;
}
@media screen and (max-width: 1024px) {
  .subscription-box-content {
    padding-top: 15px;
  }
}

.subscription-box-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif !important;
}
@media screen and (max-width: 1024px) {
  .subscription-box-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}

.subscription-box-text {
  margin-bottom: 30px;
}
.subscription-box-text p {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  font-family: Montserrat, sans-serif !important;
}
.subscription-box-text h4 {
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  font-family: Montserrat, sans-serif !important;
}
.subscription-box-text span {
  display: block;
}
.subscription-box-text > * {
  font-family: Lato, sans-serif;
}

.subscription-box-content {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .subscription-box-content {
    flex-direction: column;
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }
  .subscription-box-content .btn {
    margin: 0 auto;
  }
}

.subscription-box-form {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .subscription-box-form {
    display: flex;
    flex-direction: column;
  }
}
.subscription-box-form input[type=email] {
  font-family: Lato, sans-serif;
  border: none;
  border-radius: 34px;
  font-size: 14px;
  background-color: #FFFFFF;
  padding-right: 100px;
  height: 38px;
  width: 100%;
  max-width: 365px;
}
.subscription-box-form input[type=email]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cecece;
  opacity: 1; /* Firefox */
}
.subscription-box-form input[type=email]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cecece;
}
.subscription-box-form input[type=email]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cecece;
}
@media screen and (max-width: 768px) {
  .subscription-box-form input[type=email] {
    margin-bottom: 10px;
    padding: 9px 26px;
  }
}
.subscription-box-form .btn {
  position: absolute;
  height: 38px;
  right: 0;
  top: 0;
  z-index: 1;
  min-width: 157px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 400ms all linear;
  background: #384257 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: none;
}
.subscription-box-form .btn.btn--abs-none {
  position: relative;
}
.subscription-box-form .btn:hover {
  box-shadow: 0px 3px 6px rgba(56, 66, 87, 0.5450980392);
  border: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
  .subscription-box-form .btn {
    position: relative;
  }
}

.subscription--abs {
  position: absolute;
  right: 30px;
  bottom: -30px;
}

.blog-hero-title {
  font-size: 42px;
  line-height: 1.2380952381;
}
@media (max-width: 992px) {
  .blog-hero-title {
    font-size: 30px;
    line-height: 1.2333333333;
  }
}

.blog-hero-text {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 992px) {
  .blog-hero-text {
    font-size: 18px;
  }
}

.sticker {
  color: #384257;
  background: #3bc3d7;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  padding: 0 10px;
}

.subscribe-box {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  padding: 30px;
}
@media (max-width: 992px) {
  .subscribe-box {
    padding: 30px 20px;
  }
}

.subscribe-box-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2142857143;
  margin-bottom: 20px;
  color: #384257;
}

.subscribe-box-text {
  font-size: 18px;
  line-height: 1.3888888889;
  margin-bottom: 20px;
}

.editors-picks-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  padding: 30px;
}
@media (max-width: 992px) {
  .editors-picks-box {
    padding: 30px 20px;
  }
}

.editors-picks-box-title {
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2272727273;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.editors-picks-list-item {
  color: #384257;
  font-weight: normal;
  margin-bottom: 30px;
  position: relative;
}
.editors-picks-list-item:last-child {
  margin-bottom: 0;
}
.editors-picks-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url(../../images/editors-picks-checkmark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  height: 25px;
  width: 25px;
  pointer-events: none;
}
.editors-picks-list-item a {
  color: inherit;
  display: block;
  padding-left: 50px;
  text-decoration: none;
  line-height: 1.1875;
}
.editors-picks-list-item a span {
  background-image: linear-gradient(#3bc3d7, #3bc3d7);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 3px;
  transition: background-size 500ms ease-in-out;
  line-height: 19px;
  font-family: "Montserrat";
  font-size: 16px;
}
.editors-picks-list-item a:hover span {
  background-size: 100% 3px;
  color: inherit;
}

.blog-hero .post-element-thumb-wrapper a.d-block {
  padding: 30px;
}
.blog-hero .post-element-thumb-wrapper img {
  width: 100%;
}
.blog-hero p.post-element--desc {
  display: none;
}

.blog-carousel .slick-track {
  display: flex !important;
}
.blog-carousel .slick-list {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1490196078);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1490196078);
}
.blog-carousel .slick-slide {
  height: inherit !important;
  display: flex;
}
@media (max-width: 992px) {
  .blog-carousel .slick-slide > div {
    width: 100% !important;
    display: flex;
    height: 100%;
  }
}
.blog-carousel .post-element-inner {
  border-radius: 0px;
}
.blog-carousel-col--0 .post-element {
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  width: 104.2%;
  overflow: hidden;
  filter: none;
}
.blog-carousel-col--0 .post-element-inner {
  border-radius: 0;
}
.blog-carousel-col--1 .post-element {
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  width: 104%;
  overflow: hidden;
  transform: translate(-3.7%);
  filter: none;
}
.blog-carousel-col--1 .post-element .post-element-content {
  padding-left: 66px;
}
.blog-carousel .post-element-thumb-wrapper {
  height: 330px;
  overflow: hidden;
}
.blog-carousel .post-element-thumb-wrapper a.d-block {
  padding: 30px;
  height: 330px;
  display: flex;
  justify-content: center;
}
.blog-carousel .post-element-thumb-wrapper a.d-block img {
  object-fit: contain;
}
.blog-carousel .slick-prev {
  left: -70px;
  background: #66C2D4;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.blog-carousel .slick-next {
  right: -70px;
  background: #66C2D4;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.blog-carousel .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
}
.blog-carousel .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}

.blog-carousel-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.blog-carousel-item {
  height: 100%;
  display: flex !important;
}
.blog-carousel-item .post-element-content {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .blog-carousel-item {
    display: inline-block !important;
  }
  .blog-carousel-item .blog-carousel-content-wrapper {
    height: 100%;
  }
  .blog-carousel-item .blog-carousel-content-wrapper .post-element-thumb-wrapper {
    height: 180px;
  }
  .blog-carousel-item .blog-carousel-content-wrapper a.d-block {
    height: 100%;
    padding: 10px;
  }
  .blog-carousel-item .blog-carousel-content-wrapper .post-element--desc {
    display: none;
  }
}

.sec-blog-carousel {
  padding: 30px 0px;
}

.blog-carousel-wrapper--l {
  display: block;
}
@media (max-width: 992px) {
  .blog-carousel-wrapper--l {
    display: none;
  }
}
.blog-carousel-wrapper--m {
  display: none;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .blog-carousel-wrapper--m {
    display: block;
  }
}
.blog-carousel-wrapper--m .slick-arrow {
  display: none !important;
}

@media (max-width: 992px) {
  .slick-slider {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0px 20px !important;
  }
  .slick-slider .slick-arrow {
    display: inline-flex !important;
    position: relative !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
    order: 2 !important;
    margin-top: 40px !important;
    margin-bottom: 0px !important;
  }
  .slick-slider .slick-list {
    order: 1 !important;
  }
}
body.category .category-wrapper li {
  background: #F4F9FA !important;
}
body.category .category-wrapper li i {
  color: #517276 !important;
}
body.category .category-wrapper li h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: Montserrat, sans-serif !important;
}

.blog-categories {
  padding-bottom: 50px;
  color: #384257;
}
.blog-categories h2 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 50px;
  font-family: "Montserrat", sans-serif !important;
}
.blog-categories .category-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2%;
}
.blog-categories .category-wrapper li {
  box-sizing: border-box;
  display: flex;
  width: 32%;
  border-radius: 15px;
  border: 1px solid #DDDDDD;
  background: #fff;
  box-shadow: 0 3px 4px rgba(136, 136, 136, 0.2784313725);
  margin-bottom: 20px;
  transition: border 0.3s ease;
}
@media (max-width: 992px) {
  .blog-categories .category-wrapper li {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .blog-categories .category-wrapper li {
    width: 100%;
  }
}
.blog-categories .category-wrapper li:hover {
  border: 1px solid #3ac4d7;
}
.blog-categories .category-wrapper li.more {
  border: 0;
  box-shadow: none;
  width: 100% !important;
  justify-content: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  align-items: center;
}
@media (min-width: 768px) {
  .blog-categories .category-wrapper li.more {
    display: none !important;
  }
}
.blog-categories .category-wrapper li.more i {
  margin-left: 20px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .blog-categories .category-wrapper li.toggleable {
    display: flex !important;
  }
}
.blog-categories .category-wrapper li a {
  width: 100%;
}
.blog-categories .category-wrapper li a .category-block {
  padding: 20px;
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.blog-categories .category-wrapper li a .category-block h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: Montserrat, sans-serif;
}
.blog-categories .category-wrapper li a .category-block i {
  color: #fff;
  width: 32px;
  height: 32px;
  font-size: 20px;
  background: #3ac4d7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.col2hero {
  padding: 95px 0 80px;
}
.col2hero h1 {
  font-size: 42px;
  margin-bottom: 40px !important;
  font-weight: bold;
  font-family: Montserrat;
}
.col2hero p {
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
}
.col2hero p.hero-main-text {
  margin-bottom: 45px;
  line-height: 28px;
}
.col2hero p.social-media-text {
  margin-bottom: 25px;
}
.col2hero .col-5 {
  justify-content: stretch;
  display: flex;
}
.col2hero .col-5 .sub-block {
  background: rgba(255, 255, 255, 0.4705882353);
  border: 2px solid #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1098039216);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  max-width: 80%;
  align-self: start;
}
.col2hero .col-5 .sub-block h2 {
  margin-bottom: 20px;
  font-family: Montserrat;
}
.col2hero .col-5 .sub-block p {
  margin-bottom: 20px;
  font-size: 18px;
}
.col2hero .col-5 .sub-block .btn {
  font-family: Montserrat;
}
@media (max-width: 992px) {
  .col2hero .col-5 .sub-block {
    max-width: 100%;
    width: 100%;
    margin-top: 50px;
  }
}
.col2hero .quote-block {
  background: rgba(255, 255, 255, 0.4705882353);
  border: 2px solid #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.1098039216);
  display: flex;
  flex-direction: column;
}
.col2hero .quote-block .loc-date-w {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  justify-content: space-between;
  align-items: center;
  color: #384257;
}
.col2hero .quote-block .loc-date-w .loc {
  align-items: center;
  display: flex;
}
.col2hero .quote-block .loc-date-w .loc img {
  margin-right: 20px;
}
.col2hero .quote-block .loc-date-w .loc p {
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat";
  color: #384257;
}
.col2hero .quote-block .loc-date-w .date {
  font-size: 20px;
  align-items: center;
  display: flex;
  font-family: "Montserrat";
  color: #384257;
}
.col2hero .quote-block .loc-date-w .weather {
  font-size: 40px;
  font-weight: bold;
  align-items: center;
  display: flex;
}
.col2hero .quote-block .loc-date-w .weather img {
  margin-left: 20px;
  max-height: 70px;
}
@media (max-width: 632px) {
  .col2hero .quote-block .loc-date-w .weather img {
    margin-left: 0px;
  }
}
.col2hero .quote-block .loc-date-w .weather p {
  font-size: 40px;
  font-weight: bold;
  font-family: "Montserrat";
  color: #384257;
}
@media (max-width: 632px) {
  .col2hero .quote-block .loc-date-w {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.col2hero .quote-block h2 {
  font-size: 30px;
  margin: 20px 0 20px 20px;
}
.col2hero .quote-block p {
  font-size: 18px;
  font-weight: bold;
}
.col2hero .social-icon-holder {
  margin-bottom: 40px;
}

.social-icon-holder a:not(:last-of-type) {
  margin-right: 18px;
}

.fixed-bg {
  position: fixed;
  width: 1614px;
  height: 470px;
  z-index: 2;
  left: 50%;
  max-width: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  top: 122px;
}
@media (max-width: 768px) {
  .fixed-bg {
    display: none;
  }
}
.fixed-bg img {
  width: 100%;
}

.absolute-bg {
  position: absolute;
}

.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
}
.popup--bg {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .popup {
    padding: 0px 25px;
  }
  .popup--bg {
    width: calc(100% + 25px);
    left: -25px;
  }
}
.popup--holder {
  position: relative;
  max-width: 670px;
  width: 100%;
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  overflow: hidden;
  margin: auto;
  margin-top: 50vh;
  transform: translateY(-50%);
}
.popup--lcol {
  width: 70%;
  background: #fff;
  padding: 25px 35px;
  position: relative;
}
@media (max-width: 768px) {
  .popup--lcol {
    width: 100%;
  }
  .popup--lcol input[type=email] {
    max-width: 100% !important;
    width: 100% !important;
    font-family: "Montserrat", sans-serif !important;
  }
  .popup--lcol input[type=submit] {
    right: 0 !important;
    margin-top: 20px !important;
    font-family: "Montserrat", sans-serif !important;
  }
  .popup--lcol .inputs-holder {
    flex-direction: column !important;
  }
  .popup--lcol i {
    display: block !important;
  }
}
.popup--lcol i {
  position: absolute;
  top: 25px;
  right: 35px;
  display: none;
  font-size: 30px;
  cursor: pointer;
}
.popup--lcol h2 {
  margin-top: 0px !important;
  margin-bottom: 20px;
  font-size: 28px !important;
  font-weight: bold !important;
  font-family: "Montserrat", sans-serif !important;
}
.popup--lcol p {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Montserrat", sans-serif !important;
}
.popup--lcol label {
  font-family: "Montserrat", sans-serif !important;
  font-weight: normal !important;
}
.popup--lcol input[type=email] {
  max-width: 300px;
  height: 48px;
  background-color: #f5f5f5;
  color: #b9b9b9;
  border: none;
  border-radius: 30px;
  padding: 0 50px 0 24px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif !important;
}
.popup--lcol input[type=submit] {
  background-color: #394257;
  color: #fff;
  border: 0;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 13px 35px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  position: relative;
  right: 55px;
  height: 48px !important;
  font-family: "Montserrat", sans-serif !important;
}
.popup--lcol br {
  display: none;
}
.popup--lcol .inputs-holder {
  display: flex;
  margin-bottom: 20px;
  height: auto;
}
.popup--lcol .wpcf7-not-valid-tip {
  display: none !important;
}
.popup--lcol .terms {
  margin-top: 20px;
  font-size: 12px;
  color: #B5B5B5;
  font-family: "Montserrat", sans-serif !important;
  font-weight: normal !important;
}
.popup--lcol .terms .wpcf7-list-item {
  margin-left: 0;
}
.popup--lcol .terms span {
  margin-top: 15px;
}
.popup--rcol {
  width: 30%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: #70cdda;
  position: relative;
  padding: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 100%;
}
@media (max-width: 768px) {
  .popup--rcol {
    display: none;
  }
}
.popup--rcol i {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  line-height: 0.7;
}

.col1hero {
  padding: 65px 0 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .col1hero {
    padding-bottom: 0px;
  }
}
.col1hero .row--text {
  justify-content: center;
  max-width: 787px;
  margin: auto;
  text-align: center;
}
.col1hero .row--text h1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .col1hero .row--text h1 {
    font-size: 30px;
  }
}
.col1hero .row--text p {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .col1hero .row--text p {
    font-size: 18px;
  }
}
.col1hero .row--cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 30px;
  margin-top: 130px;
  margin-bottom: -230px;
}
@media (max-width: 1290px) {
  .col1hero .row--cat {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .col1hero .row--cat {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.col1hero .row--cat a {
  display: flex;
  flex-direction: column;
  background: #3ac4d7;
  padding: 35px 35px;
  flex: 100%;
  max-width: 23%;
  text-align: center;
  border-radius: 15px;
  min-height: 290px;
  justify-content: center;
  transition: transform 0.3s ease;
}
.col1hero .row--cat a:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .col1hero .row--cat a .resource-cat {
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    gap: 0px 35px;
    display: flex;
    align-items: center;
  }
  .col1hero .row--cat a .resource-cat h3 {
    font-size: 18px;
  }
  .col1hero .row--cat a .resource-cat img {
    height: 50px;
  }
}
@media (max-width: 1290px) {
  .col1hero .row--cat a {
    flex: calc(50% - 15px);
    max-width: calc(50% - 15px);
    min-height: auto;
  }
  .col1hero .row--cat a:hover {
    transform: none !important;
  }
}
@media (max-width: 768px) {
  .col1hero .row--cat a {
    flex: 100%;
    max-width: 100%;
    flex-direction: row;
    padding: 15px 30px 15px 15px;
  }
  .col1hero .row--cat a img {
    height: 50px;
  }
}
.col1hero .row--cat h3 {
  color: #fff;
}

h2#h-our-most-popular-resources {
  text-align: center;
  margin-bottom: 50px;
  font-size: 38px;
  font-family: Montserrat;
  margin-top: 50px;
}

.section__hover-btns {
  display: flex;
  gap: 6px;
  justify-content: center;
}
@media (max-width: 500px) {
  .section__hover-btns {
    display: none;
  }
}
.section__hover-btns .hover-btns {
  transition: background-color 0.3s; /* Adds a smooth transition effect */
  background-color: transparent;
  border: 1px solid rgba(58, 66, 87, 0.51);
  border-radius: 25px;
  cursor: pointer;
  flex-basis: 370px;
  max-width: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__hover-btns .hover-btns.hover-btns_2 {
  background-color: #3AC4D7;
}
.section__hover-btns .hover-btns.hover-btns_3 {
  background-color: #384257;
}
@media (max-width: 500px) {
  .section__hover-btns .hover-btns {
    flex-basis: unset;
    max-width: unset;
  }
}
.section__hover-btns .hover-btns .hover_button_img {
  width: 100%;
  height: auto;
  padding: 16px 40px;
}

.pg-forms {
  font-family: Hind;
  font-size: 16px;
  color: #384257;
}
.pg-forms .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.pg-forms .row .col {
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
  flex: unset !important;
}
.pg-forms .row .col-lg-6 {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .pg-forms .row .col-lg-6 {
    width: 100%;
  }
}

.pg-forms .ajax-loader {
  display: none !important;
}

.pg-forms .wpcf7-form-control-wrap {
  display: block !important;
}

.pg-forms .form-group {
  margin-bottom: 20px;
  font-family: Hind;
  font-size: 18px;
  color: #384257;
  font-weight: 500;
}

.pg-forms input,
.pg-forms textarea {
  color: #384257;
  font-size: 16px;
  font-family: Hind;
  margin-top: 10px;
}

.pg-forms input[type=email],
.pg-forms input[type=password],
.pg-forms input[type=tel],
.pg-forms input[type=text],
.pg-forms input[type=url],
.pg-forms select,
.pg-forms textarea {
  border: none !important;
  border-radius: 89px !important;
  overflow: hidden !important;
  padding: 15px !important;
  padding-left: 20px !important;
  background-color: #f3f3f3 !important;
  line-height: 1em !important;
  width: 100% !important;
  outline: 0 !important;
  height: 56px !important;
}

.pg-forms textarea {
  border-radius: 20px !important;
  height: 120px !important;
  resize: vertical;
}

.pg-forms select {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  font-family: Hind !important;
  font-size: 16px !important;
  color: #384257 !important;
  height: 56px !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;
  background-size: 0.6em !important;
  background-position: calc(100% - 1.3em) center !important;
  background-repeat: no-repeat !important;
}

.pg-forms select::-ms-expand {
  display: none;
}

.pg-forms button,
.pg-forms input[type=submit] {
  border-radius: 82px !important;
  overflow: hidden !important;
  border: none !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  background-image: none !important;
  background-color: #ff6154 !important;
  text-align: center !important;
  color: #fff !important;
  padding: 15px !important;
  cursor: pointer !important;
  width: 100% !important;
}

.pg-forms input::-webkit-input-placeholder,
.pg-forms textarea::-webkit-input-placeholder {
  color: #384257;
}

.pg-forms input:-moz-placeholder,
.pg-forms textarea:-moz-placeholder {
  color: #384257;
  opacity: 1;
}

.pg-forms input::-moz-placeholder,
.pg-forms textarea::-moz-placeholder {
  color: #384257;
  opacity: 1;
}

.pg-forms input:-ms-input-placeholder,
.pg-forms textarea:-ms-input-placeholder {
  color: #384257;
}

.pg-forms input::-ms-input-placeholder,
.pg-forms textarea::-ms-input-placeholder {
  color: #384257;
}

.pg-forms input::placeholder,
.pg-forms textarea::placeholder {
  color: #384257;
}

.pg-forms .pg-file-input-wrapper input[type=file] {
  display: none !important;
}

.pg-forms .pg-file-input {
  border-radius: 89px;
  overflow: hidden;
  padding: 4px;
  background-color: #f3f3f3;
  line-height: 1em;
  width: 100%;
  outline: 0;
  display: flex;
  align-items: center;
  height: 56px;
  margin-top: 10px;
}

.pg-forms .pg-file-input__text {
  width: 100%;
  font-size: 16px;
  font-family: Hind;
  padding: 0 20px;
}

.pg-forms .pg-file-input__submit {
  background-color: #ff6154;
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
  border-radius: 89px;
  height: 100%;
  line-height: 48px;
  padding: 0 20px;
  font-family: Hind;
}

section.main-feature .desc .features ul.with-icons li {
  width: 33%;
  padding-left: 0;
}

section.main-feature .desc .features ul.with-icons li:before {
  display: none;
}

section.main-feature .desc .features ul.with-icons li img {
  display: inline-block;
  max-width: 30px;
  max-height: 30px;
}

.compare-image-alter .box {
  width: 90%;
  margin: 0 auto;
  padding-top: 7%;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3);
  background: no-repeat top left/contain url("../../images/compare-image-placeholder.png");
}

.compare-image-alter .box.for-mobile {
  display: none;
}

.compare-image-alter.active .cocoen > div {
  width: 50%;
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

.compare-image-alter .box .cocoen .cocoen-drag {
  width: 4px;
  background-color: #4fc4d2;
  left: 0%;
}

.compare-image-alter.active .cocoen .cocoen-drag {
  left: 50%;
  -webkit-animation: line-cd-bounce-in 0.7s;
  -moz-animation: line-cd-bounce-in 0.7s;
  animation: line-bounce-in 0.7s;
}

.compare-image-alter .box .cocoen .cocoen-drag::before {
  width: 47px;
  height: 31px;
  background: url("../../images/slider-arrows.png") no-repeat center center;
  border: none;
  margin-left: -24px;
  margin-top: -18px;
}

.compare-image-alter .cocoen img {
  max-width: none !important;
}

@media screen and (max-width: 768px) {
  section.main-feature .desc .features ul.with-icons li {
    width: 47%;
  }
  .compare-image-alter .box {
    width: 100%;
    margin: 0 0 30px;
  }
  .compare-image-alter .box.for-mobile {
    display: block;
  }
}
section.features-grid.invert-light {
  background: transparent;
}

section.features-grid.invert-light .wrapper .item h3 {
  color: #394257;
}

section.features-grid.invert-light .wrapper .item p {
  color: #a0a0a0;
}

section.features-grid.invert-blue {
  background: #3ac4d7;
}

section.features-grid.invert-blue .wrapper .item.u-line-left {
  border-color: #fff;
}

section.features-grid.invert-blue .wrapper .divider {
  border-color: #fff;
}

section.features-grid.invert-grey {
  background: #f5f5f5;
}

section.features-grid.invert-grey .wrapper .item h3 {
  color: #394257;
}

section.features-grid.invert-grey .wrapper .item p {
  color: #a0a0a0;
}

section.text.invert-blue {
  background-color: #3ac4d7;
}

section.text.invert-blue .title {
  color: #fff;
}

section.text.invert-blue .description {
  color: #fff;
}

section.text.invert-dark {
  background-color: #394257;
}

section.text.invert-dark .title {
  color: #fff;
}

section.text.invert-dark .description {
  color: #fff;
}

section.text.invert-grey {
  background-color: #f5f5f5;
}

.section-main-feature-variation-wrapper.invert-blue {
  background-color: #3ac4d7;
  padding: 20px 0;
}

.section-main-feature-variation-wrapper.invert-blue section.main-feature {
  margin-bottom: 0;
}

.section-main-feature-variation-wrapper.invert-blue section.main-feature .desc .description {
  color: #fff;
}

.section-main-feature-variation-wrapper.invert-blue section.main-feature .desc .type {
  color: #f2f2f2;
}

.section-main-feature-variation-wrapper.invert-blue section.main-feature .btn {
  background-color: #394257;
  color: #fff;
}

.section-main-feature-variation-wrapper.invert-blue section.main-feature .btn:hover {
  background-color: #272f41;
}

.section-main-feature-variation-wrapper.invert-blue section.main-feature .desc > .title {
  color: #fff;
}

.section-main-feature-variation-wrapper.invert-blue section.main-feature .desc .features .title {
  color: #fff;
}

.section-main-feature-variation-wrapper.invert-blue section.main-feature .desc .features ul li span {
  color: #f2f2f2;
}

.section-main-feature-variation-wrapper.invert-blue section.main-feature .desc .features ul li::before {
  background: no-repeat center url(../../images/triggers-bg.png);
  background-size: contain;
}

.section-main-feature-variation-wrapper.invert-dark {
  background-color: #394257;
  padding: 20px 0;
}

.section-main-feature-variation-wrapper.invert-dark section.main-feature {
  margin-bottom: 0;
}

.section-main-feature-variation-wrapper.invert-dark section.main-feature .desc .description {
  color: #a0a0a0;
}

.section-main-feature-variation-wrapper.invert-dark section.main-feature .desc .type {
  color: #62cad2;
}

.section-main-feature-variation-wrapper.invert-dark section.main-feature .desc .features .title {
  color: #fff;
}

.section-main-feature-variation-wrapper.invert-dark section.main-feature .desc > .title {
  color: #fff;
}

.section-main-feature-variation-wrapper.invert-dark section.main-feature .desc .features ul li span {
  color: #f2f2f2;
}

.section-main-feature-variation-wrapper.invert-grey {
  background-color: #f5f5f5;
  padding: 20px 0;
}

.section-main-feature-variation-wrapper.invert-grey section.main-feature {
  margin-bottom: 0;
}

.section-main-feature-variation-wrapper.invert-cyan {
  background-color: #e5f6f8;
  padding: 20px 0;
}

.section-main-feature-variation-wrapper.invert-cyan section.main-feature {
  margin-bottom: 0;
}

.section-main-feature-variation-wrapper.invert-dark-shade2 {
  background-color: #30394c;
  padding: 20px 0;
}

.section-main-feature-variation-wrapper.invert-dark-shade2 section.main-feature {
  margin-bottom: 0;
}

.section-main-feature-variation-wrapper.invert-dark-shade2 section.main-feature .desc .description {
  color: #a0a0a0;
}

.section-main-feature-variation-wrapper.invert-dark-shade2 section.main-feature .desc .type {
  color: #62cad2;
}

.section-main-feature-variation-wrapper.invert-dark-shade2 section.main-feature .desc .features .title {
  color: #fff;
}

.section-main-feature-variation-wrapper.invert-dark-shade2 section.main-feature .desc > .title {
  color: #fff;
}

.section-main-feature-variation-wrapper.invert-dark-shade2 section.main-feature .desc .features ul li span {
  color: #f2f2f2;
}

section.register.shapes.dark.invert-dark {
  background: no-repeat center url(../../images/shapes-dark.png), #394257 !important;
}

section.register.shapes.dark.invert-dark-shade2 {
  background: no-repeat center url(../../images/shapes-dark.png), #30394c !important;
}

section.integrations.invert-blue {
  background-color: #3ac4d7;
}

section.integrations.invert-blue .btn {
  background-color: #394257;
}

section.integrations.invert-blue .btn:hover {
  background-color: #e35c5c;
}

section.integrations.invert-dark-shade2 {
  background-color: #30394c;
}

section.integrations.invert-dark-shade2 .container .description p {
  color: #a0a0a0;
}

section.integrations.invert-dark-shade2 .btn {
  background-color: #62cad2;
}

section.integrations.invert-dark-shade2 .btn:hover {
  background-color: #e35c5c;
}

section.integrations.no-mt {
  margin-top: 0 !important;
}

section.integrations.no-mb {
  margin-bottom: 0 !important;
}

.-section {
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
}

section.hero-full-bg.product {
  background: no-repeat top 20% center var(--bg-image), linear-gradient(90deg, #4f78d2 0%, #3bc0d6 100%);
}

section.hero-full-bg.product.invert-dark {
  background: no-repeat top 60% center var(--bg-image), #394257;
}

section.hero-full-bg.product.invert-dark-shade2 {
  background: no-repeat top 60% center var(--bg-image), #30394c;
}

section.hero-full-bg.product .hero-wrapper .hero .img-preview {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 0px 0px 2px rgba(58, 196, 215, 0.3);
  max-width: 900px;
  width: 100%;
}

section.hero-full-bg.product .hero-wrapper .hero .img-preview img {
  width: auto;
  max-width: 100%;
}

section.hero-full-bg.product .hero-wrapper .hero .img-preview .window-top {
  height: 57px;
  background-color: #fff;
  padding: 17px 23px;
}

section.hero-full-bg.product .hero-wrapper .hero .img-preview .window-top img {
  height: 21px;
}

section.hero-full-bg.product .hero-wrapper .hero .desc {
  margin-bottom: 70px;
}

section.hero-full-bg.product .hero-wrapper .hero .desc .description {
  width: 100%;
  max-width: 730px;
}

section.hero-full-bg.product .hero-wrapper .hero .desc .create-account button[type=submit] {
  background: #e05f52;
}

section.hero-full-bg.product.invert-dark .hero-wrapper .hero .img-preview,
section.hero-full-bg.product.invert-dark-shade2 .hero-wrapper .hero .img-preview {
  border: solid 2px #62cad2;
}

section.hero-full-bg.product.invert-dark .hero-wrapper .hero .img-preview .window-top {
  background-color: #394257;
}

section.hero-full-bg.product.invert-dark-shade2 .hero-wrapper .hero .img-preview .window-top {
  background-color: #30394c;
}

section.hero-full-bg.product.invert-dark .hero-wrapper .hero .desc .create-account input[type=email],
section.hero-full-bg.product.invert-dark-shade2 .hero-wrapper .hero .desc .create-account input[type=email] {
  background: #3f4859;
  color: #fff;
}

section.hero-full-bg.product.invert-dark .hero-wrapper .hero .desc .create-account input[type=email]::-webkit-input-placeholder,
section.hero-full-bg.product.invert-dark-shade2 .hero-wrapper .hero .desc .create-account input[type=email]::-webkit-input-placeholder {
  color: #b9b9b9;
}

section.hero-full-bg.product.invert-dark .hero-wrapper .hero .desc .create-account input[type=email]:-moz-placeholder,
section.hero-full-bg.product.invert-dark-shade2 .hero-wrapper .hero .desc .create-account input[type=email]:-moz-placeholder {
  opacity: 1;
  color: #b9b9b9;
}

section.hero-full-bg.product.invert-dark .hero-wrapper .hero .desc .create-account input[type=email]::-moz-placeholder,
section.hero-full-bg.product.invert-dark-shade2 .hero-wrapper .hero .desc .create-account input[type=email]::-moz-placeholder {
  opacity: 1;
  color: #b9b9b9;
}

section.hero-full-bg.product.invert-dark .hero-wrapper .hero .desc .create-account input[type=email]:-ms-input-placeholder,
section.hero-full-bg.product.invert-dark-shade2 .hero-wrapper .hero .desc .create-account input[type=email]:-ms-input-placeholder {
  color: #b9b9b9;
}

section.hero-full-bg.product.invert-dark .hero-wrapper .hero .desc .create-account input[type=email]::-ms-input-placeholder,
section.hero-full-bg.product.invert-dark-shade2 .hero-wrapper .hero .desc .create-account input[type=email]::-ms-input-placeholder {
  color: #b9b9b9;
}

section.hero-full-bg.product.invert-dark .hero-wrapper .hero .desc .create-account input[type=email]::-placeholder,
section.hero-full-bg.product.invert-dark-shade2 .hero-wrapper .hero .desc .create-account input[type=email]::-placeholder {
  color: #b9b9b9;
}

section.hero-full-bg.product.invert-dark .hero-wrapper .hero .desc .create-account button[type=submit],
section.hero-full-bg.product.invert-dark-shade2 .hero-wrapper .hero .desc .create-account button[type=submit] {
  border-color: #3f4859;
}

@media screen and (max-width: 768px) {
  section.hero-full-bg.product .hero-wrapper .hero .desc {
    width: 100%;
  }
  section.hero-full-bg.product .hero-wrapper .hero .desc h1 {
    font-size: 28px;
    line-height: 1.3;
  }
  section.hero-full-bg.product .hero-wrapper .hero .desc .description {
    font-size: 20px;
    max-width: 90%;
  }
  section.hero-full-bg.product .hero-wrapper .hero .img-preview .window-top {
    height: 40px;
    padding: 9px 20px;
  }
  section.hero-full-bg.product .hero-wrapper .hero .img-preview .window-top img {
    height: 15px;
  }
}
body.dark-mode footer {
  background-color: #394257;
}

body.dark-mode footer nav .footer-menu > li > h2 {
  color: #fff;
}

body.dark-mode footer a {
  color: #7fa0ce;
}

body.dark-mode footer .copyright {
  color: #fdfcfb;
}

body.dark-mode footer #bottom-footer {
  border-color: #515255;
}

body.dark-mode footer .social-icons a i {
  border-color: #515255;
  color: #8db2e5;
}

body.dark-mode footer .social-icons a:hover i {
  border-color: #fff;
  color: #fff;
}

body.dark-bg {
  background-color: #394257;
}

body.darker-bg {
  background-color: #30394c;
}

section.integrations-wrapper .integrations-filter--partners .tab {
  width: 100%;
  margin-left: 0;
  margin-right: 40px;
  width: 100%;
}

section.integrations-wrapper .integrations-filter--partners .tab:last-child {
  margin-right: 0;
}

.partners-choose {
  display: flex;
  margin: 0 -30px;
}

.partners-choose__left {
  flex: 0 0 32%;
  max-width: 32%;
  padding: 0 30px;
}

.partners-choose__right {
  flex: 0 0 68%;
  max-width: 68%;
  padding: 0 30px;
}

section.integrations-wrapper .integrations-list--partners .wrapper {
  width: 50%;
}

.partners-filters {
  padding-top: 55px;
  position: sticky;
  top: 125px;
}

.partners-filters__row {
  margin-bottom: 30px;
}

.partners-filters__title {
  font-size: 18px;
  color: #495368;
  font-weight: 400;
  margin-bottom: 14px;
  font-family: "Hind";
}

.partners-search-filter {
  position: relative;
}

.partners-search-filter input {
  font-family: "Hind";
  font-size: 16px;
  padding-left: 75px;
  padding-right: 25px;
  width: 100%;
  height: 55px;
  background-color: #f3f3f3;
  border-radius: 25px;
  border: none;
}

.partners-search-filter__icon {
  position: absolute;
  height: 100%;
  width: 60px;
  display: flex;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}

.partners-search-filter__icon:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #cecece;
  height: 35px;
}

.partners-search-filter__icon svg {
  position: relative;
  left: 2px;
}

.partners-select-filter {
  background-color: #f3f3f3;
  border-radius: 25px;
  height: 55px;
  background-image: url("../../images/icon-updown.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.partners-select-filter select {
  font-family: "Hind";
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  background: transparent;
  height: 55px;
  border-radius: 25px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.partners-select-filter select::-ms-expand {
  display: none;
}

.filter-tags a {
  transition: all 0.2s ease;
  background-image: url(../../images/blue-x.svg);
  background-size: 15px;
  background-position: right 5px center;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-right: 6px;
  display: inline-block;
  background-color: #f3f3f3;
  height: 24px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #495368;
  padding-left: 14px;
  padding-right: 14px;
  padding-right: 26px;
}

.filter-tags a:hover {
  background-color: #e3e3e3;
}

.filter-tags a.close-all {
  margin-right: 100%;
  white-space: nowrap;
  background-image: url(../../images/white-x.svg);
  background-color: #495368;
  color: #fff;
}

.default-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.default-pagination .page-numbers {
  width: 37px;
  height: 37px;
  border: 1px solid #3ac4d7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hind", sans-serif;
  font-weight: 500;
  color: #3ac4d7;
  font-size: 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.default-pagination .page-numbers.current,
.default-pagination .page-numbers:hover {
  color: #ffffff;
  background-color: #3ac4d7;
}

.default-pagination .page-numbers:not(:last-child) {
  margin-right: 10px;
}

section.integrations-wrapper .integrations-filter--partners {
  background-color: #fff;
  z-index: 99;
}

@media screen and (max-width: 1024px) {
  .partners-choose {
    margin: 0 -15px;
  }
  .partners-choose__left {
    padding: 0 15px;
  }
  .partners-choose__right {
    padding: 0 15px;
  }
}
@media screen and (max-width: 950px) {
  .partners-choose {
    flex-wrap: wrap;
  }
  .partners-choose__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .partners-choose__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 667px) {
  section.integrations-wrapper .integrations-list--partners {
    justify-content: center;
  }
  section.integrations-wrapper .integrations-list--partners .wrapper {
    width: 100%;
    max-width: 358px;
  }
  .partners-filters__row {
    margin-bottom: 20px;
  }
  .partners-filters__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  section.integrations-wrapper .integrations-filter--partners .tab {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .default-pagination {
    justify-content: center;
  }
}
.partners-hero {
  min-height: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #3ac4d7;
}

@media (max-width: 1024px) {
  .partners-hero {
    padding: 2rem 0;
  }
}
.partners-hero h1 {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  width: 750px;
  margin: 0 auto 30px;
}

@media (max-width: 1024px) {
  .partners-hero h1 {
    width: 100%;
    font-size: 24px;
    padding: 0 2rem;
    line-height: 1.4;
  }
}
.partners-hero p {
  font-family: "Hind", sans-serif;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .partners-hero p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
.partners-heading {
  text-align: center;
  margin-bottom: 80px;
  padding-top: 35px;
}

@media (max-width: 1024px) {
  .partners-heading {
    margin-bottom: 30px;
  }
}
.partners-heading h2 {
  font-size: 28px;
  margin-bottom: 1.25rem;
}

@media (max-width: 1024px) {
  .partners-heading h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.partners-heading p {
  font-size: 22px;
}

@media (max-width: 1024px) {
  .partners-heading p {
    font-size: 18px;
    line-height: 1.4;
  }
}
.partners-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -2rem;
}

@media (max-width: 1024px) {
  .partners-container {
    display: block;
  }
}
.partners-container .partners-container-field {
  margin-bottom: 30px;
}

.partners-container .partners-container-field > label {
  font-size: 18px;
  color: #495368;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Hind";
  display: block;
}

.partners-container .partners-container-field input {
  font-family: "Hind";
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  height: 55px;
  background-color: #f3f3f3;
  border-radius: 25px;
  border: none;
}

.partners-container .partners-select-filter {
  background-color: #f3f3f3;
  border-radius: 25px;
  height: 55px;
  background-image: url("../../images/icon-updown.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.partners-container .partners-select-filter select {
  font-family: "Hind";
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  background: transparent;
  height: 55px;
  border-radius: 25px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.partners-container .partners-select-filter select::-ms-expand {
  display: none;
}

.partners-container .partners-container-field-button input[type=submit] {
  font-family: "Hind";
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  height: 55px;
  background-color: #ff6154;
  color: #ffffff;
  border-radius: 25px;
  border: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.partners-container .partners-container-field-button input[type=submit]:hover {
  background-color: #ff4e40;
}

.partners-container .partners-container-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 2rem;
}

@media (max-width: 1024px) {
  .partners-container .partners-container-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.partners-container .partners-container-col .benefits-of-partner h3,
.partners-container .partners-container-col .reasons-of-partner h3 {
  font-size: 22px;
  margin-bottom: 2rem;
}

@media (max-width: 1024px) {
  .partners-container .partners-container-col .benefits-of-partner h3,
  .partners-container .partners-container-col .reasons-of-partner h3 {
    text-align: center;
  }
}
.partners-container .partners-container-col .benefits-of-partner {
  margin-bottom: 3rem;
}

@media (max-width: 1024px) {
  .partners-container .partners-container-col .benefits-of-partner {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.partners-container .partners-container-col .benefits-of-partner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.partners-container .partners-container-col .benefits-of-partner ul li img {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 1rem;
  max-width: 80px;
}

.partners-container .partners-container-col .benefits-of-partner ul li h4 {
  font-size: 18px;
  font-family: "Hind";
  color: #3a4257;
  font-weight: bold;
  line-height: 2.213;
  text-align: left;
}

.partners-container .partners-container-col .benefits-of-partner ul li p {
  font-size: 14px;
  font-family: "Hind";
  color: #a0a0a0;
  line-height: 1.5;
}

.partners-container .partners-container-col .reasons-of-partner {
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 3.6px 1.4px rgba(22, 22, 21, 0.2);
  box-shadow: 0px 1px 3.6px 1.4px rgba(22, 22, 21, 0.2);
  padding: 1.5rem;
}

.partners-container .partners-container-col .reasons-of-partner ul {
  margin: 0;
  padding: 0;
}

.partners-container .partners-container-col .reasons-of-partner ul li {
  font-size: 18px;
  font-family: "Hind";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.partners-container .partners-container-col .reasons-of-partner ul li span {
  line-height: 1.5;
}

.partners-container .partners-container-col .reasons-of-partner ul li img {
  max-width: 18px;
  max-height: 18px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.partners-wrapper {
  padding: 0 0 50px 0;
}

section.integrations-wrapper--partners {
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  section.integrations-wrapper--partners {
    margin-top: 0;
  }
}
.no-partners-message {
  width: 100%;
  padding-top: 50px;
  font-size: 30px;
  font-family: "Hind";
  color: #384257;
  line-height: 1.5;
  text-align: center;
}

.no-partners-message span {
  max-width: 400px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.partners-select-filter-select {
  position: relative;
  border-radius: 25px;
  height: 55px;
}

.partners-select-filter-select__caption {
  cursor: default;
  background-color: #f3f3f3;
  background-image: url(../../images/icon-updown.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  line-height: 55px;
  font-family: "Hind";
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  height: 55px;
  border-radius: 25px;
  border: none;
}

.partners-select-filter-select__list {
  display: none;
  position: absolute;
  z-index: -1;
  background-color: #fff;
  border: solid 1px #6f778b;
  width: 100%;
  top: 50%;
  padding: 40px 25px 12px;
  max-height: 240px;
  overflow: auto;
}

.partners-select-filter-select-option {
  font-family: "Hind";
  font-size: 16px;
  color: #495368;
  display: flex;
  align-items: center;
  outline: none !important;
}

.partners-select-filter-select-option:not(:last-child) {
  margin-bottom: 12px;
}

.partners-select-filter-select-option__checkbox {
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #f3f3f3;
  margin-right: 9px;
  border-radius: 2px;
}

.partners-select-filter-select-option__checkbox:after {
  content: "✓";
  display: inline-block;
  color: #495368;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.partners-select-filter-select-option.is_active .partners-select-filter-select-option__checkbox:after {
  opacity: 1;
}

.partners-select-filter-select.is_active {
  z-index: 2;
}

.partners-select-filter-select.is_active .partners-select-filter-select__list {
  display: block;
}

/**
 * Automation flow new stuff
 */
.pic-preview__feedback-line--top {
  position: absolute;
  width: calc(50% + 2px);
  height: 2px;
  left: -52px;
  top: -100px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 3.5s;
}

.pic-preview__feedback-line--top.is_ready {
  opacity: 1;
}

.pic-preview__feedback-line--top:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 25px);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}

.pic-preview__feedback-line--bottom {
  position: absolute;
  width: calc(50% + 52px);
  height: 2px;
  left: -52px;
  bottom: -52px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 2.5s;
}

.pic-preview__feedback-line--bottom:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}

.pic-preview__feedback-line--bottom.is_ready {
  opacity: 1;
}

.pic-preview__feedback-line--left {
  position: absolute;
  height: calc(100% + 150px);
  width: 2px;
  left: -52px;
  bottom: -52px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 1s;
  transition-delay: 3s;
}

.pic-preview__feedback-line--left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.pic-preview__feedback-line--left.is_ready {
  opacity: 1;
}

section.automations-flow .wrapper .row > .condition.right {
  margin-left: auto;
}

section.automations-flow .wrapper .row--mb-0 {
  margin-bottom: 0;
}

section.automations-flow .wrapper .row--mb-100 {
  margin-bottom: 104px;
}

section.automations-flow .wrapper .row.relative {
  position: relative;
}

.half-left-tree-merge {
  width: 68%;
  height: 52px;
  position: absolute;
  left: 0;
  bottom: -52px;
}

.half-left-tree-merge__left {
  position: absolute;
  width: 2px;
  height: 60px;
  bottom: 0;
  left: 25%;
  background-color: #fff;
}

.half-left-tree-merge__right {
  position: absolute;
  width: 2px;
  height: 138px;
  bottom: 0;
  right: 0;
  background-color: #fff;
}

.half-left-tree-merge__bottom {
  position: absolute;
  width: 75%;
  height: 2px;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

section.automations-flow .wrapper.active .row:nth-child(7),
section.automations-flow .wrapper.active .flow-row:nth-child(7) {
  animation-delay: 3.5s;
}

section.automations-flow .wrapper .row .white-box--small {
  padding-left: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 68px;
  text-align: left;
  display: flex;
  align-items: center;
  line-height: 1.1;
}

section.automations-flow .wrapper .row .white-box--small span {
  line-height: 1.1;
}

section.automations-flow .wrapper .row .desc--l7 {
  left: -7px;
}

@media screen and (max-width: 1024px) {
  .pic-preview__feedback-line--top,
  .pic-preview__feedback-line--bottom,
  .pic-preview__feedback-line--left {
    display: none;
  }
  section.automations-flow .wrapper .bottom-line--until-laptop::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .half-left-tree-merge {
    display: none;
  }
  section.automations-flow .wrapper .row--mb-100 {
    margin-bottom: 50px;
  }
  section.automations-flow .wrapper .row .desc--l7 {
    left: 0;
  }
}
@keyframes visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section.hero-bg.pricing .hero-wrapper {
  padding: 40px 0 62px;
  background: none;
}

section.hero-bg.pricing .hero-wrapper .hero .img-preview {
  position: relative;
  right: -25px;
}

section.hero-bg.pricing .hero-wrapper .hero .img-preview img.mobile {
  display: none;
}

section.hero-bg.pricing {
  padding-bottom: 40px;
  background: none;
}

.section--pricing-options {
  padding: 60px 0;
  margin: 60px 0 50px;
  background: no-repeat bottom center url(../../images/bg-circles.png);
}

.pricing-options-wrapper {
  margin: 0 -10px;
  display: flex;
  justify-content: center;
}

.pricing-options-wrapper .item-wrapper {
  padding: 0 10px;
  width: 25%;
  transition: all 0.3s ease;
}

.pricing-options-wrapper .item-wrapper.disabled {
  pointer-events: none;
}

.pricing-options-wrapper .item-wrapper.disabled .item > * {
  opacity: 0.2;
}

.pricing-options-wrapper .item-wrapper.disabled .item {
  border-bottom: 6px solid rgba(107, 203, 219, 0.2);
}

.pricing-options-wrapper .item {
  height: 100%;
  border-bottom: 6px solid #6bcbdb;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 3.8px 1.2px rgba(24, 23, 24, 0.06);
  border-radius: 4px;
}

.pricing-options-wrapper .item--suggested {
  box-shadow: 0 0 20.52px 6.48px rgba(24, 23, 24, 0.1);
  height: calc(100% + 60px);
  position: relative;
  top: -30px;
  padding-top: 60px;
}

.pricing-options-wrapper .item .icon img {
  width: 80px;
}

.pricing-options-wrapper .item .icon {
  margin: 0 0 25px;
}

.pricing-options-wrapper .item h3 {
  color: #394257;
  font-weight: 300;
  font-size: 24px;
  margin: 0 0 15px;
}

.pricing-options-wrapper .item p {
  line-height: 1.25;
  font-family: "Hind", "sans-serif";
  color: #a0a0a0;
  font-size: 16px;
  margin: 0 0 20px;
}

.pricing-options-wrapper .item .price {
  margin: 0 0 30px;
  color: #394257;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.77;
}

.pricing-options-wrapper .item .price .price-target {
  height: 27.72px;
  line-height: 0.77;
}

.pricing-options-wrapper .item .price span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  height: 27.9px;
}

.pricing-options-wrapper .item .features-list {
  text-align: left;
  margin: 50px 0 0;
}

.pricing-options-wrapper .item .features-list li {
  font-family: "Hind", "sans-serif";
  color: #394257;
  font-size: 13px;
  line-height: 1.54;
}

.pricing-options-wrapper .item .features-list li:not(:last-child) {
  margin: 0 0 17px;
}

.pricing-options-wrapper .item .features-list li.disabled {
  color: #a0a0a0;
}

.pricing-options-wrapper .item .features-list li img {
  margin-right: 10px;
}

.pricing-credits-wrapper {
  text-align: center;
  margin: 60px 0 0px;
}

.pricing-credits-wrapper a {
  text-transform: uppercase;
  position: relative;
  color: #4fc4d2;
  font-weight: bold;
}

.pricing-credits-wrapper a:after {
  content: "";
  position: absolute;
  background-color: #4fc4d2;
  left: 0;
  bottom: -7px;
  right: 0;
  height: 2px;
  transition: all 0.2s ease;
}

.pricing-credits-wrapper a:hover:after {
  left: 5px;
  right: 5px;
}

.pricing-navigation {
  display: none;
}

.section--features-all {
  padding-bottom: 80px;
}

.all-features-title {
  cursor: pointer;
  text-align: center;
  margin: 0 0 40px;
}

.all-features-title h2 {
  color: #394257;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.08;
}

.all-features-title .icon {
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  -webkit-transform: rotate(180deg) translateY(0);
  transform: rotate(180deg) translateY(0);
}

.all-features-title.expanded .icon {
  -webkit-transform: rotate(0deg) translateY(-3px);
  transform: rotate(0deg) translateY(-3px);
}

.all-features-title .icon img {
  width: 22px;
}

.moo-table {
  color: #394257;
  box-shadow: 0 0 3.8px 1.2px rgba(24, 23, 24, 0.06);
  background-color: #fff;
  border-radius: 8px;
}

.moo-table:not(:last-child) {
  margin: 0 0 40px;
}

.moo-table .entry {
  display: flex;
}

.moo-table .entry:nth-child(even) {
  background-color: #f8f8f8;
}

.moo-table .entry .c {
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 14px;
  padding-top: 14px;
}

.moo-table .entry .c:first-child {
  padding-left: 20px;
}

.moo-table .entry .c:not(:first-child) {
  text-align: center;
}

.moo-table .entry .c:first-child {
  font-family: "Hind", "sans-serif";
  font-size: 16px;
  font-weight: 400;
}

.moo-table .entry--header .c {
  font-family: "Hind", "sans-serif";
  font-size: 22px;
  font-weight: 400;
}

.moo-table .entry--header .c:first-child {
  font-weight: bold;
  font-size: 22px;
}

.all-features {
  display: none;
}

.pricing-header {
  display: flex;
}

.pricing-slider-wrapper {
  width: 65%;
  padding-right: 100px;
}

.pricing-title {
  padding: 0 70px;
  text-align: center;
  width: 35%;
  border-left: solid 2px #e7e7e7;
}

.pricing-title .btn {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 257px;
  text-align: center;
}

.pricing-title h2 {
  margin: 0 0 25px;
  font-family: "Hind", "sans-serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 0.83;
  color: #394257;
}

.pricing-title p {
  margin: 0 0 25px;
  font-family: "Hind", "sans-serif";
  font-size: 14px;
  line-height: 1.42;
  color: #a0a0a0;
}

.pricing-slider-wrapper .subscribers-counter {
  max-width: 290px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-color: #3c4553;
  border-radius: 25px;
  color: #fff;
  font-family: "Hind", "sans-serif";
  font-size: 18px;
}

.pricing-slider-wrapper .subscribers-counter span {
  font-family: "Montserrat", "sans-serif";
  font-size: 24px;
  font-weight: 700;
  margin-right: 18px;
  vertical-align: middle;
}

.pricing-slider .rangeslider {
  background: #586173;
}

.pricing-slider .rangeslider__fill {
  background: #4dc1cf;
}

.pricing-slider .rangeslider__handle {
  z-index: 2;
  top: -11px;
  width: 31px;
  height: 31px;
  border: solid 10px #fff;
  box-shadow: 0 1px 4.85px 0.15px rgba(16, 15, 15, 0.12);
}

.pricing-slider .slider-points {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}

.pricing-slider .slider-points .line {
  background: #3c4553;
  width: 2px;
  height: 9px;
}

.pricing-slider .slider-points .line--main {
  height: 16px;
  position: relative;
}

.pricing-slider .slider-points .line--main:after {
  content: attr(data-val);
  position: absolute;
  color: #3c4553;
  font-family: "Hind", "sans-serif";
  font-size: 24px;
  line-height: 1.16;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 5px 0 0;
}

.pricing-slider .slider-points .line--main-smaller:after {
  font-size: 18px;
  margin: 8px 0 0;
}

.pricing-slider .slider-points .line--main-smaller {
  left: 6px;
}

.pricing-slider .slider-points .line--main-smaller ~ .line--main-smaller {
  left: auto;
  right: 6px;
}

.pricing-header-top {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}

.pricing-header-top > .sep {
  width: 2px;
  background-color: #e7e7e7;
}

.pricing-slider-wrapper .plan-interval-switcher {
  align-self: center;
  display: flex;
  align-items: center;
}

.pricing-slider-wrapper .plan-interval-switcher .label {
  font-family: "Hind", "sans-serif";
  font-size: 22px;
  line-height: 1.1;
  color: #333366;
}

.pricing-slider-wrapper .plan-interval-switcher .switch {
  padding: 3.5px;
  outline: none;
  position: relative;
  transition: all 0.3s ease;
  margin: 0 15px;
  width: 61px;
  height: 32px;
  background-color: #33cccc;
  border-radius: 16px;
}

.pricing-slider-wrapper .plan-interval-switcher .switch-handle__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.pricing-slider-wrapper .plan-interval-switcher .switch-handle {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 1px 4.85px 0.15px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  width: 25px;
  height: 25px;
  background-color: #33cccc;
  border: solid 8px #fff;
  border-radius: 100%;
}

.pricing-slider-wrapper .plan-interval-switcher .switch.on {
  background-color: #33cccc;
}

.pricing-slider-wrapper .plan-interval-switcher .switch.on .switch-handle {
  left: 100%;
  transform: translateX(-100%);
}

.section--affiliates-rangeslider {
  margin-bottom: 140px;
}

.pricing-slider-wrapper--affiliates .subscribers-counter {
  flex: 0 0 58%;
  max-width: 58%;
}

.pricing-slider-wrapper--affiliates .subscribers-counter span {
  margin-right: 5px;
  color: #3ac4d7;
}

.pricing-slider-wrapper--affiliates .plan-interval-switcher {
  flex: auto;
}

.pricing-slider-wrapper--affiliates .accounts-text {
  padding-left: 20px;
  flex: 0 0 42%;
  max-width: 42%;
}

.pricing-slider-wrapper--affiliates .accounts-text span {
  color: #3ac4d7;
  font-weight: 700;
  font-size: 20px;
}

.pricing-header-top--affiliates {
  align-items: center;
}

.pricing-title--affiliates {
  padding-right: 0;
}

.pricing-title--affiliates img {
  max-width: 100%;
  margin-bottom: 20px;
}

.pricing-title--affiliates .btn {
  max-width: 100%;
}

.text-after-affiliate-button {
  color: #a0a0a0;
  font-size: 14px;
  margin-top: 10px;
}

.text-after-affiliate-button a {
  color: #3ac4d7;
}

.text-after-affiliate-button a:hover {
  text-decoration: underline;
}

.affiliate-button {
  min-width: 270px;
  text-align: center;
  padding: 17px 35px;
}

section.other-features.pricing .features-row {
  justify-content: initial;
}

section.other-features.pricing .features-row .feature-item {
  margin: 0 15px 40px;
}

section.other-features.pricing .features-row .feature-item h3 {
  min-height: 84px;
}

.customers-slider {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

section.customers-ecommerce.pricing {
  background-position: center 75%;
}

section.customers-ecommerce.pricing .logos .item {
  transition: all 0.3s ease;
  cursor: pointer;
}

section.customers-ecommerce.pricing .logos .item.active,
section.customers-ecommerce.pricing .logos .item:hover {
  box-shadow: 0 0 7.65px 1.35px rgba(255, 255, 255, 0.6);
}

.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn--border.blue {
  background-color: #fff;
  border: solid 1px #3ac4d7;
  color: #3ac4d7;
}

.btn--border.blue:hover {
  background-color: #3ac4d7;
  color: #fff;
}

.section-bottom-buttons {
  margin: 30px 0;
}

.section-bottom-buttons--mt-60 {
  margin: 60px 0 30px;
}

.section-bottom-buttons .btn {
  min-width: 270px;
}

.section-bottom-buttons .btn.white {
  color: #3ac4d7;
}

/* NEW */
section.sub-forms {
  padding: 100px 0 140px;
  background-image: url(../../images/shapes-forms.png);
  background-repeat: no-repeat;
  background-position: bottom 120px center;
}

section.templates-presentation {
  padding: 0 0 140px;
  background-image: url(../../images/shapes-templates.png);
  background-repeat: no-repeat;
  background-position: bottom 100px center;
}

section.style-editor {
  padding: 0 0 110px;
  background-image: url(../../images/shapes-editor.png);
  background-repeat: no-repeat;
  background-position: bottom 25px center;
}

section.hero-bg.forms .hero-wrapper {
  padding: 35px 0 35px;
}

section.hero-bg.forms .hero-wrapper .hero .desc h1 {
  max-width: 430px;
}

section.hero-bg.forms .hero-wrapper .hero .desc p {
  max-width: 420px;
}

section.hero-bg.forms .hero-wrapper .hero .img-preview {
  width: 55.9%;
}

section.hero-bg.forms .hero-wrapper .hero .img-preview img {
  max-width: 600px;
}

.forms-tabs__master-wrapper {
  display: flex;
  max-width: 820px;
  margin: 0 auto;
}

.forms-tabs {
  width: 50%;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}

.forms-tabs__item {
  outline: none;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all 0.3s ease;
  border-radius: 6px;
  box-shadow: 0 0 0 2px rgba(24, 23, 24, 0.08);
  margin-bottom: 10px;
  height: 18%;
  opacity: 0.7;
  background-color: #fff;
  border-bottom: solid 3px transparent;
  outline: none !important;
}

.forms-tabs__item.active {
  border-bottom-color: #4fc4d2;
  height: 28%;
  opacity: 1;
}

.forms-tabs__item:hover {
  border-bottom-color: #4fc4d2;
  opacity: 1;
}

.forms-tabs__item:last-child {
  margin-bottom: 0;
}

.forms-tabs__item h4 {
  color: #394257;
  font-size: 20px;
  line-height: 1.2;
}

.forms-tabs__item img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 60px;
}

.forms-tabs__item .left {
  width: 90px;
  flex-shrink: 0;
  text-align: center;
}

.forms-tabs__item .right p {
  font-size: 16px;
  color: #a0a0a0;
  line-height: 1.25;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.forms-tabs__item.active .right p {
  max-height: 60px;
}

.forms-tabs__item.active .right h4 {
  margin-bottom: 10px;
}

.forms-tabs-table {
  max-width: 400px;
  margin: 0 auto;
  width: 50%;
}

.forms-tabs-table__item {
  display: none;
  text-align: center;
}

.forms-tabs-table__item.active {
  display: block;
}

.forms-tabs-table__item p {
  color: #a0a0a0;
  font-size: 18px;
  line-height: 1.33;
  margin: 35px 0;
  display: none;
}

.window-wrapper {
  border-radius: 6px;
  box-shadow: 0 0 0 2px rgba(24, 23, 24, 0.08);
  overflow: hidden;
  text-align: left;
}

.window-wrapper .window {
  height: 35px;
  background-color: #394257;
  padding: 9px 10px;
}

.window-wrapper .window .dot {
  width: 14px;
  height: 14px;
  border: solid 2px #fff;
  border-radius: 100%;
  display: inline-block;
  margin-right: 4px;
}

.window-wrapper .window .dot-1 {
  background-color: #ff6d5e;
}

.window-wrapper .window .dot-2 {
  background-color: #62cad2;
}

.window-wrapper .window .dot-3 {
  background-color: #fdc10f;
}

.window-wrapper img {
  width: 100%;
}

.window-wrapper.style-2 {
  max-width: 817px;
  margin: 0 auto;
}

.forms-tabs-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.forms-tabs-nav .dot {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #394257;
  margin-right: 15px;
}

.forms-tabs-nav .dot-active {
  background-color: #3ac4d7;
}

.forms-tabs-nav .arrow {
  color: #3ac4d7;
}

.forms-tabs-nav .arrow-prev {
  margin-right: 15px;
}

.forms-tabs-nav .arrow i {
  font-size: 24px;
}

.section-desc {
  margin-bottom: 45px;
  text-align: center;
}

.section-desc h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #394257;
  margin-bottom: 45px;
}

.section-desc p {
  max-width: 630px;
  font-size: 18px;
  color: #a0a0a0;
  display: inline-block;
  font-family: "Hind", sans-serif;
  line-height: 24px;
}

.section-desc.small-p p {
  max-width: 550px;
}

.section-desc.large-p p {
  max-width: 800px;
}

.section-desc.light h2 {
  color: #fff;
}

.targeting-section {
  background-color: #394257;
  padding: 90px 0 130px;
}

.targeting-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.targeting-item {
  width: 33.333333333%;
  text-align: center;
  padding: 60px 40px 60px;
  border: solid 1px #fff;
  border-left: none;
  border-top: none;
}

.targeting-item:nth-child(3n+3) {
  border-right: none;
}

.targeting-item:nth-last-child(-n+3) {
  border-bottom: none;
}

.targeting-item img {
  margin-bottom: 20px;
  max-height: 107px;
  width: auto;
}

.targeting-item h3 {
  color: #fff;
  margin-bottom: 25px;
}

.targeting-item p {
  color: #fff;
}

.templates-image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.templates-image a {
  margin-top: 60px;
}

section.integrations.blue {
  background-color: #3ac4d7;
  margin: 0;
}

section.automate-recommendations.examples {
  padding-top: 70px;
}

section.automate-recommendations.examples .list .item img {
  border-radius: 4px;
}

section.automate-recommendations.examples .list .item span {
  margin-bottom: 15px;
}

section.automate-recommendations.examples .list .item p {
  margin-top: 30px;
}

.register.shapes {
  background: no-repeat top center url("../../images/shapes.png"), linear-gradient(180deg, #8ed9e2 0%, #51c5d3 100%);
}

section.other-features .features-row.forms {
  display: flex;
  justify-content: flex-start;
  margin: 0 -20px -40px;
}

section.other-features .features-row.forms .feature-item {
  width: 100%;
  margin: 0;
  padding: 20px 5px 0;
}

section.other-features .features-row.forms .feature-item-wrapper {
  padding: 0 20px 40px;
  width: 25%;
}

section.other-features .features-row.forms .feature-item .icon {
  margin-top: 0;
  height: 90px;
  margin-bottom: 15px;
  background-position: bottom center;
}

section.other-features.forms {
  background: no-repeat top 145px center url(../../images/bg-circles-4-2.png);
  padding-bottom: 160px;
}

.workflow-examples-wrapper {
  display: flex;
}

.workflow-examples__list {
  width: 50%;
}

.workflow-examples__list-item {
  border-radius: 6px;
  box-shadow: 0 0 0 2px rgba(24, 23, 24, 0.08);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  padding: 30px 0;
  padding-right: 25px;
}

.workflow-examples__list-item .left {
  width: 95px;
  text-align: center;
  flex-shrink: 0;
}

.workflow-examples__list-item .left img {
  max-height: 60px;
  display: inline-block;
}

.workflow-examples__list-item .right h4 {
  font-size: 20px;
  color: #394257;
  font-weight: bold;
  margin-bottom: 20px;
}

.workflow-examples__list-item .right p {
  font-size: 16px;
  color: #a0a0a0;
  line-height: 1.5;
}

.workflow-examples__image {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workflow-examples__image img {
  max-width: 100%;
}

.text-center {
  text-align: center;
}

/* ./NEW */
.section--two-cols-text {
  padding: 50px 0 70px;
}

.two-cols-text-title {
  text-align: center;
  margin-bottom: 45px;
}

.two-cols-text-title h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #394257;
  margin-bottom: 40px;
}

.two-cols-text-title p {
  max-width: 630px;
  font-size: 18px;
  color: #a0a0a0;
  display: inline-block;
  font-family: "Hind", sans-serif;
  line-height: 24px;
}

.two-cols-text {
  max-width: 980px;
  margin: 0 auto;
}

.two-cols-text__row {
  display: flex;
  margin: 0 -40px;
}

.two-cols-text__col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 40px;
}

.two-cols-text__col h3 {
  color: #3ac4d7;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}

.two-cols-text__col p {
  color: #aeaeae;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1170px) {
  section.other-features.pricing .features-row .feature-item {
    margin: 0 1% 40px;
  }
}
@media screen and (max-width: 1114px) {
  .pricing-slider-wrapper {
    padding-right: 60px;
  }
  .pricing-title {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  /* NEW */
  .targeting-item {
    width: 50%;
  }
  .targeting-item:nth-child(3n+3) {
    border-right: solid 1px #fff;
  }
  .targeting-item:nth-last-child(-n+3) {
    border-bottom: solid 1px #fff;
  }
  .targeting-item:nth-child(2n+2) {
    border-right: none;
  }
  .targeting-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  section.other-features .features-row.forms {
    margin: 0 -10px -20px;
  }
  section.other-features .features-row.forms .feature-item-wrapper {
    padding: 0 10px 20px;
    width: 33.33333333%;
  }
  section.hero-bg.forms .hero-wrapper .hero .desc h1 {
    max-width: 100%;
  }
  section.hero-bg.forms .hero-wrapper .hero .desc p {
    max-width: 100%;
  }
  /* ./NEW */
}
@media screen and (max-width: 992px) {
  section.hero-bg.pricing .hero-wrapper {
    background: transparent;
  }
  section.hero-bg.pricing .hero-wrapper .hero .desc h1 {
    color: #384257;
    line-height: 1.2;
  }
  section.hero-bg.pricing .hero-wrapper .hero .desc p {
    color: #384257;
    line-height: 1.25;
  }
  .pricing-options-wrapper .item {
    padding: 15px;
  }
  .pricing-options-wrapper {
    margin: 0 -5px;
  }
  .pricing-options-wrapper .item-wrapper {
    padding: 0 5px;
  }
}
@media screen and (max-width: 960px) {
  .pricing-header-top {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .pricing-header-top .sep {
    margin-bottom: 35px;
    width: 100%;
    height: 0;
    background-color: transparent;
  }
  .pricing-header-top--affiliates {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .pricing-slider-wrapper--affiliates .subscribers-counter {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pricing-slider-wrapper--affiliates .accounts-text {
    padding-left: 0;
    margin-top: 20px;
  }
  .two-cols-text__row {
    margin: 0 -20px;
  }
  .two-cols-text__col {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  section.other-features.pricing .features-row .feature-item {
    margin: 0 15px 20px;
  }
  section.hero-bg.pricing .hero-wrapper .hero .img-preview {
    right: 0;
    top: 0;
  }
  section.hero-bg.pricing .hero-wrapper .hero .img-preview img.mobile {
    display: inline-block;
  }
  section.hero-bg.pricing .hero-wrapper .hero .img-preview img.desktop {
    display: none;
  }
  section.hero-bg.pricing .hero-wrapper .hero .desc h1 {
    text-align: center;
    margin-bottom: 35px;
  }
  section.hero-bg.pricing .hero-wrapper .hero .desc p {
    text-align: center;
  }
  section.hero-bg.pricing {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  section.hero-bg.forms .hero-wrapper .hero .img-preview {
    width: 100%;
  }
  .section--pricing-options {
    background: none;
    margin-top: 0;
  }
  .pricing-header {
    display: block;
  }
  .pricing-header-top {
    margin: 0;
  }
  .pricing-slider-wrapper {
    width: 100%;
    padding-right: 0;
  }
  .pricing-slider {
    padding-bottom: 100px;
  }
  .pricing-title {
    border-left: none;
    width: 100%;
    padding: 0;
  }
  .pricing-slider .slider-points .line {
    display: block;
  }
  .pricing-slider-wrapper .subscribers-counter {
    margin: 0 auto 48px;
    display: block;
  }
  .pricing-slider .slider-points .line:last-child:after {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
  .pricing-options-wrapper {
    margin: 0;
  }
  .pricing-options-wrapper .item-wrapper {
    padding: 0;
    display: none;
    width: 100%;
  }
  .pricing-options-wrapper .item-wrapper.active {
    display: block;
  }
  .pricing-options-wrapper .item {
    box-shadow: none;
    border-radius: 0;
    border-bottom: none;
  }
  .pricing-options-wrapper .item--suggested {
    height: 100%;
    top: 0;
  }
  .pricing-navigation {
    width: 100%;
    left: 0;
    transition: all 0.3s ease;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    z-index: 99;
  }
  .pricing-navigation.is_stuck {
    width: 100% !important;
    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px #384257;
    background-color: #fff;
    padding: 15px 0;
  }
  .pricing-navigation .nav-item {
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    color: #394257;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
  .pricing-navigation .nav-item.active {
    color: #fff;
    background-color: #3ac4d7;
  }
  .section--affiliates-rangeslider {
    margin: 40px 0;
  }
  section.hero-bg.pricing .hero-wrapper .hero .desc {
    text-align: center;
  }
  .text-after-affiliate-button {
    text-align: center;
  }
  .pricing-slider-wrapper--affiliates .subscribers-counter {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pricing-slider-wrapper--affiliates .subscribers-counter span {
    font-size: 18px;
  }
  .pricing-slider-wrapper--affiliates .accounts-text {
    font-size: 16px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pricing-slider-wrapper--affiliates .accounts-text span {
    font-size: 18px;
  }
  .pricing-header-top--affiliates {
    margin-bottom: 25px;
  }
  .moo-table .entry .c {
    width: 40%;
    line-height: 1.2;
  }
  .moo-table .entry .c:first-child {
    padding-left: 15px;
    width: 60%;
  }
  .moo-table .entry .c:not(:first-child) {
    display: none;
    text-align: right;
    padding-right: 15px;
  }
  .moo-table .entry .c.active {
    display: block;
  }
  .all-features-title {
    margin: 0 0 70px;
  }
  /* NEW */
  section.hero-bg.forms {
    text-align: center;
  }
  section.hero-bg.forms .hero-wrapper .hero .img-preview {
    margin: 0 auto -70px;
    top: 20px;
    position: relative;
  }
  section.hero-bg.forms .hero-wrapper {
    padding: 60px 0 35px;
  }
  section.sub-forms {
    padding: 50px 0 100px;
    background: none;
  }
  section.templates-presentation {
    padding: 0 0 100px;
    background: none;
  }
  section.style-editor {
    padding: 0 0 75px;
    background: none;
  }
  .forms-tabs__master-wrapper {
    display: block;
  }
  .forms-tabs {
    border: none;
    box-shadow: none;
    width: 100%;
  }
  .forms-tabs__item {
    outline: none;
    text-align: center;
    box-shadow: none;
    border: none;
    display: flex !important;
    flex-direction: column-reverse;
    opacity: 1;
  }
  .forms-tabs__item:hover,
  .forms-tabs__item.active {
    background-color: transparent;
  }
  .forms-tabs__item img {
    max-height: 108px;
  }
  .forms-tabs__item .left {
    width: 100%;
  }
  .forms-tabs__item .right p {
    display: none;
  }
  .forms-tabs-table__item p {
    margin: 10px 0 35px;
    display: block;
  }
  .forms-tabs-nav {
    display: flex;
  }
  .forms-tabs-table {
    width: 100%;
  }
  .window-wrapper .window {
    height: 20px;
    padding: 6px 20px;
    font-size: 0;
  }
  .window-wrapper .window .dot {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
  .targeting-section {
    padding: 50px 0 70px;
  }
  .targeting-item {
    width: 100%;
    border: none !important;
    padding: 0;
    margin-bottom: 25px;
  }
  .targeting-item:last-child {
    margin-bottom: 0;
  }
  .section-desc h2 {
    font-size: 24px;
  }
  section.integrations.blue {
    padding: 55px 0 80px;
  }
  section.integrations.blue .container .description,
  section.integrations.blue .container .preview {
    text-align: center;
    padding-right: 0;
  }
  section.other-features .features-row.forms .feature-item-wrapper {
    width: 50%;
  }
  section.other-features .features-row.forms .feature-item {
    margin: 0;
  }
  section.automate-recommendations.examples {
    padding-bottom: 0;
  }
  section.other-features.forms {
    padding-bottom: 80px;
    background-image: none;
  }
  .register.shapes {
    text-align: center;
  }
  .workflow-examples-wrapper {
    flex-direction: column-reverse;
  }
  .workflow-examples__list {
    width: 100%;
  }
  .workflow-examples__list-item {
    flex-direction: column;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .workflow-examples__list-item .left {
    width: 100%;
  }
  .workflow-examples__list-item .left img {
    margin-bottom: 10px;
  }
  .workflow-examples__list-item .right h4 {
    margin-bottom: 15px;
  }
  .workflow-examples__image {
    width: 100%;
    margin-bottom: 70px;
  }
  /* ./NEW */
  .two-cols-text__row {
    display: block;
    margin: 0;
  }
  .two-cols-text__col {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .pricing-slider .slider-points .line--secondary {
    display: none;
  }
  /* NEW */
  section.other-features .features-row.forms {
    justify-content: center;
  }
  section.other-features .features-row.forms .feature-item-wrapper {
    width: 100%;
    max-width: 254px;
  }
  /* ./NEW */
}
.pr2 .section--pricing-options {
  background: none;
  margin: 0;
  padding: 0;
}
.pr2 .pricing-options-wrapper {
  margin: 0 -10px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.pr2 .pricing-options-wrapper .item-wrapper {
  padding: 0 10px;
  min-width: 340px;
  width: 340px;
}
@media screen and (max-width: 1024px) {
  .pr2 .pricing-options-wrapper .item-wrapper {
    max-width: 340px;
    min-width: 0;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .pr2 .pricing-options-wrapper .item-wrapper {
    max-width: 340px;
    width: 100%;
  }
}
.pr2 .pricing-options-wrapper .item {
  background-color: #fff;
  box-shadow: 0px 0px 3.8px 1.2px rgba(24, 23, 24, 0.1);
  border-color: #394257;
  border-bottom: 4px solid;
  border-top: 4px solid;
  border-radius: 4px;
  height: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.pr2 .pricing-options-wrapper .item.xmass .old-price {
  display: flex !important;
}
.pr2 .pricing-options-wrapper .item.xmass .custom-select-options {
  background-color: #ffe7e5 !important;
  border-color: #dc426c !important;
}
.pr2 .pricing-options-wrapper .item.xmass .custom-select-options .custom-select-option:hover {
  background-color: #dc426c !important;
}
.pr2 .pricing-options-wrapper .item.xmass {
  border-color: #dc426c !important;
}
.pr2 .pricing-options-wrapper .item.xmass .custom-select-selection {
  background-color: #ffe7e5 !important;
}
.pr2 .pricing-options-wrapper .item.xmass .btn.blue {
  background-color: #dc426c !important;
}
.pr2 .pricing-options-wrapper .item.xmass .xmass--img {
  display: block;
}
.pr2 .pricing-options-wrapper .item .xmass--img {
  display: none;
  position: absolute;
}
.pr2 .pricing-options-wrapper .item .xmass_topleft {
  top: -30px;
  left: 15px;
  width: 61px;
}
.pr2 .pricing-options-wrapper .item .xmass_topright {
  top: -12px;
  right: -13px;
  width: 104px;
}
.pr2 .pricing-options-wrapper .item .xmass_bottomright {
  bottom: -47px;
  right: -41px;
  width: 129px;
}
.pr2 .pricing-options-wrapper .item-tab {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.pr2 .pricing-options-wrapper .item--suggested {
  border-color: #62cad2;
  top: auto;
}
.pr2 .pricing-options-wrapper .item h3 {
  color: #394257;
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 30px;
}
.pr2 .pricing-options-wrapper .item p {
  color: #a0a0a0;
  font-family: "Hind", "sans-serif";
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px;
}
.pr2 .pricing-options-wrapper .item .price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #394257;
  font-weight: 700;
  font-size: 36px;
  margin: 0;
  padding: 0 10px;
  order: 1;
}
.pr2 .pricing-options-wrapper .item .price.old-price {
  display: none;
  margin: 0 0 10px;
  width: fit-content;
  width: -webkit-fit-content;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  order: 1;
  margin-top: -30px;
}
.pr2 .pricing-options-wrapper .item .price.old-price:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background-color: #dc426c;
}
.pr2 .pricing-options-wrapper .item .price.old-price .price-target {
  font-size: 16px;
}
.pr2 .pricing-options-wrapper .item .price.old-price span {
  font-size: 12px;
  line-height: 16px;
  height: 16px;
}
.pr2 .pricing-options-wrapper .item .price .price-target {
  line-height: 1;
  height: auto;
}
.pr2 .pricing-options-wrapper .item .price span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin-left: 5px;
}
.pr2 .pricing-options-wrapper .item .btn {
  min-width: 140px;
}
.pr2 .pricing-options-wrapper .item .features-list {
  margin: 30px 0 0;
  text-align: left;
}
.pr2 .pricing-options-wrapper .item .features-list li {
  color: #394257;
  font-family: "Hind", "sans-serif";
  font-size: 13px;
  line-height: 1.54;
}
.pr2 .pricing-options-wrapper .item .features-list li.disabled {
  color: #a0a0a0;
}
.pr2 .pricing-options-wrapper .item .features-list li:not(:last-child) {
  margin: 0 0 17px;
}
.pr2 .pricing-options-wrapper .item .features-list li img {
  margin-right: 10px;
  max-width: 15px;
}
.pr2 .pricing-options-wrapper .item .banner-content {
  padding: 12px 50px;
  padding-right: 60px;
  text-align: left;
}
.pr2 .pricing-options-wrapper .item .old-price-wrap {
  min-height: 16px;
  order: 29;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin: 0;
  order: 1;
  margin-top: -40px;
  gap: 5px;
  align-items: flex-end;
  position: relative;
}
.pr2 .pricing-options-wrapper .item .old-price-wrap .js-old-price-target {
  line-height: 1;
  height: 16px;
}
.pr2 .pricing-options-wrapper .item .old-price-wrap span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  height: 14px;
}
.pr2 .pricing-options-wrapper .item .old-price-wrap::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background: #dc426c;
  border-radius: 2px;
}
.pr2 .pricing-options-wrapper .item .active-text {
  display: none;
}
.pr2 .pricing-options-wrapper .item .active-text.active {
  display: block;
}
.pr2 .pricing-options-wrapper .item-tabs {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 24px 30px;
}
.pr2 .pricing-options-wrapper .item-tab {
  color: #394257;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 7px 14px;
  opacity: 0.5;
  position: relative;
  transition: all 0.3s ease;
}
.pr2 .pricing-options-wrapper .item-tab:focus {
  outline: none;
}
.pr2 .pricing-options-wrapper .item-tab::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0;
  background-color: #394257;
}
.pr2 .pricing-options-wrapper .item-tab:hover {
  opacity: 1;
}
.pr2 .pricing-options-wrapper .item-tab.active {
  opacity: 1;
}
.pr2 .pricing-options-wrapper .item-tab.active::before {
  width: 100%;
}
.pr2 .pricing-options-wrapper .item-tabs-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  padding-top: 106px;
  flex: 1;
  justify-content: space-between;
}
.pr2 .pricing-options-wrapper .item-tabs-content-top {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pr2 .pricing-options-wrapper .item-tabs-content-top h3 {
  order: 10;
}
.pr2 .pricing-options-wrapper .item-tabs-content-top p {
  order: 20;
  min-height: 52px;
}
.pr2 .pricing-options-wrapper .item-tabs-content-top .custom-select-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 210px;
  order: 40;
}
.pr2 .pricing-options-wrapper .item-tabs-content-top .price {
  order: 30;
}
.pr2 .pricing-options-wrapper .item-tabs-content-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 30px 0;
  min-height: 192px;
}
.pr2 .pricing-options-wrapper .item-tabs + .item-tabs-content,
.pr2 .pricing-options-wrapper .banner-content + .item-tabs-content {
  padding-top: 30px !important;
}
.pr2 .pricing-options-wrapper .subscribers-num {
  display: none;
  width: 100%;
  order: 3;
}
.pr2 .pricing-options-wrapper .subscribers-num.active {
  display: block;
}
.pr2 .custom-select {
  position: relative;
  cursor: pointer;
}
.pr2 .custom-select.active .custom-select-options {
  opacity: 1;
  pointer-events: all;
}
.pr2 .custom-select-label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}
.pr2 .custom-select-options {
  background-color: rgb(234, 245, 245);
  border: 2px solid rgb(79, 196, 210);
  position: absolute;
  left: 0;
  top: 100%;
  height: auto;
  width: 100%;
  opacity: 0;
  padding: 23px 0 7px;
  transform: translate(0, -16px);
  pointer-events: none;
  z-index: 1;
  max-height: 260px;
  overflow: auto;
}
.pr2 .custom-select-option {
  font-size: 13px;
  font-weight: 300;
  line-height: 2;
  padding: 0 15px;
  text-align: left;
}
.pr2 .custom-select-option:hover {
  background-color: rgb(79, 196, 210);
  color: #fff;
}
.pr2 .custom-select-selection {
  background-color: rgb(196, 233, 233);
  background-position: center right 13px;
  background-repeat: no-repeat;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.pr2 .all-features-title {
  padding: 80px 0;
  text-align: center;
}
.pr2 .all-features-title h2 {
  color: #394257;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}
.pr2 .moo-table-heading {
  color: #394257;
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pr2 .moo-table-heading {
    justify-content: space-between;
    font-size: 18px;
    text-align: left;
  }
}
.pr2 .moo-table-heading.active img {
  transform: scale(1, -1);
}
.pr2 .moo-table-heading img {
  margin-left: 15px;
  transition: all 0.3s ease;
}
.pr2 .moo-table {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3.8px 1.2px rgba(24, 23, 24, 0.06);
  color: #394257;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .pr2 .moo-table {
    margin-top: -10px;
  }
}
.pr2 .moo-table:not(:last-child) {
  margin-bottom: 60px;
}
.pr2 .moo-table .entry {
  display: flex;
}
.pr2 .moo-table .entry--group {
  flex-wrap: wrap;
}
.pr2 .moo-table .entry--child {
  display: flex;
  background-color: transparent !important;
  flex: 0 0 100%;
  max-width: 100%;
}
.pr2 .moo-table .entry--child .c:first-child {
  transform: translate(30px, 0);
}
@media screen and (max-width: 1024px) {
  .pr2 .moo-table .entry--child .c:first-child {
    transform: translate(15px, 0);
  }
}
.pr2 .moo-table .entry--hidden {
  display: none !important;
}
.pr2 .moo-table .entry:first-child .c {
  font-family: "Hind", "sans-serif";
  font-size: 22px;
  font-weight: 400;
}
.pr2 .moo-table .entry:first-child .c:first-child {
  font-weight: bold;
  font-size: 22px;
}
.pr2 .moo-table .entry .c {
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  padding-bottom: 14px;
  padding-top: 14px;
  flex: 1;
}
.pr2 .moo-table .entry .c:first-child {
  font-family: "Hind", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
}
.pr2 .moo-table .entry .c:not(:first-child) {
  text-align: center;
}
.pr2 .moo-table div.entry:nth-of-type(even) {
  background-color: #f8f8f8;
}
.pr2 .section--free-trial {
  padding: 35px 0;
  text-align: center;
}
.pr2 .section--free-trial h3 {
  font-weight: 300;
  margin-bottom: 20px;
}
.pr2 .section--free-trial h3 strong {
  font-weight: 700;
}
.pr2 .section--free-trial p {
  color: #a0a0a0;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 25px;
}
.pr2 .section--free-trial p strong {
  font-weight: 700;
}
.pr2 .section--credits {
  padding: 45px 0 80px;
}
.pr2 .credits-el {
  position: relative;
}
.pr2 .credits-el-top {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 3.8px 1.2px rgba(24, 23, 24, 0.06);
  border-top: 4px solid #62cad2;
  cursor: pointer;
  padding: 19px;
  position: relative;
  z-index: 2;
}
.pr2 .credits-el-top.active .credits-heading img {
  transform: scale(1, -1);
}
.pr2 .credits-el-bottom {
  position: relative;
  left: 0;
  top: -76px;
  height: auto;
  width: 100%;
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  border-bottom: 4px solid #62cad2;
  box-shadow: 0px 0px 3.8px 1.2px rgba(24, 23, 24, 0.1);
  padding: 0 25px;
  z-index: 1;
  padding-top: 76px;
}
.pr2 .credits-subheading {
  padding: 10px 0;
  text-align: center;
}
.pr2 .credits-subheading p {
  color: #a0a0a0;
}
.pr2 .credits-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pr2 .credits-heading img {
  margin-left: 15px;
}
.pr2 .bundles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  grid-gap: 15px;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  .pr2 .bundles-grid {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }
}
@media screen and (max-width: 500px) {
  .pr2 .bundles-grid {
    grid-template-columns: repeat(1, minmax(140px, 1fr));
  }
}
.pr2 .bundle-grid-item {
  border-radius: 6px;
  background-color: rgb(245, 245, 245);
  display: flex;
  flex-direction: column;
  padding: 15px 13px;
  text-align: center;
}
.pr2 .bundle-grid-item .num {
  font-size: 18px;
  font-weight: 300;
}
.pr2 .bundle-grid-item .text {
  font-size: 12px;
  font-weight: 300;
}
.pr2 .bundle-grid-item .price {
  font-size: 26px;
  font-weight: 700;
}
.pr2 .bundle-grid-item hr {
  border-bottom: 0;
  color: rgb(245, 245, 245);
  height: 1px;
  margin: 20px 0;
}
.pr2 .features-grid {
  border-top: 2px solid #d6d8dc;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px 5px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .pr2 .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .pr2 .features-grid {
    grid-template-columns: 1fr;
    grid-gap: 10px 0;
    text-align: center;
  }
}
.pr2 .feature-grid-item {
  font-size: 13px;
}
.pr2 .feature-grid-item img {
  margin-right: 5px;
}
@media screen and (max-width: 992px) {
  .pr2 section.hero-bg.pricing .hero-wrapper {
    background: transparent;
  }
  .pr2 section.hero-bg.pricing .hero-wrapper .hero .desc h1 {
    color: #384257;
    line-height: 1.2;
  }
  .pr2 section.hero-bg.pricing .hero-wrapper .hero .desc p {
    color: #384257;
    line-height: 1.25;
  }
  .pr2 .pricing-options-wrapper {
    margin: 0 -5px;
  }
  .pr2 .pricing-options-wrapper .item-wrapper {
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .pr2 .pricing-options-wrapper {
    margin: 0;
  }
  .pr2 .pricing-options-wrapper .item-wrapper {
    padding: 0;
    display: none;
  }
  .pr2 .pricing-options-wrapper .item-wrapper.active {
    display: block;
  }
  .pr2 .pricing-options-wrapper .item--suggested {
    height: 100%;
    top: 0;
  }
  .pr2 .all-features-title {
    padding: 50px 0;
  }
}
.pr2 .all-features {
  display: block;
}

.price-xmass .pricing-options-wrapper .xmass .item-tabs-content-top .price {
  margin-top: 0;
}
.price-xmass .pricing-options-wrapper .item-tabs-content {
  padding-top: 76.4px;
}

.xmass .item-tabs-content-top .text_2nd_tab {
  display: block;
}
.xmass .item-tabs-content-top .text_1st_tab {
  display: none;
}

.item-tabs-content-top .text_2nd_tab {
  display: none;
}

.item-tabs-content-top .text_1st_tab {
  display: block;
}

.text_1st_tab {
  min-height: 70.4px;
  margin-bottom: 46px !important;
}

#login-form .forgot {
  display: none;
}

header .container nav.main ul.main-menu > li.menu-item-has-children > a:after {
  font-size: 8px;
  content: "▼";
  margin-left: 4px;
}

@media screen and (min-width: 992.1px) {
  .register-bg {
    position: relative;
  }
  .register-bg:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
  }
}
body .register .error-msg,
body .hero-full-bg .error-msg,
body .hero-full-templates .error-msg,
body .hero-full-templates .error-msg,
body .hero-full-customers .error-msg {
  width: auto;
  margin: auto;
}

@media screen and (max-width: 767.49px) {
  section.tracking-map .tracking-wrapper .box img {
    max-width: 100%;
  }
  .tracking-wrapper.cointainer .map-dots {
    display: none;
  }
  #main .resources-section .resource-post.sticky-resource {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main .resources-carousel-area {
    background-repeat: repeat;
  }
  div.main-content.automations-components section.hero-automations .icons-wrapper > div {
    width: 90px;
    height: 90px;
    background-size: contain;
    background-origin: content-box;
    padding: 16px;
  }
  body#main .alternatives-group .table-compare .row-0 > div {
    float: left;
  }
  body#main .hero .step-form {
    padding: 20px !important;
    width: 100% !important;
  }
  body#main .alternatives-group .table-compare .row-0 > div img,
  .thrv_wrapper.tve_image_caption.aligncenter .tve_image,
  .tve-droppable img {
    max-width: 100%;
    height: auto;
  }
  section.customers .customers-slider-travel .slider-item img {
    max-width: 100%;
    height: auto;
  }
  .thrv_wrapper.thrv_text_element.tve_empty_dropzone {
    width: auto;
  }
  header .container nav.mmain ul.main-menu {
    height: auto;
  }
  div.recipe-single .buttons .recipes-all {
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 991px) {
  body.single .blog-post img {
    max-width: 100%;
    height: auto;
  }
}
.thrv_wrapper.thrv_text_element.tve_empty_dropzone {
  width: auto;
}

.slick-dots li button:before {
  font-size: 20px;
}

section.segmentation-examples .segmentation-wrapper .segmentation-carousel .slick-slide.fleft,
section.segmentation-examples .segmentation-wrapper .segmentation-carousel .slick-slide.fright {
  -ms-filter: brightness(0.8);
}

section.personalization-tabs .tabs-wrapper .preview div.item-wrapper img {
  max-width: 85%;
}

section.main-feature .tree-screenshots .icons-wrapper img.editor {
  max-width: 200px;
}

section.templates-wrapper .templates .previews .mobileprev {
  max-width: 220px;
}

section.templates-wrapper .templates .previews .templateprev {
  max-width: 830px;
}

section.register h2 {
  line-height: 40px;
}

section.register.shapes h2 {
  line-height: 48px;
  margin-bottom: 34px;
}

section.register.shapes p {
  line-height: 24px;
}

section.integrations-full.u-no-bottom {
  margin-bottom: 0;
}

body section.automations-flow .wrapper .row .pic-preview {
  text-align: center;
}

body section.automations-flow .wrapper .row .pic-preview img {
  display: inline-block;
}

.aff-resources-hero {
  min-height: 310px;
  position: relative;
}

.aff-resources-hero-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.aff-resources-hero-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.aff-resources-hero-content {
  padding: 90px 0;
  text-align: center;
}

.aff-resources-hero-title {
  display: block;
}

.aff-resources-hero-text {
  color: #777777;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 25px auto 0;
  padding: 0 20%;
}
@media screen and (max-width: 768px) {
  .aff-resources-hero-text {
    padding: 0;
  }
}

.aff-resources-section {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .aff-resources-section {
    padding: 45px 0;
  }
}

@media screen and (max-width: 768px) {
  .aff-resources-select-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.aff-resources-select-style {
  display: inline-block;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .aff-resources-select-style {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .aff-resources-select-style:last-child {
    margin-bottom: 0;
  }
}
.aff-resources-select-style:last-child {
  margin-right: 0;
}
.aff-resources-select-style label {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 10px;
}
.aff-resources-select-style select {
  background-color: #f3f3f3;
  border: none;
  border-radius: 89px;
  color: #384257;
  font-size: 16px;
  height: 56px;
  line-height: 1em;
  margin: 0;
  min-width: 330px;
  overflow: hidden;
  padding: 15px;
  padding-left: 20px;
  width: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
}
.aff-resources-select-style option {
  background-color: #fff;
}

.aff-resources-carousel-wrapper {
  display: none;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aff-resources-carousel-wrapper {
    margin-top: 45px;
  }
}
.aff-resources-carousel-wrapper.active {
  display: block;
}
.aff-resources-carousel-wrapper .slick-dots li {
  height: 12px;
  width: 12px;
}
.aff-resources-carousel-wrapper .slick-dots li button {
  height: 12px;
  width: 12px;
}
.aff-resources-carousel-wrapper .slick-dots li button::before {
  font-size: 12px;
  height: 12px;
  width: 12px;
  line-height: 12px;
}

.aff-resources-carousel {
  padding-left: 90px;
  padding-right: 90px;
  position: relative;
  /* the slides */
  /* the parent */
}
.aff-resources-carousel-padding .slick-list {
  padding-top: 50px;
}
.aff-resources-carousel-padding ~ .aff-resources-carousel-arrow {
  top: calc(50% + 20px);
}
@media screen and (max-width: 768px) {
  .aff-resources-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}
.aff-resources-carousel .slick-slide {
  margin: 0 15px;
}
.aff-resources-carousel .slick-list {
  margin: 0 -15px;
  padding-bottom: 10px;
}

.aff-resources-carousel-item {
  display: block !important;
  position: relative;
}
@media screen and (min-width: 769px) {
  .aff-resources-carousel-item:hover .aff-resources-carousel-btns {
    opacity: 1;
    pointer-events: all;
  }
}
.aff-resources-carousel-item--social .aff-resources-carousel-item-inner {
  box-shadow: 0px 0px 6px 0px rgba(12, 12, 12, 0.16);
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  overflow: auto;
}
.aff-resources-carousel-item--social .aff-resources-carousel-text-wrapper {
  background-color: #fff;
  display: block;
  height: 115px;
  min-height: 115px;
  max-width: 100%;
  padding: 30px 25px;
}
.aff-resources-carousel-item--social .aff-resources-carousel-text {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.aff-resources-carousel-item img {
  box-shadow: 0px 1px 3.6px 1.4px rgba(22, 22, 21, 0.2);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .aff-resources-carousel-item img {
    height: auto !important;
  }
}
.aff-resources-carousel-item .aff-resources-carousel-btns {
  background-color: rgba(98, 202, 210, 0.75);
  position: absolute;
  left: calc(50% - 0.5px);
  top: 0;
  transform: translate(-50%, 0);
  height: 100%;
  width: 100%;
  max-width: 100%;
  border: 2px solid #62cad2;
  box-shadow: 0px 0px 7.2px 2.8px rgba(98, 202, 210, 0.64);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .aff-resources-carousel-item .aff-resources-carousel-btns.active {
    opacity: 1;
    pointer-events: all;
  }
}
.aff-resources-carousel-item .aff-resources-carousel-btns--horizontal .aff-resources-carousel-btn {
  margin-right: 30px;
}
.aff-resources-carousel-item .aff-resources-carousel-btns--horizontal .aff-resources-carousel-btn:last-child {
  margin-right: 0;
}
.aff-resources-carousel-item .aff-resources-carousel-btns--vertical .aff-resources-carousel-btns-inner {
  flex-direction: column;
}
.aff-resources-carousel-item .aff-resources-carousel-btns--vertical .aff-resources-carousel-btn {
  margin-bottom: 30px;
}
.aff-resources-carousel-item .aff-resources-carousel-btns--vertical .aff-resources-carousel-btn:last-child {
  margin-bottom: 0;
}
.aff-resources-carousel-item .aff-resources-carousel-btns--social .aff-resources-carousel-btns-inner {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 30px;
}
.aff-resources-carousel-item .aff-resources-carousel-btns--social .aff-resources-carousel-btn {
  margin-bottom: 30px;
}
.aff-resources-carousel-item .aff-resources-carousel-btns--social .aff-resources-carousel-btn:last-child {
  margin-bottom: 0;
}
.aff-resources-carousel-item .aff-resources-carousel-btns-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.aff-resources-carousel-btn {
  background-color: #fff;
  border-radius: 20px;
  color: #36c2d6;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 44px;
  width: 172px;
  max-width: 90%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.aff-resources-carousel-arrow {
  background-color: #61d0df;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.aff-resources-carousel-arrow.slick-disabled, .aff-resources-carousel-arrow.slick-hidden {
  cursor: not-allowed;
  display: flex;
  opacity: 0.8;
}
.aff-resources-carousel-arrow--left {
  left: 0;
}
@media screen and (max-width: 768px) {
  .aff-resources-carousel-arrow--left {
    transform: translate(-50%, -50%);
  }
}
.aff-resources-carousel-arrow--right {
  right: 0;
}
@media screen and (max-width: 768px) {
  .aff-resources-carousel-arrow--right {
    transform: translate(50%, -50%);
  }
}

.aff-resources-carousel-dots + .aff-resources-carousel-dots {
  opacity: 0;
  pointer-events: none;
}

.aff-resources-carousel-dots.hidden + .aff-resources-carousel-dots {
  opacity: 1;
  pointer-events: all;
}

.aff-resources-carousel-item-name {
  position: absolute;
  left: 0;
  top: -50px;
  transform: translate(0, 50%);
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0 10px;
}

.aff-resources-carousel-popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(18, 17, 17, 0.1);
  z-index: 1000000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.aff-resources-carousel-popup-wrapper.active {
  opacity: 1;
  pointer-events: all;
}

.aff-resources-carousel-popup {
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 30px;
  position: relative;
  width: 100%;
  max-width: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .aff-resources-carousel-popup {
    max-width: 90%;
  }
}

.aff-resources-carousel-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.aff-resources-carousel-popup-entry {
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

.aff-resources-carousel-popup-entry-title {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 10px;
}

.aff-resources-carousel-popup-entry-content {
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 15px 20px;
}

.aff-resources-carousel-popup-code {
  font-size: 16px;
  line-height: 34px;
  height: auto;
  max-height: 130px;
  overflow: auto;
  word-break: break-all;
}

.aff-resources-carousel-popup-copy-cta {
  color: #36c2d6;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 10px;
  text-transform: uppercase;
  position: relative;
}
.aff-resources-carousel-popup-copy-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  background-color: #36c2d6;
  height: 2px;
  width: 100%;
  transition: width 3s ease-in-out;
  transform: translate(-50%, 0);
}
.aff-resources-carousel-popup-copy-cta.disabled {
  pointer-events: none;
}

.aff-tab-container {
  display: flex;
  padding-bottom: 35px;
  justify-content: center;
}
.aff-tab-item {
  margin: 0 15px;
  width: 255px;
  height: 64px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  border-bottom: 4px solid #fff;
  padding-top: 4px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.aff-tab-item:hover, .aff-tab-item.active {
  border-bottom: 4px solid #3ac4d7;
  opacity: 1;
}
.aff-tab-item span {
  font-family: Hind, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #394257;
}
@media screen and (max-width: 768px) {
  .aff-tab-item span {
    font-size: 20px;
  }
}

.aff-template-container {
  height: 590px;
  width: 100%;
  border-radius: 27px;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  overflow: auto;
}
.aff-template-item {
  display: none;
}
.aff-template-item.active {
  display: block;
}
.aff-template-item-btns-container {
  margin-top: 31px;
}
.aff-template-item-btns {
  display: none;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 375px) {
  .aff-template-item-btns {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.aff-template-item-btns.active {
  display: flex;
}
.aff-template-item-btn {
  border-radius: 20px;
  border: 2px solid transparent;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #36c2d6;
  cursor: pointer;
  transition: all 0.3s ease;
}
.aff-template-item-btn:hover {
  background-color: transparent;
  border-color: #36c2d6;
}
.aff-template-item-btn:hover span {
  color: #36c2d6;
}
.aff-template-item-btn.disabled {
  pointer-events: none;
}
.aff-template-item-btn span {
  display: block;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 44px;
  font-weight: 700;
  color: #ffffff;
}
.aff-template-item-btn--transparent {
  background-color: transparent;
  border: 2px solid #36c2d6;
  padding: 0 28px;
}
.aff-template-item-btn--transparent:hover {
  background-color: #36c2d6;
  border-color: transparent;
}
.aff-template-item-btn--transparent:hover span {
  color: #ffffff;
}
.aff-template-item-btn--transparent span {
  color: #36c2d6;
}
.aff-template-item-btn:not(:first-of-type) {
  margin-left: 32px;
}
@media screen and (max-width: 375px) {
  .aff-template-item-btn:not(:first-of-type) {
    margin-left: 0;
    margin-top: 15px;
  }
}
.aff-img-container {
  display: none;
}
.aff-img-container.active {
  display: block;
}
.aff-plain-text-container {
  display: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 45px;
}
@media screen and (max-width: 768px) {
  .aff-plain-text-container {
    max-width: 100%;
    padding: 30px;
  }
}
.aff-plain-text-container.active {
  display: block;
}
.aff-plain-text-container span {
  display: block;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .aff-plain-text-container span {
    padding-bottom: 30px;
  }
}

.page-template-page-black-friday-pricing .main-content {
  padding-top: 0;
}
.page-template-page-black-friday-pricing header {
  background-color: transparent;
  box-shadow: none;
  padding: 20px 0 50px;
}
.page-template-page-black-friday-pricing .logo {
  margin: 0 auto;
}
.page-template-page-black-friday-pricing .pr2 {
  padding: 30px 0 0;
}
@media screen and (min-width: 1025px) {
  .page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .item-wrapper {
    min-width: 320px;
    width: 320px;
  }
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .item {
  border-color: #f2c24a;
  background-color: rgba(51, 60, 78, 0.902);
  box-shadow: 0px 0px 3.8px 1.2px rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1025px) {
  .page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .item {
    padding: 45px 45px 70px;
  }
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .item h3 {
  color: #fff;
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .item p {
  color: #cbcbcb;
  margin-bottom: 30px;
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .item .price {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .item .price-target {
  color: #fff;
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .item .price-target--del {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  order: 25;
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .item .price-target--del::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  border-width: 2px;
  border-color: rgb(224, 95, 82);
  border-style: solid;
  box-shadow: 0px 1px 8.37px 0.63px rgba(224, 95, 82, 0.76);
  height: 0;
  width: calc(100% + 30px);
  transform: translate(0, -50%);
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .item .btn {
  min-width: 200px;
  padding: 12px 16px;
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .item--suggested {
  border-color: #f2c24a;
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .item-tab {
  color: #fff;
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .item-tabs-content {
  padding-top: 0;
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .item-tabs-content-top {
  align-items: center;
  margin-bottom: 50px;
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .subscribers-num {
  color: #fff;
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .custom-select-selection {
  background-color: #2a2e35;
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .custom-select-options {
  background-color: #212328;
  border: 2px solid #9498a1;
}
.page-template-page-black-friday-pricing .pr2 .pricing-options-wrapper .custom-select-option:hover {
  background: #f2c24a;
  color: #212328;
}
.page-template-page-black-friday-pricing .pr2 .section--free-trial {
  padding: 60px 0 30px;
}
.page-template-page-black-friday-pricing .pr2 .section--free-trial h3 {
  color: #ffffff;
}
.page-template-page-black-friday-pricing .pr2 .section--free-trial p {
  color: #a0a0a0;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 25px;
}
.page-template-page-black-friday-pricing .pr2 .section--free-trial p strong {
  font-weight: 700;
}
.page-template-page-black-friday-pricing .pricing-navigation.is_stuck {
  background-color: #2a2e35;
}
.page-template-page-black-friday-pricing .pricing-navigation .nav-item {
  color: #fff;
}
.page-template-page-black-friday-pricing .pricing-navigation .nav-item.active {
  background-color: #f2c24a;
}

html {
  scroll-padding-top: 180px !important;
  scroll-behavior: smooth;
}

.single h4 {
  color: #384257;
  padding-bottom: 18px;
}
.single .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .single .post-image-wrapper {
    display: none !important;
  }
}
.single table {
  overflow-x: auto !important;
}
.single .container--1290 {
  z-index: 3;
  position: relative;
}
.single .author-image-wrapper {
  padding-left: 0 !important;
  width: auto !important;
  padding-right: 0 !important;
  width: 55px !important;
}
.single .author-image-wrapper img {
  max-width: 100% !important;
}
.single .author-wrapper-mobile .author-image-wrapper {
  padding-left: 0 !important;
  width: auto !important;
  padding-right: 0 !important;
  max-width: 25px !important;
  margin-right: 10px;
}
.single .author-wrapper-mobile .author-image-wrapper img {
  max-width: 100% !important;
}
.single .author-wrapper-mobile a {
  font-size: 14px !important;
  font-family: "Hind";
}
.single p.author-about {
  font-family: "Quicksand", sans-serif;
}
.single .author-wrapper a {
  font-size: 16px !important;
  font-weight: bold;
  font-family: "Montserrat";
}
.single .author-wrapper .in-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.blog-single-container {
  margin: 0;
}
.blog-single-container .container--1290 {
  margin: 0 auto;
  max-width: 1290px;
  width: 100%;
}
@media screen and (max-width: 1290px) {
  .blog-single-container .container--1290 {
    padding: 0 20px;
  }
}
.blog-single-container .hero-post-wrapper {
  background: #E9F0F8;
  padding: 30px 0 15px;
  margin-bottom: 30px;
  position: relative;
}
.blog-single-container .hero-post-wrapper .container--1290 {
  max-width: 952px;
}
.blog-single-container .hero-post-wrapper h1 {
  margin: 0;
  padding-bottom: 0;
}
.blog-single-container .hero-post-wrapper .breadcrumbs-wrapper {
  margin: 30px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-single-container .hero-post-wrapper .breadcrumbs-wrapper .seperator {
  font-weight: 500;
  font-size: 17px;
}
.blog-single-container .hero-post-wrapper .breadcrumbs-wrapper .breadcrumb-link {
  font-weight: 400;
  font-size: 18px;
}
.blog-single-container .hero-post-wrapper .breadcrumbs-wrapper .breadcrumb_last {
  display: none !important;
}
.blog-single-container .hero-post-wrapper .author-wrapper-mobile {
  display: none;
}
.blog-single-container .three-cols-wrapper.flex-wrapper {
  display: flex;
  gap: 20px 20px;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}
.blog-single-container .three-cols-wrapper.flex-wrapper > div {
  max-width: 265px;
  width: 100%;
}
.blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center {
  max-width: 700px;
  width: 100%;
}
.blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center .sec-subscription-box .container {
  padding: 0 !important;
}
.blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center p, .blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center a:not(.btn), .blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center li, .blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center span {
  font-family: "Quicksand", sans-serif !important;
  line-height: 1.6 !important;
  color: #1D1C1C;
}
.blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center .subscription-box-text p {
  color: inherit;
}
.blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center a:not(.btn) {
  color: #00AFC2;
  background-image: linear-gradient(#3bc3d7, #3bc3d7);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 2px;
  transition: background-size 500ms ease-in-out;
  line-height: 19px;
  font-family: "Montserrat";
}
.blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center a:not(.btn):hover {
  background-size: 100% 2px;
  color: #00AFC2;
}
.blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center .subscription-box-inner {
  padding: 40px 25px;
}
.blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center .subscription-box-inner .inputs-holder {
  flex-direction: column;
  max-width: 230px;
}
.blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center .subscription-box-inner .inputs-holder .your-email, .blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center .subscription-box-inner .inputs-holder .wpcf7-form-control-wrap[data-name=your-email] {
  margin: 0;
}
.blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center .subscription-box-inner .inputs-holder .your-email input[type=email], .blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center .subscription-box-inner .inputs-holder .wpcf7-form-control-wrap[data-name=your-email] input[type=email] {
  font-family: "Quicksand", sans-serif;
}
.blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center .subscription-box-inner .inputs-holder input[type=submit] {
  position: relative;
  font-family: "Montserrat", sans-serif;
}
.blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center .subscription-box-inner .inputs-holder br {
  display: none;
}
@media screen and (max-width: 1290px) {
  .blog-single-container .three-cols-wrapper.flex-wrapper > div {
    flex: 22.28%;
    max-width: 22.28%;
    width: 22.28%;
  }
  .blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center {
    flex: 55.44%;
    width: 55.44%;
  }
}
.blog-single-container .widget-table-contents li {
  font-size: 15px;
}
.blog-single-container .widget-table-contents li a {
  font-size: 15px;
}
.blog-single-container .widget-table-contents .widget-title {
  font-weight: 400;
  border-bottom: 1px solid #384257;
}
.blog-single-container #sticky-sidebar-left, .blog-single-container #sticky-sidebar-right {
  position: -webkit-sticky;
  position: sticky;
  top: 190px;
}

.reading-bar-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index: 15;
  min-height: 51px;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 0 25px;
}
.reading-bar-wrapper.show-bar {
  display: flex;
}

div#ss-floating-bar {
  display: none !important;
}
div#ss-floating-bar.show-floating-bar {
  display: flex !important;
}

body#main h2.reading-bar-title {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

/* Layout */
#reading-progress {
  position: absolute;
  width: 100%;
  height: 5px;
  z-index: 9999;
  bottom: 0;
  left: 0;
  background: rgba(24, 26, 26, 0.1843);
  bottom: 0 !important;
  top: unset !important;
}

#reading-progress-fill {
  height: 4px;
  width: 0;
}

/* Theme */
#reading-progress-fill {
  -webkit-transition: width 100ms ease;
  -o-transition: width 100ms ease;
  transition: width 100ms ease;
  background-color: rgba(25, 27, 28, 0.3725);
}

#sticky-bonus-widget {
  position: relative;
  max-width: 298px;
  background: #52D9E5;
  border: 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
#sticky-bonus-widget.widget-bonus--custom {
  padding: 0;
  background: none;
  color: unset;
}
#sticky-bonus-widget.widget-bonus--custom img {
  max-width: 100% !important;
  margin-bottom: unset !important;
}
#sticky-bonus-widget .widget-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#sticky-bonus-widget p {
  font-size: 14px !important;
  font-weight: normal !important;
  color: #fff !important;
  line-height: auto !important;
}
#sticky-bonus-widget a {
  background: unset !important;
}
#sticky-bonus-widget input[type=email] {
  max-width: 100%;
  height: 48px;
  background-color: #f5f5f5;
  color: #b9b9b9;
  border: none;
  border-radius: 30px;
  padding: 0 50px 0 24px;
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
}
#sticky-bonus-widget input[type=submit] {
  background-color: #394257;
  color: #fff;
  border: 0;
  transition: all 0.3s ease;
  display: flex;
  padding: 13px 35px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  position: relative;
  height: 48px !important;
  max-width: 100%;
  width: 100%;
  justify-content: center;
  font-family: "Montserrat";
}
#sticky-bonus-widget br {
  display: none;
}
#sticky-bonus-widget img {
  max-width: 80%;
  margin-bottom: 20px;
}
#sticky-bonus-widget .wpcf7 {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  div#ss-floating-bar.show-floating-bar {
    display: none !important;
  }
  .blog-single-container .hero-post-wrapper {
    padding: 40px 0 30px;
  }
  .blog-single-container .hero-post-wrapper .container--1290 {
    max-width: 1290px;
  }
  .blog-single-container .hero-post-wrapper .breadcrumbs-wrapper {
    display: none;
  }
  .blog-single-container .hero-post-wrapper .author-wrapper-mobile {
    display: flex;
  }
  .blog-single-container .three-cols-wrapper.flex-wrapper > div.col-main-center {
    flex: 100%;
    max-width: 100%;
  }
  .blog-single-container .three-cols-wrapper.flex-wrapper > div.col-sidebar-left, .blog-single-container .three-cols-wrapper.flex-wrapper > div.col-sidebar-right {
    display: none;
  }
  .blog-single-container .widget-table-contents .widget-title {
    font-weight: 400;
    border-bottom: 1px solid #384257;
  }
  .blog-single-container #sticky-sidebar-left, .blog-single-container #sticky-sidebar-right {
    position: -webkit-sticky;
    position: sticky;
    top: 190px;
  }
  .reading-bar-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    z-index: 15;
    min-height: 51px;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0 25px;
  }
  .reading-bar-wrapper.show-bar {
    display: flex;
    height: 6px;
    min-height: unset;
  }
  .reading-bar-wrapper.show-bar .container--1290 {
    display: none !important;
  }
  body#main h2.reading-bar-title {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
  }
  /* Layout */
  #reading-progress {
    position: absolute;
    width: 100%;
    height: 5px;
    z-index: 9999;
    bottom: 0;
    left: 0;
    background: rgba(24, 26, 26, 0.1843);
    bottom: 0 !important;
    top: unset !important;
  }
  #reading-progress-fill {
    height: 4px;
    width: 0;
  }
  /* Theme */
  #reading-progress-fill {
    -webkit-transition: width 100ms ease;
    -o-transition: width 100ms ease;
    transition: width 100ms ease;
    background-color: rgba(25, 27, 28, 0.3725);
  }
}
#ss-floating-bar {
  padding-top: 10%;
}

span.ss-total-counter {
  padding-bottom: 15px;
}
span.ss-total-counter span:first-child {
  border: 1px solid rgba(0, 0, 0, 0.3764705882);
  border-radius: 200px;
  margin-bottom: 5px;
  font-weight: 300;
  line-height: 1.2;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-block {
  display: block;
}

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

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-none {
  display: none;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-stretch {
  align-items: stretch;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-space-between {
  justify-content: space-between;
}

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

.flex-wrap-no-wrap {
  flex-wrap: nowrap;
}

.flex-1 {
  flex: 1;
}

.flex-direction-column {
  flex-direction: column;
}

.height-100 {
  height: 100%;
}

.width-100 {
  width: 100%;
}

.list-style-none {
  list-style: none;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.mt-auto {
  margin-top: auto;
}

.object-fit-cover {
  object-fit: cover;
}

.pointer-events-none {
  pointer-events: none;
}

@media screen and (max-width: 1440px) {
  .text-xl-center {
    text-align: center;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-uppercase {
    text-transform: uppercase;
  }
  .float-xl-left {
    float: left;
  }
  .float-xl-right {
    float: right;
  }
  .overflow-xl-hidden {
    overflow: hidden;
  }
  .overflow-xl-visible {
    overflow: visible;
  }
  .position-xl-static {
    position: static;
  }
  .position-xl-relative {
    position: relative;
  }
  .position-xl-absolute {
    position: absolute;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-none {
    display: none;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-space-between {
    justify-content: space-between;
  }
  .flex-wrap-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-xl-no-wrap {
    flex-wrap: nowrap;
  }
  .flex-xl-1 {
    flex: 1;
  }
  .flex-direction-xl-column {
    flex-direction: column;
  }
  .height-xl-100 {
    height: 100%;
  }
  .width-xl-100 {
    width: 100%;
  }
  .list-style-xl-none {
    list-style: none;
  }
  .m-xl-0 {
    margin: 0;
  }
  .p-xl-0 {
    padding: 0;
  }
  .mt-xl-auto {
    margin-top: auto;
  }
  .object-fit-xl-cover {
    object-fit: cover;
  }
  .pointer-events-xl-none {
    pointer-events: none;
  }
}
@media screen and (max-width: 1290px) {
  .text-cont-center {
    text-align: center;
  }
  .text-cont-left {
    text-align: left;
  }
  .text-cont-right {
    text-align: right;
  }
  .text-cont-uppercase {
    text-transform: uppercase;
  }
  .float-cont-left {
    float: left;
  }
  .float-cont-right {
    float: right;
  }
  .overflow-cont-hidden {
    overflow: hidden;
  }
  .overflow-cont-visible {
    overflow: visible;
  }
  .position-cont-static {
    position: static;
  }
  .position-cont-relative {
    position: relative;
  }
  .position-cont-absolute {
    position: absolute;
  }
  .d-cont-block {
    display: block;
  }
  .d-cont-inline-block {
    display: inline-block;
  }
  .d-cont-flex {
    display: flex;
  }
  .d-cont-inline-flex {
    display: inline-flex;
  }
  .d-cont-none {
    display: none;
  }
  .align-items-cont-center {
    align-items: center;
  }
  .align-items-cont-start {
    align-items: flex-start;
  }
  .align-items-cont-end {
    align-items: flex-end;
  }
  .align-items-cont-stretch {
    align-items: stretch;
  }
  .justify-content-cont-center {
    justify-content: center;
  }
  .justify-content-cont-start {
    justify-content: flex-start;
  }
  .justify-content-cont-end {
    justify-content: flex-end;
  }
  .justify-content-cont-space-between {
    justify-content: space-between;
  }
  .flex-wrap-cont-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-cont-no-wrap {
    flex-wrap: nowrap;
  }
  .flex-cont-1 {
    flex: 1;
  }
  .flex-direction-cont-column {
    flex-direction: column;
  }
  .height-cont-100 {
    height: 100%;
  }
  .width-cont-100 {
    width: 100%;
  }
  .list-style-cont-none {
    list-style: none;
  }
  .m-cont-0 {
    margin: 0;
  }
  .p-cont-0 {
    padding: 0;
  }
  .mt-cont-auto {
    margin-top: auto;
  }
  .object-fit-cont-cover {
    object-fit: cover;
  }
  .pointer-events-cont-none {
    pointer-events: none;
  }
}
@media screen and (max-width: 992px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-uppercase {
    text-transform: uppercase;
  }
  .float-lg-left {
    float: left;
  }
  .float-lg-right {
    float: right;
  }
  .overflow-lg-hidden {
    overflow: hidden;
  }
  .overflow-lg-visible {
    overflow: visible;
  }
  .position-lg-static {
    position: static;
  }
  .position-lg-relative {
    position: relative;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-none {
    display: none;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-space-between {
    justify-content: space-between;
  }
  .flex-wrap-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-lg-no-wrap {
    flex-wrap: nowrap;
  }
  .flex-lg-1 {
    flex: 1;
  }
  .flex-direction-lg-column {
    flex-direction: column;
  }
  .height-lg-100 {
    height: 100%;
  }
  .width-lg-100 {
    width: 100%;
  }
  .list-style-lg-none {
    list-style: none;
  }
  .m-lg-0 {
    margin: 0;
  }
  .p-lg-0 {
    padding: 0;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .object-fit-lg-cover {
    object-fit: cover;
  }
  .pointer-events-lg-none {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-uppercase {
    text-transform: uppercase;
  }
  .float-md-left {
    float: left;
  }
  .float-md-right {
    float: right;
  }
  .overflow-md-hidden {
    overflow: hidden;
  }
  .overflow-md-visible {
    overflow: visible;
  }
  .position-md-static {
    position: static;
  }
  .position-md-relative {
    position: relative;
  }
  .position-md-absolute {
    position: absolute;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-none {
    display: none;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-space-between {
    justify-content: space-between;
  }
  .flex-wrap-md-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-md-no-wrap {
    flex-wrap: nowrap;
  }
  .flex-md-1 {
    flex: 1;
  }
  .flex-direction-md-column {
    flex-direction: column;
  }
  .height-md-100 {
    height: 100%;
  }
  .width-md-100 {
    width: 100%;
  }
  .list-style-md-none {
    list-style: none;
  }
  .m-md-0 {
    margin: 0;
  }
  .p-md-0 {
    padding: 0;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .object-fit-md-cover {
    object-fit: cover;
  }
  .pointer-events-md-none {
    pointer-events: none;
  }
}
@media screen and (max-width: 500px) {
  .text-sm-center {
    text-align: center;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-uppercase {
    text-transform: uppercase;
  }
  .float-sm-left {
    float: left;
  }
  .float-sm-right {
    float: right;
  }
  .overflow-sm-hidden {
    overflow: hidden;
  }
  .overflow-sm-visible {
    overflow: visible;
  }
  .position-sm-static {
    position: static;
  }
  .position-sm-relative {
    position: relative;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-none {
    display: none;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-space-between {
    justify-content: space-between;
  }
  .flex-wrap-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-sm-no-wrap {
    flex-wrap: nowrap;
  }
  .flex-sm-1 {
    flex: 1;
  }
  .flex-direction-sm-column {
    flex-direction: column;
  }
  .height-sm-100 {
    height: 100%;
  }
  .width-sm-100 {
    width: 100%;
  }
  .list-style-sm-none {
    list-style: none;
  }
  .m-sm-0 {
    margin: 0;
  }
  .p-sm-0 {
    padding: 0;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .object-fit-sm-cover {
    object-fit: cover;
  }
  .pointer-events-sm-none {
    pointer-events: none;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row--hcenter {
  justify-content: center;
}
.row--vcenter {
  align-items: center;
}

/**
 * A small hack so we don't have to include max-width
 * with the appropriate percentage everywhere (less file size)
 *
 * Generally it works but it seems to fail when a col is
 * alone in its row (it will expand to 100%)
 */
/**
 * Builders
 */
/**
 * Generate everything
 */
.col {
  flex: 1;
  max-width: 100%;
}

.col-auto {
  flex: auto;
  max-width: 100%;
  width: auto;
}

/* Generate all column/offset classes */
.col-1 {
  flex: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 25%;
  max-width: 25%;
}

.col-4 {
  flex: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 50%;
  max-width: 50%;
}

.col-7 {
  flex: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 75%;
  max-width: 75%;
}

.col-10 {
  flex: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 100%;
  max-width: 100%;
}

.off-0 {
  margin-left: 0%;
}

.off-1 {
  margin-left: 8.3333333333%;
}

.off-2 {
  margin-left: 16.6666666667%;
}

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

.off-4 {
  margin-left: 33.3333333333%;
}

.off-5 {
  margin-left: 41.6666666667%;
}

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

.off-7 {
  margin-left: 58.3333333333%;
}

.off-8 {
  margin-left: 66.6666666667%;
}

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

.off-10 {
  margin-left: 83.3333333333%;
}

.off-11 {
  margin-left: 91.6666666667%;
}

.off-12 {
  margin-left: 100%;
}

/* Generate the extra classes */
/* Generate all gap classes */
.gap-0,
.gap-0-x {
  margin-left: 0;
}
.gap-0 > *,
.gap-0-x > * {
  padding-left: 0;
}

.gap-0,
.gap-0-y {
  margin-top: 0;
}
.gap-0 > *,
.gap-0-y > * {
  padding-top: 0;
}

.gap-5,
.gap-5-x {
  margin-left: -5px;
}
.gap-5 > *,
.gap-5-x > * {
  padding-left: 5px;
}

.gap-5,
.gap-5-y {
  margin-top: -5px;
}
.gap-5 > *,
.gap-5-y > * {
  padding-top: 5px;
}

.gap-10,
.gap-10-x {
  margin-left: -10px;
}
.gap-10 > *,
.gap-10-x > * {
  padding-left: 10px;
}

.gap-10,
.gap-10-y {
  margin-top: -10px;
}
.gap-10 > *,
.gap-10-y > * {
  padding-top: 10px;
}

.gap-20,
.gap-20-x {
  margin-left: -20px;
}
.gap-20 > *,
.gap-20-x > * {
  padding-left: 20px;
}

.gap-20,
.gap-20-y {
  margin-top: -20px;
}
.gap-20 > *,
.gap-20-y > * {
  padding-top: 20px;
}

.gap-30,
.gap-30-x {
  margin-left: -30px;
}
.gap-30 > *,
.gap-30-x > * {
  padding-left: 30px;
}

.gap-30,
.gap-30-y {
  margin-top: -30px;
}
.gap-30 > *,
.gap-30-y > * {
  padding-top: 30px;
}

.gap-40,
.gap-40-x {
  margin-left: -40px;
}
.gap-40 > *,
.gap-40-x > * {
  padding-left: 40px;
}

.gap-40,
.gap-40-y {
  margin-top: -40px;
}
.gap-40 > *,
.gap-40-y > * {
  padding-top: 40px;
}

.gap-50,
.gap-50-x {
  margin-left: -50px;
}
.gap-50 > *,
.gap-50-x > * {
  padding-left: 50px;
}

.gap-50,
.gap-50-y {
  margin-top: -50px;
}
.gap-50 > *,
.gap-50-y > * {
  padding-top: 50px;
}

.gap-60,
.gap-60-x {
  margin-left: -60px;
}
.gap-60 > *,
.gap-60-x > * {
  padding-left: 60px;
}

.gap-60,
.gap-60-y {
  margin-top: -60px;
}
.gap-60 > *,
.gap-60-y > * {
  padding-top: 60px;
}

.gap-70,
.gap-70-x {
  margin-left: -70px;
}
.gap-70 > *,
.gap-70-x > * {
  padding-left: 70px;
}

.gap-70,
.gap-70-y {
  margin-top: -70px;
}
.gap-70 > *,
.gap-70-y > * {
  padding-top: 70px;
}

.gap-80,
.gap-80-x {
  margin-left: -80px;
}
.gap-80 > *,
.gap-80-x > * {
  padding-left: 80px;
}

.gap-80,
.gap-80-y {
  margin-top: -80px;
}
.gap-80 > *,
.gap-80-y > * {
  padding-top: 80px;
}

.gap-90,
.gap-90-x {
  margin-left: -90px;
}
.gap-90 > *,
.gap-90-x > * {
  padding-left: 90px;
}

.gap-90,
.gap-90-y {
  margin-top: -90px;
}
.gap-90 > *,
.gap-90-y > * {
  padding-top: 90px;
}

.gap-100,
.gap-100-x {
  margin-left: -100px;
}
.gap-100 > *,
.gap-100-x > * {
  padding-left: 100px;
}

.gap-100,
.gap-100-y {
  margin-top: -100px;
}
.gap-100 > *,
.gap-100-y > * {
  padding-top: 100px;
}

/* Generate all gap classes */
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

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

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

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

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

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

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

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

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

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

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

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

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

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

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

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

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

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

.mt-60 {
  margin-top: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

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

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

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

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

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

.mb-80 {
  margin-bottom: 80px !important;
}

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

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

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

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

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

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

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

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

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

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

/* Generate all responsive steps */
@media screen and (max-width: 1440px) {
  .col-xl {
    flex: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: auto;
    max-width: 100%;
    width: auto;
  }
  /* Generate all column/offset classes */
  .col-xl-1 {
    flex: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 100%;
    max-width: 100%;
  }
  .off-xl-0 {
    margin-left: 0%;
  }
  .off-xl-1 {
    margin-left: 8.3333333333%;
  }
  .off-xl-2 {
    margin-left: 16.6666666667%;
  }
  .off-xl-3 {
    margin-left: 25%;
  }
  .off-xl-4 {
    margin-left: 33.3333333333%;
  }
  .off-xl-5 {
    margin-left: 41.6666666667%;
  }
  .off-xl-6 {
    margin-left: 50%;
  }
  .off-xl-7 {
    margin-left: 58.3333333333%;
  }
  .off-xl-8 {
    margin-left: 66.6666666667%;
  }
  .off-xl-9 {
    margin-left: 75%;
  }
  .off-xl-10 {
    margin-left: 83.3333333333%;
  }
  .off-xl-11 {
    margin-left: 91.6666666667%;
  }
  .off-xl-12 {
    margin-left: 100%;
  }
  /* Generate the extra classes */
  /* Generate all gap classes */
  .gap-xl-0,
  .gap-xl-0-x {
    margin-left: 0;
  }
  .gap-xl-0 > *,
  .gap-xl-0-x > * {
    padding-left: 0;
  }
  .gap-xl-0,
  .gap-xl-0-y {
    margin-top: 0;
  }
  .gap-xl-0 > *,
  .gap-xl-0-y > * {
    padding-top: 0;
  }
  .gap-xl-5,
  .gap-xl-5-x {
    margin-left: -5px;
  }
  .gap-xl-5 > *,
  .gap-xl-5-x > * {
    padding-left: 5px;
  }
  .gap-xl-5,
  .gap-xl-5-y {
    margin-top: -5px;
  }
  .gap-xl-5 > *,
  .gap-xl-5-y > * {
    padding-top: 5px;
  }
  .gap-xl-10,
  .gap-xl-10-x {
    margin-left: -10px;
  }
  .gap-xl-10 > *,
  .gap-xl-10-x > * {
    padding-left: 10px;
  }
  .gap-xl-10,
  .gap-xl-10-y {
    margin-top: -10px;
  }
  .gap-xl-10 > *,
  .gap-xl-10-y > * {
    padding-top: 10px;
  }
  .gap-xl-20,
  .gap-xl-20-x {
    margin-left: -20px;
  }
  .gap-xl-20 > *,
  .gap-xl-20-x > * {
    padding-left: 20px;
  }
  .gap-xl-20,
  .gap-xl-20-y {
    margin-top: -20px;
  }
  .gap-xl-20 > *,
  .gap-xl-20-y > * {
    padding-top: 20px;
  }
  .gap-xl-30,
  .gap-xl-30-x {
    margin-left: -30px;
  }
  .gap-xl-30 > *,
  .gap-xl-30-x > * {
    padding-left: 30px;
  }
  .gap-xl-30,
  .gap-xl-30-y {
    margin-top: -30px;
  }
  .gap-xl-30 > *,
  .gap-xl-30-y > * {
    padding-top: 30px;
  }
  .gap-xl-40,
  .gap-xl-40-x {
    margin-left: -40px;
  }
  .gap-xl-40 > *,
  .gap-xl-40-x > * {
    padding-left: 40px;
  }
  .gap-xl-40,
  .gap-xl-40-y {
    margin-top: -40px;
  }
  .gap-xl-40 > *,
  .gap-xl-40-y > * {
    padding-top: 40px;
  }
  .gap-xl-50,
  .gap-xl-50-x {
    margin-left: -50px;
  }
  .gap-xl-50 > *,
  .gap-xl-50-x > * {
    padding-left: 50px;
  }
  .gap-xl-50,
  .gap-xl-50-y {
    margin-top: -50px;
  }
  .gap-xl-50 > *,
  .gap-xl-50-y > * {
    padding-top: 50px;
  }
  .gap-xl-60,
  .gap-xl-60-x {
    margin-left: -60px;
  }
  .gap-xl-60 > *,
  .gap-xl-60-x > * {
    padding-left: 60px;
  }
  .gap-xl-60,
  .gap-xl-60-y {
    margin-top: -60px;
  }
  .gap-xl-60 > *,
  .gap-xl-60-y > * {
    padding-top: 60px;
  }
  .gap-xl-70,
  .gap-xl-70-x {
    margin-left: -70px;
  }
  .gap-xl-70 > *,
  .gap-xl-70-x > * {
    padding-left: 70px;
  }
  .gap-xl-70,
  .gap-xl-70-y {
    margin-top: -70px;
  }
  .gap-xl-70 > *,
  .gap-xl-70-y > * {
    padding-top: 70px;
  }
  .gap-xl-80,
  .gap-xl-80-x {
    margin-left: -80px;
  }
  .gap-xl-80 > *,
  .gap-xl-80-x > * {
    padding-left: 80px;
  }
  .gap-xl-80,
  .gap-xl-80-y {
    margin-top: -80px;
  }
  .gap-xl-80 > *,
  .gap-xl-80-y > * {
    padding-top: 80px;
  }
  .gap-xl-90,
  .gap-xl-90-x {
    margin-left: -90px;
  }
  .gap-xl-90 > *,
  .gap-xl-90-x > * {
    padding-left: 90px;
  }
  .gap-xl-90,
  .gap-xl-90-y {
    margin-top: -90px;
  }
  .gap-xl-90 > *,
  .gap-xl-90-y > * {
    padding-top: 90px;
  }
  .gap-xl-100,
  .gap-xl-100-x {
    margin-left: -100px;
  }
  .gap-xl-100 > *,
  .gap-xl-100-x > * {
    padding-left: 100px;
  }
  .gap-xl-100,
  .gap-xl-100-y {
    margin-top: -100px;
  }
  .gap-xl-100 > *,
  .gap-xl-100-y > * {
    padding-top: 100px;
  }
  /* Generate all gap classes */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  .pl-xl-5 {
    padding-left: 5px !important;
  }
  .pr-xl-5 {
    padding-right: 5px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pl-xl-10 {
    padding-left: 10px !important;
  }
  .pr-xl-10 {
    padding-right: 10px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pl-xl-30 {
    padding-left: 30px !important;
  }
  .pr-xl-30 {
    padding-right: 30px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pl-xl-50 {
    padding-left: 50px !important;
  }
  .pr-xl-50 {
    padding-right: 50px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pl-xl-60 {
    padding-left: 60px !important;
  }
  .pr-xl-60 {
    padding-right: 60px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .ml-xl-70 {
    margin-left: 70px !important;
  }
  .mr-xl-70 {
    margin-right: 70px !important;
  }
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
  .pt-xl-70 {
    padding-top: 70px !important;
  }
  .pl-xl-70 {
    padding-left: 70px !important;
  }
  .pr-xl-70 {
    padding-right: 70px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pl-xl-80 {
    padding-left: 80px !important;
  }
  .pr-xl-80 {
    padding-right: 80px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .ml-xl-90 {
    margin-left: 90px !important;
  }
  .mr-xl-90 {
    margin-right: 90px !important;
  }
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  .pl-xl-90 {
    padding-left: 90px !important;
  }
  .pr-xl-90 {
    padding-right: 90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  .mr-xl-100 {
    margin-right: 100px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pl-xl-100 {
    padding-left: 100px !important;
  }
  .pr-xl-100 {
    padding-right: 100px !important;
  }
  .reset-xl {
    margin-left: 0;
  }
}
@media screen and (max-width: 1290px) {
  .col-cont {
    flex: 1;
    max-width: 100%;
  }
  .col-cont-auto {
    flex: auto;
    max-width: 100%;
    width: auto;
  }
  /* Generate all column/offset classes */
  .col-cont-1 {
    flex: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-cont-2 {
    flex: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-cont-3 {
    flex: 25%;
    max-width: 25%;
  }
  .col-cont-4 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-cont-5 {
    flex: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-cont-6 {
    flex: 50%;
    max-width: 50%;
  }
  .col-cont-7 {
    flex: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-cont-8 {
    flex: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-cont-9 {
    flex: 75%;
    max-width: 75%;
  }
  .col-cont-10 {
    flex: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-cont-11 {
    flex: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-cont-12 {
    flex: 100%;
    max-width: 100%;
  }
  .off-cont-0 {
    margin-left: 0%;
  }
  .off-cont-1 {
    margin-left: 8.3333333333%;
  }
  .off-cont-2 {
    margin-left: 16.6666666667%;
  }
  .off-cont-3 {
    margin-left: 25%;
  }
  .off-cont-4 {
    margin-left: 33.3333333333%;
  }
  .off-cont-5 {
    margin-left: 41.6666666667%;
  }
  .off-cont-6 {
    margin-left: 50%;
  }
  .off-cont-7 {
    margin-left: 58.3333333333%;
  }
  .off-cont-8 {
    margin-left: 66.6666666667%;
  }
  .off-cont-9 {
    margin-left: 75%;
  }
  .off-cont-10 {
    margin-left: 83.3333333333%;
  }
  .off-cont-11 {
    margin-left: 91.6666666667%;
  }
  .off-cont-12 {
    margin-left: 100%;
  }
  /* Generate the extra classes */
  /* Generate all gap classes */
  .gap-cont-0,
  .gap-cont-0-x {
    margin-left: 0;
  }
  .gap-cont-0 > *,
  .gap-cont-0-x > * {
    padding-left: 0;
  }
  .gap-cont-0,
  .gap-cont-0-y {
    margin-top: 0;
  }
  .gap-cont-0 > *,
  .gap-cont-0-y > * {
    padding-top: 0;
  }
  .gap-cont-5,
  .gap-cont-5-x {
    margin-left: -5px;
  }
  .gap-cont-5 > *,
  .gap-cont-5-x > * {
    padding-left: 5px;
  }
  .gap-cont-5,
  .gap-cont-5-y {
    margin-top: -5px;
  }
  .gap-cont-5 > *,
  .gap-cont-5-y > * {
    padding-top: 5px;
  }
  .gap-cont-10,
  .gap-cont-10-x {
    margin-left: -10px;
  }
  .gap-cont-10 > *,
  .gap-cont-10-x > * {
    padding-left: 10px;
  }
  .gap-cont-10,
  .gap-cont-10-y {
    margin-top: -10px;
  }
  .gap-cont-10 > *,
  .gap-cont-10-y > * {
    padding-top: 10px;
  }
  .gap-cont-20,
  .gap-cont-20-x {
    margin-left: -20px;
  }
  .gap-cont-20 > *,
  .gap-cont-20-x > * {
    padding-left: 20px;
  }
  .gap-cont-20,
  .gap-cont-20-y {
    margin-top: -20px;
  }
  .gap-cont-20 > *,
  .gap-cont-20-y > * {
    padding-top: 20px;
  }
  .gap-cont-30,
  .gap-cont-30-x {
    margin-left: -30px;
  }
  .gap-cont-30 > *,
  .gap-cont-30-x > * {
    padding-left: 30px;
  }
  .gap-cont-30,
  .gap-cont-30-y {
    margin-top: -30px;
  }
  .gap-cont-30 > *,
  .gap-cont-30-y > * {
    padding-top: 30px;
  }
  .gap-cont-40,
  .gap-cont-40-x {
    margin-left: -40px;
  }
  .gap-cont-40 > *,
  .gap-cont-40-x > * {
    padding-left: 40px;
  }
  .gap-cont-40,
  .gap-cont-40-y {
    margin-top: -40px;
  }
  .gap-cont-40 > *,
  .gap-cont-40-y > * {
    padding-top: 40px;
  }
  .gap-cont-50,
  .gap-cont-50-x {
    margin-left: -50px;
  }
  .gap-cont-50 > *,
  .gap-cont-50-x > * {
    padding-left: 50px;
  }
  .gap-cont-50,
  .gap-cont-50-y {
    margin-top: -50px;
  }
  .gap-cont-50 > *,
  .gap-cont-50-y > * {
    padding-top: 50px;
  }
  .gap-cont-60,
  .gap-cont-60-x {
    margin-left: -60px;
  }
  .gap-cont-60 > *,
  .gap-cont-60-x > * {
    padding-left: 60px;
  }
  .gap-cont-60,
  .gap-cont-60-y {
    margin-top: -60px;
  }
  .gap-cont-60 > *,
  .gap-cont-60-y > * {
    padding-top: 60px;
  }
  .gap-cont-70,
  .gap-cont-70-x {
    margin-left: -70px;
  }
  .gap-cont-70 > *,
  .gap-cont-70-x > * {
    padding-left: 70px;
  }
  .gap-cont-70,
  .gap-cont-70-y {
    margin-top: -70px;
  }
  .gap-cont-70 > *,
  .gap-cont-70-y > * {
    padding-top: 70px;
  }
  .gap-cont-80,
  .gap-cont-80-x {
    margin-left: -80px;
  }
  .gap-cont-80 > *,
  .gap-cont-80-x > * {
    padding-left: 80px;
  }
  .gap-cont-80,
  .gap-cont-80-y {
    margin-top: -80px;
  }
  .gap-cont-80 > *,
  .gap-cont-80-y > * {
    padding-top: 80px;
  }
  .gap-cont-90,
  .gap-cont-90-x {
    margin-left: -90px;
  }
  .gap-cont-90 > *,
  .gap-cont-90-x > * {
    padding-left: 90px;
  }
  .gap-cont-90,
  .gap-cont-90-y {
    margin-top: -90px;
  }
  .gap-cont-90 > *,
  .gap-cont-90-y > * {
    padding-top: 90px;
  }
  .gap-cont-100,
  .gap-cont-100-x {
    margin-left: -100px;
  }
  .gap-cont-100 > *,
  .gap-cont-100-x > * {
    padding-left: 100px;
  }
  .gap-cont-100,
  .gap-cont-100-y {
    margin-top: -100px;
  }
  .gap-cont-100 > *,
  .gap-cont-100-y > * {
    padding-top: 100px;
  }
  /* Generate all gap classes */
  .mb-cont-0 {
    margin-bottom: 0 !important;
  }
  .mt-cont-0 {
    margin-top: 0 !important;
  }
  .ml-cont-0 {
    margin-left: 0 !important;
  }
  .mr-cont-0 {
    margin-right: 0 !important;
  }
  .pb-cont-0 {
    padding-bottom: 0 !important;
  }
  .pt-cont-0 {
    padding-top: 0 !important;
  }
  .pl-cont-0 {
    padding-left: 0 !important;
  }
  .pr-cont-0 {
    padding-right: 0 !important;
  }
  .mb-cont-5 {
    margin-bottom: 5px !important;
  }
  .mt-cont-5 {
    margin-top: 5px !important;
  }
  .ml-cont-5 {
    margin-left: 5px !important;
  }
  .mr-cont-5 {
    margin-right: 5px !important;
  }
  .pb-cont-5 {
    padding-bottom: 5px !important;
  }
  .pt-cont-5 {
    padding-top: 5px !important;
  }
  .pl-cont-5 {
    padding-left: 5px !important;
  }
  .pr-cont-5 {
    padding-right: 5px !important;
  }
  .mb-cont-10 {
    margin-bottom: 10px !important;
  }
  .mt-cont-10 {
    margin-top: 10px !important;
  }
  .ml-cont-10 {
    margin-left: 10px !important;
  }
  .mr-cont-10 {
    margin-right: 10px !important;
  }
  .pb-cont-10 {
    padding-bottom: 10px !important;
  }
  .pt-cont-10 {
    padding-top: 10px !important;
  }
  .pl-cont-10 {
    padding-left: 10px !important;
  }
  .pr-cont-10 {
    padding-right: 10px !important;
  }
  .mb-cont-20 {
    margin-bottom: 20px !important;
  }
  .mt-cont-20 {
    margin-top: 20px !important;
  }
  .ml-cont-20 {
    margin-left: 20px !important;
  }
  .mr-cont-20 {
    margin-right: 20px !important;
  }
  .pb-cont-20 {
    padding-bottom: 20px !important;
  }
  .pt-cont-20 {
    padding-top: 20px !important;
  }
  .pl-cont-20 {
    padding-left: 20px !important;
  }
  .pr-cont-20 {
    padding-right: 20px !important;
  }
  .mb-cont-30 {
    margin-bottom: 30px !important;
  }
  .mt-cont-30 {
    margin-top: 30px !important;
  }
  .ml-cont-30 {
    margin-left: 30px !important;
  }
  .mr-cont-30 {
    margin-right: 30px !important;
  }
  .pb-cont-30 {
    padding-bottom: 30px !important;
  }
  .pt-cont-30 {
    padding-top: 30px !important;
  }
  .pl-cont-30 {
    padding-left: 30px !important;
  }
  .pr-cont-30 {
    padding-right: 30px !important;
  }
  .mb-cont-40 {
    margin-bottom: 40px !important;
  }
  .mt-cont-40 {
    margin-top: 40px !important;
  }
  .ml-cont-40 {
    margin-left: 40px !important;
  }
  .mr-cont-40 {
    margin-right: 40px !important;
  }
  .pb-cont-40 {
    padding-bottom: 40px !important;
  }
  .pt-cont-40 {
    padding-top: 40px !important;
  }
  .pl-cont-40 {
    padding-left: 40px !important;
  }
  .pr-cont-40 {
    padding-right: 40px !important;
  }
  .mb-cont-50 {
    margin-bottom: 50px !important;
  }
  .mt-cont-50 {
    margin-top: 50px !important;
  }
  .ml-cont-50 {
    margin-left: 50px !important;
  }
  .mr-cont-50 {
    margin-right: 50px !important;
  }
  .pb-cont-50 {
    padding-bottom: 50px !important;
  }
  .pt-cont-50 {
    padding-top: 50px !important;
  }
  .pl-cont-50 {
    padding-left: 50px !important;
  }
  .pr-cont-50 {
    padding-right: 50px !important;
  }
  .mb-cont-60 {
    margin-bottom: 60px !important;
  }
  .mt-cont-60 {
    margin-top: 60px !important;
  }
  .ml-cont-60 {
    margin-left: 60px !important;
  }
  .mr-cont-60 {
    margin-right: 60px !important;
  }
  .pb-cont-60 {
    padding-bottom: 60px !important;
  }
  .pt-cont-60 {
    padding-top: 60px !important;
  }
  .pl-cont-60 {
    padding-left: 60px !important;
  }
  .pr-cont-60 {
    padding-right: 60px !important;
  }
  .mb-cont-70 {
    margin-bottom: 70px !important;
  }
  .mt-cont-70 {
    margin-top: 70px !important;
  }
  .ml-cont-70 {
    margin-left: 70px !important;
  }
  .mr-cont-70 {
    margin-right: 70px !important;
  }
  .pb-cont-70 {
    padding-bottom: 70px !important;
  }
  .pt-cont-70 {
    padding-top: 70px !important;
  }
  .pl-cont-70 {
    padding-left: 70px !important;
  }
  .pr-cont-70 {
    padding-right: 70px !important;
  }
  .mb-cont-80 {
    margin-bottom: 80px !important;
  }
  .mt-cont-80 {
    margin-top: 80px !important;
  }
  .ml-cont-80 {
    margin-left: 80px !important;
  }
  .mr-cont-80 {
    margin-right: 80px !important;
  }
  .pb-cont-80 {
    padding-bottom: 80px !important;
  }
  .pt-cont-80 {
    padding-top: 80px !important;
  }
  .pl-cont-80 {
    padding-left: 80px !important;
  }
  .pr-cont-80 {
    padding-right: 80px !important;
  }
  .mb-cont-90 {
    margin-bottom: 90px !important;
  }
  .mt-cont-90 {
    margin-top: 90px !important;
  }
  .ml-cont-90 {
    margin-left: 90px !important;
  }
  .mr-cont-90 {
    margin-right: 90px !important;
  }
  .pb-cont-90 {
    padding-bottom: 90px !important;
  }
  .pt-cont-90 {
    padding-top: 90px !important;
  }
  .pl-cont-90 {
    padding-left: 90px !important;
  }
  .pr-cont-90 {
    padding-right: 90px !important;
  }
  .mb-cont-100 {
    margin-bottom: 100px !important;
  }
  .mt-cont-100 {
    margin-top: 100px !important;
  }
  .ml-cont-100 {
    margin-left: 100px !important;
  }
  .mr-cont-100 {
    margin-right: 100px !important;
  }
  .pb-cont-100 {
    padding-bottom: 100px !important;
  }
  .pt-cont-100 {
    padding-top: 100px !important;
  }
  .pl-cont-100 {
    padding-left: 100px !important;
  }
  .pr-cont-100 {
    padding-right: 100px !important;
  }
  .reset-cont {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .col-lg {
    flex: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: auto;
    max-width: 100%;
    width: auto;
  }
  /* Generate all column/offset classes */
  .col-lg-1 {
    flex: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 100%;
    max-width: 100%;
  }
  .off-lg-0 {
    margin-left: 0%;
  }
  .off-lg-1 {
    margin-left: 8.3333333333%;
  }
  .off-lg-2 {
    margin-left: 16.6666666667%;
  }
  .off-lg-3 {
    margin-left: 25%;
  }
  .off-lg-4 {
    margin-left: 33.3333333333%;
  }
  .off-lg-5 {
    margin-left: 41.6666666667%;
  }
  .off-lg-6 {
    margin-left: 50%;
  }
  .off-lg-7 {
    margin-left: 58.3333333333%;
  }
  .off-lg-8 {
    margin-left: 66.6666666667%;
  }
  .off-lg-9 {
    margin-left: 75%;
  }
  .off-lg-10 {
    margin-left: 83.3333333333%;
  }
  .off-lg-11 {
    margin-left: 91.6666666667%;
  }
  .off-lg-12 {
    margin-left: 100%;
  }
  /* Generate the extra classes */
  /* Generate all gap classes */
  .gap-lg-0,
  .gap-lg-0-x {
    margin-left: 0;
  }
  .gap-lg-0 > *,
  .gap-lg-0-x > * {
    padding-left: 0;
  }
  .gap-lg-0,
  .gap-lg-0-y {
    margin-top: 0;
  }
  .gap-lg-0 > *,
  .gap-lg-0-y > * {
    padding-top: 0;
  }
  .gap-lg-5,
  .gap-lg-5-x {
    margin-left: -5px;
  }
  .gap-lg-5 > *,
  .gap-lg-5-x > * {
    padding-left: 5px;
  }
  .gap-lg-5,
  .gap-lg-5-y {
    margin-top: -5px;
  }
  .gap-lg-5 > *,
  .gap-lg-5-y > * {
    padding-top: 5px;
  }
  .gap-lg-10,
  .gap-lg-10-x {
    margin-left: -10px;
  }
  .gap-lg-10 > *,
  .gap-lg-10-x > * {
    padding-left: 10px;
  }
  .gap-lg-10,
  .gap-lg-10-y {
    margin-top: -10px;
  }
  .gap-lg-10 > *,
  .gap-lg-10-y > * {
    padding-top: 10px;
  }
  .gap-lg-20,
  .gap-lg-20-x {
    margin-left: -20px;
  }
  .gap-lg-20 > *,
  .gap-lg-20-x > * {
    padding-left: 20px;
  }
  .gap-lg-20,
  .gap-lg-20-y {
    margin-top: -20px;
  }
  .gap-lg-20 > *,
  .gap-lg-20-y > * {
    padding-top: 20px;
  }
  .gap-lg-30,
  .gap-lg-30-x {
    margin-left: -30px;
  }
  .gap-lg-30 > *,
  .gap-lg-30-x > * {
    padding-left: 30px;
  }
  .gap-lg-30,
  .gap-lg-30-y {
    margin-top: -30px;
  }
  .gap-lg-30 > *,
  .gap-lg-30-y > * {
    padding-top: 30px;
  }
  .gap-lg-40,
  .gap-lg-40-x {
    margin-left: -40px;
  }
  .gap-lg-40 > *,
  .gap-lg-40-x > * {
    padding-left: 40px;
  }
  .gap-lg-40,
  .gap-lg-40-y {
    margin-top: -40px;
  }
  .gap-lg-40 > *,
  .gap-lg-40-y > * {
    padding-top: 40px;
  }
  .gap-lg-50,
  .gap-lg-50-x {
    margin-left: -50px;
  }
  .gap-lg-50 > *,
  .gap-lg-50-x > * {
    padding-left: 50px;
  }
  .gap-lg-50,
  .gap-lg-50-y {
    margin-top: -50px;
  }
  .gap-lg-50 > *,
  .gap-lg-50-y > * {
    padding-top: 50px;
  }
  .gap-lg-60,
  .gap-lg-60-x {
    margin-left: -60px;
  }
  .gap-lg-60 > *,
  .gap-lg-60-x > * {
    padding-left: 60px;
  }
  .gap-lg-60,
  .gap-lg-60-y {
    margin-top: -60px;
  }
  .gap-lg-60 > *,
  .gap-lg-60-y > * {
    padding-top: 60px;
  }
  .gap-lg-70,
  .gap-lg-70-x {
    margin-left: -70px;
  }
  .gap-lg-70 > *,
  .gap-lg-70-x > * {
    padding-left: 70px;
  }
  .gap-lg-70,
  .gap-lg-70-y {
    margin-top: -70px;
  }
  .gap-lg-70 > *,
  .gap-lg-70-y > * {
    padding-top: 70px;
  }
  .gap-lg-80,
  .gap-lg-80-x {
    margin-left: -80px;
  }
  .gap-lg-80 > *,
  .gap-lg-80-x > * {
    padding-left: 80px;
  }
  .gap-lg-80,
  .gap-lg-80-y {
    margin-top: -80px;
  }
  .gap-lg-80 > *,
  .gap-lg-80-y > * {
    padding-top: 80px;
  }
  .gap-lg-90,
  .gap-lg-90-x {
    margin-left: -90px;
  }
  .gap-lg-90 > *,
  .gap-lg-90-x > * {
    padding-left: 90px;
  }
  .gap-lg-90,
  .gap-lg-90-y {
    margin-top: -90px;
  }
  .gap-lg-90 > *,
  .gap-lg-90-y > * {
    padding-top: 90px;
  }
  .gap-lg-100,
  .gap-lg-100-x {
    margin-left: -100px;
  }
  .gap-lg-100 > *,
  .gap-lg-100-x > * {
    padding-left: 100px;
  }
  .gap-lg-100,
  .gap-lg-100-y {
    margin-top: -100px;
  }
  .gap-lg-100 > *,
  .gap-lg-100-y > * {
    padding-top: 100px;
  }
  /* Generate all gap classes */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  .pl-lg-5 {
    padding-left: 5px !important;
  }
  .pr-lg-5 {
    padding-right: 5px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
  .pr-lg-50 {
    padding-right: 50px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pl-lg-70 {
    padding-left: 70px !important;
  }
  .pr-lg-70 {
    padding-right: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pl-lg-90 {
    padding-left: 90px !important;
  }
  .pr-lg-90 {
    padding-right: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
  .reset-lg {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-md {
    flex: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: auto;
    max-width: 100%;
    width: auto;
  }
  /* Generate all column/offset classes */
  .col-md-1 {
    flex: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 100%;
    max-width: 100%;
  }
  .off-md-0 {
    margin-left: 0%;
  }
  .off-md-1 {
    margin-left: 8.3333333333%;
  }
  .off-md-2 {
    margin-left: 16.6666666667%;
  }
  .off-md-3 {
    margin-left: 25%;
  }
  .off-md-4 {
    margin-left: 33.3333333333%;
  }
  .off-md-5 {
    margin-left: 41.6666666667%;
  }
  .off-md-6 {
    margin-left: 50%;
  }
  .off-md-7 {
    margin-left: 58.3333333333%;
  }
  .off-md-8 {
    margin-left: 66.6666666667%;
  }
  .off-md-9 {
    margin-left: 75%;
  }
  .off-md-10 {
    margin-left: 83.3333333333%;
  }
  .off-md-11 {
    margin-left: 91.6666666667%;
  }
  .off-md-12 {
    margin-left: 100%;
  }
  /* Generate the extra classes */
  /* Generate all gap classes */
  .gap-md-0,
  .gap-md-0-x {
    margin-left: 0;
  }
  .gap-md-0 > *,
  .gap-md-0-x > * {
    padding-left: 0;
  }
  .gap-md-0,
  .gap-md-0-y {
    margin-top: 0;
  }
  .gap-md-0 > *,
  .gap-md-0-y > * {
    padding-top: 0;
  }
  .gap-md-5,
  .gap-md-5-x {
    margin-left: -5px;
  }
  .gap-md-5 > *,
  .gap-md-5-x > * {
    padding-left: 5px;
  }
  .gap-md-5,
  .gap-md-5-y {
    margin-top: -5px;
  }
  .gap-md-5 > *,
  .gap-md-5-y > * {
    padding-top: 5px;
  }
  .gap-md-10,
  .gap-md-10-x {
    margin-left: -10px;
  }
  .gap-md-10 > *,
  .gap-md-10-x > * {
    padding-left: 10px;
  }
  .gap-md-10,
  .gap-md-10-y {
    margin-top: -10px;
  }
  .gap-md-10 > *,
  .gap-md-10-y > * {
    padding-top: 10px;
  }
  .gap-md-20,
  .gap-md-20-x {
    margin-left: -20px;
  }
  .gap-md-20 > *,
  .gap-md-20-x > * {
    padding-left: 20px;
  }
  .gap-md-20,
  .gap-md-20-y {
    margin-top: -20px;
  }
  .gap-md-20 > *,
  .gap-md-20-y > * {
    padding-top: 20px;
  }
  .gap-md-30,
  .gap-md-30-x {
    margin-left: -30px;
  }
  .gap-md-30 > *,
  .gap-md-30-x > * {
    padding-left: 30px;
  }
  .gap-md-30,
  .gap-md-30-y {
    margin-top: -30px;
  }
  .gap-md-30 > *,
  .gap-md-30-y > * {
    padding-top: 30px;
  }
  .gap-md-40,
  .gap-md-40-x {
    margin-left: -40px;
  }
  .gap-md-40 > *,
  .gap-md-40-x > * {
    padding-left: 40px;
  }
  .gap-md-40,
  .gap-md-40-y {
    margin-top: -40px;
  }
  .gap-md-40 > *,
  .gap-md-40-y > * {
    padding-top: 40px;
  }
  .gap-md-50,
  .gap-md-50-x {
    margin-left: -50px;
  }
  .gap-md-50 > *,
  .gap-md-50-x > * {
    padding-left: 50px;
  }
  .gap-md-50,
  .gap-md-50-y {
    margin-top: -50px;
  }
  .gap-md-50 > *,
  .gap-md-50-y > * {
    padding-top: 50px;
  }
  .gap-md-60,
  .gap-md-60-x {
    margin-left: -60px;
  }
  .gap-md-60 > *,
  .gap-md-60-x > * {
    padding-left: 60px;
  }
  .gap-md-60,
  .gap-md-60-y {
    margin-top: -60px;
  }
  .gap-md-60 > *,
  .gap-md-60-y > * {
    padding-top: 60px;
  }
  .gap-md-70,
  .gap-md-70-x {
    margin-left: -70px;
  }
  .gap-md-70 > *,
  .gap-md-70-x > * {
    padding-left: 70px;
  }
  .gap-md-70,
  .gap-md-70-y {
    margin-top: -70px;
  }
  .gap-md-70 > *,
  .gap-md-70-y > * {
    padding-top: 70px;
  }
  .gap-md-80,
  .gap-md-80-x {
    margin-left: -80px;
  }
  .gap-md-80 > *,
  .gap-md-80-x > * {
    padding-left: 80px;
  }
  .gap-md-80,
  .gap-md-80-y {
    margin-top: -80px;
  }
  .gap-md-80 > *,
  .gap-md-80-y > * {
    padding-top: 80px;
  }
  .gap-md-90,
  .gap-md-90-x {
    margin-left: -90px;
  }
  .gap-md-90 > *,
  .gap-md-90-x > * {
    padding-left: 90px;
  }
  .gap-md-90,
  .gap-md-90-y {
    margin-top: -90px;
  }
  .gap-md-90 > *,
  .gap-md-90-y > * {
    padding-top: 90px;
  }
  .gap-md-100,
  .gap-md-100-x {
    margin-left: -100px;
  }
  .gap-md-100 > *,
  .gap-md-100-x > * {
    padding-left: 100px;
  }
  .gap-md-100,
  .gap-md-100-y {
    margin-top: -100px;
  }
  .gap-md-100 > *,
  .gap-md-100-y > * {
    padding-top: 100px;
  }
  /* Generate all gap classes */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pl-md-5 {
    padding-left: 5px !important;
  }
  .pr-md-5 {
    padding-right: 5px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pl-md-70 {
    padding-left: 70px !important;
  }
  .pr-md-70 {
    padding-right: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pl-md-90 {
    padding-left: 90px !important;
  }
  .pr-md-90 {
    padding-right: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
  .reset-md {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .col-sm {
    flex: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: auto;
    max-width: 100%;
    width: auto;
  }
  /* Generate all column/offset classes */
  .col-sm-1 {
    flex: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 100%;
    max-width: 100%;
  }
  .off-sm-0 {
    margin-left: 0%;
  }
  .off-sm-1 {
    margin-left: 8.3333333333%;
  }
  .off-sm-2 {
    margin-left: 16.6666666667%;
  }
  .off-sm-3 {
    margin-left: 25%;
  }
  .off-sm-4 {
    margin-left: 33.3333333333%;
  }
  .off-sm-5 {
    margin-left: 41.6666666667%;
  }
  .off-sm-6 {
    margin-left: 50%;
  }
  .off-sm-7 {
    margin-left: 58.3333333333%;
  }
  .off-sm-8 {
    margin-left: 66.6666666667%;
  }
  .off-sm-9 {
    margin-left: 75%;
  }
  .off-sm-10 {
    margin-left: 83.3333333333%;
  }
  .off-sm-11 {
    margin-left: 91.6666666667%;
  }
  .off-sm-12 {
    margin-left: 100%;
  }
  /* Generate the extra classes */
  /* Generate all gap classes */
  .gap-sm-0,
  .gap-sm-0-x {
    margin-left: 0;
  }
  .gap-sm-0 > *,
  .gap-sm-0-x > * {
    padding-left: 0;
  }
  .gap-sm-0,
  .gap-sm-0-y {
    margin-top: 0;
  }
  .gap-sm-0 > *,
  .gap-sm-0-y > * {
    padding-top: 0;
  }
  .gap-sm-5,
  .gap-sm-5-x {
    margin-left: -5px;
  }
  .gap-sm-5 > *,
  .gap-sm-5-x > * {
    padding-left: 5px;
  }
  .gap-sm-5,
  .gap-sm-5-y {
    margin-top: -5px;
  }
  .gap-sm-5 > *,
  .gap-sm-5-y > * {
    padding-top: 5px;
  }
  .gap-sm-10,
  .gap-sm-10-x {
    margin-left: -10px;
  }
  .gap-sm-10 > *,
  .gap-sm-10-x > * {
    padding-left: 10px;
  }
  .gap-sm-10,
  .gap-sm-10-y {
    margin-top: -10px;
  }
  .gap-sm-10 > *,
  .gap-sm-10-y > * {
    padding-top: 10px;
  }
  .gap-sm-20,
  .gap-sm-20-x {
    margin-left: -20px;
  }
  .gap-sm-20 > *,
  .gap-sm-20-x > * {
    padding-left: 20px;
  }
  .gap-sm-20,
  .gap-sm-20-y {
    margin-top: -20px;
  }
  .gap-sm-20 > *,
  .gap-sm-20-y > * {
    padding-top: 20px;
  }
  .gap-sm-30,
  .gap-sm-30-x {
    margin-left: -30px;
  }
  .gap-sm-30 > *,
  .gap-sm-30-x > * {
    padding-left: 30px;
  }
  .gap-sm-30,
  .gap-sm-30-y {
    margin-top: -30px;
  }
  .gap-sm-30 > *,
  .gap-sm-30-y > * {
    padding-top: 30px;
  }
  .gap-sm-40,
  .gap-sm-40-x {
    margin-left: -40px;
  }
  .gap-sm-40 > *,
  .gap-sm-40-x > * {
    padding-left: 40px;
  }
  .gap-sm-40,
  .gap-sm-40-y {
    margin-top: -40px;
  }
  .gap-sm-40 > *,
  .gap-sm-40-y > * {
    padding-top: 40px;
  }
  .gap-sm-50,
  .gap-sm-50-x {
    margin-left: -50px;
  }
  .gap-sm-50 > *,
  .gap-sm-50-x > * {
    padding-left: 50px;
  }
  .gap-sm-50,
  .gap-sm-50-y {
    margin-top: -50px;
  }
  .gap-sm-50 > *,
  .gap-sm-50-y > * {
    padding-top: 50px;
  }
  .gap-sm-60,
  .gap-sm-60-x {
    margin-left: -60px;
  }
  .gap-sm-60 > *,
  .gap-sm-60-x > * {
    padding-left: 60px;
  }
  .gap-sm-60,
  .gap-sm-60-y {
    margin-top: -60px;
  }
  .gap-sm-60 > *,
  .gap-sm-60-y > * {
    padding-top: 60px;
  }
  .gap-sm-70,
  .gap-sm-70-x {
    margin-left: -70px;
  }
  .gap-sm-70 > *,
  .gap-sm-70-x > * {
    padding-left: 70px;
  }
  .gap-sm-70,
  .gap-sm-70-y {
    margin-top: -70px;
  }
  .gap-sm-70 > *,
  .gap-sm-70-y > * {
    padding-top: 70px;
  }
  .gap-sm-80,
  .gap-sm-80-x {
    margin-left: -80px;
  }
  .gap-sm-80 > *,
  .gap-sm-80-x > * {
    padding-left: 80px;
  }
  .gap-sm-80,
  .gap-sm-80-y {
    margin-top: -80px;
  }
  .gap-sm-80 > *,
  .gap-sm-80-y > * {
    padding-top: 80px;
  }
  .gap-sm-90,
  .gap-sm-90-x {
    margin-left: -90px;
  }
  .gap-sm-90 > *,
  .gap-sm-90-x > * {
    padding-left: 90px;
  }
  .gap-sm-90,
  .gap-sm-90-y {
    margin-top: -90px;
  }
  .gap-sm-90 > *,
  .gap-sm-90-y > * {
    padding-top: 90px;
  }
  .gap-sm-100,
  .gap-sm-100-x {
    margin-left: -100px;
  }
  .gap-sm-100 > *,
  .gap-sm-100-x > * {
    padding-left: 100px;
  }
  .gap-sm-100,
  .gap-sm-100-y {
    margin-top: -100px;
  }
  .gap-sm-100 > *,
  .gap-sm-100-y > * {
    padding-top: 100px;
  }
  /* Generate all gap classes */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .reset-sm {
    margin-left: 0;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.row--hcenter {
  justify-content: center;
}
.row--vcenter {
  align-items: center;
}

/**
 * A small hack so we don't have to include max-width
 * with the appropriate percentage everywhere (less file size)
 *
 * Generally it works but it seems to fail when a col is
 * alone in its row (it will expand to 100%)
 */
/**
 * Builders
 */
/**
 * Generate everything
 */
.col {
  flex: 1;
  max-width: 100%;
}

.col-auto {
  flex: auto;
  max-width: 100%;
  width: auto;
}

/* Generate all column/offset classes */
.col-1 {
  flex: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 25%;
  max-width: 25%;
}

.col-4 {
  flex: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 50%;
  max-width: 50%;
}

.col-7 {
  flex: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 75%;
  max-width: 75%;
}

.col-10 {
  flex: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 100%;
  max-width: 100%;
}

.off-0 {
  margin-left: 0%;
}

.off-1 {
  margin-left: 8.3333333333%;
}

.off-2 {
  margin-left: 16.6666666667%;
}

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

.off-4 {
  margin-left: 33.3333333333%;
}

.off-5 {
  margin-left: 41.6666666667%;
}

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

.off-7 {
  margin-left: 58.3333333333%;
}

.off-8 {
  margin-left: 66.6666666667%;
}

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

.off-10 {
  margin-left: 83.3333333333%;
}

.off-11 {
  margin-left: 91.6666666667%;
}

.off-12 {
  margin-left: 100%;
}

/* Generate the extra classes */
/* Generate all gap classes */
.gap-0,
.gap-0-x {
  margin-left: 0;
}
.gap-0 > *,
.gap-0-x > * {
  padding-left: 0;
}

.gap-0,
.gap-0-y {
  margin-top: 0;
}
.gap-0 > *,
.gap-0-y > * {
  padding-top: 0;
}

.gap-5,
.gap-5-x {
  margin-left: -5px;
}
.gap-5 > *,
.gap-5-x > * {
  padding-left: 5px;
}

.gap-5,
.gap-5-y {
  margin-top: -5px;
}
.gap-5 > *,
.gap-5-y > * {
  padding-top: 5px;
}

.gap-10,
.gap-10-x {
  margin-left: -10px;
}
.gap-10 > *,
.gap-10-x > * {
  padding-left: 10px;
}

.gap-10,
.gap-10-y {
  margin-top: -10px;
}
.gap-10 > *,
.gap-10-y > * {
  padding-top: 10px;
}

.gap-20,
.gap-20-x {
  margin-left: -20px;
}
.gap-20 > *,
.gap-20-x > * {
  padding-left: 20px;
}

.gap-20,
.gap-20-y {
  margin-top: -20px;
}
.gap-20 > *,
.gap-20-y > * {
  padding-top: 20px;
}

.gap-30,
.gap-30-x {
  margin-left: -30px;
}
.gap-30 > *,
.gap-30-x > * {
  padding-left: 30px;
}

.gap-30,
.gap-30-y {
  margin-top: -30px;
}
.gap-30 > *,
.gap-30-y > * {
  padding-top: 30px;
}

.gap-40,
.gap-40-x {
  margin-left: -40px;
}
.gap-40 > *,
.gap-40-x > * {
  padding-left: 40px;
}

.gap-40,
.gap-40-y {
  margin-top: -40px;
}
.gap-40 > *,
.gap-40-y > * {
  padding-top: 40px;
}

.gap-50,
.gap-50-x {
  margin-left: -50px;
}
.gap-50 > *,
.gap-50-x > * {
  padding-left: 50px;
}

.gap-50,
.gap-50-y {
  margin-top: -50px;
}
.gap-50 > *,
.gap-50-y > * {
  padding-top: 50px;
}

.gap-60,
.gap-60-x {
  margin-left: -60px;
}
.gap-60 > *,
.gap-60-x > * {
  padding-left: 60px;
}

.gap-60,
.gap-60-y {
  margin-top: -60px;
}
.gap-60 > *,
.gap-60-y > * {
  padding-top: 60px;
}

.gap-70,
.gap-70-x {
  margin-left: -70px;
}
.gap-70 > *,
.gap-70-x > * {
  padding-left: 70px;
}

.gap-70,
.gap-70-y {
  margin-top: -70px;
}
.gap-70 > *,
.gap-70-y > * {
  padding-top: 70px;
}

.gap-80,
.gap-80-x {
  margin-left: -80px;
}
.gap-80 > *,
.gap-80-x > * {
  padding-left: 80px;
}

.gap-80,
.gap-80-y {
  margin-top: -80px;
}
.gap-80 > *,
.gap-80-y > * {
  padding-top: 80px;
}

.gap-90,
.gap-90-x {
  margin-left: -90px;
}
.gap-90 > *,
.gap-90-x > * {
  padding-left: 90px;
}

.gap-90,
.gap-90-y {
  margin-top: -90px;
}
.gap-90 > *,
.gap-90-y > * {
  padding-top: 90px;
}

.gap-100,
.gap-100-x {
  margin-left: -100px;
}
.gap-100 > *,
.gap-100-x > * {
  padding-left: 100px;
}

.gap-100,
.gap-100-y {
  margin-top: -100px;
}
.gap-100 > *,
.gap-100-y > * {
  padding-top: 100px;
}

/* Generate all gap classes */
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

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

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

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

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

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

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

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

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

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

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

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

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

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

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

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

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

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

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

.mt-60 {
  margin-top: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

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

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

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

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

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

.mb-80 {
  margin-bottom: 80px !important;
}

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

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

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

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

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

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

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

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

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

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

/* Generate all responsive steps */
@media screen and (max-width: 1440px) {
  .col-xl {
    flex: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: auto;
    max-width: 100%;
    width: auto;
  }
  /* Generate all column/offset classes */
  .col-xl-1 {
    flex: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 100%;
    max-width: 100%;
  }
  .off-xl-0 {
    margin-left: 0%;
  }
  .off-xl-1 {
    margin-left: 8.3333333333%;
  }
  .off-xl-2 {
    margin-left: 16.6666666667%;
  }
  .off-xl-3 {
    margin-left: 25%;
  }
  .off-xl-4 {
    margin-left: 33.3333333333%;
  }
  .off-xl-5 {
    margin-left: 41.6666666667%;
  }
  .off-xl-6 {
    margin-left: 50%;
  }
  .off-xl-7 {
    margin-left: 58.3333333333%;
  }
  .off-xl-8 {
    margin-left: 66.6666666667%;
  }
  .off-xl-9 {
    margin-left: 75%;
  }
  .off-xl-10 {
    margin-left: 83.3333333333%;
  }
  .off-xl-11 {
    margin-left: 91.6666666667%;
  }
  .off-xl-12 {
    margin-left: 100%;
  }
  /* Generate the extra classes */
  /* Generate all gap classes */
  .gap-xl-0,
  .gap-xl-0-x {
    margin-left: 0;
  }
  .gap-xl-0 > *,
  .gap-xl-0-x > * {
    padding-left: 0;
  }
  .gap-xl-0,
  .gap-xl-0-y {
    margin-top: 0;
  }
  .gap-xl-0 > *,
  .gap-xl-0-y > * {
    padding-top: 0;
  }
  .gap-xl-5,
  .gap-xl-5-x {
    margin-left: -5px;
  }
  .gap-xl-5 > *,
  .gap-xl-5-x > * {
    padding-left: 5px;
  }
  .gap-xl-5,
  .gap-xl-5-y {
    margin-top: -5px;
  }
  .gap-xl-5 > *,
  .gap-xl-5-y > * {
    padding-top: 5px;
  }
  .gap-xl-10,
  .gap-xl-10-x {
    margin-left: -10px;
  }
  .gap-xl-10 > *,
  .gap-xl-10-x > * {
    padding-left: 10px;
  }
  .gap-xl-10,
  .gap-xl-10-y {
    margin-top: -10px;
  }
  .gap-xl-10 > *,
  .gap-xl-10-y > * {
    padding-top: 10px;
  }
  .gap-xl-20,
  .gap-xl-20-x {
    margin-left: -20px;
  }
  .gap-xl-20 > *,
  .gap-xl-20-x > * {
    padding-left: 20px;
  }
  .gap-xl-20,
  .gap-xl-20-y {
    margin-top: -20px;
  }
  .gap-xl-20 > *,
  .gap-xl-20-y > * {
    padding-top: 20px;
  }
  .gap-xl-30,
  .gap-xl-30-x {
    margin-left: -30px;
  }
  .gap-xl-30 > *,
  .gap-xl-30-x > * {
    padding-left: 30px;
  }
  .gap-xl-30,
  .gap-xl-30-y {
    margin-top: -30px;
  }
  .gap-xl-30 > *,
  .gap-xl-30-y > * {
    padding-top: 30px;
  }
  .gap-xl-40,
  .gap-xl-40-x {
    margin-left: -40px;
  }
  .gap-xl-40 > *,
  .gap-xl-40-x > * {
    padding-left: 40px;
  }
  .gap-xl-40,
  .gap-xl-40-y {
    margin-top: -40px;
  }
  .gap-xl-40 > *,
  .gap-xl-40-y > * {
    padding-top: 40px;
  }
  .gap-xl-50,
  .gap-xl-50-x {
    margin-left: -50px;
  }
  .gap-xl-50 > *,
  .gap-xl-50-x > * {
    padding-left: 50px;
  }
  .gap-xl-50,
  .gap-xl-50-y {
    margin-top: -50px;
  }
  .gap-xl-50 > *,
  .gap-xl-50-y > * {
    padding-top: 50px;
  }
  .gap-xl-60,
  .gap-xl-60-x {
    margin-left: -60px;
  }
  .gap-xl-60 > *,
  .gap-xl-60-x > * {
    padding-left: 60px;
  }
  .gap-xl-60,
  .gap-xl-60-y {
    margin-top: -60px;
  }
  .gap-xl-60 > *,
  .gap-xl-60-y > * {
    padding-top: 60px;
  }
  .gap-xl-70,
  .gap-xl-70-x {
    margin-left: -70px;
  }
  .gap-xl-70 > *,
  .gap-xl-70-x > * {
    padding-left: 70px;
  }
  .gap-xl-70,
  .gap-xl-70-y {
    margin-top: -70px;
  }
  .gap-xl-70 > *,
  .gap-xl-70-y > * {
    padding-top: 70px;
  }
  .gap-xl-80,
  .gap-xl-80-x {
    margin-left: -80px;
  }
  .gap-xl-80 > *,
  .gap-xl-80-x > * {
    padding-left: 80px;
  }
  .gap-xl-80,
  .gap-xl-80-y {
    margin-top: -80px;
  }
  .gap-xl-80 > *,
  .gap-xl-80-y > * {
    padding-top: 80px;
  }
  .gap-xl-90,
  .gap-xl-90-x {
    margin-left: -90px;
  }
  .gap-xl-90 > *,
  .gap-xl-90-x > * {
    padding-left: 90px;
  }
  .gap-xl-90,
  .gap-xl-90-y {
    margin-top: -90px;
  }
  .gap-xl-90 > *,
  .gap-xl-90-y > * {
    padding-top: 90px;
  }
  .gap-xl-100,
  .gap-xl-100-x {
    margin-left: -100px;
  }
  .gap-xl-100 > *,
  .gap-xl-100-x > * {
    padding-left: 100px;
  }
  .gap-xl-100,
  .gap-xl-100-y {
    margin-top: -100px;
  }
  .gap-xl-100 > *,
  .gap-xl-100-y > * {
    padding-top: 100px;
  }
  /* Generate all gap classes */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  .pl-xl-5 {
    padding-left: 5px !important;
  }
  .pr-xl-5 {
    padding-right: 5px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pl-xl-10 {
    padding-left: 10px !important;
  }
  .pr-xl-10 {
    padding-right: 10px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pl-xl-30 {
    padding-left: 30px !important;
  }
  .pr-xl-30 {
    padding-right: 30px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pl-xl-50 {
    padding-left: 50px !important;
  }
  .pr-xl-50 {
    padding-right: 50px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pl-xl-60 {
    padding-left: 60px !important;
  }
  .pr-xl-60 {
    padding-right: 60px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .ml-xl-70 {
    margin-left: 70px !important;
  }
  .mr-xl-70 {
    margin-right: 70px !important;
  }
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
  .pt-xl-70 {
    padding-top: 70px !important;
  }
  .pl-xl-70 {
    padding-left: 70px !important;
  }
  .pr-xl-70 {
    padding-right: 70px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pl-xl-80 {
    padding-left: 80px !important;
  }
  .pr-xl-80 {
    padding-right: 80px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .ml-xl-90 {
    margin-left: 90px !important;
  }
  .mr-xl-90 {
    margin-right: 90px !important;
  }
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  .pl-xl-90 {
    padding-left: 90px !important;
  }
  .pr-xl-90 {
    padding-right: 90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  .mr-xl-100 {
    margin-right: 100px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pl-xl-100 {
    padding-left: 100px !important;
  }
  .pr-xl-100 {
    padding-right: 100px !important;
  }
  .reset-xl {
    margin-left: 0;
  }
}
@media screen and (max-width: 1290px) {
  .col-cont {
    flex: 1;
    max-width: 100%;
  }
  .col-cont-auto {
    flex: auto;
    max-width: 100%;
    width: auto;
  }
  /* Generate all column/offset classes */
  .col-cont-1 {
    flex: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-cont-2 {
    flex: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-cont-3 {
    flex: 25%;
    max-width: 25%;
  }
  .col-cont-4 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-cont-5 {
    flex: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-cont-6 {
    flex: 50%;
    max-width: 50%;
  }
  .col-cont-7 {
    flex: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-cont-8 {
    flex: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-cont-9 {
    flex: 75%;
    max-width: 75%;
  }
  .col-cont-10 {
    flex: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-cont-11 {
    flex: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-cont-12 {
    flex: 100%;
    max-width: 100%;
  }
  .off-cont-0 {
    margin-left: 0%;
  }
  .off-cont-1 {
    margin-left: 8.3333333333%;
  }
  .off-cont-2 {
    margin-left: 16.6666666667%;
  }
  .off-cont-3 {
    margin-left: 25%;
  }
  .off-cont-4 {
    margin-left: 33.3333333333%;
  }
  .off-cont-5 {
    margin-left: 41.6666666667%;
  }
  .off-cont-6 {
    margin-left: 50%;
  }
  .off-cont-7 {
    margin-left: 58.3333333333%;
  }
  .off-cont-8 {
    margin-left: 66.6666666667%;
  }
  .off-cont-9 {
    margin-left: 75%;
  }
  .off-cont-10 {
    margin-left: 83.3333333333%;
  }
  .off-cont-11 {
    margin-left: 91.6666666667%;
  }
  .off-cont-12 {
    margin-left: 100%;
  }
  /* Generate the extra classes */
  /* Generate all gap classes */
  .gap-cont-0,
  .gap-cont-0-x {
    margin-left: 0;
  }
  .gap-cont-0 > *,
  .gap-cont-0-x > * {
    padding-left: 0;
  }
  .gap-cont-0,
  .gap-cont-0-y {
    margin-top: 0;
  }
  .gap-cont-0 > *,
  .gap-cont-0-y > * {
    padding-top: 0;
  }
  .gap-cont-5,
  .gap-cont-5-x {
    margin-left: -5px;
  }
  .gap-cont-5 > *,
  .gap-cont-5-x > * {
    padding-left: 5px;
  }
  .gap-cont-5,
  .gap-cont-5-y {
    margin-top: -5px;
  }
  .gap-cont-5 > *,
  .gap-cont-5-y > * {
    padding-top: 5px;
  }
  .gap-cont-10,
  .gap-cont-10-x {
    margin-left: -10px;
  }
  .gap-cont-10 > *,
  .gap-cont-10-x > * {
    padding-left: 10px;
  }
  .gap-cont-10,
  .gap-cont-10-y {
    margin-top: -10px;
  }
  .gap-cont-10 > *,
  .gap-cont-10-y > * {
    padding-top: 10px;
  }
  .gap-cont-20,
  .gap-cont-20-x {
    margin-left: -20px;
  }
  .gap-cont-20 > *,
  .gap-cont-20-x > * {
    padding-left: 20px;
  }
  .gap-cont-20,
  .gap-cont-20-y {
    margin-top: -20px;
  }
  .gap-cont-20 > *,
  .gap-cont-20-y > * {
    padding-top: 20px;
  }
  .gap-cont-30,
  .gap-cont-30-x {
    margin-left: -30px;
  }
  .gap-cont-30 > *,
  .gap-cont-30-x > * {
    padding-left: 30px;
  }
  .gap-cont-30,
  .gap-cont-30-y {
    margin-top: -30px;
  }
  .gap-cont-30 > *,
  .gap-cont-30-y > * {
    padding-top: 30px;
  }
  .gap-cont-40,
  .gap-cont-40-x {
    margin-left: -40px;
  }
  .gap-cont-40 > *,
  .gap-cont-40-x > * {
    padding-left: 40px;
  }
  .gap-cont-40,
  .gap-cont-40-y {
    margin-top: -40px;
  }
  .gap-cont-40 > *,
  .gap-cont-40-y > * {
    padding-top: 40px;
  }
  .gap-cont-50,
  .gap-cont-50-x {
    margin-left: -50px;
  }
  .gap-cont-50 > *,
  .gap-cont-50-x > * {
    padding-left: 50px;
  }
  .gap-cont-50,
  .gap-cont-50-y {
    margin-top: -50px;
  }
  .gap-cont-50 > *,
  .gap-cont-50-y > * {
    padding-top: 50px;
  }
  .gap-cont-60,
  .gap-cont-60-x {
    margin-left: -60px;
  }
  .gap-cont-60 > *,
  .gap-cont-60-x > * {
    padding-left: 60px;
  }
  .gap-cont-60,
  .gap-cont-60-y {
    margin-top: -60px;
  }
  .gap-cont-60 > *,
  .gap-cont-60-y > * {
    padding-top: 60px;
  }
  .gap-cont-70,
  .gap-cont-70-x {
    margin-left: -70px;
  }
  .gap-cont-70 > *,
  .gap-cont-70-x > * {
    padding-left: 70px;
  }
  .gap-cont-70,
  .gap-cont-70-y {
    margin-top: -70px;
  }
  .gap-cont-70 > *,
  .gap-cont-70-y > * {
    padding-top: 70px;
  }
  .gap-cont-80,
  .gap-cont-80-x {
    margin-left: -80px;
  }
  .gap-cont-80 > *,
  .gap-cont-80-x > * {
    padding-left: 80px;
  }
  .gap-cont-80,
  .gap-cont-80-y {
    margin-top: -80px;
  }
  .gap-cont-80 > *,
  .gap-cont-80-y > * {
    padding-top: 80px;
  }
  .gap-cont-90,
  .gap-cont-90-x {
    margin-left: -90px;
  }
  .gap-cont-90 > *,
  .gap-cont-90-x > * {
    padding-left: 90px;
  }
  .gap-cont-90,
  .gap-cont-90-y {
    margin-top: -90px;
  }
  .gap-cont-90 > *,
  .gap-cont-90-y > * {
    padding-top: 90px;
  }
  .gap-cont-100,
  .gap-cont-100-x {
    margin-left: -100px;
  }
  .gap-cont-100 > *,
  .gap-cont-100-x > * {
    padding-left: 100px;
  }
  .gap-cont-100,
  .gap-cont-100-y {
    margin-top: -100px;
  }
  .gap-cont-100 > *,
  .gap-cont-100-y > * {
    padding-top: 100px;
  }
  /* Generate all gap classes */
  .mb-cont-0 {
    margin-bottom: 0 !important;
  }
  .mt-cont-0 {
    margin-top: 0 !important;
  }
  .ml-cont-0 {
    margin-left: 0 !important;
  }
  .mr-cont-0 {
    margin-right: 0 !important;
  }
  .pb-cont-0 {
    padding-bottom: 0 !important;
  }
  .pt-cont-0 {
    padding-top: 0 !important;
  }
  .pl-cont-0 {
    padding-left: 0 !important;
  }
  .pr-cont-0 {
    padding-right: 0 !important;
  }
  .mb-cont-5 {
    margin-bottom: 5px !important;
  }
  .mt-cont-5 {
    margin-top: 5px !important;
  }
  .ml-cont-5 {
    margin-left: 5px !important;
  }
  .mr-cont-5 {
    margin-right: 5px !important;
  }
  .pb-cont-5 {
    padding-bottom: 5px !important;
  }
  .pt-cont-5 {
    padding-top: 5px !important;
  }
  .pl-cont-5 {
    padding-left: 5px !important;
  }
  .pr-cont-5 {
    padding-right: 5px !important;
  }
  .mb-cont-10 {
    margin-bottom: 10px !important;
  }
  .mt-cont-10 {
    margin-top: 10px !important;
  }
  .ml-cont-10 {
    margin-left: 10px !important;
  }
  .mr-cont-10 {
    margin-right: 10px !important;
  }
  .pb-cont-10 {
    padding-bottom: 10px !important;
  }
  .pt-cont-10 {
    padding-top: 10px !important;
  }
  .pl-cont-10 {
    padding-left: 10px !important;
  }
  .pr-cont-10 {
    padding-right: 10px !important;
  }
  .mb-cont-20 {
    margin-bottom: 20px !important;
  }
  .mt-cont-20 {
    margin-top: 20px !important;
  }
  .ml-cont-20 {
    margin-left: 20px !important;
  }
  .mr-cont-20 {
    margin-right: 20px !important;
  }
  .pb-cont-20 {
    padding-bottom: 20px !important;
  }
  .pt-cont-20 {
    padding-top: 20px !important;
  }
  .pl-cont-20 {
    padding-left: 20px !important;
  }
  .pr-cont-20 {
    padding-right: 20px !important;
  }
  .mb-cont-30 {
    margin-bottom: 30px !important;
  }
  .mt-cont-30 {
    margin-top: 30px !important;
  }
  .ml-cont-30 {
    margin-left: 30px !important;
  }
  .mr-cont-30 {
    margin-right: 30px !important;
  }
  .pb-cont-30 {
    padding-bottom: 30px !important;
  }
  .pt-cont-30 {
    padding-top: 30px !important;
  }
  .pl-cont-30 {
    padding-left: 30px !important;
  }
  .pr-cont-30 {
    padding-right: 30px !important;
  }
  .mb-cont-40 {
    margin-bottom: 40px !important;
  }
  .mt-cont-40 {
    margin-top: 40px !important;
  }
  .ml-cont-40 {
    margin-left: 40px !important;
  }
  .mr-cont-40 {
    margin-right: 40px !important;
  }
  .pb-cont-40 {
    padding-bottom: 40px !important;
  }
  .pt-cont-40 {
    padding-top: 40px !important;
  }
  .pl-cont-40 {
    padding-left: 40px !important;
  }
  .pr-cont-40 {
    padding-right: 40px !important;
  }
  .mb-cont-50 {
    margin-bottom: 50px !important;
  }
  .mt-cont-50 {
    margin-top: 50px !important;
  }
  .ml-cont-50 {
    margin-left: 50px !important;
  }
  .mr-cont-50 {
    margin-right: 50px !important;
  }
  .pb-cont-50 {
    padding-bottom: 50px !important;
  }
  .pt-cont-50 {
    padding-top: 50px !important;
  }
  .pl-cont-50 {
    padding-left: 50px !important;
  }
  .pr-cont-50 {
    padding-right: 50px !important;
  }
  .mb-cont-60 {
    margin-bottom: 60px !important;
  }
  .mt-cont-60 {
    margin-top: 60px !important;
  }
  .ml-cont-60 {
    margin-left: 60px !important;
  }
  .mr-cont-60 {
    margin-right: 60px !important;
  }
  .pb-cont-60 {
    padding-bottom: 60px !important;
  }
  .pt-cont-60 {
    padding-top: 60px !important;
  }
  .pl-cont-60 {
    padding-left: 60px !important;
  }
  .pr-cont-60 {
    padding-right: 60px !important;
  }
  .mb-cont-70 {
    margin-bottom: 70px !important;
  }
  .mt-cont-70 {
    margin-top: 70px !important;
  }
  .ml-cont-70 {
    margin-left: 70px !important;
  }
  .mr-cont-70 {
    margin-right: 70px !important;
  }
  .pb-cont-70 {
    padding-bottom: 70px !important;
  }
  .pt-cont-70 {
    padding-top: 70px !important;
  }
  .pl-cont-70 {
    padding-left: 70px !important;
  }
  .pr-cont-70 {
    padding-right: 70px !important;
  }
  .mb-cont-80 {
    margin-bottom: 80px !important;
  }
  .mt-cont-80 {
    margin-top: 80px !important;
  }
  .ml-cont-80 {
    margin-left: 80px !important;
  }
  .mr-cont-80 {
    margin-right: 80px !important;
  }
  .pb-cont-80 {
    padding-bottom: 80px !important;
  }
  .pt-cont-80 {
    padding-top: 80px !important;
  }
  .pl-cont-80 {
    padding-left: 80px !important;
  }
  .pr-cont-80 {
    padding-right: 80px !important;
  }
  .mb-cont-90 {
    margin-bottom: 90px !important;
  }
  .mt-cont-90 {
    margin-top: 90px !important;
  }
  .ml-cont-90 {
    margin-left: 90px !important;
  }
  .mr-cont-90 {
    margin-right: 90px !important;
  }
  .pb-cont-90 {
    padding-bottom: 90px !important;
  }
  .pt-cont-90 {
    padding-top: 90px !important;
  }
  .pl-cont-90 {
    padding-left: 90px !important;
  }
  .pr-cont-90 {
    padding-right: 90px !important;
  }
  .mb-cont-100 {
    margin-bottom: 100px !important;
  }
  .mt-cont-100 {
    margin-top: 100px !important;
  }
  .ml-cont-100 {
    margin-left: 100px !important;
  }
  .mr-cont-100 {
    margin-right: 100px !important;
  }
  .pb-cont-100 {
    padding-bottom: 100px !important;
  }
  .pt-cont-100 {
    padding-top: 100px !important;
  }
  .pl-cont-100 {
    padding-left: 100px !important;
  }
  .pr-cont-100 {
    padding-right: 100px !important;
  }
  .reset-cont {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .col-lg {
    flex: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: auto;
    max-width: 100%;
    width: auto;
  }
  /* Generate all column/offset classes */
  .col-lg-1 {
    flex: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 100%;
    max-width: 100%;
  }
  .off-lg-0 {
    margin-left: 0%;
  }
  .off-lg-1 {
    margin-left: 8.3333333333%;
  }
  .off-lg-2 {
    margin-left: 16.6666666667%;
  }
  .off-lg-3 {
    margin-left: 25%;
  }
  .off-lg-4 {
    margin-left: 33.3333333333%;
  }
  .off-lg-5 {
    margin-left: 41.6666666667%;
  }
  .off-lg-6 {
    margin-left: 50%;
  }
  .off-lg-7 {
    margin-left: 58.3333333333%;
  }
  .off-lg-8 {
    margin-left: 66.6666666667%;
  }
  .off-lg-9 {
    margin-left: 75%;
  }
  .off-lg-10 {
    margin-left: 83.3333333333%;
  }
  .off-lg-11 {
    margin-left: 91.6666666667%;
  }
  .off-lg-12 {
    margin-left: 100%;
  }
  /* Generate the extra classes */
  /* Generate all gap classes */
  .gap-lg-0,
  .gap-lg-0-x {
    margin-left: 0;
  }
  .gap-lg-0 > *,
  .gap-lg-0-x > * {
    padding-left: 0;
  }
  .gap-lg-0,
  .gap-lg-0-y {
    margin-top: 0;
  }
  .gap-lg-0 > *,
  .gap-lg-0-y > * {
    padding-top: 0;
  }
  .gap-lg-5,
  .gap-lg-5-x {
    margin-left: -5px;
  }
  .gap-lg-5 > *,
  .gap-lg-5-x > * {
    padding-left: 5px;
  }
  .gap-lg-5,
  .gap-lg-5-y {
    margin-top: -5px;
  }
  .gap-lg-5 > *,
  .gap-lg-5-y > * {
    padding-top: 5px;
  }
  .gap-lg-10,
  .gap-lg-10-x {
    margin-left: -10px;
  }
  .gap-lg-10 > *,
  .gap-lg-10-x > * {
    padding-left: 10px;
  }
  .gap-lg-10,
  .gap-lg-10-y {
    margin-top: -10px;
  }
  .gap-lg-10 > *,
  .gap-lg-10-y > * {
    padding-top: 10px;
  }
  .gap-lg-20,
  .gap-lg-20-x {
    margin-left: -20px;
  }
  .gap-lg-20 > *,
  .gap-lg-20-x > * {
    padding-left: 20px;
  }
  .gap-lg-20,
  .gap-lg-20-y {
    margin-top: -20px;
  }
  .gap-lg-20 > *,
  .gap-lg-20-y > * {
    padding-top: 20px;
  }
  .gap-lg-30,
  .gap-lg-30-x {
    margin-left: -30px;
  }
  .gap-lg-30 > *,
  .gap-lg-30-x > * {
    padding-left: 30px;
  }
  .gap-lg-30,
  .gap-lg-30-y {
    margin-top: -30px;
  }
  .gap-lg-30 > *,
  .gap-lg-30-y > * {
    padding-top: 30px;
  }
  .gap-lg-40,
  .gap-lg-40-x {
    margin-left: -40px;
  }
  .gap-lg-40 > *,
  .gap-lg-40-x > * {
    padding-left: 40px;
  }
  .gap-lg-40,
  .gap-lg-40-y {
    margin-top: -40px;
  }
  .gap-lg-40 > *,
  .gap-lg-40-y > * {
    padding-top: 40px;
  }
  .gap-lg-50,
  .gap-lg-50-x {
    margin-left: -50px;
  }
  .gap-lg-50 > *,
  .gap-lg-50-x > * {
    padding-left: 50px;
  }
  .gap-lg-50,
  .gap-lg-50-y {
    margin-top: -50px;
  }
  .gap-lg-50 > *,
  .gap-lg-50-y > * {
    padding-top: 50px;
  }
  .gap-lg-60,
  .gap-lg-60-x {
    margin-left: -60px;
  }
  .gap-lg-60 > *,
  .gap-lg-60-x > * {
    padding-left: 60px;
  }
  .gap-lg-60,
  .gap-lg-60-y {
    margin-top: -60px;
  }
  .gap-lg-60 > *,
  .gap-lg-60-y > * {
    padding-top: 60px;
  }
  .gap-lg-70,
  .gap-lg-70-x {
    margin-left: -70px;
  }
  .gap-lg-70 > *,
  .gap-lg-70-x > * {
    padding-left: 70px;
  }
  .gap-lg-70,
  .gap-lg-70-y {
    margin-top: -70px;
  }
  .gap-lg-70 > *,
  .gap-lg-70-y > * {
    padding-top: 70px;
  }
  .gap-lg-80,
  .gap-lg-80-x {
    margin-left: -80px;
  }
  .gap-lg-80 > *,
  .gap-lg-80-x > * {
    padding-left: 80px;
  }
  .gap-lg-80,
  .gap-lg-80-y {
    margin-top: -80px;
  }
  .gap-lg-80 > *,
  .gap-lg-80-y > * {
    padding-top: 80px;
  }
  .gap-lg-90,
  .gap-lg-90-x {
    margin-left: -90px;
  }
  .gap-lg-90 > *,
  .gap-lg-90-x > * {
    padding-left: 90px;
  }
  .gap-lg-90,
  .gap-lg-90-y {
    margin-top: -90px;
  }
  .gap-lg-90 > *,
  .gap-lg-90-y > * {
    padding-top: 90px;
  }
  .gap-lg-100,
  .gap-lg-100-x {
    margin-left: -100px;
  }
  .gap-lg-100 > *,
  .gap-lg-100-x > * {
    padding-left: 100px;
  }
  .gap-lg-100,
  .gap-lg-100-y {
    margin-top: -100px;
  }
  .gap-lg-100 > *,
  .gap-lg-100-y > * {
    padding-top: 100px;
  }
  /* Generate all gap classes */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  .pl-lg-5 {
    padding-left: 5px !important;
  }
  .pr-lg-5 {
    padding-right: 5px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
  .pr-lg-50 {
    padding-right: 50px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pl-lg-70 {
    padding-left: 70px !important;
  }
  .pr-lg-70 {
    padding-right: 70px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pl-lg-90 {
    padding-left: 90px !important;
  }
  .pr-lg-90 {
    padding-right: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
  .reset-lg {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .col-md {
    flex: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: auto;
    max-width: 100%;
    width: auto;
  }
  /* Generate all column/offset classes */
  .col-md-1 {
    flex: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 100%;
    max-width: 100%;
  }
  .off-md-0 {
    margin-left: 0%;
  }
  .off-md-1 {
    margin-left: 8.3333333333%;
  }
  .off-md-2 {
    margin-left: 16.6666666667%;
  }
  .off-md-3 {
    margin-left: 25%;
  }
  .off-md-4 {
    margin-left: 33.3333333333%;
  }
  .off-md-5 {
    margin-left: 41.6666666667%;
  }
  .off-md-6 {
    margin-left: 50%;
  }
  .off-md-7 {
    margin-left: 58.3333333333%;
  }
  .off-md-8 {
    margin-left: 66.6666666667%;
  }
  .off-md-9 {
    margin-left: 75%;
  }
  .off-md-10 {
    margin-left: 83.3333333333%;
  }
  .off-md-11 {
    margin-left: 91.6666666667%;
  }
  .off-md-12 {
    margin-left: 100%;
  }
  /* Generate the extra classes */
  /* Generate all gap classes */
  .gap-md-0,
  .gap-md-0-x {
    margin-left: 0;
  }
  .gap-md-0 > *,
  .gap-md-0-x > * {
    padding-left: 0;
  }
  .gap-md-0,
  .gap-md-0-y {
    margin-top: 0;
  }
  .gap-md-0 > *,
  .gap-md-0-y > * {
    padding-top: 0;
  }
  .gap-md-5,
  .gap-md-5-x {
    margin-left: -5px;
  }
  .gap-md-5 > *,
  .gap-md-5-x > * {
    padding-left: 5px;
  }
  .gap-md-5,
  .gap-md-5-y {
    margin-top: -5px;
  }
  .gap-md-5 > *,
  .gap-md-5-y > * {
    padding-top: 5px;
  }
  .gap-md-10,
  .gap-md-10-x {
    margin-left: -10px;
  }
  .gap-md-10 > *,
  .gap-md-10-x > * {
    padding-left: 10px;
  }
  .gap-md-10,
  .gap-md-10-y {
    margin-top: -10px;
  }
  .gap-md-10 > *,
  .gap-md-10-y > * {
    padding-top: 10px;
  }
  .gap-md-20,
  .gap-md-20-x {
    margin-left: -20px;
  }
  .gap-md-20 > *,
  .gap-md-20-x > * {
    padding-left: 20px;
  }
  .gap-md-20,
  .gap-md-20-y {
    margin-top: -20px;
  }
  .gap-md-20 > *,
  .gap-md-20-y > * {
    padding-top: 20px;
  }
  .gap-md-30,
  .gap-md-30-x {
    margin-left: -30px;
  }
  .gap-md-30 > *,
  .gap-md-30-x > * {
    padding-left: 30px;
  }
  .gap-md-30,
  .gap-md-30-y {
    margin-top: -30px;
  }
  .gap-md-30 > *,
  .gap-md-30-y > * {
    padding-top: 30px;
  }
  .gap-md-40,
  .gap-md-40-x {
    margin-left: -40px;
  }
  .gap-md-40 > *,
  .gap-md-40-x > * {
    padding-left: 40px;
  }
  .gap-md-40,
  .gap-md-40-y {
    margin-top: -40px;
  }
  .gap-md-40 > *,
  .gap-md-40-y > * {
    padding-top: 40px;
  }
  .gap-md-50,
  .gap-md-50-x {
    margin-left: -50px;
  }
  .gap-md-50 > *,
  .gap-md-50-x > * {
    padding-left: 50px;
  }
  .gap-md-50,
  .gap-md-50-y {
    margin-top: -50px;
  }
  .gap-md-50 > *,
  .gap-md-50-y > * {
    padding-top: 50px;
  }
  .gap-md-60,
  .gap-md-60-x {
    margin-left: -60px;
  }
  .gap-md-60 > *,
  .gap-md-60-x > * {
    padding-left: 60px;
  }
  .gap-md-60,
  .gap-md-60-y {
    margin-top: -60px;
  }
  .gap-md-60 > *,
  .gap-md-60-y > * {
    padding-top: 60px;
  }
  .gap-md-70,
  .gap-md-70-x {
    margin-left: -70px;
  }
  .gap-md-70 > *,
  .gap-md-70-x > * {
    padding-left: 70px;
  }
  .gap-md-70,
  .gap-md-70-y {
    margin-top: -70px;
  }
  .gap-md-70 > *,
  .gap-md-70-y > * {
    padding-top: 70px;
  }
  .gap-md-80,
  .gap-md-80-x {
    margin-left: -80px;
  }
  .gap-md-80 > *,
  .gap-md-80-x > * {
    padding-left: 80px;
  }
  .gap-md-80,
  .gap-md-80-y {
    margin-top: -80px;
  }
  .gap-md-80 > *,
  .gap-md-80-y > * {
    padding-top: 80px;
  }
  .gap-md-90,
  .gap-md-90-x {
    margin-left: -90px;
  }
  .gap-md-90 > *,
  .gap-md-90-x > * {
    padding-left: 90px;
  }
  .gap-md-90,
  .gap-md-90-y {
    margin-top: -90px;
  }
  .gap-md-90 > *,
  .gap-md-90-y > * {
    padding-top: 90px;
  }
  .gap-md-100,
  .gap-md-100-x {
    margin-left: -100px;
  }
  .gap-md-100 > *,
  .gap-md-100-x > * {
    padding-left: 100px;
  }
  .gap-md-100,
  .gap-md-100-y {
    margin-top: -100px;
  }
  .gap-md-100 > *,
  .gap-md-100-y > * {
    padding-top: 100px;
  }
  /* Generate all gap classes */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pl-md-5 {
    padding-left: 5px !important;
  }
  .pr-md-5 {
    padding-right: 5px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pl-md-70 {
    padding-left: 70px !important;
  }
  .pr-md-70 {
    padding-right: 70px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pl-md-90 {
    padding-left: 90px !important;
  }
  .pr-md-90 {
    padding-right: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
  .reset-md {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .col-sm {
    flex: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: auto;
    max-width: 100%;
    width: auto;
  }
  /* Generate all column/offset classes */
  .col-sm-1 {
    flex: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 100%;
    max-width: 100%;
  }
  .off-sm-0 {
    margin-left: 0%;
  }
  .off-sm-1 {
    margin-left: 8.3333333333%;
  }
  .off-sm-2 {
    margin-left: 16.6666666667%;
  }
  .off-sm-3 {
    margin-left: 25%;
  }
  .off-sm-4 {
    margin-left: 33.3333333333%;
  }
  .off-sm-5 {
    margin-left: 41.6666666667%;
  }
  .off-sm-6 {
    margin-left: 50%;
  }
  .off-sm-7 {
    margin-left: 58.3333333333%;
  }
  .off-sm-8 {
    margin-left: 66.6666666667%;
  }
  .off-sm-9 {
    margin-left: 75%;
  }
  .off-sm-10 {
    margin-left: 83.3333333333%;
  }
  .off-sm-11 {
    margin-left: 91.6666666667%;
  }
  .off-sm-12 {
    margin-left: 100%;
  }
  /* Generate the extra classes */
  /* Generate all gap classes */
  .gap-sm-0,
  .gap-sm-0-x {
    margin-left: 0;
  }
  .gap-sm-0 > *,
  .gap-sm-0-x > * {
    padding-left: 0;
  }
  .gap-sm-0,
  .gap-sm-0-y {
    margin-top: 0;
  }
  .gap-sm-0 > *,
  .gap-sm-0-y > * {
    padding-top: 0;
  }
  .gap-sm-5,
  .gap-sm-5-x {
    margin-left: -5px;
  }
  .gap-sm-5 > *,
  .gap-sm-5-x > * {
    padding-left: 5px;
  }
  .gap-sm-5,
  .gap-sm-5-y {
    margin-top: -5px;
  }
  .gap-sm-5 > *,
  .gap-sm-5-y > * {
    padding-top: 5px;
  }
  .gap-sm-10,
  .gap-sm-10-x {
    margin-left: -10px;
  }
  .gap-sm-10 > *,
  .gap-sm-10-x > * {
    padding-left: 10px;
  }
  .gap-sm-10,
  .gap-sm-10-y {
    margin-top: -10px;
  }
  .gap-sm-10 > *,
  .gap-sm-10-y > * {
    padding-top: 10px;
  }
  .gap-sm-20,
  .gap-sm-20-x {
    margin-left: -20px;
  }
  .gap-sm-20 > *,
  .gap-sm-20-x > * {
    padding-left: 20px;
  }
  .gap-sm-20,
  .gap-sm-20-y {
    margin-top: -20px;
  }
  .gap-sm-20 > *,
  .gap-sm-20-y > * {
    padding-top: 20px;
  }
  .gap-sm-30,
  .gap-sm-30-x {
    margin-left: -30px;
  }
  .gap-sm-30 > *,
  .gap-sm-30-x > * {
    padding-left: 30px;
  }
  .gap-sm-30,
  .gap-sm-30-y {
    margin-top: -30px;
  }
  .gap-sm-30 > *,
  .gap-sm-30-y > * {
    padding-top: 30px;
  }
  .gap-sm-40,
  .gap-sm-40-x {
    margin-left: -40px;
  }
  .gap-sm-40 > *,
  .gap-sm-40-x > * {
    padding-left: 40px;
  }
  .gap-sm-40,
  .gap-sm-40-y {
    margin-top: -40px;
  }
  .gap-sm-40 > *,
  .gap-sm-40-y > * {
    padding-top: 40px;
  }
  .gap-sm-50,
  .gap-sm-50-x {
    margin-left: -50px;
  }
  .gap-sm-50 > *,
  .gap-sm-50-x > * {
    padding-left: 50px;
  }
  .gap-sm-50,
  .gap-sm-50-y {
    margin-top: -50px;
  }
  .gap-sm-50 > *,
  .gap-sm-50-y > * {
    padding-top: 50px;
  }
  .gap-sm-60,
  .gap-sm-60-x {
    margin-left: -60px;
  }
  .gap-sm-60 > *,
  .gap-sm-60-x > * {
    padding-left: 60px;
  }
  .gap-sm-60,
  .gap-sm-60-y {
    margin-top: -60px;
  }
  .gap-sm-60 > *,
  .gap-sm-60-y > * {
    padding-top: 60px;
  }
  .gap-sm-70,
  .gap-sm-70-x {
    margin-left: -70px;
  }
  .gap-sm-70 > *,
  .gap-sm-70-x > * {
    padding-left: 70px;
  }
  .gap-sm-70,
  .gap-sm-70-y {
    margin-top: -70px;
  }
  .gap-sm-70 > *,
  .gap-sm-70-y > * {
    padding-top: 70px;
  }
  .gap-sm-80,
  .gap-sm-80-x {
    margin-left: -80px;
  }
  .gap-sm-80 > *,
  .gap-sm-80-x > * {
    padding-left: 80px;
  }
  .gap-sm-80,
  .gap-sm-80-y {
    margin-top: -80px;
  }
  .gap-sm-80 > *,
  .gap-sm-80-y > * {
    padding-top: 80px;
  }
  .gap-sm-90,
  .gap-sm-90-x {
    margin-left: -90px;
  }
  .gap-sm-90 > *,
  .gap-sm-90-x > * {
    padding-left: 90px;
  }
  .gap-sm-90,
  .gap-sm-90-y {
    margin-top: -90px;
  }
  .gap-sm-90 > *,
  .gap-sm-90-y > * {
    padding-top: 90px;
  }
  .gap-sm-100,
  .gap-sm-100-x {
    margin-left: -100px;
  }
  .gap-sm-100 > *,
  .gap-sm-100-x > * {
    padding-left: 100px;
  }
  .gap-sm-100,
  .gap-sm-100-y {
    margin-top: -100px;
  }
  .gap-sm-100 > *,
  .gap-sm-100-y > * {
    padding-top: 100px;
  }
  /* Generate all gap classes */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  .reset-sm {
    margin-left: 0;
  }
}
.author-page .sub-block {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  padding: 30px;
}
.author-page .sub-block h2.subscribe-box-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2142857143;
  margin-bottom: 20px;
  color: #384257;
}
.author-page .sub-block .subscribe-box-text {
  font-size: 18px;
  line-height: 1.3888888889;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .author-page .sub-block {
    padding: 30px 20px;
  }
}
.author-page .mobile-author-image {
  display: none;
}
.author-page .col2hero .col-7 {
  display: flex;
  flex-direction: row;
}
.author-page .social-icon-holder a {
  opacity: 0.5;
}
.author-page .social-icon-holder a:hover {
  opacity: 1;
}

.author-image-wrapper img {
  width: 100%;
  height: auto;
}

body#main p.hero-main-text {
  font-size: 20px;
}

#main .author__posts .articles-title {
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.author-articles-holder .post-wrapper {
  max-height: initial;
  min-width: auto;
  background: #fff;
}

@media screen and (max-width: 992px) {
  body#main h1.author-name {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: "Montserrat";
  }
  .author-page .row.flex {
    flex-wrap: wrap;
  }
  .author-page .author-image-wrapper {
    display: none;
  }
  .author-page .mobile-author-image {
    display: block;
  }
  .author-page .col2hero .col-5 {
    width: 100%;
    margin: 0 auto;
  }
  body#main p.hero-main-text {
    font-size: 18px;
  }
  .author-image-wrapper {
    max-width: 142px;
    margin-right: 5px;
    padding-left: 0;
  }
  .author-image-wrapper img {
    width: 100%;
    height: auto;
  }
  #main .author__posts .articles-title {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 26px;
  }
  .author-articles-holder .post-wrapper {
    flex-direction: column;
    max-height: initial;
    min-width: auto;
    max-width: 100%;
    flex: 100%;
  }
  .author-articles-holder .post-wrapper > .in-wrapper {
    flex: 100%;
    max-width: 100%;
  }
  .author-articles-holder .post-wrapper a.post-title {
    font-size: 24px;
  }
  .author-articles-holder .post-wrapper .meta-wrapper > .in-wrapper:first-child {
    margin: 28px 0 18px;
  }
}
.author__posts {
  z-index: 5 !important;
  position: relative;
  max-width: 1290px;
}

.author-articles-holder {
  gap: 45px;
  justify-content: space-between;
}
.author-articles-holder .meta-wrapper {
  gap: 10px !important;
}

@media screen and (min-width: 992px) {
  .author-hero-info {
    max-width: 535px;
    width: 100%;
  }
}
.author-articles-holder a.post-title, .author-articles-holder h1.articles-title {
  font-family: Montserrat, sans-serif !important;
}
.author-articles-holder .img-wrapper.post__image {
  display: flex;
}
.author-articles-holder .img-wrapper.post__image .attachment-post-thumbnail {
  object-fit: contain;
  max-height: 100%;
}
.author-articles-holder a.post-title {
  text-decoration: none;
}
.author-articles-holder a.post-title span {
  background-image: linear-gradient(#3bc3d7, #3bc3d7);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 3px;
  transition: background-size 500ms ease-in-out;
  line-height: 19px;
  font-family: "Montserrat";
  font-size: 16px;
}
.author-articles-holder a.post-title:hover span {
  background-size: 100% 3px;
  color: inherit;
}

.list-of-posts li {
  background: #fff;
}
.list-of-posts li:not(:last-of-type) {
  margin-bottom: 50px;
}
.list-of-posts li .single-post-element {
  overflow: hidden;
  border-radius: 20px;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.13));
  position: relative;
  transition: all 0.3s ease;
  background: #fff;
}
.list-of-posts li .single-post-element .post-element {
  filter: none;
}
.list-of-posts li .single-post-element .single-post-element--clipped1 {
  width: 103%;
  transform: translateX(-1%);
}
.list-of-posts li .single-post-element .single-post-element--clipped2 {
  width: 102%;
  transform: translateX(-1%);
}
@media screen and (min-width: 992px) {
  .list-of-posts li .single-post-element .single-post-element-inner {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    width: 102.2%;
  }
}
.list-of-posts li .single-post-element .post-element-thumb-wrapper {
  padding: 30px;
  justify-content: center;
  display: flex;
  height: 100%;
}
.list-of-posts li .single-post-element .post-element-thumb-wrapper .img-abs {
  object-fit: contain;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .list-of-posts li .single-post-element--clipped2 {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .list-of-posts li .single-post-element--clipped2 .single-post-element-inner {
    border-radius: 0 20px 20px 0;
    clip-path: polygon(4% 0, 100% 0, 100% 100%, 0 100%);
    left: -2%;
    height: 100%;
  }
  .list-of-posts li .single-post-element--clipped2 .single-post-element-inner a {
    align-self: center;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .list-of-posts li .single-post-element--clipped1 {
    height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .list-of-posts li .single-post-element--clipped1 .single-post-element-inner {
    border-radius: 20px 0 0 20px;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    right: -2%;
  }
}
@media screen and (min-width: 992px) {
  .list-of-posts li .single-post-element-content {
    padding: 40px;
    max-width: 530px;
    position: relative;
    height: 100%;
  }
}
.list-of-posts li .single-post-element-content .post-element-title {
  margin-bottom: 32px;
  font-family: Montserrat;
}
.list-of-posts li .single-post-element-content .single-post-element--desc {
  margin-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .list-of-posts li .row-lg-reverse .orber-lg-2 {
    order: 2;
  }
  .list-of-posts li .row-lg-reverse .orber-lg-1 {
    order: 1;
  }
}

/*@import "parts/blocks/brand-comparison-table";*/
.post-element {
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.13));
  position: relative;
  transition: all 0.3s ease;
}
@media (min-width: 993px) {
  .post-element--clipped1 .post-element-inner {
    border-radius: 20px 0 0 20px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 45px) 100%, 0% 100%);
  }
  .post-element--clipped2 .post-element-inner {
    border-radius: 0 20px 20px 0;
    clip-path: polygon(15px 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (min-width: 993px) {
  .post-element--small .post-element-title {
    font-size: 22px;
    line-height: 1.2272727273;
    font-family: Montserrat;
  }
}

.post-element-inner {
  background-color: #fff;
  border-radius: 20px;
}

.post-element-thumb {
  height: auto;
}

.post-element-content {
  padding: 25px 50px 40px;
  position: relative;
  justify-content: unset;
}
@media (max-width: 992px) {
  .post-element-content {
    padding: 35px !important;
  }
  .post-element-content .post-element--desc {
    max-width: 100% !important;
  }
  .post-element-content .post-element-title-wrap {
    max-width: 100% !important;
  }
  .post-element-content .post-element-info {
    max-width: 100% !important;
    gap: 15px 0;
  }
}

.post-element-title-wrap {
  max-width: 560px;
  margin-bottom: 30px;
}
.post-element-title-wrap .post-element-title {
  color: #384257;
  display: inline;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2142857143;
  text-decoration: none;
  background-image: linear-gradient(#3bc3d7, #3bc3d7);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 3px;
  transition: background-size 500ms ease-in-out;
  font-family: Montserrat;
}
@media (max-width: 992px) {
  .post-element-title-wrap .post-element-title {
    font-size: 24px;
    line-height: 1.2083333333;
  }
}
.post-element-title-wrap .post-element-title:hover {
  background-size: 100% 3px;
  color: inherit;
}

.post-element-info {
  color: #575757;
  max-width: 560px;
  font-size: 14px;
  font-size: 0.875rem;
  gap: 25px 0;
}
@media (max-width: 992px) {
  .post-element-info {
    gap: 20px 0;
  }
}
.post-element-info a {
  position: relative;
  transition: all 0.3s ease;
}
.post-element-info a:not(.sticker) {
  color: inherit;
}
.post-element-info .post-element-info__item {
  font-family: "Hind", sans-serif;
  padding: 5px 15px;
  position: relative;
  font-size: 14px;
}
.post-element-info .post-element-info__item--fs-16 {
  font-size: 16px;
}
@media (max-width: 992px) {
  .post-element-info .post-element-info__item {
    padding: 0 10px;
  }
}
.post-element-info .post-element-info__item--no-separator {
  padding-left: 0;
}
.post-element-info .post-element-info__item--no-separator::before {
  display: none;
}
.post-element-info .post-element-info__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #575757;
  height: 15px;
  width: 1px;
}
.post-element-info .post-element-info__item:last-child {
  padding-right: 0;
}
.post-element-info .post-element-info__item:first-child {
  padding-left: 0;
}
.post-element-info .post-element-info__item:first-child::before {
  display: none;
}

.post-element-info__item--author .author-image-wrapper {
  width: auto;
  padding: 0;
}
.post-element-info__item--author img {
  border-radius: 100%;
  margin-right: 8px;
  height: 23px;
  width: 23px;
}
.post-element-info__item--author span {
  background-image: linear-gradient(#3bc3d7, #3bc3d7);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 3px;
  transition: background-size 500ms ease-in-out;
}
.post-element-info__item--author:hover span {
  background-size: 100% 3px;
  color: inherit;
}

.post-element--desc {
  margin-bottom: 40px;
  max-width: 560px;
}

.sticker {
  padding: 5px 15px;
  font-size: 14px;
  font-family: "Hind", sans-serif;
  border-radius: 20px;
  text-decoration: none;
  color: #384257 !important;
}
.sticker:hover {
  color: #384257 !important;
  filter: brightness(90%);
}
.sticker:hover span {
  color: #384257 !important;
}

.tabbable-tabs-list-container {
  position: relative;
}
@media (max-width: 992px) {
  .tabbable-tabs-list-container {
    z-index: 2;
    background: white;
    padding: 25px 15px !important;
  }
  .tabbable-tabs-list-container.is-pinned {
    top: 62px;
    position: sticky;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.13));
  }
}

@media (max-width: 992px) {
  .tabbable-content {
    padding: 0px 15px;
  }
}

.tabbable-sec {
  padding: 30px 0;
}
@media (max-width: 992px) {
  .tabbable-sec .container--1290 {
    padding: 0;
  }
}

.sec-blog-tabs {
  padding: 50px 0;
}

.tabbable-tabs-list {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 768px) {
  .tabbable-tabs-list {
    border: 2px solid #a6dee3;
    border-radius: 8px;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100%;
    height: auto;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    background: #fff;
    padding: 10px 0;
  }
  .tabbable-tabs-list.active {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 768px) {
  .tabbable-tabs-list li.active {
    display: none;
  }
}
.tabbable-tabs-list li.active button {
  background: rgba(58, 196, 215, 0.14);
  color: #384257;
  opacity: 1;
}
.tabbable-tabs-list li.active button::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .tabbable-tabs-list li {
    width: 100%;
  }
}
.tabbable-tabs-list button {
  background: transparent;
  border: none;
  border-radius: 12px 12px 0 0;
  color: #575757;
  min-width: 245px;
  transition: all 0.3s ease;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  opacity: 0.5;
  padding: 18px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .tabbable-tabs-list button {
    opacity: 1;
    padding: 16px 40px;
    text-align: left;
    width: 100%;
  }
}
.tabbable-tabs-list button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: #384257;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
}
.tabbable-tabs-list button:hover {
  opacity: 1;
}

.tabbable-tabs-list-toggler {
  background: #E3F7FA;
  border: none;
  border-radius: 8px;
  color: #384257;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  padding: 15px 20px;
  width: 100%;
}
.tabbable-tabs-list-toggler.active svg {
  transform: rotate(180deg);
}
.tabbable-tabs-list-toggler svg {
  margin-left: 10px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
}

.tabbable-content-item {
  display: none;
}
.tabbable-content-item.active {
  display: block;
}
.tabbable-content-item .post-element--desc {
  display: none;
}
.tabbable-content-item-part--left {
  padding-right: 0;
}
.tabbable-content-item-part--left .post-element-thumb-wrapper {
  height: 50%;
}
.tabbable-content-item-part--left .post-element-thumb-wrapper a.d-block {
  padding: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
}
.tabbable-content-item-part--left .post-element-content {
  padding: 60px 75px 75px 35px;
}
.tabbable-content-item-part--left .post-element-content .post-element-title {
  max-width: 516px;
  font-family: Montserrat;
}
.tabbable-content-item-part--left .post-element-content .post-element-info {
  max-width: 516px;
}
.tabbable-content-item-part--left .post-element-content .post-element--desc {
  display: flex;
  max-width: 516px;
}

@media (max-width: 991px) {
  .right-side-col {
    gap: 30px !important;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .tabbable-content-item-part--right {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.13));
    padding-left: 0;
  }
  .tabbable-content-item-part--right .post-element-title-wrap .post-element-title {
    font-size: 22px;
  }
  .tabbable-content-item-part--right > .right-side-col {
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    transform: translateX(-20px);
    width: calc(100% + 20px);
  }
  .tabbable-content-item-part--right > .right-side-col article {
    height: unset !important;
  }
  .tabbable-content-item-part--right .post-element-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 615px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .tabbable-content-item-part--right .post-element-content .info-category {
    margin-bottom: 20px;
  }
  .tabbable-content-item-part--right .post-element--1 {
    padding-left: 30px;
    filter: none;
  }
  .tabbable-content-item-part--right .post-element--1 .post-element-inner {
    clip-path: none;
  }
  .tabbable-content-item-part--right .post-element--2 {
    padding-left: 15px;
    filter: none;
  }
  .tabbable-content-item-part--right .post-element--2 .post-element-inner {
    clip-path: none;
  }
  .tabbable-content-item-part--right .post-element--2 .post-element-content {
    padding-left: 57px;
    padding-left: 57.5px;
  }
  .tabbable-content-item-part--right .post-element--3 {
    padding-left: 0;
    filter: none;
  }
  .tabbable-content-item-part--right .post-element--3 .post-element-inner {
    clip-path: none;
  }
  .tabbable-content-item-part--right .post-element--3 .post-element-content {
    padding-left: 65px;
    padding-left: 65px;
  }
}
.right-featured-image .right-side-col {
  gap: 30px;
}
@media (min-width: 993px) {
  .right-featured-image .post-element-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .right-featured-image .post-element-inner {
    flex-direction: row !important;
  }
  .right-featured-image .post-element-inner .post-element-thumb-wrapper {
    max-width: 290px;
  }
  .right-featured-image .post-element-inner .post-element-thumb-wrapper a {
    height: 100%;
    display: flex;
    padding: 30px;
  }
  .right-featured-image .post-element-inner .post-element-thumb-wrapper a img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .right-featured-image .post-element--2 .post-element-thumb-wrapper {
    max-width: 305px !important;
  }
  .right-featured-image .post-element--2 .post-element-thumb-wrapper a {
    padding: 30px 37px;
  }
  .right-featured-image .post-element--3 .post-element-thumb-wrapper {
    max-width: 320px !important;
  }
  .right-featured-image .post-element--3 .post-element-thumb-wrapper a {
    padding: 30px 45px;
  }
  .right-featured-image .post-element .post-element-title-wrap .post-element-title {
    font-size: 18px;
  }
}

header .container::before, header .container::after {
  display: none;
}

.main-content.category-template {
  padding-top: 0 !important;
}

.category-most-popular {
  margin: 80px 0px 0px;
}
.category-most-popular .title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 38px;
  font-family: Montserrat;
}
@media (max-width: 992px) {
  .category-most-popular .tabbable-content-item-part--left {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
  }
  .category-most-popular .tabbable-content-item-part--right {
    padding-right: 0;
    padding-left: 0;
  }
}

.category-most-recent {
  margin: 100px 0px 0px;
}
.category-most-recent .title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 38px;
  font-family: Montserrat;
}

section.category-breadcrumbs {
  margin-top: 25px;
  margin-bottom: 65px;
  padding: 0 !important;
}

section.category-template {
  padding-top: 75px;
}
@media (max-width: 992px) {
  section.category-template {
    padding-top: 62px;
  }
}

.double-blog-row {
  display: flex;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 70px !important;
}
@media (max-width: 992px) {
  .double-blog-row {
    overflow: unset;
    margin-bottom: 30px;
    gap: 30px;
    margin-bottom: 30px !important;
  }
}
.double-blog-row--single {
  background: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  border-radius: 0px !important;
}
.double-blog-row--single .post-element {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
.double-blog-row .double-blog-col {
  flex: 50%;
  max-width: 50%;
}
@media (max-width: 992px) {
  .double-blog-row .double-blog-col {
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.13));
  }
  .double-blog-row .double-blog-col .post-element {
    box-shadow: unset;
  }
}
.double-blog-row .double-blog-col .post-element {
  filter: none;
  position: relative;
  transition: all 0.3s ease;
}
.double-blog-row .double-blog-col .post-element-inner {
  border-radius: 0 !important;
}
.double-blog-row .double-blog-col .post-element-thumb-wrapper a {
  padding: 30px 40px 30px;
  max-height: 333px;
  display: flex;
}
.double-blog-row .double-blog-col .post-element-thumb-wrapper a img {
  object-fit: contain;
}
.double-blog-row .double-blog-col--0:only-child .post-element {
  clip-path: none;
  width: 100%;
}
.double-blog-row .double-blog-col--0 .post-element {
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  width: 104.2%;
  overflow: hidden;
  filter: none;
}
.double-blog-row .double-blog-col--1 .post-element {
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  width: 104%;
  overflow: hidden;
  transform: translate(-3.7%);
  filter: none;
}
@media (max-width: 992px) {
  .double-blog-row {
    flex-wrap: wrap;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    margin: 0;
  }
  .double-blog-row .double-blog-col {
    flex: 100%;
    max-width: 100%;
  }
  .double-blog-row .post-element {
    clip-path: none !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    width: 100% !important;
    transform: translate(0) !important;
  }
}

@media screen and (max-width: 992px) {
  .info-category--des-only {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .info-category--mob-only {
    display: none !important;
  }
}

nav .search-input-wrapper {
  position: relative;
}
nav .search-input-wrapper input#keyword {
  background: #fff;
  border: 1px solid rgba(59, 195, 215, 0.4352941176);
  padding: 10px 12px 7px 65px;
  border-radius: 200px;
  font-size: 16px;
  max-width: 100%;
  width: 100%;
  display: flex;
}
nav .search-input-wrapper .submit-search {
  color: #384257;
  border: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .search-radio-wrapper {
  display: none;
}

.trigger-search-popup {
  display: flex !important;
}
@media screen and (max-width: 993px) {
  .trigger-search-popup {
    display: none !important;
  }
}
.trigger-search-popup--m {
  display: none;
}
@media screen and (max-width: 992px) {
  .trigger-search-popup--m {
    display: flex !important;
  }
}

.hero-search-page-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 117px;
  padding: 25px 20px 0;
  background-color: #F5F5F5;
  z-index: 9;
  flex-direction: column;
}
.hero-search-page-wrapper .search-form-wrapper.search {
  max-width: 525px;
  width: 100%;
}
.hero-search-page-wrapper .search-form-wrapper.search .fixed-bg {
  top: -200px;
  z-index: 0;
}
.hero-search-page-wrapper .search-input-wrapper {
  max-width: 525px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
}
.hero-search-page-wrapper .resultSearch {
  background: #fff;
  /*border: 1px solid #3BC3D76F;
  padding: 10px 12px 7px 65px;*/
  border: 2px solid #3C10A6;
  padding: 14px 12px 14px 50px;
  border-radius: 200px;
  /*font-size: 16px;*/
  font-size: 18px;
  max-width: 525px;
  width: 100%;
  display: flex;
}
.hero-search-page-wrapper .submit-search {
  color: #384257;
  border: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0px, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-search-page-wrapper .search-radio-wrapper {
  display: flex;
  gap: 10px 43px;
  justify-content: center;
  align-items: center;
  color: #384257;
  font-size: 20px;
  /* font-weight: bold; */
  flex-wrap: wrap;
}
.hero-search-page-wrapper .search-radio-wrapper .radio-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #384257;
}
.hero-search-page-wrapper .search-radio-wrapper .radio-wrapper .s-radio-input {
  margin-right: 10px;
  font-size: 13px;
  display: grid;
  gap: 7px;
}
.hero-search-page-wrapper .search-radio-wrapper .radio-wrapper input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 2px solid #3C10A6;
  border-radius: 50%;
  transform: translateY(-6%);
  display: grid;
  place-content: center;
}
.hero-search-page-wrapper .search-radio-wrapper .radio-wrapper input[type=radio]:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #3C10A6;
}
.hero-search-page-wrapper .search-radio-wrapper .radio-wrapper input[type=radio]:checked::before {
  transform: scale(1);
}

.search-page-section.section-content {
  padding-top: 250px;
}

.search-popup-wrapper {
  z-index: 999999;
  position: fixed;
  inset: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 60px 30px;
  display: none;
}
.search-popup-wrapper .search-popup-background {
  max-width: 1690px;
  width: 100%;
  margin: 0 auto;
  border-radius: 13px;
  overflow: hidden;
  height: auto;
  display: flex;
}
.search-popup-wrapper .search-popup-background .hero-search-page-wrapper {
  position: relative;
  padding: 30px 0 0;
  max-height: calc(100vh - 120px);
}
.search-popup-wrapper.show-search-popup {
  display: block;
}
.search-popup-wrapper.show-search-popup div#datafetch {
  display: none;
}
.search-popup-wrapper.show-search-popup .search-input-wrapper .submit-search {
  pointer-events: none !important;
}
.search-popup-wrapper.show-search-popup .jsClosepopup {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 40%;
  cursor: pointer;
}

form#csearchform {
  margin-bottom: 25px;
}

div#datafetch {
  background: white;
  width: 100%;
  padding: 30px 0;
  overflow-y: scroll;
  height: 100%;
}
div#datafetch .post-element {
  max-width: 1200px;
  margin: auto;
}
div#datafetch .submit-search {
  position: relative !important;
  margin: auto;
  margin-bottom: 30px;
  top: unset !important;
  margin-top: 90px;
  color: white;
  font-family: "Montserrat";
  border: 1px solid transparent;
}

body {
  font-family: "Hind", sans-serif;
}

body#main .response-bar {
  height: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  clear: both;
}

body#main .response-bar .progress-bar {
  background-color: #384257;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hero--refine {
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 125px;
  text-align: center;
}
@media (max-width: 992px) {
  .hero--refine {
    padding-top: 50px;
  }
}
.hero--refine h1 {
  font-family: "Montserrat";
  color: #fff;
  text-transform: none;
  text-align: center;
  max-width: 705px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 700;
}
.hero--refine p {
  font-family: "Montserrat";
  color: #fff;
  max-width: 705px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.hero--refine form {
  position: relative;
  min-height: 220px;
}
.hero--refine form .form-group {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .hero--refine form .form-group {
    padding-left: 0;
  }
}
.hero--refine .step-indicators {
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.hero--refine .step-indicators li {
  border: 2px solid #fff;
  border-radius: 50%;
  list-style: none;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0;
  position: relative;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.43);
}
.hero--refine .step-indicators li.active:after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
}
.hero--refine .step-form {
  background: rgba(59, 67, 88, 0.31);
  max-width: 844px;
  margin: 0 auto;
  padding: 30px 45px 5px;
  border-radius: 20px;
  text-align: left;
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border: 2px solid #fff;
  position: relative;
  /* Firefox */
}
.hero--refine .step-form:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(17px);
}
.hero--refine .step-form input::-webkit-outer-spin-button,
.hero--refine .step-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hero--refine .step-form input[type=number] {
  -moz-appearance: textfield;
}
.hero--refine .step-form .form-control {
  font-family: Hind;
  font-size: 18px;
  font-weight: 500;
  line-height: 77px;
  color: #fff;
  height: 40px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.43);
  height: 56px;
  border-radius: 28px;
  padding: 0 28px;
}
.hero--refine .step-form .form-control option {
  background-color: rgba(0, 0, 0, 0.43);
  color: #fff;
}
.hero--refine .step-form .form-control option:checked {
  color: #b2b2b2;
}
.hero--refine .step-form label {
  font-family: "Hind";
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  margin-bottom: 6px;
  margin-left: 18px;
}
.hero--refine .step-form .btn-red {
  background: #ffffff;
  border-color: #ffffff;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  color: #00c6da;
  line-height: 24px;
  min-height: 60px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 28px;
  min-height: 56px;
  display: block;
}
.hero--refine .step-form .btn-red:hover {
  background-color: rgba(0, 0, 0, 0.43);
}

body#main code {
  display: none;
}

body#main .container:before,
body#main .container:after {
  display: none;
}

body#main .step-form .form-control::-webkit-input-placeholder {
  font-family: "Hind";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #b2b2b2;
}

body#main .step-form .form-control::-moz-placeholder {
  font-family: "Hind";
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #b2b2b2;
}

body#main .step-form .form-control.error {
  border: 2px solid #ff6154;
  color: #ff6154;
}

body#main .step-form .form-control.error::-webkit-input-placeholder {
  color: #ff6154;
}

body#main .step-form .steps {
  position: absolute;
  left: 800px;
  max-width: 580px;
  width: 100%;
  transform: translateX(-50%);
  display: none;
}

body#main .step-form .steps.active {
  display: block;
  left: 50%;
  transform: translateX(-50%);
}

.default-hide {
  display: none;
}

.your-rate {
  background: #fff;
  padding-top: 118px;
  background-image: url(../../images/refine/graph-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.your-rate.default-hide ~ section.register {
  display: none;
}
.your-rate .heading {
  font-family: "Montserrat";
  text-align: center;
  color: #364259;
  padding-bottom: 25px;
  font-weight: 700;
}
.your-rate p {
  color: #364259;
  margin-bottom: 60px;
  font-size: 18px;
  text-align: center;
}

body#main section.register {
  display: block;
}

/*.your-rate .result {
	font-family: 'Montserrat';
	font-size: 38px;
	font-weight: bold;
	color: #4fc4d2;
	vertical-align: middle;
	margin-right: 10px;
}
.your-rate .angle {
	color: #49545f;
	font-size: 24px;
}

.your-rate .result-text {
	font-family: 'Hind';
	font-size: 24px;
	font-weight: 400;
	color: #ff6d5e;
}*/
.suggestions {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.suggestions .heading {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .suggestions .container {
    width: 100%;
  }
}
.suggestions .row .row {
  margin-bottom: 110px;
  max-width: 100%;
}
@media (max-width: 992px) {
  .suggestions .row .row {
    margin-bottom: 5%;
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

body#main .rbc-label-start {
  display: none;
}

body#main .rbc-center-text {
  fill: #000;
  font-size: 150px;
  display: none;
}

.card {
  padding: 60px;
  margin: 0 auto;
  position: relative;
  background-color: #dcfafd;
  border-radius: 24px;
}
.card .card-img__wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 209px;
  height: 209px;
  background-color: #cefdff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card h4 {
  font-family: "Montserrat";
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  color: #364259;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
}
.card h6 {
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #33425b;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 35px;
}
.card p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 26px;
  color: #364259;
  padding-bottom: 40px;
  margin: 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #00d0e3;
}
.card .list-check {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.card .list-check li {
  position: relative;
  font-family: "Hind";
  font-size: 16px;
  font-weight: 500;
  color: #545c6e;
  line-height: 22px;
  margin-bottom: 10px;
  display: flex;
  gap: 28px;
}
.card .list-check li span {
  display: block;
  padding: 4px 30px;
  background-color: #fff;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #33425b;
  border-radius: 19px;
  border: 1px solid #ffffff;
  box-shadow: 2px 2px 0px rgba(0, 208, 227, 0.51);
  width: fit-content;
  width: -webkit-fit-content;
  min-height: 36px;
}
@media (max-width: 992px) {
  .card .list-check li span {
    font-size: 14px;
  }
}
.card .list-check li .try-btn {
  color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 16px 40px;
  background-color: #00cce0;
  border: 1px solid #fff;
  border-radius: 19px;
  height: 36px;
  line-height: 1;
}
.card .list-check li .try-btn:hover {
  text-decoration: none;
  color: #00cce0;
  background-color: #ffffff;
}
.card .list-check li:after {
  background: url("https://moosend2dev.wpengine.com/wp-content/uploads/2018/02/tick.png");
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.card .gauge-box {
  border-radius: 25px;
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 8px 8px 0 rgba(0, 204, 224, 0.29);
  max-width: 335px;
}
@media (max-width: 992px) {
  .card .gauge-box {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.card .gauge-box .gauge {
  position: relative;
  width: 265px;
  height: 265px;
  margin: 0 auto 15px;
}
.card .gauge-box h3 {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 700;
  color: #00cce0;
  line-height: 61px;
  margin-top: 0;
  text-align: center;
}
.card .gauge-box p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #a5a5a5;
  line-height: 24px;
  text-align: center;
  border: none;
  padding-bottom: 0;
  margin-bottom: 8px;
}

@media (max-width: 992px) {
  .suggestions {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.suggestions svg {
  overflow: visible !important;
}
.suggestions svg g .bg {
  opacity: 1 !important;
  stroke: white;
  stroke-width: 3px;
}
@media (max-width: 992px) {
  .suggestions .heading {
    font-size: 22px;
    text-align: center;
  }
}

.radial-chart svg {
  overflow: visible !important;
}
.radial-chart svg g .bg {
  opacity: 1 !important;
  stroke: white;
  stroke-width: 12px;
  fill: #E2E2E2 !important;
}
.radial-chart svg g .bg:first-of-type {
  stroke-width: 15px;
}

.radial-chart {
  max-width: 500px;
  margin: 0 auto 40px;
  position: relative;
}
.radial-chart p {
  font-family: Montserrat;
  color: #49545f;
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  top: 45%;
  left: 530px;
  right: 0;
  width: 280px;
  transform: translateY(-50%);
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
}
.radial-chart .progress {
  filter: drop-shadow(1px 1px 40px rgba(0, 201, 221, 0.53));
  stroke-width: 10px;
}
.radial-chart h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: Montserrat;
  color: #3b4358;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: none;
  background-color: rgba(0, 201, 221, 0.1);
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.radial-chart h3 .upperLimit {
  display: block;
  font-size: 48px;
  color: #3ac4d7;
}
.radial-chart h3 .success {
  display: block;
  color: #4fc4d3;
  margin: 10px auto;
}
.radial-chart h3 .danger {
  display: block;
  color: #ff6d5e;
  margin: 10px auto;
}
.radial-chart .your-score .fa {
  background-color: #00C9DD;
  border: 1px solid #364259;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow: 1px 1px 40px rgba(0, 201, 221, 0.53);
}
.radial-chart .industry-average {
  top: 60%;
}
.radial-chart .industry-average .fa {
  color: #ff6d5e;
  background-color: #364259;
  border: 1px solid #00CCE0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow: 1px 1px 40px rgba(0, 201, 221, 0.53);
}

#registration {
  background-color: #384257;
  padding: 60px 0;
  width: 100%;
  float: left;
}

#registration .registration_top {
  margin-bottom: 60px;
}

#registration .registration_top span.header_register {
  color: #fff;
  font-family: "Montserrat";
  font-size: 43px;
  font-weight: bold;
  -webkit-text-transform: none;
  -moz-text-transform: none;
  -ms-text-transform: none;
  -o-text-transform: none;
  text-transform: none;
  margin-top: 0;
  padding-bottom: 20px;
  display: block;
  width: 100%;
}

#registration .registration_top span.registration_subtext {
  color: #fff;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

#registration_form {
  width: 90%;
  margin: 0 auto;
  display: block;
  padding-left: 3%;
}

#registration .form-group {
  margin-bottom: 0;
}

#registration .form-control {
  background-color: #384257;
  background-image: none;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-family: "Hind", sans-serif;
  height: 50px;
  line-height: 1.42857;
  padding: 6px 12px 6px 16px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#registration button {
  background: #ff6154 none repeat scroll 0 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  height: 50px;
  padding: 0 36px 0;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  outline: none;
  border: none;
  margin: auto;
  display: inline-block;
  width: auto;
}

#registration button .fa {
  font-size: 22px;
  padding-left: 5px;
  vertical-align: middle;
}

#special {
  background-color: #f6f6f6;
  padding: 60px 0;
  text-align: center;
  clear: both;
}

#special h2 {
  color: #384257;
  font-size: 22px;
  font-weight: bold;
  font-family: "Montserrat";
  line-height: 36px;
  padding-bottom: 18px;
  text-transform: none;
}

#special a.btn,
#special a.btn:focus {
  background: #3ac4d7;
  border-radius: 2px;
  color: #fff;
  height: 50px;
  padding: 15px 36px 0;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  outline: none;
  border: none;
  margin: 20px auto 0;
  display: inline-block;
  width: auto;
  text-decoration: none;
}

#special a.btn .fa {
  font-size: 22px;
  vertical-align: middle;
  position: relative;
  right: 0;
  transition: all 0.4s ease;
}

#special a.btn:hover .fa {
  right: -10px;
}

/**** error page css ***/
#error-page {
  text-align: center;
}

#error-page .error-img {
  min-height: 350px;
  height: 55vh;
  margin: 0 auto;
}

#error-page h1 {
  color: #384257;
  font-family: "Montserrat";
  font-size: 38px;
  font-weight: bold;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: center;
}

#error-page p {
  color: #545c6e;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
  display: block;
}

#error-page .back-btn {
  background-color: #3ac4d7;
  border: 1px solid #3ac4d7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  padding: 16px 40px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  margin-right: 30px;
  transition: all 0.4s ease;
}

#error-page .back-btn:hover {
  background-color: #fff;
  color: #3ac4d7;
}

.fa-facebook-f:before {
  content: "\f39e" !important;
}

/*************************************************/
/************** SLIDING MOBILE MENU **************/
/*************************************************/
body#main .cbp-spmenu {
  background: #fafafa;
  position: fixed;
  margin-top: 73px;
  display: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body#main .cbp-spmenu a {
  display: block;
  color: #384257;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
}

body#main .cbp-spmenu li ul.sub-menu li a,
body#main .cbp-spmenu li.current_page_item ul.sub-menu li a {
  padding-bottom: 10px;
  padding-left: 30px;
  padding-top: 10px;
  background: #fff;
  display: block;
  color: #384257;
  font-size: 14px;
}

body#main .cbp-spmenu a:hover,
body#main .cbp-spmenu li ul.sub-menu li a:hover,
body#main .cbp-spmenu li.current_page_item a,
body#main .cbp-spmenu a:focus,
body#main .cbp-spmenu li.current_page_item ul.sub-menu li a:hover,
body#main .cbp-spmenu li ul.sub-menu li.current_page_item a {
  background: #3ac4d7;
  color: #fff;
}

body#main .cbp-spmenu-vertical {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 380;
}

body#main .cbp-spmenu-vertical a {
  border-bottom: 0px solid #3ac4d7;
  padding: 15px;
}

body#main .cbp-spmenu-left {
  left: -100%;
}

body#main .cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
  width: 120%;
}

body#main .cbp-spmenu-left.cbp-spmenu-open.scrollable {
  overflow: auto;
}

#cbp-spmenu-s1 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body#main .cbp-spmenu-left.cbp-spmenu-open ul#menu-mobile-menu li:last-child {
  padding-bottom: 73px;
}

body#main .cbp-spmenu-left.cbp-spmenu-open ul#menu-mobile-menu ul.sub-menu li:last-child {
  padding-bottom: 0;
}

@media (max-width: 1200px) {
  body#main .step-form .steps.active {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 992px) {
  #nav-icon1 {
    width: 28px;
    height: 17px;
    position: fixed;
    right: 15px;
    top: 28px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: none;
    z-index: 400;
  }
  #nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #3ac4d7 none repeat scroll 0 0;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #nav-icon1 span:nth-child(2) {
    top: 7px;
  }
  #nav-icon1 span:nth-child(3) {
    top: 14px;
  }
  .cbp-spmenu,
  #nav-icon1,
  .logo_mobile,
  .register-content-mobile {
    display: block;
  }
  #nav-icon1.open span:nth-child(1) {
    top: 7px;
    transform: rotate(135deg);
  }
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  #nav-icon1.open span:nth-child(3) {
    top: 7px;
    transform: rotate(-135deg);
  }
  nav a {
    font-size: 13px;
  }
  .radial-chart {
    max-width: 325px;
  }
  .radial-chart p {
    left: 340px;
  }
  #registration button {
    padding: 0 15px;
  }
  .register-content-mobile span.register a {
    background-color: #3ac4d7;
    border-radius: 2px;
    color: #fff;
    padding: 16px 40px;
    border: 1px solid #3ac4d7;
  }
  .register-content-mobile {
    display: block;
    left: 50%;
    position: absolute;
    top: 26px;
    transform: translateX(-50%);
    width: auto;
  }
  .hero--refine .step-form {
    min-height: 350px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .hero--refine .step-form {
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .step-indicators {
    top: 260px;
  }
  #registration_form {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero--refine h1 {
    font-size: 24px;
  }
  .hero--refine h1 br {
    display: none;
  }
  .hero--refine p {
    padding: 0 15px;
  }
  .hero--refine p br {
    display: none;
  }
  .radial-chart {
    margin-bottom: 120px;
  }
  .radial-chart p {
    top: 105%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
  }
  .radial-chart .industry-average {
    top: 116%;
  }
  .card {
    max-width: 500px;
  }
  .card h4 {
    margin-top: 20px;
  }
  .gauge-box {
    max-width: 320px;
    margin: 0 auto;
  }
  #registration .registration_top span.header_register {
    font-size: 24px;
  }
  #registration .registration_top span.registration_subtext {
    font-size: 14px;
  }
  #registration .form-group {
    margin-bottom: 20px;
  }
  footer .menu-footer_policies-container {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  .hero--refine .step-form {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .heading {
    font-size: 28px;
  }
  p {
    font-size: 14px;
  }
  .card,
  .card p {
    text-align: center;
  }
  .step-form .steps {
    max-width: calc(100% - 110px);
  }
}
.row.tve_empty_dropzone {
  justify-content: center;
  align-items: center;
}

.steps select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 56px !important;
  background-image: url(../../images/refine/arrow-drop-down-fill.svg);
  background-size: 13px 12px;
  background-position: calc(100% - 14px) center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .col-sm-12 {
      width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-6 {
      width: 50%;
  }
}

[data-ptab="2"] {
  display: none!important;
}

.blog-single-container {
  margin-top: 0px!important;
}

.author-image-wrapper img {
  height: auto!important;
}

.blog-carousel .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #fff;
  font-size: 20px;
}

.blog-carousel .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  color: #fff;
  font-size: 20px;
}

/*# sourceMappingURL=main.css.map */
