/* z-index is important for parallax footer */
html, body {
    overflow-x: hidden;
}
main {
    position: relative;
    z-index: 10;
}

/* Includes */

*,
*:before,
*:after {
  box-sizing: border-box;
}
.menu__link,
a {
    transition: all 500ms ease;
}
/*! 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;
}

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0 20px;
  }
}
.valorwide_grid-container {
  display: flex;
  align-items: flex-start;
}

.valorwide_grid-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 60px 0;
  align-items: flex-start;
}

/* 1 col */
/* 1 + 2 col */
/* 1 + 3 col */

.valorwide_grid--1col,
.valorwide_grid--1_2col,
.valorwide_grid--1_3col,
.valorwide_grid--list {
  flex: 0 0 100%;
}

/* 2 col */
/* 2 + 1 col */
/* 2 + 3 col */

.valorwide_grid--2col,
.valorwide_grid--2_1col,
.valorwide_grid--2_3col {
  flex: 0 0 50%;
}

.valorwide_grid--2col.mgi-col1,
.valorwide_grid--2_1col.mgi-2_1col-1,
.valorwide_grid--2_3col.mgi-2_3col-1 {
  padding-right: 30px;
}

.valorwide_grid--2col.mgi-col2,
.valorwide_grid--2_1col.mgi-2_1col-2,
.valorwide_grid--2_3col.mgi-2_3col-2 {
  padding-left: 30px;
}

/* 3 col */
/* 3 + 1 col */
/* 3 + 2 col */

.valorwide_grid--3col,
.valorwide_grid--3_1col,
.valorwide_grid--3_2col {
  flex: 0 0 33.3333%;
}

.valorwide_grid--3col.mgi-col1,
.valorwide_grid--3_1col.mgi-3_1col-1,
.valorwide_grid--3_2col.mgi-3_2col-1 {
  padding-right: 40px;
}

.valorwide_grid--3col.mgi-col2,
.valorwide_grid--3_1col.mgi-3_1col-2,
.valorwide_grid--3_2col.mgi-3_2col-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.valorwide_grid--3col.mgi-col3,
.valorwide_grid--3_1col.mgi-3_1col-3,
.valorwide_grid--3_2col.mgi-3_2col-3 {
  padding-left: 40px;
}

@media (max-width: 1138px) {
  /* 2 col + sidebar */
  /* 2 + 1 col + sidebar */

  .valorwide_grid--2col.ms_vis,
  .valorwide_grid--2_1col.ms_vis {
    flex: 0 0 100%;
  }

  .valorwide_grid--2col.mgi-col1.ms_vis,
  .valorwide_grid--2col.mgi-col2.ms_vis,
  .valorwide_grid--2_1col.mgi-2_1col-1.ms_vis,
  .valorwide_grid--2_1col.mgi-2_1col-2.ms_vis {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1000px) {
  /* 2 col */
  /* 2 + 1 col */
  /* 2 + 3 col */

  .valorwide_grid--2col.mgi-col1,
  .valorwide_grid--2_1col.mgi-2_1col-1,
  .valorwide_grid--2_3col.mgi-2_3col-1 {
    padding-right: 20px;
  }

  .valorwide_grid--2col.mgi-col2,
  .valorwide_grid--2_1col.mgi-2_1col-2,
  .valorwide_grid--2_3col.mgi-2_3col-2 {
    padding-left: 20px;
  }

  /* 3 col */

  .valorwide_grid--3col {
    flex: 0 0 calc(100% / 2);
  }

  .valorwide_grid--3col.mgi-col1 {
    padding-right: 20px;
  }

  .valorwide_grid--3col.mgi-col1:nth-child(2n) {
    padding-left: 20px;
    padding-right: 0;
  }

  .valorwide_grid--3col.mgi-col2 {
    padding-right: 0;
  }

  .valorwide_grid--3col.mgi-col2:nth-child(2n + 1) {
    padding-left: 0;
    padding-right: 20px;
  }

  .valorwide_grid--3col.mgi-col3 {
    padding-left: 0;
    padding-right: 20px;
  }

  .valorwide_grid--3col.mgi-col3:nth-child(2n + 2) {
    padding-left: 20px;
    padding-right: 0;
  }

  /* 3 + 1 col */
  /* 3 + 2 col */

  .valorwide_grid--3_1col,
  .valorwide_grid--3_2col {
    flex: 0 0 100%;
  }

  .valorwide_grid--3_1col.mgi-3_1col-1,
  .valorwide_grid--3_1col.mgi-3_1col-2,
  .valorwide_grid--3_1col.mgi-3_1col-3,
  .valorwide_grid--3_2col.mgi-3_2col-1,
  .valorwide_grid--3_2col.mgi-3_2col-2,
  .valorwide_grid--3_2col.mgi-3_2col-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .valorwide_grid--2col,
  .valorwide_grid--2_1col,
  .valorwide_grid--2_3col,
  .valorwide_grid--3col {
    flex: 0 0 100%;
  }

  .valorwide_grid--2col.mgi-col1,
  .valorwide_grid--2col.mgi-col2,
  .valorwide_grid--2_1col.mgi-2_1col-1,
  .valorwide_grid--2_1col.mgi-2_1col-2,
  .valorwide_grid--2_3col.mgi-2_3col-1,
  .valorwide_grid--2_3col.mgi-2_3col-2,
  .valorwide_grid--3col.mgi-col1,
  .valorwide_grid--3col.mgi-col2,
  .valorwide_grid--3col.mgi-col3,
  .valorwide_grid--3col.mgi-col1:nth-child(2n),
  .valorwide_grid--3col.mgi-col2:nth-child(2n + 1),
  .valorwide_grid--3col.mgi-col3:nth-child(2n + 2) {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Masonry */

.valorwide_grid-container.valorwide_grid-masonry2,
.valorwide_grid-inner.valorwide_grid-masonry2,
.valorwide_grid-container.valorwide_grid-masonry3,
.valorwide_grid-inner.valorwide_grid-masonry3 {
  display: block;
}

.valorwide_grid-container.valorwide_grid-masonry2.ms_vis {
  display: flex;
}

.valorwide_grid-inner.valorwide_grid-masonry2.ms_vis {
  display: block;
  width: 100%;
}

.valorwide_grid-item {
  margin-bottom: 60px;
}

/* 2 columns */

.valorwide_grid-masonry2 .valorwide_grid-sizer,
.valorwide_grid-masonry2 .valorwide_grid-item {
  width: calc(50% - 30px);
}

/* 3 columns */

.valorwide_grid-masonry3 .valorwide_grid-sizer,
.valorwide_grid-masonry3 .valorwide_grid-item {
  width: calc(33.3333% - 40px);
}

.valorwide_grid-gutter-sizer {
  width: 60px;
}

@media (max-width: 1138px) {
  /* 2 columns */

  .valorwide_grid-masonry2.ms_vis .valorwide_grid-sizer,
  .valorwide_grid-masonry2.ms_vis .valorwide_grid-item {
    width: 100%;
  }

  .valorwide_grid-masonry2.ms_vis .valorwide_grid-gutter-sizer {
    width: 0;
  }
}

@media (max-width: 1000px) {
  /* 3 columns */

  .valorwide_grid-masonry3 .valorwide_grid-sizer,
  .valorwide_grid-masonry3 .valorwide_grid-item {
    width: calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .valorwide_grid-masonry2 .valorwide_grid-sizer,
  .valorwide_grid-masonry2 .valorwide_grid-item,
  .valorwide_grid-masonry3 .valorwide_grid-sizer,
  .valorwide_grid-masonry3 .valorwide_grid-item {
    width: 100%;
  }

  .valorwide_grid-gutter-sizer {
    width: 0;
  }
}

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

body {
  word-break: break-word;
}

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

/* Anchors */

a {
  cursor: pointer;
}

/* Lists */

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
  white-space: normal;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  padding-left: 30px;
}

/* Horizontal rules */

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  color: #ccc;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button,
.hs-button,
.cta_button {
  cursor: pointer;
  transition: all 0.15s linear;
  white-space: normal;
  display: flex;
  align-items: center;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
  box-shadow: none;
}

button.uiButton {
  box-shadow: none;
}








body a.theme-btn.btn-one{  
  background-color:rgba(0, 0, 0, 1.0);
  border:0px solid #000000;
  color:rgba(255, 255, 255, 1.0);
  text-transform:uppercase;
  border-radius:5px;
  font-size: 14px; 
}
body a.theme-btn span{
 padding:10px 30px 10px 30px; 
}

body a.theme-btn:hover {
  background-color:rgba(56, 182, 255, 1.0);
  color: #FFF;
}

body a.theme-btn span:before,
body a.theme-btn span:after,
body a.theme-btn:before,
body a.theme-btn:after {
 background-color:rgba(56, 182, 255, 1.0);
}




/* blog button */

body .news-block-one_read_more_link{  
  background-color:rgba(0, 0, 0, 1.0);
  border:0px solid #000000;
  color:rgba(255, 255, 255, 1.0);
  text-transform:uppercase;
  padding:px px;
  border-radius:5px;
  display: inline-block;
}

body .news-block-one_read_more_link:hover {
  background-color:rgba(56, 182, 255, 1.0);
  color: #FFF;
  font-weight: 500;
}
form {
  padding: 40px;
}

/* Fields */

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

/* Labels */

form label {
  display: inline-table;
  margin-bottom: 10px;
}

form legend {
  margin-bottom: 10px;
}

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

form textarea {
  min-height: 150px;
}

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

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table td,
.fn-date-picker .pika-table th {
  border: none;
}

.fn-date-picker button,
.fn-date-picker button:hover,
.fn-date-picker button:focus,
.fn-date-picker td button.pika-button,
.fn-date-picker td button.pika-button:hover,
.fn-date-picker td button.pika-button:focus {
  box-shadow: none;
  border-radius: 0 !important;
}

.hs-datepicker .fn-date-picker.pika-single {
  border: none !important;
}

.hs-datepicker .fn-date-picker .pika-lendar {
  margin: 20px 20px -8px 20px;
}

/* 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 {
  font-size: 0.875rem;
  line-height: 0.875em;
  margin-bottom: 1.4rem;
}

/* Validation */

.hs-error-msg {
  margin-top: 0.35rem;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
.splide__arrows button.splide__arrow {
    background-color: rgba(185, 185, 185, 0.7);
    border: none;
    border-radius: 50%;
    box-shadow: none;
    min-width: auto;
    opacity: 1;
    width: 90px;
    align-items: center;
    height: 90px;
    line-height: 0px;
}

.splide__arrows button.splide__arrow svg {
  width: 50px;
  height: 50px;
  padding: 15px;
}

.splide__arrows button.splide__arrow:hover,
.splide__arrows button.splide__arrow:focus,
.splide__arrows button.splide__arrow:active {
  background-color: #FFFFFF;
  padding: 0;
}

ul.splide__pagination {
  bottom: 30px;
}

@media (max-width: 767px) {
  ul.splide__pagination {
    bottom: -60px;
  }
}

button.splide__pagination__page {
  width: 10px;
  height: 10px;
  margin: 10px;
  min-width: auto;
  border-radius: 50%;
  opacity: 1;
  box-shadow: none;
  border: none;
  padding: 0;
  transition: all 0.15s linear;
}

button.splide__pagination__page:hover,
button.splide__pagination__page:focus {
  box-shadow: none;
  border: none;
  padding: 0;
  border-radius: 50%;
}

button.splide__pagination__page.is-active {
  transform: scale(1);
  width: 30px;
  border-radius: 30px;
}

.valorwide_hero_slide_inner:before {
    content: "";
    background: linear-gradient(180deg, #251A37 0%, rgba(37, 26, 55, 0) 99.59%);
    position: absolute;
    width: 100%;
    height: 100%;
}
.focus_linked_image img {
  max-width: 100%;
  height: auto;
}

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

/* Header Style */

.main-header {
  /*   background: rgba(24,25,29,.5); */
  clear: both;
  display: block;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.main-header.header-style-one .auto-container {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 40px;
}

.header-top {
  background-color: #18191D;
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #3E3E3E;
}

.header-top .inner-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top .inner-container,.header-top .left-column,.header-top .right-column,.header-top ul.contact-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;    
}

.header-top .social-icon,
.header-top ul.contact-info {
  padding: 0;
  margin: 0;
  list-style: none;  
}

.header-top ul.contact-info li {
  color: #aaa9b5;
  font-size: 12px;
  font-weight: 400;
  margin-right: 22px;
  padding-right: 20px;
  position: relative;
}

.header-top ul.contact-info li:before {
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 1px;
}

.header-top ul.contact-info li:last-child:before {
  display: none;
}

.header-top ul.contact-info a {
  color: #aaa9b5;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header-top ul.contact-info a:hover {
  color: var(--primary-color);
}

.header-top ul.contact-info li i {
  color: var(--primary-color);
  font-size: 15px;
  margin-right: 7px;
  position: relative;
  top: 3px;
  vertical-align: middle;
}

.header-top .social-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.header-top .social-icon li {
  font-size: 12px;
  line-height: 20px;
  margin-right: 20px;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 500ms ease;
}

.header-top .social-icon li a {
  color: #b3b3b3;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header-top .social-icon li:hover {
  background: #F9B401;
  border: 1px solid #F9B401;
}

.header-top .social-icon li:hover a{
  color: #fff;
}

.main-header .header-upper .navbar-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* border-left:1px solid #fff; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.main-header .header-upper {
  position: relative;
}

.main-header .header-upper .inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 80px;
  position: relative;
}

.main-header .header-upper .logo-box {
  z-index: 10;
}

.main-header .header-upper .logo-box .logo {
  display: block;
  padding: 23px 0;
  position: relative;
}

.main-header .header-upper .left-column,.main-header .header-upper .right-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.main-header .header-upper .search-btn {
  border-left: 1px solid #919191;
  line-height: 20px;
  margin-left: 35px;
  margin-right: 20px;
  padding-left: 20px;
}

.main-header .header-upper .link-btn a {
  margin-left: 30px;
  text-transform: uppercase;
}

.main-header .header-upper .search-toggler {
  background: transparent;
  border: none;
  margin-right: 40px;
  height: 45px;
  width: 45px;
  fill: #fff;
}

.main-header .header-upper .search-toggler:hover {
  fill: #F9B401;
}

.main-header .nav-outer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.navbar-right-info .mobile-nav-toggler {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 50px;
  line-height: 44px;
  margin-left: 30px;
  position: relative;
  text-align: center;
  width: 50px;
}

.main-header .nav-outer .main-menu {
  position: relative;
}

.main-menu .inner-container {
  background: #fff;
  -webkit-box-shadow: 0 8px 32px 0 rgba(0,0,0,.12);
  box-shadow: 0 8px 32px 0 rgba(0,0,0,.12);
  margin-bottom: -25px;
}

.main-menu .navbar-collapse {
  display: block!important;
  padding: 0;
}

.main-menu .hs-menu-wrapper>ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
}

.main-menu .navigation .hs-menu-item.hs-menu-depth-1 {
  margin: 0 38px;
  padding: 33px 0;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.main-menu .navigation .hs-menu-item.hs-menu-depth-1.current:before,.main-menu .navigation .hs-menu-item.hs-menu-depth-1.current>a:before {
  opacity: 1;
}

.main-menu .navigation>li:last-child {
  margin-right: 0;
}

.main-menu .navigation .hs-menu-item.hs-menu-depth-1 a {
  /*   color: #fff; */
  display: block;
  line-height: 30px;
  opacity: 1;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.main-menu .navigation .hs-menu-item.hs-menu-depth-1 a:hover {
  /*   color: #F9B401; */
}

.main-menu .navigation .hs-menu-item.hs-menu-depth-1>ul {
  /*   background-color: #222; */
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,.05),-2px 0 5px 1px rgba(0,0,0,.05);
  left: 0;
  width: 200px !important;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  z-index: 100;
  /*   border-top: 3px solid #F9B401; */
  border-radius: 5px;
}

.main-menu .navigation .hs-menu-item.hs-menu-depth-1:hover>ul {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  visibility: visible;
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0;
}

.main-menu .navigation .hs-menu-item.hs-menu-depth-1 ul li {
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  width: 0;
}

.main-menu .navigation .hs-menu-item.hs-menu-depth-1 ul a {
  border-bottom: 1px solid #e9e5df;
  /*   color: #FFF; */
  display: block;
  line-height: 24px;
  padding: 14px 0;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.main-menu .navigation .hs-menu-item.hs-menu-depth-1 ul li:last-child a {
  border-bottom: none;
}

.main-menu .navigation .hs-menu-item.hs-menu-depth-1 ul a:hover {
  color: #F9B401;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
  content: "\f105";
  display: block;
  font-family: Font Awesome\ 5 Pro;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 11px;
}

.main-menu .navigation>li>ul>li>ul {
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
  box-shadow: 0 0 50px 0 rgba(0,0,0,.1);
  display: none;
  left: 100%;
  min-width: 200px;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 100;
}

.main-menu .navigation>li>ul>li>ul.from-right {
  left: auto;
  right: 0;
}

.main-menu .navigation>li>ul>li>ul>li {
  padding: 0 20px;
  position: relative;
  width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  width: 0;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  border-bottom: 1px solid #e9e5df;
  color: #2a2a2a;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  padding: 14px 0;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
  border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
  content: "\f105";
  display: block;
  font-family: Font Awesome\ 5 Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 5;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  visibility: visible;
}

.main-menu .navigation li.hs-item-has-children .dropdown-btn {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 16px;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 8px;
  width: 34px;
  z-index: 5;
}

.main-header .header-upper .contact-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* border-right:1px solid #eee; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-left:20px; */
  /* margin-right:30px; */
  /* padding-right:30px; */
  position: relative;
  justify-content: center;
}

.main-header .header-upper .contact-info .icon {
  color: var(--primary-color);
  font-size: 24px;
  line-height: 68px;
  margin-right: 15px;
  position: relative;
  text-align: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.main-header .header-upper .contact-info .icon svg {
  height: 35px;
  width: 35px;
  color: #F9B401;
}

.main-header .header-upper .contact-info .icon span {
  position: relative;
}

.main-header .header-upper .contact-info h5 {
  color: #fff;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0;
}

.main-header .header-upper .contact-info h4 {
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0;
}

.main-header .header-upper .contact-info h4 a {
  color: #FFF;
  transition: .5s;
}

.main-header .header-upper .contact-info h4 a:hover {
  color: var(--primary-color);
}

.main-menu .navigation .hs-menu-item.active.active-branch a,
.main-menu .navigation .hs-menu-item.hs-item-has-children.active-branch> a{
  /*   color: #8888dd; */
}

.main-menu .navigation .hs-menu-item.hs-menu-depth-1.hs-item-has-children:before {
  content: "+";
  position: absolute;
  right: -15px;
  top: 35px;
  /*   color: #fff; */
}

/*** 

====================================================================
Search Popup
====================================================================

***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.90);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.search-popup .close-search:hover {
  opacity: 0.70;
}

.search-popup .search-form {
  position: relative;
  padding: 0px 15px 0px;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
  position: relative;
}

.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 70px;
  padding: 20px 220px 20px 30px;
  background: #ffffff;
  line-height: 30px;
  font-size: 24px;
  color: #233145;
  border-radius: 0;
  width: 100%;
}

.search-popup .search-form fieldset input[type="submit"] {
  position: absolute;
  display: block;
  right: 0px;
  top: 0px;
  text-align: center;
  width: 220px;
  height: 70px;
  padding: 20px 10px 20px 10px;
  color: #ffffff !important;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0;
  background-color: var(--primary-color);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
  background-color: #454545;
}

.search-popup h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
  display: none;
}

.search-popup .recent-searches {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  display: none;
}

.search-popup .recent-searches li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  border: 1px solid #ffffff;
  padding: 7px 15px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
  border-color: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*** 

====================================================================
Sticky Header
====================================================================

***/

.sticky-header {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  z-index: -1;
  background: #222;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
  -webkit-transition: top 300ms ease;
  -o-transition: top 300ms ease;
  transition: top 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;
  z-index: 99901;
  visibility: visible;
}

.sticky-header .nav-outer .main-menu {
  margin-left: 80px;
}


/*** 

====================================================================
Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
  position: relative;
  line-height: 44px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  float: right;
  margin: 13px 0;
  margin-left: 15px;
  display: none;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
  right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
  margin-bottom: 50px;
  margin-top: 25px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.30;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202020;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  right: 20px;
  top: 15px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
  font-size: 15px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
  height: 100%;
}

.mobile-menu .navigation li.hs-item-has-children .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.hs-item-has-children .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}



/* Responsive */

@media only screen and (max-width: 7000px){
  .page-wrapper{
    overflow: hidden;
  }	
}

@media only screen and (max-width: 1193px){
  .main-header .header-upper .contact-info {
    display: none;
  }
}

@media only screen and (max-width: 1139px){
  /* Default */
  .main-header .nav-outer .main-menu,
  .sticky-header{
    display: none !important;
  }
  .nav-outer .mobile-nav-toggler{
    display: block;
  }
  .main-header.header-style-two .header-upper .inner-container:before {
    display: none;
  }	
  .main-header.header-style-two .header-upper .inner-container {
    padding: 0;
  }

  .main-header .header-upper .logo-box {
    display: block !important;
  }
  .main-header.header-style-two .nav-outer {
    width: auto;
  }
  .main-header.header-style-one .auto-container {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px){

}

@media only screen and (max-width: 991px){
  .header-top .social-icon {
    display: none;
  }
  .header-top ul.contact-info li {
    text-align: center;
    width: 100%;
  }

}

@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}

@media only screen and (max-width: 767px){	
  br {
    display: none;
  }
  .main-header .header-upper .navbar-right {
    display: none;
  }
  .header-top {
    display: none;
  }
  .main-header .header-upper .logo-box{
    width: 150px;
  }
  
  .nav-outer .mobile-nav-toggler {
  margin-left: 90px;
}

}


@media only screen and (max-width: 1139px) {

  .main-header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    position: relative !important;
    left: 0;
    opacity: 1 !important;
    top: auto;
  }
  .main-header .hs-menu-wrapper ul {
    flex-direction: column;
  }
  
  .main-header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    display: block;
    white-space: nowrap;
}
  

}

/* submenu dropdown */

.main-menu .navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul {
    width: 200px;
    margin-left: 202px;
    margin-top: -50px;
    border-radius: 5px;
}

.main-menu .navigation li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul li:last-child a {
    border-bottom: none;
}

.main-menu .navigation .hs-menu-item.hs-menu-depth-2.hs-item-has-children:before {
    content: "+";
    position: absolute;
    right: 20px;
    top: 15px;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Video */

button.oembed_custom-thumbnail {
  box-shadow: none;
}

button.oembed_custom-thumbnail .oembed_custom-thumbnail_icon {
  width: 70px;
  height: 70px;
  transition: all 0.15s linear;
}

button.oembed_custom-thumbnail .oembed_custom-thumbnail_icon svg {
  width: 25%;
}
.footer-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #18191D;
  z-index: -1;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid #353535;
}

.footer-top span {
  color: var(--primary, #E9A132);
  font-size: 16px;
  line-height: 29px;
}

.footer-top h3 {
  color: var(--white, #FFF);
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}

.footer-middle {
  padding: 50px 0;
}

.footer-middle .link-1 {
  padding-right: 32px;
}

.footer-middle ul.social-icons li {
  color: #fff;
  height: 35px;
  width: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-top: 30px;
  transition: all 500ms ease;
}

.footer-middle ul.social-icons li:hover {
  transform: translateY(-5px);
}

.footer-middle ul.social-icons {
  display: flex;
  padding: 0;
}

.footer-middle .link-2 h3 {
  color: var(--white, #FFF);
  font-size: 22px;
  line-height: 36px;
}

ul.footer-menu{
  list-style: none;
  padding-left: 0;
}

.footer-middle .link-2 {
  padding-left: 80px;
}

.footer-middle .link-2 li {
  color: var(--white, #FFF);
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
}

.newsletter h3 {
  color: var(--white, #FFF);
  font-size: 22px;
  line-height: 36px;
}

.newsletter p {
  padding: 10px 0 0 0;
}

.newsletter {
  padding-left: 100px;
}	


.footer-form form {
  position: relative;
}

.footer-form input[type=email] {
  border-radius: 5px;
  background: #2E2D2D;
  color: #626262;
  font-size: 14px;
}

.footer-form form {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  position: relative;
}

.footer-form form .actions input[type=submit] {
  font-size: 14px;
  font-weight: 400;
  width: 46px;
  height: 42px;
  position: absolute;
  top: 37px;
  right: 8px;
  margin: 0;
}

.copy__right p {
  margin: 0;
  font-size: 12px;
}


@media only screen and (max-width: 991px){
  .footer-middle .link-2 {
    padding-left: 0px;
  }
  .newsletter {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px){

  .footer-middle .link-2 {
    padding-top: 20px;
  }
  .newsletter {
    padding-top: 20px;
  }
  .footer-top {
    flex-direction: column;
  }

  .footer-top .logo {
    padding: 30px 0;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.focus_module_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.focus_centered {
  text-align: center;
}

.focus_widget-image img,
.focus_widget-image_slider img {
  width: 100%;
}

.focus_social_icons {
  display: flex;
  align-items: center;
  gap: 30px;
  line-height: 0;
  flex-wrap: wrap;
}

.msi_icon svg {
  height: 20px;
}

.mwh_el_social .msi_icon svg,
.mwf_el_social .msi_icon svg {
  height: 18px;
}