/* 
 * Background
 *
*/
.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #222222;
}

.bg-dark-gray {
  background-color: #004A52;
}

.bg-light-blue {
  background-color: #F5F5FE;
}

.bg-blue {
  background-color: #0096FF;
}

.bg-dark-blue {
  background-color: #0067B5;
}

.bg-yellow {
  background-color: #F6CC11;
}

.bg-dark-teal {
  background-color: #0b494f;
}

.bg-cover {
  background-size: cover;
}

.bg-nr {
  background-repeat: no-repeat;
}

.bg-p-lt {
  background-position: left top;
}

.bg-p-lc {
  background-position: left center;
}

.bg-p-lb {
  background-position: left bottom;
}

.bg-p-ct {
  background-position: center top;
}

.bg-p-cc {
  background-position: center center;
}

.bg-p-cb {
  background-position: center bottom;
}

.bg-p-rt {
  background-position: right top;
}

.bg-p-rc {
  background-position: right center;
}

.bg-p-rb {
  background-position: right bottom;
}

/* 
 * Font Families
 *
*/
/* 
 * Padding
 *
*/
.pad-sm {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pad-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pad-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pad-t-sm {
  padding-top: 50px;
}

.pad-b-sm {
  padding-bottom: 50px;
}

.pad-t-md {
  padding-top: 80px;
}

.pad-b-md {
  padding-bottom: 80px;
}

.pad-t-lg {
  padding-top: 100px;
}

.pad-b-lg {
  padding-bottom: 100px;
}

@media screen and (max-width: 600px) {
  .pad-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pad-t-sm {
    padding-top: 30px;
  }
  .pad-b-sm {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .pad-md {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pad-t-md {
    padding-top: 50px;
  }
  .pad-b-md {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .pad-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pad-t-lg {
    padding-top: 50px;
  }
  .pad-b-lg {
    padding-bottom: 50px;
  }
}
/* Description: Site Defaults */
html, body {
  padding: 0 !important;
  margin: 0 !important;
  background: #fff;
}

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea,
ul,
li,
ol {
  color: #444;
  font-size: 18px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: none;
  -webkit-backface-visibility: hidden; /* add to fix webkit bug jitter */
  backface-visibility: hidden;
  font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
}

.reverse, .reverse p, .reverse div, .reverse li, .reverse a, .reverse a:visited,
.reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5 .reverse h6,
.reverse h1 a, .reverse h2 a, .reverse h3 a, .reverse h4 a, .reverse h5 a .reverse h6 a {
  color: #fff;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

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

::-moz-selection {
  background-color: #444;
  color: #fff;
}

::selection {
  background-color: #444;
  color: #fff;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

/* HEADERS
------------------------------------------------------------ */
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a h5,
h5 a,
h6,
h6 a {
  display: block;
}

/* MISC
------------------------------------------------------------ */
hr {
  display: block;
  height: 1px;
  border: none;
  border-top: 1px solid #ccc;
  margin: 20px 0;
  padding: 0;
}

p {
  margin-bottom: 20px;
}

p.full, img.full, .fullwidth {
  width: 100% !important;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.no-margin, .nopad, p.nopad, .no-pad {
  margin: 0;
  padding: 0;
}

.nowrap {
  white-space: nowrap;
}

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* LISTS
------------------------------------------------------------ */
ul, li, ol {
  margin: 0;
  padding: 0;
}

.entry-content ul {
  margin-bottom: 20px;
}

.entry-content ul li, .entry-content ol li {
  margin-left: 40px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  margin-bottom: 0;
}

ol li {
  list-style-type: decimal;
}

dl {
  margin: 0 0 20px;
}

dd {
  margin: 0;
}

.menu li {
  list-style: none;
}

/* LINKS
------------------------------------------------------------ */
a img {
  border: none;
}

.more-link {
  white-space: nowrap;
}

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

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

img.alignnone {
  display: inline;
  margin: 0 0 10px;
}

img.align-left, img.align-right {
  margin-bottom: 3px;
}

.bg-image {
  background-size: cover;
  background-position: center center;
}

/* CSS COLUMNS
------------------------------------------------------------ */
.multi-col-2 {
  column-count: 2;
  column-gap: 40px;
}

.multi-col-3 {
  column-count: 3;
}

.multi-col-2 li, .multi-col-3 li {
  break-inside: avoid-column;
  page-break-inside: avoid;
}

@media only screen and (max-width: 600px) {
  .multi-col-2, .multi-col-3 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/* PRINT
------------------------------------------------------------ */
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after {
    content: " (" attr(href) ")";
  }
  abbr:after {
    content: " (" attr(title) ")";
  }
  .ir a:after {
    content: "";
  } /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/* Video
------------------------------------------------------------ */
.video {
  height: auto;
  margin: 0;
  background: transparent;
}

.video-wrap {
  width: 100%;
  padding-bottom: 55%;
  position: relative;
  height: 0;
  overflow: hidden;
  float: left;
}

.video-container {
  padding: 0;
  line-height: 1em;
}

.video-container object,
.video-container embed,
.video-container iframe,
.video-container .element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 1000;
}

.text-center, .centered {
  text-align: center;
}

.hidden {
  display: none;
}

/**
 * @license
 * Generated by Zeplin
 * Copyright (C) 2020 - present Zeplin
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 *     http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../../src/fonts/Proxima Nova Regular.otf") format("opentype");
}
@font-face {
  font-family: "ProximaNovaLight";
  src: url("../../src/fonts/Proxima Nova Light.otf") format("opentype");
}
@font-face {
  font-family: "ProximaNovaBold";
  src: url("../../src/fonts/Proxima Nova Bold.otf") format("opentype");
}
@font-face {
  font-family: "ProximaNovaExtraBold";
  src: url("../../src/fonts/Proxima Nova Extrabold.otf") format("opentype");
}
@font-face {
  font-family: "ProximaNovaSemiBold";
  src: url("../../src/fonts/Proxima Nova Semibold.otf") format("opentype");
}
/* Forms
------------------------------------------------------------ */
::-webkit-input-placeholder {
  color: #004A52;
}

::-moz-placeholder {
  color: #004A52;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #004A52;
} /* ie */
input:-moz-placeholder {
  color: #004A52;
}

#page .gform_wrapper,
#page .gform_wrapper ul li.gfield,
#page .gform_wrapper li.hidden_label input,
#page .gform_wrapper .top_label div.ginput_container,
#page .gform_wrapper .gform_footer {
  margin: 0;
}

#page .gform_wrapper .gform_footer {
  margin-top: 50px;
  padding: 0;
  text-align: center;
  display: block;
}
#page .gform_wrapper .gform_footer input[type=submit] {
  width: 300px;
  max-width: 100%;
}

#page .gform_wrapper ul li.gfield {
  margin: 0;
}

#page .gform_wrapper .top_label .gfield_label {
  margin-bottom: 3px;
  color: #0067B5;
  font-size: 13px;
  font-weight: normal;
}

label.error {
  color: red;
}

.required {
  color: #cc0033;
}

#page .gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 8px;
}
@media screen and (max-width: 767px) {
  #page .gform_wrapper .gform_fields {
    display: block;
  }
  #page .gform_wrapper .gform_fields .gfield {
    margin-bottom: 8px;
  }
}
#page .gform_wrapper .gform_fields .gfield {
  grid-column: auto;
}

#page .gform_wrapper input[type=text],
#page .gform_wrapper input[type=email],
#page .gform_wrapper input[type=phone],
textarea,
#page .gform_wrapper select {
  background: #fff;
  border: 1px solid #757575;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  padding: 12px 0;
  text-indent: 10px;
  color: #757575;
  width: 100%;
  border-radius: 6px;
}

#page span.gfield_required {
  display: none;
}

#page .gform_wrapper .gfield {
  padding: 0;
  margin: 0;
}
#page .gform_wrapper .gfield.full {
  grid-column: 1/3;
}

#page fieldset.gfield--type-checkbox .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#page fieldset.gfield--type-checkbox .gfield_checkbox .gchoice {
  flex: 100px 0;
}
#page fieldset.gfield--type-checkbox .gfield_checkbox .gchoice input {
  width: 20px;
  height: 20px;
  -webkit-appearance: checkbox;
}
#page fieldset.gfield--type-checkbox .gfield_checkbox .gchoice label {
  color: #0067B5;
  font-size: 13px;
}

#page .gform_wrapper #field_1_8 {
  margin-top: 18px;
}

/* Description: Site Layout */
/* Structure
------------------------------------------------------------ */
.container {
  max-width: 960px;
  margin: 0 auto;
}

/* Responsive Design
------------------------------------------------------------ */
@media only screen and (max-width: 1000px) {
  .container {
    width: auto;
    margin: 0 20px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  font-family: "ProximaNovaBold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.1em;
}

h1, h1 a, h2.h1, h2.h1 a {
  font-size: 46px;
}
@media screen and (max-width: 600px) {
  h1, h1 a, h2.h1, h2.h1 a {
    line-height: 0.9em;
  }
}

h2, h2 a {
  font-size: 34px;
}

h3, h3 a {
  font-size: 28px;
}

h4, h4 a {
  font-size: 22px;
}

h5, h5 a {
  font-size: 20px;
}

h6, h6 a {
  font-size: 20px;
}

#page button, #page .button a, #page .button a:visited, #page input.button {
  font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 1em;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  background: #0096FF;
  border: none;
  border-radius: 10px;
  padding: 12px 30px 12px;
  width: 240px;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
#page button:hover, #page .button a:hover, #page .button a:visited:hover, #page input.button:hover {
  transform: scale(1.2);
}
#page .loose a, #page .loose a:visited {
  padding: 20px 30px 16px;
}
#page .reverse button, #page .reverse .button a, #page .reverse .button a:visited, #page .reverse input.button {
  color: #004A52;
  background: #fff;
}
#page .inline.blue a, #page .inline.blue a:visited {
  color: #0096FF;
  text-decoration: underline;
  font-family: "ProximaNovaSemiBold", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-size: 600;
  display: inline-block;
}

a, a:visited {
  color: #222222;
  text-decoration: none;
}

.entry-content a, .entry-content a:visited {
  color: #0096FF;
}
.entry-content a:hover, .entry-content a:visited:hover {
  text-decoration: underline;
}

.subscribe {
  margin: 40px 40px 0;
  flex: 1;
}
.subscribe form {
  display: flex;
  justify-content: space-between;
}
.subscribe form input[type=text] {
  padding: 16px 0;
  text-indent: 15px;
  font-size: 12px;
  color: #a5aeb6;
  width: 67%;
  margin-right: 4%;
  display: inline-block;
}
.subscribe form input.button {
  width: 28%;
  padding: 15px 0;
}

#colophon .social .social {
  align-items: center;
  display: flex;
}
#colophon .social .social a, #colophon .social .social a:visited {
  display: block;
  margin: 0 1rem;
}

body.mobile-overlay-menu-active {
  overflow: hidden;
}

.mobile-overlay-menu-active #branding {
  transition: background-color 0.5s ease-in-out;
  background-color: transparent;
}

.menu-toggle {
  position: relative;
  width: 30px;
  height: 24px;
  display: block;
}
.menu-toggle .bars, .menu-toggle .bars::before, .menu-toggle .bars::after {
  background-color: #0096FF;
  content: "";
  display: block;
  height: 5px;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
}
.reverse .menu-toggle .bars, .reverse .menu-toggle .bars::before, .reverse .menu-toggle .bars::after {
  background-color: #0096FF;
}
.menu-toggle .bars {
  height: 5px;
  top: 10px;
  transition: background-color 0.3s;
}
.mobile-overlay-menu-active .menu-toggle .bars {
  background: transparent;
}
.menu-toggle .bars::before, .menu-toggle .bars::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.mobile-overlay-menu-active .menu-toggle .bars::before, .mobile-overlay-menu-active .menu-toggle .bars::after {
  transition-delay: 0s, 0.3s;
}
.menu-toggle .bars::before {
  transition-property: top, transform;
  top: -10px;
}
.mobile-overlay-menu-active .menu-toggle .bars::before {
  top: 0;
  transform: rotate(45deg);
}
.menu-toggle .bars::after {
  transition-property: bottom, transform;
  bottom: -10px;
}
.mobile-overlay-menu-active .menu-toggle .bars::after {
  bottom: 0;
  transform: rotate(-45deg);
}

#mobile-overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow-x: hidden;
  pointer-events: none;
}
#mobile-overlay-menu .inner {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  background-color: #fff;
}
.loaded #mobile-overlay-menu .inner {
  transition: all 0.5s ease-in-out;
}
#mobile-overlay-menu .inner .content {
  padding: 120px 20px 40px;
  background-color: #fff;
}
.admin-bar #mobile-overlay-menu .inner .content::before {
  height: 32px;
  content: "";
  display: block;
}
@media screen and (max-width: 782px) {
  #mobile-overlay-menu .inner .content::before {
    height: 46px;
    content: "";
    display: block;
  }
}
#mobile-overlay-menu .inner .content a, #mobile-overlay-menu .inner .content a:visited {
  color: #004A52;
  font-size: 22px;
  margin-bottom: 12px;
  display: block;
  text-align: center;
}
#mobile-overlay-menu .inner .menu > .wpml-ls-item {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
#mobile-overlay-menu .inner .menu > .wpml-ls-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 140px;
  height: 1px;
  background: #ccc;
  transform: translateX(-50%);
}
.mobile-overlay-menu-active #mobile-overlay-menu {
  pointer-events: all;
}
.mobile-overlay-menu-active #mobile-overlay-menu .inner {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media screen and (min-width: 961px) {
  #mobile-overlay-menu {
    display: none !important;
  }
}
.bg-icon-arrow-prev {
  width: 32px;
  height: 32px;
  background-image: url(https://receipthog2023.test/wp-content/uploads/2023/03/arrow-prev.svg);
  background-size: cover;
  background-position: left top;
  display: inline-block;
}

.bg-icon-arrow-next {
  width: 32px;
  height: 32px;
  background-image: url(https://receipthog2023.test/wp-content/uploads/2023/03/arrow-next.svg);
  background-size: cover;
  background-position: left top;
  display: inline-block;
}

.bg-icon-app-store-button {
  width: 138px;
  height: 42px;
  background-image: url(https://receipthog2023.test/wp-content/uploads/2023/03/app-store.png);
  background-size: cover;
  background-position: left top;
  display: inline-block;
}

.bg-icon-google-play-button {
  width: 138px;
  height: 42px;
  background-image: url(https://receipthog2023.test/wp-content/uploads/2023/03/google-play.png);
  background-size: cover;
  background-position: left top;
  display: inline-block;
}

.bg-icon-qr-code {
  width: 120px;
  height: 120px;
  background-image: url(https://receipthog2023.test/wp-content/uploads/2023/03/qrcode.png);
  background-size: cover;
  background-position: left top;
  display: inline-block;
}

.bg-icon-cta-right-arrow {
  width: 18px;
  height: 18px;
  background-image: url(https://receipthog2023.test/wp-content/uploads/2023/03/right-arrow.svg);
  background-size: cover;
  background-position: left top;
  display: inline-block;
}

.bg-icon-stars {
  width: 264px;
  height: 45px;
  background-image: url(https://receipthog2023.test/wp-content/uploads/2023/03/stars.png);
  background-size: cover;
  background-position: left top;
  display: inline-block;
}

.component {
  position: relative;
  z-index: 200;
}

#footer {
  background: #0067B5;
}
#footer .container {
  padding: 90px 0;
}
#footer .container .footer-top {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 40px 15%;
}
@media screen and (max-width: 767px) {
  #footer .container .footer-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#footer .container .footer-top .left .footer-logo {
  margin-bottom: 20px;
}
#footer .container .footer-top .left .social {
  display: flex;
  gap: 24px;
}
#footer .container .footer-top .left .social a, #footer .container .footer-top .left .social a:visited {
  display: block;
  flex: 36px 0;
}
#footer .container .footer-top .right {
  flex: 1 0;
  max-width: 400px;
}
#footer .container .footer-top .right .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}
#footer .container .footer-top .right .menu li a, #footer .container .footer-top .right .menu li a:visited {
  font-size: 14px;
}
#footer .container .footer-bottom {
  font-size: 13px;
  font-style: italic;
}

#branding {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #fff;
}
#branding:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
}
.admin-bar #branding {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #branding {
    top: 46px;
  }
}
#branding #branding-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  z-index: 1002;
  padding: 0;
  height: 72px;
  background-color: #fff;
}
#branding #branding-inner #logo {
  flex: 190px 0;
  padding: 0;
  margin: 0;
  line-height: 1em;
}
#branding #branding-inner #logo a {
  display: block;
}
#branding #branding-inner #logo a img {
  height: 38px;
  display: block;
}
#branding #branding-inner .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
#branding #branding-inner .header-right .row nav li {
  list-style: none;
  display: inline-block;
}
#branding #branding-inner .header-right .row nav li a, #branding #branding-inner .header-right .row nav li a:visited {
  font-size: 14px;
  display: inline-block;
  margin: 0 27px;
  color: #004A52;
}
#branding #branding-inner .header-right .row nav li:last-child a, #branding #branding-inner .header-right .row nav li:last-child a:visited {
  margin-right: 0;
}
#branding #branding-inner .menu > .wpml-ls-item {
  position: relative;
}
#branding #branding-inner .menu > .wpml-ls-item > a {
  position: relative;
  z-index: 2;
}
#branding #branding-inner .menu > .wpml-ls-item > a:before {
  position: absolute;
  content: "";
  background: url(../../src/img/caret-down-icon.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 8px;
  top: 9px;
  right: -14px;
  opacity: 0.7;
}
#branding #branding-inner .menu > .wpml-ls-item .wpml-ls-flag {
  position: relative;
  top: 1px;
}
#branding #branding-inner .menu > .wpml-ls-item ul.sub-menu {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 110px;
  left: 10px;
  bottom: 20px;
  transform: translateY(100%);
  text-align: left;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  padding-top: 20px;
  padding-bottom: 5px;
}
#branding #branding-inner .menu > .wpml-ls-item ul.sub-menu li a, #branding #branding-inner .menu > .wpml-ls-item ul.sub-menu li a:visited {
  padding: 0;
  margin-left: 17px;
}
#branding #branding-inner .menu > .wpml-ls-item:hover ul.sub-menu {
  opacity: 1;
}
#branding.scrolled:before {
  content: "";
  width: 100%;
  height: 80px;
  max-height: 120px;
  position: absolute;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 960px) {
  #branding:before {
    content: "";
    width: 100%;
    height: 80px;
    max-height: 120px;
    position: absolute;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  }
  #branding .header-right {
    display: none !important;
  }
  #branding .mobile-nav {
    display: block !important;
  }
}

#main {
  padding-top: 72px;
}

#teconsent {
  position: fixed;
  bottom: 10px;
  left: 10px;
}

.alternating_image_and_copy {
  background: #F5F5FE;
}
.alternating_image_and_copy .container {
  position: relative;
}
.alternating_image_and_copy .container .top {
  text-align: center;
  margin-bottom: 60px;
}
.alternating_image_and_copy .container .top h2 {
  font-size: 46px;
}
.alternating_image_and_copy .container .entry-content p, .alternating_image_and_copy .container .entry-content li {
  font-size: 22px;
  line-height: 1.2em;
}
.alternating_image_and_copy .container .items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .alternating_image_and_copy .container .items {
    gap: 80px;
  }
}
.alternating_image_and_copy .container .items .item {
  display: flex;
  gap: 30px 8%;
  align-items: center;
}
.alternating_image_and_copy .container .items .item .content {
  flex: 48% 0;
}
.alternating_image_and_copy .container .items .item .image {
  padding-right: 8%;
  flex: 1 0;
}
.alternating_image_and_copy .container .items .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.alternating_image_and_copy .container .items .item:nth-child(odd) .image {
  padding: 0;
  padding-left: 8%;
}
@media screen and (max-width: 1024px) {
  .alternating_image_and_copy .container .items .item .image {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .alternating_image_and_copy .container .items .item {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse !important;
    text-align: center;
  }
  .alternating_image_and_copy .container .items .item .image img {
    max-width: 320px;
  }
}
.alternating_image_and_copy .container .bottom {
  margin-top: 60px;
  text-align: center;
}

.banner_image_video video {
  width: 100%;
  object-fit: cover;
  background-size: cover;
  z-index: 1;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.banner_image_video .container {
  position: relative;
  z-index: 200;
}

.blog_featured_posts_banner .top {
  margin-bottom: 50px;
}
.blog_featured_posts_banner .posts {
  margin-bottom: 0 !important;
}
.blog_featured_posts_banner .posts .post {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.blog_featured_posts_banner .posts .post:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 150, 255, 0.75), rgba(0, 150, 255, 0));
  z-index: 2;
}
.blog_featured_posts_banner .posts .post > a {
  display: block;
  padding: 0 40px;
  height: 300px;
}
.blog_featured_posts_banner .posts .post .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.blog_featured_posts_banner .posts .post .content {
  position: absolute;
  bottom: 40px;
  z-index: 3;
}
.blog_featured_posts_banner .posts .post .content h2 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.1em;
  max-width: 800px;
}
.blog_featured_posts_banner .posts .post .content .meta.date {
  font-size: 16px;
}
#page .blog_featured_posts_banner .slick-slider .slick-dots {
  bottom: 20px;
}
#page .blog_featured_posts_banner .slick-slider .slick-dots li {
  margin: 0 1px;
}
#page .blog_featured_posts_banner .slick-slider .slick-dots li button {
  background: transparent;
  background-image: none;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
#page .blog_featured_posts_banner .slick-slider .slick-dots li button:hover {
  transform: none;
}
#page .blog_featured_posts_banner .slick-slider .slick-dots li.slick-active button {
  background-color: #0096FF;
  border-color: #0096FF;
}

.blog_featured_posts {
  background: #f5f5fe;
}
.blog_featured_posts .container .top {
  text-align: center;
  margin-bottom: 60px;
}
.blog_featured_posts .container .posts {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .blog_featured_posts .container .posts {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .blog_featured_posts .container .posts {
    grid-template-columns: 1fr;
  }
}
.blog_featured_posts .container .posts .post .header-image {
  background-size: cover;
  background-position: center center;
}
.blog_featured_posts .container .cta {
  margin-top: 60px;
  text-align: center;
}

.blog_latest_posts .container .top {
  margin-bottom: 40px;
}
.blog_latest_posts .container .top .subtitle {
  margin-top: 40px;
  font-size: 16px;
}
.blog_latest_posts .container .categories {
  margin-bottom: 60px;
  display: grid;
  gap: 20px 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  min-height: 70px;
}
.blog_latest_posts .container .categories .item {
  border-radius: 14px;
  background: none;
  border: 5px solid #DADADA;
  text-align: center;
  font-size: 26px;
  line-height: 1em;
  padding: 0 5px;
  font-family: "ProximaNovaBold", Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.blog_latest_posts .container .categories .item:hover, .blog_latest_posts .container .categories .item.active {
  background: #0096FF;
  color: #fff;
  border-color: #0096FF;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .blog_latest_posts .container .categories .item {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .blog_latest_posts .container .categories {
    grid-template-columns: 1fr 1fr;
  }
}
.blog_latest_posts .container .category-header {
  margin: 0 0 60px;
}
.blog_latest_posts .container .category-header h2 {
  margin-bottom: 20px;
  color: #0096FF;
}
.blog_latest_posts .container .category-header .description, .blog_latest_posts .container .category-header .description p, .blog_latest_posts .container .category-header .description li {
  font-size: 24px;
}
.blog_latest_posts .container .posts {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .blog_latest_posts .container .posts {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .blog_latest_posts .container .posts {
    grid-template-columns: 1fr;
  }
}
.blog_latest_posts .container .posts .post .header-image {
  background-size: cover;
  background-position: center center;
}

.bs-posts__pagination {
  margin-top: 30px;
}
.bs-posts__pagination h2 {
  display: none;
}
.bs-posts__pagination .nav-links {
  display: flex;
  justify-content: center;
}
.bs-posts__pagination .nav-links a.page-numbers, .bs-posts__pagination .nav-links span.page-numbers {
  display: block;
  margin: 0 2.5px;
  color: #019992;
  background-color: #fff;
  position: relative;
  height: 44.5px;
  width: 44.5px;
  padding: 0;
  line-height: 45px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 14px;
}
.bs-posts__pagination .nav-links a.page-numbers.current, .bs-posts__pagination .nav-links span.page-numbers.current {
  color: #fff;
  background-color: #0096FF;
  border-color: #0096FF;
}
.bs-posts__pagination .nav-links a.page-numbers:hover {
  color: #0096FF;
  background-color: #fff;
  border-color: #0096FF;
}
.bs-posts__pagination .nav-links a.next::before, .bs-posts__pagination .nav-links a.prev::before {
  background-image: url(../../src/img/icon-sprite.svg);
  background-size: 400px auto;
  background-repeat: no-repeat;
  background-position: -254px 0;
  position: absolute;
  top: 13.75px;
  left: 18.75px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
}
.bs-posts__pagination .nav-links a.next::before {
  background-position: -265px 0;
}

.centered_text {
  position: relative;
  overflow: hidden;
}
.centered_text .circles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.centered_text .circles div {
  position: absolute;
  border-radius: 50%;
}
.centered_text .circles .yellow {
  background: #F6CC11;
  width: 924px;
  height: 924px;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, -93%, 0);
}
.centered_text .circles .blue {
  background: #0096FF;
  width: 924px;
  height: 924px;
  right: 81%;
  top: 0;
  transform: translate3d(0, -5%, 0);
}
@media screen and (max-width: 1200px) {
  .centered_text .circles .blue {
    right: 90%;
  }
}
.centered_text .circles .pink {
  background: #F9C6DC;
  width: 1266px;
  height: 1266px;
  left: 85%;
  top: 0;
  transform: translate3d(0, -30%, 0);
}
@media screen and (max-width: 1200px) {
  .centered_text .circles .pink {
    left: 92%;
  }
}
@media screen and (max-width: 600px) {
  .centered_text .circles .yellow {
    width: 186px;
    height: 186px;
    left: 30%;
    top: auto;
    bottom: 0;
    transform: translate3d(-50%, 70%, 0);
  }
  .centered_text .circles .blue {
    width: 536px;
    height: 536px;
    left: -30%;
    top: 0;
    transform: translate3d(0, -90%, 0);
  }
  .centered_text .circles .pink {
    width: 241px;
    height: 241px;
    left: 100%;
    top: auto;
    bottom: 0;
    transform: translate3d(-20%, -5%, 0);
  }
}
.centered_text .inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .centered_text .inner .container .top {
    text-align: left;
  }
}
.centered_text .inner .container .top .entry-content p, .centered_text .inner .container .top .entry-content li {
  font-size: 22px;
}
.centered_text .inner .container .cta {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .centered_text.with-circles .inner .container .top {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .centered_text.with-circles .inner .container .top {
    width: auto;
  }
}

.section-cta {
  background: #f5f5fe;
  position: relative;
  overflow: hidden;
}
.section-cta .bg {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: auto;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
}
.section-cta .container {
  position: relative;
  z-index: 2;
  padding-top: 180px;
  padding-bottom: 160px;
}
.section-cta .container .top {
  text-align: center;
  margin-bottom: 60px;
}
.section-cta .container .top h2 strong {
  color: #0096FF;
}
.section-cta .container .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.section-cta .container .actions .qr-code {
  width: 117px;
}
@media screen and (max-width: 767px) {
  .section-cta .container .actions .qr-code {
    display: none !important;
  }
}
.section-cta .container .actions .download-button {
  display: block !important;
}
.section-cta .container .actions .download-button img {
  width: 195px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .section-cta .container .actions {
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .section-cta .container .actions {
    flex-direction: column;
  }
}
.section-cta.bottom_cta_as_rectangle {
  background: #fff;
}
.section-cta.bottom_cta_as_rectangle .bg {
  width: 100%;
  object-fit: cover;
}
.section-cta.bottom_cta_as_rectangle .container {
  padding-top: 80px;
}

.dropdowns_with_images {
  background: #F5F5FE url(../../src/img/dots.png) no-repeat center top;
  background-size: 130% auto;
}
.dropdowns_with_images .container .top {
  margin-bottom: 60px;
}
.dropdowns_with_images .columns {
  position: relative;
  display: flex;
}
.dropdowns_with_images .columns .left {
  flex: 48% 0;
}
.dropdowns_with_images .columns .left .items .item {
  padding-left: 60px;
  position: relative;
  margin-bottom: 30px;
}
.dropdowns_with_images .columns .left .items .item::before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  border-radius: 50%;
  background: #0096FF;
  left: 0;
  top: 3px;
}
.dropdowns_with_images .columns .left .items .item h3 {
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.dropdowns_with_images .columns .left .items .item h3 .arrow {
  position: absolute;
  right: -24px;
  top: 7px;
  width: 18px;
  height: 18px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.dropdowns_with_images .columns .left .items .item h3 .arrow.black {
  opacity: 1;
}
.dropdowns_with_images .columns .left .items .item h3:hover {
  color: #0096FF;
}
.dropdowns_with_images .columns .left .items .item h3:hover .arrow.black {
  opacity: 0;
}
.dropdowns_with_images .columns .left .items .item h3:hover .arrow.blue {
  opacity: 1;
}
.dropdowns_with_images .columns .left .items .item .expandable {
  display: none;
}
.dropdowns_with_images .columns .left .items .item.active h3 {
  color: #0096FF;
}
.dropdowns_with_images .columns .left .items .item.active h3 .arrow {
  transform: rotate(90deg);
}
.dropdowns_with_images .columns .left .items .item.active h3 .arrow.black {
  opacity: 0;
}
.dropdowns_with_images .columns .left .items .item.active h3 .arrow.blue {
  opacity: 1;
}
.dropdowns_with_images .columns .left .items .item.active .expandable .entry-content p, .dropdowns_with_images .columns .left .items .item.active .expandable .entry-content li {
  font-size: 22px;
}
.dropdowns_with_images .columns .left .cta {
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 60px;
}
.dropdowns_with_images .columns .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
}
.dropdowns_with_images .columns .right .image {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.dropdowns_with_images .columns .right .image.active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .dropdowns_with_images .columns .right {
    width: 45%;
  }
}
@media screen and (max-width: 660px) {
  .dropdowns_with_images .columns {
    flex-direction: column;
  }
  .dropdowns_with_images .columns .left .cta {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .dropdowns_with_images .columns .right {
    display: none;
  }
}

.feature_banner {
  background: #F6CC11;
}
.feature_banner .image.full {
  height: 100%;
  width: 45%;
  position: absolute;
  left: 0;
  top: 0;
}
.feature_banner .image.full img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  left: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  .feature_banner .image.full {
    width: 55%;
  }
}
.feature_banner .image.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .feature_banner {
    padding-bottom: 550px !important;
  }
  .feature_banner .image.full {
    display: none;
  }
  .feature_banner .image.mobile {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
  }
  .feature_banner .image.mobile img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    left: 0;
    top: 0;
  }
}
.feature_banner .container .columns {
  display: flex;
  justify-content: flex-end;
}
.feature_banner .container .columns .right {
  flex: 50% 0;
}
.feature_banner .container .columns .right .entry-content p, .feature_banner .container .columns .right .entry-content li {
  font-size: 22px;
  line-height: 1.2em;
}
.feature_banner .container .columns .right h3 {
  margin-bottom: 14px;
  color: #000;
  line-height: 1.2em;
}
.feature_banner .container .columns .right h2 {
  font-size: 46px;
  line-height: 1em;
  color: #000;
}
.feature_banner .container .columns .right .cta {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .feature_banner .container .columns .right {
    flex: 40% 0;
  }
}
@media screen and (max-width: 767px) {
  .feature_banner .container .columns {
    display: block;
  }
}

.form_and_text .container .top .entry-content p, .form_and_text .container .top .entry-content li {
  font-size: 22px;
}
.form_and_text .container .form {
  margin: 30px auto 0;
  max-width: 600px;
}

.hero_banner {
  overflow: hidden;
}
.hero_banner .container {
  position: relative;
}
.hero_banner .container .columns {
  display: flex;
  height: 420px;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
}
@media screen and (max-width: 980px) {
  .hero_banner .container .columns {
    gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .hero_banner .container .columns {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    max-width: 540px;
    margin: 0 auto;
    height: auto;
  }
}
.hero_banner .container .columns .left {
  padding: 40px 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex: 46% 0;
}
@media screen and (max-width: 767px) {
  .hero_banner .container .columns .left {
    padding-bottom: 14px;
  }
}
.hero_banner .container .columns .left .content h1 {
  font-size: 46px;
  line-height: 1em;
}
@media screen and (max-width: 980px) {
  .hero_banner .container .columns .left .content h1 {
    font-size: 44px;
  }
}
.hero_banner .container .columns .left .content h1 strong {
  color: #F6CC11;
}
.hero_banner .container .columns .left .content .entry-content p, .hero_banner .container .columns .left .content .entry-content li {
  font-size: 22px;
  line-height: 1.2em;
}
.hero_banner .container .columns .left .content .logos {
  display: flex;
  gap: 12px 20px;
  margin-top: 22px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .hero_banner .container .columns .left .content .logos {
    justify-content: center;
  }
}
.hero_banner .container .columns .left .content .logos .item {
  flex: 82px 0;
}
.hero_banner .container .columns .right {
  flex: 1 0;
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hero_banner .container .columns .right {
    width: 460px;
    margin: 0 auto;
    height: 400px;
    align-items: flex-start;
  }
}
.hero_banner .container .columns .right .download-options {
  flex: 210px 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero_banner .container .columns .right .download-options {
    position: absolute;
    left: 0;
    top: 20px;
  }
}
.hero_banner .container .columns .right .right-image {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: right;
}
.hero_banner .container .columns .right .right-image img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hero_banner .container .columns .right .right-image {
    height: 380px;
    width: 100%;
    position: relative;
    text-align: right;
    right: 0 !important;
  }
  .hero_banner .container .columns .right .right-image img {
    height: 380px;
    width: auto;
  }
}

.qr-code {
  width: 210px;
  height: 210px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mobile .qr-code {
  display: none;
}
.qr-code .inner {
  padding: 0 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.qr-code .inner div {
  color: #000 !important;
  font-size: 18px;
  line-height: 1.4em;
  font-family: "ProximaNovaSemiBold", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.desktop .download-button {
  display: none;
}
.desktop .download-button.display-on-desktop {
  display: block;
}

#page .icon_columns_2 .container .items .item .image {
  margin: 0 0 40px;
}

#page .icon_columns .container .items {
  gap: 60px 6.67%;
}
#page .icon_columns .container .items .item {
  flex: 20% 0;
}
@media screen and (max-width: 540px) {
  #page .icon_columns .container .items .item .text {
    height: auto !important;
  }
}
#page .icon_columns .container .items .item h3 {
  font-size: 34px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  #page .icon_columns .container .items .item h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 540px) {
  #page .icon_columns .container .items .item h3 {
    font-size: 40px;
  }
}
#page .icon_columns .container .items .item .image {
  margin-top: 26px;
}
@media screen and (max-width: 1023px) {
  #page .icon_columns .container .items {
    flex-wrap: wrap;
    justify-content: center;
  }
  #page .icon_columns .container .items .item {
    flex: 30% 0;
  }
}
@media screen and (max-width: 700px) {
  #page .icon_columns .container .items .item {
    flex: 40% 0;
  }
}
@media screen and (max-width: 540px) {
  #page .icon_columns .container .items .item {
    flex: 100% 0;
  }
  #page .icon_columns .container .items .item img {
    width: 200px;
  }
}

.icons-3-or-4, .icon_columns_2, .icon_columns {
  text-align: center;
  background: #F5F5FE;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .icons-3-or-4.icons-3-or-4::before, .icon_columns_2.icons-3-or-4::before, .icon_columns.icons-3-or-4::before {
    content: "";
    display: block;
    background: #fff;
    min-width: 2000px;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
}
.icons-3-or-4.icons-3-or-4::after, .icon_columns_2.icons-3-or-4::after, .icon_columns.icons-3-or-4::after {
  content: "";
  display: block;
  background: #fff;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  min-height: 2000px;
  min-width: 2000px;
  width: 100vw;
  height: 100vw;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .icons-3-or-4.icon_columns_2::before, .icon_columns_2.icon_columns_2::before, .icon_columns.icon_columns_2::before {
    content: "";
    display: block;
    background: #fff;
    min-width: 2000px;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
}
.icons-3-or-4.icon_columns_2::after, .icon_columns_2.icon_columns_2::after, .icon_columns.icon_columns_2::after {
  content: "";
  display: block;
  background: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  min-height: 2000px;
  min-width: 2000px;
  width: 100vw;
  height: 100vw;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.icons-3-or-4 .container, .icon_columns_2 .container, .icon_columns .container {
  position: relative;
  z-index: 3;
}
.icons-3-or-4 .container .entry-content p, .icons-3-or-4 .container .entry-content li, .icon_columns_2 .container .entry-content p, .icon_columns_2 .container .entry-content li, .icon_columns .container .entry-content p, .icon_columns .container .entry-content li {
  font-size: 22px;
  line-height: 1.2em;
}
.icons-3-or-4 .container .top, .icon_columns_2 .container .top, .icon_columns .container .top {
  margin-bottom: 60px;
}
.icons-3-or-4 .container .top h2 strong, .icon_columns_2 .container .top h2 strong, .icon_columns .container .top h2 strong {
  color: #0096FF;
}
.icons-3-or-4 .container .items, .icon_columns_2 .container .items, .icon_columns .container .items {
  display: flex;
  gap: 80px 4%;
  justify-content: space-between;
}
.icons-3-or-4 .container .items .item, .icon_columns_2 .container .items .item, .icon_columns .container .items .item {
  max-width: 29%;
}
.icons-3-or-4 .container .items .item h3, .icon_columns_2 .container .items .item h3, .icon_columns .container .items .item h3 {
  font-size: 46px;
  font-family: "ProximaNovaBold", Arial, Helvetica, sans-serif;
  color: #0096FF;
}
.icons-3-or-4 .container .items .item .entry-content, .icon_columns_2 .container .items .item .entry-content, .icon_columns .container .items .item .entry-content {
  max-width: 300px;
  margin: 0 auto;
}
.icons-3-or-4 .container .items .item .image, .icon_columns_2 .container .items .item .image, .icon_columns .container .items .item .image {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .icons-3-or-4 .container .items, .icon_columns_2 .container .items, .icon_columns .container .items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .icons-3-or-4 .container .items .item, .icon_columns_2 .container .items .item, .icon_columns .container .items .item {
    max-width: none;
  }
  .icons-3-or-4 .container .items .item .image, .icon_columns_2 .container .items .item .image, .icon_columns .container .items .item .image {
    margin-top: 20px;
  }
}
.icons-3-or-4 .container .cta, .icon_columns_2 .container .cta, .icon_columns .container .cta {
  margin-top: 60px;
}

.logos {
  background: #0096FF;
  overflow: hidden;
}
.logos .entry-content p, .logos .entry-content li {
  font-size: 22px;
  line-height: 1.2em;
}
.logos .columns {
  display: flex;
  gap: 11%;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .logos .columns {
    flex-direction: column;
    text-align: center;
  }
}
.logos .columns .left {
  flex: 1 0;
}
.logos .columns .left .content {
  max-width: 360px;
}
.logos .columns .left .content h2 {
  font-size: 44px;
  line-height: 1em;
}
.logos .columns .left .content .cta {
  margin-top: 40px;
}
.logos .columns .right {
  position: relative;
  flex: 500px 0;
}
.logos .columns .right .logo-items, .logos .columns .right .ghost-logos {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 40px;
  justify-content: flex-start;
  align-items: center;
}
.logos .columns .right .logo-items {
  z-index: 2;
}
.logos .columns .right .logo-items .item {
  flex: 132px 0;
  opacity: 0;
  transform: scale(0);
}
.logos .columns .right .ghost-logos {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 1000px;
}
.logos .columns .right .ghost-logos div {
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  flex: 132px 0;
  height: 134px;
}
.logos .columns .right .ghost-logos .ghost-logo-6, .logos .columns .right .ghost-logos .ghost-logo-7, .logos .columns .right .ghost-logos .ghost-logo-8, .logos .columns .right .ghost-logos .ghost-logo-12, .logos .columns .right .ghost-logos .ghost-logo-13, .logos .columns .right .ghost-logos .ghost-logo-14 {
  opacity: 0;
}
@media screen and (max-width: 1000px) {
  .logos .columns .right {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    flex: initial;
  }
  .logos .columns .right .logo-items {
    flex: 520px 0;
    justify-content: center;
  }
  .logos .columns .right .ghost-logos {
    top: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0) !important;
    width: 900px;
    justify-content: center;
  }
  .logos .columns .right .ghost-logos .ghost-logo-12, .logos .columns .right .ghost-logos .ghost-logo-13, .logos .columns .right .ghost-logos .ghost-logo-14 {
    opacity: 0.3;
  }
  .logos .columns .right .ghost-logos .ghost-logo-1, .logos .columns .right .ghost-logos .ghost-logo-1, .logos .columns .right .ghost-logos .ghost-logo-3 {
    opacity: 0;
  }
}
@media screen and (max-width: 540px) {
  .logos .columns .right .logo-items {
    flex: 320px 0;
  }
  .logos .columns .right .ghost-logos {
    width: 700px;
  }
  .logos .columns .right .ghost-logos .ghost-logo-6, .logos .columns .right .ghost-logos .ghost-logo-7, .logos .columns .right .ghost-logos .ghost-logo-8,
  .logos .columns .right .ghost-logos .ghost-logo-1, .logos .columns .right .ghost-logos .ghost-logo-1, .logos .columns .right .ghost-logos .ghost-logo-3 {
    opacity: 0.3;
  }
  .logos .columns .right .ghost-logos .ghost-logo-1, .logos .columns .right .ghost-logos .ghost-logo-2, .logos .columns .right .ghost-logos .ghost-logo-5, .logos .columns .right .ghost-logos .ghost-logo-6, .logos .columns .right .ghost-logos .ghost-logo-9, .logos .columns .right .ghost-logos .ghost-logo-10 {
    opacity: 0;
  }
}
@media screen and (max-width: 540px) {
  .logos .columns .right .logo-items, .logos .columns .right .ghost-logos {
    gap: 50px 20px;
  }
}

.page_content .top {
  background: #F5F5FE;
  padding: 5rem 0;
  margin-bottom: 3rem;
}
.page_content .top h1 {
  color: #0096FF;
  margin: 0;
  font-family: "ProximaNovaRegular", Arial, Helvetica, sans-serif;
}

.reviews .container .items .item .inner {
  padding: 0 40px;
  font-size: 34px;
  line-height: 1.1em;
  font-family: "ProximaNovaSemiBold", Arial, Helvetica, sans-serif;
}
.reviews .container .items .item .inner .stars {
  position: relative;
  width: 264px;
  height: 45px;
  margin: 0 auto 44px;
  overflow: hidden;
}
.reviews .container .items .item .inner .stars img {
  position: absolute;
  left: 0;
  top: 0;
  height: 45px !important;
  max-width: none;
  width: auto !important;
  z-index: 1;
}
.reviews .container .items .item .inner .byline {
  margin-top: 44px;
  font-size: 28px;
  font-family: "ProximaNovaBold", Arial, Helvetica, sans-serif;
}

#page .slick-slider button {
  background: url(../../src/img/arrow-left.svg);
  text-indent: -10000px;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  min-width: none;
  transform-origin: center;
  left: -20px;
}
#page .slick-slider button.slick-next {
  background: url(../../src/img/arrow-right.svg);
  left: auto;
  right: -20px;
}
#page .slick-slider button:hover {
  transform: translateY(-50%) scale(1.2);
}

.excerpt {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.excerpt a, .excerpt a:visited {
  display: block;
}
.excerpt .header-image {
  height: 160px;
  position: relative;
}
.excerpt .bottom {
  padding: 14px 14px 6px;
}
.excerpt .bottom h3 {
  margin-bottom: 0px;
}
.excerpt .bottom h3 a, .excerpt .bottom h3 a:visited {
  color: #004A52;
  display: block;
  font-family: "ProximaNovaBold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 1.2em;
}
.excerpt .bottom .meta {
  font-size: 12px;
}

.single #page .entry-header {
  margin-bottom: 40px;
}
.single #page .entry-header .entry-meta {
  color: #0096FF;
}
.single #page .entry-header h1 {
  line-height: 0.9em;
  margin-bottom: 15px;
}
.single #page .entry-header .author {
  font-size: 16px;
}
.single #page .featured-image {
  margin-bottom: 34px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 216px;
}
.single #page .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.single #page .entry-body {
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .single #page .entry-body {
    padding: 0 6px;
    margin-bottom: 60px;
  }
}
.single #page .entry-body .social-share {
  margin-bottom: 40px;
}
.single #page .bottom-info {
  display: flex;
  gap: 30px;
  margin-top: 100px;
  margin-bottom: 0;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .single #page .bottom-info {
    flex-direction: column;
  }
}
.single #page .bottom-info .author-info {
  border: 4px solid #0096FF;
  flex: 60% 0;
  border-radius: 20px;
}
.single #page .bottom-info .author-info .inner {
  padding: 30px;
}
.single #page .bottom-info .author-info .inner .top {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .single #page .bottom-info .author-info .inner .top {
    gap: 15px;
  }
}
@media screen and (max-width: 400px) {
  .single #page .bottom-info .author-info .inner .top {
    flex-direction: column;
    align-items: center;
  }
}
.single #page .bottom-info .author-info .inner .top .profile-image {
  flex: 116px 0;
}
.single #page .bottom-info .author-info .inner .top .profile-image .image {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  overflow: hidden;
}
.single #page .bottom-info .author-info .inner .top .profile-image .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single #page .bottom-info .author-info .inner .top .name {
  flex: 1 0;
}
.single #page .bottom-info .author-info .inner .bottom .entry-content p, .single #page .bottom-info .author-info .inner .bottom .entry-content li {
  font-size: 16px;
}
.single #page .share-copy-url {
  border: 4px solid #dadada;
  border-radius: 20px;
  flex: 1 0;
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40%;
}
.single #page .share-copy-url .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "ProximaNovaBold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.single #page .share-copy-url .inner .share {
  position: relative;
}
.single #page .share-copy-url .inner .message {
  color: green;
  position: absolute;
  bottom: -25px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-100%);
  transition: all 0.3s ease-in-out;
  width: 260px;
  text-align: center;
}
.single #page .share-copy-url .inner .message.on {
  opacity: 1;
  transform: translateX(-50%);
}
.single #page .share-copy-url .inner .icon img {
  width: 68px;
  height: 68px;
}

.a2a_kit .a2a_dd {
  display: none !important;
}
.a2a_kit .a2a_button_facebook, .a2a_kit .a2a_button_twitter, .a2a_kit .a2a_button_pinterest {
  width: 32px;
  height: 32px;
  background: url(../../src/img/facebook.svg) no-repeat;
  background-size: contain;
  padding-right: 1px;
}
.a2a_kit .a2a_button_facebook span, .a2a_kit .a2a_button_twitter span, .a2a_kit .a2a_button_pinterest span {
  display: none !important;
}
.a2a_kit .a2a_button_facebook.a2a_button_twitter, .a2a_kit .a2a_button_twitter.a2a_button_twitter, .a2a_kit .a2a_button_pinterest.a2a_button_twitter {
  background: url(../../src/img/twitter.svg) no-repeat;
}
.a2a_kit .a2a_button_facebook.a2a_button_pinterest, .a2a_kit .a2a_button_twitter.a2a_button_pinterest, .a2a_kit .a2a_button_pinterest.a2a_button_pinterest {
  background: url(../../src/img/pinterest.svg) no-repeat;
}

.eslider {
  overflow: hidden;
  height: 650px;
  max-height: 70vh;
  width: 100%;
  position: relative;
  opacity: 0;
}
.eslider .slides {
  display: flex;
  transform: translateX(0);
  height: 100%;
  width: 100%;
}
.eslider .slides .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}
.eslider .slide-controls a {
  position: absolute;
  left: 10%;
  top: 50%;
  margin-top: -18px;
  display: block;
  width: 36px;
  height: 54px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.eslider .slide-controls a.next {
  left: auto;
  right: 10%;
}
.eslider .slide-controls a.inactive {
  pointer-events: none;
  opacity: 0.3;
}
@media screen and (max-width: 1200px) {
  .eslider .slide-controls a {
    left: 20px;
  }
  .eslider .slide-controls a.next {
    right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .eslider .slide-controls a {
    left: 8px;
    width: 25px;
  }
  .eslider .slide-controls a.next {
    right: 8px;
  }
}
.eslider .slide-controls.with-control-nav {
  position: absolute;
  bottom: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eslider .slide-controls.with-control-nav a {
  display: block;
  margin: 0 8px;
  position: static;
}
@media screen and (max-width: 900px) {
  .eslider .slide-controls.with-control-nav {
    bottom: 60px;
  }
}
.eslider .slide-controls .control-nav {
  display: flex;
  justify-content: center;
}
.eslider .slide-controls .control-nav a {
  position: static;
  width: 20px;
  height: 20px;
  background: #333;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.eslider .slide-controls .control-nav a.current {
  opacity: 0.4;
  pointer-events: none;
}

/*# sourceMappingURL=main.css.map*/