*, *: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: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

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

@media (min-width: 768px) and (max-width: 1139px) {
    .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: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -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%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .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: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

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

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "museo";
  src: url("https://use.typekit.net/af/f7c91f/000000000000000000011b23/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
    url("https://use.typekit.net/af/f7c91f/000000000000000000011b23/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),
    url("https://use.typekit.net/af/f7c91f/000000000000000000011b23/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style: normal; 
  font-weight: 300;
}
@font-face { 
  font-family: "museo";
  src: url("https://use.typekit.net/af/d23205/000000000000000077359947/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), 
    url("https://use.typekit.net/af/d23205/000000000000000077359947/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), 
    url("https://use.typekit.net/af/d23205/000000000000000077359947/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 500;
}
@font-face {
  font-family: "museo";
  src: url("https://use.typekit.net/af/8a79e7/000000000000000000011b24/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/8a79e7/000000000000000000011b24/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("https://use.typekit.net/af/8a79e7/000000000000000000011b24/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal;
  font-weight: 700;
}
@font-face { 
  font-family: "museo"; 
  src: url("https://use.typekit.net/af/12040f/000000000000000077359958/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),
    url("https://use.typekit.net/af/12040f/000000000000000077359958/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), 
    url("https://use.typekit.net/af/12040f/000000000000000077359958/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-style: normal; 
  font-weight: 900;
}
@font-face { 
  font-family: "museo-sans"; 
  src: url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), 
    url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), 
    url("https://use.typekit.net/af/a28b50/00000000000000000000e803/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face { 
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("https://use.typekit.net/af/e3ca36/00000000000000000000e805/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal;
  font-weight: 700;
}
@font-face { 
  font-family: "museo-sans";
  src: url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"), 
    url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), 
    url("https://use.typekit.net/af/9cf49e/00000000000000000000e807/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 900;
}  
body {
  line-height: 1.6;
  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: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
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;
}
/* Form fields */
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  max-width: 100%;
  white-space: normal
}

/* Help text - legends */

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 {
  width: 100%;
  padding: 8px;
  border-radius: 2px;
  background: #ECF0F5;
  outline: none;
  border: none;
  height: 40px;
  font-weight: 500;
  font-family: "museo";
  font-size: 14px;
  line-height: 1.15;
  margin: 0;
}

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;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.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;
}
.form-title{
  color: #ff9b26;
  font-family: "museo-sans";
  line-height: 1.2;
  font-size: 28px;
  text-align:center;
  font-weight: 900;
}
.hs-input.invalid.error {
  border-color: #EF6B51;
}
form{
  margin-bottom: 42px;
  background-color: #fff;
}
.hs-error-msg,.hs-error-msgs label {
  font-size: 12px!important;
  font-weight: 500!important;
  margin-bottom: 0;
  margin-top: 4px;
  color: #ff9b26;
  padding-left: 0;
  list-style: none;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}

/* Submit button */
form input[type=submit]:hover:before,
form .hs-button:hover:before{
  opacity:0;
}
form input[type=submit]:before,
form .hs-button:before {
  transform: translate(-50%);
  width: 95%;
  height: 4px;
  background-color: #ff9b26;
  position: absolute;
  z-index: -1;
  bottom: -4px;
  opacity: .24;
  left: 50%;
  content: "";
}
form input[type=submit],
form .hs-button {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  padding-top: 10px;
  transition: all .15s linear;
  padding-bottom: 10px;
  transform: translateY(-4px);
  border-radius: 2px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
  border-top-color: #4353ff;
  border-right-color: #4353ff;
  border-bottom-color: #4353ff;
  border-left-color: #4353ff;
  text-align: left;
  background-color: #ff9b26;
  color: #fff;
  font-weight: 700;
  position: relative;
  margin:15px 0;
  text-align: center;
  white-space: break-spaces;
  z-index: 1;
  font-family: "museo-sans";
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
/*header-mobile*/
.header-mobile{
  display: block;
  visibility: visible;
  pointer-events: none;
}
.menu-open .overlay{
  visibility:visible;
  opacity:1;
}
.overlay{
  will-change: opacity,visibility;
  background: rgba(0,0,0,.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -o-transition: all .5s cubic-bezier(.77,0,.175,1);
  transition: all .5s cubic-bezier(.77,0,.175,1);
  pointer-events: auto;
  z-index: 10;
}
.menu-open .mobile-nav-container{
  transform:none;
}
.mobile-nav-container {
  box-shadow: none;
  transform: translate(100%,0);
  will-change: transform;
  left: auto;
  right: 0;
  height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #fff;
  width: 375px;
  flex-direction: row;
  align-items: stretch;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  position: fixed;
  max-width: 100%;
  overflow-x: hidden;
  top: 0;
  padding: 30px;
  z-index: 1000;
  transition: transform .5s cubic-bezier(.77,0,.175,1),box-shadow .5s cubic-bezier(.77,0,.175,1);
  -o-transition: -o-transform .5s cubic-bezier(.77,0,.175,1),box-shadow .5s cubic-bezier(.77,0,.175,1);
  pointer-events: auto;
}
.mobile-nav-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.mobile-nav-top {
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  flex-grow: 1;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-nav-top  div#hs_cos_wrapper_mobile-nav-header {
  display: block;
  width: 100%;
}
div#hs_cos_wrapper_Mobile-nav-button {
  width: 100%;
  margin-top:auto;
}
div#hs_cos_wrapper_Mobile-nav-bottom_text {
  width: 100%;
}
div#hs_cos_wrapper_Header-right-section {
  display: flex;
  align-items: center;
}
.mobile-nav-header {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
  flex-wrap:no-wrap;
}
a.ct-link {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
a.ct-link img{
  max-width: 100%;
  border-style: none;
}
.close-mobile-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  flex-wrap: nowrap;
}
.close-mobile-menu  div.ct-fancy-icon {
  display: inline-flex;
  border-radius: 50%;
  color: #191919;
  margin-right:6px;
}
.close-mobile-menu  div.ct-fancy-icon svg{
  width: 18px;
  height: 18px;
  fill: currentColor;
  overflow:currentColor;
}
.mobile-gap {
  height: 1px;
  margin-bottom: 12px;
  width: 100%;
  background-color: #ecf0f5;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.mobile-navigation {
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.slide-menu {
  font-family: "museo-sans";
  line-height: 1.2;
  width: 100%;
}
.slide-menu nav .hs-menu-wrapper ul{
  padding: 0;
  margin-top:16px;
  margin-bottom:16px;
  display:block;
}
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1{
  list-style-type: none;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>a{
  transition-duration: 0.3s;
  margin-bottom: 12px;
  margin-top: 12px;
  font-weight: 500;
  font-size: 18px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-dropdown-icon {
  margin-left: 12px;
  margin-right: auto;
  background: none;
  cursor: pointer;
  color: inherit;
  border: none;
  padding: 0;
  font-size: 100%;
  line-height: 1.15;
}
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>a:hover .mobile-menu-dropdown-icon svg,
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>a:focus .mobile-menu-dropdown-icon svg, 
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul>li>a:hover .mobile-menu-dropdown-icon svg,
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul>li>a:focus .mobile-menu-dropdown-icon svg
{
  transform: rotate(-90deg);
}

.mobile-menu-dropdown-icon svg{
  font-size: 12px;
  transform: rotate(0deg);
  transition-duration: 0.4s;
  height: 1em;
  fill: currentColor;
  width: 1em;
  overflow:hidden;
}
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul.active{
  visibility: visible;
  max-height: 800px;
  padding:24px;
  transition: max-height 1s ease-in-out;
}
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul{
  background-color: #ecf0f5;
  flex-direction: column; 
  overflow:hidden;
  margin:0px; 
  display:none;
  padding: 24px;
}
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul>li{
  list-style-type: none;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>a:hover,.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>a:focus{
  color: #ff9b26;
}
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul>li>a{
  font-weight: 500;
  font-size: 18px;
  color: rgba(51,51,51,.75);
  transition-duration: 0.3s;
  margin-bottom: 12px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul>li>ul.active-menu{
  max-height:1000px;
  padding:24px;
  visibility:visible;
  transition: max-height 1s ease-in-out;
}
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul>li>ul{
  background-color: #ecf0f5; 
  overflow:hidden;
  margin:0px; 
  flex-direction: column;
  padding:24px;
  display:none;
}
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul>li>ul>li{
  list-style-type: none;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul>li>a:hover,
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul>li>a:focus{
  color: #ff9b26;
}
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul>li>ul>li>a{
  font-weight: 500;
  font-size: 18px;
  color: rgba(51,51,51,.75);
  transition-duration: 0.3s;
  margin-bottom: 12px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  text-align: center;
  flex-wrap: nowrap;
  width: 100%;
}
.m-text {
  font-family: "museo-sans";
  line-height: 1.2;
  max-width: 300px;
  font-weight: 900;
  margin-bottom: 12px;
  color: #216a82;
  font-size: 28px;
}
a.ct-link-button:hover {
  transform: translateY(0);
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #fff;
  background-color: #216a82;
}
a.ct-link-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-width: 260px;
  margin-bottom:24px;
  transition-duration: 0.4s;
  width:100%;
  transform: translateY(-4px);
  border-radius: 2px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  text-transform: none;
  letter-spacing: 0;
  border-top-color: #4353ff;
  border-right-color: #4353ff;
  border-bottom-color: #4353ff;
  border-left-color: #4353ff;
  text-align: left;
  background-color: #ff9b26;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-left: 12px !important;
  padding-right: 12px !important;
  font-family: "museo-sans";
  padding: 10px 16px;
}
a.ct-link-button:hover:before{
  opacity:0;
}
a.ct-link-button:before {
  transform: translate(-50%);
  width: 95%;
  height: 4px;
  background-color: #ff9b26;
  position: absolute;
  z-index: -1;
  bottom: -4px;
  opacity: .24;
  left: 50%;
  content: "";
}
a.ct-link-button:after {
  background-image: url(https://info.aira.net/hubfs/raw_assets/public/Aira_October2021/images/header-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 14px;
  width: 8px;
  margin-left: 20px;
  z-index: 2;
  min-width: 8px;
  content: "";
}
.mobile-nav-bottom {
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "museo-sans";
  line-height: 1.2;
  font-weight: 500;
  background-color: #54c0bf;
  text-align: center;
  width: 100%;
  flex-wrap: nowrap;
  color: #fff;
}
.row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: nowrap;
}
.row-center img{
  margin-right: 12px;
  max-width:100%;
}
.text-block {
  font-size:14px;
  font-weight:700;
}
.div-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.ct-text-block {
  max-width: 200px;
}
@media (max-width: 767px){
  .mobile-nav-wrapper {
    overflow-y: auto;
  }
}
body.menu-open {
  overflow: hidden;
}
.child-open svg {
  transform: rotate( -90deg);
}

.mobile-menu-dropdown-icon:hover svg {
  fill: #ff9b26;
}
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul>li>a:hover + .child-trigger,
.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>a:hover + .child-trigger {
  color: #ff9b26;
}




/*header-desktop*/
.top-space {
  padding-bottom: 84px;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 0%);
  display:block;
}
.header-row{
  height: 84px;
  width: 100%;
  display: block;
}
.header-container{
  max-width: 1366px;
  padding-right: 24px;
  padding-left: 24px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.header-left{
  justify-content: flex-start;
}
.header-left,.header-center,.header-right{
  display: flex;
  align-items: center;
}
.header-left a{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:auto;
}
.header-left a img{
  height: 33px;
  max-width: 100%;
  width:76.5px !important;
  border-style: none;
}
.header-center{
  flex-grow: 1;
  justify-content: center;
}
.header-navigation {
  font-family: "museo-sans";
  line-height: 1.2;
}
.open-icon{
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: none;
  cursor: pointer;
  align-items: center;
  transition-duration: 0.4s;
}
.open-icon svg{
  width: 30px;
  height: 30px;
  transition-duration: 0.4s;
  fill: currentColor;
  overflow:hidden;
}
.header-menu-container {
  transition-property: opacity,transform,visibility;
}
.main-menu-navigation {
  margin: auto;
}
.main-menu-navigation .hs-menu-wrapper>ul{
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  flex-direction: row;
}
.main-menu-navigation .hs-menu-wrapper>ul .hs-menu-depth-1{
  color: #333;
  font-weight: 500;
  font-size: 15px;
  transition-duration: 0.3s;
  align-items: center;
  list-style-type: none;
  display: flex;
  transition-property: background-color,color,border-color;
  position: relative;
  white-space: nowrap;
  flex-direction: column!important;
}
.main-menu-navigation .hs-menu-wrapper>ul .hs-menu-depth-1>a:hover,.main-menu-navigation .hs-menu-wrapper>ul .hs-menu-depth-1>a:focus{
  color: #ff9b26;
}
.main-menu-navigation li.hs-menu-item.hs-menu-depth-2>a:hover{
  color: #ff9b26;
}
.main-menu-navigation .hs-menu-wrapper>ul .hs-menu-depth-1>a{
  padding-left: 14px;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  transition-duration: 0.3s;
  text-align: left;
  justify-content: flex-start;
  text-decoration: none;
  border-style: solid;
  border-width: 0;
  transition-timing-function: ease-in-out;
  transition-property: background-color,color,border-color;
  border-color: transparent;
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.main-menu-navigation li.hs-menu-item.hs-menu-depth-2{
  color: #333;
  font-weight: 500;
  font-size: 15px;
  transition-duration: 0.3s;
  flex-direction: column;
  list-style-type: none;
  display: flex;
  width: 100%;
  transition-property: background-color,color,border-color;
  position: relative;
}
.main-menu-navigation li.hs-menu-item.hs-menu-depth-2>a{
  background-color: #ecf0f5;
  padding:6px 14px 6px 14px;
  color: #333;
  font-weight: 500;
  font-size: 15px;
  transition-duration: 0.3s;
  text-align: left;
  justify-content: flex-start;
  text-decoration: none;
  border-style: solid;
  border-width: 0;
  transition-timing-function: ease-in-out;
  transition-property: background-color,color,border-color;
  border-color: transparent;
  display: inline-flex;
  align-items: center;
  width:100%;
}
.main-menu-navigation li.hs-menu-item.hs-menu-depth-2 ul.active{
  max-height: 300px;
  visibility: visible !important;
  transform: none;
  opacity: 1 !important;
  left: 0 !important;
}
.main-menu-navigation li.hs-menu-item.hs-menu-depth-2 ul{
  max-height: 0px;
  top: 0;
  left: 100%;
  position: static!important;
  transition: none;
  overflow: hidden;
  width: 100%;
  background: #ecf0f5;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding: 0;
  flex-direction: column;
  white-space: nowrap;
  display: flex !important;
  visibility: hidden;
  z-index: 9999999;
  opacity: 0;
}
.main-menu-navigation li.hs-menu-item.hs-menu-depth-2 ul:after{
  margin-top: 24px;
  margin-bottom: 6px;
}
.main-menu-navigation li.hs-menu-item.hs-menu-depth-2 ul:before{
  margin-top: 6px;
  margin-bottom: 24px;
}
.main-menu-navigation li.hs-menu-item.hs-menu-depth-2 ul:after,.main-menu-navigation li.hs-menu-item.hs-menu-depth-2 ul:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
  background: #dfe3e7;
  opacity: 1;
}
.main-menu-navigation li.hs-menu-item.hs-menu-depth-2 ul li{
  color: #333;
  font-weight: 500;
  font-size: 15px;
  transition-duration: 0.3s;
  background: #ecf0f5;
  flex-direction: column;
  list-style-type: none;
  display: flex;
  width: 100%;
  transition-property: background-color,color,border-color;
  position:relative;
}
.main-menu-navigation li.hs-menu-item.hs-menu-depth-2 ul li a:hover{
  color: #ff9b26;
}
.main-menu-navigation li.hs-menu-item.hs-menu-depth-2 ul li a{
  background-color: #ecf0f5;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #333;
  font-weight: 500;
  transition-duration: 0.3s;
  padding-left: 0px!important;
  padding-right: 0px!important;
  font-size: 13px!important;
  text-align: left;
  justify-content: flex-start;
  text-decoration: none;
  border-style: solid;
  border-width: 0;
  transition-timing-function: ease-in-out;
  transition-property: background-color,color,border-color;
  border-color: transparent;
  display: inline-flex;
  align-items: center;
  width:100%;
}
.menu-dropdown-icon{
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-menu-navigation .hs-menu-wrapper>ul .hs-menu-depth-1>a:hover > .menu-dropdown-icon svg{
  transform: rotate(-90deg);
}
.main-menu-navigation li.hs-menu-item.hs-menu-depth-2>a:hover  > .menu-dropdown-icon svg{
  transform: rotate(-90deg);
}
.menu-dropdown-icon svg{
  font-size: 12px;
  margin-left: 10px;
  transform: rotate(0deg);
  transition-duration: 0.4s;
  width: 1.4em;
  height: 1.4em;
  fill: currentColor;
  transition-property: transform;
  overflow:hidden;
}
.close-icon{
  top: 20px;
  left: 20px;
  position: absolute;
  display: none;
  cursor: pointer;
  align-items: center;
  transition-duration: 0.4s;
}
.header-right{
  justify-content:flex-end;
}
.mobile-menu-trigger {
  display: none;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  cursor:pointer;
}
.mobile-menu-trigger img{
  margin-right: 6px;
  max-width: 100%;
}
.mobile-menu-trigger .text-block { 
  font-family: "museo",sans-serif;
  font-weight: 300;
  line-height: 1.6;
  font-size: 16px;
}
.link-button:before {
  transform: translate(-50%);
  width: 95%;
  height: 4px;
  background-color: #ff9b26;
  position: absolute;
  z-index: -1;
  bottom: -4px;
  opacity: .24;
  left: 50%;
  content: "";
}
.link-button:hover:before {
  opacity: 0;
}
.link-button:after {
  content: "";
}
.link-button:hover {
  transform: translateY(0);
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #fff;
  background-color: #216a82;
}
.link-button{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition-duration: 0.4s;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 27px;
  padding-right: 27px;
  padding-bottom: 10px;
  transform: translateY(-4px);
  border-radius: 2px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  text-transform: none;
  letter-spacing: 0;
  border-top-color: #4353ff;
  border-right-color: #4353ff;
  border-bottom-color: #4353ff;
  border-left-color: #4353ff;
  text-align: left;
  background-color: #ff9b26;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
  font-family: "museo-sans";
  text-decoration:none;
}

.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul>li>a {
  display: inline-block;
}

.mobile-menu-dropdown-icon {
  display: inline-block;
}

.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>ul>li {
  display: block;
}

.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1 {
  display: inline-block;
}

.slide-menu nav .hs-menu-wrapper ul>li.hs-menu-depth-1>a {
  display: inline-block;
}

@media only screen and (max-width: 991px){
  .header-navigation {
    display: none!important;
  }
  .open-icon {
    display: inline-flex;
  }
  .header-menu-container {
    visibility: hidden;
    position: fixed;
  }
  .mobile-menu-trigger{
    display:flex !important;
  }
  .link-button{
    display:none;
  }
}
/*footer-contact-page-css*/
.footer-top{
  background-image: url(https://info.aira.net/hubfs/raw_assets/public/Aira_October2021/images/Group-242.svg);
  background-size: 160px 160px;
  background-repeat: no-repeat;
  background-position: 58% 140%;
  background-color: #54c0bf;
  position: relative;
  width: 100%;
}
.section-inner-gap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 60px;
  padding-right: 24px;
  padding-bottom: 60px;
  padding-left: 24px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width:1128px;
}
.footer-wrapper {
  flex-direction: column;
  align-items: center;
  display: grid!important;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  text-align: center;
  grid-gap: clamp(52px, 12vmin, 130px);
  color: #fff;
}
.footer-wrapper h2{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "museo-sans";
  line-height: 1.2;
  text-align: left;
  font-size: 44px;
  font-weight: 900;
  color:#fff;
  text-transform: none;
  margin:0px;
}
.footer-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  flex-wrap: nowrap;
}
.footer-btn-text {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
  color: #fff;
}
.footer-btn-text:hover:after{
  transform: translate(0,-50%) scaleX(0);
}
.footer-btn-text:hover > a {
  transform: translateY(0);
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  color: #fff;
  background-color: #216a82;
}
.footer-btn-text:hover > a:before{
  opacity:0;
}
.footer-btn-text:after {
  transform: translateY(calc(-50% - 4px));
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  right: 14px;
  transition-duration: 0.4s;
  content: "";
  top: 50%;
  transform-origin: center right;
}
.footer-btn-text a:before {
  transform: translate(-50%);
  width: 95%;
  height: 4px;
  background-color: #ff9b26;
  position: absolute;
  z-index: -1;
  bottom: -4px;
  opacity: .24;
  left: 50%;
  content: "";
}
.footer-btn-text a:after {
  background-image: url(https://info.aira.net/hubfs/raw_assets/public/Aira_October2021/images/arrow-tailess.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 14px;
  width: 8px;
  margin-left: 20px;
  z-index: 2;
  min-width: 8px;
  content: "";
}
.footer-btn-text a{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-width: 260px;
  z-index: 1;
  transition-duration: 0.4s;
  transform: translateY(-4px);
  border-radius: 2px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  text-transform: none;
  letter-spacing: 0;
  border-top-color: #4353ff;
  border-right-color: #4353ff;
  border-bottom-color: #4353ff;
  border-left-color: #4353ff;
  text-align: left;
  background-color: #ff9b26;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-left: 12px !important;
  padding-right: 12px !important;
  font-family: "museo-sans";
  padding:10px 16px;
}
@media (max-width: 767px){
  .footer-top {
    background-size: auto auto;
    background-position: 100% 50%;
  }
  .footer-wrapper{
    grid-template-columns: 1fr;
  }
  .footer-wrapper h2{
    max-width: 90%;
    font-size: 40px;
    letter-spacing: .2px;
  }
  .footer-btn{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align:left;
  }
  .footer-btn-text a{
    width:100%;
  }
}









/*footer-main-css*/
footer.footer {
  font-size: 14px;
  background-color: #333;
  color: #fff;
  width: 100%;
  background-size: cover;
  background-repeat: repeat;
  display: block;
}
.footer-container {
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 24px;
  padding-left: 24px;
}
.footer-container.content-wrapper {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.footer-column1 {
  display: grid!important;
  grid-template-columns: repeat(3,1fr);
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.footer-col-menu {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.heading-font:hover{
    color: #54c0bf;
}
.footer-top-col {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.heading h3 {
  font-family: "museo-sans";
  line-height: 1.2;
  font-size: 14px;
  color: #54c0bf;
  font-weight: 900;
  margin-bottom: clamp(12px, 3.5vmin, 16px);
}
.footer-col-menu ul {
  flex-direction: column;
  display: flex;
  padding: 0;
  margin: 0;
}
.footer-col-menu ul>li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer-top-col a:hover{
  color: #ff9b26;
}
.footer-col-menu ul>li>a,.footer-top-col a{
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  font-size: 14px;
  color: #fff;
  transition-duration: 0.3s;
  margin-bottom: 16px;
  text-decoration: none;
  border-style: solid;
  border-width: 0;
  transition-timing-function: ease-in-out;
  transition-property: background-color,color,border-color;
  border-color: transparent;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.footer-column2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  opacity: .12;
  margin-top: 42px;
  margin-bottom: 42px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.footer-column3 {
  display: grid!important;
  grid-template-columns: repeat(3,1fr);
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.footer-bottom-col1 {
  margin-bottom: 12px;
  grid-gap: clamp(12px, 3.5vmin, 30px);
  color: #fff;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  display: grid!important;
  grid-template-columns: repeat(2,1fr);
  width: 100%;
}
.footer-bottom-text p {
  display: inline-block;
  text-decoration: inherit;
  color: #fff;
  font-size: 14px;
  font-family: "museo";
  font-weight: 300;
  margin: 0;
}
.footer-bottom-text {
  display: inline-block;
  text-decoration: inherit;

}
.footer-bottom-menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
}
.footer-bottom-menu a:hover{
  color: #54c0bf;
}
.footer-bottom-menu a {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition-duration: 0.4s;
  color: #fff;
}
.footer-bottom-col3 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  flex-wrap: nowrap;
}
.mb-12 {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;

}

.mb-12 a {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 6px;
  transition-duration: 0.4s;
  flex-wrap: wrap;
  text-align: center;
  text-decoration: none;
  /*   justify-content: center; */
}
.mb-12 a:nth-child(2) {
  margin-bottom: 0px;
}
.footer-bottom-col3 .hs_cos_wrapper {
  height: 34px;
  max-width: 100%;
  line-height: 1.6;
}
@media only screen and (max-width: 991px){
  .footer-column3 {
    grid-template-columns: repeat(2,1fr);
  }
  .footer-bottom-col3 {
    flex-direction: row;
    display: flex;
  }  
}
@media only screen and (min-width: 992px){
  .footer-col-menu ul {
    flex-wrap: wrap;
    height: 108px;
    width: 100%;
    column-gap: 30px;
  }
  .footer-col-menu ul>li:nth-child(3n) a{
    margin-bottom: 0px!important;
  }
}
@media only screen and (max-width: 767px){
  .footer-column1 {
    grid-template-columns: repeat(2,1fr);
  }
  .footer-column3 {
    grid-template-columns: 1fr;
  }
  .footer-bottom-col1 {
    grid-template-columns: 1fr;
  }
}
/* 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;
}

.main-menu-navigation .hs-menu-wrapper.flyouts >ul>.hs-menu-depth-1>ul {
  top: 100%;
  left: 0;
  background: #ecf0f5;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  transition-duration: .4s;
  padding: 0;
  flex-direction: column;
  white-space: nowrap;
  display: flex;
  visibility: hidden;
  position: absolute;
  z-index: 9999999;
  transition-property: opacity,transform,visibility;
  transition-timing-function: ease;
  opacity: 0;
  transform: scale(.6);
}


.main-menu-navigation .hs-menu-wrapper.flyouts >ul>.hs-menu-depth-1:hover>ul{
  opacity:1;
  visibility:visible;
  transform:translateZ(0) scale(1);
}

/* .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  opacity:1;
  visibility:visible;
  transform:translateZ(0) scale(1);
} */