*, *: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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

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

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

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

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

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

.row-fluid .span12 {
  width: 100%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

/*  */


.flex_row .col12 {
  width: 100%;
}
.flex_row .col11 {
  width: 91.66%;
}
.flex_row .col10 {
  width: 83.33%;
}
.flex_row .col9 {
  width: 75%;
}
.flex_row .col8 {
  width: 66.66%;
}
.flex_row .col7 {
  width: 58.33%;
}
.flex_row .col6 {
  width: 50%;
}
.flex_row .col5 {
  width: 41.66%;
}
.flex_row .col4 {
  width: 33.33%;
}
.flex_row .col3 {
  width: 25%;
}
.flex_row .col20 {
  width: 20%;
}
.flex_row .col2 {
  width: 16.66%;
}
.flex_row .col1 {
  width: 8.33%;
}
.container-fluid {
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}

@media (min-width:768px) and (max-width:1024px) {
  .flex_row .col3,
  .flex_row .col4,
  .flex_row .col20{
    width: 50%;
  }
}
@media (min-width:1025px) and (max-width:1200px) {
  .flex_row .col3,
  .flex_row .col20{
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .flex_row .col20,
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1 {
    width: 100%;  
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    width: 100%;
  }
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 10px;
  }
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding:0;
}
@media (min-width: 768px) {
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 10px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}
/* 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 ;
  }
}
.dnd-section > .row-fluid {
  margin-right:auto;
  margin-left:auto;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section .dnd-column {
  padding: 0 10px;
}
.default_settings .page-center {
  position: relative;
  z-index: 2;
}
body {
  word-break: break-word;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
p {
  margin: 0 0 1.4rem;
}
a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px;
}
ul,
ol {
  margin: 0 0 1.4rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul ,ol {
  padding-top: 1.3rem;
  padding-left: 1.5rem;
}
ul  li,
ol li  {
  margin-bottom: 1rem;
}
img{
  max-width:100%;
  height:auto;
  vertical-align:middle;
}

ul.no-list {
  list-style: none;
}
code {
  vertical-align: bottom;
}
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.5rem;
  padding-left: 15px;
}
hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

.hs-form-field {
  margin-bottom: 20px;
}
.hs-search-field button {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  right: 20px;
  width: 20px;
  height: 20px;
}
.hs-search-field button:focus:
.hs-search-field button:hover {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  right: 20px;
  width: 20px;
  height: 20px;
}
.hs-search-field form {
  position: relative;
}
.hs-search-field__bar button svg {
  min-height: 18px;
  min-width: 18px;
}
form label {
  line-height: 1.25;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px;
}
form legend {
  font-size: 0.875rem;
}
form input[type=search],
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 {
  display: inline-block;
  padding: 10px 12px;
  width: 100% !important;
  outline: 0;
  line-height: 1.5;
}
form fieldset {
  max-width: 100% !important;
}
form textarea {
  resize: vertical;
}
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;
}
.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: var(--tertiary_color);
}
.widget-type-google_search a.hs-button.primary {
  margin-top: 20px;
}
.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;
  color: var(--tertiary_color);
}
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}
form .hs-richtext img {
  max-width: 100%;
}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem;
}
.hs-error-msg {
  margin-top: 0.35rem;
}
.grecaptcha-badge {
  margin: 0 auto;
}
::-webkit-input-placeholder{
  color: currentColor;
}
::-moz-placeholder{
  color: currentColor;
}
:-ms-input-placeholder{
  color: currentColor;
}
:-moz-placeholder{
  color: currentColor;
}
::placeholder{
  color: currentColor;
}
form input[type=search]:focus,
form input[type=text]:focus, 
form input[type=email]:focus, 
form input[type=password]:focus, 
form input[type=tel]:focus, 
form input[type=number]:focus, 
form input[type=file]:focus, 
form select:focus, 
form textarea:focus{
  box-shadow: 0px 1px 2px rgb(22 22 22 / 10%);
}
form textarea {
  min-height: 132px;
  resize: none;
}
.hs-search-field--open.hs-search-field .hs-search-field__suggestions{
  padding-left:10px;
  padding-right:10px;
  margin-top:10px;
}
.hs-search-field--open.hs-search-field .hs-search-field__suggestions li:first-child {
  margin-top: 10px;
  margin-bottom: 5px;
}
.hs-search-field .hs-search-field__suggestions li:last-child{
  margin-bottom:10px;
}
.hs-search-field .hs-search-field__suggestions li:first-child {
  padding: 0 5px;
}
.hs-search-field .hs-search-field__suggestions li a {
  padding: 10px 5px;
  display:block;
}
form .form-columns-1 .hs-input {
  width: 100%;
}
form select {
  padding-right: 25px;
}
.grecaptcha-badge {
  margin: 0;
}
@media(max-width:480px){
  .grecaptcha-badge {
    overflow: auto;
  }
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form .hs-input:not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
  }
}
table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  word-break: normal;
}
th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
  text-align: left;
}
th {
  font-weight: bold;
}
thead th,
thead td {
  border-bottom: 1px solid;
  vertical-align: bottom;
}
html:not(.hs-inline-edit) .header-wrapper .container-fluid > .row-fluid-wrapper > .row-fluid > .span12.widget-span {
  min-height: 0;
}
.header-wrapper:has(.is-visible){
  min-height:136px;
}
.header-wrapper{
  min-height:81px;
}
.oneM_header {
  z-index: 9999;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .04), 0 8px 20px rgba(0, 0, 0, .03);
}
.oneM_header.sticky_header{
  position: fixed;
  left: 0;
  right: 0;
  width:100%;
}
.oneM_header .top_header .inner_top_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.oneM_header .top_header .inner_top_bar .icon_wrapper {
  display: flex;
  align-items: center;
  vertical-align: middle;
  cursor: pointer;
}
.oneM_header .top_header .inner_top_bar svg {
  color: currentColor;
  fill: currentColor;
}
.oneM_header .top_header .inner_top_bar .text_wrapper p:last-child{
  margin: 0;
}
.oneM_header .top_header{
  padding:15px 0px;
  display:none;
}
.oneM_header .top_header.is-visible{
  display:block;
}
.oneM_header .inner_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
  padding: 15px 0;
}
.oneM_header .inner_content .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.oneM_header .inner_content .menu ul li {
  margin: 0;
  position: relative;
}
.oneM_header .inner_content .right_section .site_search_trigger {
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  min-width: 40px;
  width: 40px;
  flex-shrink: 0;
}
.oneM_header .inner_content .right_section .site_search_trigger svg {
  height: auto;
  min-width: 26px;
  width: 26px;
  fill: currentColor;
  color: currentColor;
}
.oneM_header .hs-editor-hide-until-active {
  display: none;
}
.oneM_header .inpage-editor-active-field .hs-editor-hide-until-active {
  display: block;
}
.oneM_header .hs-search-field {
  position: relative;
}
.oneM_header .hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
  flex: 1;
}
.oneM_header .hs-search-field__bar button svg {
  height: 10px;
}
.oneM_header .hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
}
.oneM_header .hs-search-field--open .hs-search-field__suggestions, 
.oneM_header .inpage-editor-active-field .hs-search-field__suggestions, 
.oneM_header .hs-search-field__suggestions-container .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  border: 1px solid var(--accent_secondary_color);
  background-color: var(--body_background_color);
  margin-top: 12px;
  position: inherit;
  border-radius: 8px;
}
.oneM_header .hs-search-field__suggestions-container .hs-search-field__suggestions:has(.show-for-sr) {
  border: none;
  margin: 0;
}
.oneM_header .hs-search-field__suggestions li:first-child {
  margin-top: 10px;
  margin-bottom: 5px;
}
.oneM_header .hs-search-field__suggestions li {
  display: block;
  padding: 0;
  margin: 0;
}
.oneM_header .hs-search-field__suggestions .results-for {
  font-weight: bold;
}
.oneM_header .hs-search-field__suggestions a,
.oneM_header .hs-search-field__suggestions .results-for {
  display: block;
  padding: 0 10px;
  line-height: 1.7rem;
}
.oneM_header .hs-search-field__suggestions a:hover,
.oneM_header .hs-search-field__suggestions a:focus {
  background-color: transparent;
  outline: none;
}
.oneM_header .hs-search-field__input:focus {
  outline-style: solid;
}
.oneM_header .hs-search-field__suggestions-container {
  position: relative;
  flex-basis: 100%;
}
.oneM_header .hs-search-field__form {
  display: flex;
  flex-wrap: wrap;
}
.oneM_header .hs-search-field__label {
  flex-basis: 100%;
}
.oneM_header .hs-search-field__bar--button-beneath .hs-search-field__input {
  flex-basis: 100%;
}
.oneM_header .hs-search-field__bar--button-beneath .hs-search-field__button {
  margin-top: 0.725rem;
  margin-right: 0.725rem;
}
.oneM_header .hs-search-field__bar--button-align-right .hs-search-field__button {
  margin-right: 0;
  margin-left: 0.725rem;
  order: 2;
}
.oneM_header .hs-search-field__bar--button-beneath .hs-search-field__suggestions-container {
  min-width: 75%;
  flex-basis: auto;
  flex-grow: 1;
}
.oneM_header .hs-search-field__button--labelled .hs_cos_wrapper_type_icon {
  margin-right: 0.5rem;
}
.oneM_header .show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
.oneM_header .modal_wrapper.site_search_wrapper .modal_content {
  opacity: 1;
  visibility: visible;
  max-width: 767px;
  padding: 30px;
}
.oneM_header .modal_wrapper.site_search_wrapper .modal_content form {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 767px;
  margin: 0 auto;
}
.oneM_header .modal_wrapper.site_search_wrapper .modal_content input[type=search] {
  background-color: var(--body_background_color);
  border: 1px solid var(--accent_secondary_color);
  color: var(--primary_color);
  font-weight: 700;
}
.oneM_header .modal_wrapper.site_search_wrapper .modal_content button {
  background: transparent;
  border: transparent;
  color: inherit
}
.oneM_header .modal_wrapper.site_search_wrapper .modal_content .hs-search-field {
  z-index: 9
}
.oneM_header .modal_wrapper.site_search_wrapper .modal_content form input[type=search] {
  padding-right: 30px;
}
.oneM_header .modal_wrapper.site_search_wrapper .modal_content .hs-search-field__suggestions-container .hs-search-field__suggestions:empty {
  display: none;
}
.oneM_header .modal_wrapper.site_search_wrapper .modal_content .hs-search-field__suggestions-container li a {
  background: transparent;
}
.oneM_header .modal_wrapper.site_search_wrapper .modal_content .hs-search-field__suggestions-container li#results-for {
  font-weight: bold;
}
@media(min-width:992px){
  .oneM_header .inner_content .menu .mobile_btn.button_wrapper {
    display:  none;
  }
  .oneM_header .inner_content .right_section .humburger_icon_wrapper {
    display: none;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li > a {
    font-size: 1.1em;
    line-height: normal;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li > ul {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .09), 0 8px 20px rgba(0, 0, 0, .09);
    opacity: 0;
    visibility: hidden;
    min-width: 170px;
    left: 0;
    display: flex;
    padding: 10px 0;
    transform: translateY(3rem);
    position: absolute;
    flex-direction: column;
    top: 100%;
    margin: 0;
    z-index: 15000;
    transition: all 0.3s ease-in-out 0s;
    pointer-events: none;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li:hover > ul {
    left: 0;
    opacity: 1;
    top: 100%;
    visibility: visible;
    opacity: 1;
    transform: translateY(1.75rem);
    transition: all 0.3s ease 0s;
    pointer-events: auto;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul ul li a{
    padding: 8px 10px;
    display: block;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li.hs-item-has-children:hover > a:before {
    height: 30px;
    display: block;
    z-index: 99;
    content: '';
    position: absolute;
    width: 100%;
    top: 23px;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper ul ul ul {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .09), 0 8px 20px rgba(0, 0, 0, .09);
    opacity: 0;
    visibility: hidden;
    min-width: 170px;
    left: 100%;
    display: flex;
    padding: 10px 0;
    transform: translateY(1rem);
    position: absolute;
    flex-direction: column;
    top: 100%;
    margin: 0;
    z-index: 15000;
    transition: all 0.3s ease-in-out 0s;
    pointer-events: none;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper  ul ul li:hover > ul {
    left: 100%;
    visibility: visible;
    opacity: 1;
    transform: translateY(0rem);
    transition: all 0.3s ease 0s;
    top: 0;
    pointer-events: auto;
  }
  .oneM_header .inner_content .button_group {
    margin: 0;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li > a .oneM_child_trigger_icon svg {
    height: auto;
    min-width: 11px;
    width: 11px;
    vertical-align: middle;
    flex-shrink: 0;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li > a {
    align-items: center;
    display: inline-flex;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    position: relative;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul ul .oneM_child_trigger_icon {
    display: none;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li > a .oneM_child_trigger_icon {
    display: flex;
    transition: transform .3s ease;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li:hover > a .oneM_child_trigger_icon {
    transform: rotate(180deg);
  }
  .oneM_header .inner_content .menu.right_alignment{
    margin-left: auto;
  }
  .oneM_header .inner_content .menu.left_alignment{
    margin-right: auto;
  }
  .oneM_header .inner_content .right_section {
    display: flex;
    align-items: center;
    gap:20px;
  }
  .oneM_header .inner_content .right_section .language_switcher_wrapper .header__language-switcher-label {
    position: unset;
  }
  .oneM_header .inner_content .right_section ul.oneM_language_list {
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .09), 0 8px 20px rgba(0, 0, 0, .09);
    opacity: 0;
    visibility: hidden;
    min-width: 150px;
    left: 0;
    display: flex;
    padding: 10px 0;
    transform: translateY(5rem);
    position: absolute;
    flex-direction: column;
    top: 100%;
    margin: 0;
    z-index: 15000;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
    left: auto;
    right: 0;
    pointer-events: none;
  }
  .oneM_header .inner_content .right_section ul.oneM_language_list li {
    border: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-size: inherit;
  }
  .oneM_header .inner_content .right_section ul.oneM_language_list li a {
    padding: 8px 10px;
    display: block;
  }
  .oneM_header .inner_content .right_section .language_switcher_wrapper .header__language-switcher-label .oneM_custom_language_dropdown .oneM_language_current {
    align-items: center;
    display: inline-flex;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    position: relative;
    font-size: 1.1em;
    line-height: normal;
    cursor: pointer;
  }
  .oneM_header .inner_content .right_section .language_switcher_wrapper .header__language-switcher-label .oneM_custom_language_dropdown svg.oneM_arrow_icon {
    height: auto;
    min-width: 10px;
    width: 10px;
    vertical-align: middle;
    display: flex;
    transition: transform .3s ease;
  }
  .oneM_header .inner_content .right_section .language_switcher_wrapper .header__language-switcher-label .oneM_custom_language_dropdown {
    position: relative;
    cursor: pointer;
  }
  .oneM_header .inner_content .right_section .language_switcher_wrapper .header__language-switcher-label .oneM_custom_language_dropdown:hover ul.oneM_language_list {
    left: auto;
    opacity: 1;
    top: 100%;
    visibility: visible;
    opacity: 1;
    transform: translateY(1.8rem);
    transition: all 0.3s ease 0s;
    pointer-events: auto;
  }
  .oneM_header .inner_content .right_section .language_switcher_wrapper .header__language-switcher-label .oneM_custom_language_dropdown:hover ul.oneM_language_list {
    left: auto;
    opacity: 1;
    top: 100%;
    visibility: visible;
    opacity: 1;
    transform: translateY(1.75rem);
    transition: all 0.3s ease 0s;
    pointer-events: auto;
  }
  .oneM_header .inner_content .right_section .language_switcher_wrapper .header__language-switcher-label .oneM_custom_language_dropdown .oneM_language_list:before {
    height: 30px;
    display: block;
    z-index: 99;
    content: '';
    position: absolute;
    width: 150px;
    top: -30px;
    display: flex;
    border: none;
    left: 9%;
  }
  .oneM_header .inner_content .right_section .language_switcher_wrapper .header__language-switcher-label .lang_switcher_class,
  .oneM_header .inner_content .right_section .mobile_close_icon_wrapper,
  .oneM_header .inner_content .mobile_language_switcher_wrapper{
    display: none;
  }
  .oneM_header .inner_content .right_section .language_switcher_wrapper .header__language-switcher-label .oneM_custom_language_dropdown:hover .oneM_language_current .oneM_svg_icon {
    transform: rotate(180deg);
  }
  .oneM_header .inner_content .right_section .language_switcher_wrapper .header__language-switcher-label .oneM_custom_language_dropdown .oneM_language_current .oneM_svg_icon svg {
    height: auto;
    min-width: 11px;
    width: 11px;
    vertical-align: middle;
    flex-shrink: 0;
  }
  .oneM_header .inner_content .right_section .language_switcher_wrapper .header__language-switcher-label .oneM_custom_language_dropdown .oneM_language_current .oneM_svg_icon{
    display: flex;
    transition: transform .3s ease;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li:nth-last-child(-n + 2)> ul ul li > ul {
    right: 100%;
    left: auto;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li:nth-last-child(-n + 2)> ul ul li:hover > ul {
    left: auto;
    right: 100%;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li:nth-last-child(-n + 2) > ul > li> ul {
    left: auto;
    right: 100%;
  }
  .oneM_header .inner_content .menu.menu_alignment_right .inner_menu_wrapper > ul > li > ul {
    right: 0;
    left: auto;
  }
  .oneM_header .inner_content .menu.menu_alignment_right .inner_menu_wrapper > ul > li > ul > li> ul {
    left: auto;
    right: 100%;
  }
  .oneM_header .inner_content .menu.menu_alignment_right .inner_menu_wrapper ul ul li > ul {
    left: auto;
    right: 100%;
  }
  .oneM_header .inner_content .right_section:has(.humburger_icon_wrapper:first-child) {
    display: none;
  }
}
@media(min-width:992px) and (max-width:1100px){
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul ,
  .oneM_header .inner_content .right_section{
    gap: 13px;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li > a,
  .oneM_header .inner_content .right_section .language_switcher_wrapper .header__language-switcher-label .oneM_custom_language_dropdown .oneM_language_current{
    font-size: unset;
    line-height: unset;
  }
  .oneM_header .inner_content .logo {
    max-width: 150px;
    width: 100%;
  } 
  .oneM_header .inner_content .right_section .language_switcher_wrapper .header__language-switcher-label .oneM_custom_language_dropdown:hover ul.oneM_language_list,
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li:hover > ul{
    transform: translateY(1.5rem);
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li > ul, 
  .oneM_header .inner_content .menu .inner_menu_wrapper ul ul ul {
    min-width: 160px;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li.hs-item-has-children:hover > a:before {
    height: 26px;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul ul li a,
  .oneM_header .inner_content .right_section ul.oneM_language_list li a{
    padding: 5px 8px;
  }
}
@media(max-width:991px){
  .oneM_header .inner_content .right_section {
    display: flex;
    align-items: center;
    gap:10px;
  }
  .oneM_header .inner_content .right_section .language_switcher_wrapper {
    display: none;
  }
  .oneM_header .inner_content .right_section .button_wrapper {
    display: none;
  }
  .oneM_header .inner_content .right_section .humburger_icon_wrapper {
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    min-width: 30px;
    transition: all 0.3s ease;
    width: 30px;
    margin: 0;
    flex-direction: column;
  }
  .oneM_header .inner_content .right_section .humburger_icon_wrapper span.trigger {
    display: block;
    height: 2px;
    margin: 4px 0;
    transition: all .3s ease-in-out;
    width: 100%;
    background: #0a1e32;
  }
  .oneM_header .inner_content .right_section .humburger_icon_wrapper span.trigger:first-child {
    transition-delay: .3s;
  }
  .oneM_header .inner_content .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
    display: none;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .oneM_header .inner_content .menu {
    padding: 10rem 20px 50px 20px;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper ul li a,
  .oneM_header .inner_content .menu .oneM_language_current,
  .oneM_header .inner_content .menu ul li a{
    font-weight: 400;
    padding: 12px 0;
    display: block;
    align-items: center;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    text-decoration: none;
    transition: color .3s ease;
    width: 100%;
    font-size: 0.9em;
  }
  .oneM_header .inner_content .menu ul ul {
    display: none;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper ul li.hs-item-has-children a,
  .oneM_header .inner_content .menu .oneM_language_current{
    padding-right: 50px;
    position: relative;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper ul li.hs-item-has-children a .oneM_child_trigger_icon,
  .oneM_header .inner_content .menu .oneM_language_current .oneM_svg_icon {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    margin-left: auto;
    min-width: 12px;
    padding: 5px;
    transition: transform .3s ease;
    height: 100%;
    position: absolute;
    right: 0;
    width: 50px;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper ul li.hs-item-has-children a .oneM_child_trigger_icon svg,
  .oneM_header .inner_content .menu .oneM_language_current .oneM_svg_icon svg{
    height: auto;
    min-width: 12px;
    width: 12px;
  }
  .oneM_header .inner_content .menu .button_group {
    justify-content: flex-start;
  }
  .oneM_header .inner_content .right_section .mobile_close_icon_wrapper {
    display: block;
    position: relative;
    z-index: 999;
  }
  .oneM_header .inner_content .menu .mobile_close_icon_wrapper {
    align-items: center;
    border-radius: 100%;
    display: flex;
    height: 30px;
    justify-content: center;
    transition: all 0.3s ease;
    width: 30px;
    margin: 0;
    flex-direction: column;
    position: absolute;
    right: 20px;
    top: 7%;
    cursor: pointer;
    z-index: 60;
    transform: rotate(45deg);
  }
  .oneM_header .inner_content .menu .mobile_close_icon_wrapper span.trigger {
    display: block;
    height: 2px;
    margin: 4px auto;
    transition: all .3s ease-in-out;
    width: 100%;
    transform: translateY(4px);
    transition-delay: .3s;
  }
  .oneM_header .inner_content .menu .mobile_close_icon_wrapper span.trigger:last-child {
    transform: translateY(-6px) rotate(90deg);
  }
  html.open_mobile_menu {
    overflow: hidden;
  }
  .open_mobile_menu .oneM_header .inner_content .menu {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li.hs-item-has-children.oneM_child_open > a .oneM_child_trigger_icon,
  .oneM_header .inner_content .menu .inner_menu_wrapper ul ul li.hs-item-has-children.oneM_child_open > a > .oneM_child_trigger_icon,
  .oneM_header .inner_content .menu .header__language-switcher-label .oneM_custom_language_dropdown .oneM_language_current.oneM_child_open .oneM_svg_icon{
    transform: rotate(180deg);
  }
  .oneM_header .inner_content .logo {
    max-width: 150px;
    width: 100%;
  }
  .oneM_header .inner_content .menu .header__language-switcher-label {
    position: unset;
  }
  .oneM_header .inner_content .menu .header__language-switcher-label ul.oneM_language_list{
    padding: 0 15px;
    display: none;
  }
  .oneM_header .inner_content .menu ul ul li:last-child {
    border: none;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper > ul > li > ul >li > a {
    padding-left: 15px;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper ul ul ul li > a {
    padding-left: 25px;
  }
  .oneM_header .inner_content .menu .inner_menu_wrapper ul ul ul ul li > a {
    padding-left: 35px;
  }
}
@media(max-width:767px){
  .oneM_header .inner_content .menu {
    padding: 8rem 20px 50px 20px;
  } 
  .oneM_header .modal_wrapper.site_search_wrapper .modal_content {
    padding: 20px;
  }
  .header-wrapper:has(.is-visible){
    min-height:151px;
  }
  .header-wrapper{
    min-height:73px;
  }
}
html:not(.hs-inline-edit) .footer_wrapper .container-fluid > .row-fluid-wrapper > .row-fluid > .span12.widget-span {
  min-height: 0;
}
.oneM_footer .heading {
  text-transform: uppercase;
}
.oneM_footer .footer-row .content_with_icon_item {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.oneM_footer .footer-row .content_with_icon_item .icon_wrapper * {
  line-height: 0;
}
.oneM_footer .social_share {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 15px;
}
.oneM_footer .social_share_item,
.oneM_footer .footer-row .content_with_icon_item .icon_wrapper{   
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 2px;
  border-style: solid; 
  border-radius: 10px;
  flex-shrink: 0;
}
.oneM_footer .footer-row .content_with_icon_item .icon_wrapper{
  margin-right: 12px;
}
.oneM_footer .footer-row .content_with_icon_item .icon_wrapper svg ,
.oneM_footer .content_with_icon_item .icon_wrapper img{
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.oneM_footer .social_share_item svg,
.oneM_footer .social_share_item img{
  width: 18px;
  height: 18px;
  display: block;
  vertical-align: middle;
}
.oneM_footer .menu .hs-menu-wrapper ul {
  display: block;
  position: relative;
  opacity: 1;
  top: 100%;
  left: 0; 
}
.oneM_footer .menu .hs-menu-wrapper>ul{
  padding:0;
}
.oneM_footer .hs-menu-wrapper>ul >li:first-child {
  margin-top: 0;
}
.oneM_footer .hs-menu-wrapper>ul >li:last-child {
  margin-bottom: 0;
}
.oneM_footer .items{
  padding:0 10px;
}
.oneM_footer .footer-row .content p:last-child {
  margin: 0;
}
.oneM_footer .content >*:last-child {
  margin: 0;
}
.oneM_footer .scroll_top {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 999;
  transition: all .3s ease;
  bottom: 80px;
  right: 25px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.oneM_footer .scroll_top svg {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  transition: all .3s ease;
}
.oneM_footer .scroll_top img {
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.backtotop_add .scroll_top {
  visibility: visible;
  opacity: 1;
}
.oneM_footer .scroll_top:hover {
  transform: scale(1.1);
}
.oneM_footer .form .form-title:empty {
  display: none;  
}
.oneM_footer .flex_row form .hs-form-field>label:has(span:empty) {
  display: none;
}
.oneM_footer .blog_feed_wrapper .blog_feed_content {
  padding-bottom: 10px;
}
.oneM_footer .simple_menu ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.oneM_footer .blog_feed_item {
  margin-bottom: 15px;
  padding: 4px 0;
  display: flex;
  align-items: center;
}
.oneM_footer .blog_feed_item .blog_feed_featured_image {
  border-radius: 5px;
  content: "";
  display: inline-block;
  min-height: 100px;
  left: 0;
  overflow: hidden;
  position: relative;
  flex: 0 0 25%;
  top: 0;
  transform: none;
  max-width: 25%;
  vertical-align: middle;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-right: 10px;
}
.oneM_footer .blog_feed_item_title {
  font-weight: 500;
}
.oneM_footer .blog_feed_item:last-child {
  margin: 0;
}
.oneM_footer .social_share_item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oneM_footer .button_group{
  margin-top: 0;
  justify-content: flex-start;
}
.oneM_footer .heading * {
  margin: 0;
}
.oneM_footer .flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.oneM_footer .modal_wrapper .modal_close_button svg path {
  color: currentColor;
  fill: currentColor;
}
@media(min-width:768px){
  .oneM_footer div.desktop_hide {
    display: none;
  }
}
@media(max-width:767px){
  .oneM_footer .heading > *{
    margin-bottom: 0;
  }
  .oneM_footer .flex_row .items {
    width: 100%;
  }
  .oneM_footer .items {
    padding: 0;
  }
  .oneM_footer div.mobile_hide {
    display: none;
  }
}
.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.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;
  }
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}
.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;
  }
}
.hs_cos_wrapper_type_rich_text [data-animation] {
  opacity: 0;
}
html {
  overflow-y: overlay;
  overflow: auto;
  -webkit-tap-highlight-color: transparent;
}
.page-center.full_width {
  max-width: 100%;
  width: 100%;
}
.dnd-module .widget-type-linked_image {
  overflow: hidden;
}
.default_settings {
  position: relative;
  overflow: hidden;
}
.background_layer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.parallax_container .parallax_image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.1s ease;
}
.background_layer.overlay_layer{
  z-index: 2;
}
.simpleParallaxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video_background_wrap{
  height: 110vh;
  height: 110%;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100vw;
  z-index: 1;
  top: 0;
  left: 0;
}
.video_background_wrap video{
  width:100%;
  object-fit: cover;
  height: 100%;
}
.video_background_wrap.embedded_video_wrap {
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%) ;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  aspect-ratio: 16 / 9;
}
.video_background_wrap.embedded_video_wrap iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.button_group :empty {
  margin: 0 ;
}
.button_group {
  margin-top: 30px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}
.button_group_item  a {
  display: inline-block;
}
.text_center .button_group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.text_right .button_group {
  justify-content: end;
}
.text_left .button_group {
  justify-content: start;
}
html.popup_layout {
  overflow: hidden;
}
.modal_wrapper {
  background: var(--popup_model_color);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
  backdrop-filter: blur(10px);
}
.modal_wrapper .modal_container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  padding: 60px 20px;
  width: 100%;
}
.modal_wrapper .modal_content {
  border-radius: 10px;
  margin: 0 auto;
  max-width: 991px;
  opacity: 0;
  overflow: hidden;
  transition: all .3s ease;
  width: 100%;
  padding: 40px;
  background: var(--body_background_color);
}
.modal_wrapper .modal_close_button {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  z-index: 11;
  background: var(--accent_primary_color);
  border-radius: 50%;
  color:  var(--tertiary_color);
  padding: 10px;
  transition: all .3s ease;
}
.modal_wrapper .modal_close_button svg {
  color: inherit;
  fill: currentColor;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
}
.modal_wrapper .modal_close_button:hover {
  transform: scale(1.2);
}
.modal_wrapper.modal_active,
.modal_wrapper.modal_visible .modal_content {
  opacity: 1;
  visibility: visible;
}
.modal_wrapper.modal_visible {
  display: block;
}
.modal_wrapper .modal_video_wrap {
  padding-bottom: 56.5%;
  position: relative;
}
.modal_wrapper .form-title:empty {
  margin: 0;
}
.modal_wrapper video,
.modal_wrapper .modal_video_wrap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.modal_wrapper .modal_video_wrap .modal_video_player {
  width: 100%;
  height: 100%;
}
.modal_wrapper .modal_content .modal_body {
  margin-bottom: 20px;
}
.modal_wrapper .modal_content .modal_body >:last-child {
  margin: 0;
}
.modal_wrapper.button_type_popup_content .modal_content .modal_body {
  margin: 0;
}
.modal_wrapper.button_type_popup_video .modal_content {
  padding: 0;
}
.modal_wrapper.button_type_popup_video .modal_body {
  margin: 0;
  padding: 20px;
}
.text_center{
  text-align:center;
}
.text_right{
  text-align:right;
}
.text_left{
  text-align:left;
}
.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[class*="full-width-section"].dnd-section > .row-fluid,
[class*="full-width-section"].dnd-section {
  padding: 0;
}
.flex_row .col20,
.flex_row .col12,
.flex_row .col11,
.flex_row .col10,
.flex_row .col9 ,
.flex_row .col8 ,
.flex_row .col7 ,
.flex_row .col6 ,
.flex_row .col5 ,
.flex_row .col4 ,
.flex_row .col3 ,
.flex_row .col2 ,
.flex_row .col1 {
  padding:0 10px;
}
.top_content {
  text-align: center;
  margin-bottom: 40px;
}
.top_content .flex_row {
  align-items: center;
}
.top_content .description > *:last-child {
  margin-bottom: 0;
}
.top_content .flex_row .content_column {
  text-align: left;
}
.top_content .flex_row .description {
  max-width: 100%;
}
.top_content .btn_row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.top_content .btn_row_wrap .btn_row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
main.body-container-wrapper.migration_test_page form.hs-form.stacked {
    margin-bottom: 20px;
}
@media(max-width:767px){
  .modal_wrapper .modal_content {
    padding: 20px;
  }
  .top_content .btn_row_wrap,
  .top_content .btn_row_wrap .btn_row {
    justify-content: center;
  }
}
@media (min-width:768px) {
  .top_content .btn_row_wrap.col4 {
    width: 33.33%;
  }
}
.splide .splide__pagination_wrap ul.splide__pagination {
  bottom: -50px;
  row-gap: 5px;
}
.splide .splide__pagination_wrap ul.splide__pagination button {
  border-radius: 50%;
  height: 8px;
  margin: 5px 11px;
  position: relative;
  width: 8px;
  background: var(--accent_primary_color);
  cursor: pointer;
  opacity: .5;
  transform: unset;
}
.splide .splide__pagination_wrap ul.splide__pagination button:before {
  border: 1px solid transparent;
  border-radius: 100%;
  content: "";
  height: 18px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 18px;
}
.splide .splide__pagination_wrap ul.splide__pagination button.is-active,
.splide .splide__pagination_wrap ul.splide__pagination button:hover {
  opacity: 1;
}
.splide .splide__pagination_wrap ul.splide__pagination button.is-active:before,
.splide .splide__pagination_wrap ul.splide__pagination button:hover:before {
  border: 1px solid var(--accent_primary_color);
}
.splide .splide__arrow {
  width: 40px;
  height: 40px;
  transition: 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 12px 24px rgba(0, 0, 0, 0.10);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 12px 24px rgba(0, 0, 0, 0.10);
  border-radius: 50%;
  border: 1px solid var(--accent_secondary_color);
  overflow: hidden;
  background: var(--tertiary_color);
  opacity:1;
  color:var(--accent_secondary_color);
}
.splide .splide__arrow--prev {
  left: -40px;
}
.splide .splide__arrow--next {
  right: -40px;
}
.splide .splide__arrow svg {
  fill: transparent;
  transform: unset;
  color: currentColor;
  flex-shrink: 0;
  vertical-align: middle;
}
.splide .splide__arrow:hover {
  background: var(--accent_secondary_color);
  color: var(--tertiary_color);
  border-color: var(--accent_secondary_color);
}
.splide .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
@media (max-width: 1400px){
  .splide .splide__arrow--next{
    right: -10px;
  }
  .splide .splide__arrow--prev {
    left: -10px;
  }
}
@media(max-width:767px){
  .splide .splide__arrow {
    display: none;
  }
  .splide .splide__pagination_wrap ul.splide__pagination {
    position: unset;
    margin-top: 20px;
  }
}
.flex_row.rowGap15 {
  row-gap: 20px;
}
.flex_row.colGap15 {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.text_left .icon_inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.text_right .icon_inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.text_center .icon_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media(max-width:1300px) and (min-width:1101px){
  .col20_row .flex_row .col20{
    width: 25%;
  }
}
@media(max-width:1100px) and (min-width:992px){
  .col20_row .flex_row .col20,
  .col3_row .flex_row .col3{
    width: 33.33%;
  }
}
@media(max-width:991px) and (min-width:768px){
  .col20_row .flex_row .col20,
  .col2_row .flex_row .col2,
  .col3_row .flex_row .col3,
  .col4_row .flex_row .col4{
    width: 50%;
  }
}
@media (max-width:767px) {
  .top_content .flex_row .content_column {
    text-align: center;
  }
}
div[class*="lightGallery-captionsmodule"] {
  padding: 15px 40px;
}
div[class*="lightGallery-captionsmodule"]:empty {
  display: none;
}
table {
  border-collapse: collapse;
  border: none;
}
.hs-inline-edit .hs_cos_wrapper_type_rich_text [data-animation] {
  opacity: 1;
  transform: none;
}