/* 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: 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 size in all browsers.
 */

small {
  font-size: 60%;
}

/**
 * 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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* 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: 1px;*/
  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: 1px;*/
    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: 1px;*/
    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;
  }
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.row>* {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media (min-width:1024px) {
  .sticky-enabled .body-container-wrapper {
    padding-top: 13.4rem;
  }
}

@media (max-width: 820px) {
  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.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 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


@media (min-width: 576px) and (max-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 132rem;
      width: 100%;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  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-size: 1.8rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.4rem;
}

/* 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 #4d4d4d;
  opacity: 1;
  height: 0 !important;
}

hr.short {
  width: 30%;
  min-width:16rem;
}
hr.orange {
  border-color: #FFD5C4;
}
hr.blue {
  border-color: #CACEFF;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

.text-white {
  color: #F8FCFF !important;
}

.text-blue {
  color: #424FED !important;
}

.text-black {
  color: #1E1002 !important;
}

.text-orange {
  color: #F87A45 !important;
}

.text-gray {
  color: #828282 !important;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}
button, .btn {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  outline: none;
}

button:hover, button:focus, button:active, .btn:hover, .btn:focus, .btn:active {
  outline: none;
}

button:disabled, .btn:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* 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;
}

.btn, .hs-button {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  font-size: 1.8rem;
  padding: 0.6rem 2.1rem;
  line-height: 3.2rem;
  font-weight: 400;
  border-width: 1px;
  border-style: solid;
}

.hs-button {
  color: #FFFFFF;
  border-width: 1px;
}

.btn-primary, .hs-button.primary, .btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
  background-color: #F87A45;
  border-color: #F87A45;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .hs-button.primary:hover, .hs-button.primary:focus, .hs-button.primary:active {
  background-color: #DE4E12;
  border-color: #DE4E12;
  outline: none;
}
.btn-primary:focus-visible, .hs-button.primary:focus-visible {
  background-color: #DE4E12;
  border-color: #DE4E12;
  outline: none;
}
.btn-arrow {
  border: transparent;
  background: transparent;
  color: #F87A45;
  box-shadow: none;
  padding: 0;
  position: relative;
  padding-left: 3.5rem;
  transition: padding-left 0.5s ease;
  font-weight: 400;
}

.btn-arrow:hover, .btn-arrow:focus, .btn-arrow:active {
  border: transparent;
  background: transparent;
  color: #F87A45;
  padding-left: 5.5rem;
  font-weight: 700;
  outline: none;
}

.btn-arrow:before {
  content: '';
  background: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/btn-arrow-right.svg) no-repeat center;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  transition: left 0.5s ease;
}

.btn-arrow:after {
  content: '';
  width: 0.5rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: 1.5rem;
  transition: width 0.5s ease;
  background-color: #F87A45;
}

.btn-arrow:hover:before {
  left: 1.9rem;
}

.btn-arrow:hover:after {
  width: 2rem;
}

.section-btn-arrow .btn-primary, .section-btn-arrow-blue .btn-primary, .section-btn-arrow-white .btn-primary {
  border: transparent;
  background: transparent;
  color: #F87A45;
  box-shadow: none;
  padding: 0;
  position: relative;
  padding-left: 3.5rem;
  transition: padding-left 0.5s ease;
  font-weight: 400;
}

.section-btn-arrow .btn-primary:hover, .section-btn-arrow-blue .btn-primary:hover, .section-btn-arrow-white .btn-primary:hover  {
  border: transparent;
  background: transparent;
  color: #F87A45;
  padding-left: 5.5rem;
  font-weight: 700;
}

.section-btn-arrow .btn-primary:before, .section-btn-arrow-blue .btn-primary:before, .section-btn-arrow-white .btn-primary:before  {
  content: '';
  background: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/btn-arrow-right.svg) no-repeat center;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  transition: left 0.5s ease;
}

.section-btn-arrow .btn-primary:after, .section-btn-arrow-blue .btn-primary:after, .section-btn-arrow-white .btn-primary:after {
  content: '';
  width: 0.5rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: 1.5rem;
  transition: width 0.5s ease;
  background-color: #F87A45;
}

.section-btn-arrow .btn-primary:hover:before, .section-btn-arrow-blue .btn-primary:hover:before, .section-btn-arrow-white .btn-primary:hover:before {
  left: 1.9rem;
}

.section-btn-arrow .btn-primary:hover:after, .section-btn-arrow-blue .btn-primary:hover:after, .section-btn-arrow-white .btn-primary:hover:after {
  width: 2rem;
}

.section-btn-arrow-blue .btn-primary {
  color: #424FED;
}

.section-btn-arrow-blue .btn-primary:hover {
  color: #424FED;
}

.section-btn-arrow-blue .btn-primary:before {
  background: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/btn-arrow-blue-right.svg) no-repeat center;
}

.section-btn-arrow-blue .btn-primary:after {
  background-color: #424FED;
}

.section-btn-arrow-white .btn-primary {
  color: #FFFFFF;
}

.section-btn-arrow-white .btn-primary:hover {
  color: #FFFFFF;
}

.section-btn-arrow-white .btn-primary:before {
  background: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/btn-arrow-white-right.svg) no-repeat center;
}

.section-btn-arrow-white .btn-primary:after {
  background-color: #FFFFFF;
}

.btn-blue .btn-primary {
  background: #424FED;
  border-color: #424FED;
}

.btn-blue .btn-primary:hover, .btn-blue .btn-primary:focus, .btn-blue .btn-primary:active {
  background: #2D38BF;
  border-color: #2D38BF;
}

.btn-blue .btn-primary:focus-visible {
  background: #2D38BF;
  border-color: #2D38BF;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 1.8rem;
}

/* 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: 1.8rem;
  line-height: 3.2rem;
  padding: 1.7rem 2.1rem 1.6rem;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  color: #1E1002;
  font-weight: 400;
  outline: none;
}

form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form input[type=file]:focus, form select:focus, form textarea:focus, form input[type=text]:focus-visible, form input[type=email]:focus-visible, form input[type=password]:focus-visible, form input[type=tel]:focus-visible, form input[type=number]:focus-visible, form input[type=file]:focus-visible, form select:focus-visible, form textarea:focus-visible {
  border: 1px solid #F87A45;
  box-sizing: border-box;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.05);
  outline: none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list>li {
  display: block;
}

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;
  font-size: 1.6rem;
}

.hs_error_rollup {
  margin-bottom: 2rem;
}

.submitted-message {
  font-size: 1.6rem;
  line-height: 3.2rem;
}

/* 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;
}

fieldset input, fieldset select, fieldset textarea {
  width: 100% !important;
  box-sizing: border-box;
}

form select {
  appearance: none;
  background: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/angle-down.svg) #FFFFFF no-repeat;
  background-position: 95% 50%;
}

@media (max-width: 820px) {
  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 {
    font-size: 1.6rem;
    padding: 1.6rem;
  }
}
/* 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;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 2.1rem;
    height: 3.9rem;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/slick-arrow.svg) no-repeat center;
    z-index: 1;
}

.slick-next {
    left: auto;
    right: 0;
}

.slick-prev {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    margin-top: -2rem;
}

.slick-arrow.slick-disabled {
    display: none;
}

.slick-slide {
    min-height: 512px;
}

.slick-track {
    display: flex !important;
    align-items: stretch;
}

@media (max-width:1024px) {
    .slick-slide {
        min-height: 1;
    }
}

@media (max-width:991px) {
    .slick-next {
        right: -3rem;
    }
    .slick-prev {
        left: -3rem;
    }
}
.cta-1 {
    background: #424FED;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.cta-1_inner {
    background: #FFFFFF;
    box-shadow: 0px 40px 50px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
    top: -1rem;
    right: -1rem;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    overflow: hidden;
}

.cta-1_inner-left {
    flex-basis: 60%;
}

.cta-1_inner-left h3 {
    padding: 3rem 3rem 2rem;
    text-align: left;
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.cta-1_inner-left .btn-arrow {
    margin-left: 3rem;
    margin-bottom: 2rem;
}

.cta-1_inner-right {
    overflow: hidden;
    flex-basis: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-1_inner-right img {
    height: 100% !important;
    max-width: none !important;
}

.cta-2 {
    background: linear-gradient(180deg, #424FED 0%, #3B47D1 100%);
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.cta-2_inner {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.cta-2_inner-left {
    flex-basis: 55%;
    padding-right: 3rem;
}

.cta-2_inner-left h3 {
    padding: 3rem 0 2rem 4rem;
    text-align: left;
    margin-bottom: 0;
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.cta-2_inner-left p {
    margin-left: 4rem;
    margin-bottom: 2rem;
}

.cta-2_inner-left .btn-primary {
    margin-left: 4rem;
    margin-bottom: 2rem;
}

.cta-2_inner-right {
    flex-basis: 45%;
    position: relative;
}

.cta-2_inner-right img {
    position: absolute;
    top: -3.8rem;
    right: -5px;
    max-width: none !important;
}

@media (min-width: 1025px) {
    .cta-2_inner-right img {
        height: 140% !important;
    }
}

@media (max-width:1024px) {
    .cta-2_inner-left {
        flex-basis: 63%;
    }
    .cta-2_inner-right {
        flex-basis: 37%;
        margin-left: auto;
    }
    .cta-2_inner-right img {
        right: -8rem;
        height: 137% ​!important;
    }
}

@media (max-width:768px) {
    .cta-1 {
        margin-top: 3rem;
    }
    .cta-1_inner {
        top: -1rem;
        right: -1rem;
    }
    .cta-1_inner-right {
        order: 1;
        flex-basis: 100%;
    }
    .cta-1_inner-right img {
        width: 100%;
        height: auto !important;
    }
    .cta-1_inner-left {
        order: 2;
        flex-basis: 100%;
    }
    .cta-1_inner h3 {
        padding-top: 2rem;
        padding-left: 2rem;
    }
    .cta-1_inner .btn-arrow {
        margin-left: 2rem;
    }
    .cta-2_inner-left {
        flex-basis: 100%;
    }
    .cta-2_inner-left h3 {
        padding-left: 2rem;
        padding-bottom: 0.5rem;
    }
    .cta-2_inner-left p {
        margin-left: 2rem;
    }
    .cta-2_inner-left .btn-primary {
        margin-left: 2rem;
    }
    .cta-2_inner-left h3 {
        padding: 3rem 0 2rem 4rem;
        text-align: left;
        margin-bottom: 0;
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
    .cta-2_inner-left p {
        margin-left: 4rem;
        margin-bottom: 2rem;
    }
    .cta-2_inner-left .btn-primary {
        margin-left: 4rem;
        margin-bottom: 2rem;
    }
    .cta-2_inner-right {
        padding: 1rem 1rem 0;
        flex-basis: 100%;
        text-align: center;
    }
    .cta-2_inner-right img {
        right: auto;
        top: auto;
        position: relative;
        margin-bottom: -5.3rem;
        height: auto ​!important;
        max-width: 100% !important;
    }
}

@media (max-width:480px) {
    .cta-2_inner-right img {
        margin-bottom: -4.4rem;
    }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.header {
  background-color: transparent;
  padding: 2rem 0 4rem;
}

.header.fixed {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  padding-top: 0rem;
  padding-bottom: 2.2rem;
  -webkit-appearance: none;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.dark-bg .header.fixed {
  background-color: #424FED;
}

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1, .header__row-2 {
  padding-top: 2rem;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.header__row-1 {
  justify-content: center;
}

/* 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: 165px;
  overflow: hidden;
}

.header__logo--light {
  display: none;
}

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

.dark-bg .header__logo {
  display: none;
}

.dark-bg .header__logo--light {
  display: block;
}

.header__navigation--inner {
  display: flex;
  align-items: center;
}

.header__close--toggle {
  display: none;
}

.header__button {
  margin-left: auto;
}

.header__navigation--menu {
  max-width: 800px;
  margin: 0 auto;
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 1023px) {
  .body-container-wrapper {
    margin-top: 7rem;
  }
  .header__navigation--menu {
    margin: 0;
    max-width: 100%;
    margin-right: 0 !important;
    overflow: scroll;
    margin-bottom: 2rem;
  }
  .header {
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    ;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    min-height: 7rem;
    padding: 1rem 0;
  }
  .dark-bg .header {
    background-color: #424FED;
  }
  .header.fixed {
    padding-top: 1rem;
  }
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }
  .header__column {
    position: relative;
  }
  .header__row-1 {
    padding-top: 0;
    justify-content: end;
    height: 1.4rem;
    margin-top: 1.4rem;
  }
  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
  .header__navigation {
    width: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    padding: 10px;
    z-index: 2;
    display: none;
  }
  .header__navigation.open {
    display: block;
  }
  .header__navigation--overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
  }
  .header__navigation.open .header__navigation--overlay {
    display: block;
  }
  .header__navigation .header__navigation--inner {
    background: #424FED;
    box-shadow: 0px 40px 50px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 3rem 3rem 5rem;
    position: relative;
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .dark-bg .header__navigation .header__navigation--inner {
    background: #F4F6F5;
  }
  .header__navigation.open .header__navigation--inner {
    opacity: 1;
    height: calc(100vh - 100px);
  }
  .header__navigation--toggle {
    cursor: pointer;
    width: 2.2rem;
    height: 1.4rem;
    position: absolute;
    right: 0;
  }
  .header__close--toggle {
    cursor: pointer;
    position: absolute;
    bottom: 3rem;
    right: 3rem;
  }
  .header__navigation--toggle.hide, .header__close--toggle.hide {
    display: none;
  }
  .header__navigation--toggle.open, .header__close--toggle.open {
    display: block;
  }
  .header__navigation--toggle span {
    height: 0.2rem;
    width: 2.2rem;
    background-color: #1E1002;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
  }
  .dark-bg .header__navigation--toggle span {
    background-color: #F8FCFF;
  }
  .header__close--toggle {
    display: block;
    bottom: auto;
    top: 2rem;
    right: 2rem;
    width: 2.2rem;
    height: 2rem;
    z-index: 1;
  }
  .header__close--toggle span {
    height: 0.2rem;
    width: 2.2rem;
    position: absolute;
    background: #F4F6F5;
    transform: rotate(45deg);
    top: 0.9rem;
    left: 0rem;
  }
  .dark-bg .header__close--toggle span {
    background-color: #1E1002;
  }
  .header__close--toggle span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .header__navigation--toggle span:nth-child(2) {
    top: 0.6rem;
  }
  .header__navigation--toggle span:nth-child(3) {
    top: 1.2rem;
  }
  .header__button {
    min-width: 27rem;
    margin: auto;
  }
  .header__button .btn {
    width: 100%;
  }
}

@media screen and (max-width:767px){
  header.header.sticky {
    background-color: #fff;
  }
}
.footer {
    background-color: #1E1002;
    padding: 5rem 0 3rem;
    text-align: center;
}

.footer p, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer label, .footer span, .footer li, .footer img, .footer div {
    color: #F4F6F5;
    font-size: 1.6rem;
    font-weight: 400;
}

.footer h3 {
    font-weight: 600;
    line-height: 2.4rem
}

.footer a {
    color: #F4F6F5;
    text-decoration: none;
}

.footer a:hover, .footer a:active, .footer a:focus {
    color: #F4F6F5;
    text-decoration: none;
}
.footer a:focus-visible {
    color: #F4F6F5;
    text-decoration: none;
}
.footer ul[role="menu"] a {
    line-height: 3.2rem;
    font-size: 1.6rem;
}
.footer ul li {
    line-height: 3.2rem;
}
.footer .footer-logo {
    margin-bottom: 4rem;
}

.footer .footer-phone-number span {
    font-size: 2.5rem;
    line-height: 3.2rem;
}

.footer .footer-menu {
    margin-bottom: 4rem;
}

.footer .copyright {
    margin-top: 4rem;
    font-size: 1.2rem;
    line-height: 3.2rem;
}

@media (min-width:769px) {
    .footer {
        padding: 10rem 0;
        text-align: left;
    }
    .footer .copyright {
        margin-top: 6rem;
    }
}
/* 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%;
}
.hero-bg {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.white-bg {
    background-color: #FFF;
}

.home {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/home-hero.svg);
    background-size: 192rem auto;
}

.home-show-everything {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/home-show-everything.svg);
}

.home-services {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/home-services.svg);
}

.about {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/about-hero.svg);
}

.about-team {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/about-team.svg);
}

.team {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/member-hero.svg);
}

.assessment {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/assessment-hero.svg);
    background-size: 100% auto;
}

.assessment-reviews {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/assesment-reviews.svg);
}

.cases {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/cases-hero.svg);
    background-position: bottom center;
}

.single-case {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/case-study-hero.svg);
    background-size: contain;
}

.seo {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/seo-hero.svg);
    background-size: 192rem auto;
}

.testimonials {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/seo-testimony.svg);
}

.development-quote {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/development-quote.svg);
}

.secondary-service {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/services-hero.svg);
    background-size: 192rem auto;
}

.rating-services {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/services-rating.svg);
}

.contact-us {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/contact-hero.svg);
    background-size: contain;
}

.location-card {
    background-size: cover;
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/location_bg_blue.svg);
    background-repeat: no-repeat;
}

.location-card.orange {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/location_bg_orange.svg);
}
.services-main {
    background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/services2-hero.svg);
    background-size: contain;
}
@media (max-width:1441px) {
    .assessment {
        background-size: 144rem 148.2rem;
    }
}

@media screen and (max-width: 414px) {
    .hero-bg {
        background-size: contain;
    }

    .home {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/home-hero-mobile.svg);
        /* background-size: 37.5rem 109.4rem;*/
    }

    .home-show-everything {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/home-show-everything-mobile.svg);
    }

    .home-services {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/home-services-mobile.svg);
        background-size: cover;
    }

    .about {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/about-hero-mobile.svg);
        background-size: cover;
    }

    .about-team {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/about-team-mobile.svg);
    }

    .team {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/member-hero-mobile.svg);
    }

    .assessment {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/assessment-hero-mobile.svg);
    }

    .assessment-reviews {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/assesment-reviews-mobile.svg);
    }

    .cases {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/cases-hero-mobile.svg);
        background-size: cover;
    }

    .single-case {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/case-study-hero-mobile.svg);
    }

    .seo {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/seo-hero-mobile.svg);
    }

    .testimonials {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/seo-testimony-mobile.svg);
        background-size: cover;
    }

    .development-quote {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/development-quote-mobile.svg);
    }

    .secondary-service {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/services-hero-mobile.svg);
        background-size: contain;
    }

    .rating-services {
        background-image: none;
    }

    .total-reviews, .clutch-rating, .upcity-rating, .google-rating {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/services-rating_reviews.svg);
    }

    .clutch-rating {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/services-rating_clutch.svg);
    }

    .upcity-rating {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/services-rating_upcity.svg);
    }

    .google-rating {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/services-rating_google.svg);
    }

    .contact-us {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/contact-hero-mobile.svg);
        background-size: cover;
    }

    .services-main {
        background-image: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/hero-bg/services2-hero-mobile.svg);
    }
}
.section-comparison h2 {
    margin-bottom: 2rem;
}

.section-comparison_text {
    font-size: 2.1rem;
    line-height: 3.2rem;
}

.comparison_table {
    overflow: hidden;
    margin-top: -30rem;
}

.comparison_table-inner {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
}

.comparison_table table {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.comparison_table table tr:nth-child(2n+3) {
    background: rgba(255, 213, 196, 0.25);
}

.comparison_table table td, .comparison_table table th {
    padding: 1rem 2.5rem;
}

.comparison_table table td {
    vertical-align: middle;
}

.comparison_table .comparison_image {
    margin-bottom: 7rem;
    height: 19.8rem;
}

@media (max-width:1199px) {
    .section-comparison h2 {
        text-align: center;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .section-comparison_text {
        text-align: center;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .comparison_table {
        margin-top: 1rem;
    }
}

@media (max-width:1023px) {
    .comparison_table .comparison_image {
        margin-top: 0;
    }
}

@media (max-width: 820px) {
    .section-comparison h2 {
        margin-bottom: 1.5rem;
        width: 80%;
        font-size: 2.4rem;
        line-height: 3rem;
    }

    .section-comparison_text {
        font-size: 1.8rem;
        line-height: 3.2rem;
        width: 80%;
    }

    .comparison_table .comparison_image {
        margin-bottom: 2.8rem;
        height: 13.2rem;
    }
}


@media (max-width: 767px) {
    .section-comparison h2, .section-comparison_text {
        width: 100%;
    }

    .comparison_table {
        overflow: visible;
    }

    .comparison_table table td {
        width: 50%;
    }

    .comparison_table table tr:nth-child(2n+3) {
        background: transparent
    }

    .comparison_table .orange table tr:nth-child(2n+1) {
        background: rgba(255, 213, 196, 0.25);
    }

    .comparison_table table tr:nth-child(2n+1) {
        background: rgba(202, 206, 255, 0.35);
    }

    .comparison_table .comparison_image {
        height: auto;
        margin-bottom: auto;
    }
}

/* 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;
  }
}
/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}

.blog-index {
  margin-bottom: 5rem;
}

.blog-index__post-date {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 1.4rem;
  position: relative;
  color: #1E1002;
  display: none;
}

.blog-index__post-author-name {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.blog-index__post-date a {
  color: #1E1002;
  text-decoration: none;
  font-size: inherit;
}

.blog-index__post-date a:hover {
  color: #f87a45;
  text-decoration: none;
}

.blog-index__post-date a:focus, .blog-index__post-date a:active {
  color: #1E1002;
  text-decoration: none;
}

.blog-index__post-tags {
  margin-bottom: 0.7rem;
  position: relative;
  margin-top: 1.2rem;
}

.blog-index__post-tags a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #424FED;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-index__post-tags a:hover, .blog-index__post-tags a:focus, .blog-index__post-tags a:active {
  color: #424FED;
  text-decoration: none;
}

.blog-index__post-title {
  margin-bottom: 1.2rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #1E1002;
  position: relative;
}

.blog-index__post-title a, .blog-index__post-title a:hover, .blog-index__post-title a:focus, .blog-index__post-title a:active {
  text-decoration: none;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.blog-index__post-summary {
  font-size: 1.8rem;
  line-height: 3.2rem;
  position: relative;
  display: none;
}

.blog-index__post-summary p {
  font-size: inherit !important;
  line-height: inherit !important;
  text-align: left !important;
}

/*simple_blog*/

.blog-index__post-content {
  margin: 0;
  background: transparent;
  box-shadow: none;
  padding: 2rem 1rem;
  height: auto;
  position: relative;
}

.blog-index__post-content:before {
  background: transparent;
}

.blog-index__post-image-wrapper {
  width: 100%;
  height: 22rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-index__post-button-wrapper {
  position: relative;
  bottom: auto;
  display: none;
}

/**/

.blog-index:nth-child(-n+3) .blog-index__post-content, .section-blog__listing--post .blog-index__post-content {
  padding: 0rem 0rem 8rem 4rem;
  background: #424FED;
  margin-right: 2rem;
  height: calc( 100% - 22rem);
}

.blog-index:nth-child(-n+3) .blog-index__post-content:before, .section-blog__listing--post .blog-index__post-content:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 2rem;
  bottom: 2rem;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 40px 50px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.blog-index:nth-child(-n+3) .blog-index__post-button-wrapper, .section-blog__listing--post .blog-index__post-button-wrapper {
  position: absolute;
  bottom: 4rem;
  display: block;
}

.blog-index:nth-child(-n+3) .blog-index__post-image-wrapper, .section-blog__listing--post .blog-index__post-image-wrapper {
  width: calc(100% - 2rem);
}

.blog-index:nth-child(-n+3) .blog-index__post-date, .section-blog__listing--post .blog-index__post-date {
  display: block;
}

.blog-index:nth-child(-n+3) .blog-index__post-tags {
  margin-bottom: 2.2rem;
  margin-top: 0;
}

.blog-index:nth-child(-n+3) .blog-index__post-summary {
  display: block;
}

.blog-index__post-image {
  height: auto;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover, .blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

.blog-index:hover .blog-index__post-image-wrapper {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}

.section-blog__listing, .section-blog__post {
  padding-top: 0;
}

.section-blog__category {
  background: rgba(202, 206, 255, 0.3);
  padding: 1.4rem 0;
}

.section-blog__category-selected {
  display: none;
}

.section-blog__category li {
  display: inline-block;
  font-size: 0;
}

.section-blog__category li a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #4D4D4D;
  text-decoration: none;
  padding-right: 3.6rem;
  transition: ease font-weight 0.1s;
}

.section-blog__category li a::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.section-blog__category a:hover, .section-blog__category a:focus, .section-blog__category a:active, .section-blog__category a.active, .section-blog__category-selected {
  color: #424FED;
  text-decoration: none;
  font-weight: bold;
}

.section-blog__category-tags {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.section-blog__post-date {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-bottom: 1.2rem;
  color: #1E1002;
}

.section-blog__post-date a {
  color: #1E1002;
  text-decoration: none;
  font-size: inherit;
}

.section-blog__post-date a:hover {
  color: #f87a45;
  text-decoration: none;
}

.section-blog__post-date a:focus, .section-blog__post-date a:active {
  color: #1E1002;
  text-decoration: none;
}

.section-blog__featured-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5.5rem 0;
}

.section-blog__featured-item-content {
  flex-basis: 50%;
  order: 1;
}

.section-blog__featured-item h3 {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 5.8rem;
  margin-bottom: 5.7rem;
}

.section-blog__featured-item strong {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 1.7rem;
  display: block;
  text-transform: uppercase;
}

.section-blog__featured-item-image {
  flex-basis: 50%;
  overflow: hidden;
  height: 34.7rem;
  order: 2;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-blog__featured-item-image img {
  width: 100%;
}

.blog__post {
  padding: 6.3rem 0 4rem;
}

.blog__post h1 {
  margin-bottom: 3rem;
}

.blog-post__body {
  margin-bottom: 3rem;
  font-size: 1.6rem;
}

.blog-post__body h1, .blog-post__body h2, .blog-post__body h3, .blog-post__body h4, .blog-post__body h5, .blog-post__body h6 {
  font-weight: 600 !important;
}

.blog__post-featured-image {
  margin-bottom: 3.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog__post-featured-image img {
  width: 100%;
}

.blog-post__author {
  padding: 4rem 0;
  border-top: 1px solid #CACEFF;
}

.blog-post__author-image {
  padding-right: 4rem;
}

.blog-post__author-details h4 {
  margin-bottom: 0;
  line-height: 3.8rem;
}

.blog-post__join {
  background: rgba(202, 206, 255, 0.25);
  padding: 3rem;
  padding-bottom: 2rem;
  position: relative;
}

.blog-post__join h4 {
  margin-bottom: 1.2rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.blog-post__join form {
  position: relative;
}

.blog-post__join form .hs-form-field {
  margin-bottom: 0;
}

.blog-post__join input.hs-input[type=email] {
  padding-right: 15rem;
}

.blog-post__join .hs-submit {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.blog-post__join form .hs-error-msg, .blog-post__subscribe form .hs-error-msg {
  display: none;
}

.blog-post__join form .hs_error_rollup {
  margin-bottom: 0;
  margin-top: 1rem;
}

.blog-post__join form .hs_error_rollup label, .blog-post__subscribe form .hs_error_rollup label {
  color: #ef6b51;
  font-size: 1.6rem;
}

.blog-post__subscribe {
  background: #FFFFFF;
  box-shadow: 0px 40px 50px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  position: relative;
  padding: 2rem;
  margin: 3.2rem 0 1.4rem 1.4rem;
}

.blog-post__subscribe:before {
  content: '';
  background: #424FED;
  width: 100%;
  height: 100%;
  left: -1.4rem;
  bottom: -1.4rem;
  position: absolute;
  z-index: -1;
}

.blog-post__subscribe .hs-input {
  margin-bottom: 2rem;
}

.blog-post__subscribe .hs-form-field {
  margin-bottom: 0;
}

.blog-post__subscribe .hs_error_rollup {
  margin-top: -1rem;
  margin-bottom: 1rem;
}

.blog-post__subscribe .hs-submit .actions {
  text-align: right;
}

.blog-post__subscribe .submitted-message {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
@media (max-width: 1200px) {
  .blog-index__post-image-wrapper {
    height: 19rem;
  }
}
@media (max-width:1024px) {
  .section-blog__listing, .section-blog__post {
    padding-top: 0;
  }
  .blog__post {
    padding-top: 0;
  }
  .blog-index__post-image-wrapper {
    height: 16rem;
  }

}

@media (max-width:1023px) {
  .section-blog__listing, .section-blog__post {
    padding-top: 0;
  }
  .blog__post {
    padding-top: 0;
  }
}

@media (max-width: 820px) {
  .blog__post {
    padding-bottom: 0;
  }
  .blog__post h1 {
    margin-bottom: 2.5rem;
  }
  .blog-post__share img {
    width: 2.5rem;
  }
  .section-blog__featured-item {
    display: block;
    padding-top: 0;
  }
  .section-blog__featured-item-image {
    margin-bottom: 1.7rem;
    height: auto;
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .section-blog__featured-item h3 {
    font-size: 3.4rem;
    line-height: 4rem;
    margin-bottom: 2.5rem;
  }
  .section-blog__category {
    position: relative;
  }
  .section-blog__category li {
    display: block;
  }
  .section-blog__category-selected, .section-blog__category li a {
    display: block;
    font-size: 1.6rem;
    line-height: 3.2rem;
    position: relative;
    padding-right: 2rem;
  }
  .section-blog__category-selected {
    display: inline-block;
  }
  .section-blog__category-selected:after {
    content: '';
    width: 1.2rem;
    height: 0.7rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url(https://2718861.fs1.hubspotusercontent-na1.net/hubfs/2718861/raw_assets/public/AgencyJet-2021/images/angle-down.svg) no-repeat center;
  }
  .section-blog__category a.active {
    display: none;
  }
  .section-blog__category-tags {
    display: none;
    position: absolute;
    padding: 2rem;
    background: #FFFFFF;
    box-shadow: 0px 40px 50px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    width: 100%;
    left: 0;
  }
  .blog-index:nth-child(-n+3) .blog-index__post-content, .section-blog__listing--post .blog-index__post-content {
    height: calc( 100% - 11rem);
  }
  .blog-index__post-image-wrapper {
    width: calc(100% - 1rem);
    height: 11rem;
  }
  .blog-index__post-content {
    margin-right: 1rem;
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
  .blog-index__post-content:before {
    left: 1rem;
    bottom: 1rem;
  }
  .blog-index__post-button-wrapper {
    bottom: 2rem;
  }
  .blog-index__post-summary {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }

  .blog-post__author {
    padding-top: 2rem;
  }
  .blog-post__author-image {
    width: 20%;
    padding-right: 1rem;
  }
  .blog-post__author-details {
    flex-basis: 80%;
  }
  .blog-post__author-details h4 {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }
  .blog-post__author-details p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .blog-post__join {
    padding: 2.4rem;
    padding-bottom: 1rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .blog-post__join h4 {
    margin-bottom: 1rem;
    font-size: 2.1rem;
  }
  .blog-post__join input.hs-input[type=email] {
    padding-right: 2.1rem;
  }
  .blog-post__join .hs-submit {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 1rem;
  }
  .blog-post__join .hs-submit .actions {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .blog-index:nth-child(-n+3) .blog-index__post-content, .section-blog__listing--post .blog-index__post-content {
    height: auto
  }
  .blog-index__post-image-wrapper {
    height: auto;
  }
}