*, *: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;
  }
}
.Banner-row-0-force-full-width-section > .row-fluid {
  padding: 0!important;
}
.dnd-section > .row-fluid,
.content-wrapper{
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'grifo';
  src:  url(https://20552743.fs1.hubspotusercontent-na1.net/hubfs/20552743/raw_assets/public/OVR_Technology_Sep2021/fonts/GrifoM-Regular.woff2) format('woff2'),
    url(https://20552743.fs1.hubspotusercontent-na1.net/hubfs/20552743/raw_assets/public/OVR_Technology_Sep2021/fonts/GrifoM-Regular.woff) format('woff'),
    url(https://20552743.fs1.hubspotusercontent-na1.net/hubfs/20552743/raw_assets/public/OVR_Technology_Sep2021/fonts/GrifoM-Regular.ttf) format('truetype'),
    url(https://20552743.fs1.hubspotusercontent-na1.net/hubfs/20552743/raw_assets/public/OVR_Technology_Sep2021/fonts/GrifoM-Regular.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html{
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  transition: all .8s ease-out;
  background-color: #f2f2f2;
  word-break: break-word;
}
::selection {
  background: #d7d8de;
  text-shadow: none;
}
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;
}

/* Images */
img{
  max-width: 100%;
  height: auto;
}

/* Anchors */

a {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
}
a:focus{
  outline: 1px dotted #d7d8de;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
  line-height: 1.1;
  text-transform: none;
}

/* Lists */

ul,
ol {
  padding: 0;
  margin: 0 0 1rem;
}
ul li,
ol li{ 
  margin-left: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* 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;
  white-space: normal;
  margin: 10px 0;
  display: inline-block;
  line-height: 1;
    font-size: 15px;
    font-weight: 500;
  position: relative;
  text-align: center;
  transition: all .15s linear;
}

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;
}
.custom_error_message form, 
.widget-type-form, 
.widget-type-blog_subscribe,
.hs_cos_wrapper_type_member_login form,
.hs_cos_wrapper_type_member_register form, 
.hs_cos_wrapper_type_password_reset_request form, 
.hs_cos_wrapper_type_password_reset form, 
.widget-type-password_prompt form, 
.widget-type-google_search, 
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription, 
#comment-form,
.hs-search-field__bar form, 
.cm-comment-form, 
.dnd_area_subscription-row-0-background-color, 
.blog-comments{
  padding: 10px;
  margin-bottom: 25px;
}
/* Form fields */

.field, .hs-form-field,
.hs-search-module .hs-input  {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  display: block;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* 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 {
  background-color: #FFF;
  border-radius: 3px;
  display: inline-block;
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  outline: 0;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
}
form textarea{
  padding-top: 10px;
  padding-bottom: 10px;
}
form fieldset {
  max-width: 100% !important;
}
/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0 0 5px;
  padding-left: 5px;
  list-style: none;
}
form .inputs-list:first-child {
  padding-top: 6px;
}
form .inputs-list > li {
  display: block;
  margin:  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: #fff;
}

.hs-input.invalid.error {
  border-color: #c87872;
}
.hs_error_rollup label {
  font-size: 14px;
  margin-top: 0;
}
.hs-error-msg, 
.hs_error_rollup label, 
.hs-error-msgs label {
  color: #f2545b;
  line-height: 18px;
  font-weight: 400;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  white-space: normal;
  font-size: 12px;
  line-height: 1;
  font-family: arial, helvetica, sans-serif;
  margin: 10px 0;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
}

/* 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;
}
.topHeader {
    padding: 10px 0;
    max-height: 60px;
    background-color: #2E3851;
}
.topHeader .container {
    max-width: 1344px;
    padding: 0 15px;
}
.topHeaderGroup {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header__search .hs-search-field__input {
    padding: 0 15px;
    height: auto;
    background-color: #fff;
    border: 1px solid #fff;
    color: #2E3851;
    padding: 4px 10px;
    margin-right: 0.5rem;
}
.topHeaderGroup form {
    background: no-repeat;
    padding: 0;
    margin: 0;
}
.topHeader .hs-search-field__bar form {
    position: relative;
    z-index: 1;
    padding-right: 30px;
    background: transparent;
}
.topHeader form:after {
    content: '';
    position: absolute;
    background-image: url(https://20552743.fs1.hubspotusercontent-na1.net/hubfs/20552743/OVR-nov2021/Images/ezgif.com-gif-maker.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.social_icons a img {
    color: #fff;
    filter: brightness(0) invert(1);
    width: 24px;
    opacity: .8;
}
.social_icons a:hover img {
    opacity: 1;
}

@media(max-width: 1000px){
    .topHeader {
   display: none;
}
}

header.header {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: initial;
    z-index: 100;
    transition: all .3s ease;
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}
header.header .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    max-width: 1344px;
    opacity: 1;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}
header.header .header_logo a {
    display: inline-block;
}
header.header .header_logo img {
    width: 100px!important;
    max-width: initial;
    height: auto;
    padding: 8px 0;
    margin: 10px auto;
    vertical-align: middle;
    transition: all .3s ease;
    padding: 0;
    margin: 5px auto 7px;
    width: 180px;
}
}
.custom-menu-primary {
    display: flex;
    width: 100%;
    font-size: 18px;
    position: relative;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    transition: all .3s ease;
}
.custom-menu-primary ul.submenu.level-1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    font-family: roboto,Helvetica,Arial,sans-serif;
    list-style: none;
    margin: 0;
}
.custom-menu-primary ul.submenu.level-1>li {
    padding: 20px 15px 20px 0;
    margin-bottom: 0;
    margin-left: 46px;
    line-height: 1;
}
.custom-menu-primary ul.submenu.level-1>li:last-child {
    padding-right: 0;
}
.custom-menu-primary ul.submenu.level-1>li>a {
    position: relative;
    font-family: roboto,Helvetica,Arial,sans-serif;
    font-weight: 400;
}
.custom-menu-primary ul.submenu.level-1>li>a:hover {
    top: 100%;
    text-decoration: none;
}
.custom-menu-primary ul.submenu.level-1>li>a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    opacity: 0;
    -webkit-transition: height .3s,opacity .3s,-webkit-transform .3s;
    transition: height .3s,opacity .3s,-webkit-transform .3s;
    transition: height .3s,opacity .3s,transform .3s;
    transition: height .3s,opacity .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.custom-menu-primary ul.submenu.level-1>li>a:hover:after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.custom-menu-primary ul.submenu.level-2 {
    border: none;
    min-width: auto;
    padding: 20px 0;
    border-radius: 0;
    float: left;
    position: absolute;
    width: auto;
    top: 40px;
    left: -999em;
    z-index: 999;
    transition: all .3s ease;
    margin: 0;
    list-style: none;
}
.custom-menu-primary ul.submenu.level-2>li {
    width: auto;
    padding: 10px 20px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
}
.custom-menu-primary ul.submenu.level-2>li>a {
    text-decoration: none;
    padding: 0;
    white-space: nowrap;
    border-bottom: none;
    font-size: 18px;
    padding-bottom: 15px;
    font-family: roboto,Helvetica,Arial,sans-serif;
}
.custom-menu-primary ul.submenu.level-2>li>a:hover {
    border-bottom: none;
}
body.fixed_header header.header .header_logo img {
    width: 100px!important;
    padding: 4px 0;
    margin: 4px auto;
}
.menu_button {
    z-index: 99999;
    display: none;
    overflow: hidden;
    outline: none;
}
.custom-menu-primary ul.submenu.level-1>li.has-submenu>a:after {
    display: none;
}
.mobile_header{
    opacity: 0;
    visibility: hidden;
    height: 0;
}
header.header.header_lp .lp_menu {
    padding: 29px 0 29px 0;
    display: flex;
    width: 100%;
    font-size: 18px;
    position: relative;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    transition: all .3s ease;
}

@media (min-width: 768px){
    header.header .header_logo img {
        width: 160px !important;
    }
    header.header {
        font-size: 16px;
    }
    .custom-menu-primary ul.submenu.level-1>li:hover ul.submenu.level-2 {
        left: auto;
        opacity: 1;
    }
    .no-banner .header_wrapper {
        min-height: unset;
    }
}

@media (min-width: 992px){
    .custom-menu-primary ul.submenu.level-1 {
        font-size: 16px;
    }
    header.header  {
        font-size: 17px;
    }
}

@media (min-width: 999px){
    .mobile_header{
        display: none;
    }
}

@media (max-width: 1000px){
    .custom-menu-primary ul.submenu.level-1{
        display: none;
    }
    header.header.header_lp .lp_menu {
        padding: 28px 0 27px 0;
    }
    .menu_button {
        width: 40px;
        height: 40px;
        position: fixed;
        top: 6px;
        right: 30px;
        display: inline-block;
        transition: transform 0.5s, background-color 0.5s;
        background: rgba(80, 84, 108, 1);
        font: inherit;
        color: #50546c;
        text-transform: none;
        cursor: pointer;
        padding: 0 0;
        border: 0;
        border-radius: 0;
        margin: 0;
        font-family: roboto,Helvetica,Arial,sans-serif;
    }
      body.fixed_header .menu_button {
        top: 7px;
    }
    .menu_box {
        display: inline-block;
        vertical-align: middle;
        color: #ffffff;
        pointer-events: none;
        width: 18px;
        height: 14px;
        position: relative;
    }
    .menu_box .menu_inner {
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        width: 18px;
        height: 2px;
        background-color: #ffffff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
        display: block;
        top: 50%;
        margin-top: -1px;
    }
    .menu_box .menu_inner:after,
    .menu_box .menu_inner:before{
        content: "";
        display: block;
        width: 18px;
        height: 2px;
        background-color: #ffffff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
    .menu_box .menu_inner:before {
        top: -6px;
        transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    }
    .menu_box .menu_inner:after {
        bottom: -6px;
        transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .menu_button {
        background: rgba(80, 84, 108, 1)!important;
    }
    .menu_open .menu_button,.menu_open .menu_button:focus {
        background: rgba(84,176,225,1)!important;
    }
    .menu_open .menu_button:hover {
        background: rgba(38, 38, 38, 1)!important;
    }
    .menu_open .menu_inner {
        transform: rotate(
            225deg);
        transition-delay: 0.14s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .menu_open .menu_inner:after{
        bottom: 0;
        transform: rotate(
            -90deg);
        transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); 
    }
    .menu_open .menu_inner:before{
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    }
    .menu_open .mobile_header{
        opacity: 1;
        visibility: visible; 
        width: 100%;
        bottom: 0;
        background: rgba(80, 84, 108, 1);
        transition: transform 0.5s;
        text-align: left;
        font-family: 'Grifo';
        position: fixed;
        top: 0;
        outline: 1px solid transparent;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 999;
        height: 100%;
    }
    .menu_open .mobile_header .mobile_menu_wrapper {
        background: rgba(80, 84, 108, 1);
    }
    .mobile_menu_wrapper .mobile_menu_inner {
        background-color: rgba(43, 55, 83, 1);
        color: #ffffff;
        font-size: 15px;
        text-align: left;
        transition: background-color 0.5s, border-color 0.5s, color 0.5s;
        padding: 25px 5%;
    }
    .mobile_menu_wrapper .mobile_menu_inner .mobile_logo {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .mobile_menu_wrapper .mobile_menu_inner .mobile_logo img {
        height: 60px;
        width: auto!important;
        max-width: 100%;
        vertical-align: middle;
        border-style: none;
    }
    .mobile_header ul.submenu.level-1 {
        width: 100%;
        margin: 0;
        list-style: none;
    }
    .mobile_header ul.submenu.level-1>li {
        width: 100%;
        list-style: none;
    }
    .mobile_header ul.submenu.level-1>li>a {
        border-top: 0px solid rgba(38, 38, 38, 1);
        line-height: 48px;
        border-bottom: 0px solid rgba(38, 38, 38, 1);
        color: rgba(255, 255, 255, 1);
        background-color: rgba(80, 84, 108, 1);
        height: 48px;
        padding: 0 5%;
        width: 100%;
        display: block;
        text-decoration: none;
        position: relative;
        transition: background-color 0.5s, border-color 0.5s, color 0.5s;
        font-size: 20px;
    }
    .mobile_header ul.submenu.level-2 {
        margin: 0;
        padding: 0;
        list-style: none;
        display: none;
    }
    .mobile_header ul.submenu.level-2>li {
        width: 100%;
        list-style: none;
        margin: 0;
    }
    .mobile_header ul.submenu.level-2>li>a {
        font-size: 16px;
        text-align: left;
        height: 40px;
        line-height: 40px;
        border-bottom: 0px solid #212121;
        color: #ffffff;
        background-color: rgba(43, 55, 83, 1);
        padding: 0 5% 0 10%;
        width: 100%;
        display: block;
        text-decoration: none;
        position: relative;
        transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    }
    .mobile_header ul.submenu.level-1>li>a:hover,
    .mobile_header ul.submenu.level-1>li>a:focus{
        color: rgba(84, 176, 225, 1);
        background-color: rgba(43, 55, 83, 1);
        border-color: rgba(38, 38, 38, 1);
    }
    .menu_subarrow {
        position: absolute;
        top: 0;
        bottom: 0;
        text-align: center;
        overflow: hidden;
        right: 0;
        height: 50px;
        line-height: 50px;
        width: 50px;
        color: #ffffff;
        border-left: 0px solid rgba(80, 84, 108, 1);
        background-color: rgba(80, 84, 108, 1);
        transition: background-color 0.5s, border-color 0.5s, color 0.5s;
    }
    .mobile_header a:focus {
        outline: 1px dotted #d7d8de;
    }
    .mobile_header ul.submenu.level-1 {
        max-height: calc(100vh - 125px);
        overflow-y: auto;
    }
    .menu_subarrow.active {
        display: none;
    }
    .arrow_toggle .menu_subarrow.active {
        display: block;
    }
    .menu_open .menu_box .menu_inner {
        background-color: rgba(201, 230, 245, 1);
    }
    .menu_open .menu_inner:after {
        background-color: rgba(201, 230, 245, 1);
    }
    .menu_open .menu_button:hover .menu_box .menu_inner,
    .menu_open .menu_button:focus .menu_box .menu_inner,
    .menu_open .menu_button:hover .menu_box .menu_inner:after,
    .menu_open .menu_button:focus .menu_box .menu_inner:after{
        background-color: #fff;
    }
    .header_social_media {
        margin-right: 3rem;
    }
}
@media (max-width: 767px){
    .no-banner .header_wrapper {
        min-height: unset;
    }
}
@media (min-width: 1200px){
    .custom-menu-primary {
        flex-wrap: nowrap;
    }
    .custom-menu-primary ul.submenu.level-1>li {
        font-size: 18px;
        padding-right: 20px;
    }
}
@media (max-width: 320px){
    .menu_button {
        background: rgba(80, 84, 108, 1) !important;
    }
}

.header__search.header--element { padding-left: 20px; }
footer.footer{
  background-color: #262626;
  font-family: roboto,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
footer.footer p{
  font-size: 14px;
  margin-bottom: 0;
}
footer.footer .footer_back_to_top {
  position: fixed;
  right: 0;
  bottom: 10px;
  width: 40px;
  height: 40px;
  padding: 7px 10px;
  border-radius: 0;
  color: transparent;
  border-bottom: none;
  background-color: #50546c;
  cursor: pointer;
  display: none;
}
footer.footer .site_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
  padding-top: .5rem;
}
footer.footer .footer_back_to_top svg {
  width: 20px;
  height: 11px;
  fill: #fff;
  stroke: #fff;
  overflow: hidden;
  vertical-align: middle;
}
footer.footer .footer_back_to_top:hover,
footer.footer .footer_back_to_top:focus{
  background-color: #54b0e1;
  padding-top: 5px;
}
footer.footer .footer_back_to_top.show {
  display: block;
}
@media (min-width: 768px){
  footer.footer,
  footer.footer p{
    font-size: 16px;
  }
}
@media (min-width: 992px){
  footer.footer,
  footer.footer p{
    font-size: 17px;
  }
  footer.footer .footer_back_to_top {
    bottom: 70px;
    right: 0;
  } 
}
@media (min-width: 1200px){
  footer.footer .site_container {
    flex-wrap: nowrap;
  } 
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

h2 span {
    display: block;
    color: #2b2b2b;
    font-weight: 500;
}

.landing-page-cls p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

    .landing-page-cls h2{
        letter-spacing: -.03em;
    }

@media(min-width: 1200px){
    .landing-page-cls p{
        margin-top: 40px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -.01em;
    }
    .landing-page-cls p+p {
    margin-top: 24px;
}

    .landing-page-cls h2{
        font-size: 40px;
        line-height: 48px;
    }
}


@media (min-width: 576px){
    .container{
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .container{
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container{
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container{
        max-width: 1140px;
    }
}

@media(max-width: 1199px){
    body.max-w-body {
    min-width: 320px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}
   .row {
    margin-right: -15px;
    margin-left: -15px;
}     
h2 span {
    font-size: 24px;
    line-height: 34px;
}
}