*, *: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: 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;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.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: 0;
  -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.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.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;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .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: 0;
    -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.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.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 ;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
.banner-section .dnd-section{
padding:0;
}
.banner-section .dnd-section > .row-fluid {
   max-width:100%;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src:  url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/fa-regular-400.woff2) format("woff2"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/fa-regular-400.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block; 
}

@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src: url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/fa-solid-900.ttf) format("ttf"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/fa-solid-900.woff2) format("woff2"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/fa-solid-900.woff) format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: block; 
}

@font-face {
  font-family: "Inter"; 
  src: url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfAZ9hjQ.ttf) format("truetype"); 
  font-style: normal; font-weight: 300; font-display: swap;
}



@font-face { 
  font-family: "Inter";
  src: url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/Inter-Regular.ttf) format("ttf"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/Inter-Regular.woff2) format("woff2"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/Inter-Regular.woff) format("woff");
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}


@font-face { 
  font-family: "Inter";
  src: url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/Inter-Medium.ttf) format("ttf"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/Inter-Medium.woff2) format("woff2"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/Inter-Medium.woff) format("woff");
  font-style: normal; 
  font-weight: 500;
  font-display: swap;
}

@font-face { 
  font-family: "Inter";
  src: url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/Inter-Bold.ttf) format("ttf"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/Inter-Bold.woff2) format("woff2"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/Inter-Bold.woff) format("woff");
  font-style: normal; 
  font-weight: 700;
  font-display: swap;
}

@font-face { 
  font-family: "Miriam Libre";
  src: url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/MiriamLibre-Regular.ttf) format("ttf"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/MiriamLibre-Regular.woff2) format("woff2"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/MiriamLibre-Regular.woff) format("woff");
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}
@font-face { 
  font-family: "Miriam Libre";
  src: url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/MiriamLibre-Bold.ttf) format("ttf"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/MiriamLibre-Bold.woff2) format("woff2"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/MiriamLibre-Bold.woff) format("woff");
  font-style: normal; 
  font-weight: 700;
  font-display: swap;
}

@font-face { 
  font-family: "eicons";
  src: url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/eicons.ttf) format("ttf"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/eicons.woff2) format("woff2"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/eicons.woff) format("woff");
  font-style: normal; 
  font-weight: 400;
}

@font-face {
  font-family: elementskit; 
  src: url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/elementskit.woff) format("woff");
  font-style: normal; font-weight: 400; font-display: swap; 
}

@font-face {
  font-family: "Old Standard TT"; 
  src: url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/OldStandardTT-Italic.ttf) format("ttf"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/OldStandardTT-Italic.woff2) format("woff2"), 
    url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/OldStandardTT-Italic.woff) format("woff");
  font-style: italic; 
  font-weight: 400;
  font-display: swap; 
}

@font-face { font-family: "Astra";
  src: url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/fonts/astra.woff) format("woff");
  font-style: normal; font-weight: normal; font-display: fallback; 
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.85714285714286;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: ;
}

img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  vertical-align: middle;
}

/* Anchor Links */
a {
  color: ;
  text-decoration: none;
  transition: all .2s linear;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.1;
  word-break: break-word;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
  padding-left:0px;
}

ul li,
ol li {
  line-height: inherit;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html {
  }
}

@media (max-width: 480px) {
  html {
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
form,
.submitted-message {
  max-width: ;
  font-family: ;
}

.hs-button,
.button--primary {
  padding: 10px 15px;
  border-radius: 2px;
  line-height: 1.85714285714286;
  border: 0;
  font-family: Inter, sans-serif;
  letter-spacing: 0px;
  border-radius: 5px;
  margin:15px 0;
  font-weight: 600;
  font-size:13px;
  font-size: 0.86666666666667rem;
/*   text-transform: uppercase; */
  -webkit-appearance: button;
  cursor: pointer;
  display:inline-block;
  word-break: inherit;
  white-space: normal;
  border-style:solid;
}

.hs-button:hover,
.button--primary:hover {
  text-decoration: none;

}


.hs-form label {
  font-weight: 600;
  width: 100%;
  display: block;
  font-size: 15px;
  font-family: 'Roboto',sans-serif;
  vertical-align: baseline;
  line-height: 1.85714285714286;
  font-family: Inter, sans-serif;
}

form .hs-error-msgs label {
  margin-top: .5rem;
  color: red !important;
  display: block;
}

.hs-input,
input#hs-pwd-widget-password {
  background: #FFFFFF;
  border: 1px solid #6452BF;
  box-shadow: 0px 4px 24px rgb(0 0 0 / 6%);
  border-radius: 5px;
  color: #7a7f84;
  font-family: "Miriam Libre", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  width: 100%;
  padding: 15px 15px;
  margin: 0px;
}
input#hs-pwd-widget-password {
  height: 45px!important;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  outline: 0;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto!important;
  height: auto!important;
  display:inline-block;
  padding: 0;
  line-height: normal;
  border: none;
  vertical-align: middle;
  margin: 0px 5px 0px 0px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

textarea.hs-input {
  height: 100px;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #e49f9f;
}


.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto!important;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.hs-form-field{
  margin-bottom: 18px;
}

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

#hs-search-module form input {
  margin-bottom: 20px;
}


@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

/* .header.header--no-navigation .header_logo img{
  width:230px!important;
  max-width:100%;
} */
.transparent_banner .bottom-header {
  background-color: transparent;
}
.transparent_banner .header .custom-menu-primary nav>ul>li>a.active-item,
.transparent_banner .header .child-trigger,
.transparent_banner .header .navigation-primary>ul>li.has-submenu:hover>.child-trigger,
.transparent_banner .header .navigation-primary>ul>li.has-submenu:hover>a,
.transparent_banner .header .navigation-primary>ul>li>a{
  color:white;
}

.transparent_banner .header .header_logo>div:first-child{
  display:none;
}
.transparent_banner header.header .white_logo{
  display:block;
}

.transparent_banner.scroll-header header.header .bottom-header{
  background-color:rgb(25, 25, 49);
}

header.header.header--no-navigation {
  min-height: 70.43px;
}
header.header{
  position: relative;
  z-index: 10010;
  min-height: 136.88px;
}

header.header .white_logo{
  display:none;
}

header.header a.cta_button,
header.header .hs-button {
  line-height: 1;
  border-style: solid;
  text-align:center;
  border-top-width: 2px;
  border-right-width: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  display: inline-block;
  font-family: "Inter", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  letter-spacing: 0.4px;
  border-radius: 5px 5px 5px 5px;
  padding: 8px 10px 8px 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin:0;
}

header.header .bottom-header .header-button a{
  display: block;
  padding:15px 30px;
  border:0;
  font-size:14px;
  letter-spacing: 0px;
}
.top_header .content-wrapper{
  padding:0 10px;
}
.header .header__navigation,
.bottom-header .header-button,
.bottom-header .header-container,
.top_header .right-col>div,
.top_header .left-col>div{
  padding: 10px;
}

.top_header .left-col{
  text-align:right;
}

.bottom-header{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 57px 0px 25px;
  position:relative;
  box-shadow: 0px 4px 56px rgb(0 0 0 / 7%) !important;
}

.header .header_logo{
  text-align: center;
}

.header .header_logo a {
  display: block;
  margin-left: -4px;
}

.header .header_logo img{
  width:100%!important;
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  max-width: 59.2%;
  vertical-align: middle;
}

.header .header__navigation{
}

.header .navigation-primary>ul{
  list-style: none;
  margin: 0;
  padding: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}

.header .navigation-primary>ul>li{
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  font-size: medium;
}

.header .navigation-primary>ul>li>a{
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}


.header .navigation-primary>ul>li>ul{
  -webkit-box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
  box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
/*   width: 270px; */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
/*   -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in; */
/*   min-width: 130px; */
  min-width: 260px;
  background-color: rgb(59, 47, 78);
  margin-top: 10px;
  display: -webkit-box;
/*   border-radius: 5px; */
  display: -moz-box;
/*   display: -webkit-box; */
  display:block;
}
.IE .header .navigation-primary>ul>li>ul { 
  display: flex;
} 

.header .navigation-primary>ul>li>ul>li{
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  background-color:inherit;
  height: 30px;
}
.header .navigation-primary>ul>li>ul>li:not(:last-child) {
/*   border-right: 1px solid #fff; */
}
.header .navigation-primary>ul>li>ul>li>a{
  padding-left: 20px;
  padding-right: 35px;
  padding-top: 9px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  font-family: "Inter", Sans-serif;
  line-height: 1;
  text-decoration: none;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header .row {
  align-items: center;
  position: relative;
}
.header .child-trigger {
  font-size: 14px;
  line-height: 1;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-top: -4.95px;
  margin-left: 10px;
  color: inherit!important;
}
.child-trigger i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.child-trigger i:before {
  content: "";
}

.scroll-header header.header .bottom-header{
  z-index: 9999;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: fixed !important;
  top: 0 !important;
  -webkit-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
  -moz-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
  -ms-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
  -o-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
  transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
}
.mobile-trigger{
  display:none;
}
header.header.header--no-navigation .bottom-header .header-container{
    min-height:84px;
}
@media (min-width: 768px){
  .top_header .left-col{
    width: 65%;
  }
  .top_header .right-col{
    width: 35%;
  }
  .header_logo{
    width:20%;
  }
  .header .header__navigation{
    width:66.554%;
  }
  .bottom-header .header-button{
    width: 13%;
  }
}

@media (min-width: 1025px){
  .header .navigation-primary>ul>li:hover>ul{
    position: absolute;
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: all 0.3s ease 0s;
  }
  .header .navigation-primary>ul>li>ul:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 7px;
    border-bottom: 0 solid transparent;
    border-color: transparent transparent rgb(59, 47, 78);
    border-style: solid;
    border-width: 10px 10px;
    left: 100px;
    top: -20px;
  }
}

/* @media (max-width: 1200px){
  .header.header--no-navigation .header_logo{
    width:100%;
    text-align:left;
  }
} */
@media (max-width: 1024px){
  .top_header .content-wrapper{
    max-width: 1024px;
  }


}

@media (max-width: 1315px) and (min-width: 768px){
  .bottom-header .header-button {
    width: 16%;
  }
  header.header .bottom-header .header-button a {
    padding: 15px 3px;
  }

}
@media (max-width: 1024px) and (min-width: 768px){
  .header .header__navigation {
    text-align: right;
    position:unset;
  }
  .header .trigger-wrapper{
    color: #fff;
    font-size: 22px;
    border-width: 0px;
    background-color: #6452bf;
    border-radius: 5px;
    padding: 8px 12px;
    margin-left: auto;
    display: inline-block;
    line-height: 1;
    text-align: center;
    cursor:pointer;
  }
  .header .child-trigger{
    color:white!important; 
    padding: 10px;
    border: 1px dotted transparent;
  }

  .header .child-trigger:hover {
    border: 1px solid black;
  }
  .header .trigger-wrapper i:before {
    content: "\f038";
  }
  .header .trigger-wrapper i{
    background-color: transparent;
    padding: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    outline: none!important;
  }

  .header .bottom-header .header-button {
    width: 13%;
  }

  .header .trigger-wrapper.active i{
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .header .trigger-wrapper.active i:before {
    content: "\f410";
  }
  .header .custom-menu-primary nav>ul>li>a{
    color: white!important;
    padding: 15px 20px;
  }
  .header .navigation-primary>ul>li>ul>li>a{
    padding-left: calc( 20px + 20px );
  }
  .header .navigation-primary>ul>li {
    width: 100%;
  }
  .header .custom-menu-primary {
      visibility: hidden;
    opacity: 0;
    position: absolute;
    margin: 0 10px;
    width: 100%;
    left: 0;
    background-color: #18123e;
  }
  
  .header .custom-menu-primary.open-menu {
      visibility: visible;
    opacity: 1;
}
  .header .navigation-primary>ul>li.has-submenu>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .header .navigation-primary>ul>li>ul.submenu:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 7px;
    border-bottom: 0 solid transparent;
    border-color: transparent transparent rgb(59, 47, 78);
    border-style: solid;
    border-width: 10px 10px;
    left: 65px;
    top: -20px;
}
  .header .navigation-primary>ul>li>ul{
    width:100%;
    position:relative;
    visibility: hidden;
    opacity: 0;
    min-width: unset;
    transition: none;
    position: static;
    box-shadow: none;
    display: block;
    background-color: transparent!important;
        visibility: hidden;
    opacity: 0;
    top:0;
    height: 0px;
    position: absolute;
    transition: none 0s ease 0s;
  }
   .header .navigation-primary>ul>li>ul.open-submenu{
       visibility: visible;
    opacity: 1;
    height: auto;
        top: 0;
    position: relative;
    transition: all 0.3s ease 0s;
   
  }
  .header .child-trigger.icon i:before{
    content: '';
  }
}

@media (max-width: 767px){
  header.header.header--no-navigation .bottom-header .header-container{
    min-height:70px;
}
  .header .mobile-trigger.active nav.navigation-primary>ul>li>a.menu-link.active-item{
    color: #6452BF;
  }
  .top_header .content-wrapper{
    padding: 10px;
  }
  .top_header .right-col,
  .top_header .left-col{
    width:100%;
    text-align: center;
  }
  .top_header .left-col{
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
  }
  header.header .bottom-header .header-button a, header.header .hs-button{
    font-size: 11px;
    line-height: 2em;
    padding: 3px 10px 3px 10px;
  }
  .top_header .row {
    flex-wrap: wrap;
  }
  .top_header .right-col>div, .top_header .left-col>div {
    padding: 0px;
  }
  .top_header .left-col>div{
    padding: 0px 25px 5px 25px;
  }
  .mobile-trigger{
    display:block;
    width:15%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    cursor: pointer;
    border: 0 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #494c4f;
    position: relative;
    line-height: 1;
    text-align:center;
  }
  .bottom-header .header-button,
  .header .header__navigation{
 display:none; 
  }
  .header .header_logo {
    width: 85%;
  }
  .hfe-flyout-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
  }
  .header .menu-overlay{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: rgba(0,0,0,.6);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
  }
  .header .mobile-trigger .menu{
    width: 300px;
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%;
    height: 100%;
    width: 300px;
    max-width: 100%;
    display: none;
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    background-color: #191931C2;
  }
  .header .mobile-trigger .trigger-wrapper{
    color: #000000;
    font-size: 30px;
    border-width: 0px;
    background-color: #6452bf;
    border-radius: 5px;
    padding: 8px 12px;
    margin-right: 20px;
    margin-left: auto;
    display: inline-block;
    line-height: 1;
    text-align: center;
    cursor:pointer;
  }
  .header .mobile-trigger .trigger-wrapper i::before {
    content: "\eab8";
    font-family: elementskit!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .header .mobile-trigger .trigger-wrapper i{
    background-color: transparent;
    padding: 0px;
    font-family: elementskit;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none!important;
  }
  .bottom-header {
    padding:5px 0;
  }
  header.header.header--no-navigation .bottom-header{
  padding:0;
  }
  header.header.header--no-navigation .bottom-header .header-container{
  padding:8px 0;
  }
  .bottom-header .header-container{
    padding:0;
    box-shadow: 0px 4px 56px rgb(0 0 0 / 7%);
  }
  .header .header_logo{
    padding-left:25px;
    text-align: left;
  }
  .header .header_logo img {
    max-width: 45%;
  }
  .header .mobile-trigger.active .menu{
    right:0;
    display:block;
  }
  .header .mobile-trigger.active nav.navigation-primary{
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.4em;
    color: #fff;
  }
  .header .mobile-trigger.active nav.navigation-primary>ul{
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
  }
  .header .mobile-trigger.active nav.navigation-primary>ul:first-child {
    margin-top: 15px;
  }
  .header .mobile-trigger.active nav.navigation-primary>ul>li{
    position: relative;
    background: unset;
    color: #fff;
    width: 100%;
  }
  .header .mobile-trigger.active nav.navigation-primary>ul>li>a{
    line-height: 1;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 35px;
    justify-content: flex-end;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    color:white;
  }
  .header .mobile-trigger.active nav.navigation-primary>ul>li>a:hover,
  .header .mobile-trigger.active nav.navigation-primary>ul>li>a:focus{
    color: #6452BF;
  }
  .header .custom-menu-primary nav>ul>li>ul {
    background-color: transparent!important;
  }
  body.transparent_banner .header .mobile-trigger .trigger-wrapper {
    color: #fff;
  }
  .header .child-trigger:hover {
    border: 1px solid black;
  }

   .header .custom-menu-primary.open-menu {
      visibility: visible;
    opacity: 1;
}

.header .navigation-primary>ul>li>ul.submenu:after {
/*     content: ""; */
    position: absolute;
    width: 20px;
    height: 7px;
    border-bottom: 0 solid transparent;
    border-color: transparent transparent rgb(59, 47, 78);
    border-style: solid;
    border-width: 10px 10px;
    left: 65px;
    top: -20px;
 
}

.header .navigation-primary>ul>li>ul.open-submenu{
       visibility: visible;
    opacity: 1;
    height: auto;
        top: 0;
    position: relative;
/*     transition: all 0.3s ease 0s; */
 background-color:transparent;
  display:flex;
  flex-direction:column;
  float:right;
    direction:rtl;
 
  }
  .header .child-trigger.icon i:before{
    content: '';
  }
  .header .child-trigger:hover {
    border: 1px solid black;
  }

   .header .custom-menu-primary.open-menu {
      visibility: visible;
    opacity: 1;
}
.header .trigger-wrapper.active i{
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .header .trigger-wrapper.active i:before {
    content: "\f410";
  }
  a.menu-link{
    color:white;
  }
}

@media (max-width: 479px){
  .header .header_logo{
    width: 78%;
  }
  .mobile-trigger{
    width: 17%;
  }
  body.transparent_banner .mobile-trigger {
    width: 15%;
  }
  body.transparent_banner .header .header_logo{
    width: 85%;
  }
}

@media (max-width:380px){
/*   .transparent_banner .header .mobile-trigger .trigger-wrapper{
    font-size:20px;
  }
  .transparent_banner .bottom-header {
    padding: 11px 0;
    padding-bottom: 5px;
    margin-bottom: 6px;

  } */
  .transparent_banner .bottom-header .header-container{
    box-shadow: none !important;
  }
}
@media (max-width: 767px){
  a.menu-link{
    direction:rtl;
float:right;
  }
  .header .child-trigger{
        margin-right: 10px;
    align-items: center;
    
   
  }
}
/*   .label.hs-error-msg.hs-main-font-element {
    display: none;
}
  .hs-error-msgs label {
    color: #f2545b;
    display: none !important;
}
  label.hs-error-msg.hs-main-font-element {
    display: none; */
}
div#hbspt-form-58a54b02-b11a-4a0c-9d12-5b2dbc49b4d5 .hs-form-field {
    margin-bottom: 0px;
}
.footer  {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 80px 63px 80px 62px;
}
.footer.lp-footer .footer__container .footer_form{
padding:0;
}
.footer .logo_section  img {
  max-width: 55%;
  width:100%!important;
}
.footer .hs-menu-wrapper ul li:not(:last-child) {
  padding-bottom: calc(8px/2);
}
.footer .hs-menu-wrapper ul li:not(:first-child) {
  margin-top: calc(8px/2);
}
.footer .hs-menu-wrapper ul a {
  font-family: "Inter", Sans-serif;
  font-size: 13px;
  display: block;
}

.footer .form-title,
.footer_menu .title{
  text-align: left;
  color: #FFFFFF;
  font-family: "Miriam Libre", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.85714285714286;
  margin-bottom:10px;
  text-transform: capitalize;
}

.footer .form-title{
  margin-bottom:5px;
}

.footer .hs-form .hs-form-field>label{
  display:none;
}

.footer .hs-form .hs-form-field .hs-input{
  height: 46px;
  background-color: transparent;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  border-radius: 3px 3px 3px 3px;
  text-indent: 5px;
  max-width: 100% !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  float: none;
  margin: 0;
  outline: 0;
  width: 100%;
  display: block;
  padding: 0.75em;
  font-family: 'Inter',sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1rem;
}

.footer form {
  display: flex;
  flex-wrap: wrap;
}

.footer .hs-form .hs-form-field.hs_email {
  width: calc(100% - 160px);
  float: left;
  margin-bottom: 0;
}

.footer .hs-form .hs-form-field.hs_email .input{
  padding: 10px 0 10px 0;
  padding-right: 2%;
  position: relative;
  vertical-align: top;
}

.footer .hs-form .hs_submit{
  float: right;
  width: 160px;
  padding: 10px 0 0 0;
  position: relative;

}
.footer form .hs-error-msgs label {
  margin-top: 0;
  color: red !important;
  display: block;
}
.footer .hs-form .hs_error_rollup {
  position: absolute;
  bottom: -29px;
}

.footer .hs-form .hs-button{
  display: inline-block;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 5px 5px 5px 5px;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 40px;
  line-height: 1;
  margin:0;
  border:0;
  width: 100%;
  outline:none!important;
}
.footer .footer_logo {
  margin-bottom: 13px;
}
.footer .hs-input::-webkit-input-placeholder {
  color: white;
}
.footer .left-logo{
  margin-bottom: 0px !important;
  width: auto !important;
  max-width: 250px;
  float: left;
  display: flex;
  align-items: center;
  padding-right: 30px;
  text-align: center;
  position: relative;
}

.footer .left-logo img {
  float: left;
  max-width: 250px;
  width: 100%!important;
  vertical-align: middle;
  display: inline-block;
}

.footer .right-logo{
  width: auto !important;
  max-width: 100px;
  float: left;
  text-align: center;
  position: relative;
}

.footer .right-logo img{
    width: 100% !important;
}
.footer .form {
  margin-bottom: 26px;
  position:relative;
}

.footer .form form:after,
.footer .form form:before{
  content:"";
  clear:both;
  display:block;
}
.footer .right-logo img {
}
.footer .footer__container>div{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.footer .footer__container>div>*{
  width:100%;
}
@media (min-width: 768px){
  .footer .footer_form{
    width: 50%;
  }
  .footer_menu{
    width: 24.666%;
  }
 .footer .logo_section  {
    width: 25%;
  }
}

@media (max-width: 767px){
  .footer .hs-form .hs_submit,
  .footer .hs-form .hs-form-field.hs_email,
  .footer .footer__container>div{
    width:100%;
  }
  .footer{
    padding: 50px 0px 50px 0px;
  }
  .footer .footer__container{
    flex-wrap:wrap;
  }
  .footer .hs-form .hs-form-field.hs_email .input {
    padding: 10px 0 ;
    padding-right: 0;
  }
  .footer .footer_form{
    padding:0;
  }

  .footer .form {
    margin-bottom: 46px;
  }
  .footer .hs-form .hs-form-field .hs-input{
    font-size:13.68px;
  }
  .footer .form-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer .hs-menu-wrapper ul li:not(:first-child) {
    margin-top: calc(20px/2);
  }
  .footer .hs-menu-wrapper ul li:not(:last-child) {
    padding-bottom: calc(20px/2);
  }
  .footer_menu .title{
    margin-top:10px;
  }
  .footer .logo_section img {
    max-width: 50%;
  }
  .footer .hs-form .hs_error_rollup {
    position: unset;
    bottom: -39px;
  }
}
@media (max-width: 544px){
  .footer .hs-form .hs-button{
    padding-top: 14px;
    padding-right: 32px;
    padding-bottom: 14px;
    padding-left: 32px;
  }
}
@media (max-width: 369px){
  .footer .left-logo{
    width: 100% !important;
    max-width: initial;
    padding-right: 0px;
    padding-bottom: 30px;
  }
 
}
.linked-ini img{
  width: 50px !important;
  padding-top: 10px;
}
@media (max-width: 720px){
.linked-ini img {
  margin-top: 10px !important;
}
}
.hs-tabs__tab {
    box-sizing: border-box;
    flex: 1;
    justify-content: center;
    position: relative;
    text-align: center;
    white-space: nowrap
box-sizing: border-box;
    flex-grow: 1!important;
    justify-content: center;
    position: relative;
/*     width: 300px; */
/*   width:100%; */
    text-align: center;
    white-space: nowrap; 
}


@media (min-width:720px) {
  .hs-tabs__scroll {
    overflow-x: hidden !important;
  max-width: 100%!important;
    width: 100%;
}
.hs-tabs__tab-wrapper {
  max-width: 100%!important;
    width: 100%;
  
}
  .hs-tabs__tab{
    outline:none!important;
  }
.hs-tabs__nudge--show {
  display: none; 
} 
}
div#hs_cos_wrapper_widget_1677231325418 {
    text-align: center;
}
button.hs-tabs__tab, button.hs-tabs__tab:hover, button.hs-tabs__tab:focus {
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.hs-tabs__content {
    border: 1px solid #6057B9;
border-top: none !important;
color:white;
  text-align:center;
  border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
@media screen and (max-width: 900px) and (min-width: 320px){
  h2.headingsize {
    font-size: 35px !important;
}
}
@media screen and (max-width: 767px) and (min-width: 320px){
  p.p-align {
    text-align: center !important;
}
  h2.p-align {
   text-align: center !important;
}
  .row-fluid-wrapper.row-depth-1.row-number-31.dnd-row {
    text-align: center;
}
  .span12.widget-span.widget-type-custom_widget.dnd-module {
    align-items: center !important;
}
}
@media screen and (max-width: 2400px) and (min-width: 768px){
  h2.p-align {
   text-align: justify !important;
}
  p.p-align {
    text-align: justify !important;
}
}
 div#hs-eu-cookie-confirmation-inner {
padding:12px !important;
}
div#hs-eu-header-container {
    margin-bottom:-10px !important;
}
div#hs-eu-policy-wording{
  margin-bottom:0px !important
}
#hs-eu-cookie-disclaimer {
   margin-bottom:0em !important
}

@media only screen and (max-width: 767px) {
div#hs_cos_wrapper_bottom_btn {
    padding-left: 134px;
}
}
/* .hide {
  display: none;
}
    
.myDIV:hover + .hide {
  display: block;
  color: red;
} */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
::selection {
  background-color: #236373;
  color: #ffffff;
}
.row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pd-10{
  padding:10px;
}


.terms_main_section,
.security_main_section{
  background-color: #191931;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #FFFFFF;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 60px 20px 60px 20px;
  position: relative;
}
.security_main_section .container,
.terms_main_section .container{
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;

}
.security_main_section .left-col,
.security_main_section .right-col,
.terms_main_section .left-col,
.terms_main_section .right-col{
  min-height: 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.terms_main_section .dnd-section,
.terms_main_section .dnd-section>.row-fluid,
.security_main_section .dnd-section,
.security_main_section .dnd-section>.row-fluid{
  padding:0;
  max-width:100%;
}
.security_main_section .left-col,
.terms_main_section .left-col{
  display:block;
}
.terms_main_section .left-col>div,
.security_main_section .left-col>div{
  position: sticky;
  position: -webkit-sticky;
  top: 0rem;
  display: block;
}
.terms_main_section .left-col>div,
.terms_main_section .right-col>div,
.security_main_section .left-col>div,
.security_main_section .right-col>div{
  width:100%;
}
.terms_main_section .hs_cos_wrapper_type_rich_text>*,
.security_main_section .hs_cos_wrapper_type_rich_text>*{
  color:#fff;
}
.terms_main_section h1,
.security_main_section h1{
  color: #FFFFFF;
  font-family: "Miriam Libre", Sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  line-height: 1.5em;
  margin-bottom:22px;
}

.terms_main_section .left-col ul,
.security_main_section .left-col ul{
  padding:0;
  margin:0;
  list-style:none;
}
.terms_main_section .left-col hr,
.security_main_section .left-col hr {
  color: #ccc;
  background-color: #ccc;
  margin-bottom: 23px;
  height: 0;
  border: 0;
  border-top: 1px solid white;
}
.terms_main_section .left-col ul>li,
.security_main_section .left-col ul>li{
  margin: 0px 0px 5px 0px;
  padding: 8px;
  background-color: #6452BF;
  display:block;
}
.terms_main_section .left-col ul>li:last-child,
.security_main_section .left-col ul>li:last-child {
  margin: 0px 0px 0px 0px;
}
.terms_main_section .left-col ul>li>a,
.security_main_section .left-col ul>li>a{
  font-family: "Miriam Libre", Sans-serif;
  font-size: 13px;
  display:block;
  color:white;
}
.terms_main_section .right-col h2,
.security_main_section .right-col h2{
  color: #FFFFFF;
  font-family: "Miriam Libre", Sans-serif;
  font-size: 32px;
  text-transform: none;
  font-style: normal;
  line-height: 1.5em;
}
.terms_main_section .right-col h3,
.security_main_section .right-col h3{
  color: #FFFFFF;
  font-family: "Miriam Libre", Sans-serif;
  font-size: 20px;
  text-transform: none;
  font-style: normal;
  line-height: 1.8em;
}
.terms_main_section .right-col p,
.security_main_section .right-col p{
  font-size:14px;
  margin-bottom:20px;
}
.terms_main_section .right-col>div,
.security_main_section .right-col>div{
  padding: 0px 0px 0px 50px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){

  .terms_main_section .left-col hr, .security_main_section .left-col hr {
    border-width:1px;
  }
}
/*****************************************************************************************************************************/
.pilotbird_revocation_banner .banner .image,
.pilotbird_engage_banner .banner .image{
  margin-top:70px;
}

.pilotbird_engage_banner .banner .button-wrapper {
  margin-top: 20px;
}

.pilotbird_engage_main .key_features .image_wrapper img {
  max-width: 86%;
}


.pilotbird_engage_main .key_features .blank_div{
  height:0;
}

.pilotbird_engage_main .expected_impact .content_section .content p {
  font-size: 20px;
}

.pilotbird_engage_main .use_cases .content_section {
  padding: 2px 0px 198px 0px;
}

.pilotbird_engage_main .key_features .content_section {
  padding: 0px 10px 100px 10px;
}
.pilotbird_engage_main .expected_impact .content_section .item .inner {
  background-size: contain;
}
.pilotbird_revocation_banner .banner .image img{
  width:15%;
}

.pilotbird_revocation_banner .banner .button-wrapper {
  margin-top: 10px;
  margin-bottom: 110px;
}

.pilotbird_revocation_banner .banner .image{
  margin-top: 170px;
}


.pilotbird_revocation_main .key_features .heading h2{
  font-size:24px;
}

.pilotbird_revocation_main .key_features .blank_div {
  height: 30px;
}

.pilotbird_revocation_main .expected_impact .content-wrapper .row {
  flex-wrap: wrap;
  justify-content: center;
}

.pilotbird_revocation_main .expected_impact .content_section .content p{
  font-size:20px;
}

.pilotbird_revocation_main .use_cases .content_section {
  padding: 2px 0px 198px 0px;
}

.pilotbird_revocation_main .key_features .image_wrapper img {
  max-width: 70%;
}

.pilotbird_revocation_main .key_features .content_section {
  padding: 0px 0px 100px 0px;
}

/************************************************************************************************************************/
.home_main_section .key_features .image_section{
  padding-top:80px;
}

.home_main_section  .key_features .content_section {
  padding: 0px 100px 100px 100px;
}

.home_main_section .key_features .content_section .container {
  max-width: 1200px;
}

.home_main_section .contact_card .container{
  max-width: 580px;
}

.home_main_section .contact_card .title h1 {
  font-size: 22px;
}

.home_main_section .contact_card .button-wrapper a{
  padding:13px 40px;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 20px;
}

.home_main_section .hs_cos_wrapper_type_rich_text p{
  text-align: center;
  color: #000000;
  font-family: "Miriam Libre", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
  margin:0;
}
.home_main_section .hs_cos_wrapper_type_rich_text h2{
  color: #000000;
  font-family: "Miriam Libre", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 1.4em;
}

.slick-slide{
  outline:none!important;
}

/******************************************************************************************************************************/

.contact_main_section{
  background-color: #191931;
  background-image: url(//9002617.fs1.hubspotusercontent-na1.net/hubfs/9002617/raw_assets/public/Pilotbird_January2022/images/doted-bg-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #FFFFFF;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 80px 30px 60px 30px;
}

.contact_main_section .container{
  max-width: 1080px;
  margin:0 auto;
}

.contact_main_section .hs_cos_wrapper_type_rich_text>*{
  color:white;
}

.contact_main_section .left-col,
.contact_main_section .right-col{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:100%;
}
.contact_main_section .widget-type-linked_image,
.contact_main_section .left-col>div,
.contact_main_section .right-col>div{
  width:100%;
}

.contact_main_section .left-col h1{
  margin:0;
  color: #FFFFFF;
  font-family: "Miriam Libre", Sans-serif;
  font-size: 32px;
  text-transform: none;
  font-style: normal;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.contact_main_section p{
  text-align: left;
  color: #FFFFFF;
  font-family: "Miriam Libre", Sans-serif;
  font-size: 14px;
  margin:0;
}

.contact_main_section iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: 0;
  position: relative;
  min-width: 320px;
  height: 700px;
}
.contact_main_section .right-col{
  padding:10px;
  text-align:center;
}

.contact_main_section .dnd-row:first-of-type img{
  max-width:90%!important;
}

.contact_main_section .right-col h5{
  text-align: center;
  color: #FFFFFF;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  line-height: 1.85714285714286;
  margin:0;
}

.contact_main_section .right-col p{
  text-align: justify;
  color: #FFFFFF;
  font-family: "Inter", Sans-serif;
  font-size: 11px;
}

.privacy_main_section iframe {
  max-width: 100%;
  width: 100%;
  height: calc(100% - 5.2rem);
}
.technology_banner .banner .content-wrapper{
  min-height:unset;
}
.technology_banner .banner{
  background-color: #191931;
}

.technology_banner .banner .main-content .title{
  margin-top:70px;
}
.technology_banner .banner .button-wrapper {
  margin-top: 70px;
}
/*****************************************************************************************************************************/
@media (min-width: 768px){

  .pilotbird_engage_banner .banner .main-content {
    width: 59.333%;
  }
  .pilotbird_engage_banner .banner .col {
    width: 20%;
  }
  .technology_banner .banner .col{
    width: 20%;
  }
  .technology_banner .banner .main-content {
    width: 59%;
  }
  .technology_banner .banner{
    height: 100vh;
  }
  .technology_banner .banner .content-wrapper{
    height: 100%;
  }
  .contact_main_section .left-col{
    width: 65%;
  }
  .contact_main_section .right-col{
    width: 35%;
  }
  .home_main_section .key_features .divider {
    width: 10%;
  }
  .home_main_section .key_features .content {
    width: 74.329%;
  }
  .pilotbird_revocation_main .key_features .image_wrapper .inner {
    margin: -110px 0px 0px 0px;
  }
  .pilotbird_revocation_banner .banner .main-content{
    width: 59.333%;
  }
  .pilotbird_revocation_banner .banner .col {
    width: 20%;
  }
  .terms_main_section .left-col{
    width: 32%;
  }
  .terms_main_section .right-col{
    width: 68%;
  }
  .security_main_section .left-col{
    width: 30%;
  }
  .security_main_section .right-col{
    width: 70%;
  }
  .pilotbird_revocation_main .key_features .divider,
  .pilotbird_engage_main .key_features .divider{
    width: 10%;
  }
  .pilotbird_revocation_main .key_features .content,
  .pilotbird_engage_main .key_features .content {
    width: 74.329%;
  }
  .pilotbird_engage_main .key_features .image_wrapper .inner{
    margin: -155px 0px 0px 0px;
  }
}
@media (max-width: 1024px){
  .home_main_section .key_features .content_section .container {
    max-width: 1024px;
  }
  .security_main_section .right-col h2,
  .terms_main_section .right-col h2 {
    font-size: 28px;
  }
  .security_main_section h1,
  .terms_main_section h1{
    font-size: 22px;
  }
  .security_main_section .right-col h3,
  .terms_main_section .right-col h3{
    font-size: 20px;
    line-height: 1.5em;
  }

}

@media (max-width: 910px){
  .privacy_main_section iframe {
    top:5rem!important;
    height: calc(100% - 4.7rem);
  }
}
@media (max-width: 767px){
  .home_main_section .key_features .content_section .container {
    max-width: 767px;
  }
  .security_main_section .right-col,
  .security_main_section .left-col,
  .terms_main_section .right-col,
  .terms_main_section .left-col{
    width:100%;
  }
  .security_main_section .right-col h3,
  .terms_main_section .right-col h3{
    font-size: 18px;
  }
  .security_main_section .right-col h2,
  .terms_main_section .right-col h2 {
    font-size: 24px;
  }
  .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pilotbird_engage_banner .banner {
    padding: 31px 30px 31px 30px;
    background-position: unset;
    margin-top: -70px;
  }
  .pilotbird_engage_main .key_features .image_wrapper img {
    max-width: 100%;
  }
  .pilotbird_revocation_main .key_features .content_section,
  .pilotbird_engage_main .key_features .content_section {
    padding: 30px;
  }
  .pilotbird_revocation_main .key_features .content_section .title,
  .pilotbird_engage_main .key_features .content_section .title {
    text-align: right;
    margin-top: 0px;
  }
  .pilotbird_revocation_main .key_features .content_section .title h2,
  .pilotbird_engage_main .key_features .content_section .title h2 {
    font-size: 20px;
  }
  .pilotbird_engage_main .expected_impact .content_section .item .inner {
    padding: 75px 0px;
    margin: 5px 0px 5px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }
  .pilotbird_engage_main .expected_impact .content_section .item:last-child .inner {
    padding: 90px 0px;
  }
  .pilotbird_engage_main .use_cases .content_section .item {
    margin: 20px 8px 70px 5px;
  }
  .pilotbird_engage_main .use_cases .content_section .front_card .title h2{
    font-size: 19px;
    line-height: 1.5em;
  }
  .pilotbird_engage_main .use_cases .content_section{
    padding: 50px 0px 20px 0px;
  }
  .pilotbird_engage_main .use_cases .content_section .item:last-child .front_card{
    margin-top:-53px;
  }
  .pilotbird_engage_main .use_cases .content_section .front_card {
    margin-top: -68px;
  }
  .pilotbird_revocation_banner .banner .image {
    margin-top: 20px;
  }
  .pilotbird_revocation_banner .banner .button-wrapper {
    margin-bottom: 40px;
  }
  .pilotbird_revocation_banner .banner {
    padding: 30px 30px 30px 30px;
    background-position: unset;
  }
  .pilotbird_revocation_main .key_features .image_wrapper img {
    max-width: 80%;
  }
  .pilotbird_revocation_main .key_features .image_section{
    padding-bottom:30px;
  }
  .pilotbird_revocation_main .expected_impact .content_section .item .inner {
    background-size: contain;
    padding: 0;
  }
  .pilotbird_revocation_main .expected_impact .content_section .content p {
    margin-top: 0;
  }
  .pilotbird_revocation_main .expected_impact .content_section .title h2 {
    margin-bottom: 0;
    font-size: 32px;
  }
  .pilotbird_revocation_main .use_cases .content_section .front_card {
    margin-top: -53px;
  }
  .pilotbird_revocation_main .use_cases .content_section {
    padding: 50px 0px 50px 0px;
  }
  .home_main_section .key_features .image_section .row,
  .home_main_section .key_features .image_section {
    padding-top: 0;
  }
  .home_main_section .key_features .heading h2 {
    padding: 0;
    text-align: center;
  }
  .home_main_section .key_features .content_section {
    padding: 20px 20px 60px 20px;
  }
  .home_main_section .key_features .content_section .item {
    padding: 10px 0;
  }
  .home_main_section .key_features .content_section .title {
    margin-top: 0;
  }
  .home_main_section .key_features .content_section .title h2 {
    font-size: 20px;
    text-align: right;
  }
  .home_main_section .key_features .content_section .content{
    width: 80%;
  }
  .home_main_section .contact_card {
    padding: 60px 0px 60px 0px;
  }
  .home_main_section .contact_card .main-content{
    margin: 15px 15px 15px 15px;
    padding:30px;
  }
  .home_main_section .contact_card .button-wrapper a {
    margin-bottom: 30px;
  }
  .contact_main_section .left-col h1{
    font-size: 24px;
  }
  .contact_main_section .right-col{
    padding:0px;
    text-align:center;
  }
  .technology_banner .banner .main-content .title h1 {
    font-size: 25px;
  }
  .technology_banner .banner{
    padding: 60px 0px 60px 0px;
    background-position: unset;
  }
  .technology_banner .banner .main-content .title {
    margin-top: 63px;
  }
  .technology_banner .banner .button-wrapper {
    margin-top: 25px;
    margin-bottom: 1px;
  }

}

@media (max-width: 478px){
  .pilotbird_engage_main .use_cases .content_section .item:last-child .back_card {
    padding: 12px;
    min-height: 415px;
  }
  .pilotbird_engage_main .use_cases .content_section .item:first-child .back_card {
    padding: 12px;
    height: 350px;
  }
  .contact_main_section iframe {
    min-width: auto;
  }
  .pilotbird_engage_main .use_cases .content_section .item:last-child .front_card, .pilotbird_engage_main .use_cases .content_section .front_card {
    margin-top: -39px;
  }
  .use_cases .content_section .item:last-child .front_card,
  .pilotbird_revocation_main .use_cases .content_section .front_card {
    margin-top: -28px;
  }
}

@media (max-width: 425px){
.terms_main_section .left-col hr, .security_main_section .left-col hr {
    margin-bottom: 22px;
}
  .security-page .header,
  .term-page .header{
  min-height:133px;
  }
}
@media (max-width: 320px){
  .pilotbird_engage_main .use_cases .content_section .item:last-child .front_card{
    margin-top: -8px;
  }
  .pilotbird_engage_main .use_cases .content_section .front_card {
    margin-top: -23px;
  }
  .pilotbird_revocation_main .use_cases .content_section .front_card {
    margin-top: -10px;
  }
  .use_cases .content_section .item:last-child .front_card {
    margin-top: -54px;
  }
  .pilotbird_lifestyle_main .use_cases .content_section {
    padding: 60px 0px 5px 0px;
    background-color: #191931;
  }

}