/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | 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 iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bold;
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
img {
	max-width: 100%;
	height: auto;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

#main-content > .container-fluid,
.header-top.container-fluid {
  padding-right: initial;
  padding-left: initial;
}
/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 0px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

.hs_cos_wrapper {
  scroll-margin-top: 100px;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

.text,
.text-small,
.text-caption,
.text-supertitle,
body {
  line-height: 1.5;
  letter-spacing: .5px;
  font-weight: 300;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-weight: 300;
  margin: 0 0 1.4rem;
}

.text {
  font-weight: 300;
}

.text-small {
  font-weight: 300;
  line-height: 1.57;
}

.text-caption {
  font-size: 13px;
}

.text-supertitle {
  font-size: 12px
  letter-spacing: 0;
}

.text-button {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

.h1,
h1 {
  line-height: 1.21;
  letter-spacing: -1px;
}

.h2,
h2 {
  line-height: 1.25;
  letter-spacing: -1px;
}

.h3,
h3 {
  line-height: 1.19;
}

.h4,
h4 {
  line-height: 1.28;
}

.h5,
h5 {
  line-height: 1.4;
}

.h6,
h6 {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .h1,
  h1 {
    line-height: 1.14;
  }

  .h2,
  h2 {
    line-height: 1.17;
  }
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
.background-video,
.background-image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
}

.background-video {
    z-index: 0;
}

.background-video video,
.background-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

/* Desktop/Mobile */
@media screen and (max-width: 767px) {
    .background-image-desktop,
    .background-video-desktop {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .background-image-mobile,
    .background-video-mobile {
        display: none;
    }
}
button,
.button,
.button-alt,
.button-white,
.button-white-2,
.button-outline-white {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:hover,
.button:hover,
.button-alt:hover,
.button-white:hover {
  opacity: 0.9;
}

button:disabled,
.button:disabled,
.button-alt:disabled,
.button-white:disabled {
  opacity: 0.45;
}

.button.button--sm,
.button-alt.button--sm,
.button-white.button--sm {
  padding: 6px 32px;
}

.button.button--md,
.button-alt.button--md,
.button-white.button--md {
  padding: 13px 30px;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

.button.button-map {
  padding: 0;
  border:0;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  display:flex;
  align-items:center;
}

.button.button-map::before {
  content: '';
  width: 9px;
  height: 14px;
  background: url(//5553909.fs1.hubspotusercontent-na1.net/hubfs/5553909/raw_assets/public/airfleet-opus2/images/module-icons/map-pin.svg) no-repeat;
  background-size: contain;
  background-position: center;
  display:block;
  margin-right: 8px;
}

.button.button-map::after {
  content: '';
  max-width:16px;
  height: 8px;
  background: url(//5553909.fs1.hubspotusercontent-na1.net/hubfs/5553909/raw_assets/public/airfleet-opus2/images/module-icons/right-arrow-long.svg) no-repeat;
  background-size: 40px 8px;
  background-position: right center;
  display:block;
  width:100%;
  margin-left: 7px;
  position: relative;
  top: 2px;
  transition: 0.25s all ease-in-out;
}

.button.button-map:hover {
  font-weight: 400;
}

.button.button-map:hover:after {
  max-width:40px;
}

/* Button Arrow */

.button.button-arrow {
  padding: 0;
  border:0;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  display:flex;
  align-items:center;
  color: var(--color-neutral-900);
  letter-spacing: 0.1px;
}

.button.button-arrow::after {
  content: '';
  max-width:16px;
  height: 8px;
  background: url(//5553909.fs1.hubspotusercontent-na1.net/hubfs/5553909/raw_assets/public/airfleet-opus2/images/module-icons/right-arrow-long.svg) no-repeat;
  background-size: 40px 8px;
  background-position: right center;
  display:block;
  width:100%;
  margin-left: 12px;
  position: relative;
  top: 0;
  transition: 0.25s all ease-in-out;
}

.button.button-arrow:hover,
.button.button-arrow:focus,
.button.button-arrow:active {
  color: var(--color-neutral-900);
}

.button.button-arrow:hover:after {
  max-width:40px;
}

/* Button White */
.button.button-white.button-white-2 {
  color: var(--color-primary-two);
}

.button.button-outline-white {
  color: var(--color-white);
  border-color: var(--color-white);
  background: transparent;
}

/* Button Filter */
.button.button-filter {
  position: relative;
  padding: 0 15px 0 0;
  border:0;
  background-color: transparent;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-neutral-900);
  letter-spacing: 0.1px;
  line-height: 1;
  box-shadow: none;
  outline: none;
}

.button.button-filter:hover,
.button.button-filter:focus,
.button.button-filter:active {
  color: var(--color-neutral-900);
}

.button.button-filter:after {
  display:none;
}

.button.button-filter:before {
  content: '';
  position: absolute;
  top: 2px;
  right: 0px;
  left: auto;
  width: 11px;
  height: 7px;
  transform: rotate(0);
  background: url(//5553909.fs1.hubspotusercontent-na1.net/hubfs/5553909/raw_assets/public/airfleet-opus2/images/module-icons/arrow.svg) no-repeat center right;
  background-size: contain;
  transition: 0.3s transform ease-in-out;
}

.button.button-filter.show:before {
  transform: rotate(180deg);
}

@media (min-width: 768px){
  .button.button-filter {
    font-size: 14px;
    padding-right:17px;
  }

  .button.button-filter:before {
    top:4px;
  }
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
  width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/*
.hs-fieldtype-date .input .hs-dateinput:before {
  color: {form_field_placeholder_color }};
}

.fn-date-picker td.is-selected .pika-button {
  background: {primary_color }};
}

.fn-date-picker td .pika-button:hover {
  background-color: {primary_color }} !important;
}

.fn-date-picker td.is-today .pika-button {
  color: {primary_color }};
} */

/* Hubspot Form */
form input.hs-input:not([type="checkbox"]),
form input.hs-input:not([type="radio"]),
form select.hs-input {
  height: var(--input-height);
  border-radius: var(--input-radius);
  background-color: transparent;
  padding: 5px 29px;
  border: 1px solid var(--color-neutral-400);
  -webkit-appearance: none;
  color: var(--color-neutral-600);
}

::-webkit-input-placeholder {
    color: var(--color-neutral-600);
    opacity: 1;
}

::-moz-placeholder {
  color: var(--color-neutral-600);
  opacity: 1;
}

:-ms-input-placeholder {
    color: var(--color-neutral-600);
    opacity: 1;
}

::placeholder {
    color: var(--color-neutral-600);
    opacity: 1;
}

form textarea.hs-input {
  height: 134px;
  background-color: transparent;
  border-radius: 8px;
  padding: 14px 22px;
  border: 1px solid var(--color-neutral-400);
}

.hs-fieldtype-select select {
  background: url(//5553909.fs1.hubspotusercontent-na1.net/hubfs/5553909/raw_assets/public/airfleet-opus2/images/module-icons/select-arrow.svg) no-repeat;
  background-position: right 19px center;
}

form .hs-fieldtype-booleancheckbox li,
form .hs-form-checkbox,
form .hs-form-radio {
  margin: 0 0 10px;
}

form .hs-fieldtype-booleancheckbox li label,
form .hs-form-checkbox label,
form .hs-form-radio label {
  display: inline-block;
}

form .hs-fieldtype-booleancheckbox li span,
form .hs-form-checkbox span,
form .hs-form-radio span {
  letter-spacing: 0.1px;
  margin-left: 3px;;
  position: relative;
  top: 2px;
  font-size: 12px;;
  cursor: pointer;
  font-weight: 700;
}

form .hs-fieldtype-booleancheckbox li span:before,
form .hs-form-checkbox span:before,
form .hs-form-radio span:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid var(--color-neutral-600);
  background-color: transparent;
  opacity: 0.38;
  border-radius: 3px;
  left: -26px;
  top: -2px;
  transition: 0.25s all ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
}

form .hs-fieldtype-booleancheckbox li span:after,
form .hs-form-checkbox li span:after,
form .hs-form-radio li span:after {
  content: '';
  border-radius: 75%;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  box-sizing: border-box;
  top: -13px;
  left: -38px;
  transform: scale(1);
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: 0.25s all ease-in-out;
}

form .hs-fieldtype-booleancheckbox li label:hover span:before ,
form .hs-form-checkbox label:hover span:before,
form .hs-form-radio label:hover span:before {
  opacity: 1;
}

form .hs-fieldtype-booleancheckbox li label:hover span:after ,
form .hs-form-checkbox label:hover span:after,
form .hs-form-radio label:hover span:after {
  opacity: 0.04;
}

form .hs-fieldtype-booleancheckbox li label:active span:after,
form .hs-form-checkbox label:hover:active span:after ,
form .hs-form-radio label:hover:active span:after {
  opacity: 0.12;
}

form .hs-fieldtype-booleancheckbox input.hs-input,
form .hs-form-checkbox input.hs-input,
form .hs-form-radio input.hs-input {
  margin-left: 2px;
  border-radius: 0;
  width: 18px;
  min-width:18px;
  height: 18px;
  border: 2px solid var(--color-black);
  padding: 0;
  -webkit-appearance: auto;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

form .hs-fieldtype-booleancheckbox input.hs-input:checked + span:before,
form .hs-form-checkbox input.hs-input:checked + span:before,
form .hs-form-radio input.hs-input:checked + span:before {
  border-color: var(--color-primary-three);
  background-color: var(--color-primary-three);
  opacity: 1;
  background-image: url(//5553909.fs1.hubspotusercontent-na1.net/hubfs/5553909/raw_assets/public/airfleet-opus2/images/module-icons/check-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}

form .hs-fieldtype-booleancheckbox input.hs-input:checked + span:after,
form .hs-form-checkbox input.hs-input:checked + span:after,
form .hs-form-radio input.hs-input:checked + span:after {
  background-color: rgba(128, 36, 128, 1);
}

.hs-button {
    border: 1px solid var(--color-primary-three);
    padding-top: 14px;
    padding-right: 52px;
    padding-bottom: 15px;
    padding-left: 52px;
    font-weight: 700;
    text-decoration: none;
    font-family: Lato,sans-serif;
    font-style: normal;
    background-color: var(--color-primary-three);
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    text-transform: none;
}

.hs-button:hover {
  opacity: 0.9;
}

form .hs-form-field {
  position: relative;
}

form .hs-form-field .hs-error-msgs.inputs-list {
  position: absolute;
  top: 100%;
}

form .hs-form-field .hs-error-msgs.inputs-list li {
  margin-top: 0;
  padding-left: 30px;
  padding-top: 3px;
  margin-bottom: 5px;
}

form .hs-form-field .hs-error-msgs.inputs-list li label {
  margin: 0;
  font-size: 10px;
}

.hs-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

@media (min-width: 992px) {
  .hs-form .hs-form {
    flex-direction: row;
  }
}

.hs-form .hs-form-field {
  padding: 0 21px 0 17px;
  margin-bottom: 23px;
}

@media (min-width: 992px) {
  .hs-form .hs-form-field {
    padding: 0 8px;
  }
}

.hs-form fieldset.form-columns-2 .input, .hs-form fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

.hs-form textarea.hs-input, .hs-form select.hs-input, .hs-form input.hs-input[type=text], .hs-form input.hs-input[type=date] {
  width: 100% !important;
}

.hs-form .hs-richtext {
  padding: 0 11px;
  font-size: 12px;
  color: var(--color-neutral-400);
  margin-top: 7px;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .hs-form .hs-richtext {
    margin-top: -2px;
    margin-bottom: 17px;
    padding: 0 8px;
  }
}

.hs-form .hs-richtext p {
  font-size: 12px;
  color: var(--color-neutral-400);
  letter-spacing: 0.15px;
  line-height: 1.6;
}

.hs-form .hs-richtext *:last-child {
  margin-bottom: 0;
}

.hs-form .hs-fieldtype-booleancheckbox, .hs-form .hs-fieldtype-radio {
  margin-bottom: -3px;
  padding: 1px 21px 0 21px;
}

.hs-form .hs-fieldtype-booleancheckbox p, .hs-form .hs-fieldtype-radio p {
  margin-left: 0 !important;
  font-size: 12px;
  cursor: pointer;
  font-weight: 700;
}

.hs-form .hs-fieldtype-booleancheckbox label, .hs-form .hs-fieldtype-radio label {
  width: 100%;
}

@media (min-width: 768px) {
  .hs-form .hs-fieldtype-booleancheckbox, .hs-form .hs-fieldtype-radio {
    margin-bottom: 4px;
    padding: 0 18px;
  }
}

.hs-form .legal-consent-container .hs-fieldtype-booleancheckbox p {
  margin-left: 0 !important;
}

.hs-form .hs-submit {
  padding: 0 11px;
  margin-top: 7px;
}

@media (min-width: 768px) {
  .hs-form .hs-submit {
    margin-top: 25px;
    padding: 0 8px;
  }
}

.hs-form .hs_recaptcha {
  width: 100%;
}

.hs-form .hs_recaptcha .grecaptcha-badge {
  margin-left: 0;
}

/* CTA form */
.cta-form .form-title {
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 25px;
  color: var(--color-white);
}

.cta-form .hs-form {
  color: var(--color-white);
  position: relative;
}

.cta-form .hs-form .hs-form-field input,
.cta-form .hs-form .hs-form-field select {
  background-color: var(--color-white);
  color: var(--color-neutral-400);
}

.cta-form .hs-form .hs-form-field {
  padding: 0 8px;
  margin-bottom: 21px;
}

.cta-form .hs-form .inputs-list {
  display: flex;
  flex-wrap: wrap;
}

.cta-form .hs-form .inputs-list li {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 6px 0 7px;
  padding-right: 15px;
}

.cta-form .hs-form .inputs-list li:nth-child(odd) {
  flex: 0 0 135px;
  max-width: 135px;
}

.cta-form .hs-form .hs-error-msgs li:nth-child(odd) {
  margin-top: 6px !important;
  flex: 0 0 100%;
  max-width: 100%;
}

.cta-form .hs-form .inputs-list li label {
  margin-bottom: 0;
}

.cta-form .hs-form .hs-submit {
  margin-top: 0;
}

.cta-form .hs-form .hs-submit .actions {
  position: absolute;
  right: 8px;
  border: 0;
  transition: 0.25s all ease-in-out;
  bottom: 21px;
}

.cta-form .hs-form .hs-submit .hs-button {
  border: 0;
  height: 48px;
  width: 48px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  font-size: 0;
  background-color: var(--color-primary-two);
  padding: 0;
}

.cta-form-text {
  padding: 0 6px;
  color: var(--color-white);
}

.cta-form-text p {
  font-size: 12px;
  line-height: 18px;
}

.cta-form .hs-form .hs-submit .actions::before {
  content: "";
  width: 19px;
  height: 8px;
  background-size: 100%;
  background-position: center;
  background: url(//5553909.fs1.hubspotusercontent-na1.net/hubfs/5553909/raw_assets/public/airfleet-opus2/images/module-icons/right-arrow-white.svg) no-repeat;
  display: block;
  position: absolute;
  top: 20px;
  right: 14px;
  z-index: 1;
  pointer-events: none;
}

.cta-form .hs-form .hs-fieldtype-booleancheckbox li span:before,
.cta-form .hs-form .hs-form-checkbox span:before,
.cta-form .hs-form .hs-form-radio span:before {
  background-color: var(--color-white);
  border-color: var(--color-white);
  opacity: 1;
  width: 15px;
  height: 15px;
  top: -1px;
  background-size: 9px;
}

.cta-form .hs-form .hs-fieldtype-booleancheckbox input.hs-input:checked + span:before,
.cta-form .hs-form .hs-form-checkbox input.hs-input:checked + span:before,
.cta-form .hs-form .hs-form-radio input.hs-input:checked + span:before {
  background-color: var(--color-primary-two);
  border-color: var(--color-primary-two);
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
@media screen and (max-width:767px) {
    .accordion {
        border-radius: var(--element-radius);
        background: var(--color-neutral-250);
        will-change: transform;
        overflow: hidden;
        padding-top: 27px;
        padding-bottom: 2px;
    }
}

.accordion__item-title {
    font-size: 20px;
    display:block;
    position:relative;
    letter-spacing: 0.2px;
    padding: 0 45px 0 21px;
    line-height: 1.4;
}

@media screen and (min-width:768px) {
    .accordion__item-title {
        padding: 0 55px 0 14px;
        line-height: 1.5;
    }
}

.accordion__item {
    padding: 23px 0 26px;

}

.accordion__item:not(:last-child) {
    border-bottom: 1px dashed var(--color-neutral-350);
}

.accordion__item-title img {
    position:absolute;
    right: 25px;
    top:50%;
    transform: translateY(-50%);
    transition: 0.25s all ease-in-out;
    pointer-events: none;
}

@media screen and (min-width:768px) {
    .accordion__item-title img {
        right:40px;
    }
}

.accordion__item-title.active img {
    transform: translateY(-50%) rotate(45deg);
}

.accordion__item-wrapper {
    display:none;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width:768px) {
    .accordion__item-wrapper {
        padding-left: 14px;
        padding-right: 40px;
    }
}

.accordion__item-wrapper.show {
    display: block;
}

.accordion__item-inner {
    margin-top: 17px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width:768px) {
    .accordion__item-inner {
        margin-top: 26px;
        margin-bottom: 8px;
        padding: 36px 38px 37px 40px;
        border-radius: var(--element-radius);
        background: var(--color-neutral-250);
        will-change: transform;
        overflow: hidden;
        flex-direction: row;
    }

    .accordion__item-content {
        padding-right: 30px;
        max-width: 520px;
        flex: 0 1 520px;
        margin-right: auto;
    }
}

.accordion__item-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
    letter-spacing: 0.9px;
}

@media screen and (min-width:768px) {
    .accordion__item-text {
        letter-spacing: -0.15px;
        margin-bottom: 18px;
    }
}

.accordion__item-media {
    max-width: 444px;
    flex: 0 1 444px;
    padding-top: 11px;
    display: none;
}

.accordion__item-media img {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .accordion__item-media {
        display: block;
    }    
}

.accordion__item-button {
    text-align: center;
}

.accordion__item-button .button {
    min-width:150px;
}

@media screen and (min-width:768px) {
    .accordion__item-button  {
        text-align: left;
    }
}
.modal-video .modal-content {
  border: 0;
  background: transparent;
}

.modal-video .modal-header {
  border-bottom: 0;
}

.modal-video .modal-body {
  padding: 0;
}

.modal-video .modal-dialog {
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .modal-video .modal-dialog {
    max-width: 80%;
  }
}
.video {
  position: relative;
}

.video--embed {
  padding-top: 56.5%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video .video__placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.video .video__play {
  left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.video.started .video__placeholder, 
.video.started .video__play {
  display: none;
}

.video__play {
  width:88px;
  height: 88px; 
  border: 0;
  text-indent: -9999px;
  background: url(//5553909.fs1.hubspotusercontent-na1.net/hubfs/5553909/raw_assets/public/airfleet-opus2/images/play-icon.svg) no-repeat;
}
.check-list li:before {
    content: "";
    background-size: contain;
    background: url(//5553909.fs1.hubspotusercontent-na1.net/hubfs/5553909/raw_assets/public/airfleet-opus2/images/module-icons/check.svg) no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: -2px;
}
.social-sharing__links {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

@media (min-width: 991px) {
    .social-sharing__links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.social-sharing__links li {
    margin-bottom: 0;
    margin-right: 15px;
}

@media (min-width: 991px) {
    .social-sharing__links li {
        margin-bottom: 9px;
        margin-right: 0;
    }
}

.social-sharing__links a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.social-sharing__links svg {
    width: 25px;
    height: 25px;
}

.social-sharing--sticky {
    display: flex;
    flex-direction: row;
}

@media (min-width: 991px) {
    .social-sharing--sticky {
        position: sticky;
        top: 70px;
        flex-direction: column;
    }
}

.social-sharing--sticky p {
    margin-bottom: 0;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* header */
.header {
  background: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 68px;
  z-index: 10;
  position:relative;
}

.header--transparent {
  background: var(--color-primary);
  min-height: 105px;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top:0;
}

.header--sticky {
  background: var(--color-primary);
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}

.header--transparent:hover {
  background: var(--color-primary);
}

.header--sticky ~ #hs_cos_wrapper_breadcrumbs {
  padding-top: 68px;
}

/* Header container */

.header .header__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1232px;
  padding: 0 16px;
}

.header__column {
  display: flex;
  flex-direction: row-reverse;
  flex: 1;
}

.header__menu {
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: 130px;
}

@media (max-width: 991px) {
  .header .header__container {
    padding: 0 18px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__cta {
  display: flex;
}

.header .header__cta-item {
  padding: 7px 22.5px;
  margin-left: 16px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

@media (max-width: 991px) {
  .header {
    background: var(--color-primary);
    min-height: 68px;
  }

  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__cta {
    display: none;
  }

  .header .menu__wrapper {
    padding-top: 24px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 36px;
  }

  /* Mobile toggles */
  .header__navigation {
    display: none;
    width: 100%;
  }

  .header__navigation.open {
    background-color: var(--color-white);
    display: block;
    left: 0;
    min-height: calc(100vh - 68px);
    position: absolute;
    right: 0;
    top: 68px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 29px;
  }

  .header__navigation--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.hide {
    display: none;
  }

  .header__navigation--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24.449' height='13.224' viewBox='0 0 24.449 13.224'%3e%3cg id='Group_11442' data-name='Group 11442' transform='translate(-620.201 -472.1)'%3e%3cline id='Line_610' data-name='Line 610' x2='16.837' transform='translate(626.813 473.1)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3e%3cline id='Line_611' data-name='Line 611' x2='22.449' transform='translate(621.201 478.713)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3e%3cline id='Line_612' data-name='Line 612' x2='16.837' transform='translate(626.813 484.325)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e ");
    background-size: cover;
    height: 13px;
    width: 25px;
  }

  .header__close--toggle {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14.329' height='14.828' viewBox='0 0 14.329 14.828'%3e%3cg id='Group_11442' data-name='Group 11442' transform='translate(-630.734 -471.299)'%3e%3cline id='Line_610' data-name='Line 610' y1='11.613' x2='11.501' transform='translate(632.148 473.1)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3e%3cline id='Line_612' data-name='Line 612' x2='11.501' y2='11.611' transform='translate(632.148 472.713)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3e%3c/g%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    display: none;
    height: 15px;
    margin-right: 0;
    width: 15px;
  }

  .header__close--toggle.show {
    display: block;
  }
}





/**** Header Menu code here *****/
@media (min-width: 992px) {
  .header__menu .menu__item--has-megamenu .menu__submenu {
    display: none !important;
  }
}

.header__menu .menu--desktop {
  display: block;
}

.header__menu .menu--mobile {
  display: none;
  overflow-y: auto;
}

@media (max-width: 991px) {
  .header__menu .menu--desktop {
    display: none;
  }

  .header__menu .menu--mobile {
    display: block;
  }
}

/* Menu items */

.header__menu .menu__item {
  position: relative;
}

.header__menu .menu__link {
  color: var(--color-white);
  font-size: 13px;
  line-height: 1.667rem;
  text-decoration: none;
}

.header__menu .menu__link:hover,
.header__menu .menu__link:focus,
.header__menu .menu__link:active {
  color: var(--color-white);
  text-decoration: none;
  font-weight: normal;
  opacity: 0.9;
}

.header__menu .menu__link--active-link,
.header__menu .menu__link--active-branch {
  font-weight: normal;
}

@media (min-width: 992px) and (max-width: 1150px) {
  .header__menu .menu__link {
    font-size: 0.833rem;
  }
}

@media (max-width: 991px) {
  .header__menu .menu__item {
    display: block;
    width: 100%;
  }

  .header__menu .menu__link {
    display: block;
    font-size: 1.083rem;
  }
}

/* Menu items - top level */

.header__menu .menu__item--depth-1 {
  display: inline-block;
  letter-spacing: 0;
  margin-right: 39px;
  padding: 0px;
}

.header__menu .menu__item--depth-1 > .menu__link--active-link:after {
  bottom: -3px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 1150px) {
  .header__menu .menu__item--depth-1 {
    margin-right: 30px;
  }
}

@media (max-width: 991px) {
  .header__menu .menu__item--depth-1 {
    margin-right: 0;
    padding-bottom: 0px;
  }

  .header__menu .menu__item--depth-1 > .menu__link {
    padding: 19px 0;
    color: var(--color-primary);
    font-size: 22px;
  }

  .header__menu .menu__item--depth-1 > .menu__link--active-link:after {
    content: none;
  }
}

/* Menu items - submenus */
.header__menu .menu__submenu {
  display: none;
}

.header__menu .menu__item--open > .menu__submenu {
  display: block;
}

@media (min-width: 992px) {
  .header__menu .menu__submenu {
    left: 50%;
    position: absolute;
    text-align: left;
    text-transform: none;
    top: 100%;
    min-width: 200px;
    z-index: 99;
    padding: 20px 20px 19px;
    background-color: var(--color-white);
    border-radius: 8px;
  }

  .header__menu .menu__submenu--level-2 {
    transform: translateX(-50%);
  }
}

/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.header__menu .menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.header__menu .menu__submenu .menu__item {
  padding: 0;
  width: 100%;
}

.header__menu .menu__submenu .menu__link {
  display: block;
  padding: 5px 0;
  color: #122635;
  width: 100%;
  line-height: 1.5;
}

.header__menu .menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

@media (max-width: 991px) {
  .header__menu .menu__item--depth-1.menu__item--open .menu__submenu--level-2 {
    height:  calc(100vh - 68px);
    overflow-y: auto;
  }

  .menu__child-toggle--sub {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 18px 20px 18px 35px;
    background-color: #EDEDED;
    font-size: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.112' height='14.223' viewBox='0 0 8.112 14.223'%3E%3Cpath id='Path_11079' data-name='Path 11079' d='M0,5.7,5.7,0l5.7,5.7' transform='translate(1 12.809) rotate(-90)' fill='none' stroke='%23112636' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
    background-size: 6px 12px;
    background-position: center left 15px;
    background-repeat: no-repeat;
    transition: transform 0.4s;
    color: var(--color-neutral-900);
  }

  .header__menu .menu--mobile {
    height: calc(100vh - 68px);
  }

  .header__menu .menu__item--depth-1 .menu__submenu--level-2  {
    display: flex;
    flex-direction: column;
    padding: 88px 20px 19px;
    position: fixed;
    right: -100%;
    background-color: var(--color-white);
    top: 68px;
    bottom: 0;
    min-height: calc(100vh - 68px);
    transition: 0.25s all ease-in-out;
    z-index: 9;
  }

  .header__menu .menu__submenu--level-2 .menu__link.menu__link--toggle[href="#"] {
    color: var(--color-neutral-340);
    padding: 5px 0;
    font-size: 14px;
  }

  .header__menu .menu__submenu--level-2 .menu__link.menu__link--toggle[href="#"] + button + .menu__submenu.menu__submenu--level-3 {
    display: flex;
    flex-direction: column;
  }

  .header__menu .menu__submenu--level-2 .menu__link.menu__link--toggle[href="#"] + button + .menu__submenu.menu__submenu--level-3 .menu__item .menu__link {
    padding: 15px 18px 5px;
  }

  .header__menu ul.menu__submenu--level-3 {
    background-color: #EDEDED;
    padding: 18px 29px;
    margin-top: 12px;
  }

  .header__menu ul.menu__submenu--level-4,
  .header__menu ul.menu__submenu--level-5 {
    padding-top: 32px;
    padding-left: 10px;
  }

  .header__menu ul.menu__submenu--level-3 .menu__item + .menu__item,
  .header__menu ul.menu__submenu--level-4 .menu__item + .menu__item,
  .header__menu ul.menu__submenu--level-5 .menu__item + .menu__item {
    margin-top: 26px;
  }
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.header__menu .menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.header__menu .menu__submenu .menu__item--has-submenu > .menu__link {
  padding-right: 3rem;
}

@media (max-width: 991px) {
  .header__menu .menu__submenu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
  }

  .header__menu .menu__submenu .menu__item {
    border-bottom: none;
    padding: 0;
  }

  .header__menu .menu__item.menu__item--depth-1 > .menu__submenu > .menu__item + .menu__item {
    margin-top: 23px;
  }

  .header__menu .menu__submenu .menu__link {
    display: block;
    padding: 0;
    transition: none;
    width: 100%;
  }

  .header__menu .menu__submenu .menu__item .menu__link:hover,
  .header__menu .menu__submenu .menu__item .menu__link:focus,
  .header__menu .menu__submenu .menu__item .menu__link.menu__link--active-link {
    background-color: inherit;
    transition: none;
    color: var(--color-primary-two);
  }

  .header__menu .menu__item--has-submenu > .menu__link {
    width: 100%;
  }

  .header__menu .menu__submenu .menu__item .menu__link {
    color: var(--color-neutral-900);
    font-size: 14px;
    line-height: 1.2;
  }

  .header__menu .menu__submenu .menu__item span.menu__link {
    padding: 0 0 4px;
    color: var(--color-primary);
    font-size: 22px;
    font-weight: 400;
  }
}

/* Menu icons */
@media(max-width: 991px){
  .header__menu .menu__item--depth-1 > .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 2;
  }

  .header__menu .menu__item--depth-2 > .menu__child-toggle,
  .header__menu .menu__item--depth-3 > .menu__child-toggle,
  .header__menu .menu__item--depth-4 > .menu__child-toggle {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: 0;
  }

  .header__menu .menu__item--depth-2 .menu__child-toggle-icon,
  .header__menu .menu__item--depth-3 .menu__child-toggle-icon,
  .header__menu .menu__item--depth-4 .menu__child-toggle-icon {
    margin-left: 0;
    transform: rotate(0deg);
    transition: 0.4s all ease-in-out;
  }

  .header__menu .menu__item--depth-2.menu__item--open > .menu__child-toggle .menu__child-toggle-icon,
  .header__menu .menu__item--depth-3.menu__item--open > .menu__child-toggle .menu__child-toggle-icon,
  .header__menu .menu__item--depth-4.menu__item--open > .menu__child-toggle .menu__child-toggle-icon{
    transform: rotate(90deg);
  }
}

@media(min-width: 992px) {
  .header__menu .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .header__menu .menu__child-toggle {
    display: none;
  }

  .header__menu .menu__item--depth-1 > .menu__child-toggle {
    position: absolute;
    right: 0;
    top: 11px;
    vertical-align: middle;
    pointer-events: none;
  }

  .header__menu .menu__item--depth-1 > .menu__link--toggle span,
  .header__menu .menu__item--depth-1.menu__item--has-submenu > .menu__link--toggle {
    
  }

  .header__menu .menu__child-toggle-icon {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8.256' height='4.629' viewBox='0 0 8.256 4.629'%3e%3cpath id='arrow' d='M0,3.422,3.421,0,6.842,3.422' transform='translate(7.549 4.129) rotate(180)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3e%3c/svg%3e ");
    background-size: cover;
    display: block;
    height: 6px;
    width: 10px;
    margin-left: 2px;
    transition: transform 0.4s;
  }

  .header__menu .menu__item:hover > .menu__child-toggle .menu__child-toggle-icon,
  .header__menu .menu__item-open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(-180deg);
  }
}

@media (max-width: 991px) {
  .header__menu .menu__item--depth-1 > .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 64px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }

  .header__menu .menu__child-toggle-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.287' height='9.074' viewBox='0 0 5.287 9.074'%3E%3Cpath id='Path_11038' data-name='Path 11038' d='M0,3.476,3.476,0,6.953,3.476' transform='translate(4.537 1.061) rotate(90)' fill='none' stroke='%23112636' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 12px;
    width: 6px;
    margin-left: auto;
    margin-right: 0px;
    margin-top: -2px;
    transition: transform 0.4s;
  }

  .header__menu .menu__item--open .menu__submenu--level-2 {
    right: 0;
  }
}

/* Header Mega Menu */
.header__mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  background-color: var(--color-white);
  box-shadow: 0 3px 6px rgba(0, 0 , 0, 0.03);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.header__mega-menu.hover {
  opacity: 1;
  visibility: visible;
}

.header__mega-menu-inner {
  max-width: 1232px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 337px;
}

.header__mega-menu-left-col {
  padding-top: 13px;
  flex: 0 1 248px;
  max-width: 248px;
  padding-bottom: 20px;
  margin-right: 15px;
}

.header__mega-menu-middle-col {
  padding-top: 19px;
  flex: 0 1 476px;
  max-width: 476px;
  padding-bottom: 20px;
  width: 100%;
}

.header__mega-menu-right-col {
  padding-top: 19px;
  flex: 0 1 258px;
  max-width: 258px;
  padding: 27px 0 20px 33px;
  width: 100%;
  margin-left: auto;
  position: relative;
}

.header__mega-menu-right-col:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #F4F4F4;
  width: 100vw;
}

.header__mega-menu-right-col > .hs_cos_wrapper {
  position: relative;
}

.header__mega-menu-left-col:empty {
  display: none;
}

.header__mega-menu-left-col .menu__wrapper {
  border-right: 1px solid #DDDDDD;
  padding-right: 15px;
}

.header__mega-menu-menu .menu--mobile {
  display: none;
}

.header__mega-menu-menu .menu__item:not(:last-child) {
  margin-bottom: 13px;
}

.header__mega-menu-menu .menu__item:first-child {
  margin-bottom: 15px;
}

.header__mega-menu-menu span.menu__link {
  font-size: 12px;
  color: #89929B;
  letter-spacing: -0.2px;
}

.header__mega-menu-menu a.menu__link {
  font-size: 14px;
  color: #122635;
  letter-spacing: 0;
  transition: 0.25s all ease-in-out;
}

.header__mega-menu-menu a.menu__link.menu__link--active-link,
.header__mega-menu-menu a.menu__link:hover {
  color: var(--color-primary-two);
}

@media(min-width: 1200px) {
  .header__mega-menu-left-col {
    margin-right: 86px;
  }

  .header__mega-menu-middle-col {
    flex: 0 1 576px;
    max-width: 576px;
  }
}

/* In Editor */
.hs-inline-edit .header__mega-menu,
.hs-inline-edit .header__side-menu {
  opacity: 1;
  visibility: visible;
}

.hs-inline-edit .hs-baymax-editor .header__mega-menu,
.hs-inline-edit .hs-baymax-editor .header__side-menu {
  opacity: 0;
  visibility: hidden;
}

.hs-inline-edit .header__mega-menu.mega-menu-primary:before {
  content: 'Primary Mega Menu';
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 10px;
}

.hs-inline-edit .header__mega-menu.mega-menu-secondary:before {
  content: 'Secondary Mega Menu';
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 10px;
}

.hs-inline-edit .header__mega-menu + .header__mega-menu{
  top: calc(100% + 337px);
}

/* Header No Navigation */
.header--no-navigation .header__container {
  flex-direction: row;
}

.header--no-navigation .header__cta {
  display: block;
}

/* Header Blog */
.header--blog {
  background: transparent;
}

.header--blog.header--sticky {
  background: #fff;
}

.header--blog .header__container {
  flex-direction: row;
}

.header--blog .header__cta--mob {
  display: flex;
}

.header--blog .header__cta--tablet {
  display: none;
}

@media(min-width: 768px) {
  .header--blog .header__cta--tablet {
    display: block;
  }

  .header--blog .header__cta--mob {
    display: none;
  }
}

/* Quick fix for homepage announcement bar */
/* .header-wrapper--home .header--transparent {
  transition: min-height 1s ease, padding 1s ease;
}

.header-wrapper--home .announcement-bar-main {
  transition: opacity .5s ease;
}

.header-wrapper--home .announcement-bar-main .announcement-bar-text * {
  font-size: 26px;
}

.header-wrapper--home .header--en-gb:not(.header--sticky) {
  min-height: 180px;
}

.header-wrapper--home .header--en-gb:not(.header--sticky) .header__container {
  padding: 85px 16px 0;
} */

/* Header Side Menu */
.header__side-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0 , 0, 0.03);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  height: calc(100vh - 105px);
  transition: 0.25s opacity, visibility ease-in-out;
}

.header__side-menu-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(18, 38, 53, 0.37);
  z-index: 1;
}

.header__side-menu.hover {
  opacity: 1;
  visibility: visible;
}

.header__side-menu-wrap {
  position: absolute;
  left: -100%;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.25s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  pointer-events: none;
}

.header__side-menu.hover .header__side-menu-wrap{
  left: 0;
  opacity: 1;
  visibility: visible;
}

.header__side-menu-inner {
  max-width: 1232px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 337px;
  position: relative;
  z-index: 2;
  height: 100%;
  pointer-events: none;
}

.header__side-menu-left-col {
  padding-top: 13px;
  flex: 0 1 320px;
  max-width: 320px;
  padding-bottom: 20px;
  padding-top: 30px;
  position: relative;
  pointer-events: all;
}

.header__side-menu-left-col:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--color-white);
  right :0;
  width: 200vw;
  z-index: -1;
}

.header__side-menu-menu .menu--mobile {
  display: none;
}

.header__side-menu .menu__item--depth-1 {
  margin-bottom: 7px;
  padding-right: 30px;
}

.header__side-menu .menu__item--depth-1 span.menu__link {
  text-align: left;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.11px;
  color: var(--color-primary);
  margin-bottom: 14px;
  font-weight: 400;
  display: block;
}

.header__side-menu .menu__item--depth-1 > .menu__link--toggle {
  padding: 10px 13px;
  border-radius: 7px;
  transition: 0.25s all ease-in-out;
  display: block;
  margin-left: -13px;
  font-size: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.287' height='9.074' viewBox='0 0 5.287 9.074'%3E%3Cpath id='Path_11038' data-name='Path 11038' d='M0,3.476,3.476,0,6.953,3.476' transform='translate(4.537 1.061) rotate(90)' fill='none' stroke='%23112636' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 25px;
  color: var(--color-neutral-900);
}

.header__side-menu .menu__item--depth-1 >  .menu__child-toggle {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.header__side-menu .menu__item--depth-1:hover > .menu__link--toggle {
  background-color: var(--color-primary-three);
  color: var(--color-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.287' height='9.074' viewBox='0 0 5.287 9.074'%3E%3Cpath id='Path_11027' data-name='Path 11027' d='M0,3.476,3.476,0,6.953,3.476' transform='translate(4.537 1.061) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
}

.header__side-menu-menu .menu__submenu--level-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #EDEDED;
  width: 315px;
  padding: 65px 15px 0;
  transition: 0.25s all ease-in-out;
  z-index: -2;
  right: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vh - 105px);
  color: var(--color-neutral-900);
}

.header__side-menu-menu .menu__item--has-submenu:hover > .menu__submenu--level-2,
.header__side-menu-menu .menu__item--has-submenu > .menu__submenu--level-2:hover {
  right: -315px;
}

.header__side-menu-menu .menu__submenu--level-2 .menu__item--depth-2 .menu__link {
  padding: 10px 20px;
  border-radius: 7px;
  transition: 0.25s all ease-in-out;
  display: block;
  font-size: 14px;
  color: var(--color-neutral-900);
}

.header__side-menu-menu .menu__submenu--level-3 .menu__item--depth-3 .menu__link {
  color: var(--color-neutral-900);
}

.header__side-menu-menu .menu__submenu--level-2 .menu__item--depth-2:hover > .menu__link {
  background-color: rgba(160, 168, 175, 0.37);
}

.header__side-menu-menu .menu__submenu--level-2 .menu__item--depth-2.menu__item--has-submenu .menu__submenu {
  display: none;
}

.header__side-menu-menu .menu__submenu--level-2 .menu__item--depth-2.menu__item--has-submenu {
  position: relative;
}

.header__side-menu-menu .menu__submenu--level-2 .menu__item--depth-2.menu__item--has-submenu .menu__child-toggle {
  position: absolute;
  right:0;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 41px;
}

.header__side-menu-menu .menu__submenu--level-2 .menu__item--depth-2.menu__item--has-submenu .menu__child-toggle .menu__child-toggle-icon {
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.287' height='9.074' viewBox='0 0 5.287 9.074'%3E%3Cpath id='Path_11038' data-name='Path 11038' d='M0,3.476,3.476,0,6.953,3.476' transform='translate(4.537 1.061) rotate(90)' fill='none' stroke='%23112636' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px 9px;
  transform: rotate(0deg);
  transition: 0.25s all ease-in-out;
  position: absolute;
  right: 8px;
  top: 8px;
}

.header__side-menu-menu .menu__submenu--level-2 .menu__item--depth-2.menu__item--has-submenu .menu__submenu  {
  padding: 10px 7px;
  background-color: var(--color-white);
  margin-top: 15px;
}

.header__side-menu-menu .menu__submenu--level-2 .menu__item--depth-2.menu__item--has-submenu.menu__item--open .menu__submenu {
  display: block;
}

.header__side-menu-menu .menu__submenu--level-2 .menu__item--depth-2.menu__item--has-submenu.menu__item--open .menu__child-toggle .menu__child-toggle-icon{
  transform: rotate(90deg);
}

.header__side-menu .mega-menu-card {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
  background-color: #E5E5E5;
  padding: 15px 20px;
  width: 315px;
  transition: 0.25s all ease-in-out;
}

.header__side-menu-menu .mega-menu-card {
  position: static;
  margin:  auto -15px 0;
}

.header__side-menu-menu .mega-menu-card--top {
  order: -1;
  margin-bottom: 25px;
  margin-top: -65px;
}
.footer {
    position: relative;
    background: var(--color-neutral-260) url(//www.opus2.com/hubfs/raw_assets/public/airfleet-opus2/images/footer-bg-mob.png) no-repeat;
    background-size: contain;
    background-position: top 5px right;
}

@media screen and (min-width: 1200px) {
    .footer {
        background: var(--color-neutral-260) url(//www.opus2.com/hubfs/raw_assets/public/airfleet-opus2/images/footer-bg.png) no-repeat;
        background-size: cover;
        background-position: top right;
    }
}

@media screen and (min-width: 1200px) {
    .footer {
        background-size: contain;
    }      
}

.content-wrapper.footer__inner{
    display: flex;
    max-width: 1420px;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .content-wrapper.footer__inner{
        flex-wrap: wrap;
        flex-direction:row;
    }
}

/* Footer Left */
.footer__left {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 40px 0 47px;
    position: relative;
    width:100%;
    display:flex;
    flex-direction: column;
    order: 1;
}

@media screen and (min-width: 768px) {
    .footer__left {
        max-width: 200px;
        flex: 1 0 200px;
        padding: 40px 15px 35px 15px;
        order: 0;
    }
}

@media screen and (min-width: 991px) {
    .footer__left {
        padding: 50px 15px 45px 25px;
        max-width: 260px;
        flex: 1 0 260px;
    }
}

@media screen and (min-width: 1200px) {
    .footer__left {
        padding: 60px 15px 55px 35px;
        max-width: 300px;
        flex: 1 0 300px;
    }
}

@media screen and (min-width: 1400px) {
    .footer__left {
        padding: 60px 30px 55px 46px;
        max-width: 320px;
        flex: 1 0 320px;
    }
}

.footer__left:before {
    content: "";
    position: absolute;
    right:-16px;
    top: 0;
    bottom: 0;
    background: var(--color-primary);
    pointer-events: none;
    z-index:0;
    left: -16px;
}

@media screen and (min-width: 768px) {
    .footer__left:before {
        left: auto;
        width: 100vw;
    }
}

@media screen and (min-width: 1200px) {
    .footer__left:before {
        right: -16px;
    }
}

.footer__left > * {
    position: relative;
}

.footer__left .widget-type-logo {
    margin-bottom: 49px
}

@media screen and (min-width: 768px) {
    .footer__left .widget-type-logo {
        margin-bottom: 32px
    } 
}

.footer__left .widget-type-logo .hs-image-widget  {
    width: 130px!important;
}

.footer__left .widget-type-rich_text {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 10px;
    letter-spacing: 0;
}

@media screen and (min-width: 768px) {
    .footer__left .widget-type-rich_text {
        max-width: 145px;
    }
}

.footer__left #hs_cos_wrapper_footer-social {
    margin-top: auto;
}

.footer__left .social-links {
    margin-top: 24px;
    justify-content: flex-start;
}

@media screen and (min-width: 768px) {
    .footer__left .social-links {
        margin-top: 51px;
        justify-content: flex-start;
    }
}

.footer__left .social-links__link {
    display: flex;
    margin-top:10px;
    margin-right: 23px;
}

@media screen and (min-width: 991px) {
    .footer__left .social-links__link {
        margin-right: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .footer__left .social-links__link {
        margin-right: 23px;
    }
}

.footer__left .social-links__icon {
    border: 1px solid var(--color-white);
    width: 35px;
    height: 35px;
    margin: 0;
}

.footer__left .social-links__icon svg {
    height: 18px
}

/* Footer Center */
.footer__center {
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 37px;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    order: 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .footer__center {
        order: 1;
        padding-top: 55px;
        padding-left: 30px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (min-width: 991px) {
    .footer__center {
        padding-top: 65px;
    }
}

@media screen and (min-width: 1200px) {
    .footer__center {
        padding-left: 45px;
        padding-top: 79px;
    }
}

@media screen and (min-width: 1400px) {
    .footer__center {
        padding-left: 64px;
    }
}


.footer__center #hs_cos_wrapper_footer-copyright {
    margin-top: auto;
    font-size: 12px;
    line-height:26px;
    color: var(--color-neutral-200);
    letter-spacing: 0;
    display: none;
}

@media screen and (min-width: 768px) {
    .footer__center #hs_cos_wrapper_footer-copyright {
        display: block;
    }
}

/* Footer Right */
.footer__right {
    max-width: 320px;
    width: 100%;
    margin-bottom: 36px;
}

@media screen and (min-width: 768px) {
    .footer__right {
        max-width: 220px;
        flex: 1 0 220px;
        padding-top: 50px;
        margin-bottom: 0;
        order: 2;
    }
}

@media screen and (min-width: 991px) {
    .footer__right {
        max-width: 280px;
        flex: 1 1 280px;
        padding-top: 60px
    }
}

@media screen and (min-width: 1200px) {
    .footer__right {
        max-width: 320px;
        flex: 1 1 320px;
        padding-top: 70px
    }
}

@media screen and (min-width: 1400px) {
    .footer__right {
        max-width: 360px;
        flex: 1 0 360px;
    }
}

.footer__right .form-title {
    font-size: 20px;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
}

.footer__right form {
    max-width: 100%;
    position: relative;
}

@media screen and (min-width: 768px) {
    .footer__right form {
        max-width: 283px;
    }
}

.footer__right form .hs-email {
    margin-bottom: 0;
}

.footer__right form input.hs-input {
    background-color: var(--input-background-color);
    border: 0;
    padding-left: var(--input-padding-left);
    padding-right: 50px;
}

.footer__right form .hs-submit .actions {
    position: absolute;
    top: 5px;
    right: 20px;
    border: 0;
    transform: scale(0.725);
    transition: 0.25s all ease-in-out;
}

@media screen and (min-width: 768px) {
    .footer__right form .hs-submit .actions {
        right: 7px;
    }
}

.footer__right form .hs-submit .actions::before {
    content: '';
    width: 19px;
    height: 8px;
    background: url(//5553909.fs1.hubspotusercontent-na1.net/hubfs/5553909/raw_assets/public/airfleet-opus2/images/module-icons/right-arrow-white.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    display:block;
    position: absolute;
    top: 20px;
    right: 14px;
    z-index: 1;
    pointer-events: none;
}

.footer__right form .hs-submit .hs-button {
    border: 0;
    height: 48px;
    width: 48px;
    appearance: none;
    border-radius: 50%;
    font-size: 0;
    background-color: var(--color-primary-two);
    padding: 0;
}

.footer__right form .hs-submit .actions:hover {
    transform: scale(1);
}

.footer__right form .hs_error_rollup  {
    display: none;
}


/**** Footer Menu code here *****/
.footer__menu .menu--desktop {
  display: block;
}

.footer__menu .menu--mobile {
  display: none;
}

.footer__menu .menu--desktop .menu__wrapper {
    display: flex;
    margin-bottom: 98px;
    flex-wrap: wrap;
}

.footer__menu .menu--desktop .menu__wrapper > .menu__item:not(:last-child) {
    margin-right: 10px;
}

@media screen and (min-width: 991px) {
    .footer__menu .menu--desktop .menu__wrapper > .menu__item:not(:last-child) {
        margin-right: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .footer__menu .menu--desktop .menu__wrapper > .menu__item:not(:last-child) {
        margin-right: 24px;
    }
}

.footer__menu .menu--desktop .menu__wrapper > .menu__item > .menu__link {
    margin-bottom: 8px;
    display: inline-block;
    font-size: 16px;
    letter-spacing:0;
}

.footer__menu .menu--desktop .menu__submenu {
    max-width: 135px;
    min-width: 95px;
}

@media screen and (min-width: 991px) {
    .footer__menu .menu--desktop .menu__submenu {
        max-width: 140px;
        min-width: 105px;
    }
}

@media screen and (min-width: 1200px) {
    .footer__menu .menu--desktop .menu__submenu {
        max-width: 150px;
        min-width: 125px;
    }
}

@media screen and (min-width: 1400px) {
    .footer__menu .menu--desktop .menu__submenu {
        max-width: 152px;
        min-width: 132px;
    }
}

.footer__menu .menu--desktop .menu__submenu > .menu__item > .menu__link  {
    font-size: 14px;
    letter-spacing:0;
    line-height: 17px;
    color: var(--color-neutral-400);
    margin-bottom: 9px;
    display: inline-block;
}

@media (max-width: 767px) {
  .footer__menu .menu--desktop {
    display: none;
  }

  .footer__menu .menu--mobile {
    display: block;
  }
}

.footer__menu .menu--mobile .menu__submenu {
    display: none;
    margin-top:10px;
}

.footer__menu .menu--mobile .menu__item--open .menu__submenu {
    display: block;
}

.footer__menu .menu--mobile .menu__wrapper .menu__item {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.footer__menu .menu--mobile .menu__wrapper .menu__item .menu__child-toggle {
    position: absolute;
    top: 3px;
    right: 0px;
    left: 0;
    width: 100%;
    height: 24px;
    background: url(//5553909.fs1.hubspotusercontent-na1.net/hubfs/5553909/raw_assets/public/airfleet-opus2/images/module-icons/footer-arrow.svg) no-repeat center right;
    background-size: 14px 7px;
}

.footer__menu .menu--mobile  .menu__wrapper  .menu__item--open.menu__item .menu__child-toggle {
    background: url(//5553909.fs1.hubspotusercontent-na1.net/hubfs/5553909/raw_assets/public/airfleet-opus2/images/module-icons/footer-arrow-primary.svg) no-repeat center right;
    background-size: 14px 7px;
}

.footer__menu .menu--mobile .menu__submenu .menu__item {
    color: var(--color-neutral-400);
    font-size: 14px;
    line-height:25px;
    margin-bottom: 0;
}

/* Footer back to Top */
.footer__back-to-top {
    position: absolute;
    bottom: 22px;
    right: 47px;
    display: flex;
}

.footer__back-to-top-btn {
    padding: 0;
    border: 0;
    background-color: transparent;
}

@media (max-width: 767px) {
    .footer__back-to-top {
        display: none;
    }
}

/* Footer Simple */
#hs_cos_wrapper_footer-copyright-mob {
    display:none;
}

@media screen and (min-width: 768px) {
    .footer--simple {
        background: var(--color-neutral-260) url(//www.opus2.com/hubfs/raw_assets/public/airfleet-opus2/images/footer--simple-bg.png) no-repeat;
        background-size: contain;
        background-position: top 5px right;
    }

    .footer--simple .footer__center {
        height: auto;
        padding-left: 40px;
    }

    .footer--simple .social-links {
        margin-top: 10px;
    }
}

@media screen and (min-width: 991px) {

    .footer--simple .footer__left {
        padding-left: 46px;
        padding-bottom: 45px;
        max-width: 305px;
        flex: 1 0 305px;
    }

    .footer--simple .footer__left .widget-type-logo {
        margin-bottom: 22px;
    }

    .footer--simple .social-links {
        margin-top: 10px;
    }

    .footer--simple .footer__left .social-links__link {
        margin-right: 19px;
    }

    .footer--simple .footer__left .social-links__link:last-child {
        margin-right: 0px;
    }

    .footer--simple .footer__center {
        padding-left: 80px;
    }

    .footer--simple .footer__right {
        padding-top: 63px;
    }
}

@media (max-width: 767px) {
    .footer--simple {
        background-position: top -156px right;
    }

    .footer--simple .footer__left .widget-type-logo {
        margin-bottom: 46px;
    }

    .footer--simple .footer__center {
        padding-top: 39px;
    }

    #hs_cos_wrapper_footer-copyright-mob {
        display: block;
        font-size: 12px;
        margin-top: 60px;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0px;
    }
}

/* Footer Simple */
.footer-above {
    background-color: var(--color-primary-two);
    padding: 15px;
    text-align: center;
}

.footer-above .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .footer-above .content-wrapper {
        flex-direction: row;
    }
}

.footer-above .content-wrapper .button {
    padding: 8px 20px;
    min-width: 195px;
}

.footer-above .content-wrapper > *:not(:last-child) {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .footer-above .content-wrapper > *:not(:last-child) {
        margin-right: 16px;
        margin-bottom: 0;
    }
}

#hs_cos_wrapper_footer-copyright-mob {
    display:none;
}

.footer--blog .footer__left .button-wrapper {
    text-align: center;
}

.footer--blog .footer__left .button-wrapper .button {
    padding: 8px 13px;
}

@media screen and (min-width: 768px) {
    .footer--blog {
        background: var(--color-neutral-260) url(//www.opus2.com/hubfs/raw_assets/public/airfleet-opus2/images/footer--simple-bg.png) no-repeat;
        background-size: contain;
        background-position: top 5px right;
    }

    .footer--blog .footer__center {
        height: auto;
        padding-left: 40px;
    }

    .footer--blog .social-links {
        margin-top: 10px;
    }

    .footer--blog .footer__left .button-wrapper {
        margin-top: 30px;
        margin-bottom: 55px;
        text-align: left;
    }
}

@media screen and (min-width: 991px) {

    .footer--blog .footer__left {
        padding-left: 46px;
        padding-bottom: 45px;
        max-width: 305px;
        flex: 1 0 305px;
    }

    .footer--blog .footer__left .widget-type-logo {
        margin-bottom: 22px;
    }

    .footer--blog .social-links {
        margin-top: 10px;
    }

    .footer--blog .footer__left .social-links__link {
        margin-right: 19px;
    }

    .footer--blog .footer__left .social-links__link:last-child {
        margin-right: 0px;
    }

    .footer--blog .footer__center {
        padding-left: 80px;
    }

    .footer--blog .footer__right {
        padding-top: 63px;
    }
}

@media (max-width: 767px) {
    .footer--blog {
        background-position: top -156px right;
    }

    .footer--blog .footer__left .widget-type-logo {
        margin-bottom: 46px;
    }

    .footer--blog .footer__center {
        padding-top: 39px;
    }

    #hs_cos_wrapper_footer-copyright-mob {
        display: block;
        font-size: 12px;
        margin-top: 51px;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0px;
    }
}
.swiper-pagination {
    position: relative !important;
}

.swiper-pagination-bullet {
    background: var(--color-neutral-400) !important;
    width: 40px !important;
    height: 3px !important;
    border-radius: 0 !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--color-primary-two) !important;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}