*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* 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;
}

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

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


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family:trajan-sans-pro;
  src:url(https://use.typekit.net/af/d12cb1/00000000000000000001319e/27/l?subset_id=2&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.net/af/d12cb1/00000000000000000001319e/27/d?subset_id=2&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.net/af/d12cb1/00000000000000000001319e/27/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  font-display:auto;
}
@font-face {
  font-family:trajan-sans-pro;
  src:url(https://use.typekit.net/af/a0b170/00000000000000000001319f/27/l?subset_id=2&fvd=n6&v=3) format("woff2"),
    url(https://use.typekit.net/af/a0b170/00000000000000000001319f/27/d?subset_id=2&fvd=n6&v=3) format("woff"),
    url(https://use.typekit.net/af/a0b170/00000000000000000001319f/27/a?subset_id=2&fvd=n6&v=3) format("opentype");
  font-weight:600;
  font-style:normal;
  font-stretch:normal;
  font-display:auto;
}
@font-face {
  font-family:trajan-sans-pro;
  src:url(https://use.typekit.net/af/608dc8/00000000000000000001319b/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),
    url(https://use.typekit.net/af/608dc8/00000000000000000001319b/27/d?subset_id=2&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.net/af/608dc8/00000000000000000001319b/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
  font-stretch:normal;
  font-display:auto;
}
@font-face {
  font-family:krete;
  src:url(https://use.typekit.net/af/447a9f/00000000000000007735a2a5/30/l?subset_id=2&fvd=n3&v=3) format("woff2"),
    url(https://use.typekit.net/af/447a9f/00000000000000007735a2a5/30/d?subset_id=2&fvd=n3&v=3) format("woff"),
    url(https://use.typekit.net/af/447a9f/00000000000000007735a2a5/30/a?subset_id=2&fvd=n3&v=3) format("opentype");
  font-weight:300;
  font-style:normal;
  font-stretch:normal;
  font-display:auto;
}
@font-face {
  font-family:krete;
  src:url(https://use.typekit.net/af/2f8f6c/00000000000000007735a2cd/30/l?subset_id=2&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.net/af/2f8f6c/00000000000000007735a2cd/30/d?subset_id=2&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.net/af/2f8f6c/00000000000000007735a2cd/30/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
  font-stretch:normal;
  font-display:auto;
}
@font-face {
  font-family:krete;
  src:url(https://use.typekit.net/af/4f48c5/00000000000000007735a2c9/30/l?subset_id=2&fvd=n5&v=3) format("woff2"),
    url(https://use.typekit.net/af/4f48c5/00000000000000007735a2c9/30/d?subset_id=2&fvd=n5&v=3) format("woff"),
    url(https://use.typekit.net/af/4f48c5/00000000000000007735a2c9/30/a?subset_id=2&fvd=n5&v=3) format("opentype");
  font-weight:500;
  font-style:normal;
  font-stretch:normal;
  font-display:auto;
}
@font-face {
  font-family:krete;
  src:url(https://use.typekit.net/af/4803a6/00000000000000007735a2af/30/l?subset_id=2&fvd=n7&v=3) format("woff2"),
    url(https://use.typekit.net/af/4803a6/00000000000000007735a2af/30/d?subset_id=2&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.net/af/4803a6/00000000000000007735a2af/30/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight:700;
  font-style:normal;
  font-stretch:normal;
  font-display:auto;
}
@font-face {
  font-family:krete;
  src:url(https://use.typekit.net/af/48c6d8/00000000000000007735a2a8/30/l?subset_id=2&fvd=i3&v=3) format("woff2"),
    url(https://use.typekit.net/af/48c6d8/00000000000000007735a2a8/30/d?subset_id=2&fvd=i3&v=3) format("woff"),
    url(https://use.typekit.net/af/48c6d8/00000000000000007735a2a8/30/a?subset_id=2&fvd=i3&v=3) format("opentype");
  font-weight:300;
  font-style:italic;
  font-stretch:normal;
  font-display:auto;
}
@font-face {
  font-family:krete;
  src:url(https://use.typekit.net/af/61756e/00000000000000007735a2aa/30/l?subset_id=2&fvd=i7&v=3) format("woff2"),
    url(https://use.typekit.net/af/61756e/00000000000000007735a2aa/30/d?subset_id=2&fvd=i7&v=3) format("woff"),
    url(https://use.typekit.net/af/61756e/00000000000000007735a2aa/30/a?subset_id=2&fvd=i7&v=3) format("opentype");
  font-weight:700;
  font-style:italic;
  font-stretch:normal;
  font-display:auto;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 1rem 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  text-decoration-skip: auto;
  text-decoration-skip-ink: auto;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2rem 0;
  font-style: normal;
  letter-spacing: .09em;
  text-transform: uppercase;
}

h1 {
  line-height: 1.08;
}
h2 {
  line-height: 1.1184;
}
h3 {
  line-height: 1.176;
}
h4 {
  line-height: 1.2144;
}
h5 {
  margin: 1.67em 0;
  line-height: 1.8;
}
h6 {
  margin: 2.33em 0;
  line-height: 1.8;
}




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

form .input .hs-input:focus {
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
  outline-color: #000;
}

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

/* Labels */

form .hs-form-field > label,
form legend {
  display: block;
  font-family: krete;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.8em;
  font-size: 1.1rem;
}

/* Help text - legends */


/* 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 {
  border: 1px solid;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  padding: 12px;
  margin: 6px 0 4px;
  color: #000;
  font-family: sans-serif;
  line-height: normal;
}

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

textarea {
  min-height: 100px;
  resize: vertical;
  margin-bottom: -2px !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: #000;
  margin-left: 3px;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  display: inline-block;
  width: auto;
  height: auto;
  font-family: trajan-sans-pro;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .34em;
  text-transform: none;
  line-height: 1;
  font-size: 1rem;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
  white-space: normal;
}

@media screen and (min-width: 1908px) {
  form input[type=submit],
  form .hs-button {
    font-size: calc(1 * 1rem) !important;
  }
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.hs-input.invalid.error {
  border-color: #e99292;
}
ul.no-list {
  padding: 0;
}
.systems-page .success {
  width: auto !important;
}
.hs-error-msgs li label {
  border-radius: 2px;
  background: #cc3b3b url(https://21451255.fs1.hubspotusercontent-na1.net/hubfs/21451255/raw_assets/public/Falcon_Risk_Services_March2022/images/icon_close.png) no-repeat 9px 50%;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  margin: 12px 0;
  padding: 5px 15px 3px 25px;
  margin-bottom: 0.5em;
  font-family: krete;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
}

a.button,
a.hs-reset-widget-show-password {
  text-decoration: none !important;
}
a.hs-button.primary {
  display: inline-block;
  margin-top: 20px;
}
input[type="search"]{
  -webkit-appearance: none;
}
.form-input-validation-message {
  font-size: 100% !important;
}
form#email-prefs-form {
  max-width: 100%;
}
p.header {
  min-height: inherit;
  z-index: 1;
  background: transparent !important;
}
[type="checkbox"], [type="radio"] {
  width: auto;
  display: inline !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid;
  padding: 0 15px;
  border-color: rgba(203,214,226,1.0);
}
.grecaptcha-badge {
  margin-left: 0 !important;
}

.hs-button:focus {
  outline: none;
}
.form-container .hs-form-field {
  margin-bottom: 20px;
}
.form-container .hs-button {
  margin-bottom: 10px;
}
.actions {
  text-align: left;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  width: auto !important;
}
.migration .hs-button {
  margin-bottom: 20px;
}
form .inputs-list input,
form .inputs-list span {
  vertical-align: inherit;
}
form .inputs-list > li {
  margin: 0;
}
a#hs_login_reset {
  margin-bottom: 15px;
  display: block;
}
input#hs-login-widget-remember +label {
  display: inline-block;
}
.systems-page .form-container {
  margin-bottom: 15px;
}
.password-prompt {
  margin-top: 10px;
}
.hs-membership-loader input.hs-button.primary.large {
  margin-bottom: 15px;
}
.submitted-message {
  color: #000;
}

@media (min-width: 768px) {
  #hs_cos_wrapper_password_prompt form,
  .blog-comments form,
  #hs_cos_wrapper_search_results form,
  #hs_cos_wrapper_backup_unsubscribe form,
  .form-container form {
    max-width: 500px !important;
  }
}

@media screen and (min-width: 1908px) {
  form .hs-form-field > label,
  form legend {
    font-size: calc(1.1 * 1rem) !important;
  }
  .submitted-message {
    font-size: calc(1.7 * 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: landscape) {
  .submitted-message {
    font-size: calc((1.7 - 1) * 1.2vw + 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: portrait) {
  .submitted-message {
    font-size: calc((1.7 - 1) * 1.2vh + 1rem);
  }
}

@media (max-width: 767px) {
  form .hs-form-field .input {
    margin-right: 0 !important;
  }
  .error-page {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .hs-input {
    max-width: 100% !important;
    width: 100% !important;
  }
  .hs-form-field .input > input.hs-input {
    width: 100% !important;
  }
  form {
    max-width: 100% !important;
  }
  .hs_recaptcha.field.hs-form-field {
    overflow-y: hidden;
  }
  .form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  div#hs-search-module {
    margin-top: 20px;
  }
}
/* 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 container */

.scroll-header .header_wrap {
  padding-top: 1.8vw;
  padding-bottom: 1.8vw;
}

header.header {
  position: fixed;
  width: 100% !important;
  left: 0;
  right: 0;
  z-index: 9;
  line-height: 1;
}
.header_wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 3vw;
  padding-right: 3vw;
  pointer-events: auto;
  transition: padding 140ms ease-in-out;
}
.header_inn {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}
.logo img {
  width: auto !important;
  max-width: 100%;
  max-height: 80px;
  display: block; 
}
.logo_menu_wrap {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 67%;
  align-items: center;
}
.logo {
  flex-grow: 0;
  flex-shrink: 0;
  backface-visibility: hidden;
}
.desktop .custom-menu-primary {
  text-align: right;
  margin-left: auto;
  padding-left: 3vw;
  flex-grow: 1;
  flex-shrink: 1;
}


header.header a.icon {
  margin-left: 3vw;
  width: 25px;
  height: 25px;
  position: relative;
  display: block;
  box-sizing: content-box;
  line-height: 1;
  text-decoration: none;
}
header.header a.icon svg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1908px) {
  header.header {
    font-size: calc(1.7 * 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: landscape) {
  header.header {
    font-size: calc((1.7 - 1) * 1.2vw + 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: portrait) {
  header.header {
    font-size: calc((1.7 - 1) * 1.2vh + 1rem);
  }
}


@media(max-width: 799px) {
  .header_wrap {
    padding: 6vw;
  }
  .desktop {
    display: none;
  }

  .mobile_nav.mobile {
    position: fixed;
    z-index: 1;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    will-change: opacity,visibility;
    user-select: none;
    text-align: left;
    pointer-events: auto;
    transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.4,0,.2,1);
    padding-top: 129.656px;
  }

  .logo.mobile img {
    max-height: 48px;
    display: inherit;
  }
  .logo.mobile {
    flex: 1 0 calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .menu_trigger.mobile {
    margin-right: 0;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 0 0 50px;
    width: 50px;
    display: flex;
    padding: 1px 6px;
    cursor: pointer;
  }

  .burger-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
  }

  .burger-inner {
    width: 100%;
    height: 100%;
  }

  .burger-inner .top-bun, .burger-inner .patty, .burger-inner .bottom-bun {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 100%;
    height: 1px;
    transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
    will-change: transform,width;
    background-color: #000;
  }

  .burger-inner .top-bun {
    transform: translatey(-9.5px);
  }

  .burger-inner .bottom-bun {
    transform: translatey(9.5px);
  }

  .show_menu .burger-inner .top-bun, .show_menu .burger-inner .patty, .show_menu .burger-inner .bottom-bun {
    background-color: #0033a0;
  }
  .show_menu .burger-inner .patty {
    transform: scale(0);
  }
  .show_menu .burger-inner .top-bun {
    transform: translatex(3.5px) rotate(-135deg);
    width: 28px;
  }
  .show_menu .burger-inner .bottom-bun {
    transform: translatex(3.5px) rotate(135deg);
    width: 28px;
  }
  .show_menu .mobile_nav.mobile {
    opacity: 1;
    visibility: visible;
  }
  .header-menu-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
  }
  .header-menu-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
  }
  .header-menu-nav-list {
    position: relative;
    flex-grow: 1;
    width: 100%;
    transform: translatey(20px);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
  }
  .show_menu .header-menu-nav-list {
    transform: translatey(0);
  }
  .header-menu-nav-folder {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    justify-content: flex-start;
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translatex(100%);
    transform: translatex(0%);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
  }
  .mobile .custom-menu-primary {
    position: relative;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    padding: 0;
  }

  .mobile .linkedin {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    flex-grow: 0;
    flex-shrink: 1;
    margin-bottom: 6vw;
    transform: translatey(100%);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
    justify-content: flex-start;
  }

  .show_menu .mobile .linkedin {
    transform: translatey(0);
  }
  body.show_menu {
    overflow: hidden;
  }
  .header-actions-action.header-actions-action--social {
    margin: 15px 7.5px;
  }

  header.header a.icon {
    width: 28px;
    height: 28px;
    margin: 0;
  }

  header.header .mobile a.icon svg {
    fill: #0033a0 !important;
  }
}




@media(min-width: 800px) {
  .mobile {
    display: none;
  }
  .custom-menu-primary.desktop-menu {
    display: block !important;
  }

  /* Default Menu Style */
  .hs-menu-wrapper > ul:after, 
  .hs-menu-wrapper > ul:before {
    content: "";
    display: table;
    clear: both;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style:none;
    margin: 0;
    padding-left: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }

  /* Custom Menu Style */
  .custom-menu-primary .hs-menu-wrapper {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .custom-menu-primary .hs-menu-wrapper>ul:after, 
  .custom-menu-primary .hs-menu-wrapper>ul:before {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    text-decoration: none;
    backface-visibility: hidden;
    padding: 0.1em 0;
    font-family: trajan-sans-pro;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: none;
    line-height: 1.8em;
    margin-left: 1.9vw;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    background-repeat: repeat-x;
    background-size: 1px 1px;
    background-position: 0 calc(100% - 0.1em);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    text-decoration: none;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    min-width: 220px;
    padding: 15px;
    box-shadow: 0px 1px 8px #000;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    float: none;
    width: 100%;
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    padding-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-align: left;
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {}

  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    left: 100% !important;
    position: absolute;
    top: 0;
  }
}

@media screen and (min-width: 1908px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: calc(.9 * 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: landscape) {
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: calc((.9 - 1) * 1.2vw + 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: portrait) {
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: calc((.9 - 1) * 1.2vh + 1rem);
  }
}

/* Trigger in Desktop */

.child-trigger,.mobile-trigger {
  display: none !important;
}

@media(max-width: 799px) {

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: calc(5vw + 10px);
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 15px;
    height: 2px;
    background-color: #0033a0;
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .mobile-trigger {
    display: inline-block !important;
  }


  /* Default Menu Style 
  .hs-menu-wrapper,
  .hs-menu-wrapper * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
}*/
  .hs-menu-wrapper > ul li a,
  .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
  }
  .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li .hs-menu-children-wrapper {
    display: none;
  }

  /* Custom Menu Style */
  .custom-menu-primary .hs-menu-wrapper ul {
    padding-left: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    -webkit-overflow-scrolling: touch;
    list-style: none;
    position: relative;
    margin: 0 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul > li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    margin: 3.2vw 5vw;
    font-size: 5vmin;
    color: #0033a0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li:first-child > a {
    margin-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover {}
  .custom-menu-primary .hs-menu-wrapper>ul > li {
    padding-left: 3vw;
    padding-right: 3vw;
    font-family: trajan-sans-pro;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .1em;
    text-transform: none;
    line-height: 1.8em;
    font-size: 1rem;
    line-height: 1;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li > a {
    color: #0033a0 !important;
    position: relative;
    display: block;
    padding: 3.2vw 5vw;
    transition: opacity 250ms cubic-bezier(.4,0,.2,1);
    font-size: 8.5vmin;
  }

  .custom-menu-primary .hs-menu-wrapper ul {
    position: relative;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: column;
  }
  .scroll-header .header_wrap {
    padding-top: 2vmax;
    padding-bottom: 2vmax;
  }

/*   header.header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.48px;
  }

  header.header .show_menu .mobile .linkedin .icon svg {
    width: 48px;
    height: 48px;
    fill: #000000 !important;
  }

  header.header a.icon {
    width: 48px;
    height: 48px;
  }

  header.header .hs-menu-wrapper>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.36px;
    color: #000000 !important;
  }
  header.header .hs-menu-wrapper>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    margin-bottom: 32px;
  } */



}

@media (min-width: 576px) and (max-width: 799px) {
  .mobile .custom-menu-primary .hs-menu-wrapper>ul > li > a {
    font-size: 6.6vmin;
  }
}

@media (max-width: 500px) {
  .child-trigger {
    top: 10px;
  }
}

@media (max-width: 379px) {
  .child-trigger {
    top: 0px;
  }
}
footer.footer {
  position: relative;
  display: flex;
  min-height: 33vh;
  align-items: center;
}
footer.footer .page-center {
  width: 100%;
  box-sizing: content-box;
  position: relative;
  display: flex;
}
footer.footer .footer_inn {
  width: 100%;
}
footer.footer .footer_row {
  margin-left: -17px;
  margin-right: -17px;
  width: auto !important;
}

footer.footer .sqs_col3 {
  width: 25%;
  float: left;
}

footer.footer .sqs_col2 {
  width: 16.6667%;
  float: left;
}

footer.footer .sqs_col7 {
  width: 58.3333%;
  float: left;
  padding: 0 !important;
}

footer.footer .sqs_col7 .sqs_col2 {
  width: 28.5714%;
}

footer.footer .sqs_col7 .sqs_col3 {
  width: 42.8571%;
}

footer.footer .sqs_row > div {
  padding: 17px;
}
footer.footer .sqs_row .blank .sqs_inn {
  height: 34px;
}

.footer_logo_wrap {
  max-width: 500px;
  margin: 0 auto;
}
.footer_logo {
  position: relative;
  overflow: hidden;
  padding-bottom: 40.07352828979492%;
}

.footer_logo img {
  left: 0%;
  top: -75%;
  width: 100% !important;
  height: 250%;
  position: absolute;
}

.footer_logo.footer_logo2 {
  padding-bottom: 41.17647171020508%;
}

.footer_logo.footer_logo2 img {
  top: -71.6216%;
  height: 243.243%;
}

.footer_logo.footer_logo3 {
  padding-bottom: 39.50617218017578%;
}

.footer_logo.footer_logo3 img {
  top: -76.1682%;
  height: 252.336%;
}
.copy_right {
  padding: 17px;
}
.hr_line {
  padding: 0 17px 17px;
}


@media screen and (min-width: 1908px) {
  footer.footer { 
    font-size: calc(1.7 * 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: landscape) {
  footer.footer { 
    font-size: calc((1.7 - 1) * 1.2vw + 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: portrait) {
  footer.footer { 
    font-size: calc((1.7 - 1) * 1.2vh + 1rem);
  }
}

@media screen and (max-width: 767px) {
  footer.footer .sqs_row > div {
    width: auto !important;
    float: none !important;
  }
  .hr_line {
    padding-top: 17px;
  }
  footer.footer .sqs_row .blank {
    display: none !important;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin: 0 auto;
  padding: 3.3vmax 3vw;
}
div[class*="-full-width-section"] {
  padding-left: 0px;
  padding-right: 0px;
}
div[class*="-full-width-section"] > .row-fluid {
  width: 100%;
  max-width: 100%;
  padding: 0px;
} 
div[class*="-flexbox-positioning"] {
  display: block !important;
}
.banner-section .dnd-section {
  padding: 0 !important;
}
.banner-section .dnd-section > .row-fluid {
  padding: 0 !important;
  width: 100% !important;
}
.slick-slide:focus {
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}

.widget-type-rich_text .hs_cos_wrapper_type_rich_text  > :first-child {
  margin-top: 0;
}
.widget-type-rich_text .hs_cos_wrapper_type_rich_text > :last-child {
  margin-bottom: 0;
}

.home-page form fieldset.form-columns-2 .hs-form-field {
  width: 49% !important;
  float: left !important;
}
.home-page form fieldset.form-columns-2 .hs-form-field:last-child {
  margin-left: 2%;
}
.home-page form .hs-input {
  width: 100% !important;
}
.home-page form .input {
  margin-right: 0 !important;
}


.team_banner .hs_banner_area .content_wrapp {
  padding-top: calc(14vmax / 10);
  padding-bottom: calc(14vmax / 10);
}
.team_banner .hs_banner_area .content {
  text-align: center;
  line-height: 1.176;
  font-family: trajan-sans-pro;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.team_banner .hs_banner_area .content {
  padding-bottom: 17px;
}

@media (min-width: 768px) {
  .home-page .row1_wrap .span6:first-child {
    width: 41.6667%;
    padding: 0 17px 17px 0;
  }
  .home-page .row1_wrap .span6:last-child {
    width: 50%;
    margin-left: 8.3333%;
    padding: 0 0px 17px 17px;
  }
}

@media screen and (min-width: 1908px) {
  .team_banner .hs_banner_area .content {
    font-size: calc(1.5 * 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: landscape) {
  .team_banner .hs_banner_area .content {
    font-size: calc((1.5 - 1) * 1.2vw + 1rem);
  }
}

@media screen and (min-width: 0) and (max-width: 1907px) and (orientation: portrait) {
  .team_banner .hs_banner_area .content {
    font-size: calc((1.5 - 1) * 1.2vh + 1rem);
  }
}


@media (max-width: 767px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .home-page .row1_wrap .span6 {
    padding: 17px 0;
  }
  textarea {
    margin-bottom: -5px !important;
  }
}

@media (max-width: 440px) {
  #hs_cos_wrapper_backup_unsubscribe h1 {
    font-size: 29px;
  }
  .error-page h1 {
    font-size: 30px;
  }
}

@media (max-width: 420px) {
  .body-container--home .widget-type-rich_text h1 {
    font-size: 40px;
  }
  .body-container--landing-page .widget-type-rich_text h1,
  .body-container--home .widget-type-rich_text h2{
    font-size: 30px;
  }
}

@media (max-width: 370px) {
  #hs_cos_wrapper_subscription_preferences h1 {
    font-size: 22px;
  }
  #hs_cos_wrapper_subscriptions_confirmation h2,
  #hs_cos_wrapper_subscription_preferences h2 {
    font-size: 18px;
  }
  .systems-page h1 {
    font-size: 36px;
  }
}






.image-wrap{
  height: 300px;
  margin-bottom:15px;
}
.image-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.solutions-wrap p {
  min-height: 97px;
}
.solutions-wrap h3 {
  min-height: 58px;
}


@media screen and (max-width:1570px) and (min-width:1101px){
  .solutions-wrap h3 {
    font-size: 18px !important;
    min-height: 63px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .solutions-wrap p {
    min-height: 162px;
    font-size: 15px;
  }
  .image-wrap {
    height: 200px;
  }
  .solutions-wrap h3 span {
    font-size: 18px !important;
  }
}


@media screen and (max-width:1100px) and (min-width:768px){
  .solutions-wrap h3 {
    font-size: 18px !important;
    min-height: 63px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .solutions-wrap p {
    min-height: 162px;
    font-size: 15px;
  }
  .image-wrap {
    height: 200px;
  }
  .solutions-wrap h3 span {
    font-size: 18px !important;
  }
}
@media screen and (max-width:767px){
  .solutions-wrap h3 {
    min-height: unset;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .advance_button {
    margin-bottom: 30px;
  }
}