






*, *: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.
 */

/* 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;
  max-width:100%;
  height:auto;
  vertical-align:baseline;
}

/* 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%;
  }
  
  .container-fluid {
    *zoom: 1;
  }
  
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
  }
  
  .container-fluid:after {
    clear: both;
  }
  
  @media (max-width: 767px) {
    .row-fluid {
      width: 100%;
    }
  
    .row-fluid [class*="span"] {
      display: block;
      float: none;
      width: auto;
      margin-left: 0;
    }
  }
  
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding-left: 20px;
    padding-right: 20px;
  }
  .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-left: 0px;
    padding-right: 0px;
  }
  
  
  @media (min-width: 768px) {
    .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%;
    }
  }
  
  /* Clearfix */
  
  .clearfix {
    *zoom: 1;
  }
  
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* Visibilty Classes */
  
  .hide {
    display: none;
  }
  
  .show {
    display: block;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  .hidden {
    display: none;
    visibility: hidden;
  }
  
  /* Responsive Visibilty Classes */
  
  .visible-phone {
    display: none !important;
  }
  
  .visible-tablet {
    display: none !important;
  }
  
  .hidden-desktop {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .visible-phone {
      display: inherit !important;
    }
  
    .hidden-phone {
      display: none !important;
    }
  
    .hidden-desktop {
      display: inherit !important;
    }
  
    .visible-desktop {
      display: none !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
      display: inherit !important;
    }
  
    .hidden-tablet {
      display: none !important;
    }
  
    .hidden-desktop {
      display: inherit !important;
    }
  
    .visible-desktop {
      display: none !important ;
    }
  }
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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




body {
  line-height: 1.5;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 12px;
}

strong {
  font-weight: 700;
}

/* Links */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0 0 15px;
}

h1 {
  font-size: 62px;
  line-height: 1.12;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h5 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h6 {
  font-size: 18px;
  letter-spacing: 1.06px;
}

/* Lists */

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 2.8rem;
}

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

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 2px solid;
}

/* Subscripts and Superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Primary Button */
.cta-button,
.hs-button,
button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
  letter-spacing: 1px;
}

.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}
.button.button--simple {
    justify-content: flex-start;
    margin-bottom: 0;
    position: relative;
    align-items: center;
}

.button.button--simple:after {
    content: '' !important;
    display: block !important;
    width: 15px;
    transition: all .15s linear;
    height: 3px;
    position: static;
    background: currentColor;
    margin-left: 7px;
}

.button.button--simple:hover:after {
    width: 30px;
}
/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}
/*  

form_header_background       
form_header_text_color       
form_background_color     

form_border_color            
form_label_color      

form_field_background_color
form_field_border_color      
form_field_focus_border_color
form_button_text_color       
form_button_background_color 

*/


.form-title {
  background: ;
  padding: 2rem;
  border-radius: px;
  margin-bottom: 0;
  color: ;
    margin-bottom: 20px;
}

form {
  padding: 2rem;
  background: ;
}

.hs-form label {
  font-size: .75rem;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: .625rem;
  color: ;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: ;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.hs-input,
.hs-search-field__input {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%!important;
  height: auto!important;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2rem;
  color: ;
  background-color: ;
  box-sizing: border-box;
  border-radius: px;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  cursor: pointer;
  width: 1rem!important;
  height: 1rem!important;
  padding: 0!important;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  background-color: ;
  border-radius: px;
  border: 1px solid ;
  outline: none;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background: ;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
.hs-input:focus,
.hs-search-field__input:focus {
  outline: none;
  border-color: ;
}

textarea.hs-input {
  height: auto;
}

select {
  background: url('https://7507810.fs1.hubspotusercontent-na1.net/hubfs/7507810/Incorta%202020/icons/icon-arrow.svg') no-repeat;
  background-position: calc(100% - 10px) center;
}

select[multiple].hs-input {
  height: inherit;
}

input[type="submit"] {
  background: !important;
  color: !important;
  border: none!important;
}

fieldset {
  max-width: none!important;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: ;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: ;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 1.25rem;
}
.legal-consent-container {
  margin-bottom: 1.25rem;
}
.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: ;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
}


.hubspot-link__container {
  display: none;
}

.grecaptcha-badge {
  margin: 0;
}

/* Form No Labels */
.form-no-labels form.hs-form .hs-fieldtype-text > label,
.form-no-labels form.hs-form .hs-fieldtype-textarea > label,
.form-no-labels form.hs-form .hs-fieldtype-selec > label {
  display: none!important;
}


/* ==========================================================================
White Form
========================================================================== */

.inc-form-white .hs-form label {
  color: #fff;
}
.inc-form-white .hs-error-msgs label {
  color: ;
}

.inc-form-white .hs-input,
.inc-form-white .hs-search-field__input {
  box-sizing: border-box;
  border-radius: 0!important;
  background-color: rgba(255, 255, 255, 0.1)!important;
  border: 0!important;
  border-bottom: 2px solid #fff!important;
  color: #fff!important;
}

.inc-form-white .hs-form input[type="submit"] {
  background: !important;
  color: #fff!important;
}

input[type=checkbox] {
  -webkit-appearance: checkbox !important;
}

input[type=radio] {
  -webkit-appearance: radio !important;
}
/* Tables */

table {
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #eff7ff;
}

thead th,
thead td {
  border: none;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}



/* Header Container */

.header .dnd-section {
  padding: 0;
}

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  line-height: 0;
}

.header--landing-page .header__container {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .header__container {
    padding: 20px;
  }
}

/* Logo */

.header__logo {
  margin-right: 20px;
  max-width: 250px;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-bottom: 0;
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
    display: none;
    margin: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% - 20px);
    z-index: 99;
  }

  .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 50px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 10px;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher-label {
  align-items: center;
  display: flex;
  position: relative;
}

.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid;
  content: '';
  display: block;
  height: 0;
  margin: 0 0 0 10px;
  width: 0;
}

@media (max-width: 767px) {
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border-radius: 0 0 18px 18px;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

  .header__language-switcher-label {
    position: static;
  }

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}




header.header.header--landing-page {
  line-height: 0;
  position: absolute;
  width: 100%;
  top: -1px;
  left: 0;
  z-index: 999;
}








header.navbar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  transition: .5s ease-in-out;
  padding: 0;
  background-color: #000;
  display: flex;
  flex-direction: column;
}

header .search-bar {
  padding: 1rem 0;
  background-color: #000;
  width: 100%;
}

header .search-bar .form-group {
  position: relative;
}
header .search-bar .form-group svg {
  position: absolute;
  left: 0;
  top: 16px;
  width: 15px;
  height: 15px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.form-control, .form-select {
  height: 48px;
  border-color: #f1f0e3;
  background-color: #f1f0e3;
  border-radius: 0;
}
header .search-bar .form-group .form-control {
  background-color: rgba(0,0,0,0);
  color: #fff;
  padding-left: 30px;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0);
}

header.navbar nav.content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
header.incorta-navbar .navbar-brand {
  padding: 0;
  margin-right: 2rem;
}

header.incorta-navbar .navbar-brand svg {
  height: 80px;
  transition: .5s ease-in-out;
}
header.incorta-navbar .btn-search {
  display: inline-flex;
  align-items: center;
}
header.incorta-navbar .btn-search.btn-search-mobile {
  display: none;
  position: absolute;
  right: 4rem;
  top: 0;
  margin: 25px 7px;
}
img, svg {
  vertical-align: middle;
}
header.incorta-navbar .btn-search svg {
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 7px;
}
header.incorta-navbar .btn-search svg.icon-close-search {
  display: none;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow .15s ease-in-out;
  transition: -webkit-box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
header.incorta-navbar .navbar-toggler {
  width: auto;
  height: auto;
  padding: 0.5rem;
  position: absolute;
  right: 1rem;
  top: 0;
  margin: 16px 0;
  transition: .5s ease-in-out;
}
header.incorta-navbar .navbar-toggler svg {
  width: auto;
  height: auto;
}
header.incorta-navbar .navbar-toggler .icon-close {
  height: 18px;
  width: 18px;
  margin: 0.4rem;
  display: none;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.collapse:not(.show) {
  display: none;
}
header.incorta-navbar .menu-header-menu-navigation-container {
  display: flex;
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}
header.incorta-navbar .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 80px;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
}
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}
header.incorta-navbar .incorta-navbar-right {
  height: 80px;
}
header.incorta-navbar .menu-item {
  padding: 0 1rem;
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn {
  font-family: "Inter",sans-serif;
  font-size: 16px;
  border-radius: 0;
  color: #fff;
  font-weight: bold !important;
  border: 1px solid #fff;
  padding: 11px 25px;
  transition: .5s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-outline {
  color: #000;
  background-color: rgba(0,0,0,0);
  border-color: #000;
  border-width: 1px;
}
.btn-outline.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
header.incorta-navbar .menu-item .btn {
  margin: 0;
  margin-left: 1rem;
  letter-spacing: 1px;
}
header.incorta-navbar .incorta-navbar-right .menu-item-search {
  padding-right: 0;
  DISPLAY:NONE;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #fff;
  box-shadow: none;
  outline: none;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  background-color: #000;
  color: #fff;
}
.btn-outline.btn-outline-light:hover, .btn-outline.btn-outline-light:focus, .btn-outline.btn-outline-light:active {
  color: #000;
  background-color: #fff;
}
/* .mega-menu-item:hover > .dropdown-menu {
display: block;
} */
@media (min-width: 768px){
  .ms-md-auto {
    margin-left: auto!important;
  }
}
@media (min-width: 1200px){
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
header.incorta-navbar .menu-item .nav-link, header.incorta-navbar .menu-item .nav-linkactive {
  font-family: "Inter",sans-serif;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 1px;
}
header.incorta-navbar .menu .dropdown .dropdown-item {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
header.incorta-navbar .incorta-navbar-right .menu-item .nav-link {
  opacity: .7;
}
header.incorta-navbar .menu-item .nav-link.active, header.incorta-navbar .menu-item .nav-link:active, header.incorta-navbar .menu-item .nav-link:hover, header.incorta-navbar .menu-item .nav-link:focus, header.incorta-navbar .menu-item .nav-linkactive.active, header.incorta-navbar .menu-item .nav-linkactive:active, header.incorta-navbar .menu-item .nav-linkactive:hover, header.incorta-navbar .menu-item .nav-linkactive:focus {
  color: #fff;
  background-color: rgba(0,0,0,0);
}
header.incorta-navbar .incorta-navbar-right .menu-item .nav-link:hover {
  opacity: 1;
}


header.incorta-navbar .menu-item .nav-link::before, header.incorta-navbar .menu-item .nav-linkactive::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  border-bottom: 3px solid #3600fa;
  display: none;
}
header.incorta-navbar .menu-item .nav-link.active::before, header.incorta-navbar .menu-item .nav-link:active::before, header.incorta-navbar .menu-item .nav-link:hover::before, header.incorta-navbar .menu-item .nav-link:focus::before, header.incorta-navbar .menu-item .nav-linkactive.active::before, header.incorta-navbar .menu-item .nav-linkactive:active::before, header.incorta-navbar .menu-item .nav-linkactive:hover::before, header.incorta-navbar .menu-item .nav-linkactive:focus::before {
  display: block;
}
header.incorta-navbar .menu .mega-menu-item {
  position: static;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}
header.incorta-navbar .dropdown-menu {
  transition: .5s ease-in-out;
  list-style: none;
  margin: 0;
  margin-top: 0;
  padding: 0;
  z-index: 1;
  font-size: inherit;
  min-width: inherit;
  border: 0;
  box-shadow: 0;
  border-radius: 0;
  padding: 2rem;
  background-color: #fff;
  transition: .25s ease-in-out;
  left: 2rem;
  min-width: 260px;
  box-shadow: 0 24px 48px rgb(0 0 0 / 10%);
}
header.incorta-navbar .menu .dropdown-menu {
  transition: .5s ease-in-out;
  list-style: none;
  margin: 0;
  margin-top: 0;
  padding: 0;
  z-index: 1;
  font-size: inherit;
  min-width: inherit;
  border: 0;
  box-shadow: 0;
  border-radius: 0;
  padding: 2rem 1rem;
  background-color: #fff;
  transition: .25s ease-in-out;
  top: 100%;
  left: 1rem;
  min-width: 260px;
  box-shadow: 0 24px 48px rgb(0 0 0 / 10%);
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 24px 48px rgb(0 0 0 / 10%);
  padding: 0;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .col-inner {
  padding: 2rem 0 1rem;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .overview-group {
  margin: 1rem 0 3rem;
  max-width: 220px;
  text-decoration: none;
  display: block;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .overview-group .button-item-title {
  font-family: "Inter",sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .overview-group .button-item-description {
  color: #000;
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 22px;
}
header.incorta-navbar .menu-item .btn {
  margin: 0;
  margin-left: 1rem;
  letter-spacing: 1px;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .overview-group .button-item-btn .btn {
  margin-left: 0;
  display: inline-flex;
}
.dropdown-menu.show {
  display: block;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .description-group {
  margin: 1rem 0;
  max-width: 220px;
  text-decoration: none;
  display: block;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .description-group .description-item {
  color: #000;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-size: 16px;
  line-height: 22px;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .description-group .description-text {
  color: #000;
  display: block;
  margin-bottom: 2rem;
  font-size: 14px;
  line-height: 22px;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .banner-col {
  background-color: #f1f0e3;
  display: inline-flex;
  justify-content: flex-end;
  padding: 3rem 1rem 2rem 3rem;
  position: relative;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .banner-col::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #f1f0e3;
  height: 100%;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .banner-thumbnail {
  max-width: 250px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #000;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .banner-thumbnail .banner-image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 160px;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .banner-thumbnail .banner-body {
  padding: 1rem 1rem 4rem;
  position: relative;
  background-color: #fff;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .banner-thumbnail .banner-body .banner-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0.5rem;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .banner-thumbnail .banner-body .banner-description {
  font-size: 14px;
  line-height: 22px;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link {
  font-family: "Inter",sans-serif;
  color: #3600fa;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  transition: .5s ease-in-out;
  letter-spacing: 1px;
  line-height: 1.3;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .banner-thumbnail .banner-body .btn-link {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}
.btn-link span {
  position: relative;
}

.btn-link span::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 103%;
  width: 12px;
  height: 3px;
  background-color: #3600fa;
  transition: .5s ease-in-out;
}
.btn-link:hover span::after, .btn-link:focus span::after, .btn-link:active span::after {
  width: 20px;
  background-color: #f1f0e3;
  background-color: #4e75e3;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  font-family: "Inter",sans-serif;
  background-color: rgba(0,0,0,0);
  border-color: #4e75e3;
  font-weight: bold;
}
header.incorta-navbar .menu .mega-menu-item .dropdown-menu .title-item {
  text-transform: uppercase;
  margin-bottom: 1rem;
  opacity: .5;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 1rem;
  color: #000;
  text-decoration: none;
}

@media (max-width:1199px){
  header.incorta-navbar .navbar-toggler:hover {
    background: transparent;
    border: 0;
    outline: 0;
  }

  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header.navbar nav.content-wrapper {
    flex-wrap: wrap;
  }

  header.incorta-navbar .menu-header-menu-navigation-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  header.incorta-navbar .menu {
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  header.incorta-navbar .menu .mega-menu-item {
    width: 100%;
    padding: 0;
  }

  header.incorta-navbar .menu-item {
    padding: 0;
  }

  header.incorta-navbar .incorta-navbar-right {
    height: auto;
    flex-direction: column !important;
    margin-left: 0 !important;
    padding-bottom: 2rem;
    width: 100%;
  }

  header.incorta-navbar .menu-item .btn {
    margin: 0;
  }

  header.incorta-navbar .menu-item .nav-link, header.incorta-navbar .menu-item .nav-linkactive {
    padding: 1rem 1.3rem;
    padding-left: 0;
  }

  header.incorta-navbar .menu-item .nav-link:before, header.incorta-navbar .menu-item .nav-linkactive:before {
    display: none !important;
  }
  header.incorta-navbar .navbar-toggler:hover, header.incorta-navbar .navbar-toggler:focus {
    background: transparent;
    border: 0;
    outline: 0;
  }

  header.incorta-navbar .navbar-toggler {
    border: 0;
  }

  header.incorta-navbar .navbar-toggler.active svg.icon-hamburger {
    display: none;
  }

  header.incorta-navbar .navbar-toggler.active svg.icon-close {
    display: block;
  }
}
/* Footer Container */

.footer .dnd-section {
  padding: 0;
}

.footer__container {
  margin: 0 auto;
  padding: 5.6rem 20px 2.8rem;
}

/* Footer Rows */

.footer__row {
  display: flex;
  justify-content: space-between;
}

.footer__navigation {
  width: 22%;
}

.footer .hs-menu-wrapper ul {
  list-style: none;
  margin: 0.5rem 0 2rem;
  padding-left: 0;
}

.footer .hs-menu-wrapper li {
  margin: 0.7rem 0;
}

.footer .hs-menu-wrapper li a:hover {
  text-decoration: none;
}

.footer__form {
  width: 25%;
}
.footer__container--static {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  align-items: center;
}

.footer__container--static div#hs_cos_wrapper_simple_menu .hs-menu-wrapper > ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
}

.footer__container--static div#hs_cos_wrapper_simple_menu .hs-menu-wrapper > ul li {
  margin: 0;
  margin-right: 20px;
}

div#hs_cos_wrapper_footer_copyright p {
  margin: 0;
}
@media (max-width: 767px) {
  .footer__row {
    flex-wrap: wrap;
  }

  .footer__navigation,
  .footer__form,
  .footer__follow-me,
  .footer .widget-type-header,
  .footer .widget-type-simple_menu,
  .footer .social-links {
    text-align: center;
    width: 100%;
  }
}

/* Footer Form */

.footer--site-page .footer__form form,
.footer--site-page .widget-type-form form {
  margin-bottom: 1.5rem;
  padding: 0;
}

/* Landing Page Footer */

.footer--landing-page {
  border-top: 2px solid #eff7ff;
}

.footer--landing-page .footer__container {
  padding: 2.8rem 0 1.5rem;
}

/* Footer Form */

.footer--site-page form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer--site-page .footer__form .form-title {
  background-color: transparent;
  font-size: 1rem;
  padding: 0 0 1rem;
  text-align: left;
}

@media (max-width: 980px) {
  .footer--site-page .footer__form {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0.75rem 0 0;
    width: 75%;
  }

  .footer--site-page .footer__form .form-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer--site-page .widget-type-form {
    margin: 0 auto;
    width: 75%;
  }
  .content-wrapper.footer__container--static {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }

  .content-wrapper.footer__container--static ul {
    justify-content: center;
  }
}




footer.footer {
  background-color: #000;
  padding: 2rem 0;
  position: relative;
  z-index: 1;
}

footer.footer .copyright {
  display: flex;
  align-items: center;
}
.footer .copyright p {
  margin-bottom: 0;
  color: #fff;
  opacity: .75;
  margin-right: 3rem;
}
.text-small {
  font-size: 14px;
  line-height: normal;
}
.footer .copyright .legal-links {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.footer .copyright .legal-links li {
  margin-right: 1rem;
}
.footer .copyright .legal-links li a {
  text-decoration: none;
  display: block;
  opacity: .75;
  color: #fff;

  font-size: 14px;
}
.footer .copyright .legal-links li a:hover, .footer .copyright .legal-links li a:focus, .footer .copyright .legal-links li a:active {
  opacity: 1;
  color: #4e75e3;
}
.footer .social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}

.footer .social li {
  margin: 0;
  margin-left: 0.4rem;
}

@media (max-width:991px){
  .footer .copyright p {
    margin-right: 2rem;
    font-size: 12px;
  }
  .footer .copyright .legal-links li a {
    font-size: 12px;
  }
}
@media (max-width:767px){
  .footer .copyright p {
    margin-bottom: 0.5rem;
    margin-right: 0;
    font-size: 13px;
  }
  .footer .copyright .legal-links {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .footer .copyright .legal-links li a {
    font-size: 13px;
    margin-right: 0.5rem;
  }
  .footer .social {
    margin-left: 0;
    justify-content: flex-start !important;
  }
  footer.footer .copyright {
    flex-direction: column-reverse;
  }
}
/* 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;
  }
}

/* Language switcher */

.body-container-wrapper .lang_switcher_class {
  width: 100%;
}

.body-container-wrapper .lang_list_class {
  left: 10px;
}

.body-container-wrapper .lang_list_class li {
  margin: 0;
}













.banner-container {
  padding: 144px 0 46px;
  background-repeat: no-repeat;
}

.banner-content {
  width: 62%;
}

.banner-content h4 {
  margin: 0;
  font-weight: normal;
}

.tw-lp-holder {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.tw-left {
  padding: 0 20px;
  width: 62%;
}

.tw-right {
  padding: 0 20px;
  width: 33%;
  margin-left: auto;
}

.tw-right form {
  padding: 0;
}

.tw-right .container-fluid {
  padding: 30px;
  background: #ecead7;
  margin-top: -247px;
}
.lv .tw-right .container-fluid {
  padding: 0;
  background: transparent;
  margin-top: -50px;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.hs-input,
.hs-search-field__input {
  height: 56px !important;
}

.tw-right form .hs-form-field > label {
  margin: 0;
}

.tw-right form .hs-button {
  width: 100%;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
}

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

.hs_cos_wrapper_type_rich_text ul li {
  position: relative;
  margin: 0;
  padding-left: 35px;
  margin-bottom: 20px;
}

.hs_cos_wrapper_type_rich_text ul li:before {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  background-image: url(https://7507810.fs1.hubspotusercontent-na1.net/hubfs/7507810/Group%201688-2.svg);
  background-size: 100%;
  position: absolute;
  left: 0;
}
.tw-right form .hs-form-field>label {
  display: none;
}

.tw-right form .hs-button {
  margin-bottom: 0;
  margin-top: 20px;
  height: 56px;
}
.host-detail-container h3 {
  font-size: 24px !important;
}

.hostr-image-container {
  width: 130px !important;
  height: 130px !important;
}

.host-detail-container {
  width: calc(100% - 163px) !important;
}
@media (max-width:767px){
  .tw-lp-holder {
    flex-direction: column;
  }

  .tw-left {
    width: 100%;
  }

  .tw-right {
    width: 100%;
  }

  .tw-right .container-fluid {
    margin-top: 0;
  }

  .banner-content {
    width: 100%;
  }
}
@media (max-width:550px){
  .host-detail-container {
    width: 100% !important;
  }
}

