@import url(https://www.sky-frame.com/static/fonts/727052/E78BCF4F27122E1AB.css);

/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 30px;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

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

body {
  line-height: 1.4;
  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 {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}


/* Custom CSS
==========================*/

p {
  line-height: 1.6em;
}
p:last-child {
  margin: 0px;
}
ul {
  padding: 0px;
  margin: 0px;
}
a {
  transition: color 125ms ease-in-out;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

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

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EB5A05;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

li.hs-form-booleancheckbox p a {
  color: #eb5a05;
  font-weight: 300;
}
li.hs-form-booleancheckbox p a:acitve,
li.hs-form-booleancheckbox p a:focus {
  color: #7d7d7d;
}
.legal-consent-container .hs-form-booleancheckbox-display input[type="checkbox"] + span {
  position: relative;
  padding: 0 0 0 25px;
  margin-left: 0px !important;
}
input[type="checkbox"]+span:before,
input[type="checkbox"]+label:before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  font-family: SkyframeIcon;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  width: 20px;
  height: 20px;
  border: 1px solid #7d7d7d;
  color: #eb5a05;
  text-align: center;
  line-height: 18px;
  background: #ffffff;
}
input[type="checkbox"]:checked+span:before,
input[type="checkbox"]:checked+label:before {
  content: "\e608";
}
input[type="checkbox"] {
  position: absolute;
  left: 3px;
  top: 5px;
  visibility: hidden;
}
.actions {
  text-align: center;
  margin: 30px 0px 0px;
}
input.hs-button.primary.large[type="submit"] {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  padding: 15px 20px 14px 20px;
  line-height: 1.25 !important;
  color: inherit;
  border-color: inherit;
  background-color: transparent;
  cursor: pointer;
  transition: color 125ms ease-in-out, border-color 125ms ease-in-out;
  font-weight: 300;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
}
input.hs-button.primary.large[type="submit"]:hover,
#hs_cos_wrapper_widget_1687157173387 input[type="submit"]:hover {
  color: #eb5a05 !important;
  border-color: #eb5a05 !important;
}
#hs_cos_wrapper_widget_1687157173387 input[type="submit"]:active {
  color: #000000 !important;
  border-color: #000000 !important;
}
input.hs-button.primary.large[type="submit"]:active,
li.hs-form-booleancheckbox p a:active {
  font-family: 'Gotham A', 'Gotham B', sans-serif;
}
body #hs_cos_wrapper_widget_1687157173387 select:hover,
body select:hover {
  border: 1px solid #eb5a05 !important;
}
body select {
  background-image: linear-gradient(45deg, transparent 50%, #eb5a05 50%), linear-gradient(135deg, #eb5a05 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 23px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
  background-size: 8px 8px, 8px 8px, 1px 1.5em;
  background-repeat: no-repeat;
  appearance: none;
  font-family: Gotham A,Gotham B,Raleway,Helvetica Neue,Arial,Helvetica,sans-serif;
}

body form {
  font-weight: 300;
  font-family: Gotham A,Gotham B,Raleway,Helvetica Neue,Arial,Helvetica,sans-serif;
}
.hs_error_rollup {
  display: none;
}
.legal-consent-container .hs-error-msgs label {
  color: #eb5a05 !important;
  padding: 0 0 0 25px;
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

/* Header DND sections */

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

/* Header container */

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

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

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

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

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

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

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

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

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

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

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/* Custom CSS
=======================*/

.header {
  position: fixed;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  padding: 21.71px 40px;
  z-index: 9999;
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
  min-height: 80px;
  background-color: transparent;
}
.search-option .header {
  padding: 25.41px 40px;
}
.header.shift {
  transform: translateY(-100%);
}
.header:hover,
.search-option .header,
.header.scrolled,
.hs-blog-post .header,
.hs-landing-page .header {
  background-color: #000000;
}
.header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 80px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,0.85) 5%, rgba(0,0,0,0.1) 85%, rgba(255,255,255,0) 100%);
}
.header .content-wrapper,
.header .dnd-section > .row-fluid {
  max-width: 100%;
  padding: 0px;
}
.header-top-row-0-vertical-alignment > .row-fluid,
.header-top-row-0-vertical-alignment > .row-fluid > *:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-top-row-0-vertical-alignment > .row-fluid > *:last-child {
  flex-direction: unset !important;
}
.header-top-row-0-vertical-alignment > .row-fluid::before,
.header-top-row-0-vertical-alignment > .row-fluid::after,
.header-top-row-0-vertical-alignment > .row-fluid > *:last-child::before,
.header-top-row-0-vertical-alignment > .row-fluid > *:last-child::after {
  display: none;
}
.header-top-row-0-vertical-alignment > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
.header-top-row-0-vertical-alignment > .row-fluid > *:first-child img {
  max-width: 167px !important;
  vertical-align: middle;
}
.menu nav > ul {
  display: flex;
  list-style: none;
  margin: 0px;
}
.menu nav > ul > li { 
  padding: 0 13px;
}
.menu nav > ul > li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.menu nav > ul > li a:hover,
.menu nav > ul > li a:active,
.menu nav > ul > li a:focus {
  font-family: 'Gotham A', 'Gotham B', sans-serif;
}
.menu nav > ul > li a:hover::after,
.menu nav > ul > li a.active::after,
.menu nav > ul > li.active a::after {
  content: " ";
  z-index: 1;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  background-color: #fff;
  width: 100%;
}
button.nav-subnav-toggler {
  padding: 0;
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
}
@media screen and (min-width: 1206px) {
  .nav-subnav-toggler {
    display: none;
  }
}
ul.nav-child-container li.nav-child-page {
  margin: 0px 13px;
}
ul.nav-child-container li {
  list-style: none;
  line-height: 9px;
}
ul.nav-child-container > li > a.nav-child-page--detailed {
  color: #ffffff;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 172px;
  align-items: center;
  margin: 35px;
  line-height: 1;
  text-transform: uppercase;
}
/* ul.nav-child-container > li a:hover {
color: #eb5a05;
} */
@media (min-width: 1206px) {
  ul.nav-child-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    padding-top: 50px;
    padding-bottom: 25px;
    background-color: #000;
    background: linear-gradient(180deg, rgba(255,255,255,0) 10%, #000 10%);
    left: 0;
    right: 0;
    margin-top: -15px;
    max-height: inherit;
    opacity: 0;
    visibility: hidden;
  }
  .menu nav > ul > li:hover ul.nav-child-container {
    opacity: 1;
    visibility: visible;
  }

  .logo-img-relative img {
    position: relative;
    z-index: 1000;
  }

}
.nav-child-page__image {
  margin-right: 0;
  margin-bottom: 15px;
  width: 160px;
  height: 160px;
  border-radius: 86px;
  overflow: hidden;
  background-color: #d8d8d8;
}
.nav-child-page__text__title {
  font-size: 20px;
  font-weight: 500;
  margin: 0px;
  line-height: 1.6em;
}
.nav-child-page__text__subtitle {
  text-transform: initial;
  line-height: 1.375;
  font-size: 18px;
  letter-spacing: 0.02em;
}
.nav-child-page--to-overview {
  display: none !important;
  text-align: center;
}
.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contact a,
.hs-search-field a {
  color: #ffffff;
  font-size: 24px;
}
.main-header-meta__item__content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  right: 0;
  width: 260px;
  background-color: #000;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.header-contact a:hover .main-header-meta__item__content {
  opacity: 1;
  visibility: visible;
}
.hs-search-field a .hs_cos_wrapper {
  display: none;
}
.main-header-meta__item__content__title {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.main-header-meta__item__content__p {
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 2em;
}
.main-header-meta__item__content button {
  display: inline-block;
  padding: 7px 20px;
  font-size: 12px;
  margin-bottom: 15px;
  border: 1px solid #ffffff;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
  border-radius: 0px;
  -webkit-appearance: none;
  appearance: none;
}
.main-header-meta__item__content button:hover {
  font-weight: 300;
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
}
.search-option .header-contact,
.nav-root-page--meta {
  display: none;
}
div .hs-search-field {
  position: static;
}
.hs-search-field button {
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  background-color: transparent;
}
.deactivate {
  display: none;
}
.header .hs-search-field form {
  position: absolute;
  right: 78px;
  left: 50%;
  top: 25px;
  width: 560px;
  transform: translateX(-50%);
  transition: opacity 0.5s 0.25s ease;
  opacity: 0;
  visibility: hidden;
}
.search-option .header .hs-search-field form {
  opacity: 1;
  visibility: visible;
}
.header .hs-search-field form:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 4px;
  color: #fff;
  font-family: SkyframeIcon;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.hs-search-field input.hs-search-field__input {
  border-bottom: 1px solid #fff;
  font-size: 14px;
  padding: 0;
  line-height: 1.42;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
  color: white;
  margin-right: 10px;
  transition: opacity 0.5s ease;
  height: 30px;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 0px;
}
.hs-search-field input.hs-search-field__input:focus, 
.hs-search-field input.hs-search-field__input:focus-visible {
  outline: none;
}
.hs-search-field input.hs-search-field__input::placeholder {
  color: #6a686a !important;
}
ul.hs-search-field__suggestions {
  position: fixed;
  width: 100%;
  left: 0px;
  background-color: #fff;
  top: 80px;
  max-height: inherit;
  overflow-y: auto;
  border: 0px;
  display: none;
}
.search-option ul.hs-search-field__suggestions {
  min-height: 350px;
  padding: 50px 25.30vw 80px;
  display: block;
}
.hs-search-field--open ul.hs-search-field__suggestions {
  max-height: calc(100vh - 80px);
  height: auto;
}
.scrolled .hs-search-field--open ul.hs-search-field__suggestions {
  max-height: 100vh;

}
ul.hs-search-field__suggestions li {
  border-bottom: 1px solid #000;
  padding: 30px 0;
  font-size: 16px;
  line-height: 1.43;
}
ul.hs-search-field__suggestions li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}
ul.hs-search-field__suggestions li a span:not(.hs-search-highlight) {
  font-weight: 300;
}
ul.hs-search-field__suggestions li a span.hs-search-highlight {
  font-weight: 500;
}
ul.hs-search-field__suggestions li a:hover,
ul.hs-search-field__suggestions li:hover a {
  background-color: transparent;
  color: #eb5a05;
}
li#results-for {
  display: none !important;
}
.hs-search-field--open ul.hs-search-field__suggestions::-webkit-scrollbar {
  width: 5px;
}
.hs-search-field--open ul.hs-search-field__suggestions::-webkit-scrollbar-track {
  background: #d8d8d8;
}
.hs-search-field--open ul.hs-search-field__suggestions::-webkit-scrollbar-thumb {
  background: #4f4e52;
}
.mega-menu-outer {
  transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
}
.search-option .mega-menu-outer {
  opacity: 0;
  pointer-events: none;
}
ul.hs-search-field__suggestions li a:focus,
ul.hs-search-field__suggestions li a:active {
  background-color: transparent;
  font-family: Gotham A,Gotham B,Raleway,Helvetica Neue,Arial,Helvetica,sans-serif;
}
#cross {
  position: relative;
  width: 27px;
  height: 22px;
  margin-left: 67px;
}
#cross.activate {
  display: inline-block;
}
#cross span:not(:first-child) {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: transform 0.25s ease-in-out, opacity 0.25s 0.25s ease, width 0.25s ease, left 0.25s ease, top 0.25s 0.25s ease;
}
#cross span:nth-child(2), 
#cross span:nth-child(3) {
  top: 11px;
}
#cross span:nth-child(2) {
  transform: rotate(45deg);
  width: 30px;
  left: 0;
}
#cross span:nth-child(3) {
  transform: rotate(-45deg);
  width: 30px;
  left: 0;
}
header *:not(p):not(a):not(img):not(button) {
  /*   line-height: 0; */
}

button.nav-toggler,
.menu nav > ul > li:nth-last-child(1),
.menu nav > ul > li:nth-last-child(2) {
  display: none;
}
.nav-child-page__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1206px) {
  .search-option .menu {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1206px) {
  header.header {
    padding-right: 80px;
    background-color: #000000;
  }
  .search-option .header {
    padding-left: 30px;
    padding-right: 30px;
  }
  /*.menu .list {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 100%;
  background-color: #1b1b1b;
  height: calc(100vh - 80px);
  overflow-y: auto;
}*/
  nav.page-tree {
    padding: 43px 28px 0 28px;
    max-width: 768px;
    margin: auto;
  }
  .menu nav > ul {
    flex-direction: column;
  }
  .menu nav > ul > li {
    padding: 0;
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(216,216,216,0.6);
    position: relative;
  }
  .menu nav > ul > li a {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 2;
    font-weight: 300;
  }
  ul.nav-child-container {
    display: block;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    background: transparent;
    margin-top: 0;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }
  .nav-root-page--subnav-open .nav-child-container {
    max-height: 600px;
  }
  ul.nav-child-container > li > a.nav-child-page--detailed {
    flex-direction: unset;
    text-align: left;
    max-width: unset;
    margin: 17px 0px 16px;
  }
  .nav-child-page__image {
    margin-right: 18px;
    margin-bottom: 0;
    width: 64px;
    height: 64px;
  }
  .nav-child-page__text__title,
  .nav-child-page__text__subtitle {
    font-size: 15px;
  }
  button.nav-subnav-toggler {
    height: 17px;
    width: 17px;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 14px;
    padding: 0;
    cursor: pointer;
  }
  button.nav-subnav-toggler:focus,
  button.nav-subnav-toggler:focus-visible {
    outline: none !important;
  }
  .nav-subnav-toggler:before,
  .nav-subnav-toggler:after {
    position: absolute;
    right: 0;
    width: 17px;
    height: 1px;
    content: " ";
    top: 7px;
    background: #fff;
  }
  .nav-subnav-toggler:after {
    transform: rotate(90deg);
    transition: transform .25s ease;
  }
  .nav-root-page--subnav-open .nav-subnav-toggler:after {
    transform: rotate(0);
  }
  ul.nav-child-container li.nav-child-page {
    margin: 0 0 27px;
    line-height: 1;
  }
  ul.nav-child-container li.nav-child-page:first-child {
    margin-top: 16px;
  }
  ul.nav-child-container li.nav-child-page:last-child {
    margin-bottom: 56px;
  }
  .menu nav > ul li.nav-child-page a {
    text-transform: inherit;
    font-size: 23px;
    line-height: 1;
  }
  .toogle-bar span {
    display: block;
    width: 27px;
    height: 1px;
    left: 0;
    background-color: #fff; 
    opacity: 1;
    transform: rotate(0deg);
    transition: transform 0.25s ease-in-out, opacity 0.25s 0.25s ease, width 0.25s ease, left 0.25s ease, top 0.25s 0.25s ease;
    margin: 10px 0px;
  }
  .toogle-bar {
    right: 30px;
    top: 19px;
    cursor: pointer;
    width: 27px;
    height: 40px;
    position: absolute;
  }
  .toogle-wrapper {
    position: fixed;
    width: 100%;
    height: 80px;
    left: 0;
    top: 0;
    right: 0;
  }

  .toogle-bar.active span {
    position: absolute;
  }

  .toogle-bar.active span:nth-child(1) {
    top: 0;
  }

  .toogle-bar.active span:nth-child(2),.toogle-bar.active span:nth-child(3) {
    top: 11px;
  }

  .toogle-bar.active span:nth-child(4) {
    top: 22px;
  }

  .toogle-bar.active span:nth-child(1) {
    opacity: 0;
    top: 11px
  }

  .toogle-bar.active span:nth-child(2) {
    transform: rotate(45deg);
    width: 30px;
    left: 0;
  }

  .toogle-bar.active span:nth-child(3) {
    transform: rotate(-45deg);
    width: 30px;
    left: 0;
  }

  .toogle-bar.active span:nth-child(4) {
    opacity: 0;
    top: 11px;
  }
  .header-contact {
    display: none;
  }
  .hs-search-field .icon-link span:before {
    content: "";
    font-size: 23px;
  }
  .header-top-row-0-vertical-alignment>.row-fluid>:first-child img {
    max-width: 135px!important;
  }
  div .hs-search-field {
    padding: 2px 0px 0px;
  }
  .header .hs-search-field form {
    left: 28px;
    top: 25px;
    width: auto;
    background-color: #000;
    transform: none;
  }
  .hs-search-field input.hs-search-field__input {
    padding: 0px 30px;
    font-size: 16px;
  }
  .header .hs-search-field form:before {
    left: auto;
    top: -5px;
    font-size: 23px;
    right: calc(100% - 40px + 20px);
  }
  .hs-search-field--open ul.hs-search-field__suggestions {
    padding: 50px 30px 80px;
  }
  .nav-child-page--to-overview {
    display: block !important;
  }
  .menu nav > ul li.nav-child-page--to-overview a {
    border: 0.5px solid #fff;
    padding: 11px 20px 11px 20px;
    color: #fff;
    font-family: 'Gotham A', 'Gotham B', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    margin: 50px auto;
  }
  .header.shift {
    transform: none;
  }
  .nav-root-page--meta {
    display: block;
  }
  button.nav-toggler,
  .menu nav > ul > li:nth-last-child(1),
  .menu nav > ul > li:nth-last-child(2) {
    display: block;
  }
  button.nav-toggler {
    width: 27px;
    height: 22px;
    padding: 0;
    margin: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    position: absolute;
    width: 27px;
    right: 28px;
    top: 28px;
  }
  .nav-toggler__line {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #fff;
    opacity: 1;
    transform: rotate(0deg);
    transition: transform 0.25s ease-in-out, opacity 0.25s 0.25s ease, width 0.25s ease, left 0.25s ease, top 0.25s 0.25s ease;
  }
  .nav-toggler__line:nth-child(1) {
    top: 0;
  }
  .nav-toggler__line:nth-child(2), .nav-toggler__line:nth-child(3) {
    top: 11px;
  }
  .nav-toggler__line:nth-child(4) {
    top: 22px;
  }
  button.nav-toggler:focus {
    outline: none !important;
  }
  .open .nav-toggler__line {
    transition: transform 0.25s 0.25s ease-in-out, opacity 0.25s ease, width 0.25s 0.25s ease, left 0.25s 0.25s ease, top 0.25s ease;
  }
  .open .nav-toggler__line:nth-child(1) {
    opacity: 0;
    top: 11px;
  }
  .open .nav-toggler__line:nth-child(2) {
    transform: rotate(45deg);
    width: 30px;
    left: 0;
  }
  .open .nav-toggler__line:nth-child(3) {
    transform: rotate(-45deg);
    width: 30px;
    left: 0;
  }
  .open .nav-toggler__line:nth-child(4) {
    opacity: 0;
    top: 11px;
  }
  .menu {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1b1b1b;
    z-index: -2;
    overflow: scroll;
    color: #fff;
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out, opacity 0.25s ease-in-out;
  }
  .menu.open {
    transform: translateY(0);
  }
  li.submenu-open .nav-child-container {
    max-height: 600px;
  }
  li.submenu-open .nav-subnav-toggler:after {
    transform: rotate(0);
  }
  .header:before {
    background: #000;
  }
}

@media (min-width: 768px) {
  .row-fluid .cell_1657543366582-vertical-alignment {
    justify-content: end !important;
    min-width: 167px;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

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

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

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

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

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

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



@font-face{
  font-family:SkyframeIcon;
  src:url("https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/icons/icomoon.woff?v=1.0") format('woff'),
    url('https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/icons/icomoon.eot?v=1.0'), 
    url('https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/icons/icomoon.eot?v=1.0#iefix') format('embedded-opentype'),
    url("https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/icons/icomoon.svg?v=1.0") format('svg'),
    url("https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/icons/icomoon.ttf?v=1.0") format('ttf');
  font-weight:700;
  font-style:"normal"
}

@font-face{
  font-family:"Gotham A";
  src:url("https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/Gotham-Light.woff?v=1.0") format('woff'),
    url('https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/Gotham-Light.eot?v=1.0'), 
    url('https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/Gotham-Light.eot?v=1.0#iefix') format('embedded-opentype'),
    url("https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/Gotham-Light.ttf?v=1.0") format('ttf');
  font-weight:300;
  font-style:"normal"
}

@font-face{
  font-family:"Gotham A";
  src:url("https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/Gotham-Medium.woff?v=1.0") format('woff'),
    url('https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/Gotham-Medium.eot?v=1.0'), 
    url('https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/Gotham-Medium.eot?v=1.0#iefix') format('embedded-opentype'),
    url("https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/Gotham-Medium.ttf?v=1.0") format('ttf');
  font-weight:500;
  font-style:"normal"
}

@font-face{
  font-family:"Mercury";
  src:url("https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/Mercury-Semibold.woff?v=1.0") format('woff'),
    url('https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/Mercury-Semibold.eot?v=1.0'), 
    url('https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/Mercury-Semibold.eot?v=1.0#iefix') format('embedded-opentype'),
    url("https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/Fonts/Mercury-Semibold.ttf?v=1.0") format('ttf');
  font-weight:600;
  font-style:"normal"
}

strong {
  font-weight: bold;
}
body {
  position: relative;
}
body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7098);
  z-index: 9999;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
body.search-option::before {
  opacity: 1;
  visibility: visible;
}
.body-container--home {
  position: relative;
  overflow: hidden;
}
.body-container {
  overflow: hidden; 
}
.body-container .row-fluid-wrapper.row-depth-1:not(.row-number-1) {
  position: relative;
  z-index: 999;
}
.slick-slider {
  position: relative;
}
ul.slick-dots {
  position: absolute;
  bottom: 0;
  display: flex !important;
  list-style: none;
}
ul.slick-dots li {
  margin-right: 20px;
  line-height: 0px;
}
ul.slick-dots li:last-child {
  margin-right: 0px;
}
ul.slick-dots li button {
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  outline: 0;
  transition: background-color ease-in-out 1000ms;
  border-radius: 50%;
  background-color: transparent;
  font-size: 0px;
  padding: 0;
}
ul.slick-dots li.slick-active button {
  background-color: #ffffff;
}
button.slick-arrow {
  border-radius: 0px;
  padding: 0px;
  appearance: none;
  background-color: transparent;
  border: 0;
  font-size: 0px;
  position: absolute;
  width: 48px;
  height: 48px;
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url(https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/skyframe/sfw_slider_control.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9;
  position: absolute;
  top: 100px;
  left: -80px;
  transform: rotate(180deg);
}
button.slick-next.slick-arrow {
  left: auto;
  right: -80px;
  transform: rotate(0deg);
}
button.slick-arrow:hover,
button.slick-arrow:active,
button.slick-arrow:focus {
  background-color: transparent;
}
button.slick-arrow.slick-disabled {
  display: none !important;
}

.whitespace {
  height: 42px;
}
.icon-link {
  position:relative
}
.icon-link span {
  display:block
}
.icon-link span:before{
  font-family:SkyframeIcon;
  font-weight:normal;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  display:inline-block;
  font-size:1em;
  content:attr(data-icon);
  cursor:normal;
  pointer-events:none
}
a.file-link{
  display:block;
  line-height:34px;
  vertical-align:middle;
  color:#eb5a05;
  text-decoration:underline
}
a.file-link:before{
  content:"\e60f";
  font-family:SkyframeIcon;
  font-weight:normal;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  width:20px;
  height:20px;
  float:left
}
a.file-link:hover{
  text-decoration:none
}

/* Breadcrumbs Section
==============================*/

.world-landing-page {
  padding-top: 80px;
}
.breadcrumb-wrapper {
  margin: 0 auto 18px;
  padding: 57px 0 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.world-landing-page .breadcrumb-wrapper {
  padding: 42px 0 18px 0;
  margin: 0 auto 21px auto;
}
.breadcrumb-wrapper ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 0px 10px 0px;
}
.breadcrumb-wrapper ul li {
  list-style-type: none;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
}
.breadcrumb-wrapper ul li:after {
  font-family: SkyframeIcon;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e609";
  padding: 0 10px;
  font-size: 9px;
  line-height: normal;
  color: #000;
}
.breadcrumb-wrapper ul li:last-child:after {
  display: none;
}
.breadcrumb-wrapper ul li:last-child,
.breadcrumb-wrapper ul li:last-child span,
.breadcrumb-wrapper ul li:last-child > * {
  color: rgba(0, 0, 0, 0.4);
}

.breadcrumb-wrapper ul li:last-child:hover,
.breadcrumb-wrapper ul li:last-child span:hover,
.breadcrumb-wrapper ul li:last-child > *:hover {
  color: rgba(0, 0, 0, 0.4);
  cursor: text; 
}

.breadcrumb-wrapper ul li.active,
.breadcrumb-wrapper ul li.active span,
.breadcrumb-wrapper ul li.active > * {
  color: rgba(0, 0, 0, 0.4);
  cursor: text; /* I-Beam Cursor */
}

.breadcrumb-wrapper ul li * {
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #000000;
  font-size: 14px;
}
.breadcrumb-wrapper ul li .breadcrumb-active {
  color: rgba(0, 0, 0, 0.4);
  cursor: text;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper ul li * {
    font-size: 12px;
  }
}


/* Language  Switcher
==============================*/

.lang_switcher_class .lang_list_class {
  border: 1px solid rgba(0,0,0,.4);
  border-top: 0px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, .35);
}
.lang_switcher_class .lang_list_class li {
  border: 0 !important;
  padding: 0px !important;
}
.lang_switcher_class .lang_list_class li a,
.lang-switch p span {
  color: rgba(0,0,0,0.4) !important;
}
.lang_switcher_class .lang_list_class li a {
  padding: 2px 11px;
  width: 100%;
  display: block;
  transition: none;
}
.lang_switcher_class .lang_list_class li a:hover {
  background-color: #1e90ff;
  color: #ffffff !important;
}

/* Footer Section
==============================*/

footer.footer {
  text-align: center;
  padding: 28px 0px 0px;
}
.social-outer {
  padding: 50px 0 120px;
  /*border-top: 1px solid rgba(0,0,0,0.22);
  color: rgba(0,0,0,0.4);*/
}
.social-outer > .content-wrapper {
  padding: 0px;
}
.social-inner {
  display: flex;
  justify-content: center;
}
.social-inner .list {
  padding: 0px 24px;
}
.social-inner .list a svg {
  fill: rgba(0,0,0,0.4);
  max-height: 18px;
}
.footer-menu {
  padding: 40px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.22);
}
.footer-menu .hs-menu-flow-horizontal ul {
  justify-content: center;
}
.footer-menu .hs-menu-flow-horizontal ul li {
  padding: 0px 25px;
  text-align: center;
}
.footer-menu .hs-menu-flow-horizontal ul li a {
  font-size: 12px;
  font-weight: 300;
  color: rgb(79, 78, 82);
  line-height: 24px;
}
.footer-multi-language {
  margin-top: 30px;
}
.footer-multi-language .tag  {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 12px;
  color: rgba(0,0,0,0.4);
}
.lang-switch,
.footer-multi-language {
  display: flex;
  align-items: center;
}
.footer-multi-language {
  justify-content: center;
}
/* footer .footer-row-0-background-color {
background-color: #fff !important;
} */
/* footer with sky frame icons */

footer ul {
  text-align: center;
}

footer ul li {
  padding: 0 20px
}

footer ul li a {
  display: block;
  text-transform: uppercase;
  line-height: 24px
}

.social-links {
  margin-bottom: 0;
  padding: 25px 0;
  border-top: 1px solid rgba(0,0,0,0.22);
  border-bottom: 1px solid rgba(0,0,0,0.22);
  color: rgba(0,0,0,0.4)
}

.icon-link span:before {
  font-family: SkyframeIcon;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1em;
  content: attr(data-icon);
  cursor: normal;
  pointer-events: none;
}

@media (min-width: 992px) {
  .social-links {
    border-bottom:0;
    padding-top: 50px;
    padding-bottom: 0
  }
}
footer .icon-link {
  position: relative;
}
footer .icon-link span {
  display: block;
  color: rgba(0,0,0,0.4);
}
footer a.icon-link:hover, footer a.icon-link:hover span {
  color: #eb5a05;
}
.social-links ul li {
  font-size: 18px;
}

.social-links ul li:first-child {
  padding-left: 0;
}

.social-links ul li:last-child {
  padding-right: 0;
}
.hlist li {
  display: inline-block;
}

@media (max-width: 575.98px) {
  .social-links ul li {
    padding:0 12px;
  }
}
/* footer with sky frame icons */

.lang-switch {
  width: 160px;
  height: 28px;
  text-align: left;
  position: relative;
  padding: 4px 38px 4px 11px;
  box-sizing: border-box;
}
div.lang_switcher_class {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 9;
}
.lang-switch p {
  font-size: 12px;
  color: rgba(0,0,0,0.4);
}
div .globe_class {
  background-image: none;
  height: 100%;
  width: 100%;
}
div .globe_class select {
  background: url(https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/skyframe/arrow-down-gray.png) 93%/10% no-repeat;
  border: 1px solid rgba(0,0,0,.4);
  border-radius: 0;
  height: 100%;
  width: 100%;
  color: rgba(0,0,0,.4);
  font-size: 12px;
  appearance: none;
  padding: 4px 38px 4px 11px;
}
div .globe_class select:focus {
  outline: none !important;
}
div .lang_list_class {
  top: 100%;
  left: 0;
  -webkit-transform: none;
  transform: none;
  text-align: left;
  padding: 0px;
  width: 100%;
}
div .lang_list_class:after,
div .lang_list_class:before,
.multi-language .lang-switch p {
  display: none;
}


@media (max-width: 991px) {
  button.slick-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .body-container {
    margin-top: 80px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: inherit;
  }
}
@media (max-width: 575px) {
  .social-inner .list,
  .footer-menu .hs-menu-flow-horizontal ul li {
    padding: 0 12px;
  }
  .social-outer {
    padding: 0px 0;
  }
  .social-inner {
    padding: 25px 0px 18px;
    border-bottom: 1px solid rgba(0,0,0,.22);
  }
  .footer-menu {
    border-bottom: 0px solid rgba(0,0,0,0.22);
  }
}






.plist .img {
  position: relative;
  padding-bottom: 67%;
}
.plist .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  object-fit: cover;
}
.date {
  font-weight: 500;
  margin-bottom: 16px;
  font-size: 12px;
  margin-top: 12px;
}
.plist .title h1 {
  font-size: 32px;
  line-height: 1em;
  font-weight: 300;
  margin-bottom: 16px;
}
.plist .link a {
  font-size: 18px;
  line-height: 1.4375em;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ff5a00;
}
.plist .link a span i {
  display: none;
}
.plist .link a::after {
  content: '';
  display: inline-block;
  height: 12px;
  width: 16px;
  line-height: 1.4375em;
  background-image: url(https://25910173.fs1.hubspotusercontent-eu1.net/hubfs/25910173/skyframe/arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform ease .3s;
  margin-left: 2px;
}
.btn-main {
  text-align: center;
  margin: 0px 0px 10px;
}
.publications-outter .more {
  text-align: center;
}
a#more,
.publications-outter .load-more {
  display: inline-block !important;
  border-width: 1px;
  font-size: 16px;
  cursor: pointer;
  background: #fff;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.25;
  padding: 15px 20px 14px;
  color: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  transition: color 125ms ease-in-out, border-color 125ms ease-in-out;
}
@media (max-width: 767px) {
  div.wrap-outer .wrap > * {
    max-width: calc(100% - 24px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 24px);
    flex: 0 0 calc(100% - 24px);
  }
}


/* Blog Post
=============================*/

.body-container--blog-post {
  padding-top: 80px;
}
.content-wrapper .content-wrapper {
  padding: 0;
}
.body-container--blog-post .content-wrapper{
  z-index: 10;
  position: relative;
}
.hs-blog-post .breadcrumb-wrapper {
  padding-top: 42px;
  padding-bottom: 18px;
  margin-bottom: 21px;
}
.tags {
  margin: 0px 0px 18px;
}
.tags a.blog-post__tag-link {
  display: inline-block;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: color 200ms ease-in-out;
  background-color: #000;
  border: 1px solid transparent;
  color: #ffffff;
  text-transform: uppercase;
}
.tags a.blog-post__tag-link:hover {
  background-color: transparent;
}
.bbname {
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto;
  text-transform: capitalize;
  margin-left: 10px;
}
.hs-blog-post article.blog-post h1 {
  font-size: 56px;
  margin: 0 0 40px;
  line-height:1;
}

.blog-related-posts .blog-related-posts__image, 
.single-post-content-wrapper img {
  vertical-align: bottom;
  height: auto;
  margin: 50px 0px;
}
div .blog-related-posts {
  background-color: transparent;
  padding: 100px 0px;
}

section.blog-related-posts > .content-wrapper > .headings {
  display: inline-block;
}
article.blog-related-posts__post {
  flex: auto;
  width: 33.33333%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
article.blog-related-posts__post > a {
  order: 2;
}
div .blog-related-posts h2 {
  text-align: left;
  font-size: 18px;
  text-transform: inherit;
  padding: 0px 20px;
}
h3.blog-related-posts__title a {
  margin: 0 0 18px;
  clear: left;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  word-wrap: break-word;
}

a.blog-related-posts__desc-link {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: black;
}

a.blog-related-posts__desc-link:hover {
  color: #eb5a05 !important;
}

.for-events .content,
.for-stories p {
  max-width: 556px;
  margin: 0 auto;
}
.for-events .content p,
.for-stories p  {
  font-size: 18px;
  line-height: 32px;
}
.for-events .content p strong,
.for-stories p strong {
  font-weight: bold;
}
.event-detail-box {
  margin: 70px 0px;
  display: flex;
  flex-direction: column;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  border: 1px solid #7d7d7d;
  padding: 50px 0px;
}

/* event-listing */

.events-list-inner .plist .img img {
  margin-bottom: 12px;
}

/* event-listing */

.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:hover {
  font-family: 'Gotham A', 'Gotham B', sans-serif !important;
  font-weight: 300 !important;
  color: #eb5a05 !important;
}
.body-container--blog-post .content-wrapper blockquote{
  max-width: 1024px;
  margin: 6em auto;
  padding: 0 86px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.body-container--blog-post .content-wrapper blockquote::after,
.body-container--blog-post .content-wrapper blockquote::before {
  content: '';
  display: block;
  width: 30%;
  min-width: 200px;
  height: 1px;
  margin: 0 auto;
  background-color: #4A4A4A;
}
.body-container--blog-post .content-wrapper blockquote p{
  margin: 0 auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
}
.body-container--blog-post .content-wrapper .column-container {
  overflow: hidden;
  margin: 0;
}


.blog-post p.post-image-subtitle {
  position: relative;
  top: -70px;
}
@media (max-width: 768px){
  .blog-post p.post-image-subtitle {
    top: -40px;
  }
}
@media (max-width: 900px){
  .body-container--blog-post .column-container .column {
    width: 100% !important;
  }
  article.blog-post img {
    aspect-ratio: 3/2;
    object-fit: cover;
  }
}
.body-container--blog-post .content-wrapper .column-container > .column.col_50:first-child {
  padding-right: 20px;
}
.body-container--blog-post .content-wrapper .column-container > .column.col_50:last-child {
  padding-left: 20px;
}
.column-container.mobile_right_first .col_50 {
  float: right !important;
}
.mobile_right_first .col_50:first-child, .mobile_right_first .col_33:first-child, .mobile_right_first .col_66:first-child {
padding-left: 20px;
  padding-right: 0 !important;
}

.mobile_right_first .col_33:first-child, .mobile_right_first .col_50:first-child, .mobile_right_first .col_66:first-child {
padding-left: 20px;
    padding-right: 0 !important;
}

.mobile_right_first .col_50:last-child, .mobile_right_first .col_33:last-child, .mobile_right_first .col_66:last-child {
padding-right: 20px !important;
  padding-left: 0 !important;
}


@media screen and (min-width: 901px) {
  .body-container--blog-post .content-wrapper .column-container.three-childs {
    display: flex;
    flex-direction: row;
    margin: 0 -10px;
    flex-wrap: unset;
  }

  .body-container--blog-post .content-wrapper .column-container .col_33 {
    margin: 0 10px;
    float: none;
    padding: 0 !important;
    flex: 1 1 auto;
  }
}
.body-container--blog-post .content-wrapper .column.col_50 {
  float: left;
  width: 50%;
}
.body-container--blog-post .content-wrapper .videos-container .video-big iframe {
  width: 100%;
}
.body-container--blog-post .content-wrapper .accordion_item label::before{
  content: none;
}
.body-container--blog-post .content-wrapper .accordion_item label {
  padding: 0;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 21px;
  color: #000;
  line-height: 34px;
  display: block;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0 6px;
  padding: 0 0 1em;
  margin-bottom: 1em;
  cursor: pointer;
}
.body-container--blog-post .content-wrapper .accordion_item:hover label, .body-container--blog-post .content-wrapper .accordion_item:hover label::after {
  color: #eb5a05;
}
.body-container--blog-post .content-wrapper .accordion_item label::after {
  content: "\e90a";
  display: inline-block;
  margin-left: 15px;
  font-family: SkyframeIcon;
  font-size: 34px;
  line-height: 1;
  vertical-align: middle;
}
.body-container--blog-post .content-wrapper .accordion_item.open label::after {
  content: "\e903";
}
.body-container--blog-post .content-wrapper .accordion_item input[type="checkbox"] {
  display: none
}
.body-container--blog-post .content-wrapper .accordion_item .accordion_item_content {
  display: none
}
.body-container--blog-post .content-wrapper .videos-container {
  margin: 50px 0;
}
.event-detail-container {
  display: flex;
  position: relative;
}
.event-detail-left {
  text-align: center;
  padding: 0px 110px;
  width: 50%;
}
.separator-line {
  border-left: 1px solid #4f4e52;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -1px;
}
.event-detail-right {
  color: #7d7d80;
  padding: 20px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px;
}
.date-event {
  font-size: 32px;
  line-height: 48px;
  padding: 20px 10px;
}
.content-event {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  padding-bottom: 10px;
}
.address-event h3 {
  line-height: 32px;
  padding-bottom: 20px;
  white-space: pre-line;
  font-size: 18px;
  font-weight: 300;
  color: rgb(125, 125, 128);
  margin: 0px;
}
.event-detail-right .container-url span {
  color: #4a4a4a;
}
.container-url .google-event, 
.container-url .site-event {
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 1.6em;
  color: rgb(125, 125, 128);
}
.single-post-content-wrapper .hs-responsive-embed-wrapper {
  max-width: 100% !important;
  max-height: unset !important;
  margin: 40px 0px !important;
}
.more a span.mob {
  display: none;
}
.container-url a {
  color: rgb(125, 125, 128);
  line-height: 1.6em;
  font-weight: 300;
}
.container-url a:hover {
  color: #eb5a05;
  font-weight: 300;
}

/*=====*/

.slider .slick-slider {
  width: 100% !important;
}
.slider button[class*=slick] {
  position: absolute;
  top: 88.5px;
  z-index: 9;
  padding: 0;
  border: 0;
  font-size: 0px;
  width: 48px;
  height: 48px;
  left: -75px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider button.slick-next {
  left: auto;
  right: -75px;
}
.slider button.slick-prev::before,
.slider button.slick-next::before {
  content: "";
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #eb5a05;
  border-left: 1px solid #eb5a05;
  position: absolute;
  transform: rotate(45deg);
}
.slider button.slick-next::before {
  border-bottom: 0px solid #eb5a05;
  border-left: 0px solid #eb5a05;
  border-top: 1px solid #eb5a05;
  border-right: 1px solid #eb5a05;
}
.slider button.slick-prev::after,
.slider button.slick-next::after {
  display: none;
}
.slider .slick-dots {
  position: static;
  margin: 20px auto;
  justify-content: center;
}
.slider .slick-dots li {
  line-height: 1.6em;
  margin: 0 10px;
}
.slider .slick-dots li button {
  width: 14px;
  height: 14px;
  border: 2px solid #898989;
  border-radius: 50%;
  transition: all 0.3s;
}
.slider .slick-dots li.slick-active button {
  background-color: #898989;
}

/*=====*/

/* CSS from live slider */
.slider {
  margin-top: 40px;
  position: relative;
}
.window {
  overflow: hidden;
}
ul.images {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: transform 750ms ease-in-out;
  float: left;
}
.slider ul li {
  float: left;
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.slider .window:not(.window-caption) ul li::before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 66.7%;
}
.slider .prev {
  color: #eb5a05;
  font-size: 40px;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  left: -40px;
  text-decoration: none;
}
.slider .next {
  color: #eb5a05;
  font-size: 40px;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  right: -40px;
  text-decoration: none;
}
.window.window-caption {
  position: relative;
  margin-top: 10px;
}
.slider nav.slider-navigation {
  text-align: center;
  margin: 20px 0;
}
.slider nav.slider-navigation li {
  display: inline-block;
  margin: 0 10px;
  float: none;
}
.slider .slider-navigation li {
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #898989;
  border-radius: 50%;
  cursor: pointer;
}
.slider .slider-navigation li.active {
  background-color: #898989;
}
.slider ul li figure {
  margin: 0;
}
.slider ul li .legend {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}

/* End CSS from live slider */

/* event post styles */

.single-image-container figcaption {
    display: block;
    margin: 0.5em auto 0;
    font-size: 1em
}

.single-image-container img {
    display: block;
    width: 100% !important;
    height: auto !important
}

.single-image-container.xlarge {
    width: 100%
}

.single-image-container.large {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.single-image-container.small {
    float: left;
    max-width: 504px;
    width: calc(50% - 8px);
    margin-left: calc(50% - 512px);
    margin-top: 7em;
    margin-bottom: 7em
}

@media all and (max-width: 1024px) {
    .single-image-container.small {
        margin-left:0
    }
}

.single-image-container {
  display: block;
  margin: 7em 0;
}
figure.single-image-container.small {
  float: left;
  max-width: 504px;
  width: calc(50% - 8px);
  margin-left: calc(50% - 512px);
  margin-top: 7em;
  margin-bottom: 7em;
}
.single-image-container.small+.small {
  margin-left: 16px;
}
.body-container.body-container--blog-post {
  font-size: 12px;
}
.list-inner {
  overflow: hidden;
}
.articles-section .event-detail-box .event-detail-container .event-detail-right .address-event {
  line-height: 32px;
  padding-bottom: 20px;
  white-space: pre-line;
}
.media-outer .slider button.slick-arrow::before,
.events-outer .slider button.slick-arrow::before {
  display: none;
}
.stories-repeater .story-title h3 {
  margin: 0;
}
div .content-wrapper {
  position: static;
  z-index: 99;
  background: transparent;
}
.page-swap .content,
.page-swap .content-wrapper {
  max-width: 100%;
  padding: 0px;
}
div .content #distribution_map_container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
div .content-wrapper::before,
div .content-wrapper::after {
  display: none !important;
}
.left-col-text h2 {
  font-size: 32px;
  line-height: 1.3em;
}



form.hs-form .hs-input:not([type="checkbox"]):not([type="radio"]) {
  width: 100% !important;
  height: 50px;
}
fieldset.form-columns-3,
fieldset.form-columns-2 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
fieldset.form-columns-3 > *,
fieldset.form-columns-2 > * {
  flex: 1;
  width: auto !important;
}
form.hs-form .input {
  margin-right: 0px !important;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0px !important;
}
form .legal-consent-container .hs-form-booleancheckbox-display input {
  margin-top: 7px;
}


@media (max-width: 991px) {
  .event-detail-left {
    padding: 0 10px;
  }
  .page-swap #content >  .content-wrapper {
    padding: 0px 30px;
  }
}
@media (max-width: 900px) {
  .slider .prev {
    left: 0;
  }
  .slider .next {
    right: 0px;
  }
}
@media (max-width: 768px) {
  .hs-blog-post article.blog-post h1 {
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .body-container--blog-post {
    padding-top: 0px;
  }
  .blog-related-posts .blog-related-posts__image, .single-post-content-wrapper img {
    vertical-align: bottom;
    height: auto;
    margin: 25px 0;
    width: 100% ;
  }
  article.blog-related-posts__post {
    width: 100%;
  }
  .breadcrumb-wrapper ul li {
    line-height: 20px;
    font-size: 12px;
  }
  .hs-blog-post .breadcrumb-wrapper {
    padding-top: 12px;
    padding-bottom: 6px;
  }
  .more a span.mob {
    display: inline-block;
  }
  .more a span.desk {
    display: none;
  }
  .world-landing-page {
    padding-top: 0px;
  }
  fieldset.form-columns-2 > *,
  fieldset.form-columns-3 > * {
    flex: auto;
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .event-detail-box .event-detail-container .separator-line {
    border-left: none;
    border-bottom: 1px solid #4f4e52;
    height: 1px;
    position: relative;
    left: 0;
    margin-left: 0;
  }
  .event-detail-left,
  .event-detail-right {
    width: 100%;
  }
  .event-detail-container {
    flex-direction: column;
  }
  .event-detail-box {
    padding: 30px 0px;
  }
  figure.single-image-container.small {
    margin-top: 4em;
    margin-bottom: 4em;
    float: none;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
  figure.single-image-container.small+.small {
    margin-left: 0;
  }
  .blog-post__body figure.single-image-container.small img {
    margin: 0px 0;
  }
}



ul.hs-breadcrumb-menu {
  margin: 0 30px 1rem;
  padding: 60px 0 0 0;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 3.5em;
  padding-bottom: calc(1.5em + 6px);
  margin-bottom: 1.75em;
}

ul.hs-breadcrumb-menu li {
  list-style-type: none;
  line-height: 1;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
}

ul.hs-breadcrumb-menu li a {
  font-family: 'Gotham A', 'Gotham B', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #000000;
  font-size: 14px;
}
span.hs-breadcrumb-menu-divider::before {
  font-family: SkyframeIcon;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e609";
  padding: 2px 10px 0px;
  font-size: 9px;
  line-height: normal;
  color: #000;
}
ul.hs-breadcrumb-menu li.last-crumb > * {
  color: rgba(0,0,0,.4);
  pointer-events: none;
}
.first-cta-btn a.cta_button:active {
  font-family: 'Gotham A', 'Gotham B', sans-serif;
}
@media (max-width: 767px) {
  ul.hs-breadcrumb-menu {
    padding-top: 1em;
    padding-bottom: calc(1em + 6px);
    margin-bottom: 1.25em;
  }
  ul.hs-breadcrumb-menu li a {
    font-size: 12px;
  }
}

/* Loading Overlay */
#loading-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20000;
}

#loading-overlay-simple {
	position: fixed;
	display: none;
	width: 100%;
	height: 0.35em;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading-overlay-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

.loading-overlay-inner .loading-spinner {
	animation-duration: 1.35s;
	animation-iteration-count: infinite;
	animation-name: breather;
	animation-timing-function: ease-in;
	background-color: #eb5a05;
	height: 0.35em;
	width: 100%;
}

@keyframes breather {
	0% { 
		transform: scaleX(0); 
	}
	100% {
		opacity: 0.1666;
	}
}

#error-overlay,
#success-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 2.5em;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20000;
}

.error-overlay-inner .error-text,
.success-overlay-inner .success-text {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0.5em;
	font-weight: lighter;
	color: white;
	text-align: center;
}

.error-overlay-inner .error-text {
	background-color: #eb4034;
}

.success-overlay-inner .success-text {
	background-color: #198754;
}

/* Tooltip */
label:has(.tooltip) {
  display: flex;
}

.tooltip {
  display: flex;
  align-self: center;
}

.tooltipLink {
  border-radius: 50%;
  color: #eb5a05;
  height: 15px;
  width: 15px;
  text-align: center;
  font-size: x-small;
  font-weight: 900;
  line-height: 1.2;
  padding-left: 12px;
}

.tooltipLink:hover {
  cursor: pointer;
}