/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
@font-face {
  font-family: 'DIN-Next';
  font-style: normal;
  font-weight: normal;
  src: url(/app/themes/aerserv/dist/fonts/DINNextLTPro-Regular.woff) format("woff");
}

@font-face {
  font-family: 'DIN-Next';
  font-style: normal;
  font-weight: bold;
  src: url(/app/themes/aerserv/dist/fonts/DINNextLTPro-Bold.woff) format("woff");
}

.sticky-subnav ul,
.careers-list .career-list li a .container,
.vc_section.text-grid.two-column .vc_row,
.template-text-only .main,
.archive .posts,
.blog .posts,
.single-career .page-header .container,
.single-post .post .addthis_tool,
.careers .join h1,
.page.integrations .sdk .sdk-intro,
.page.open-auction .dark-blue h4,
.vc_row.wide,
.page__footer .container,
.aerserv-custom-tour--homepage .aerserv-custom-tour__nav-wrapper,
.aerserv-custom-tour--homepage .aerserv-custom-tour__slick-container .slick-slide > div,
.vc_row,
.single-career article.type-career,
.single-post .page-header .container,
.single-post .related-posts,
.page.integrations .sdk-list .vc_column-inner,
.page.integrations .plugins-list .vc_column-inner,
.page__header,
.vc_section.hero .wpb_text_column,
.testimonial-carousel,
.aerserv-custom-tour__nav-dots,
.aerserv-custom-tour--text,
.single-post .post .entry-content__inner,
.careers .hero .eyebrow,
.careers .glass-door .title-row .wpb_text_column,
.page.integrations .sdk .sdk-intro .wpb_text_column,
.page.open-auction .get-started .form-row form,
.vc_column_container.vc_col-sm-6 .eyebrow,
.vc_column_container.vc_col-sm-6 .vc_custom_heading,
.vc_column_container.vc_col-sm-6 .button-container,
.vc_column_container.vc_col-sm-6 .wpb_content_element,
.page.mobile-video-advertising .ult-modal-input-wrapper,
.vc_column_container.vc_col-sm-8 .eyebrow,
.vc_column_container.vc_col-sm-8 .vc_custom_heading,
.vc_column_container.vc_col-sm-8 .button-container,
.vc_column_container.vc_col-sm-8 .wpb_content_element {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.sticky-subnav ul,
.careers-list .career-list li a .container,
.vc_section.text-grid.two-column .vc_row,
.template-text-only .main,
.archive .posts,
.blog .posts,
.single-career .page-header .container,
.single-post .post .addthis_tool,
.careers .join h1,
.page.integrations .sdk .sdk-intro,
.page.open-auction .dark-blue h4 {
  max-width: 1000px;
}

@media only screen and (min-width: 1025px) {
  .sticky-subnav ul,
  .careers-list .career-list li a .container,
  .vc_section.text-grid.two-column .vc_row,
  .template-text-only .main,
  .archive .posts,
  .blog .posts,
  .single-career .page-header .container,
  .single-post .post .addthis_tool,
  .careers .join h1,
  .page.integrations .sdk .sdk-intro,
  .page.open-auction .dark-blue h4 {
    padding: 0;
  }
}

.vc_row.wide,
.page__footer .container,
.aerserv-custom-tour--homepage .aerserv-custom-tour__nav-wrapper,
.aerserv-custom-tour--homepage .aerserv-custom-tour__slick-container .slick-slide > div,
.vc_row,
.single-career article.type-career,
.single-post .page-header .container,
.single-post .related-posts,
.page.integrations .sdk-list .vc_column-inner,
.page.integrations .plugins-list .vc_column-inner,
.page__header {
  max-width: 100%;
}

@media only screen and (min-width: 1280px) {
  .vc_row.wide,
  .page__footer .container,
  .aerserv-custom-tour--homepage .aerserv-custom-tour__nav-wrapper,
  .aerserv-custom-tour--homepage .aerserv-custom-tour__slick-container .slick-slide > div,
  .vc_row,
  .single-career article.type-career,
  .single-post .page-header .container,
  .single-post .related-posts,
  .page.integrations .sdk-list .vc_column-inner,
  .page.integrations .plugins-list .vc_column-inner,
  .page__header {
    padding: 0 40px;
  }
}

.vc_row.wide {
  max-width: 1440px;
}

.page__footer .container,
.aerserv-custom-tour--homepage .aerserv-custom-tour__nav-wrapper,
.aerserv-custom-tour--homepage .aerserv-custom-tour__slick-container .slick-slide > div,
.vc_row,
.single-career article.type-career,
.single-post .page-header .container,
.single-post .related-posts,
.page.integrations .sdk-list .vc_column-inner,
.page.integrations .plugins-list .vc_column-inner {
  max-width: 1280px;
}

.vc_section.hero .wpb_text_column,
.testimonial-carousel,
.aerserv-custom-tour__nav-dots,
.aerserv-custom-tour--text,
.single-post .post .entry-content__inner,
.careers .hero .eyebrow,
.careers .glass-door .title-row .wpb_text_column,
.page.integrations .sdk .sdk-intro .wpb_text_column,
.page.open-auction .get-started .form-row form {
  max-width: 720px;
}

.vc_column_container.vc_col-sm-6 .eyebrow,
.vc_column_container.vc_col-sm-6 .vc_custom_heading,
.vc_column_container.vc_col-sm-6 .button-container,
.vc_column_container.vc_col-sm-6 .wpb_content_element,
.page.mobile-video-advertising .ult-modal-input-wrapper {
  max-width: 460px;
}

.vc_column_container.vc_col-sm-8 .eyebrow,
.vc_column_container.vc_col-sm-8 .vc_custom_heading,
.vc_column_container.vc_col-sm-8 .button-container,
.vc_column_container.vc_col-sm-8 .wpb_content_element {
  max-width: 600px;
}

.page__header.login,
.page__header__nav .hamburger--front,
.page__header__nav .nav,
.sticky-subnav,
.vertical-iphone-video,
.horizontal-iphone-video,
.aerserv-custom-tour--homepage .aerserv-custom-tour__nav,
.archive .sidebar--blog-hero,
.blog .sidebar--blog-hero,
.single-post .page-header::after,
.desktop-only {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .page__header.login,
  .page__header__nav .hamburger--front,
  .page__header__nav .nav,
  .sticky-subnav,
  .vertical-iphone-video,
  .horizontal-iphone-video,
  .aerserv-custom-tour--homepage .aerserv-custom-tour__nav,
  .archive .sidebar--blog-hero,
  .blog .sidebar--blog-hero,
  .single-post .page-header::after,
  .desktop-only {
    display: block;
  }
}

.aerserv-custom-tour__nav-arrows,
.aerserv-custom-tour--text_image .aerserv-custom-tour__nav,
.desktop-only-flex {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .aerserv-custom-tour__nav-arrows,
  .aerserv-custom-tour--text_image .aerserv-custom-tour__nav,
  .desktop-only-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.eyebrow,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page__prefix,
.excerpt .entry-meta,
.single-post .page-header .entry-meta {
  position: relative;
  padding-left: 60px;
  color: #7ab2d6;
  font: bold 11px/36px "DIN-Next", "Arial", "Helvetica", "sans serif";
  letter-spacing: .2em;
  text-transform: uppercase;
}

.eyebrow::before,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page__prefix::before,
.excerpt .entry-meta::before,
.single-post .page-header .entry-meta::before {
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #7ab2d6;
  content: '';
}

.eyebrow.white,
.aerserv-custom-tour--homepage .white.aerserv-custom-tour__page__prefix,
.excerpt .white.entry-meta,
.single-post .page-header .white.entry-meta {
  color: #fff;
}

.eyebrow.white::before,
.aerserv-custom-tour--homepage .white.aerserv-custom-tour__page__prefix::before,
.excerpt .white.entry-meta::before,
.single-post .page-header .white.entry-meta::before {
  background: #fff;
}

.eyebrow.dark-blue,
.aerserv-custom-tour--homepage .dark-blue.aerserv-custom-tour__page__prefix,
.excerpt .dark-blue.entry-meta,
.single-post .page-header .dark-blue.entry-meta {
  color: #1e2f51;
}

.eyebrow.dark-blue::before,
.aerserv-custom-tour--homepage .dark-blue.aerserv-custom-tour__page__prefix::before,
.excerpt .dark-blue.entry-meta::before,
.single-post .page-header .dark-blue.entry-meta::before {
  background: #1e2f51;
}

.page__header__nav .nav > li > a[href],
.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li > a[href],
.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li > .sub-menu a[href],
.page__header__nav .nav > li.button > a,
a.button--outline,
div.button--outline > a,
a.button--orange,
div.button--orange > a,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button,
a.button--gray,
div.button--gray > a,
a.button--dark-blue,
div.button--dark-blue > a,
a.button--off-white,
div.button--off-white > a,
.off-canvas .button a,
a.button--white,
div.button--white > a,
a.button--large,
div.button--large > a,
a.button--huge,
div.button--huge > a,
a.button,
.body-wrapper input[type='submit'],
.body-wrapper button,
.integrations-box .button,
.page.mobile-video-advertising .ult-modal-input-wrapper span,
.sticky-subnav ul a,
.widget--story-careers a {
  position: relative;
}

.page__header__nav .nav > li > a[href]::after,
.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li > a[href]::after,
.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li > .sub-menu a[href]::after,
.page__header__nav .nav > li.button > a::after,
a.button--outline::after,
div.button--outline > a::after,
a.button--orange::after,
div.button--orange > a::after,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button::after,
a.button--gray::after,
div.button--gray > a::after,
a.button--dark-blue::after,
div.button--dark-blue > a::after,
a.button--off-white::after,
div.button--off-white > a::after,
.off-canvas .button a::after,
a.button--white::after,
div.button--white > a::after,
a.button--large::after,
div.button--large > a::after,
a.button--huge::after,
div.button--huge > a::after,
a.button::after,
.body-wrapper input[type='submit']::after,
.body-wrapper button::after,
.integrations-box .button::after,
.page.mobile-video-advertising .ult-modal-input-wrapper span::after,
.sticky-subnav ul a::after,
.widget--story-careers a::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
       -o-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1), -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
  background: #fff;
  content: '';
}

.page__header__nav .nav > li > a.hover[href]::after,
.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li > a.hover[href]::after,
.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li > .sub-menu a.hover[href]::after,
.page__header__nav .nav > li.button > a.hover::after,
a.hover.button--outline::after,
div.button--outline > a.hover::after,
a.hover.button--orange::after,
div.button--orange > a.hover::after,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .hover.button::after,
a.hover.button--gray::after,
div.button--gray > a.hover::after,
a.hover.button--dark-blue::after,
div.button--dark-blue > a.hover::after,
a.hover.button--off-white::after,
div.button--off-white > a.hover::after,
.off-canvas .button a.hover::after,
a.hover.button--white::after,
div.button--white > a.hover::after,
a.hover.button--large::after,
div.button--large > a.hover::after,
a.hover.button--huge::after,
div.button--huge > a.hover::after,
a.hover.button::after,
.body-wrapper input.hover[type='submit']::after,
.body-wrapper button.hover::after,
.integrations-box .hover.button::after,
.page.mobile-video-advertising .ult-modal-input-wrapper span.hover::after,
.sticky-subnav ul a.hover::after,
.widget--story-careers a.hover::after,
.page__header__nav .nav > li > a[href]:hover::after,
.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li > a[href]:hover::after,
.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li > .sub-menu a[href]:hover::after,
.page__header__nav .nav > li.button > a:hover::after,
a.button--outline:hover::after,
div.button--outline > a:hover::after,
a.button--orange:hover::after,
div.button--orange > a:hover::after,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button:hover::after,
a.button--gray:hover::after,
div.button--gray > a:hover::after,
a.button--dark-blue:hover::after,
div.button--dark-blue > a:hover::after,
a.button--off-white:hover::after,
div.button--off-white > a:hover::after,
.off-canvas .button a:hover::after,
a.button--white:hover::after,
div.button--white > a:hover::after,
a.button--large:hover::after,
div.button--large > a:hover::after,
a.button--huge:hover::after,
div.button--huge > a:hover::after,
a.button:hover::after,
.body-wrapper input[type='submit']:hover::after,
.body-wrapper button:hover::after,
.integrations-box .button:hover::after,
.page.mobile-video-advertising .ult-modal-input-wrapper span:hover::after,
.sticky-subnav ul a:hover::after,
.widget--story-careers a:hover::after,
.page__header__nav .nav > li.active > a[href]::after,
.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li.active > a[href]::after,
.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li > .sub-menu li.active > a[href]::after {
  -webkit-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}

@media only screen and (min-width: 1025px) {
  .page__header__nav .hamburger--mobile,
  .aerserv-custom-tour__nav-dots,
  .mobile-only {
    display: none;
  }
}

.page.banner-ads .what-are-banner-ads .wpb_column:last-child,
.careers .glass-door,
.home .main .iphone .wpb_single_image,
.tablet-only {
  display: none;
}

@media only screen and (min-width: 768px) {
  .page.banner-ads .what-are-banner-ads .wpb_column:last-child,
  .careers .glass-door,
  .home .main .iphone .wpb_single_image,
  .tablet-only {
    display: block;
  }
}

.top-line::before {
  display: block;
  width: 40px;
  height: 2px;
  margin: 35px 0;
  background: #7ab2d6;
  content: '';
}

.light-blue .top-line::before,
.light-blue.top-line::before {
  background: #1e2f51;
}

.video-bg,
.video-bg video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-bg video {
  font-family: "object-fit-cover";
  -o-object-fit: cover;
     object-fit: cover;
}

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

html {
  overflow-x: hidden;
}

html.no-scroll {
  overflow: hidden;
}

body {
  min-height: 100vh;
  background: #f1f1ee;
  color: #1e2f51;
  font: 18px / 32px "Poppins", "Arial", "Helvetica", "sans serif";
}

a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #1e2f51;
}

a:hover {
  color: #b39b6c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "DIN-Next", "Arial", "Helvetica", "sans serif";
  font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1 {
  font-size: 60px;
  line-height: 1;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ol {
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}

ol li {
  position: relative;
  counter-increment: ol-counter;
}

ol li::before {
  position: absolute;
  top: 0;
  left: -60px;
  font-weight: bold;
  content: counter(ol-counter, decimal-leading-zero);
}

.page__footer {
  position: relative;
  background: url(/app/themes/aerserv/dist/images/backgrounds/footer.jpg);
  background-size: cover;
  color: #fff;
  overflow: auto;
}

.page__footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 88px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 1025px) {
  .page__footer .container {
    padding-top: 140px;
  }
}

.page__footer a {
  color: #fff;
  text-decoration: none;
}

.page__footer .widget {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media only screen and (min-width: 1025px) {
  .page__footer .widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
  }
}

.page__footer .widget p {
  margin: 0;
}

.page__footer .widget--menu,
.page__footer .widget--copyright {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.page__header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #1e2f51;
  color: #7ab2d6;
  opacity: 0;
}

.window-loaded .page__header {
  opacity: 1;
}

.page__header.login {
  top: 0;
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 40px;
  text-align: right;
  text-transform: uppercase;
}

.page__header.login a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.page__header.sticky-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  -webkit-transition: all .2s ease-out, top 0s, z-index 0s;
  -o-transition: all .2s ease-out, top 0s, z-index 0s;
  transition: all .2s ease-out, top 0s, z-index 0s;
  z-index: 100;
}

@media only screen and (min-width: 1025px) {
  .page__header.sticky-nav {
    top: 40px;
  }
}

.page__header.sticky-nav.headroom--not-top {
  position: fixed;
  top: 0;
  height: 70px;
  margin: 0;
  padding: 0 20px;
  background: #fff;
}

.page__header.sticky-nav.headroom--not-top .page__header__nav .nav {
  height: 70px;
  line-height: 70px;
}

.page__header.sticky-nav.headroom--unpinned {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.page__header.sticky-nav.headroom--pinned {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}

.off-canvas--open .page__header.sticky-nav {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
  background: #162e40;
}

.page__header__brand {
  display: block;
  position: relative;
  width: 145px;
  height: 27px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .page__header__brand {
    width: 183px;
    height: 32px;
  }
}

.page__header__brand img,
.page__header__brand svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page__header__brand img path,
.page__header__brand svg path {
  fill: #7ab2d6;
}

.off-canvas--open .page__header__brand svg path {
  fill: #fff !important;
}

.page__header__nav {
  z-index: 2;
}

.page__header__nav ul {
  margin: 0;
  padding: 0;
}

.page__header__nav ul li,
.page__header__nav ul a,
.page__header__nav ul span {
  display: block;
  clear: both;
  list-style: none;
}

@media only screen and (min-width: 1025px) {
  .home .page__header__nav .nav {
    opacity: 0;
    pointer-events: none;
  }

  .home .page__header__nav .nav.expanded {
    opacity: 1;
    pointer-events: auto;
  }
}

.page__header__nav .hamburger {
  position: absolute;
  top: 0;
  right: 0;
}

.page__header__nav .hamburger--mobile {
  width: 70px;
  height: 70px;
}

.page__header__nav .hamburger--mobile img,
.page__header__nav .hamburger--mobile svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: visible;
}

.page__header__nav .hamburger--mobile img rect,
.page__header__nav .hamburger--mobile svg rect {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  transform-box: fill-box;
  -webkit-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  fill: #7ab2d6;
}

.off-canvas--open .page__header__nav .hamburger--mobile svg rect {
  fill: #fff !important;
}

.off-canvas--open .page__header__nav .hamburger--mobile svg rect:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(135deg);
       -o-transform: translateY(6px) rotate(135deg);
          transform: translateY(6px) rotate(135deg);
}

.off-canvas--open .page__header__nav .hamburger--mobile svg rect:nth-child(2) {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.off-canvas--open .page__header__nav .hamburger--mobile svg rect:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-135deg);
       -o-transform: translateY(-6px) rotate(-135deg);
          transform: translateY(-6px) rotate(-135deg);
}

.page__header__nav .hamburger--front {
  padding-right: 20px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 80px;
  cursor: pointer;
  opacity: 1;
  overflow: hidden;
}

@media only screen and (min-width: 1280px) {
  .page__header__nav .hamburger--front {
    padding-right: 40px;
  }
}

.page__header__nav .hamburger--front.expanded {
  opacity: 0;
}

.page__header__nav .hamburger--front img,
.page__header__nav .hamburger--front svg {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.page__header__nav .hamburger--front img rect,
.page__header__nav .hamburger--front svg rect {
  fill: #fff;
}

.headroom--not-top .page__header__nav .hamburger {
  color: #7ab2d6;
}

.headroom--not-top .page__header__nav .hamburger svg rect {
  fill: #7ab2d6;
}

.page__header__nav .nav {
  height: 80px;
  -webkit-transition: height .3s, line-height .3s, opacity .5s;
  -o-transition: height .3s, line-height .3s, opacity .5s;
  transition: height .3s, line-height .3s, opacity .5s;
  font-size: 13px;
  line-height: 80px;
}

.page__header__nav .nav > li {
  display: inline-block;
  vertical-align: top;
}

.page__header__nav .nav > li > a {
  padding: 0 20px;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
}

.page__header__nav .nav > li > a[href]::after {
  right: 20px;
  bottom: 25px;
  left: 20px;
  width: auto;
}

.page__header__nav .nav > li > a img,
.page__header__nav .nav > li > a svg {
  width: 14px;
  height: 8px;
  margin-left: 20px;
  -webkit-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page__header__nav .nav > li > a img line,
.page__header__nav .nav > li > a svg line {
  stroke: #fff;
}

.page__header__nav .nav > li.menu-item-has-children {
  -webkit-transition: color .3s .3s, background .3s .3s;
  -o-transition: color .3s .3s, background .3s .3s;
  transition: color .3s .3s, background .3s .3s;
}

.page__header__nav .nav > li.button > a {
  margin-left: 20px;
  color: #fff;
}

.page__header__nav .nav > li.button > a::after {
  right: 0;
  bottom: 0;
  left: 0;
  background: #e4c283 !important;
}

.window-loaded .page__header__nav .nav > li.hover.menu-item-has-children,
.page__header__nav .window-loaded .nav > li.hover.menu-item-has-children {
  -webkit-transition: color .3s, background .3s;
  -o-transition: color .3s, background .3s;
  transition: color .3s, background .3s;
  background: #7ab2d6;
  color: #fff;
}

.window-loaded .page__header__nav .nav > li.hover.menu-item-has-children::before,
.page__header__nav .window-loaded .nav > li.hover.menu-item-has-children::before {
  -webkit-transition: opacity .3s, visibility 0s;
  -o-transition: opacity .3s, visibility 0s;
  transition: opacity .3s, visibility 0s;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.window-loaded .page__header__nav .nav > li.hover.menu-item-has-children img,
.page__header__nav .window-loaded .nav > li.hover.menu-item-has-children img,
.window-loaded .page__header__nav .nav > li.hover.menu-item-has-children svg,
.page__header__nav
      .window-loaded .nav > li.hover.menu-item-has-children svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page__header__nav .nav > li::before {
  position: absolute;
  top: 100%;
  right: -100px;
  left: -100px;
  height: 100vh;
  -webkit-transition: opacity .3s .3s, visilbity 0s .3s;
  -o-transition: opacity .3s .3s, visilbity 0s .3s;
  transition: opacity .3s .3s, visilbity 0s .3s;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page__header.sticky-nav.headroom--not-top .page__header__nav .nav > li > a,
.template-white-hero .page__header__nav .nav > li > a {
  color: #7ab2d6;
}

.page__header.sticky-nav.headroom--not-top .page__header__nav .nav > li > a::after,
.template-white-hero .page__header__nav .nav > li > a::after {
  background: #7ab2d6;
}

.page__header.sticky-nav.headroom--not-top .page__header__nav .nav > li.menu-item-has-children svg line,
.template-white-hero .page__header__nav .nav > li.menu-item-has-children svg line {
  stroke: #7ab2d6;
}

.page__header.sticky-nav.headroom--not-top .page__header__nav .nav > li.menu-item-has-children.hover > a,
.template-white-hero .page__header__nav .nav > li.menu-item-has-children.hover > a {
  color: #fff;
}

.page__header.sticky-nav.headroom--not-top .page__header__nav .nav > li.menu-item-has-children.hover svg line,
.template-white-hero .page__header__nav .nav > li.menu-item-has-children.hover svg line {
  stroke: #fff;
}

.page__header.sticky-nav.headroom--not-top .page__header__nav .nav > li.button > a,
.template-white-hero .page__header__nav .nav > li.button > a {
  color: #fff;
}

.page__header.sticky-nav.headroom--not-top .page__header__nav .nav > li.button > a::after,
.template-white-hero .page__header__nav .nav > li.button > a::after {
  background: #1e2f51 !important;
}

.page__header__nav .nav > li > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -40px;
  padding: 0 60px;
  -webkit-transition: opacity .3s .3s, visibility 0s .6s;
  -o-transition: opacity .3s .3s, visibility 0s .6s;
  transition: opacity .3s .3s, visibility 0s .6s;
  background: #7ab2d6;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page__header__nav .nav > li > .sub-menu > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 426.66667px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.page__header__nav .nav > li > .sub-menu > li:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 853.33333px;
}

.page__header__nav .nav > li > .sub-menu > li:last-child > a,
.page__header__nav .nav > li > .sub-menu > li:last-child > .sub-menu {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.page__header__nav .nav > li > .sub-menu > li > a {
  position: relative;
  margin-top: 30px;
  color: #1e2f51;
  font: bold 11px/36px "DIN-Next", "Arial", "Helvetica", "sans serif";
  letter-spacing: .2em;
  text-transform: uppercase;
}

.page__header__nav .nav > li > .sub-menu > li > a::after {
  display: inline-block;
  right: -50px;
  width: 40px;
  height: 2px;
  margin: 0 0 0 10px;
  background: #1e2f51;
  content: '';
  vertical-align: middle;
}

.window-loaded .page__header__nav .nav > li.hover > .sub-menu,
.page__header__nav .window-loaded .nav > li.hover > .sub-menu {
  -webkit-transition: opacity .3s, visibility 0s;
  -o-transition: opacity .3s, visibility 0s;
  transition: opacity .3s, visibility 0s;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.window-loaded .page__header__nav .nav > li.hover > .sub-menu > li,
.page__header__nav .window-loaded .nav > li.hover > .sub-menu > li {
  -webkit-transition: .3s .3s;
  -o-transition: .3s .3s;
  transition: .3s .3s;
  opacity: 1;
}

.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li {
  margin: 0 0 48px;
}

.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li > a {
  position: relative;
  float: left;
  clear: both;
  -webkit-transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  color: #fff;
  font: bold 30px/36px "DIN-Next", "Arial", "Helvetica", "sans serif";
  text-decoration: none;
}

.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li > .description {
  display: block;
  max-width: 28em;
  clear: both;
  color: rgba(255, 255, 255, 0.7);
  font: normal 14px/30px "Poppins", "Arial", "Helvetica", "sans serif";
}

.page__header__nav .nav > li > .sub-menu > li:last-child > .sub-menu {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 50%);
}

.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li > .sub-menu {
  font-size: 14px;
  line-height: 30px;
}

.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li > .sub-menu li.active > a[href]::after {
  bottom: 3px;
}

.page__header__nav .nav > li > .sub-menu > li > .sub-menu > li > .sub-menu a {
  float: left;
  -webkit-transition: 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: 0.4s cubic-bezier(1, 0, 0, 1);
  transition: 0.4s cubic-bezier(1, 0, 0, 1);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.page-header {
  position: relative;
  padding: 65px 0 0;
  background: #1e2f51;
}

.page-header h1 {
  padding: 0 0 70px;
  color: #7ab2d6;
  text-align: center;
}

.wrap {
  width: 100%;
  margin-top: 80px;
}

@media only screen and (min-width: 1025px) {
  .wrap {
    top: 120px;
  }
}

.main {
  position: relative;
  width: 100%;
  background: #f1f1ee;
  overflow: hidden;
}

.off-canvas {
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background: #7ab2d6;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
}

.off-canvas--open .off-canvas {
  opacity: 1;
  pointer-events: auto;
}

.off-canvas,
.off-canvas::before,
.off-canvas .nav {
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
}

.off-canvas::before {
  bottom: 12.75vw;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNy40IDMzLjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQgMzMuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMxZTJmNTE7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjExLjMsMCAwLDMzLjkgNi45LDMzLjkgMTMuNywxMS44IDIwLjUsMzMuOSAyNy40LDMzLjkgMTYuMiwwICIvPgo8L3N2Zz4K) no-repeat bottom center;
  background-size: 67.5% auto;
  content: '';
  opacity: .1;
}

.off-canvas .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 45px;
  font-size: 14px;
  line-height: 48px;
  overflow: auto;
}

.off-canvas ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.off-canvas a {
  display: block;
  height: 48px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.off-canvas svg {
  width: 14px;
  height: 48px;
  float: right;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.off-canvas svg line {
  stroke: #fff;
}

.off-canvas .description {
  display: none;
}

.off-canvas li.menu-item-has-children {
  padding-bottom: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.off-canvas li.menu-item-has-children.menu-open {
  padding-bottom: 24px;
  background: #1e2f51;
}

.off-canvas li.menu-item-has-children.menu-open img,
.off-canvas li.menu-item-has-children.menu-open svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.off-canvas li.menu-item-has-children.menu-open .sub-menu a {
  height: 32px;
}

.off-canvas li.menu-products > a,
.off-canvas li.menu-solutions > a,
.off-canvas li.menu-technology > a {
  display: none;
}

.off-canvas .sub-menu {
  font-size: 14px;
  line-height: 32px;
}

.off-canvas .sub-menu a {
  height: 0;
  padding-left: 30px;
}

.off-canvas .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
}

.off-canvas .button a {
  display: block !important;
  margin: 0 20px !important;
  color: #7ab2d6 !important;
}

.off-canvas--open {
  overflow: hidden;
}

.page__header__nav .nav > li.button > a,
a.button--outline,
div.button--outline > a,
a.button--orange,
div.button--orange > a,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button,
a.button--gray,
div.button--gray > a,
a.button--dark-blue,
div.button--dark-blue > a,
a.button--off-white,
div.button--off-white > a,
.off-canvas .button a,
a.button--white,
div.button--white > a,
a.button--large,
div.button--large > a,
a.button--huge,
div.button--huge > a,
a.button,
.body-wrapper input[type='submit'],
.body-wrapper button,
.integrations-box .button,
.page.mobile-video-advertising .ult-modal-input-wrapper span {
  display: inline-block;
  position: relative;
  height: 50px;
  padding: 0 25px;
  -webkit-transition: color transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: color transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: color transform 0.4s cubic-bezier(1, 0, 0, 1), -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1), color transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1), color transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1), -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
  border: 0;
  background: #7ab2d6;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.page__header__nav .nav > li.button > a:hover,
a.button--outline:hover,
div.button--outline > a:hover,
a.button--orange:hover,
div.button--orange > a:hover,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button:hover,
a.button--gray:hover,
div.button--gray > a:hover,
a.button--dark-blue:hover,
div.button--dark-blue > a:hover,
a.button--off-white:hover,
div.button--off-white > a:hover,
.off-canvas .button a:hover,
a.button--white:hover,
div.button--white > a:hover,
a.button--large:hover,
div.button--large > a:hover,
a.button--huge:hover,
div.button--huge > a:hover,
a.button:hover,
.body-wrapper input[type='submit']:hover,
.body-wrapper button:hover,
.integrations-box .button:hover,
.page.mobile-video-advertising .ult-modal-input-wrapper span:hover,
.page__header__nav .nav > li.button > a:focus,
a.button--outline:focus,
div.button--outline > a:focus,
a.button--orange:focus,
div.button--orange > a:focus,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button:focus,
a.button--gray:focus,
div.button--gray > a:focus,
a.button--dark-blue:focus,
div.button--dark-blue > a:focus,
a.button--off-white:focus,
div.button--off-white > a:focus,
.off-canvas .button a:focus,
a.button--white:focus,
div.button--white > a:focus,
a.button--large:focus,
div.button--large > a:focus,
a.button--huge:focus,
div.button--huge > a:focus,
a.button:focus,
.body-wrapper input[type='submit']:focus,
.body-wrapper button:focus,
.integrations-box .button:focus,
.page.mobile-video-advertising .ult-modal-input-wrapper span:focus,
.page__header__nav .nav > li.button > a:active,
a.button--outline:active,
div.button--outline > a:active,
a.button--orange:active,
div.button--orange > a:active,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button:active,
a.button--gray:active,
div.button--gray > a:active,
a.button--dark-blue:active,
div.button--dark-blue > a:active,
a.button--off-white:active,
div.button--off-white > a:active,
.off-canvas .button a:active,
a.button--white:active,
div.button--white > a:active,
a.button--large:active,
div.button--large > a:active,
a.button--huge:active,
div.button--huge > a:active,
a.button:active,
.body-wrapper input[type='submit']:active,
.body-wrapper button:active,
.integrations-box .button:active,
.page.mobile-video-advertising .ult-modal-input-wrapper span:active {
  outline: none;
}

.page__header__nav .nav > li.button > a::before,
a.button--outline::before,
div.button--outline > a::before,
a.button--orange::before,
div.button--orange > a::before,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button::before,
a.button--gray::before,
div.button--gray > a::before,
a.button--dark-blue::before,
div.button--dark-blue > a::before,
a.button--off-white::before,
div.button--off-white > a::before,
.off-canvas .button a::before,
a.button--white::before,
div.button--white > a::before,
a.button--large::before,
div.button--large > a::before,
a.button--huge::before,
div.button--huge > a::before,
a.button::before,
.body-wrapper input[type='submit']::before,
.body-wrapper button::before,
.integrations-box .button::before,
.page.mobile-video-advertising .ult-modal-input-wrapper span::before,
.page__header__nav .nav > li.button > a::after,
a.button--outline::after,
div.button--outline > a::after,
a.button--orange::after,
div.button--orange > a::after,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button::after,
a.button--gray::after,
div.button--gray > a::after,
a.button--dark-blue::after,
div.button--dark-blue > a::after,
a.button--off-white::after,
div.button--off-white > a::after,
.off-canvas .button a::after,
a.button--white::after,
div.button--white > a::after,
a.button--large::after,
div.button--large > a::after,
a.button--huge::after,
div.button--huge > a::after,
a.button::after,
.body-wrapper input[type='submit']::after,
.body-wrapper button::after,
.integrations-box .button::after,
.page.mobile-video-advertising .ult-modal-input-wrapper span::after {
  z-index: -1;
}

.page__header__nav .nav > li.button > a::before,
a.button--outline::before,
div.button--outline > a::before,
a.button--orange::before,
div.button--orange > a::before,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button::before,
a.button--gray::before,
div.button--gray > a::before,
a.button--dark-blue::before,
div.button--dark-blue > a::before,
a.button--off-white::before,
div.button--off-white > a::before,
.off-canvas .button a::before,
a.button--white::before,
div.button--white > a::before,
a.button--large::before,
div.button--large > a::before,
a.button--huge::before,
div.button--huge > a::before,
a.button::before,
.body-wrapper input[type='submit']::before,
.body-wrapper button::before,
.integrations-box .button::before,
.page.mobile-video-advertising .ult-modal-input-wrapper span::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #7ab2d6;
  content: '';
}

.page__header__nav .nav > li.button > a::after,
a.button--outline::after,
div.button--outline > a::after,
a.button--orange::after,
div.button--orange > a::after,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button::after,
a.button--gray::after,
div.button--gray > a::after,
a.button--dark-blue::after,
div.button--dark-blue > a::after,
a.button--off-white::after,
div.button--off-white > a::after,
.off-canvas .button a::after,
a.button--white::after,
div.button--white > a::after,
a.button--large::after,
div.button--large > a::after,
a.button--huge::after,
div.button--huge > a::after,
a.button::after,
.body-wrapper input[type='submit']::after,
.body-wrapper button::after,
.integrations-box .button::after,
.page.mobile-video-advertising .ult-modal-input-wrapper span::after {
  height: 100%;
  background: #1e2f51;
}

.page__header__nav .nav > li.button > a:focus,
a.button--outline:focus,
div.button--outline > a:focus,
a.button--orange:focus,
div.button--orange > a:focus,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button:focus,
a.button--gray:focus,
div.button--gray > a:focus,
a.button--dark-blue:focus,
div.button--dark-blue > a:focus,
a.button--off-white:focus,
div.button--off-white > a:focus,
.off-canvas .button a:focus,
a.button--white:focus,
div.button--white > a:focus,
a.button--large:focus,
div.button--large > a:focus,
a.button--huge:focus,
div.button--huge > a:focus,
a.button:focus,
.body-wrapper input[type='submit']:focus,
.body-wrapper button:focus,
.integrations-box .button:focus,
.page.mobile-video-advertising .ult-modal-input-wrapper span:focus,
.page__header__nav .nav > li.button > a:active,
a.button--outline:active,
div.button--outline > a:active,
a.button--orange:active,
div.button--orange > a:active,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button:active,
a.button--gray:active,
div.button--gray > a:active,
a.button--dark-blue:active,
div.button--dark-blue > a:active,
a.button--off-white:active,
div.button--off-white > a:active,
.off-canvas .button a:active,
a.button--white:active,
div.button--white > a:active,
a.button--large:active,
div.button--large > a:active,
a.button--huge:active,
div.button--huge > a:active,
a.button:active,
.body-wrapper input[type='submit']:active,
.body-wrapper button:active,
.integrations-box .button:active,
.page.mobile-video-advertising .ult-modal-input-wrapper span:active,
.page__header__nav .nav > li.button > a:hover,
a.button--outline:hover,
div.button--outline > a:hover,
a.button--orange:hover,
div.button--orange > a:hover,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button:hover,
a.button--gray:hover,
div.button--gray > a:hover,
a.button--dark-blue:hover,
div.button--dark-blue > a:hover,
a.button--off-white:hover,
div.button--off-white > a:hover,
.off-canvas .button a:hover,
a.button--white:hover,
div.button--white > a:hover,
a.button--large:hover,
div.button--large > a:hover,
a.button--huge:hover,
div.button--huge > a:hover,
a.button:hover,
.body-wrapper input[type='submit']:hover,
.body-wrapper button:hover,
.integrations-box .button:hover,
.page.mobile-video-advertising .ult-modal-input-wrapper span:hover {
  border: 0;
  color: #fff;
}

a.button--outline,
div.button--outline > a {
  padding: 0 23px;
  border: 2px solid #7ab2d6;
  background: transparent;
  color: #7ab2d6;
  line-height: 46px;
  text-transform: uppercase;
}

a.button--outline::before,
div.button--outline > a::before {
  background: transparent;
}

a.button--outline::after,
div.button--outline > a::after {
  background: #7ab2d6;
}

a.button--outline:hover,
div.button--outline > a:hover {
  border: 2px solid #7ab2d6;
  color: #fff;
}

a.button--orange,
div.button--orange > a,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button {
  color: #1c2d4e;
}

a.button--orange:focus,
div.button--orange > a:focus,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button:focus,
a.button--orange:active,
div.button--orange > a:active,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button:active,
a.button--orange:hover,
div.button--orange > a:hover,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button:hover {
  color: #1e2f51;
}

a.button--orange::before,
div.button--orange > a::before,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button::before {
  background-color: #e4c283;
}

a.button--orange::after,
div.button--orange > a::after,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button::after {
  background: #7ab2d6;
}

a.button--gray,
div.button--gray > a {
  color: #fff;
}

a.button--gray:focus,
div.button--gray > a:focus,
a.button--gray:active,
div.button--gray > a:active,
a.button--gray:hover,
div.button--gray > a:hover {
  color: #444750;
}

a.button--gray::before,
div.button--gray > a::before {
  background-color: #444750;
}

a.button--gray::after,
div.button--gray > a::after {
  background: #e4c283;
}

a.button--dark-blue,
div.button--dark-blue > a {
  color: #e4c283;
}

a.button--dark-blue:focus,
div.button--dark-blue > a:focus,
a.button--dark-blue:active,
div.button--dark-blue > a:active,
a.button--dark-blue:hover,
div.button--dark-blue > a:hover {
  color: #1e2f51;
}

a.button--dark-blue::before,
div.button--dark-blue > a::before {
  background-color: #1e2f51;
}

a.button--dark-blue::after,
div.button--dark-blue > a::after {
  background: #e4c283;
}

a.button--off-white,
div.button--off-white > a {
  color: #1c2d4e;
}

a.button--off-white:focus,
div.button--off-white > a:focus,
a.button--off-white:active,
div.button--off-white > a:active,
a.button--off-white:hover,
div.button--off-white > a:hover {
  color: #fff;
}

a.button--off-white::before,
div.button--off-white > a::before {
  background-color: #f2f2f2;
}

a.button--off-white::after,
div.button--off-white > a::after {
  background: #1c2d4e;
}

.off-canvas .button a,
a.button--white,
div.button--white > a {
  color: #61615f;
}

.off-canvas .button a:focus,
a.button--white:focus,
div.button--white > a:focus,
.off-canvas .button a:active,
a.button--white:active,
div.button--white > a:active,
.off-canvas .button a:hover,
a.button--white:hover,
div.button--white > a:hover {
  color: #fff;
}

.off-canvas .button a::before,
a.button--white::before,
div.button--white > a::before {
  background-color: #fff;
}

.off-canvas .button a::after,
a.button--white::after,
div.button--white > a::after {
  background: #61615f;
}

a.button--large,
div.button--large > a,
.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button {
  height: 80px;
  line-height: 80px;
}

a.button--huge,
div.button--huge > a {
  width: 100%;
  height: 90px;
  line-height: 90px;
}

@media only screen and (min-width: 768px) {
  a.button--huge,
  div.button--huge > a {
    width: auto;
    min-width: 380px;
  }
}

.video-button:focus,
.video-button:active {
  outline: none;
}

.video-button svg,
.video-button img {
  width: 99px;
  height: 99px;
}

.sticky-subnav {
  background: #7ab2d6;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 50px;
  text-transform: uppercase;
}

.sticky-subnav.headroom {
  -webkit-transition: all .2s ease-out, z-index 0s;
  -o-transition: all .2s ease-out, z-index 0s;
  transition: all .2s ease-out, z-index 0s;
  will-change: transform;
}

.sticky-subnav.headroom.headroom--not-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 105;
}

.sticky-subnav.headroom.headroom--not-top.headroom--unpinned {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}

.sticky-subnav.headroom.headroom--not-top.headroom--pinned {
  -webkit-transform: translateY(70px);
       -o-transform: translateY(70px);
          transform: translateY(70px);
}

.sticky-subnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

.sticky-subnav ul li {
  display: inline;
}

.sticky-subnav ul a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.sticky-subnav ul a::after {
  bottom: 9px;
}

body#tinymce {
  margin: 12px !important;
}

.alignnone {
  max-width: 100%;
  height: auto;
  margin-right: 0;
  margin-left: 0;
}

.aligncenter {
  display: block;
  height: auto;
  margin: 1rem auto;
}

.alignleft,
.alignright {
  height: auto;
  margin-bottom: 1rem;
}

@media (min-width: 30rem) {
  .alignleft {
    margin-right: 1rem;
    float: left;
  }

  .alignright {
    margin-left: 1rem;
    float: right;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  background: #fff;
  color: #000;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.wp-pagenavi {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 50px;
  text-align: center;
}

@media only screen and (min-width: 0) {
  .wp-pagenavi {
    margin-top: 33.75px;
  }
}

@media only screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 54px;
  }
}

@media only screen and (min-width: 1025px) {
  .wp-pagenavi {
    margin-top: 72.07031px;
  }
}

@media only screen and (min-width: 1280px) {
  .wp-pagenavi {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 0) {
  .wp-pagenavi {
    margin-bottom: 37.5px;
  }
}

@media only screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .wp-pagenavi {
    margin-bottom: 80.07812px;
  }
}

@media only screen and (min-width: 1280px) {
  .wp-pagenavi {
    margin-bottom: 100px;
  }
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  background: #fff;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
}

.wp-pagenavi a:hover {
  color: #1e2f51;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}

.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.last {
  position: relative;
  text-indent: 100%;
}

.wp-pagenavi a.first::after,
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after,
.wp-pagenavi a.last::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  content: '';
}

.wp-pagenavi a.first::after,
.wp-pagenavi a.last::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItMjYzIDI2NSA0OCA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMjYzIDI2NSA0OCA0ODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iIzFlMmY1MSIgZD0iTS0yMzkuOCwyOTcuOWw5LjItOS4ybC05LjItOS4ybDIuOC0yLjhsMTIsMTJsLTEyLDEyTC0yMzkuOCwyOTcuOXoiLz4NCjxwYXRoIGZpbGw9IiMxZTJmNTEiIGQ9Ik0tMjQ5LjgsMjk3LjlsOS4yLTkuMmwtOS4yLTkuMmwyLjgtMi44bDEyLDEybC0xMiwxMkwtMjQ5LjgsMjk3Ljl6Ii8+DQo8L3N2Zz4NCg==);
}

.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzFlMmY1MSIgZD0iTTE3LjE3IDMyLjkybDkuMTctOS4xNy05LjE3LTkuMTcgMi44My0yLjgzIDEyIDEyLTEyIDEyeiIvPjwvc3ZnPgo=);
}

.wp-pagenavi a.first::after,
.wp-pagenavi a.previouspostslink::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wp-pagenavi .current {
  color: #7ab2d6;
}

.body-wrapper form input[type='search'],
.body-wrapper form input[type='text'],
.body-wrapper form input[type='tel'],
.body-wrapper form input[type='email'],
.body-wrapper form textarea {
  width: 100% !important;
  padding: 0 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid #9e9e9e;
  border-radius: 6px;
  background: transparent;
  font-size: 20px;
  line-height: 65px;
}

.body-wrapper form input[type='search']::-webkit-input-placeholder,
.body-wrapper form input[type='text']::-webkit-input-placeholder,
.body-wrapper form input[type='tel']::-webkit-input-placeholder,
.body-wrapper form input[type='email']::-webkit-input-placeholder,
.body-wrapper form textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.body-wrapper form input[type='search']:-moz-placeholder,
.body-wrapper form input[type='text']:-moz-placeholder,
.body-wrapper form input[type='tel']:-moz-placeholder,
.body-wrapper form input[type='email']:-moz-placeholder,
.body-wrapper form textarea:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.body-wrapper form input[type='search']::-moz-placeholder,
.body-wrapper form input[type='text']::-moz-placeholder,
.body-wrapper form input[type='tel']::-moz-placeholder,
.body-wrapper form input[type='email']::-moz-placeholder,
.body-wrapper form textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.body-wrapper form input[type='search']:-ms-input-placeholder,
.body-wrapper form input[type='text']:-ms-input-placeholder,
.body-wrapper form input[type='tel']:-ms-input-placeholder,
.body-wrapper form input[type='email']:-ms-input-placeholder,
.body-wrapper form textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.body-wrapper form input[type='search']:focus,
.body-wrapper form input[type='text']:focus,
.body-wrapper form input[type='tel']:focus,
.body-wrapper form input[type='email']:focus,
.body-wrapper form textarea:focus {
  border-color: #7ab2d6;
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px #7ab2d6;
          box-shadow: 0 0 0 1px #7ab2d6;
}

.body-wrapper form label {
  /*margin: 10px 0;*/
  font: bold 14px/1 "DIN-Next", "Arial", "Helvetica", "sans serif";
  letter-spacing: .2em;
  text-transform: uppercase;
}

.body-wrapper form label.hs-form-checkbox-display {
  display: block;
  position: relative;
  padding-left: 55px;
  line-height: 40px;
  text-transform: none;
}

.body-wrapper form label.hs-form-checkbox-display::before,
.body-wrapper form label.hs-form-checkbox-display::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  content: '';
}

.body-wrapper form label.hs-form-checkbox-display::before {
  border: 1px solid #9e9e9e;
  border-radius: 6px;
}

.body-wrapper form label.hs-form-checkbox-display::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIzMiIgaWQ9ImNoZWNrIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjMWUyZjUxIiBkPSJNMSAxNCBMNSAxMCBMMTMgMTggTDI3IDQgTDMxIDggTDEzIDI2IHoiLz48L3N2Zz4K) no-repeat center center;
  background-size: 16px;
  opacity: 0;
}

.body-wrapper form label.hs-form-checkbox-display:hover,
.body-wrapper form label.hs-form-checkbox-display:focus,
.body-wrapper form label.hs-form-checkbox-display.checkbox--checked {
  outline: 0;
}

.body-wrapper form label.hs-form-checkbox-display:hover::before,
.body-wrapper form label.hs-form-checkbox-display:focus::before,
.body-wrapper form label.hs-form-checkbox-display.checkbox--checked::before {
  border-color: #1e2f51;
}

.body-wrapper form label.hs-form-checkbox-display:hover::after,
.body-wrapper form label.hs-form-checkbox-display:focus::after,
.body-wrapper form label.hs-form-checkbox-display.checkbox--checked::after {
  opacity: 1;
}

.body-wrapper form label.hs-form-checkbox-display input {
  display: none;
}

.body-wrapper form .hs-error-msgs.inputs-list,
.body-wrapper form .hs-error-msgs.inputs-list li,
.body-wrapper form .hs-error-msgs.inputs-list label {
  display: block;
  margin: 0;
  line-height: 22px;
}

.body-wrapper form .hs-error-msgs.inputs-list label {
  margin-top: 2px;
  padding: 0 20px;
  background: #b70311;
  color: #fff;
}

.body-wrapper form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.body-wrapper form .inputs-list li {
  display: inline-block;
  margin-right: 30px;
}

.body-wrapper form .input {
  margin-right: 0 !important;
}

.selectric-wrapper {
  position: relative;
  color: #1e2f51;
  font: bold 14px/1 "DIN-Next", "Arial", "Helvetica", "sans serif";
  letter-spacing: .2em;
  cursor: pointer;
}

.selectric-wrapper.selectric-responsive {
  width: 100%;
}

.selectric-wrapper .selectric {
  position: relative;
  border: 1px solid #9e9e9e;
  border-radius: 6px;
  overflow: hidden;
}

.selectric-wrapper .selectric .label {
  display: block;
  padding: 0 20px;
  line-height: 65px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-wrapper .selectric .button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 65px;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2Ny43IDQyLjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY3LjcgNDIuMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMxZTJmNTE7c3Ryb2tlLXdpZHRoOjEyO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGxpbmUgY2xhc3M9InN0MCIgeDE9IjU5LjIiIHkxPSI4LjUiIHgyPSIzMy45IiB5Mj0iMzMuOCIvPgoJPGxpbmUgY2xhc3M9InN0MCIgeDE9IjMzLjkiIHkxPSIzMy44IiB4Mj0iOC41IiB5Mj0iOC41Ii8+CjwvZz4KPC9zdmc+Cg==) no-repeat center center;
  background-size: 17px 9px;
  text-align: center;
  text-indent: 100%;
  overflow: hidden;
}

.selectric-wrapper .selectric-hide-select {
  position: relative;
  width: 0;
  height: 0;
  overflow: hidden;
}

.selectric-wrapper .selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-wrapper .selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-wrapper .selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  z-index: 1;
}

.selectric-wrapper .selectric-items {
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  border: 1px solid #1e2f51;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}

.selectric-wrapper .selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-wrapper .selectric-items ul,
.selectric-wrapper .selectric-items li {
  min-height: 40px;
  margin: 0;
  padding: 0;
  line-height: 40px;
  list-style: none;
}

.selectric-wrapper .selectric-items li {
  padding: 0 20px;
  cursor: pointer;
}

.selectric-wrapper .selectric-items li:hover,
.selectric-wrapper .selectric-items li.selected,
.selectric-wrapper .selectric-items li.highlighted {
  background: #f1f1ee;
}

.selectric-wrapper .selectric-items li.disabled {
  background: none !important;
  cursor: default !important;
  opacity: .5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-wrapper .selectric-items .selectric-group.disabled li {
  opacity: 1;
}

.selectric-wrapper .selectric-items .selectric-group .selectric-group-label {
  padding: 0 20px;
  background: none;
  text-transform: uppercase;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-wrapper .selectric-items .selectric-group li {
  padding-left: 40px;
}

.selectric-wrapper .selectric-input {
  display: none;
}

.selectric-open .selectric,
.selectric-hover .selectric,
.selectric-focus .selectric {
  border-color: #1e2f51;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  background: #fff;
}

.selectric-open .selectric .button {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  background: #f1f1ee;
  cursor: default;
  opacity: .5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.widget--copyright {
  font: bold 11px/36px "DIN-Next", "Arial", "Helvetica", "sans serif";
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  opacity: .3;
}

@media only screen and (min-width: 1025px) {
  .widget--copyright {
    margin-top: 39px;
  }
}

.widget--popular-posts,
.widget--editors-picks {
  margin: 36px 0 0;
}

.widget--popular-posts h3,
.widget--editors-picks h3 {
  padding: 0 20px;
  background: #1e2f51;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 50px;
  text-transform: uppercase;
}

.widget--popular-posts .wpp-list,
.widget--editors-picks .wpp-list {
  margin: 0;
  padding: 0;
}

.widget--popular-posts .wpp-list li,
.widget--editors-picks .wpp-list li {
  margin: 11px 0 0;
  font-size: 12px;
  line-height: 18px;
  list-style: none;
  overflow: visible;
}

.widget--popular-posts .wpp-list li a,
.widget--editors-picks .wpp-list li a {
  display: block;
  min-height: 66px;
  padding: 15px 20px;
  background: #fff;
  color: rgba(30, 47, 81, 0.7);
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.widget--popular-posts .wpp-list li a:hover,
.widget--editors-picks .wpp-list li a:hover {
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}

.widget--editors-picks h3 {
  background: #e4c283;
}

.widget--logo a {
  display: block;
  position: relative;
  width: 207px;
  height: 38px;
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .widget--logo a {
    margin: 0;
  }
}

.widget--logo img,
.widget--logo svg {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}

.widget--logo img path,
.widget--logo svg path {
  fill: #fff;
}

.widget--menu {
  margin: 27px 0 0;
}

@media only screen and (min-width: 1025px) {
  .widget--menu {
    margin: 80px 0 0;
  }
}

.widget--menu .menu,
.widget--menu .sub-menu {
  margin: 0;
  padding: 0;
}

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

@media only screen and (min-width: 1025px) {
  .widget--menu .menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

.widget--menu .menu li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-size: 24px;
  font-weight: lighter;
  line-height: 36px;
  list-style: none;
  grid-row-end: span 2;
}

.widget--menu .menu .menu-products,
.widget--menu .menu .menu-technology {
  grid-column-start: 1;
  grid-row-end: span 1;
}

.widget--menu .menu .menu-blog {
  grid-column-start: 2;
  grid-row-start: 1;
}

.widget--menu .menu .menu-role,
.widget--menu .menu .menu-integrations {
  grid-column-start: 3;
  grid-row-start: 1;
}

.widget--menu .menu .menu-role {
  grid-row-start: 2;
}

.widget--menu .menu .menu-ad-formats {
  grid-column-start: 4;
  grid-row-start: 1;
}

.widget--menu .menu .description {
  display: none;
}

.widget--menu .menu img,
.widget--menu .menu svg {
  display: none;
}

.widget--menu .menu .tag {
  grid-column-start: 5;
  grid-row-start: 1;
}

.widget--menu .menu .tag svg {
  display: block !important;
}

.widget--menu .sub-menu {
  margin-top: 8px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 1025px) {
  .widget--menu .sub-menu {
    margin-bottom: 0;
  }
}

.widget--menu .sub-menu li {
  font: normal 11px/36px "DIN-Next", "Arial", "Helvetica", "sans serif";
  letter-spacing: .1em;
  text-transform: uppercase;
}

.widget--social {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .widget--social {
    text-align: right;
  }
}

.widget--social h3,
.widget--social div,
.widget--social p {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  vertical-align: top;
}

.widget--social h3 {
  font: bold 11px/36px "DIN-Next", "Arial", "Helvetica", "sans serif";
  letter-spacing: .2em;
  text-transform: uppercase;
}

.widget--social h3::after {
  display: inline-block;
  width: 50px;
  height: 2px;
  margin: 17px 0 17px 13px;
  background: #fff;
  content: '';
  vertical-align: top;
}

.widget--social a {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-left: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.widget--social a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  content: '';
  opacity: 0;
}

.widget--social a:hover::after {
  opacity: 1;
}

.widget--social a.facebook {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA2MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5mYWNlYm9vazwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjUuNzYsNDYuMzJoNi43NVYzMEgzN2wuNTktNS42M0gzMi41MVYyMS41NmMwLTEuNDcuMTQtMi4yNSwyLjI0LTIuMjVoMi44MVYxMy42OGgtNC41Yy01LjQsMC03LjMxLDIuNzMtNy4zMSw3LjMydjMuMzdIMjIuNFYzMGgzLjM2Wk0zMCw2MEEzMCwzMCwwLDEsMSw2MCwzMCwzMCwzMCwwLDAsMSwzMCw2MFoiLz48L3N2Zz4K);
}

.widget--social a.facebook::after {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA2MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlNGMyODM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5mYWNlYm9vazwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjUuNzYsNDYuMzJoNi43NVYzMEgzN2wuNTktNS42M0gzMi41MVYyMS41NmMwLTEuNDcuMTQtMi4yNSwyLjI0LTIuMjVoMi44MVYxMy42OGgtNC41Yy01LjQsMC03LjMxLDIuNzMtNy4zMSw3LjMydjMuMzdIMjIuNFYzMGgzLjM2Wk0zMCw2MEEzMCwzMCwwLDEsMSw2MCwzMCwzMCwzMCwwLDAsMSwzMCw2MFoiLz48L3N2Zz4K);
}

.widget--social a.twitter {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA2MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT50d2l0dGVyPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNC4xNywxOC4yOGE2LjA3LDYuMDcsMCwwLDAtNC4wOSw2LjFsLjA2LDEtMS0uMTJhMTcsMTcsMCwwLDEtMTAtNC45MkwxNy43NCwxOWwtLjM2LDFhNi4xMyw2LjEzLDAsMCwwLDEuMyw2LjI3Yy44NC44OS42NSwxLS43OS40OS0uNTEtLjE3LS45NS0uMy0xLS4yM2E3LjcyLDcuNzIsMCwwLDAsLjc2LDIuODMsNi43Niw2Ljc2LDAsMCwwLDIuODcsMi43MmwxLC40OC0xLjIxLDBjLTEuMTcsMC0xLjIyLDAtMS4wOS40N2E2LjM0LDYuMzQsMCwwLDAsMy45MiwzLjQ4bDEuMy40NC0xLjE0LjY4YTExLjg4LDExLjg4LDAsMCwxLTUuNjEsMS41N0E2LjUxLDYuNTEsMCwwLDAsMTYsMzkuNGExNS44MiwxNS44MiwwLDAsMCw0LDEuODdBMTcuNjgsMTcuNjgsMCwwLDAsMzMuNzksMzkuN2ExOC4zOSwxOC4zOSwwLDAsMCw3LTguMjIsMjIsMjIsMCwwLDAsMS40Mi02LjM1YzAtMSwuMDctMS4xMSwxLjI0LTIuMjdhMTQuOTMsMTQuOTMsMCwwLDAsMS40Ny0xLjYzYy4yMS0uNDEuMTgtLjQxLS44OC0uMDUtMS43OC42NC0yLC41Ni0xLjE2LS40YTYuMTksNi4xOSwwLDAsMCwxLjQzLTIuMjZjMC0uMDctLjMyLDAtLjY3LjIzYTEyLDEyLDAsMCwxLTEuODUuNzJsLTEuMTMuMzYtMS0uN2E4LjM1LDguMzUsMCwwLDAtMS43OS0uOTNBNy4wOCw3LjA4LDAsMCwwLDM0LjE3LDE4LjI4Wk0zMCw2MEEzMCwzMCwwLDEsMSw2MCwzMCwzMCwzMCwwLDAsMSwzMCw2MFoiLz48L3N2Zz4K);
}

.widget--social a.twitter::after {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA2MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlNGMyODM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT50d2l0dGVyPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNC4xNywxOC4yOGE2LjA3LDYuMDcsMCwwLDAtNC4wOSw2LjFsLjA2LDEtMS0uMTJhMTcsMTcsMCwwLDEtMTAtNC45MkwxNy43NCwxOWwtLjM2LDFhNi4xMyw2LjEzLDAsMCwwLDEuMyw2LjI3Yy44NC44OS42NSwxLS43OS40OS0uNTEtLjE3LS45NS0uMy0xLS4yM2E3LjcyLDcuNzIsMCwwLDAsLjc2LDIuODMsNi43Niw2Ljc2LDAsMCwwLDIuODcsMi43MmwxLC40OC0xLjIxLDBjLTEuMTcsMC0xLjIyLDAtMS4wOS40N2E2LjM0LDYuMzQsMCwwLDAsMy45MiwzLjQ4bDEuMy40NC0xLjE0LjY4YTExLjg4LDExLjg4LDAsMCwxLTUuNjEsMS41N0E2LjUxLDYuNTEsMCwwLDAsMTYsMzkuNGExNS44MiwxNS44MiwwLDAsMCw0LDEuODdBMTcuNjgsMTcuNjgsMCwwLDAsMzMuNzksMzkuN2ExOC4zOSwxOC4zOSwwLDAsMCw3LTguMjIsMjIsMjIsMCwwLDAsMS40Mi02LjM1YzAtMSwuMDctMS4xMSwxLjI0LTIuMjdhMTQuOTMsMTQuOTMsMCwwLDAsMS40Ny0xLjYzYy4yMS0uNDEuMTgtLjQxLS44OC0uMDUtMS43OC42NC0yLC41Ni0xLjE2LS40YTYuMTksNi4xOSwwLDAsMCwxLjQzLTIuMjZjMC0uMDctLjMyLDAtLjY3LjIzYTEyLDEyLDAsMCwxLTEuODUuNzJsLTEuMTMuMzYtMS0uN2E4LjM1LDguMzUsMCwwLDAtMS43OS0uOTNBNy4wOCw3LjA4LDAsMCwwLDM0LjE3LDE4LjI4Wk0zMCw2MEEzMCwzMCwwLDEsMSw2MCwzMCwzMCwzMCwwLDAsMSwzMCw2MFoiLz48L3N2Zz4K);
}

.widget--story-careers {
  padding-top: 38px;
  padding-bottom: 36px;
  font: bold 30px/1 "DIN-Next", "Arial", "Helvetica", "sans serif";
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .widget--story-careers {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 36px;
  }
}

.widget--story-careers a {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

@media only screen and (min-width: 1025px) {
  .widget--story-careers a {
    margin: 0 20px;
  }
}

.widget--story-careers a::after {
  bottom: -5px;
  height: 4px;
  background: #e4c283;
}

.widget--subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1e2f51;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.widget--subscribe p {
  max-width: 22em;
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 36px;
}

.widget--subscribe h3 {
  color: #7ab2d6;
  font: normal 30px/40px "Poppins", "Arial", "Helvetica", "sans serif";
}

.widget--subscribe form label {
  /*display: none;*/
}

.widget--subscribe form input,
.widget--subscribe form textarea {
  /*width: 100%;*/
  max-width: 350px;
  /*height: 50px;*/
  margin: 0 10px 10px;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
}

.widget--subscribe form input[type='search'],
.widget--subscribe form input[type='text'],
.widget--subscribe form input[type='tel'],
.widget--subscribe form input[type='email'],
.widget--subscribe form textarea {
  background: #fff;
  color: rgba(51, 51, 51, 0.7);
  font-size: 15px;
  line-height: 50px;
  text-align: center;
}

.widget--subscribe form input[type='search']:focus,
.widget--subscribe form input[type='text']:focus,
.widget--subscribe form input[type='tel']:focus,
.widget--subscribe form input[type='email']:focus,
.widget--subscribe form textarea:focus {
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (min-width: 0) {
  .widget--subscribe--wide {
    padding-top: 35.625px;
  }
}

@media only screen and (min-width: 768px) {
  .widget--subscribe--wide {
    padding-top: 57px;
  }
}

@media only screen and (min-width: 1025px) {
  .widget--subscribe--wide {
    padding-top: 76.07422px;
  }
}

@media only screen and (min-width: 1280px) {
  .widget--subscribe--wide {
    padding-top: 95px;
  }
}

@media only screen and (min-width: 0) {
  .widget--subscribe--wide {
    padding-bottom: 26.25px;
  }
}

@media only screen and (min-width: 768px) {
  .widget--subscribe--wide {
    padding-bottom: 42px;
  }
}

@media only screen and (min-width: 1025px) {
  .widget--subscribe--wide {
    padding-bottom: 56.05469px;
  }
}

@media only screen and (min-width: 1280px) {
  .widget--subscribe--wide {
    padding-bottom: 70px;
  }
}

.widget--subscribe--wide p {
  max-width: 48em;
}

.widget--subscribe--wide .hs_submit,
.widget--subscribe--wide .hs_email {
  display: inline-block;
  width: 50%;
  max-width: 350px;
  margin: 0 5px;
}

.big-button-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  padding: 0 15px;
  -webkit-transform: translateX(-50vw);
       -o-transform: translateX(-50vw);
          transform: translateX(-50vw);
  background: #e4c283;
  z-index: 2;
}

@media only screen and (min-width: 0) {
  .big-button-cta {
    height: 198.75px;
  }
}

@media only screen and (min-width: 768px) {
  .big-button-cta {
    height: 318px;
  }
}

@media only screen and (min-width: 1025px) {
  .big-button-cta {
    height: 424.41406px;
  }
}

@media only screen and (min-width: 1280px) {
  .big-button-cta {
    height: 530px;
  }
}

@media only screen and (min-width: 768px) {
  .big-button-cta {
    padding: 0;
  }
}

.big-button-cta--off-white {
  background: #f1f1ee;
}

.big-button-cta--white {
  background: #fff;
}

.big-button-cta--light-blue {
  background: #7ab2d6;
}

.big-button-cta--none {
  height: 0;
}

.big-button-cta--none::before {
  display: none;
}

.big-button-cta::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1025px;
  margin: auto;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMb2dvIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICB2aWV3Qm94PSIwIDAgMzAwIDU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDAgNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICA8cGF0aCBkPSJNNDguOSw1MS4xVjMuM2gzMS41djguM0g1OC4ydjExLjJINzd2OC4zSDU4LjJ2MTEuNmgyMi4ydjguM0g0OC45eiI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xMTQuOCw1MS4xbC05LjMtMTkuMWgtNi43djE5LjFoLTkuM1YzLjNoMTguN2M5LjcsMCwxNS41LDYuNiwxNS41LDE0LjZjMCw2LjctNC4xLDEwLjktOC43LDEyLjZsMTAuNywyMC42SDExNC44egogICAgCQkJCQkgTTEwNy42LDExLjdoLTguOHYxMi42aDguOGM0LjEsMCw2LjgtMi42LDYuOC02LjNTMTExLjcsMTEuNywxMDcuNiwxMS43eiI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xNDkuMiw1MS42Yy03LjIsMC0xMi44LTEuNS0xNy41LTYuM2w2LTZjMywzLDcuMSw0LDExLjUsNGM1LjUsMCw4LjUtMi4xLDguNS01LjljMC0xLjctMC41LTMuMS0xLjUtNAogICAgCQkJCQljLTAuOS0wLjktMi0xLjQtNC4yLTEuN2wtNS44LTAuOGMtNC4xLTAuNi03LjEtMS45LTkuMy00Yy0yLjMtMi4zLTMuNC01LjQtMy40LTkuNEMxMzMuNiw5LDEzOS45LDMsMTUwLjIsMwogICAgCQkJCQljNi42LDAsMTEuNCwxLjYsMTUuNCw1LjZsLTUuOSw1LjhjLTMtMi45LTYuNi0zLjMtOS44LTMuM2MtNSwwLTcuNCwyLjgtNy40LDZjMCwxLjIsMC40LDIuNSwxLjQsMy40YzAuOSwwLjksMi41LDEuNiw0LjQsMS45CiAgICAJCQkJCWw1LjYsMC44YzQuNCwwLjYsNy4xLDEuOCw5LjEsMy43YzIuNSwyLjQsMy43LDUuOSwzLjcsMTAuMUMxNjYuOSw0Ni40LDE1OS4yLDUxLjYsMTQ5LjIsNTEuNnoiPjwvcGF0aD4KICA8cGF0aCBkPSJNMTc1LjcsNTEuMlYzLjRoMzEuNXY4LjNIMTg1djExLjJoMTguOXY4LjNIMTg1djExLjZoMjIuMnY4LjNIMTc1Ljd6Ij48L3BhdGg+CiAgPHBhdGggZD0iTTI0MS43LDUxLjJsLTkuMy0xOS4xaC02Ljd2MTkuMWgtOS4zVjMuNEgyMzVjOS43LDAsMTUuNSw2LjYsMTUuNSwxNC42YzAsNi43LTQuMSwxMC45LTguNywxMi42bDEwLjcsMjAuNkgyNDEuN3oKICAgIAkJCQkJIE0yMzQuNCwxMS43aC04Ljh2MTIuNmg4LjhjNC4xLDAsNi44LTIuNiw2LjgtNi4zQzI0MS4yLDE0LjMsMjM4LjUsMTEuNywyMzQuNCwxMS43eiI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0yNzcuNiw1MS4yaC03TDI1NC44LDMuNGg5LjdsOS42LDMxLjFsOS42LTMxLjFoOS43TDI3Ny42LDUxLjJ6Ij48L3BhdGg+CiAgPHBhdGggZD0iTTE5LjYsMy4zaDdsMTUuOCw0Ny44aC05LjdMMjMuMSwyMGwtOS42LDMxLjFIMy44TDE5LjYsMy4zeiI+PC9wYXRoPgo8L3N2Zz4K) no-repeat center;
  content: '';
  opacity: .06;
}

.big-button-cta a {
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
}

.big-button-cta a.button--rollover-text--gray:hover {
  color: #444750;
}

.big-button-cta a.button--rollover-text--white:hover {
  color: #fff;
}

.big-button-cta a.button--rollover-text--orange:hover {
  color: #e4c283;
}

.big-button-cta a.button--rollover-text--light-blue:hover {
  color: #7ab2d6;
}

.big-button-cta a.button--rollover-text--dark-blue:hover {
  color: #1e2f51;
}

.big-button-cta a.button--rollover-bg--gray::after {
  background: #444750;
}

.big-button-cta a.button--rollover-bg--white::after {
  background: #fff;
}

.big-button-cta a.button--rollover-bg--orange::after {
  background: #e4c283;
}

.big-button-cta a.button--rollover-bg--light-blue::after {
  background: #7ab2d6;
}

.big-button-cta a.button--rollover-bg--dark-blue::after {
  background: #1e2f51;
}

.vc_section.light-blue,
.vc_section.dark-blue {
  background: #7ab2d6;
  color: #fff;
}

.vc_section.light-blue .wpb_text_column,
.vc_section.dark-blue .wpb_text_column {
  color: #fff;
}

.vc_section.light-blue {
  background: #7ab2d6;
}

.vc_section.light-blue h1,
.vc_section.light-blue h2,
.vc_section.light-blue h3,
.vc_section.light-blue h4 {
  color: #fff;
}

.vc_section.dark-blue {
  background: #1e2f51;
}

.vc_section.dark-blue h1,
.vc_section.dark-blue h2,
.vc_section.dark-blue h3,
.vc_section.dark-blue h4 {
  color: #7ab2d6;
}

.careers-list {
  max-width: 1000px;
  margin: 0 auto;
}

.careers-list h4 {
  font-size: 11px;
  letter-spacing: .2em;
  line-height: 36px;
  text-transform: uppercase;
}

@media only screen and (min-width: 0) {
  .careers-list .careers-group {
    margin-bottom: 33.75px;
  }
}

@media only screen and (min-width: 768px) {
  .careers-list .careers-group {
    margin-bottom: 54px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers-list .careers-group {
    margin-bottom: 72.07031px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers-list .careers-group {
    margin-bottom: 90px;
  }
}

.careers-list .career-list {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(158, 158, 158, 0.2);
  list-style: none;
}

.careers-list .career-list li {
  border-top: 1px solid rgba(158, 158, 158, 0.2);
}

.careers-list .career-list li a {
  display: block;
  position: relative;
  padding: 20px 0;
  color: #7ab2d6;
  text-decoration: none;
  z-index: 1;
}

.careers-list .career-list li a::before {
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: -50vw;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #7ab2d6;
  content: '';
  opacity: 0;
  z-index: -1;
}

.careers-list .career-list li a:hover {
  color: #fff;
}

.careers-list .career-list li a:hover::before {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .careers-list .career-list li a .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.careers-list .career-list li a h3,
.careers-list .career-list li a .entry-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  line-height: 40px;
}

.careers-list .career-list li a h3 {
  font-size: 30px;
}

.careers-list .career-list li a .entry-date {
  font-size: 18px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vc_section.hero {
  overflow: hidden;
}

@media only screen and (min-width: 0) {
  .vc_section.hero {
    padding-top: 33.75px;
  }
}

@media only screen and (min-width: 768px) {
  .vc_section.hero {
    padding-top: 54px;
  }
}

@media only screen and (min-width: 1025px) {
  .vc_section.hero {
    padding-top: 72.07031px;
  }
}

@media only screen and (min-width: 1280px) {
  .vc_section.hero {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 0) {
  .vc_section.hero {
    padding-bottom: 41.25px;
  }
}

@media only screen and (min-width: 768px) {
  .vc_section.hero {
    padding-bottom: 66px;
  }
}

@media only screen and (min-width: 1025px) {
  .vc_section.hero {
    padding-bottom: 88.08594px;
  }
}

@media only screen and (min-width: 1280px) {
  .vc_section.hero {
    padding-bottom: 110px;
  }
}

.vc_section.hero .wpb_text_column {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 1025px) {
  .vc_section.hero .wpb_text_column {
    padding: 0;
    font-size: 18px;
    line-height: 32px;
  }
}

.vc_section.hero h1 {
  line-height: 1.05882;
}

@media only screen and (min-width: 0) {
  .vc_section.hero h1 {
    font-size: 22.5px;
  }
}

@media only screen and (min-width: 768px) {
  .vc_section.hero h1 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 1025px) {
  .vc_section.hero h1 {
    font-size: 48.04688px;
  }
}

@media only screen and (min-width: 1280px) {
  .vc_section.hero h1 {
    font-size: 60px;
  }
}

.vc_section.hero .video-bg {
  background: #000;
}

.vc_section.hero .video-bg video {
  opacity: .77;
}

.vc_section.hero .vc_row {
  max-width: 1440px;
}

.vc_section.hero .vc_col-sm-6 .vc_column-inner {
  padding: 0;
}

.vc_section.hero .vc_col-sm-6 .eyebrow,
.vc_section.hero .vc_col-sm-6 .button-container,
.vc_section.hero .vc_col-sm-6 .vc_custom_heading,
.vc_section.hero .vc_col-sm-6 .wpb_content_element {
  max-width: none;
  padding: 0 20px;
}

.vc_section.hero .vc_col-sm-6 .button {
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
}

.infinite-carousel {
  position: relative;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50vw);
       -o-transform: translateX(-50vw);
          transform: translateX(-50vw);
}

.infinite-carousel--horizontal {
  background: #f1f1ee;
}

.infinite-carousel--horizontal .slick-slide:focus {
  outline: 0;
}

.infinite-carousel--vertical {
  height: 460px;
  overflow: hidden;
}

.infinite-carousel--vertical::before,
.infinite-carousel--vertical::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 163px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAACjCAYAAAB8D7tYAAAJ1UlEQVR4nO1d27LbNgykOqcz/f+vbSfpUR8SuRQMYBe8mZK4LxlLJABxiRuP7Gz7vu9pYRr88WkDFs5YhEyGRchkeDIhKHd+JLc+mZAt/Vp0a+G3gba88PUJpRPhI4vu4ckecsDzkuF4uoekVOclB5HNPG0RUofmIW+FrMnwZEKmyRs5nkzIdBVWSs8mZEosQibDFQmZqm/I0MSmKxKypf/j/0zENMlJVyQkx5SJuQZXJ+R2uCMhs+YYCnc8Orl0GLujh7CY0otKCLFCwpQP6GAGT3pbyxJC8rJTXu+NnqR/YkO9reXVQlZP0mfwmMsRcnssQibDnQmZsciAPdId+5AD8rxrhhwBbbgzIQdmIILGnUPWJfFkQmbMMY8mZMpQ9mRCGAw/Oe5JyF3Ou4Z6Uk9CPnne1Yv47h5zx7L30uddK4dMhkXIZHg6IdP9/f3phEz3jtfTCckxRaO4CJkMixAfw3PMHfuQlhgexpaH1KOpF0lCRlca1nnXFBUPiabnXZKQ0S5qnXdd+R2vqg315BzSi/QquSuHTIZFyGRYhGAMLTKenENY5Dmh+ztei5AY1h+onoZFSD2a5pgVsurRNIwtDxkHyotafsewFx71ncaSkDXDeZd3vSV6lrm7JnflEB/D3/FaOWQyLEImwyKkHR77e1mzIn+/q5icnJCrlZGzouovnjkhU7wo9nSskDUO3Tr1hTJQEWgRMhf20d8x7IlbnHeN/o5hT9ziO43rLKse6+8hd8YiZDIsQsYC5ptFyFjA7zRGCblaGTkzmvyBap13dcYKWXOha6e+EIfaqV/tK2W3gkbIyN+I+sR5l9Q51Qb89NHJU867UjLew5JYOWQc1t9DroivlNJ39lmyWBNbtV+W3sV1T582XpMbsSG/Jm2w5Gv2arqjvyqkesy27/uPbIAU5rmZXNDjsyTAkseMz+do4xP4rBGs2ZKSvZDWGiCCpE7P9tf9bd/3f4Byb4dryr3fXNdI9B7AGqPJsuzW5lm65H0P6Fk1O6xN8JKz7fv+tzMZ7XAG7BxJqGaPdU0DIj/XqcnyQqq18IyNXvg85RC0oywhaNx39hkRko+35rCxehOy5Hwp4zu9E6TNj+rL78P1+kop/Uso0gREgQgp0V8q81M47DVtzglBSS8lXJWg/GDN08DEY1SpMfrlvGhY9ooOL+SqRYcse+XE0tJSU1gjp5X8lgtcCzUcyxyCqizrnqYEVhTpfTdGSlVGD1sAaPq1mI/0W7YzkSOlxOWQnkClKysjOXLYMrYVSvqk170aQqJ9gpWUI5VMjV2zQ80hTCnJhpDSz54+NB7NlfOjfQqjM5eFvOJN3ldK6acj3HugAzU70cshTBWFqpraoiS/zuQ3r8/IZVr31RyCElBpOWslSa9MRQ/IyE/Z5yhKPaRUH0zqIxuvXrpqcgqquqyxjD2HjJO8kVUWKnufAFjxSUJQJ8wsIkre3jzUx0T7AMs2OYbJlQyQB+XXVfleUtcEoaRbG2NR1cYkeDckKJ9ZG1Gfo8nx9Gtzt5qQxXT2kU75KmA9mJ17upYTEk160WRpEcTU7Pn9pIzLr3lVlhcSNble4i45GoF9EROyajHKSxBBrXSgEK7ZkJK9AU/QkjrbWcvx+RhrHtsda/eYIiOaM7R7bE7UCGD6Jtc+zUOYBk8q1+Yn474H5O5e3LZCEhP2tHss2MbR0/26PyJkLQTg9SEMIscJpV04Stqok/bCScQ2K8nntlm2W3nmbY70kGjrrylDoU4CVVmRRgvFcJSES0hEoUizWRu/pfTr+F2+KMfEbU0JKielPLnDLaO9hIvKTXaMptebo9ngrRVak5ct0kO8cs0SVpq42Z1V0mxZ40oWDMlDZW8IJZ263LHVRgR1oyrPGp9fS8TciC21cg6ojWGrRq5nUyavJ0dXhIDqxq4WOSGtFxDJ1HLICC8bhSLvRH2IFp56kHbIH41P6lbhEdJj8T0wRzOtdOR6WpPileFezt0TyCGWR0y3q36jBXnes0Wfu8ielkcnUQNKF5BtOOV4a8daYzU5rYocs8Qv8RBtXNQgTw5bVncpOx35JVUeQ/BpjOzUGXgPkF8rLRetsx5mh0f05GMZ+ZFjpWiH/gLz9xBLmXad2dGREKLNZ+Wh+ce1HEh+Uj5r8ixvt+x5jYtUWayB3hEIE/89wiy5mh25zVK2ZhO74SygDWxtVhiykGt6hjPXrHuIMCZkRID0o12ubZaIvaq3RqosVJFYu5GNyWiHShmRHZmUa96Co2sarM2HQujJXu+tE2YHRwz2ZJTIqwmRMHQk3wPYMM3a+bqfh6yoQGZx5Xx2TgTREKqNZe8j+Qxce2saw9aL24OsEtRuwCpohLAxG6HEg0Ygqq+GoHCIW2+dvOOjG8TzkFYGtZIX7RNqC5Bau4rQw0N6L0rLxDwbToeLbFnL9BLaPWgMMac2sUaOXpiyt8Q2WGV5b7+zvQijEI03jSyUzyywZ0+NfGa+KlPrQzyPyIHOjpjO/c0g47q0LZfvdeYe2N0fOWmINpBvz6OFLOuIRAqwDJNjvfmRoxA5v/T8qKTLzhGxx5pr6o5+x9BTrI1FhjL6ekHzMDRejmPn0nJHfmGn1OgWD90K3W3RXiWtKUdRUvaStETrIkOTGc1xzH1WtyqrxTeoNOW5rEiVFCUsmu/yMZH8gOZZ9jDzTqjp1DWiep13lcqvQUnVVlKivx2d5H0IapSkAOTyUXn5Z0+u9kCaTZ4cBO35kAcwtrrPOdPhIpODeuhMlTpayHjBS+rRGHqMqd3hEp5HlvYB2jimr0FlMpPDXNvkr5J6QlESPcajeFmSZyx9NWCbxGjjmY9jqjgzh5Siqct2wOz2nYAIYY5NoiHM0mFVbWzSZhGJAHJe9+Y0SkgkRqJ+glkAbX7LsyQPbF8ROXqBIV8eLjIoNQjNT+K6N9cbxzRwGhDhUT3MnDdbtF8lLQ0RpZ2znG95pRXC5Fi2OizprD3bSnGSwST1qEuWesyBlnE6GvdrylYpo2i+92P8UWyp/Y8i90SL521euXk/E8sclaBGEhUCNUWCBXQ0Ex1bWjZH520p6f87QssQVRLzNVty+a2KiFZnXrU4PaMWsg5DeoWffGGiRyX5v8m4n99jdifayVaRwxAd8bwtpfSteYhEi0S3QIIJWaWdrUQ0VFgh0SuDkbwclmzLQ6XcZNxHdrg2bvu+/+Uo1ARFQoZn4DEm2nfAbtfQy9gi7zHPzuQ5LzSf5G/7vv+ZDfBiLmq8GBnSyJIqjbHRGsvGdzTHg9eYajnoNG/b9/0rGxB5YPazNC7iVSiEMAvO2ibnWSHSuqfp9O6ZHsL+B8UlOaM257QIiax8T44mjymPwwXRfxPKcAFjfU4UAAAAAElFTkSuQmCC) repeat-x left top;
  content: '';
  z-index: 1;
}

.infinite-carousel--vertical::before {
  top: 0;
}

.infinite-carousel--vertical::after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.infinite-carousel--vertical .slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-animation: 200s verticalScroll infinite linear;
       -o-animation: 200s verticalScroll infinite linear;
          animation: 200s verticalScroll infinite linear;
}

@media only screen and (min-width: 768px) {
  .infinite-carousel--vertical .slide-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-animation-duration: 100s;
         -o-animation-duration: 100s;
            animation-duration: 100s;
  }
}

@media only screen and (min-width: 1025px) {
  .infinite-carousel--vertical .slide-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -webkit-animation-duration: 50s;
         -o-animation-duration: 50s;
            animation-duration: 50s;
  }
}

@media only screen and (min-width: 1280px) {
  .infinite-carousel--vertical .slide-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    -webkit-animation-duration: 40s;
         -o-animation-duration: 40s;
            animation-duration: 40s;
  }
}

.infinite-carousel--vertical .image-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) {
  .infinite-carousel--vertical .image-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .infinite-carousel--vertical .image-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media only screen and (min-width: 1280px) {
  .infinite-carousel--vertical .image-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

@-webkit-keyframes verticalScroll {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-o-keyframes verticalScroll {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }

  100% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
}

@keyframes verticalScroll {
  0% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.integrations-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  -webkit-transition: z-index 0s .2s;
  -o-transition: z-index 0s .2s;
  transition: z-index 0s .2s;
  background: transparent;
  z-index: 1;
}

.integrations-box::before,
.integrations-box .text-content {
  -webkit-transition: .15s .15s ease-out;
  -o-transition: .15s .15s ease-out;
  transition: .15s .15s ease-out;
  background: #f1f1ee;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.integrations-box::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  z-index: -1;
}

.integrations-box .background-link {
  margin: -40px;
  padding: 40px;
  text-decoration: none;
}

.integrations-box img {
  display: block;
  margin: 0 auto 40px;
}

.integrations-box .button {
  display: block;
  -webkit-transition: .15s .15s ease-out;
  -o-transition: .15s .15s ease-out;
  transition: .15s .15s ease-out;
}

.integrations-box .button::before {
  display: none;
}

.integrations-box .button::after {
  display: none;
}

.integrations-box--no-content {
  padding: 0 70px 50px;
}

.integrations-box--no-content::before {
  top: 100px;
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
  background: #fff;
  -webkit-box-shadow: 0 35px 35px 0 rgba(28, 28, 29, 0.1);
          box-shadow: 0 35px 35px 0 rgba(28, 28, 29, 0.1);
}

.integrations-box--no-content .background-link {
  margin: 0 -70px -50px;
  padding: 0 70px 50px;
}

.integrations-box--no-content img {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out;
}

.integrations-box--no-content .button {
  height: 90px;
  -webkit-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  transition: .15s ease-out;
  line-height: 90px;
}

.integrations-box--no-content:hover {
  background: transparent;
}

.integrations-box--no-content:hover::before {
  top: 90px;
}

.integrations-box--no-content:hover img {
  -webkit-transform: translateY(-20px);
       -o-transform: translateY(-20px);
          transform: translateY(-20px);
}

.integrations-box--has-content .text-content {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0 20px 50px;
  -webkit-transform: scaleY(0);
       -o-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
  background: #f1f1ee;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  z-index: 1;
}

.integrations-box--has-content .text-content__inner {
  -webkit-transition: .15s ease-out;
  -o-transition: .15s ease-out;
  transition: .15s ease-out;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .integrations-box--has-content:hover::before,
  .integrations-box--has-content:hover .text-content {
    right: -10px;
    left: -10px;
    -webkit-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    transition: .15s ease-out;
    background: #7ab2d6;
    -webkit-box-shadow: 0 35px 35px 0 rgba(28, 28, 29, 0.1);
            box-shadow: 0 35px 35px 0 rgba(28, 28, 29, 0.1);
  }

  .integrations-box--has-content:hover::before {
    top: -10px;
  }

  .integrations-box--has-content:hover .text-content {
    -webkit-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1);
  }

  .integrations-box--has-content:hover .text-content__inner {
    -webkit-transition: .15s .15s ease-out;
    -o-transition: .15s .15s ease-out;
    transition: .15s .15s ease-out;
    opacity: 1;
  }

  .integrations-box--has-content:hover .button {
    -webkit-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    transition: .15s ease-out;
    background: #fff;
  }
}

@media only screen and (min-width: 768px) {
  .integrations-box:hover {
    -webkit-transition: z-index 0s;
    -o-transition: z-index 0s;
    transition: z-index 0s;
    z-index: 10;
  }

  .integrations-box:hover::before,
  .integrations-box:hover .text-content {
    right: -10px;
    left: -10px;
    -webkit-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    transition: .15s ease-out;
  }
}

.vertical-iphone-video,
.horizontal-iphone-video {
  position: relative;
  z-index: 1;
}

.vertical-iphone-video .wpb_wrapper {
  height: 798px;
  padding: 97px 0 0 46px;
  background: url(/app/themes/aerserv/dist/images/backgrounds/iphone.png) no-repeat center center;
  background-size: contain;
}

.vertical-iphone-video .wpb_wrapper video {
  width: 333px;
  height: 594px;
}

.horizontal-iphone-video .wpb_wrapper {
  width: 791px;
  height: 396px;
  margin: 0 auto;
  padding: 9px 0 0 100px;
  background: url(/app/themes/aerserv/dist/images/backgrounds/iphone-horizontal.png) no-repeat center center;
  background-size: contain;
}

.horizontal-iphone-video .wpb_wrapper video {
  width: 594px;
  height: 333px;
}

.one-two-three {
  text-align: center;
  counter-reset: one-two-three;
}

.one-two-three .wpb_column:nth-child(1) .wpb_text_column::after {
  margin-left: 0%;
}

.one-two-three .wpb_column:nth-child(2) .wpb_text_column::after {
  margin-left: 33.33333%;
}

.one-two-three .wpb_column:nth-child(3) .wpb_text_column::after {
  margin-left: 66.66667%;
}

.one-two-three .wpb_column:nth-child(4) .wpb_text_column::after {
  margin-left: 100%;
}

.one-two-three .wpb_column .wpb_wrapper {
  display: block;
  padding: 0 15px;
}

.one-two-three .wpb_column .wpb_wrapper .wpb_text_column {
  position: relative;
  border-bottom: 2px solid rgba(30, 47, 81, 0.3);
  color: #1e2f51;
  font-size: 24px;
  line-height: 32px;
  z-index: 1;
  counter-increment: one-two-three;
}

.dark-blue .one-two-three .wpb_column .wpb_wrapper .wpb_text_column {
  border-bottom-color: rgba(122, 178, 214, 0.3);
  color: #fff;
}

.one-two-three .wpb_column .wpb_wrapper .wpb_text_column::before,
.one-two-three .wpb_column .wpb_wrapper .wpb_text_column::after {
  position: absolute;
  right: 0;
  left: 0;
}

.one-two-three .wpb_column .wpb_wrapper .wpb_text_column::before {
  top: 8px;
  bottom: 0;
  margin: auto;
  color: #f1f1ee;
  font: bold 100px/120px "DIN-Next", "Arial", "Helvetica", "sans serif";
  content: counter(one-two-three);
  z-index: -1;
}

.dark-blue .one-two-three .wpb_column .wpb_wrapper .wpb_text_column::before {
  color: rgba(122, 178, 214, 0.2);
}

.one-two-three .wpb_column .wpb_wrapper .wpb_text_column::after {
  width: 33.33333%;
  height: 2px;
  background: #1e2f51;
  content: '';
}

.dark-blue .one-two-three .wpb_column .wpb_wrapper .wpb_text_column::after {
  background: #7ab2d6;
}

.one-two-three .wpb_column .wpb_wrapper .wpb_text_column .wpb_wrapper {
  padding: 44px 0;
}

.one-two-three .wpb_column .wpb_wrapper .wpb_text_column p {
  margin: 0;
}

.parallax-logo::before {
  position: absolute;
  top: 0;
  right: -50vw;
  left: -50vw;
  margin: auto;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNy40IDMzLjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQgMzMuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMwMDA7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjExLjMsMCAwLDMzLjkgNi45LDMzLjkgMTMuNywxMS44IDIwLjUsMzMuOSAyNy40LDMzLjkgMTYuMiwwICIvPgo8L3N2Zz4K) no-repeat center;
  background-size: contain;
  content: '';
  opacity: .08;
}

@media only screen and (min-width: 0) {
  .parallax-logo::before {
    width: 218.25px;
  }
}

@media only screen and (min-width: 768px) {
  .parallax-logo::before {
    width: 349.2px;
  }
}

@media only screen and (min-width: 1025px) {
  .parallax-logo::before {
    width: 466.05469px;
  }
}

@media only screen and (min-width: 1280px) {
  .parallax-logo::before {
    width: 582px;
  }
}

@media only screen and (min-width: 0) {
  .parallax-logo::before {
    height: 269.25px;
  }
}

@media only screen and (min-width: 768px) {
  .parallax-logo::before {
    height: 430.8px;
  }
}

@media only screen and (min-width: 1025px) {
  .parallax-logo::before {
    height: 574.96094px;
  }
}

@media only screen and (min-width: 1280px) {
  .parallax-logo::before {
    height: 718px;
  }
}

.testimonial {
  color: rgba(0, 0, 0, 0.75);
  font-size: 24px;
}

.testimonial blockquote {
  width: 100%;
  max-width: 480px;
  margin: 0;
  padding: 0;
}

.testimonial blockquote * {
  display: inline;
}

.testimonial cite {
  display: block;
  position: relative;
  min-height: 90px;
  margin: 20px 0 0;
  padding: 30px 0 30px 90px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 16px;
  font-style: normal;
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .testimonial cite {
    white-space: nowrap;
  }
}

.testimonial cite img {
  position: absolute;
  top: 10px;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial cite .name::after {
  content: ', ';
}

.testimonial-carousel {
  position: relative;
  z-index: 1;
}

.testimonial-carousel .slick-list {
  margin: 0 -20px;
  overflow: visible;
}

.testimonial-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.testimonial-carousel .slick-slide {
  height: auto;
  margin: 0;
  -webkit-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: .6s ease-out;
  -o-transition: .6s ease-out;
  transition: .6s ease-out;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media only screen and (min-width: 768px) {
  .testimonial-carousel .slick-slide {
    margin: 0 20px;
  }
}

.testimonial-carousel .slick-slide,
.testimonial-carousel .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 100%;
  height: auto;
}

.testimonial-carousel .slick-slide.slick-active,
.testimonial-carousel .slick-slide.slick-center,
.testimonial-carousel .slick-slide.slick-current {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
}

.testimonial-carousel .slide--odd {
  background: #1e2f51;
}

.testimonial-carousel .slide--even {
  background: #7ab2d6;
}

.testimonial-carousel .testimonial {
  padding: 40px;
  color: #fff;
}

.testimonial-carousel .testimonial blockquote {
  font-size: 21px;
  font-style: italic;
}

.testimonial-carousel .testimonial cite {
  padding-top: 15px;
  color: rgba(255, 255, 255, 0.7);
}

.testimonial-carousel .testimonial .name,
.testimonial-carousel .testimonial .job-title {
  display: block;
}

.testimonial-carousel .testimonial .name::after,
.testimonial-carousel .testimonial .job-title::after {
  display: none;
}

@media only screen and (min-width: 0) {
  .vc_section.text-grid {
    padding-top: 56.25px;
  }
}

@media only screen and (min-width: 768px) {
  .vc_section.text-grid {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 1025px) {
  .vc_section.text-grid {
    padding-top: 120.11719px;
  }
}

@media only screen and (min-width: 1280px) {
  .vc_section.text-grid {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 0) {
  .vc_section.text-grid {
    padding-bottom: 56.25px;
  }
}

@media only screen and (min-width: 768px) {
  .vc_section.text-grid {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 1025px) {
  .vc_section.text-grid {
    padding-bottom: 120.11719px;
  }
}

@media only screen and (min-width: 1280px) {
  .vc_section.text-grid {
    padding-bottom: 150px;
  }
}

.vc_section.text-grid.dark-blue h1,
.vc_section.text-grid.dark-blue h2,
.vc_section.text-grid.dark-blue h3 {
  color: #fff;
}

.vc_section.text-grid.light-blue h1,
.vc_section.text-grid.light-blue h2,
.vc_section.text-grid.light-blue h3 {
  color: #1e2f51;
}

.vc_section.text-grid .vc_row {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
}

.vc_section.text-grid .vc_row::before,
.vc_section.text-grid .vc_row::after {
  display: none;
}

.vc_section.text-grid .vc_row + .vc_row {
  padding-top: 50px;
}

.vc_section.text-grid .vc_column_container {
  position: relative;
  width: 100%;
  margin: 0;
  grid-column: span 12;
}

.vc_section.text-grid .vc_column_container.vc_col-sm-12 {
  padding: 0 0 15px;
}

.vc_section.text-grid .vc_column_container.vc_col-sm-4,
.vc_section.text-grid .vc_column_container.vc_col-sm-4 .vc_column-inner,
.vc_section.text-grid .vc_column_container.vc_col-sm-4 .wpb_content_element,
.vc_section.text-grid .vc_column_container.vc_col-sm-4 .button-container,
.vc_section.text-grid .vc_column_container.vc_col-sm-6,
.vc_section.text-grid .vc_column_container.vc_col-sm-6 .vc_column-inner,
.vc_section.text-grid .vc_column_container.vc_col-sm-6 .wpb_content_element,
.vc_section.text-grid .vc_column_container.vc_col-sm-6 .button-container {
  max-width: none;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .vc_section.text-grid .vc_column_container.vc_col-sm-4 {
    grid-column: span 4;
  }
}

@media only screen and (min-width: 768px) {
  .vc_section.text-grid .vc_column_container.vc_col-sm-6 {
    grid-column: span 6;
  }
}

.vc_section.text-grid .eyebrow {
  margin: 20px 0;
  padding: 0 0 0 60px;
}

.vc_section.text-grid .eyebrow::before {
  left: 0 !important;
}

.aerserv-custom-tour {
  position: relative;
  margin: 0;
  color: #fff;
  overflow: visible;
  z-index: 1;
}

.aerserv-custom-tour__nav {
  margin: 0;
  padding-left: 0;
}

.aerserv-custom-tour__nav__item {
  position: relative;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
  counter-increment: tab-counter;
  pointer-events: auto;
}

.aerserv-custom-tour__nav__item::before,
.aerserv-custom-tour__nav__item img,
.aerserv-custom-tour__nav__item svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}

.aerserv-custom-tour__nav__item::before {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: transparent;
  color: #1e2f51;
  font: bold 14px/85px "DIN-Next", "Arial", "Helvetica", "sans serif";
  text-align: center;
  content: counter(tab-counter, decimal-leading-zero);
}

.aerserv-custom-tour__nav__item img,
.aerserv-custom-tour__nav__item svg {
  margin: 0 !important;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.aerserv-custom-tour__nav__item a {
  position: relative;
  padding: 0 30px;
  border: 0;
  background: none;
  color: #fff;
}

.aerserv-custom-tour__nav-arrows {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aerserv-custom-tour__nav-arrows .slick-arrow {
  width: 70px;
  height: 70px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Iklzb2xhdGlvbl9Nb2RlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSItMTIyNyAxNjc0LjggNjcuNyAxMDguMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMTIyNyAxNjc0LjggNjcuNyAxMDguMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMyRjM0MzU7c3Ryb2tlLXdpZHRoOjEyO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzJGMzQzNTtzdHJva2Utd2lkdGg6MTI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxsaW5lIGNsYXNzPSJzdDAiIHgxPSItMTE2Ny44IiB5MT0iMTc0OS4xIiB4Mj0iLTExOTMuMiIgeTI9IjE3NzQuNCIvPgoJCTxsaW5lIGNsYXNzPSJzdDAiIHgxPSItMTE5My4yIiB5MT0iMTc3NC40IiB4Mj0iLTEyMTguNSIgeTI9IjE3NDkuMSIvPgoJPC9nPgoJPGxpbmUgY2xhc3M9InN0MSIgeDE9Ii0xMTkzLjIiIHkxPSIxNzc0LjQiIHgyPSItMTE5My4yIiB5Mj0iMTY3NC44Ii8+CjwvZz4KPC9zdmc+Cg==) no-repeat center center;
  background-size: 12px;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  pointer-events: auto;
}

.aerserv-custom-tour__nav-arrows .previous {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.aerserv-custom-tour__nav-arrows .next {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.aerserv-custom-tour__nav-dots {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  pointer-events: auto;
}

.aerserv-custom-tour__nav-dots .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aerserv-custom-tour__nav-dots .slick-dots li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 80px;
  margin: 0 10px;
  opacity: .3;
}

.aerserv-custom-tour__nav-dots .slick-dots li::after {
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #7ab2d6;
  content: '';
}

.aerserv-custom-tour__nav-dots .slick-dots li:hover,
.aerserv-custom-tour__nav-dots .slick-dots li.slick-active {
  opacity: 1;
}

.aerserv-custom-tour__nav-dots .slick-dots button {
  display: none;
}

.aerserv-custom-tour--homepage[tour-autoplay] .slick-active .border-circle {
  -webkit-transition: 10s;
  -o-transition: 10s;
  transition: 10s;
  stroke-dashoffset: 0;
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__nav-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 40px;
  z-index: 1;
  pointer-events: none;
}

@media only screen and (min-width: 1025px) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__nav-wrapper {
    padding: 0 80px;
  }
}

@media only screen and (min-width: 1440px) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__nav-wrapper {
    padding: 0 40px;
  }
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__nav,
.aerserv-custom-tour--homepage .aerserv-custom-tour__nav-arrows {
  width: 50%;
}

@media only screen and (min-width: 1280px) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__nav,
  .aerserv-custom-tour--homepage .aerserv-custom-tour__nav-arrows {
    width: 40%;
  }
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__nav {
  padding-top: 100px;
  background: #7ab2d6;
  line-height: 85px;
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.35);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.35);
  counter-reset: tab-counter;
}

@media only screen and (min-width: 0) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__nav {
    padding-bottom: 46.875px;
  }
}

@media only screen and (min-width: 768px) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__nav {
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 1025px) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__nav {
    padding-bottom: 100.09766px;
  }
}

@media only screen and (min-width: 1280px) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__nav {
    padding-bottom: 125px;
  }
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__nav__item {
  padding: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #7ab2d6;
  line-height: 20px;
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__nav__item::before,
.aerserv-custom-tour--homepage .aerserv-custom-tour__nav__item img,
.aerserv-custom-tour--homepage .aerserv-custom-tour__nav__item svg {
  bottom: 0;
  left: -80px;
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__nav__item:hover {
  background: rgba(30, 47, 81, 0.1);
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__nav__item.slick-active {
  background: #e2e2e3;
  color: #7ab2d6;
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__nav__item.slick-active::before {
  background: #f5f5f5;
}

@media only screen and (min-width: 1025px) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__pages {
    padding-top: 140px;
  }
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__slick-container .slick-list {
  overflow: visible;
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__slick-container .slick-track,
.aerserv-custom-tour--homepage .aerserv-custom-tour__slick-container .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__slick-container .slick-slide {
  width: 100%;
  height: auto;
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__slick-container .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1024px) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__slick-container .slick-slide > div {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__slick-container .slick-slide > div {
    padding: 0;
  }
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__page {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
  background-color: #1e2f51;
  background-size: cover;
  -webkit-box-shadow: 0 20px 35px rgba(28, 28, 29, 0.35);
          box-shadow: 0 20px 35px rgba(28, 28, 29, 0.35);
}

@media only screen and (min-width: 1025px) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__page {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}

@media only screen and (min-width: 1280px) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__page {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__page__prefix {
  margin-left: -60px;
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__page__prefix::before {
  top: 2px;
}

@media only screen and (max-width: 1024px) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__page__prefix::before {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__page__prefix::before {
    display: none;
  }
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__page__title {
  max-width: 510px;
  font-size: 36px;
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__page__inner {
  max-width: 590px;
  margin: 0 auto;
  padding: 80px 20px;
  background-size: cover;
}

@media only screen and (min-width: 1025px) {
  .aerserv-custom-tour--homepage .aerserv-custom-tour__page__inner {
    min-height: 610px;
    padding: 110px 40px 0 120px;
  }
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__page__inner .wpb_text_column {
  color: #fff;
}

.aerserv-custom-tour--homepage .aerserv-custom-tour__page .button {
  margin: 40px 0 0;
  padding: 0 50px;
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.5);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.5);
}

.aerserv-custom-tour--text {
  margin: 0 auto;
  background: #7ab2d6;
}

@media only screen and (min-width: 0) {
  .aerserv-custom-tour--text {
    padding-bottom: 61.875px;
  }
}

@media only screen and (min-width: 768px) {
  .aerserv-custom-tour--text {
    padding-bottom: 99px;
  }
}

@media only screen and (min-width: 1025px) {
  .aerserv-custom-tour--text {
    padding-bottom: 132.12891px;
  }
}

@media only screen and (min-width: 1280px) {
  .aerserv-custom-tour--text {
    padding-bottom: 165px;
  }
}

@media only screen and (min-width: 0) {
  .aerserv-custom-tour--text {
    padding-top: 61.875px;
  }
}

@media only screen and (min-width: 768px) {
  .aerserv-custom-tour--text {
    padding-top: 99px;
  }
}

@media only screen and (min-width: 1025px) {
  .aerserv-custom-tour--text {
    padding-top: 132.12891px;
  }
}

@media only screen and (min-width: 1280px) {
  .aerserv-custom-tour--text {
    padding-top: 165px;
  }
}

.aerserv-custom-tour--text .slick-list {
  overflow: hidden;
}

.aerserv-custom-tour--text .aerserv-custom-tour__nav-wrapper {
  position: relative;
  padding: 0 80px;
  float: left;
}

.aerserv-custom-tour--text .aerserv-custom-tour__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.aerserv-custom-tour--text .aerserv-custom-tour__nav__item {
  width: 80px;
  height: 80px;
}

.aerserv-custom-tour--text .aerserv-custom-tour__nav-arrows .arrow-wrapper {
  position: absolute;
  top: 0;
}

.aerserv-custom-tour--text .aerserv-custom-tour__nav-arrows .arrow-wrapper:first-child {
  left: 0;
}

.aerserv-custom-tour--text .aerserv-custom-tour__nav-arrows .arrow-wrapper:last-child {
  right: 0;
}

.aerserv-custom-tour--text .aerserv-custom-tour__nav-arrows .slick-arrow {
  width: 80px;
  height: 80px;
}

.aerserv-custom-tour--text .aerserv-custom-tour__pages {
  clear: both;
}

.aerserv-custom-tour--text .aerserv-custom-tour__page__prefix {
  display: none;
}

.aerserv-custom-tour--text .aerserv-custom-tour__page .wpb_text_column {
  margin: 0;
  padding: 0 30px;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
}

.aerserv-custom-tour--text .aerserv-custom-tour__page p {
  margin: 0;
}

.aerserv-custom-tour--text .border-circle {
  stroke: #fff;
}

.window-loaded .aerserv-custom-tour--text .slick-active .border-circle {
  -webkit-transition: 10s;
  -o-transition: 10s;
  transition: 10s;
  stroke-dashoffset: 0;
}

.aerserv-custom-tour--text_image {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #7ab2d6;
}

@media only screen and (min-width: 0) {
  .aerserv-custom-tour--text_image {
    margin-top: 41.25px;
  }
}

@media only screen and (min-width: 768px) {
  .aerserv-custom-tour--text_image {
    margin-top: 66px;
  }
}

@media only screen and (min-width: 1025px) {
  .aerserv-custom-tour--text_image {
    margin-top: 88.08594px;
  }
}

@media only screen and (min-width: 1280px) {
  .aerserv-custom-tour--text_image {
    margin-top: 110px;
  }
}

@media only screen and (min-width: 0) {
  .aerserv-custom-tour--text_image {
    margin-bottom: 61.875px;
  }
}

@media only screen and (min-width: 768px) {
  .aerserv-custom-tour--text_image {
    margin-bottom: 99px;
  }
}

@media only screen and (min-width: 1025px) {
  .aerserv-custom-tour--text_image {
    margin-bottom: 132.12891px;
  }
}

@media only screen and (min-width: 1280px) {
  .aerserv-custom-tour--text_image {
    margin-bottom: 165px;
  }
}

@media only screen and (min-width: 768px) {
  .aerserv-custom-tour--text_image {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .aerserv-custom-tour--text_image .aerserv-custom-tour__nav-wrapper {
    position: absolute;
    bottom: 45px;
    left: 66.66667%;
    margin-left: 5px;
    padding: 0 45px;
    z-index: 2;
  }
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__nav-wrapper .slick-arrow {
  position: absolute;
  top: 0;
  width: 55px;
  height: 55px;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__nav-wrapper .slick-arrow.previous {
  left: 0;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__nav-wrapper .slick-arrow.next {
  right: 0;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__nav__item {
  width: 55px;
  height: 55px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__nav__item::before,
.aerserv-custom-tour--text_image .aerserv-custom-tour__nav__item img,
.aerserv-custom-tour--text_image .aerserv-custom-tour__nav__item svg {
  top: 50%;
  left: 50%;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__nav__item::before {
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__nav__item img,
.aerserv-custom-tour--text_image .aerserv-custom-tour__nav__item svg {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
       -o-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__nav__item .border-circle {
  stroke: #1e2f51;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__nav__item.slick-active::before {
  color: #fff;
}

.window-loaded .aerserv-custom-tour--text_image .aerserv-custom-tour__nav__item.slick-active .border-circle {
  -webkit-transition: 10s;
  -o-transition: 10s;
  transition: 10s;
  stroke-dashoffset: 0;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__nav-dots {
  top: -40px;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__nav-dots .slick-dots li::after {
  background: #fff;
}

.aerserv-custom-tour--text_image .slick-list {
  overflow: visible;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__page .aerserv-custom-tour__page__prefix,
.aerserv-custom-tour--text_image .aerserv-custom-tour__page .aerserv-custom-tour__page__title {
  display: none;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__page .vc_row,
.aerserv-custom-tour--text_image .aerserv-custom-tour__page .vc_column-inner,
.aerserv-custom-tour--text_image .aerserv-custom-tour__page .wpb_content_element {
  padding: 0 !important;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__page .wpb_content_element {
  max-width: none;
  color: #fff;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__page .wpb_content_element h2 {
  color: #fff;
}

.aerserv-custom-tour--text_image .aerserv-custom-tour__page img {
  max-width: 100%;
  padding: 0 20px 40px;
}

@media only screen and (min-width: 1025px) {
  .aerserv-custom-tour--text_image .aerserv-custom-tour__page img {
    max-width: none;
    margin-left: -40px;
    padding: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .aerserv-custom-tour--text_image .aerserv-custom-tour__page .vc_col-sm-4 {
    padding-bottom: 140px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .video-button img,
  .video-button svg {
    position: relative;
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .video-button img,
  .video-button svg {
    position: relative;
    width: 70px;
    height: 70px;
  }
}

.video-button svg,
.video-button svg polygon {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: .4s ease-out;
  -o-transition: .4s ease-out;
  transition: .4s ease-out;
}

.video-button svg polygon {
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

@media only screen and (min-width: 1025px) {
  .video-button {
    width: 99px;
    float: right;
  }
}

.video-button:hover svg {
  -webkit-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}

.video-button:hover svg polygon {
  -webkit-transform: scale(1.4);
       -o-transform: scale(1.4);
          transform: scale(1.4);
}

.wpb_video_wrapper,
.video-wrapper {
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
}

@media only screen and (max-width: 1024px) {
  .video-wrapper {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .video-wrapper {
    margin-bottom: 60px;
  }
}

.video-wrapper iframe,
.video-wrapper embed,
.video-wrapper object,
.video-wrapper video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.vc_section.white {
  background: #fff;
}

.vc_section.off-white {
  background: #f1f1ee;
}

.template-light-blue-hero {
  background: #7ab2d6;
}

.template-light-blue-hero .page__header {
  background: #7ab2d6;
}

.template-light-blue-hero .headroom--top .page__header__brand svg path {
  fill: #1e2f51;
}

.template-light-blue-hero .headroom--top .page__header__nav .nav > li.button > a::before {
  background: #1e2f51;
}

.template-light-blue-hero .headroom--top .page__header__nav .hamburger--mobile svg rect {
  fill: #1e2f51;
}

.template-light-blue-hero .main {
  background: #fff;
}

.template-light-blue-hero .vc_section.hero {
  background: #7ab2d6;
}

.template-light-blue-hero .vc_section.hero h1,
.template-light-blue-hero .vc_section.hero .wpb_text_column {
  color: #1e2f51;
}

.template-light-blue-hero .vc_section.hero .button::after {
  background: #fff;
}

.template-text-only .main {
  max-width: 850px;
}

@media only screen and (min-width: 0) {
  .template-text-only .main {
    padding-top: 52.5px;
  }
}

@media only screen and (min-width: 768px) {
  .template-text-only .main {
    padding-top: 84px;
  }
}

@media only screen and (min-width: 1025px) {
  .template-text-only .main {
    padding-top: 112.10938px;
  }
}

@media only screen and (min-width: 1280px) {
  .template-text-only .main {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 0) {
  .template-text-only .main {
    padding-bottom: 52.5px;
  }
}

@media only screen and (min-width: 768px) {
  .template-text-only .main {
    padding-bottom: 84px;
  }
}

@media only screen and (min-width: 1025px) {
  .template-text-only .main {
    padding-bottom: 112.10938px;
  }
}

@media only screen and (min-width: 1280px) {
  .template-text-only .main {
    padding-bottom: 140px;
  }
}

.template-transparent-hero {
  position: relative;
  background: #fff;
}

.template-transparent-hero .page__header {
  width: auto;
  background: none;
  z-index: 101;
}

.template-transparent-hero .login {
  position: relative;
  margin: 0 40px;
}

.template-transparent-hero .login a {
  color: #fff;
}

.template-transparent-hero .page__header__brand svg path {
  fill: #fff;
}

.template-transparent-hero .sticky-nav {
  position: absolute;
}

@media only screen and (min-width: 1025px) {
  .template-transparent-hero .sticky-nav {
    top: 35px;
    margin: 35px 40px;
  }
}

@media only screen and (min-width: 1280px) {
  .template-transparent-hero .sticky-nav {
    padding: 0 40px;
  }
}

.template-transparent-hero .sticky-nav.headroom--not-top {
  top: 0;
}

.template-transparent-hero .headroom--top .hamburger--mobile svg rect {
  fill: #fff;
}

.template-transparent-hero .headroom--not-top .page__header__brand svg path {
  fill: #7ab2d6;
}

.template-transparent-hero .main {
  margin-top: -80px;
  background: #fff;
}

@media only screen and (min-width: 1025px) {
  .template-transparent-hero .main {
    margin-top: -120px;
  }
}

.template-transparent-hero .hero,
.template-transparent-hero .hero h1,
.template-transparent-hero .hero h2,
.template-transparent-hero .hero h3,
.template-transparent-hero .hero .wpb_text_column {
  color: #fff;
}

.template-white-hero {
  background: #fff;
}

.template-white-hero .page__header {
  background: #fff;
}

.template-white-hero .page__header.login a {
  color: rgba(30, 47, 81, 0.5);
}

.template-white-hero .main {
  background: #fff;
}

.template-white-hero .vc_section.hero {
  background: #fff;
}

.template-white-hero .vc_section.hero .wpb_text_column {
  color: rgba(30, 47, 81, 0.7);
}

.archive,
.blog {
  background: #1e2f51;
}

.archive .posts,
.blog .posts {
  padding-top: 70px;
}

@media only screen and (min-width: 768px) {
  .archive .posts,
  .blog .posts {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .archive .posts,
  .blog .posts {
    grid-gap: 80px;
  }
}

.archive .alert,
.blog .alert {
  text-align: center;
  grid-column: 3 / -3;
}

.archive .post,
.archive .sidebar,
.blog .post,
.blog .sidebar {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .archive .post,
  .archive .sidebar,
  .blog .post,
  .blog .sidebar {
    margin: 0;
    grid-column-end: span 6;
  }
}

.archive .post:first-child,
.archive .sidebar:first-child,
.blog .post:first-child,
.blog .sidebar:first-child {
  grid-column-end: span 12;
}

@media only screen and (min-width: 1025px) {
  .archive .post:first-child,
  .archive .sidebar:first-child,
  .blog .post:first-child,
  .blog .sidebar:first-child {
    grid-column-end: span 8;
  }
}

@media only screen and (min-width: 1025px) {
  .archive .post:nth-child(10),
  .archive .sidebar:nth-child(10),
  .blog .post:nth-child(10),
  .blog .sidebar:nth-child(10) {
    grid-column-end: span 8;
  }
}

@media only screen and (min-width: 1025px) {
  .archive .post:nth-child(9),
  .archive .post.sidebar--blog-hero,
  .archive .sidebar:nth-child(9),
  .archive .sidebar.sidebar--blog-hero,
  .blog .post:nth-child(9),
  .blog .post.sidebar--blog-hero,
  .blog .sidebar:nth-child(9),
  .blog .sidebar.sidebar--blog-hero {
    grid-column-end: span 4;
  }
}

.archive .sidebar--blog-subscribe,
.blog .sidebar--blog-subscribe {
  display: grid;
}

.single-post .page__header.login,
.blog .page__header.login,
.archive .page__header.login {
  position: relative;
}

.single-post .page__header.login::before,
.blog .page__header.login::before,
.archive .page__header.login::before {
  position: absolute;
  right: 0;
  bottom: -297px;
  left: 0;
  margin: 0 auto;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNy40IDMzLjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQgMzMuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM3QUIyRDY7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjExLjMsMCAwLDMzLjkgNi45LDMzLjkgMTMuNywxMS44IDIwLjUsMzMuOSAyNy40LDMzLjkgMTYuMiwwICIvPgo8L3N2Zz4K) no-repeat center top;
  background-size: 100% auto;
  content: '';
  opacity: .1;
  z-index: 102;
  pointer-events: none;
}

@media only screen and (min-width: 0) {
  .single-post .page__header.login::before,
  .blog .page__header.login::before,
  .archive .page__header.login::before {
    width: 513.75px;
  }
}

@media only screen and (min-width: 768px) {
  .single-post .page__header.login::before,
  .blog .page__header.login::before,
  .archive .page__header.login::before {
    width: 822px;
  }
}

@media only screen and (min-width: 1025px) {
  .single-post .page__header.login::before,
  .blog .page__header.login::before,
  .archive .page__header.login::before {
    width: 1097.07031px;
  }
}

@media only screen and (min-width: 1280px) {
  .single-post .page__header.login::before,
  .blog .page__header.login::before,
  .archive .page__header.login::before {
    width: 1370px;
  }
}

@media only screen and (min-width: 0) {
  .single-post .page__header.login::before,
  .blog .page__header.login::before,
  .archive .page__header.login::before {
    top: -170.25px;
  }
}

@media only screen and (min-width: 768px) {
  .single-post .page__header.login::before,
  .blog .page__header.login::before,
  .archive .page__header.login::before {
    top: -272.4px;
  }
}

@media only screen and (min-width: 1025px) {
  .single-post .page__header.login::before,
  .blog .page__header.login::before,
  .archive .page__header.login::before {
    top: -363.55469px;
  }
}

@media only screen and (min-width: 1280px) {
  .single-post .page__header.login::before,
  .blog .page__header.login::before,
  .archive .page__header.login::before {
    top: -454px;
  }
}

.page .page-header {
  display: none;
}

.vc_section {
  position: relative;
  margin: 0;
  padding: 0;
}

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_section,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section {
  padding: 0;
}

.vc_row.full-width {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

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

.vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.vc_row.wide .vc_column_container.vc_col-sm-6 .eyebrow,
.vc_row.wide
.vc_column_container.vc_col-sm-6 .vc_custom_heading,
.vc_row.wide
.vc_column_container.vc_col-sm-6 .button-container,
.vc_row.wide
.vc_column_container.vc_col-sm-6 .wpb_content_element {
  max-width: 520px;
}

.vc_column_container.vc_col-sm-6 .eyebrow::before,
.vc_column_container.vc_col-sm-8 .eyebrow::before {
  left: -40px;
}

.vc_column_container.vc_col-sm-6 .wpb_content_element + .button-container,
.vc_column_container.vc_col-sm-8 .wpb_content_element + .button-container {
  margin-top: 25px;
}

@media only screen and (min-width: 0) {
  .vc_column_container.vc_col-sm-6 .vc_column-inner,
  .vc_column_container.vc_col-sm-8 .vc_column-inner {
    padding-top: 75px;
  }
}

@media only screen and (min-width: 768px) {
  .vc_column_container.vc_col-sm-6 .vc_column-inner,
  .vc_column_container.vc_col-sm-8 .vc_column-inner {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .vc_column_container.vc_col-sm-6 .vc_column-inner,
  .vc_column_container.vc_col-sm-8 .vc_column-inner {
    padding-top: 160.15625px;
  }
}

@media only screen and (min-width: 1280px) {
  .vc_column_container.vc_col-sm-6 .vc_column-inner,
  .vc_column_container.vc_col-sm-8 .vc_column-inner {
    padding-top: 200px;
  }
}

@media only screen and (min-width: 0) {
  .vc_column_container.vc_col-sm-6 .vc_column-inner,
  .vc_column_container.vc_col-sm-8 .vc_column-inner {
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 768px) {
  .vc_column_container.vc_col-sm-6 .vc_column-inner,
  .vc_column_container.vc_col-sm-8 .vc_column-inner {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .vc_column_container.vc_col-sm-6 .vc_column-inner,
  .vc_column_container.vc_col-sm-8 .vc_column-inner {
    padding-bottom: 160.15625px;
  }
}

@media only screen and (min-width: 1280px) {
  .vc_column_container.vc_col-sm-6 .vc_column-inner,
  .vc_column_container.vc_col-sm-8 .vc_column-inner {
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .vc_column_container.half-width-image {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .vc_column_container.half-width-image {
    display: none !important;
  }
}

.vc_column_container.half-width-image .vc_column-inner {
  position: relative;
  padding: 0;
}

.vc_column_container.half-width-image .wpb_content_element {
  position: static;
  max-width: none;
  padding: 0;
}

.vc_column_container.half-width-image .wpb_content_element img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 0) {
  .vc_column_container.form .vc_column-inner {
    padding-top: 37.5px;
  }
}

@media only screen and (min-width: 768px) {
  .vc_column_container.form .vc_column-inner {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .vc_column_container.form .vc_column-inner {
    padding-top: 80.07812px;
  }
}

@media only screen and (min-width: 1280px) {
  .vc_column_container.form .vc_column-inner {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 0) {
  .vc_column_container.form .vc_column-inner {
    padding-bottom: 37.5px;
  }
}

@media only screen and (min-width: 768px) {
  .vc_column_container.form .vc_column-inner {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .vc_column_container.form .vc_column-inner {
    padding-bottom: 80.07812px;
  }
}

@media only screen and (min-width: 1280px) {
  .vc_column_container.form .vc_column-inner {
    padding-bottom: 100px;
  }
}

.vc_column_container.form .vc_custom_heading,
.vc_column_container.form .hbspt-form {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}

.vc_col-xs-1,
.vc_col-sm-1,
.vc_col-md-1,
.vc_col-lg-1,
.vc_col-xs-2,
.vc_col-sm-2,
.vc_col-md-2,
.vc_col-lg-2,
.vc_col-xs-3,
.vc_col-sm-3,
.vc_col-md-3,
.vc_col-lg-3,
.vc_col-xs-4,
.vc_col-sm-4,
.vc_col-md-4,
.vc_col-lg-4,
.vc_col-xs-5,
.vc_col-sm-5,
.vc_col-md-5,
.vc_col-lg-5,
.vc_col-xs-6,
.vc_col-sm-6,
.vc_col-md-6,
.vc_col-lg-6,
.vc_col-xs-7,
.vc_col-sm-7,
.vc_col-md-7,
.vc_col-lg-7,
.vc_col-xs-8,
.vc_col-sm-8,
.vc_col-md-8,
.vc_col-lg-8,
.vc_col-xs-9,
.vc_col-sm-9,
.vc_col-md-9,
.vc_col-lg-9,
.vc_col-xs-10,
.vc_col-sm-10,
.vc_col-md-10,
.vc_col-lg-10,
.vc_col-xs-11,
.vc_col-sm-11,
.vc_col-md-11,
.vc_col-lg-11,
.vc_col-xs-12,
.vc_col-sm-12,
.vc_col-md-12,
.vc_col-lg-12 {
  min-height: 0;
}

.wpb_content_element {
  margin-bottom: 0;
}

.wpb_single_image {
  position: relative;
  z-index: 1;
}

.wpb_single_image img {
  max-width: none;
}

.wpb_text_column {
  color: rgba(30, 47, 81, 0.7);
}

.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4 {
  color: #1e2f51;
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_col-has-fill > .vc_column-inner {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .icon-column .vc_column-inner {
    padding-bottom: 0 !important;
  }

  .icon-column img {
    max-width: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .icon-column .vc_column-inner {
    padding-bottom: 0 !important;
  }

  .icon-column img {
    max-width: 150px;
  }
}

.excerpt:hover img,
.excerpt:hover .entry-summary {
  background: #fff;
  -webkit-box-shadow: 0 30px 30px rgba(28, 28, 29, 0.25);
          box-shadow: 0 30px 30px rgba(28, 28, 29, 0.25);
}

.excerpt img,
.excerpt .entry-summary {
  padding: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.excerpt a {
  text-decoration: none;
}

.excerpt a:hover {
  color: #1e2f51;
}

.excerpt img {
  display: block;
  width: 100%;
  height: auto;
}

.excerpt h2 {
  padding: 20px 0 0;
  color: #1e2f51;
}

@media only screen and (min-width: 768px) {
  .excerpt h2 {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .excerpt p {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .excerpt p {
    margin-top: 0;
  }
}

.excerpt .entry-summary {
  padding: 0 20px 20px;
  color: rgba(30, 47, 81, 0.7);
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
}

.single-career .page-header .eyebrow {
  padding: 0;
  text-align: center;
}

.single-career .page-header .eyebrow::before {
  display: none;
}

.single-career .page-header h1 {
  padding: 0;
}

.single-career .page-header .intro {
  padding: 0 0 70px;
  color: #fff;
  text-align: center;
}

.single-career article.type-career {
  display: grid;
}

@media only screen and (min-width: 1025px) {
  .single-career article.type-career {
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 1025px) and (min-width: 0) {
  .single-career article.type-career {
    grid-column-gap: 45px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .single-career article.type-career {
    grid-column-gap: 72px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .single-career article.type-career {
    grid-column-gap: 96.09375px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1280px) {
  .single-career article.type-career {
    grid-column-gap: 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .single-career article.type-career::before {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    width: 50vw;
    background: #6391b5;
    content: '';
    z-index: -1;
  }
}

@media only screen and (min-width: 0) {
  .single-career article.type-career .entry-content--left,
  .single-career article.type-career .entry-content--right {
    padding-top: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .single-career article.type-career .entry-content--left,
  .single-career article.type-career .entry-content--right {
    padding-top: 72px;
  }
}

@media only screen and (min-width: 1025px) {
  .single-career article.type-career .entry-content--left,
  .single-career article.type-career .entry-content--right {
    padding-top: 96.09375px;
  }
}

@media only screen and (min-width: 1280px) {
  .single-career article.type-career .entry-content--left,
  .single-career article.type-career .entry-content--right {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 0) {
  .single-career article.type-career .entry-content--left,
  .single-career article.type-career .entry-content--right {
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .single-career article.type-career .entry-content--left,
  .single-career article.type-career .entry-content--right {
    padding-bottom: 72px;
  }
}

@media only screen and (min-width: 1025px) {
  .single-career article.type-career .entry-content--left,
  .single-career article.type-career .entry-content--right {
    padding-bottom: 96.09375px;
  }
}

@media only screen and (min-width: 1280px) {
  .single-career article.type-career .entry-content--left,
  .single-career article.type-career .entry-content--right {
    padding-bottom: 120px;
  }
}

.single-career article.type-career .entry-content--left {
  background: #6391b5;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 1024px) {
  .single-career article.type-career .entry-content--left {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .single-career article.type-career .entry-content--left {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.single-career article.type-career .entry-content--left .field {
  margin: 0 0 60px;
}

.single-career article.type-career .entry-content--left .eyebrow {
  color: #fff;
}

.single-career article.type-career .entry-content--left .eyebrow::before {
  background: #fff;
}

.single-career article.type-career .entry-content--left h2 {
  color: #1e2f51;
}

@media only screen and (min-width: 768px) {
  .single-career article.type-career .entry-content--right form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 20px;
  }
}

.single-career article.type-career .entry-content--right form input[type='text'],
.single-career article.type-career .entry-content--right form input[type='email'],
.single-career article.type-career .entry-content--right form input[type='tel'] {
  width: 100%;
}

.single-career article.type-career .entry-content--right form textarea {
  width: 100%;
}

.single-career article.type-career .entry-content--right form .hs_position_applied_for,
.single-career article.type-career .entry-content--right form .hs_message,
.single-career article.type-career .entry-content--right form .hs_resume_upload,
.single-career article.type-career .entry-content--right form .hs_recaptcha,
.single-career article.type-career .entry-content--right form .hs_submit {
  grid-column: span 2;
}

.single-career article.type-career .entry-content--right form .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single-career article.type-career .entry-content--right form .field legend {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  color: rgba(28, 28, 29, 0.7);
  font-size: 12px;
  line-height: 1.5;
}

.single-career article.type-career .entry-content--right form .actions input {
  width: 100%;
  background: #1e2f51;
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.03);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.03);
}

.single-career article.type-career .entry-content--right form .hs_resume_upload label {
  margin: 0;
  padding: 0 20px;
  border: 1px solid #9e9e9e;
  border-radius: 6px;
  background: transparent;
  line-height: 65px;
  cursor: pointer;
}

.single-career article.type-career .entry-content--right form .hs_resume_upload label::after {
  content: '+';
}

.single-career article.type-career .entry-content--right form .hs_resume_upload label.has-file::after {
  content: " (" attr(data-file-name) ")";
}

.single-career article.type-career .entry-content--right form .hs_resume_upload input[type='file'] {
  position: absolute;
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

.single-post {
  background: #1e2f51;
}

.single-post .page-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f1f1ee;
  content: '';
  z-index: 0;
}

@media only screen and (min-width: 0) {
  .single-post .page-header::after {
    height: 35.25px;
  }
}

@media only screen and (min-width: 768px) {
  .single-post .page-header::after {
    height: 56.4px;
  }
}

@media only screen and (min-width: 1025px) {
  .single-post .page-header::after {
    height: 75.27344px;
  }
}

@media only screen and (min-width: 1280px) {
  .single-post .page-header::after {
    height: 94px;
  }
}

.single-post .page-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: visible;
  z-index: 1;
  /* &::after {
        @extend %desktop-only;

        @include responsive-size('bottom', 94px);
        @include responsive-size('margin-left', 68px);

        position: absolute;
        left: 65%;
        width: 18%;
        height: 0;
        margin-bottom: -25px;
        border: 25px solid $white;
        content: '';
      } */
}

.single-post .page-header .back {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-left: -20px;
}

@media only screen and (min-width: 0) {
  .single-post .page-header .back {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .single-post .page-header .back {
    margin-bottom: 38.4px;
  }
}

@media only screen and (min-width: 1025px) {
  .single-post .page-header .back {
    margin-bottom: 51.25px;
  }
}

@media only screen and (min-width: 1280px) {
  .single-post .page-header .back {
    margin-bottom: 64px;
  }
}

@media only screen and (min-width: 1280px) {
  .single-post .page-header .back {
    margin-left: -40px;
  }
}

.single-post .page-header img {
  width: 100%;
  margin-top: 16px;
  -webkit-box-shadow: 0 30px 30px rgba(28, 28, 29, 0.25);
          box-shadow: 0 30px 30px rgba(28, 28, 29, 0.25);
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 1025px) {
  .single-post .page-header img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    width: 65%;
  }
}

@media only screen and (min-width: 1025px) {
  .single-post .page-header .post--meta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 0) {
  .single-post .page-header .post--meta {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .single-post .page-header .post--meta {
    padding-left: 48px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .single-post .page-header .post--meta {
    padding-left: 64.0625px;
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1280px) {
  .single-post .page-header .post--meta {
    padding-left: 80px;
  }
}

.single-post .page-header .entry-title {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  text-align: left;
}

.single-post .post {
  padding-top: 35px;
}

.single-post .post .entry-content__inner {
  color: rgba(30, 47, 81, 0.7);
}

.single-post .post .addthis_tool {
  position: relative;
  top: -15px;
}

@media only screen and (min-width: 1025px) {
  .single-post .post .addthis_tool {
    position: -webkit-sticky;
    position: sticky;
    top: 35px;
    overflow: visible;
  }

  .single-post .post .addthis_tool .at-resp-share-element {
    position: absolute;
  }

  .single-post .post .addthis_tool .at-share-btn {
    display: block;
    width: 48px;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (min-width: 0) {
  .single-post .related-posts {
    margin-top: 48.75px;
  }
}

@media only screen and (min-width: 768px) {
  .single-post .related-posts {
    margin-top: 78px;
  }
}

@media only screen and (min-width: 1025px) {
  .single-post .related-posts {
    margin-top: 104.10156px;
  }
}

@media only screen and (min-width: 1280px) {
  .single-post .related-posts {
    margin-top: 130px;
  }
}

@media only screen and (min-width: 0) {
  .single-post .related-posts {
    margin-bottom: 67.5px;
  }
}

@media only screen and (min-width: 768px) {
  .single-post .related-posts {
    margin-bottom: 108px;
  }
}

@media only screen and (min-width: 1025px) {
  .single-post .related-posts {
    margin-bottom: 144.14062px;
  }
}

@media only screen and (min-width: 1280px) {
  .single-post .related-posts {
    margin-bottom: 180px;
  }
}

@media only screen and (min-width: 1025px) {
  .single-post .related-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
  }
}

.single-post .related-posts h3 {
  margin: 0 0 53px;
  color: rgba(30, 47, 81, 0.7);
  font: normal 30px "Poppins", "Arial", "Helvetica", "sans serif";
  text-align: center;
  grid-column: 1 / -1;
}

.single-post .related-posts .entry-summary * {
  display: none;
}

.single-post .related-posts .entry-summary .entry-title {
  display: block;
}

@media only screen and (max-width: 767px) {
  .page.ad-operations .hero {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .page.ad-operations .hero {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .page.ad-operations .fourty-four-networks,
  .page.ad-operations .dedicated-support {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .page.ad-operations .fourty-four-networks,
  .page.ad-operations .dedicated-support {
    padding-top: 80px;
  }
}

.page.ad-operations .fourty-four-networks .vc_col-sm-4 .vc_column-inner {
  background-position: right center !important;
}

.page.ad-operations .fourty-four-networks .vc_col-sm-4 .vc_carousel-slideline-inner .vc_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .page.ad-operations .hero {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .page.ad-operations .hero {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .page.ad-operations .fourty-four-networks,
  .page.ad-operations .dedicated-support {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .page.ad-operations .fourty-four-networks,
  .page.ad-operations .dedicated-support {
    padding-top: 80px;
  }
}

.page.ad-operations .fourty-four-networks .vc_col-sm-4 .vc_column-inner {
  background-position: right center !important;
}

.page.ad-operations .fourty-four-networks .vc_col-sm-4 .vc_carousel-slideline-inner .vc_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 0) {
  .page.ad-pods .hero {
    padding-bottom: 82.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.ad-pods .hero {
    padding-bottom: 132px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.ad-pods .hero {
    padding-bottom: 176.17188px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.ad-pods .hero {
    padding-bottom: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .page.ad-pods .ardpau {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .page.ad-pods .ardpau {
    padding-top: 100px;
  }
}

.page.ad-pods .horizontal-iphone-video {
  position: relative;
  margin-top: -97px;
}

.page.ad-pods .horizontal-iphone-video::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNy40IDMzLjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQgMzMuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMwMDA7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjExLjMsMCAwLDMzLjkgNi45LDMzLjkgMTMuNywxMS44IDIwLjUsMzMuOSAyNy40LDMzLjkgMTYuMiwwICIvPgo8L3N2Zz4K);
  background-size: cover;
  content: '';
  opacity: .08;
  z-index: -1;
}

@media only screen and (min-width: 0) {
  .page.ad-pods .horizontal-iphone-video::before {
    width: 221.625px;
  }
}

@media only screen and (min-width: 768px) {
  .page.ad-pods .horizontal-iphone-video::before {
    width: 354.6px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.ad-pods .horizontal-iphone-video::before {
    width: 473.26172px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.ad-pods .horizontal-iphone-video::before {
    width: 591px;
  }
}

@media only screen and (min-width: 0) {
  .page.ad-pods .horizontal-iphone-video::before {
    height: 273px;
  }
}

@media only screen and (min-width: 768px) {
  .page.ad-pods .horizontal-iphone-video::before {
    height: 436.8px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.ad-pods .horizontal-iphone-video::before {
    height: 582.96875px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.ad-pods .horizontal-iphone-video::before {
    height: 728px;
  }
}

.page.ad-pods .light-blue .button-container {
  margin: 40px;
  text-align: center;
}

.page.ad-pods .light-blue .button-container .button {
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
}

.page.aermarket .how-to-get-started,
.page.aermarket .mobile-deluxe {
  text-align: center;
}

@media only screen and (min-width: 0) {
  .page.aermarket .how-to-get-started,
  .page.aermarket .mobile-deluxe {
    padding-top: 63.75px;
  }
}

@media only screen and (min-width: 768px) {
  .page.aermarket .how-to-get-started,
  .page.aermarket .mobile-deluxe {
    padding-top: 102px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.aermarket .how-to-get-started,
  .page.aermarket .mobile-deluxe {
    padding-top: 136.13281px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.aermarket .how-to-get-started,
  .page.aermarket .mobile-deluxe {
    padding-top: 170px;
  }
}

@media only screen and (min-width: 0) {
  .page.aermarket .how-to-get-started,
  .page.aermarket .mobile-deluxe {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .page.aermarket .how-to-get-started,
  .page.aermarket .mobile-deluxe {
    padding-bottom: 84px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.aermarket .how-to-get-started,
  .page.aermarket .mobile-deluxe {
    padding-bottom: 112.10938px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.aermarket .how-to-get-started,
  .page.aermarket .mobile-deluxe {
    padding-bottom: 140px;
  }
}

.page.aermarket .how-to-get-started .wpb_wrapper,
.page.aermarket .mobile-deluxe .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page.aermarket .how-to-get-started .eyebrow {
  text-align: left;
}

.page.aermarket .mobile-deluxe .button {
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
}

.page.aermarket .mobile-deluxe .eyebrow {
  margin-left: 0;
}

.page.aermarket .mobile-deluxe h2 {
  margin: .5em 0;
  color: rgba(0, 0, 0, 0.75);
}

@media only screen and (min-width: 0) {
  .page.aermarket .mobile-deluxe .testimonial {
    margin-bottom: 37.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.aermarket .mobile-deluxe .testimonial {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.aermarket .mobile-deluxe .testimonial {
    margin-bottom: 80.07812px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.aermarket .mobile-deluxe .testimonial {
    margin-bottom: 100px;
  }
}

.page.aermarket .mobile-deluxe .testimonial blockquote {
  max-width: 780px;
}

.page.aermarket .mobile-deluxe .testimonial cite {
  padding-left: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page.aermarket .mobile-deluxe .testimonial cite {
    padding: 17px 0 0 90px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .page.aermarket .mobile-deluxe .testimonial cite {
    padding: 17px 0 0 90px;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .page.aermarket .mobile-deluxe .testimonial cite img {
    position: static;
  }
}

@media only screen and (min-width: 768px) {
  .page.aermarket .mobile-deluxe .testimonial cite .name,
  .page.aermarket .mobile-deluxe .testimonial cite .job-title {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 40px;
    margin: auto;
  }

  .page.aermarket .mobile-deluxe .testimonial cite .name {
    right: calc(50% + 50px);
    text-align: right;
  }

  .page.aermarket .mobile-deluxe .testimonial cite .name::after {
    display: none;
  }

  .page.aermarket .mobile-deluxe .testimonial cite .job-title {
    left: calc(50% + 50px);
  }
}

@media only screen and (max-width: 767px) {
  .page.banner-ads .hero {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .page.banner-ads .hero {
    padding-bottom: 90px;
  }
}

.page.banner-ads .what-are-banner-ads .wpb_column:last-child {
  position: relative;
}

.page.banner-ads .what-are-banner-ads .wpb_column:last-child::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNy40IDMzLjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQgMzMuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMwMDA7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjExLjMsMCAwLDMzLjkgNi45LDMzLjkgMTMuNywxMS44IDIwLjUsMzMuOSAyNy40LDMzLjkgMTYuMiwwICIvPgo8L3N2Zz4K) no-repeat center center;
  background-size: cover;
  content: '';
  opacity: .08;
}

@media only screen and (min-width: 0) {
  .page.banner-ads .what-are-banner-ads .wpb_column:last-child::before {
    top: 48.75px;
  }
}

@media only screen and (min-width: 768px) {
  .page.banner-ads .what-are-banner-ads .wpb_column:last-child::before {
    top: 78px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.banner-ads .what-are-banner-ads .wpb_column:last-child::before {
    top: 104.10156px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.banner-ads .what-are-banner-ads .wpb_column:last-child::before {
    top: 130px;
  }
}

@media only screen and (min-width: 0) {
  .page.banner-ads .what-are-banner-ads .wpb_column:last-child::before {
    width: 200.25px;
  }
}

@media only screen and (min-width: 768px) {
  .page.banner-ads .what-are-banner-ads .wpb_column:last-child::before {
    width: 320.4px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.banner-ads .what-are-banner-ads .wpb_column:last-child::before {
    width: 427.61719px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.banner-ads .what-are-banner-ads .wpb_column:last-child::before {
    width: 534px;
  }
}

@media only screen and (min-width: 0) {
  .page.banner-ads .what-are-banner-ads .wpb_column:last-child::before {
    height: 243px;
  }
}

@media only screen and (min-width: 768px) {
  .page.banner-ads .what-are-banner-ads .wpb_column:last-child::before {
    height: 388.8px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.banner-ads .what-are-banner-ads .wpb_column:last-child::before {
    height: 518.90625px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.banner-ads .what-are-banner-ads .wpb_column:last-child::before {
    height: 648px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.banner-ads .what-are-banner-ads .wpb_column:last-child .vc_column-inner {
    margin: 0 0 -170px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .page.banner-ads .text-grid .vc_row + .vc_row {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .page.banner-ads .text-grid .vc_row + .vc_row {
    padding-top: 0;
  }
}

.careers .hero {
  font-size: 200%;
}

@media only screen and (min-width: 0) {
  .careers .hero {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .careers .hero {
    margin-bottom: 72px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers .hero {
    margin-bottom: 96.09375px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers .hero {
    margin-bottom: 120px;
  }
}

.careers .hero .vc_row {
  min-height: 665px;
  -webkit-backface-visibility: none;
          backface-visibility: none;
}

.careers .hero .vc_row,
.careers .hero .vc_row h2,
.careers .hero .vc_row a,
.careers .hero .vc_row p {
  color: #e4c283;
}

.careers .hero .vc_row a {
  text-decoration: underline;
}

.careers .hero .vc_row h2 {
  font-size: 40px;
  line-height: 48px;
}

@media only screen and (min-width: 1025px) {
  .careers .hero .eyebrow {
    padding: 0;
  }
}

.careers .hero .eyebrow::before {
  margin-left: -60px;
}

.careers .text-grid img {
  margin-bottom: 25px;
}

.careers .glass-door {
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (min-width: 0) {
  .careers .glass-door {
    padding-top: 75px;
  }
}

@media only screen and (min-width: 768px) {
  .careers .glass-door {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers .glass-door {
    padding-top: 160.15625px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers .glass-door {
    padding-top: 200px;
  }
}

.careers .glass-door .vc_col-sm-8 {
  background: #7ab2d6;
}

.careers .glass-door .vc_col-sm-8 .vc_column-inner {
  padding: 0;
}

.careers .glass-door .title-row {
  position: relative;
  width: calc(100% + 160px);
  margin: 0 -160px 0 0;
  padding: 0 160px 0 0;
}

@media only screen and (min-width: 0) {
  .careers .glass-door .title-row {
    height: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .careers .glass-door .title-row {
    height: 480px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers .glass-door .title-row {
    height: 640.625px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers .glass-door .title-row {
    height: 800px;
  }
}

.careers .glass-door .title-row .wpb_column {
  position: relative;
}

.careers .glass-door .title-row .wpb_column::after {
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4OS40OSA2NC44NiI+PHRpdGxlPnF1b3RhdGlvbi1tYXJrPC90aXRsZT48cGF0aCBkPSJNNDAuNDksMTAuMzJBNDYuODMsNDYuODMsMCwwLDAsMzEsMTQuMTJhMzcuODgsMzcuODgsMCwwLDAtNy43Myw1LjQxLDI0LjQ2LDI0LjQ2LDAsMCwwLTUuMTYsNi41OCwxNS4xOSwxNS4xOSwwLDAsMC0xLjg3LDcuMTYsMTcuNjksMTcuNjksMCwwLDAsLjEzLDIuMzhjLjA4LjY1LjIxLDEsLjM4LDFBNCw0LDAsMCwwLDE4LjcsMzZsMi4xOS0xLjIzYTI2LjA3LDI2LjA3LDAsMCwxLDIuNTgtMS4yMkE4LjM3LDguMzcsMCwwLDEsMjYuNjksMzMsMTIuNjUsMTIuNjUsMCwwLDEsMzIsMzQuMTdhMTMuNTIsMTMuNTIsMCwwLDEsNC4zOSwzLjIyLDE1LjUxLDE1LjUxLDAsMCwxLDMsNSwxNy41NSwxNy41NSwwLDAsMSwxLjEsNi4yNSwxNC40LDE0LjQsMCwwLDEtMS40Miw2LjMyLDE2LjM2LDE2LjM2LDAsMCwxLTMuODcsNS4xNiwxOC42NywxOC42NywwLDAsMS01LjgsMy40OCwyMCwyMCwwLDAsMS03LjIyLDEuMjksMTguNiwxOC42LDAsMCwxLTguNjQtMi4wNiwyMy42NiwyMy42NiwwLDAsMS03LTUuNTVBMjYsMjYsMCwwLDEsMS43NCw0OSwyOS41MiwyOS41MiwwLDAsMSwwLDM4LjgxYTM1LDM1LDAsMCwxLDMuMjItMTVBMzcuOTEsMzcuOTEsMCwwLDEsMTIsMTEuOGE0NC4xOCw0NC4xOCwwLDAsMSwxMi45LTguMTlBNDcuNTMsNDcuNTMsMCwwLDEsNDAuNDksMFptNDksMEE0Ni41OSw0Ni41OSwwLDAsMCw4MCwxNC4xMmEzOCwzOCwwLDAsMC03Ljc0LDUuNDEsMjYsMjYsMCwwLDAtNS4yMiw2LjU4LDE0LjgyLDE0LjgyLDAsMCwwLTEuOTMsNy4xNiwxNy42OSwxNy42OSwwLDAsMCwuMTMsMi4zOGMuMDguNjUuMjUsMSwuNTEsMUE0LjE3LDQuMTcsMCwwLDAsNjcuODMsMzZMNzAsMzQuODFhMjYuMDcsMjYuMDcsMCwwLDEsMi41OC0xLjIyQTguMzMsOC4zMywwLDAsMSw3NS44MiwzMywxMi4zMywxMi4zMywwLDAsMSw4MSwzNC4xN2ExMy41MiwxMy41MiwwLDAsMSw0LjM5LDMuMjIsMTUuNTEsMTUuNTEsMCwwLDEsMyw1LDE3LjU1LDE3LjU1LDAsMCwxLDEuMSw2LjI1LDE0LjU0LDE0LjU0LDAsMCwxLTEuNDIsNi4zMiwxNi4zNiwxNi4zNiwwLDAsMS0zLjg3LDUuMTYsMTguODQsMTguODQsMCwwLDEtNS43NCwzLjQ4LDE5LjQyLDE5LjQyLDAsMCwxLTcuMTUsMS4yOSwxOC42LDE4LjYsMCwwLDEtOC42NC0yLjA2LDIzLjY2LDIzLjY2LDAsMCwxLTctNS41NUEyNiwyNiwwLDAsMSw1MC44Nyw0OWEyOS41MiwyOS41MiwwLDAsMS0xLjc0LTEwLjE5LDM1LDM1LDAsMCwxLDMuMjItMTUsMzguMzUsMzguMzUsMCwwLDEsOC43MS0xMkE0My4yNiw0My4yNiwwLDAsMSw3My44OCwzLjYxLDQ3LjY0LDQ3LjY0LDAsMCwxLDg5LjQ5LDBaIi8+PC9zdmc+) no-repeat;
  background-size: cover;
  content: '';
  opacity: .17;
  z-index: 2;
}

@media only screen and (min-width: 0) {
  .careers .glass-door .title-row .wpb_column::after {
    bottom: -45px;
  }
}

@media only screen and (min-width: 768px) {
  .careers .glass-door .title-row .wpb_column::after {
    bottom: -72px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers .glass-door .title-row .wpb_column::after {
    bottom: -96.09375px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers .glass-door .title-row .wpb_column::after {
    bottom: -120px;
  }
}

@media only screen and (min-width: 0) {
  .careers .glass-door .title-row .wpb_column::after {
    left: -24.75px;
  }
}

@media only screen and (min-width: 768px) {
  .careers .glass-door .title-row .wpb_column::after {
    left: -39.6px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers .glass-door .title-row .wpb_column::after {
    left: -52.85156px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers .glass-door .title-row .wpb_column::after {
    left: -66px;
  }
}

@media only screen and (min-width: 0) {
  .careers .glass-door .title-row .wpb_column::after {
    width: 171.75px;
  }
}

@media only screen and (min-width: 768px) {
  .careers .glass-door .title-row .wpb_column::after {
    width: 274.8px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers .glass-door .title-row .wpb_column::after {
    width: 366.75781px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers .glass-door .title-row .wpb_column::after {
    width: 458px;
  }
}

@media only screen and (min-width: 0) {
  .careers .glass-door .title-row .wpb_column::after {
    height: 124.125px;
  }
}

@media only screen and (min-width: 768px) {
  .careers .glass-door .title-row .wpb_column::after {
    height: 198.6px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers .glass-door .title-row .wpb_column::after {
    height: 265.05859px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers .glass-door .title-row .wpb_column::after {
    height: 331px;
  }
}

@media only screen and (min-width: 0) {
  .careers .glass-door .title-row .wpb_text_column {
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 768px) {
  .careers .glass-door .title-row .wpb_text_column {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers .glass-door .title-row .wpb_text_column {
    padding-bottom: 160.15625px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers .glass-door .title-row .wpb_text_column {
    padding-bottom: 200px;
  }
}

.careers .glass-door .title-row .wpb_text_column h1 {
  color: #fff;
}

.careers .glass-door .wpb_single_image .vc_figure,
.careers .glass-door .wpb_single_image .vc_single_image-wrapper,
.careers .glass-door .wpb_single_image img {
  display: block;
  width: 100%;
}

.careers .glass-door .vc_empty_space {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMb2dvIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICB2aWV3Qm94PSIwIDAgMzAwIDU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDAgNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICA8cGF0aCBkPSJNNDguOSw1MS4xVjMuM2gzMS41djguM0g1OC4ydjExLjJINzd2OC4zSDU4LjJ2MTEuNmgyMi4ydjguM0g0OC45eiI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xMTQuOCw1MS4xbC05LjMtMTkuMWgtNi43djE5LjFoLTkuM1YzLjNoMTguN2M5LjcsMCwxNS41LDYuNiwxNS41LDE0LjZjMCw2LjctNC4xLDEwLjktOC43LDEyLjZsMTAuNywyMC42SDExNC44egogICAgCQkJCQkgTTEwNy42LDExLjdoLTguOHYxMi42aDguOGM0LjEsMCw2LjgtMi42LDYuOC02LjNTMTExLjcsMTEuNywxMDcuNiwxMS43eiI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xNDkuMiw1MS42Yy03LjIsMC0xMi44LTEuNS0xNy41LTYuM2w2LTZjMywzLDcuMSw0LDExLjUsNGM1LjUsMCw4LjUtMi4xLDguNS01LjljMC0xLjctMC41LTMuMS0xLjUtNAogICAgCQkJCQljLTAuOS0wLjktMi0xLjQtNC4yLTEuN2wtNS44LTAuOGMtNC4xLTAuNi03LjEtMS45LTkuMy00Yy0yLjMtMi4zLTMuNC01LjQtMy40LTkuNEMxMzMuNiw5LDEzOS45LDMsMTUwLjIsMwogICAgCQkJCQljNi42LDAsMTEuNCwxLjYsMTUuNCw1LjZsLTUuOSw1LjhjLTMtMi45LTYuNi0zLjMtOS44LTMuM2MtNSwwLTcuNCwyLjgtNy40LDZjMCwxLjIsMC40LDIuNSwxLjQsMy40YzAuOSwwLjksMi41LDEuNiw0LjQsMS45CiAgICAJCQkJCWw1LjYsMC44YzQuNCwwLjYsNy4xLDEuOCw5LjEsMy43YzIuNSwyLjQsMy43LDUuOSwzLjcsMTAuMUMxNjYuOSw0Ni40LDE1OS4yLDUxLjYsMTQ5LjIsNTEuNnoiPjwvcGF0aD4KICA8cGF0aCBkPSJNMTc1LjcsNTEuMlYzLjRoMzEuNXY4LjNIMTg1djExLjJoMTguOXY4LjNIMTg1djExLjZoMjIuMnY4LjNIMTc1Ljd6Ij48L3BhdGg+CiAgPHBhdGggZD0iTTI0MS43LDUxLjJsLTkuMy0xOS4xaC02Ljd2MTkuMWgtOS4zVjMuNEgyMzVjOS43LDAsMTUuNSw2LjYsMTUuNSwxNC42YzAsNi43LTQuMSwxMC45LTguNywxMi42bDEwLjcsMjAuNkgyNDEuN3oKICAgIAkJCQkJIE0yMzQuNCwxMS43aC04Ljh2MTIuNmg4LjhjNC4xLDAsNi44LTIuNiw2LjgtNi4zQzI0MS4yLDE0LjMsMjM4LjUsMTEuNywyMzQuNCwxMS43eiI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0yNzcuNiw1MS4yaC03TDI1NC44LDMuNGg5LjdsOS42LDMxLjFsOS42LTMxLjFoOS43TDI3Ny42LDUxLjJ6Ij48L3BhdGg+CiAgPHBhdGggZD0iTTE5LjYsMy4zaDdsMTUuOCw0Ny44aC05LjdMMjMuMSwyMGwtOS42LDMxLjFIMy44TDE5LjYsMy4zeiI+PC9wYXRoPgo8L3N2Zz4K) no-repeat center center;
  background-size: 248px;
  opacity: .14;
}

.careers .join {
  position: relative;
  z-index: 0;
}

.careers .join::after {
  position: absolute;
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNy40IDMzLjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQgMzMuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMwMDA7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjExLjMsMCAwLDMzLjkgNi45LDMzLjkgMTMuNywxMS44IDIwLjUsMzMuOSAyNy40LDMzLjkgMTYuMiwwICIvPgo8L3N2Zz4K);
  content: '';
  opacity: .08;
  z-index: -1;
}

@media only screen and (min-width: 0) {
  .careers .join::after {
    width: 221.625px;
  }
}

@media only screen and (min-width: 768px) {
  .careers .join::after {
    width: 354.6px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers .join::after {
    width: 473.26172px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers .join::after {
    width: 591px;
  }
}

@media only screen and (min-width: 0) {
  .careers .join::after {
    height: 273px;
  }
}

@media only screen and (min-width: 768px) {
  .careers .join::after {
    height: 436.8px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers .join::after {
    height: 582.96875px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers .join::after {
    height: 728px;
  }
}

@media only screen and (min-width: 0) {
  .careers .join::after {
    top: 825px;
  }
}

@media only screen and (min-width: 768px) {
  .careers .join::after {
    top: 1320px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers .join::after {
    top: 1761.71875px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers .join::after {
    top: 2200px;
  }
}

@media only screen and (min-width: 0) {
  .careers .join::after {
    margin-left: 382.5px;
  }
}

@media only screen and (min-width: 768px) {
  .careers .join::after {
    margin-left: 612px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers .join::after {
    margin-left: 816.79688px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers .join::after {
    margin-left: 1020px;
  }
}

@media only screen and (min-width: 0) {
  .careers .join h1 {
    padding-top: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .careers .join h1 {
    padding-top: 72px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers .join h1 {
    padding-top: 96.09375px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers .join h1 {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 0) {
  .careers .join h1 {
    padding-bottom: 37.5px;
  }
}

@media only screen and (min-width: 768px) {
  .careers .join h1 {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .careers .join h1 {
    padding-bottom: 80.07812px;
  }
}

@media only screen and (min-width: 1280px) {
  .careers .join h1 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .careers .join h1 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .careers .join h1 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .page.contact .hero::before {
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    background: #7ab2d6;
    content: '';
  }
}

.page.contact .hero .vc_row {
  max-width: 100%;
}

@media only screen and (min-width: 0) {
  .page.contact .hero .wpb_column {
    padding-left: 37.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.contact .hero .wpb_column {
    padding-left: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.contact .hero .wpb_column {
    padding-left: 80.07812px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.contact .hero .wpb_column {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 0) {
  .page.contact .hero .wpb_column {
    padding-right: 37.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.contact .hero .wpb_column {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.contact .hero .wpb_column {
    padding-right: 80.07812px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.contact .hero .wpb_column {
    padding-right: 100px;
  }
}

.page.contact .hero .wpb_column:first-child h1 {
  color: #fff;
}

@media only screen and (min-width: 0) {
  .page.contact .hero .wpb_column:first-child h1 {
    font-size: 37.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.contact .hero .wpb_column:first-child h1 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.contact .hero .wpb_column:first-child h1 {
    font-size: 80.07812px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.contact .hero .wpb_column:first-child h1 {
    font-size: 100px;
  }
}

.page.contact .hero .wpb_column:last-child .eyebrow::before {
  display: none;
}

.page.contact .hero .wpb_column:last-child h2 {
  color: #fff;
}

.page.contact .form-section {
  z-index: 2;
}

@media only screen and (min-width: 0) {
  .page.contact .form-section {
    padding-top: 48.75px;
  }
}

@media only screen and (min-width: 768px) {
  .page.contact .form-section {
    padding-top: 78px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.contact .form-section {
    padding-top: 104.10156px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.contact .form-section {
    padding-top: 130px;
  }
}

@media only screen and (min-width: 0) {
  .page.contact .form-section {
    padding-bottom: 52.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.contact .form-section {
    padding-bottom: 84px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.contact .form-section {
    padding-bottom: 112.10938px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.contact .form-section {
    padding-bottom: 140px;
  }
}

.page.contact .form-section .eyebrow {
  padding: 0;
  text-align: center;
}

.page.contact .form-section .eyebrow::before {
  display: none;
}

@media only screen and (min-width: 768px) {
  .page.contact .form-section .hbspt-form form {
    display: grid;
    max-width: 740px;
    margin: 20px auto 0;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

.page.contact .form-section .hbspt-form form .hs_recaptcha {
  padding-top: 25px;
}

.page.contact .form-section .hbspt-form form .hs-button {
  width: 100%;
}

.page.contact .form-section .hbspt-form form .hs-error-msgs.inputs-list label {
  font-size: 12px;
}

@media only screen and (min-width: 0) {
  .page.dataserv .text-grid {
    padding-bottom: 67.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.dataserv .text-grid {
    padding-bottom: 108px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.dataserv .text-grid {
    padding-bottom: 144.14062px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.dataserv .text-grid {
    padding-bottom: 180px;
  }
}

.page.dataserv .text-grid.light-blue {
  background: #6391b5;
}

.page.dataserv .text-grid.light-blue::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMb2dvIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICB2aWV3Qm94PSIwIDAgMzAwIDU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDAgNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICA8cGF0aCBzdHlsZT0iZmlsbDogIzdhYjJkNiIgZD0iTTQ4LjksNTEuMVYzLjNoMzEuNXY4LjNINTguMnYxMS4ySDc3djguM0g1OC4ydjExLjZoMjIuMnY4LjNINDguOXoiPjwvcGF0aD4KICA8cGF0aCBzdHlsZT0iZmlsbDogIzdhYjJkNiIgZD0iTTExNC44LDUxLjFsLTkuMy0xOS4xaC02Ljd2MTkuMWgtOS4zVjMuM2gxOC43YzkuNywwLDE1LjUsNi42LDE1LjUsMTQuNmMwLDYuNy00LjEsMTAuOS04LjcsMTIuNmwxMC43LDIwLjZIMTE0Ljh6CiAgICAJCQkJCSBNMTA3LjYsMTEuN2gtOC44djEyLjZoOC44YzQuMSwwLDYuOC0yLjYsNi44LTYuM1MxMTEuNywxMS43LDEwNy42LDExLjd6Ij48L3BhdGg+CiAgPHBhdGggc3R5bGU9ImZpbGw6ICM3YWIyZDYiIGQ9Ik0xNDkuMiw1MS42Yy03LjIsMC0xMi44LTEuNS0xNy41LTYuM2w2LTZjMywzLDcuMSw0LDExLjUsNGM1LjUsMCw4LjUtMi4xLDguNS01LjljMC0xLjctMC41LTMuMS0xLjUtNAogICAgCQkJCQljLTAuOS0wLjktMi0xLjQtNC4yLTEuN2wtNS44LTAuOGMtNC4xLTAuNi03LjEtMS45LTkuMy00Yy0yLjMtMi4zLTMuNC01LjQtMy40LTkuNEMxMzMuNiw5LDEzOS45LDMsMTUwLjIsMwogICAgCQkJCQljNi42LDAsMTEuNCwxLjYsMTUuNCw1LjZsLTUuOSw1LjhjLTMtMi45LTYuNi0zLjMtOS44LTMuM2MtNSwwLTcuNCwyLjgtNy40LDZjMCwxLjIsMC40LDIuNSwxLjQsMy40YzAuOSwwLjksMi41LDEuNiw0LjQsMS45CiAgICAJCQkJCWw1LjYsMC44YzQuNCwwLjYsNy4xLDEuOCw5LjEsMy43YzIuNSwyLjQsMy43LDUuOSwzLjcsMTAuMUMxNjYuOSw0Ni40LDE1OS4yLDUxLjYsMTQ5LjIsNTEuNnoiPjwvcGF0aD4KICA8cGF0aCBzdHlsZT0iZmlsbDogIzdhYjJkNiIgZD0iTTE3NS43LDUxLjJWMy40aDMxLjV2OC4zSDE4NXYxMS4yaDE4Ljl2OC4zSDE4NXYxMS42aDIyLjJ2OC4zSDE3NS43eiI+PC9wYXRoPgogIDxwYXRoIHN0eWxlPSJmaWxsOiAjN2FiMmQ2IiBkPSJNMjQxLjcsNTEuMmwtOS4zLTE5LjFoLTYuN3YxOS4xaC05LjNWMy40SDIzNWM5LjcsMCwxNS41LDYuNiwxNS41LDE0LjZjMCw2LjctNC4xLDEwLjktOC43LDEyLjZsMTAuNywyMC42SDI0MS43egogICAgCQkJCQkgTTIzNC40LDExLjdoLTguOHYxMi42aDguOGM0LjEsMCw2LjgtMi42LDYuOC02LjNDMjQxLjIsMTQuMywyMzguNSwxMS43LDIzNC40LDExLjd6Ij48L3BhdGg+CiAgPHBhdGggc3R5bGU9ImZpbGw6ICM3YWIyZDYiIGQ9Ik0yNzcuNiw1MS4yaC03TDI1NC44LDMuNGg5LjdsOS42LDMxLjFsOS42LTMxLjFoOS43TDI3Ny42LDUxLjJ6Ij48L3BhdGg+CiAgPHBhdGggc3R5bGU9ImZpbGw6ICM3YWIyZDYiIGQ9Ik0xOS42LDMuM2g3bDE1LjgsNDcuOGgtOS43TDIzLjEsMjBsLTkuNiwzMS4xSDMuOEwxOS42LDMuM3oiPjwvcGF0aD4KPC9zdmc+Cg==) no-repeat center center;
  background-size: cover;
  content: '';
  opacity: .3;
}

.page.dataserv .video-bg {
  z-index: 2;
}

.page.dataserv .form .wpb_text_column {
  width: 50%;
  margin: 30px 0 0;
  float: left;
  font-size: 14px;
  line-height: 2;
}

.page.dataserv .hbspt-form fieldset {
  max-width: 100%;
}

.page.dataserv .hbspt-form .hs-form-field {
  position: relative;
  width: 100% !important;
  margin: 0 0 30px !important;
  float: none !important;
  grid-column: span 1;
}

.page.dataserv .hbspt-form .hs-form-field .hs-error-msgs {
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
}

.page.dataserv .hbspt-form .actions {
  width: 50%;
  margin-top: 30px;
  float: left;
}

.page.dataserv .hbspt-form .actions input {
  width: 100%;
  height: 90px;
  background: #1e2f51;
  line-height: 90px;
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.03);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.03);
}

.home .login a {
  color: rgba(0, 0, 0, 0.6);
}

.home::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  -webkit-transition: .7s ease-out;
  -o-transition: .7s ease-out;
  transition: .7s ease-out;
  border: 0 solid #fff;
  content: '';
  z-index: 100;
  pointer-events: none;
}

@media only screen and (min-width: 1025px) {
  .window-loaded .home::before {
    border-top-width: 40px;
    border-right-width: 20px;
    border-left-width: 20px;
  }
}

@media only screen and (min-width: 1280px) {
  .window-loaded .home::before {
    border-right-width: 40px;
    border-left-width: 40px;
  }
}

.home .main .hero {
  padding-top: 0;
  padding-bottom: 0;
}

.home .main .hero .vc_row {
  max-width: 1280px;
  padding: 0 40px;
}

@media only screen and (min-width: 1025px) {
  .home .main .hero .vc_row {
    padding: 0 80px;
  }
}

@media only screen and (min-width: 1440px) {
  .home .main .hero .vc_row {
    padding: 0 40px;
  }
}

.home .main .hero .vc_row .vc_column-inner {
  margin: 0;
  padding: 0;
}

.home .main .hero h1 {
  line-height: 1.05882;
}

@media only screen and (min-width: 0) {
  .home .main .hero h1 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .home .main .hero h1 {
    font-size: 51px;
  }
}

@media only screen and (min-width: 1025px) {
  .home .main .hero h1 {
    font-size: 68.06641px;
  }
}

@media only screen and (min-width: 1280px) {
  .home .main .hero h1 {
    font-size: 85px;
  }
}

.home .main .hero p {
  max-width: 480px;
  margin: 0;
}

.home .main .hero .wpb_text_column {
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  .home .main .hero .wpb_text_column {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .home .main .hero .video-button-container {
    padding: 40px 20px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .home .main .hero .video-button-container {
    padding: 40px 20px 0;
  }
}

.home .main .take-tour {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .home .main .take-tour {
    width: 50%;
    height: 90px;
    line-height: 90px;
  }
}

@media only screen and (min-width: 1280px) {
  .home .main .take-tour {
    width: 40%;
  }
}

.home .main .take-tour::before,
.home .main .take-tour::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  z-index: 2;
  pointer-events: none;
}

.home .main .take-tour::before {
  right: 60px;
  left: 0;
  -webkit-box-shadow: 0 -15px 21px 0 rgba(28, 28, 29, 0.1);
          box-shadow: 0 -15px 21px 0 rgba(28, 28, 29, 0.1);
}

@media only screen and (min-width: 1025px) {
  .home .main .take-tour::before {
    right: 90px;
  }
}

.home .main .take-tour::after {
  right: 0;
  width: 60px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Iklzb2xhdGlvbl9Nb2RlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSItMTIyNyAxNjc0LjggNjcuNyAxMDguMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMTIyNyAxNjc0LjggNjcuNyAxMDguMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMyRjM0MzU7c3Ryb2tlLXdpZHRoOjEyO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzJGMzQzNTtzdHJva2Utd2lkdGg6MTI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxsaW5lIGNsYXNzPSJzdDAiIHgxPSItMTE2Ny44IiB5MT0iMTc0OS4xIiB4Mj0iLTExOTMuMiIgeTI9IjE3NzQuNCIvPgoJCTxsaW5lIGNsYXNzPSJzdDAiIHgxPSItMTE5My4yIiB5MT0iMTc3NC40IiB4Mj0iLTEyMTguNSIgeTI9IjE3NDkuMSIvPgoJPC9nPgoJPGxpbmUgY2xhc3M9InN0MSIgeDE9Ii0xMTkzLjIiIHkxPSIxNzc0LjQiIHgyPSItMTE5My4yIiB5Mj0iMTY3NC44Ii8+CjwvZz4KPC9zdmc+Cg==) no-repeat center center;
  background-size: 14px 22px;
}

@media only screen and (min-width: 1025px) {
  .home .main .take-tour::after {
    width: 90px;
  }
}

.home .main .take-tour,
.home .main .take-tour .button {
  height: 60px;
  line-height: 60px;
}

@media only screen and (min-width: 1025px) {
  .home .main .take-tour,
  .home .main .take-tour .button {
    height: 90px;
    line-height: 90px;
  }
}

.home .main .take-tour .button {
  width: 100%;
  padding: 0 60px;
  color: #1e2f51;
  text-align: left;
}

@media only screen and (min-width: 1025px) {
  .home .main .take-tour .button {
    padding-right: 90px;
  }
}

.home .main .take-tour .button::before {
  background: #fff;
}

.home .main .take-tour .button::after {
  width: 0;
  -webkit-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
  background: #7ab2d6;
  color: #fff;
  font-weight: bold;
  text-indent: 60px;
  content: 'Take The Tour';
  overflow: hidden;
  z-index: 1;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.window-loaded .home .main .take-tour .button::after {
  -webkit-animation: 12s fillButton;
       -o-animation: 12s fillButton;
          animation: 12s fillButton;
}

@media only screen and (min-width: 1025px) {
  .window-loaded .home .main .take-tour .button::after {
    -webkit-animation: 12s fillButtonDesktop;
         -o-animation: 12s fillButtonDesktop;
            animation: 12s fillButtonDesktop;
  }
}

.home .main .take-tour .button.tour-scrolled::after {
  width: calc(100% - 60px);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-animation: none;
       -o-animation: none;
          animation: none;
}

@media only screen and (min-width: 1025px) {
  .home .main .take-tour .button.tour-scrolled::after {
    width: calc(100% - 90px);
  }
}

.home .main .take-tour .button.tour-paused::after {
  -webkit-animation-play-state: paused;
       -o-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes fillButton {
  0% {
    width: 0;
  }

  100% {
    width: calc(100% - 60px);
  }
}

@-o-keyframes fillButton {
  0% {
    width: 0;
  }

  100% {
    width: calc(100% - 60px);
  }
}

@keyframes fillButton {
  0% {
    width: 0;
  }

  100% {
    width: calc(100% - 60px);
  }
}

@-webkit-keyframes fillButtonDesktop {
  0% {
    width: 0;
  }

  100% {
    width: calc(100% - 90px);
  }
}

@-o-keyframes fillButtonDesktop {
  0% {
    width: 0;
  }

  100% {
    width: calc(100% - 90px);
  }
}

@keyframes fillButtonDesktop {
  0% {
    width: 0;
  }

  100% {
    width: calc(100% - 90px);
  }
}

@media only screen and (min-width: 0) {
  .home .main .logo-section {
    padding-top: 37.5px;
  }
}

@media only screen and (min-width: 768px) {
  .home .main .logo-section {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .home .main .logo-section {
    padding-top: 80.07812px;
  }
}

@media only screen and (min-width: 1280px) {
  .home .main .logo-section {
    padding-top: 100px;
  }
}

.home .main .logo-section .vc_column-inner {
  position: relative;
}

.home .main .logo-section .wpb_text_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(0, 0, 0, 0.75);
  font-size: 30px;
  line-height: 40px;
  z-index: 1;
}

.home .main .logo-section .wpb_text_column p {
  margin: 0;
}

.home .main .iphone {
  margin-top: 50px;
}

.home .main .iphone .vc_column_container .vc_column-inner {
  padding: 0 !important;
}

.home .main .iphone .wpb_single_image {
  position: relative;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.home .main .iphone .wpb_single_image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: url(/app/themes/aerserv/dist/images/misc/iphone-mask.png) repeat-x bottom;
  content: '';
  pointer-events: none;
}

.home .main .iphone .wpb_single_image img {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}

.home .main .iphone .wpb_single_image.animated:hover {
  -webkit-transform: translateY(-60px);
       -o-transform: translateY(-60px);
          transform: translateY(-60px);
  background-image: none !important;
}

.home .main .iphone .wpb_single_image.animated img {
  opacity: 1;
}

.home .main .testimonial-column .vc_column-inner {
  max-width: none;
  margin: 0 0 60px;
}

@media only screen and (min-width: 768px) {
  .home .main .testimonial-column .vc_column-inner {
    margin: 100px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .home .main .testimonial-column .wpb_wrapper {
    float: right;
  }
}

@media only screen and (max-width: 767px) {
  .home .main .testimonial-column .wpb_wrapper .button-container {
    margin-bottom: 20px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .home .main .testimonial-column .wpb_wrapper .button-container {
    margin-bottom: 20px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .home .main .testimonial-column .wpb_wrapper .button-container {
    width: auto;
    float: right;
  }
}

.home .main .testimonial-column .wpb_wrapper .button-container .button {
  color: #1e2f51;
}

.home .main .testimonial-column .wpb_wrapper .button-container .button::before {
  background: #f1f1ee;
}

.home .main .testimonial-column .wpb_wrapper .button-container .button:hover {
  color: #fff;
}

.home .main .testimonial-column .wpb_wrapper h2 {
  margin: 0 0 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.75);
  line-height: 50px;
}

.home .main .testimonial-column .wpb_wrapper .testimonial {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .page.indie-developer .hero {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .page.indie-developer .hero {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .page.indie-developer .takes-one,
  .page.indie-developer .were-integrated {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .page.indie-developer .takes-one,
  .page.indie-developer .were-integrated {
    padding-top: 80px;
  }
}

.page.indie-developer .vc_images_carousel {
  width: 250px !important;
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.25);
          box-shadow: 0 15px 24px rgba(0, 0, 0, 0.25);
}

.page.indie-developer .vc_images_carousel img {
  display: block;
}

.page.indie-developer .carousel-column .vc_column-inner {
  background-position: 184px center !important;
}

@media only screen and (min-width: 0) {
  .page.indie-developer .carousel-column .vc_column-inner {
    padding-top: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .page.indie-developer .carousel-column .vc_column-inner {
    padding-top: 72px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.indie-developer .carousel-column .vc_column-inner {
    padding-top: 96.09375px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.indie-developer .carousel-column .vc_column-inner {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 0) {
  .page.indie-developer .carousel-column .vc_column-inner {
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .page.indie-developer .carousel-column .vc_column-inner {
    padding-bottom: 72px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.indie-developer .carousel-column .vc_column-inner {
    padding-bottom: 96.09375px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.indie-developer .carousel-column .vc_column-inner {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 0) {
  .page.integrations .sdk-list,
  .page.integrations .plugins-list {
    padding-top: 48.75px;
  }
}

@media only screen and (min-width: 768px) {
  .page.integrations .sdk-list,
  .page.integrations .plugins-list {
    padding-top: 78px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.integrations .sdk-list,
  .page.integrations .plugins-list {
    padding-top: 104.10156px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.integrations .sdk-list,
  .page.integrations .plugins-list {
    padding-top: 130px;
  }
}

.page.integrations .sdk-list .wpb_wrapper,
.page.integrations .plugins-list .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page.integrations .sdk .sdk-intro {
  padding-bottom: 0;
}

@media only screen and (min-width: 0) {
  .page.integrations .sdk .sdk-intro {
    padding-top: 48.75px;
  }
}

@media only screen and (min-width: 768px) {
  .page.integrations .sdk .sdk-intro {
    padding-top: 78px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.integrations .sdk .sdk-intro {
    padding-top: 104.10156px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.integrations .sdk .sdk-intro {
    padding-top: 130px;
  }
}

.page.integrations .sdk .sdk-list {
  margin-bottom: -117px;
}

.page.integrations .sdk .sdk-list .wpb_wrapper {
  margin: 0 -30px;
}

.page.integrations .sdk .sdk-list .integrations-box {
  -ms-flex-preferred-size: calc(100% - 60px);
      flex-basis: calc(100% - 60px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 30px 30px;
}

@media only screen and (min-width: 768px) {
  .page.integrations .sdk .sdk-list .integrations-box {
    -ms-flex-preferred-size: calc(50% - 60px);
        flex-basis: calc(50% - 60px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.page.integrations .plugins {
  position: relative;
}

@media only screen and (min-width: 0) {
  .page.integrations .plugins {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .page.integrations .plugins {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.integrations .plugins {
    padding-top: 200.19531px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.integrations .plugins {
    padding-top: 250px;
  }
}

@media only screen and (min-width: 0) {
  .page.integrations .plugins {
    padding-bottom: 63.75px;
  }
}

@media only screen and (min-width: 768px) {
  .page.integrations .plugins {
    padding-bottom: 102px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.integrations .plugins {
    padding-bottom: 136.13281px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.integrations .plugins {
    padding-bottom: 170px;
  }
}

.page.integrations .plugins::before {
  position: absolute;
  top: 170px;
  right: 0;
  left: 0;
  width: 250px;
  height: 303px;
  margin: auto;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNy40IDMzLjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQgMzMuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMwMDA7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjExLjMsMCAwLDMzLjkgNi45LDMzLjkgMTMuNywxMS44IDIwLjUsMzMuOSAyNy40LDMzLjkgMTYuMiwwICIvPgo8L3N2Zz4K);
  background-size: cover;
  content: '';
  opacity: .08;
}

.page.integrations .plugins .eyebrow {
  max-width: 200px;
  margin: 0 auto;
}

.page.integrations .plugins .wpb_text_column {
  margin-top: 30px;
}

.page.integrations .plugins .plugins-list .wpb_wrapper {
  margin: 0 -15px;
}

.page.integrations .plugins .plugins-list .integrations-box {
  -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 15px 30px;
}

@media only screen and (min-width: 768px) {
  .page.integrations .plugins .plugins-list .integrations-box {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .page.integrations .plugins .plugins-list .integrations-box {
    -ms-flex-preferred-size: calc(25% - 30px);
        flex-basis: calc(25% - 30px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.page.integrations .google .button-container .button::after,
.page.integrations .prebid .button-container .button::after {
  background: #fff;
}

.page.integrations .google .button-container .button:hover,
.page.integrations .prebid .button-container .button:hover {
  color: #1e2f51;
}

.page.integrations .google {
  overflow: hidden;
}

@media only screen and (min-width: 0) {
  .page.integrations .google {
    padding-top: 48.75px;
  }
}

@media only screen and (min-width: 768px) {
  .page.integrations .google {
    padding-top: 78px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.integrations .google {
    padding-top: 104.10156px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.integrations .google {
    padding-top: 130px;
  }
}

@media only screen and (min-width: 0) {
  .page.integrations .google {
    padding-bottom: 52.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.integrations .google {
    padding-bottom: 84px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.integrations .google {
    padding-bottom: 112.10938px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.integrations .google {
    padding-bottom: 140px;
  }
}

.page.integrations .google::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
       -o-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNy40IDMzLjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQgMzMuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMwMDA7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjExLjMsMCAwLDMzLjkgNi45LDMzLjkgMTMuNywxMS44IDIwLjUsMzMuOSAyNy40LDMzLjkgMTYuMiwwICIvPgo8L3N2Zz4K);
  content: '';
  opacity: .05;
}

@media only screen and (min-width: 0) {
  .page.integrations .google::before {
    width: 1012.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.integrations .google::before {
    width: 1620px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.integrations .google::before {
    width: 2162.10938px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.integrations .google::before {
    width: 2700px;
  }
}

@media only screen and (min-width: 0) {
  .page.integrations .google::before {
    height: 1275px;
  }
}

@media only screen and (min-width: 768px) {
  .page.integrations .google::before {
    height: 2040px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.integrations .google::before {
    height: 2722.65625px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.integrations .google::before {
    height: 3400px;
  }
}

.page.integrations .google-intro .vc_col-sm-6 .vc_column-inner {
  padding: 15px 0 0;
}

.page.integrations .google-intro .vc_col-sm-6 .vc_column-inner .wpb_text_column {
  max-width: 100%;
}

.page.integrations .google-intro img {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .page.integrations .google-content {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page.integrations .google-content {
    padding-top: 50px;
  }
}

.page.integrations .google-content .vc_col-sm-6.light-blue .vc_column-inner {
  background: #7ab2d6;
}

.page.integrations .google-content .vc_col-sm-6.light-blue .wpb_text_column {
  max-width: 100%;
}

.page.integrations .google-content .vc_col-sm-6.light-blue ul li::before {
  top: 10px;
  width: 6px;
  height: 2px;
  background: #1e2f51;
  opacity: .7;
}

.page.integrations .google-content .vc_col-sm-6 .vc_column-inner {
  padding: 0;
  background: #1e2f51;
}

.page.integrations .google-content .vc_col-sm-6 .button-container,
.page.integrations .google-content .vc_col-sm-6 .wpb_text_column {
  padding: 30px;
}

.page.integrations .google-content .vc_col-sm-6 .wpb_text_column {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.page.integrations .google-content .vc_col-sm-6 .button-container {
  margin-top: -30px;
}

.page.integrations .google-content .vc_col-sm-6 .button-container .button {
  width: 100%;
}

.page.integrations .google-content .vc_col-sm-6 h3 {
  color: #fff;
  font-size: 24px;
}

.page.integrations .google-content .vc_col-sm-6 ul {
  padding: 0;
  list-style: none;
}

.page.integrations .google-content .vc_col-sm-6 ul li {
  position: relative;
  margin: 0 0 1em;
  padding-left: 25px;
}

.page.integrations .google-content .vc_col-sm-6 ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 18px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIzMiIgaWQ9ImNoZWNrIiB2aWV3Qm94PSIwIDAgMzIgMzIiIHdpZHRoPSIzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjN2FiMmQ2IiBkPSJNMSAxNCBMNSAxMCBMMTMgMTggTDI3IDQgTDMxIDggTDEzIDI2IHoiLz48L3N2Zz4K) no-repeat left center;
  background-size: 15px 12px;
  content: '';
}

@media only screen and (min-width: 0) {
  .page.integrations .prebid {
    padding-top: 48.75px;
  }
}

@media only screen and (min-width: 768px) {
  .page.integrations .prebid {
    padding-top: 78px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.integrations .prebid {
    padding-top: 104.10156px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.integrations .prebid {
    padding-top: 130px;
  }
}

@media only screen and (min-width: 0) {
  .page.integrations .prebid {
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 768px) {
  .page.integrations .prebid {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.integrations .prebid {
    padding-bottom: 160.15625px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.integrations .prebid {
    padding-bottom: 200px;
  }
}

.page.integrations .prebid .vc_col-sm-12 .vc_column-inner {
  max-width: 700px;
  margin: 0 auto;
}

.page.integrations .prebid .vc_col-sm-12 .wpb_text_column {
  max-width: 490px;
  margin: 20px auto 0;
}

.page.integrations .prebid-content {
  padding-top: 65px;
}

@media only screen and (min-width: 768px) {
  .page.integrations .prebid-content .vc_col-sm-6:first-child {
    padding-right: 20px;
  }

  .page.integrations .prebid-content .vc_col-sm-6:last-child {
    padding-left: 20px;
  }
}

.page.integrations .prebid-content .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  line-height: 40px;
  text-align: center;
  content: 'External link to prebid.org';
}

.page.integrations .prebid-content .vc_col-sm-6 .vc_column-inner {
  padding: 0;
  background: #1e2f51;
  -webkit-box-shadow: 0 35px 35px 0 rgba(28, 28, 29, 0.3);
          box-shadow: 0 35px 35px 0 rgba(28, 28, 29, 0.3);
}

.page.integrations .prebid-content .vc_col-sm-6 .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 40px;
}

.page.integrations .prebid-content .vc_col-sm-6 .wpb_text_column {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 24px;
}

.page.integrations .prebid-content .vc_col-sm-6 .button-container {
  text-align: center;
}

.page.integrations .prebid-content .vc_col-sm-6 .button-container .button {
  width: 100%;
  max-width: 370px;
}

.page.integrations .integrations-box--iOS .button {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.page.integrations .integrations-box--iOS .button::before,
.page.integrations .integrations-box--iOS .button::after {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-transform: skewX(-15deg);
       -o-transform: skewX(-15deg);
          transform: skewX(-15deg);
  content: '';
}

.page.integrations .integrations-box--iOS .button::before {
  left: -100px;
  width: 60px;
  background: rgba(255, 255, 255, 0.5);
  opacity: .5;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

.page.integrations .integrations-box--iOS .button::after {
  left: -70px;
  width: 30px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.page.integrations .integrations-box--iOS:hover .button::before,
.page.integrations .integrations-box--iOS:hover .button::after {
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.page.integrations .integrations-box--iOS:hover .button::before {
  left: calc(100% + 100px);
  opacity: .6;
}

.page.integrations .integrations-box--iOS:hover .button::after {
  left: calc(100% + 130px);
  opacity: 1;
}

@media only screen and (min-width: 0) {
  .page.interstitial-ads .parallax-logo::before {
    top: -61.875px;
  }
}

@media only screen and (min-width: 768px) {
  .page.interstitial-ads .parallax-logo::before {
    top: -99px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.interstitial-ads .parallax-logo::before {
    top: -132.12891px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.interstitial-ads .parallax-logo::before {
    top: -165px;
  }
}

@media only screen and (max-width: 767px) {
  .page.interstitial-ads .hero .vc_row {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page.interstitial-ads .hero .vc_row {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page.interstitial-ads .what-are .vc_row {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page.interstitial-ads .what-are .vc_row {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page.interstitial-ads .all-in-one img {
    position: relative;
    top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page.interstitial-ads .all-in-one img {
    position: relative;
    top: 50px;
  }
}

.mobile-ad-meditation .aerserv-custom-tour::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 66.66667%;
  margin: auto;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNy40IDMzLjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQgMzMuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMwMDA7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjExLjMsMCAwLDMzLjkgNi45LDMzLjkgMTMuNywxMS44IDIwLjUsMzMuOSAyNy40LDMzLjkgMTYuMiwwICIvPgo8L3N2Zz4K);
  background-size: cover;
  content: '';
  opacity: .08;
}

@media only screen and (min-width: 0) {
  .mobile-ad-meditation .aerserv-custom-tour::before {
    width: 218.25px;
  }
}

@media only screen and (min-width: 768px) {
  .mobile-ad-meditation .aerserv-custom-tour::before {
    width: 349.2px;
  }
}

@media only screen and (min-width: 1025px) {
  .mobile-ad-meditation .aerserv-custom-tour::before {
    width: 466.05469px;
  }
}

@media only screen and (min-width: 1280px) {
  .mobile-ad-meditation .aerserv-custom-tour::before {
    width: 582px;
  }
}

@media only screen and (min-width: 0) {
  .mobile-ad-meditation .aerserv-custom-tour::before {
    height: 269.25px;
  }
}

@media only screen and (min-width: 768px) {
  .mobile-ad-meditation .aerserv-custom-tour::before {
    height: 430.8px;
  }
}

@media only screen and (min-width: 1025px) {
  .mobile-ad-meditation .aerserv-custom-tour::before {
    height: 574.96094px;
  }
}

@media only screen and (min-width: 1280px) {
  .mobile-ad-meditation .aerserv-custom-tour::before {
    height: 718px;
  }
}

.mobile-ad-meditation .big-button-cta--none {
  z-index: 2;
}

.mobile-ad-meditation .testimonial-carousel::after {
  position: absolute;
  top: 50%;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  background: #f1f1ee;
  content: '';
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .mobile-ad-meditation .customer-support {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-ad-meditation .customer-support {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.mobile-video-advertising .unique-formats .wpb_column .vc_column-inner {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .page.mobile-video-advertising .unique-formats .wpb_column:last-child .vc_column-inner {
    margin: 0 0 -130px;
    padding-bottom: 0;
  }
}

.page.mobile-video-advertising .animate-number-wrapper {
  z-index: 1;
}

.page.mobile-video-advertising .animate-number-wrapper::before {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNy40IDMzLjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQgMzMuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMwMDA7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjExLjMsMCAwLDMzLjkgNi45LDMzLjkgMTMuNywxMS44IDIwLjUsMzMuOSAyNy40LDMzLjkgMTYuMiwwICIvPgo8L3N2Zz4K);
  background-size: cover;
  content: '';
  opacity: .05;
}

@media only screen and (min-width: 0) {
  .page.mobile-video-advertising .animate-number-wrapper::before {
    top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .page.mobile-video-advertising .animate-number-wrapper::before {
    top: 48px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.mobile-video-advertising .animate-number-wrapper::before {
    top: 64.0625px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.mobile-video-advertising .animate-number-wrapper::before {
    top: 80px;
  }
}

@media only screen and (min-width: 0) {
  .page.mobile-video-advertising .animate-number-wrapper::before {
    width: 265.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.mobile-video-advertising .animate-number-wrapper::before {
    width: 424.8px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.mobile-video-advertising .animate-number-wrapper::before {
    width: 566.95312px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.mobile-video-advertising .animate-number-wrapper::before {
    width: 708px;
  }
}

@media only screen and (min-width: 0) {
  .page.mobile-video-advertising .animate-number-wrapper::before {
    height: 322.125px;
  }
}

@media only screen and (min-width: 768px) {
  .page.mobile-video-advertising .animate-number-wrapper::before {
    height: 515.4px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.mobile-video-advertising .animate-number-wrapper::before {
    height: 687.87109px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.mobile-video-advertising .animate-number-wrapper::before {
    height: 859px;
  }
}

.page.mobile-video-advertising .animate-number-wrapper .vc_column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 0) {
  .page.mobile-video-advertising .animate-number-wrapper .vc_column-inner {
    padding-top: 56.25px;
  }
}

@media only screen and (min-width: 768px) {
  .page.mobile-video-advertising .animate-number-wrapper .vc_column-inner {
    padding-top: 90px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.mobile-video-advertising .animate-number-wrapper .vc_column-inner {
    padding-top: 120.11719px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.mobile-video-advertising .animate-number-wrapper .vc_column-inner {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 0) {
  .page.mobile-video-advertising .animate-number-wrapper .vc_column-inner {
    padding-bottom: 56.25px;
  }
}

@media only screen and (min-width: 768px) {
  .page.mobile-video-advertising .animate-number-wrapper .vc_column-inner {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.mobile-video-advertising .animate-number-wrapper .vc_column-inner {
    padding-bottom: 120.11719px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.mobile-video-advertising .animate-number-wrapper .vc_column-inner {
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.mobile-video-advertising .animate-number-wrapper .eyebrow {
    margin-left: -60px;
  }

  .page.mobile-video-advertising .animate-number-wrapper h2 {
    margin-top: 40px;
    font-size: 60px;
  }
}

.page.mobile-video-advertising .animate-number {
  white-space: nowrap;
}

@media only screen and (min-width: 0) {
  .page.mobile-video-advertising .animate-number {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .page.mobile-video-advertising .animate-number {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.mobile-video-advertising .animate-number {
    font-size: 160.15625px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.mobile-video-advertising .animate-number {
    font-size: 200px;
  }
}

.page.mobile-video-advertising .ult-modal-input-wrapper {
  margin: 20px auto 0;
}

.page.mobile-video-advertising .ult-modal-input-wrapper span {
  color: #fff !important;
}

.page.mobile-video-advertising .hs_recaptcha {
  margin-top: 20px;
}

.page.mobile-video-advertising .testimonial-wrapper .wpb_wrapper {
  position: relative;
  padding: 38px 0 85px;
  background: #1e2f51;
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
}

.page.mobile-video-advertising .testimonial-wrapper .eyebrow {
  padding: 0;
  text-align: center;
}

.page.mobile-video-advertising .testimonial-wrapper .eyebrow::before {
  display: none;
}

.page.mobile-video-advertising .testimonial-wrapper h2 {
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.75);
}

.page.mobile-video-advertising .testimonial {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
}

.page.mobile-video-advertising .testimonial blockquote {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .page.mobile-video-advertising .testimonial blockquote {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page.mobile-video-advertising .testimonial blockquote {
    padding: 0 20px;
  }
}

.page.mobile-video-advertising .testimonial cite {
  position: static;
  min-height: auto;
  margin-top: 1em;
  padding: 0;
  color: rgba(255, 255, 255, 0.55);
}

.page.mobile-video-advertising .testimonial cite span {
  display: block;
}

.page.mobile-video-advertising .testimonial cite span::after {
  display: none;
}

.page.mobile-video-advertising .testimonial img {
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .page.native-ads .vc_section.hero .vc_row {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page.native-ads .vc_section.hero .vc_row {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page.native-ads .vc_section.light-blue {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page.native-ads .vc_section.light-blue {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page.native-ads .vc_section.dark-blue {
    padding-top: 100px;
  }

  .page.native-ads .vc_section.dark-blue .vc_row {
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .page.native-ads .vc_section.dark-blue {
    padding-top: 100px;
  }

  .page.native-ads .vc_section.dark-blue .vc_row {
    padding-top: 0;
  }
}

.page.native-ads .vc_section.text-grid {
  position: relative;
}

.page.native-ads .vc_section.text-grid::before {
  position: absolute;
  right: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNy40IDMzLjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQgMzMuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiM3YWIyZDY7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjExLjMsMCAwLDMzLjkgNi45LDMzLjkgMTMuNywxMS44IDIwLjUsMzMuOSAyNy40LDMzLjkgMTYuMiwwICIvPgo8L3N2Zz4K);
  background-size: cover;
  content: '';
  opacity: .05;
}

@media only screen and (min-width: 0) {
  .page.native-ads .vc_section.text-grid::before {
    bottom: 206.25px;
  }
}

@media only screen and (min-width: 768px) {
  .page.native-ads .vc_section.text-grid::before {
    bottom: 330px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.native-ads .vc_section.text-grid::before {
    bottom: 440.42969px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.native-ads .vc_section.text-grid::before {
    bottom: 550px;
  }
}

@media only screen and (min-width: 0) {
  .page.native-ads .vc_section.text-grid::before {
    width: 308.625px;
  }
}

@media only screen and (min-width: 768px) {
  .page.native-ads .vc_section.text-grid::before {
    width: 493.8px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.native-ads .vc_section.text-grid::before {
    width: 659.04297px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.native-ads .vc_section.text-grid::before {
    width: 823px;
  }
}

@media only screen and (min-width: 0) {
  .page.native-ads .vc_section.text-grid::before {
    height: 375px;
  }
}

@media only screen and (min-width: 768px) {
  .page.native-ads .vc_section.text-grid::before {
    height: 600px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.native-ads .vc_section.text-grid::before {
    height: 800.78125px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.native-ads .vc_section.text-grid::before {
    height: 1000px;
  }
}

@media only screen and (max-width: 767px) {
  .page.open-auction .hero .button {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .page.open-auction .hero .button {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}

.page.open-auction .dark-blue .wpb_text_column {
  color: rgba(255, 255, 255, 0.7);
}

.page.open-auction .dark-blue h2 {
  color: #fff;
}

.page.open-auction .dark-blue h4 {
  margin: -50px auto 100px;
  color: #fff;
  font: normal 24px/32px "Poppins", "Arial", "Helvetica", "sans serif";
  text-align: center;
}

.page.open-auction .unified-approach {
  background: #f1f1ee;
}

.page.open-auction .unified-approach .button {
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
}

.page.open-auction .unified-approach ul {
  padding: 0;
  list-style: none;
}

.page.open-auction .unified-approach ul li {
  position: relative;
  padding: 0 0 0 15px;
  color: #7ab2d6;
  font: bold 14px/36px "DIN-Next", "Arial", "Helvetica", "sans serif";
  letter-spacing: .2em;
  text-transform: uppercase;
}

.page.open-auction .unified-approach ul li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 36px;
  content: '\25AA';
}

@media only screen and (min-width: 0) {
  .page.open-auction .animation-section {
    padding-top: 52.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.open-auction .animation-section {
    padding-top: 84px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.open-auction .animation-section {
    padding-top: 112.10938px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.open-auction .animation-section {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 0) {
  .page.open-auction .animation-section {
    padding-bottom: 52.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.open-auction .animation-section {
    padding-bottom: 84px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.open-auction .animation-section {
    padding-bottom: 112.10938px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.open-auction .animation-section {
    padding-bottom: 140px;
  }
}

.page.open-auction .animation-section .vc_col-sm-12 {
  text-align: center;
}

.page.open-auction .animation-section .vc_col-sm-12 .wpb_wrapper {
  display: inline-block;
  text-align: left;
}

.page.open-auction .animation-section .vc_col-sm-6 {
  margin-top: 40px;
  border: 10px solid #fff;
  background: #f1f1ee;
}

.page.open-auction .animation-section .vc_col-sm-6.bordered {
  border-color: #e4c283;
}

.page.open-auction .animation-section .vc_col-sm-6 .vc_column-inner {
  padding-top: 40px;
  padding-bottom: 80px;
}

.page.open-auction .animation-section .vc_col-sm-6 .wpb_text_column {
  max-width: 360px;
  font-size: 15px;
  line-height: 24px;
}

.page.open-auction .animation-section .vc_col-sm-6 h3 {
  margin: 1.5em 0 0;
}

.page.open-auction .animation-section .vc_col-sm-6 p {
  margin: 0;
}

.page.open-auction .squares {
  margin-top: 36px;
}

@media only screen and (min-width: 0) {
  .page.open-auction .squares {
    padding-top: 1px;
  }
}

@media only screen and (min-width: 768px) {
  .page.open-auction .squares {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.open-auction .squares {
    padding-top: 160.15625px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.open-auction .squares {
    padding-top: 200px;
  }
}

.page.open-auction .squares .vc_column-inner {
  padding: 0 0 70px;
}

.page.open-auction .squares .vc_row {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .page.open-auction .squares .vc_row {
    width: auto;
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 767px) {
  .page.open-auction .squares .vc_row {
    width: auto;
    margin: 0 -20px;
  }
}

.page.open-auction .squares .vc_col-sm-6 {
  width: 50%;
  float: left;
}

.page.open-auction .squares .wpb_text_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 50vw;
  margin: 10px;
  background: #1e2f51;
  color: #7ab2d6;
  font: 36px/36px "DIN-Next", "Arial", "Helvetica", "sans serif";
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
}

@media only screen and (min-width: 768px) {
  .page.open-auction .squares .wpb_text_column {
    width: 250px;
    height: 250px;
  }
}

.page.open-auction .squares .wpb_text_column p {
  margin: 0;
}

@media only screen and (min-width: 0) {
  .page.open-auction .get-started {
    padding-top: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .page.open-auction .get-started {
    padding-top: 72px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.open-auction .get-started {
    padding-top: 96.09375px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.open-auction .get-started {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 0) {
  .page.open-auction .get-started {
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 768px) {
  .page.open-auction .get-started {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.open-auction .get-started {
    padding-bottom: 160.15625px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.open-auction .get-started {
    padding-bottom: 200px;
  }
}

.page.open-auction .get-started h2 {
  color: #4a4d56;
}

.page.open-auction .get-started .form-row {
  position: relative;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page.open-auction .get-started .form-row::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1025px;
  margin: auto;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMb2dvIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICB2aWV3Qm94PSIwIDAgMzAwIDU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDAgNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICA8cGF0aCBkPSJNNDguOSw1MS4xVjMuM2gzMS41djguM0g1OC4ydjExLjJINzd2OC4zSDU4LjJ2MTEuNmgyMi4ydjguM0g0OC45eiI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xMTQuOCw1MS4xbC05LjMtMTkuMWgtNi43djE5LjFoLTkuM1YzLjNoMTguN2M5LjcsMCwxNS41LDYuNiwxNS41LDE0LjZjMCw2LjctNC4xLDEwLjktOC43LDEyLjZsMTAuNywyMC42SDExNC44egogICAgCQkJCQkgTTEwNy42LDExLjdoLTguOHYxMi42aDguOGM0LjEsMCw2LjgtMi42LDYuOC02LjNTMTExLjcsMTEuNywxMDcuNiwxMS43eiI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0xNDkuMiw1MS42Yy03LjIsMC0xMi44LTEuNS0xNy41LTYuM2w2LTZjMywzLDcuMSw0LDExLjUsNGM1LjUsMCw4LjUtMi4xLDguNS01LjljMC0xLjctMC41LTMuMS0xLjUtNAogICAgCQkJCQljLTAuOS0wLjktMi0xLjQtNC4yLTEuN2wtNS44LTAuOGMtNC4xLTAuNi03LjEtMS45LTkuMy00Yy0yLjMtMi4zLTMuNC01LjQtMy40LTkuNEMxMzMuNiw5LDEzOS45LDMsMTUwLjIsMwogICAgCQkJCQljNi42LDAsMTEuNCwxLjYsMTUuNCw1LjZsLTUuOSw1LjhjLTMtMi45LTYuNi0zLjMtOS44LTMuM2MtNSwwLTcuNCwyLjgtNy40LDZjMCwxLjIsMC40LDIuNSwxLjQsMy40YzAuOSwwLjksMi41LDEuNiw0LjQsMS45CiAgICAJCQkJCWw1LjYsMC44YzQuNCwwLjYsNy4xLDEuOCw5LjEsMy43YzIuNSwyLjQsMy43LDUuOSwzLjcsMTAuMUMxNjYuOSw0Ni40LDE1OS4yLDUxLjYsMTQ5LjIsNTEuNnoiPjwvcGF0aD4KICA8cGF0aCBkPSJNMTc1LjcsNTEuMlYzLjRoMzEuNXY4LjNIMTg1djExLjJoMTguOXY4LjNIMTg1djExLjZoMjIuMnY4LjNIMTc1Ljd6Ij48L3BhdGg+CiAgPHBhdGggZD0iTTI0MS43LDUxLjJsLTkuMy0xOS4xaC02Ljd2MTkuMWgtOS4zVjMuNEgyMzVjOS43LDAsMTUuNSw2LjYsMTUuNSwxNC42YzAsNi43LTQuMSwxMC45LTguNywxMi42bDEwLjcsMjAuNkgyNDEuN3oKICAgIAkJCQkJIE0yMzQuNCwxMS43aC04Ljh2MTIuNmg4LjhjNC4xLDAsNi44LTIuNiw2LjgtNi4zQzI0MS4yLDE0LjMsMjM4LjUsMTEuNywyMzQuNCwxMS43eiI+PC9wYXRoPgogIDxwYXRoIGQ9Ik0yNzcuNiw1MS4yaC03TDI1NC44LDMuNGg5LjdsOS42LDMxLjFsOS42LTMxLjFoOS43TDI3Ny42LDUxLjJ6Ij48L3BhdGg+CiAgPHBhdGggZD0iTTE5LjYsMy4zaDdsMTUuOCw0Ny44aC05LjdMMjMuMSwyMGwtOS42LDMxLjFIMy44TDE5LjYsMy4zeiI+PC9wYXRoPgo8L3N2Zz4K) no-repeat center center;
  background-size: auto;
  content: '';
  opacity: .04;
}

.page.open-auction .get-started .form-row form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px;
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
}

@media only screen and (min-width: 768px) {
  .page.open-auction .get-started .form-row form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page.open-auction .get-started .form-row .hs-form-field,
.page.open-auction .get-started .form-row .hs_submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.page.open-auction .get-started .form-row input {
  /*width: 100%;*/
  /*height: 90px;*/
  border: 0px;
  border-radius: 0;
  outline: 0;
  color: #e4c283;
  /*line-height: 90px;*/
  text-transform: none;
  margin-right: 10px;
}

.page.open-auction .get-started .form-row input::-webkit-input-placeholder {
  color: #e4c283;
}

.page.open-auction .get-started .form-row input:-moz-placeholder {
  color: #e4c283;
}

.page.open-auction .get-started .form-row input::-moz-placeholder {
  color: #e4c283;
}

.page.open-auction .get-started .form-row input:-ms-input-placeholder {
  color: #e4c283;
}

.page.open-auction .get-started .form-row input:focus {
  outline: 0;
}

.page.open-auction .get-started .form-row .hs-input {
  background: #fff;
  border: 1px solid;
}

.page.open-auction .get-started .form-row .hs-button {
  background: #444750;
}

.page.open-auction .get-started .form-row label,
.page.open-auction .get-started .form-row .hs-error-msgs {
  /*display: none !important;*/
}

.page.programmatic .open-private {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  z-index: 3;
}

@media only screen and (min-width: 0) {
  .page.programmatic .open-private {
    margin-bottom: -37.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.programmatic .open-private {
    margin-bottom: -60px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.programmatic .open-private {
    margin-bottom: -80.07812px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.programmatic .open-private {
    margin-bottom: -100px;
  }
}

.page.programmatic .open-private .vc_column_container {
  background: #1e2f51;
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.3);
}

@media only screen and (min-width: 0) {
  .page.programmatic .open-private .vc_column_container .vc_column-inner {
    padding-top: 37.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.programmatic .open-private .vc_column_container .vc_column-inner {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.programmatic .open-private .vc_column_container .vc_column-inner {
    padding-top: 80.07812px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.programmatic .open-private .vc_column_container .vc_column-inner {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 0) {
  .page.programmatic .open-private .vc_column_container .vc_column-inner {
    padding-bottom: 37.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.programmatic .open-private .vc_column_container .vc_column-inner {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.programmatic .open-private .vc_column_container .vc_column-inner {
    padding-bottom: 80.07812px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.programmatic .open-private .vc_column_container .vc_column-inner {
    padding-bottom: 100px;
  }
}

.page.programmatic .open-private h2 {
  color: #fff;
}

.page.programmatic .open-private .top-line::before {
  margin-top: 0;
}

@media only screen and (min-width: 0) {
  .page.programmatic .full-control {
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .page.programmatic .full-control {
    padding-bottom: 72px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.programmatic .full-control {
    padding-bottom: 96.09375px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.programmatic .full-control {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 0) {
  .page.programmatic .full-control .vc_column-inner {
    padding-top: 37.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.programmatic .full-control .vc_column-inner {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.programmatic .full-control .vc_column-inner {
    padding-top: 80.07812px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.programmatic .full-control .vc_column-inner {
    padding-top: 100px;
  }
}

.page.programmatic .logo-column {
  position: relative;
}

.page.programmatic .logo-column::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNy40IDMzLjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI3LjQgMzMuOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMwMDA7fQo8L3N0eWxlPgo8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjExLjMsMCAwLDMzLjkgNi45LDMzLjkgMTMuNywxMS44IDIwLjUsMzMuOSAyNy40LDMzLjkgMTYuMiwwICIvPgo8L3N2Zz4K);
  background-size: contain;
  content: '';
  opacity: .08;
}

@media only screen and (min-width: 0) {
  .page.programmatic .logo-column::before {
    height: 243px;
  }
}

@media only screen and (min-width: 768px) {
  .page.programmatic .logo-column::before {
    height: 388.8px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.programmatic .logo-column::before {
    height: 518.90625px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.programmatic .logo-column::before {
    height: 648px;
  }
}

@media only screen and (min-width: 0) {
  .page.programmatic .logo-column::before {
    width: 200.25px;
  }
}

@media only screen and (min-width: 768px) {
  .page.programmatic .logo-column::before {
    width: 320.4px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.programmatic .logo-column::before {
    width: 427.61719px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.programmatic .logo-column::before {
    width: 534px;
  }
}

.page.programmatic .video-column video {
  z-index: 2;
}

.page.programmatic .video-column img {
  max-width: 100%;
}

.page.programmatic .video-column .vc_column-inner {
  padding: 0 !important;
}

@media only screen and (max-width: 767px) {
  .page.programmatic .light-blue {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page.programmatic .light-blue {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page.programmatic .monetize,
  .page.programmatic .global-demand {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .page.programmatic .monetize,
  .page.programmatic .global-demand {
    margin-top: 100px;
  }
}

.page.rewarded-video .hero .title-column .wpb_text_column {
  max-width: 450px;
  margin: 0;
}

.page.rewarded-video .hero .title-column .button-container {
  margin: 20px 0 30px;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .page.rewarded-video .hero .title-column .button-container {
    margin: 20px 0 0;
  }
}

.page.rewarded-video .hero .button img,
.page.rewarded-video .hero .button svg {
  display: inline-block;
  width: 14px;
  height: 22px;
  margin-left: 25px;
  vertical-align: middle;
}

.page.rewarded-video .hero .button img line,
.page.rewarded-video .hero .button svg line {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.page.rewarded-video .hero .button:hover svg line {
  stroke: #fff;
}

@media only screen and (min-width: 0) {
  .page.rewarded-video .text-grid {
    padding-bottom: 67.5px;
  }
}

@media only screen and (min-width: 768px) {
  .page.rewarded-video .text-grid {
    padding-bottom: 108px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.rewarded-video .text-grid {
    padding-bottom: 144.14062px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.rewarded-video .text-grid {
    padding-bottom: 180px;
  }
}

.page.rewarded-video .text-grid.dark-blue {
  position: relative;
}

.page.rewarded-video .text-grid.dark-blue .aerserv-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200vh;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMb2dvIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKICB2aWV3Qm94PSIwIDAgMzAwIDU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDAgNTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICA8cGF0aCBzdHlsZT0iZmlsbDogIzdhYjJkNiIgZD0iTTQ4LjksNTEuMVYzLjNoMzEuNXY4LjNINTguMnYxMS4ySDc3djguM0g1OC4ydjExLjZoMjIuMnY4LjNINDguOXoiPjwvcGF0aD4KICA8cGF0aCBzdHlsZT0iZmlsbDogIzdhYjJkNiIgZD0iTTExNC44LDUxLjFsLTkuMy0xOS4xaC02Ljd2MTkuMWgtOS4zVjMuM2gxOC43YzkuNywwLDE1LjUsNi42LDE1LjUsMTQuNmMwLDYuNy00LjEsMTAuOS04LjcsMTIuNmwxMC43LDIwLjZIMTE0Ljh6CiAgICAJCQkJCSBNMTA3LjYsMTEuN2gtOC44djEyLjZoOC44YzQuMSwwLDYuOC0yLjYsNi44LTYuM1MxMTEuNywxMS43LDEwNy42LDExLjd6Ij48L3BhdGg+CiAgPHBhdGggc3R5bGU9ImZpbGw6ICM3YWIyZDYiIGQ9Ik0xNDkuMiw1MS42Yy03LjIsMC0xMi44LTEuNS0xNy41LTYuM2w2LTZjMywzLDcuMSw0LDExLjUsNGM1LjUsMCw4LjUtMi4xLDguNS01LjljMC0xLjctMC41LTMuMS0xLjUtNAogICAgCQkJCQljLTAuOS0wLjktMi0xLjQtNC4yLTEuN2wtNS44LTAuOGMtNC4xLTAuNi03LjEtMS45LTkuMy00Yy0yLjMtMi4zLTMuNC01LjQtMy40LTkuNEMxMzMuNiw5LDEzOS45LDMsMTUwLjIsMwogICAgCQkJCQljNi42LDAsMTEuNCwxLjYsMTUuNCw1LjZsLTUuOSw1LjhjLTMtMi45LTYuNi0zLjMtOS44LTMuM2MtNSwwLTcuNCwyLjgtNy40LDZjMCwxLjIsMC40LDIuNSwxLjQsMy40YzAuOSwwLjksMi41LDEuNiw0LjQsMS45CiAgICAJCQkJCWw1LjYsMC44YzQuNCwwLjYsNy4xLDEuOCw5LjEsMy43YzIuNSwyLjQsMy43LDUuOSwzLjcsMTAuMUMxNjYuOSw0Ni40LDE1OS4yLDUxLjYsMTQ5LjIsNTEuNnoiPjwvcGF0aD4KICA8cGF0aCBzdHlsZT0iZmlsbDogIzdhYjJkNiIgZD0iTTE3NS43LDUxLjJWMy40aDMxLjV2OC4zSDE4NXYxMS4yaDE4Ljl2OC4zSDE4NXYxMS42aDIyLjJ2OC4zSDE3NS43eiI+PC9wYXRoPgogIDxwYXRoIHN0eWxlPSJmaWxsOiAjN2FiMmQ2IiBkPSJNMjQxLjcsNTEuMmwtOS4zLTE5LjFoLTYuN3YxOS4xaC05LjNWMy40SDIzNWM5LjcsMCwxNS41LDYuNiwxNS41LDE0LjZjMCw2LjctNC4xLDEwLjktOC43LDEyLjZsMTAuNywyMC42SDI0MS43egogICAgCQkJCQkgTTIzNC40LDExLjdoLTguOHYxMi42aDguOGM0LjEsMCw2LjgtMi42LDYuOC02LjNDMjQxLjIsMTQuMywyMzguNSwxMS43LDIzNC40LDExLjd6Ij48L3BhdGg+CiAgPHBhdGggc3R5bGU9ImZpbGw6ICM3YWIyZDYiIGQ9Ik0yNzcuNiw1MS4yaC03TDI1NC44LDMuNGg5LjdsOS42LDMxLjFsOS42LTMxLjFoOS43TDI3Ny42LDUxLjJ6Ij48L3BhdGg+CiAgPHBhdGggc3R5bGU9ImZpbGw6ICM3YWIyZDYiIGQ9Ik0xOS42LDMuM2g3bDE1LjgsNDcuOGgtOS43TDIzLjEsMjBsLTkuNiwzMS4xSDMuOEwxOS42LDMuM3oiPjwvcGF0aD4KPC9zdmc+Cg==) left center;
  background-size: cover;
  content: '';
  opacity: .05;
}

.page.rewarded-video .iphone-video,
.page.rewarded-video .t-mobile-video {
  max-width: 100% !important;
  margin: 0;
  padding: 0;
}

.page.rewarded-video .iphone-video p,
.page.rewarded-video .t-mobile-video p {
  margin: 0;
}

.page.rewarded-video .iphone-video video,
.page.rewarded-video .t-mobile-video video {
  display: block;
  width: 100%;
}

.page.rewarded-video .iphone-video {
  padding: 0 !important;
}

.page.rewarded-video .iphone-video video {
  max-width: 634px;
}

.page.rewarded-video .t-mobile-video video {
  -webkit-box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.2);
          box-shadow: 0 20px 35px 0 rgba(28, 28, 29, 0.2);
}

@media only screen and (min-width: 0) {
  .page.rewarded-video .get-started {
    padding-top: 48.75px;
  }
}

@media only screen and (min-width: 768px) {
  .page.rewarded-video .get-started {
    padding-top: 78px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.rewarded-video .get-started {
    padding-top: 104.10156px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.rewarded-video .get-started {
    padding-top: 130px;
  }
}

@media only screen and (min-width: 0) {
  .page.rewarded-video .get-started {
    padding-bottom: 61.875px;
  }
}

@media only screen and (min-width: 768px) {
  .page.rewarded-video .get-started {
    padding-bottom: 99px;
  }
}

@media only screen and (min-width: 1025px) {
  .page.rewarded-video .get-started {
    padding-bottom: 132.12891px;
  }
}

@media only screen and (min-width: 1280px) {
  .page.rewarded-video .get-started {
    padding-bottom: 165px;
  }
}

.page.rewarded-video .get-started-title {
  text-align: center;
}

.page.rewarded-video .get-started-title .wpb_wrapper {
  display: inline-block;
}

.page.rewarded-video .get-started-title .eyebrow {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .page.rewarded-video .one-two-three {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page.rewarded-video .one-two-three {
    padding-bottom: 50px;
  }
}

.page.rewarded-video .one-two-three .wpb_text_column .wpb_wrapper {
  min-height: 154px;
}

.page.rewarded-video .no-sdk .eyebrow {
  padding-left: 80px;
}

.page.rewarded-video .no-sdk .eyebrow::before {
  left: 20px;
}

.page.rewarded-video .no-sdk .eyebrow,
.page.rewarded-video .no-sdk .wpb_text_column {
  max-width: 560px !important;
}

.page.rewarded-video .no-sdk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
  list-style: none;
}

.page.rewarded-video .no-sdk ul li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 0 0 15px;
  font: 14px/36px "DIN-Next", "Arial", "Helvetica", "sans serif";
  letter-spacing: .2em;
  text-transform: uppercase;
}

.page.rewarded-video .no-sdk ul li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 36px;
  content: '\25AA';
}

.page.rewarded-video .big-button-cta {
  z-index: 2;
}


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