*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html{
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: initial;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

.content-wrapper, .dnd-section>.row-fluid, .page-center{
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
 /* margin-bottom: 1.4rem;*/
}

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #fff;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: .875rem;
  padding: 0.7rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-clip: padding-box;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 4px;
  font-family: Roboto,sans-serif;
  background-color: #fff;
  border: 1px solid #a3a5a7;
  color: #020202;
  padding: 0 16px;
  font-size: 1rem;
  width: 100%;
  padding: 11px 16px;
  outline: 0;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  box-shadow: 0 0 0 2px rgb(0 109 253 / 40%);
  color: #020202;
  border-color: transparent;
  outline: 0;
}
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 - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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



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

/* Submit button */

form input[type=submit],
form .hs-button,
.sp .button, .sp button{
  cursor: pointer;
  display: inline-block;
  font-size: .92rem;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--button--font-family,"Roboto",sans-serif);
  text-align: var(--button--text-align,center);
  font-weight: var(--button--font-weight,bold);
  border-radius: var(--button--border-radius,4px);
  padding: var(--button--padding,0 30px);
  transition-property: var(--button--transition-property,color,background-color,border-color);
  transition-duration: var(--button--transition-duration,.15s);
  transition-timing-function: var(--button--transition-timing-function,linear);
  text-decoration: none;
  border: 1px solid transparent;
  display: inline-block;
  position: relative;
  font-size: .875rem;
  background: var(--button-primary--background,#f36b35);
  color: var(--button-primary--color,#fff);
  border-color: var(--button-primary--border-color,transparent);
  box-shadow: var(--button-primary--box-shadow,0 2px 5px rgba(0,0,0,.25));
  font-size: .875rem;
  line-height: 2.8;
  margin: 10px 0px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form {
  /*background: #f5f7f8;*/
  border-radius: 4px;
  /*padding: 30px;*/
  max-width: 767px;
  margin-bottom: 15px;
}

.form-title, form .field>label, form .hs-form-field>label, form legend {
  line-height: 1rem;
  color: #020202;
  position: relative;
  cursor: pointer;
  font-family: Roboto,sans-serif;
  display: inline-block;
  font-size: 14px;
}

.form-title {
  line-height: 1.2;
  font-size: 16px;
}



div#hs-search-module input {
  margin-bottom: 15px;
}

.hs-form-field {
  /*margin-bottom: 1rem;*/
}
ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {

    color: red;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   padding: 5px;
   overflow: hidden;
   overflow-x: auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.otrhdr {
  min-height: 68px;
}

@media(max-width:991px){
  .otrhdr {
    min-height: 60px;
  }
}
header.header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  background: var(--top-navigation--background,#FFF);
  border-bottom: var(--top-navigation--border-bottom,0 transparent);
  box-shadow: var(--top-navigation--box-shadow,none);
  color: var(--top-navigation--color,#fff);
  fill: var(--top-navigation--fill,#fff);
  font-family: var(--top-navigation--font-family,"Roboto",sans-serif);
  font-size: var(--top-navigation--font-size,1rem);
}

@media (min-width: 992px) {
  header.header {
    -webkit-align-items: center;
    align-items: center;
  }
}

.nav-menu-toggle {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
  border: none;
  border-radius: 4px;
  padding: 0 24px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .nav-menu-toggle {
    display: none;
  }
}

.logo-wrapper {
  line-height: 60px;
}

@media (min-width: 992px) {
  .logo-wrapper {
    line-height: 68px;
    -webkit-margin-start: calc((100vw - 960px)/2);
    margin-inline-start: calc((100vw - 960px)/2); }
}

@media (min-width: 1200px) {
  .logo-wrapper {
    -webkit-margin-start: calc((100vw - 1140px)/2);
    margin-inline-start: calc((100vw - 1140px)/2); }
}

@media (min-width: 1600px) {
  .logo-wrapper {
    -webkit-margin-start: calc((100vw - 1320px)/2);
    margin-inline-start: calc((100vw - 1320px)/2); }
}

.logo-wrapper img {
  vertical-align: middle;
  height: 26px;
  width: 100% !important;
}

.des_menu {
  display: none!important;
}

@media (min-width: 992px) {
  .des_menu {
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: auto;
    justify-content: flex-end;
  }
}

.des_menu nav {
  background: var(--top-navigation--background,#FFF);
  height: 100%;
  top: 0;
  width: auto;
  z-index: 4;
  display: none;
}

@media (min-width: 992px) {
  .des_menu nav {
    background: inherit;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: auto;
  }
}

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

.des_menu ul.submenu.level-1 {
  -webkit-padding-end: 16px;
  padding-inline-end: 16px; display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.des_menu ul ul {
  display: none;
}

.des_menu ul.submenu.level-1 > li {
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

@media (min-width: 992px) {
  .des_menu ul.submenu.level-1 > li {
    line-height: 68px;
  }
}

.des_menu ul.submenu.level-1 > li:not(:last-child) {
  -webkit-margin-start: 16px;
  margin-inline-start: 16px; -webkit-margin-end: 16px;
  margin-inline-end: 16px; }

@media (min-width: 1600px) {
  .des_menu ul.submenu.level-1 > li:not(:last-child) {
    -webkit-margin-end: 24px;
    margin-inline-end: 24px; }
}

.des_menu ul.submenu.level-1 > li:not(:last-child) > a {
  opacity: 1;
  display: inline-block;
  padding: 16px 0;
  position: relative;
  width: 100%;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: var(--nav-link--color,#fff);
}

@media (min-width: 992px) {
  .des_menu ul.submenu.level-1 > li:not(:last-child) > a {
    padding: 0;
  }
}

.des_menu ul.submenu.level-1 > li:not(:last-child) > a:before {
  border-bottom: 3px solid var(--nav-link--hover--text-decoration-color,#6c0);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
  z-index: -1;
}

.des_menu ul.submenu.level-1 > li:last-child > a {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--button--font-family,"Roboto",sans-serif);
  text-align: var(--button--text-align,center);
  font-weight: var(--button--font-weight,bold);
  border-radius: var(--button--border-radius,4px);
  padding: var(--button--padding,0 30px);
  transition-property: var(--button--transition-property,color,background-color,border-color);
  transition-duration: var(--button--transition-duration,.15s);
  transition-timing-function: var(--button--transition-timing-function,linear);
  line-height: 1.65;
  margin: 0;
  text-transform: none;
  background: var(--button-donate--background,#f36b35);
  color: var(--button-donate--color,#020202);
  min-width: var(--button-donate--min-width,180px);
  padding: var(--button-donate--padding,2px 30px);
  box-shadow: var(--button-donate--box-shadow,0 2px 5px rgba(0,0,0,.25));
  border-width: var(--button-donate--border-width,1px);
}

@media (min-width: 992px) {
  .des_menu ul.submenu.level-1 > li:last-child > a {
    font-size: var(--button-donate--large-and-up--font-size,1.25rem);
  }
}

.des_menu ul.submenu.level-1 > li:last-child > a {
  height: 44px;
  line-height: 40px;
  background: var(--top-navigation--btn-donate--background,#f36b35);
  border: var(--top-navigation--btn-donate--border,none);
  box-shadow: var(--top-navigation--btn-donate--box-shadow,none);
  color: var(--top-navigation--btn-donate--color,#fff);
  font-size: var(--top-navigation--btn-donate--font-size,inherit);
  min-width: var(--top-navigation--btn-donate--min-width,116px);
  padding: var(--top-navigation--btn-donate--padding,2px 17px);
}

.des_menu ul.submenu.level-1 > li:last-child > a:hover {
  background: var(--top-navigation--btn-donate--hover--background,#ee562d);
  border: var(--top-navigation--btn-donate--hover--border,none);
  box-shadow: var(--top-navigation--btn-donate--hover--box-shadow,none);
  color: var(--top-navigation--btn-donate--hover--color,#fff);
}

#search_form {
  margin: 0;
  max-width: 100%;
  border-radius: unset;
  background: transparent;
  background-color: var(--body--background-color,#fff);
  border: none;
  border-top: 1px solid #c4c4c4;
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
  display: none;
  height: 56px;
  inset-inline-start: 0;
  position: fixed;
  top: 60px;
  z-index: 3;
  width: 100%;
  padding: 0;
}

@media (min-width: 992px) {
  #search_form {
    top: 68px;
  }
}

@media (min-width: 1200px) {
  #search_form {
    background: var(--top-navigation--background,inherit);
    -webkit-border-start: var(--top-navigation--separation,1px solid hsla(0,0%,100%,.5));
    border-inline-start: var(--top-navigation--separation,1px solid hsla(0,0%,100%,.5));border-top: none;
    box-shadow: none;
    display: -webkit-inline-flex;
    display: inline-flex;
    height: 100%;
    inset-inline-end: auto;
    min-width: 25%;
    padding: 0 16px;
    position: unset;
    width: auto;
  }
}

#search_form .nav-search-btn {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  border: none;
  display: none;
  float: left;
  padding: 0;
}

@media (min-width: 1200px) {
  #search_form .nav-search-btn {
    display: inline-block;
    line-height: 68px;
  }
}

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

span.visually-hidden {
}

#search_form .nav-search-btn svg.icon {
  vertical-align: middle;
  transition: fill .3s;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  height: 24px;
  top: 0;
  width: 24px;
  fill: var(--top-navigation--button--icon--fill,var(--top-navigation--color,inherit));
}

#search_form input#search_input {
  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;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 4px;
  font-family: Roboto,sans-serif;
  background-color: #fff;
  border: 1px solid #a3a5a7;
  color: #020202;
  padding: 0 16px;
  font-size: 1rem;
  background: transparent;
  border: none;
  border-radius: unset;
  box-shadow: none;
  color: var(--top-navigation--color,#020202);
  display: inline-block;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 1rem;
  line-height: 68px;
  padding-inline: 12px 8px;
  width: auto;
  outline: 0;
}

@media (min-width: 1200px) {
  #search_form input#search_input {
    color: #fff;
    width: calc(100% - 48px);
  }
}

.nav-search-clear {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: #000;
  border: none;
  float: right;
  -webkit-margin-end: 36px;
  margin-inline-end: 36px;
  -webkit-mask: url(//26121134.fs1.hubspotusercontent-eu1.net/hubfs/26121134/raw_assets/public/GPI_2024/images/cross-circle.svg) 50% 50%/24px 24px no-repeat;
  mask: url(//26121134.fs1.hubspotusercontent-eu1.net/hubfs/26121134/raw_assets/public/GPI_2024/images/cross-circle.svg) 50% 50%/24px 24px no-repeat;
  width: 24px;
  cursor: pointer;
}

@media (min-width: 1200px){
  .nav-search-clear {
    background-color: var(--top-navigation--color,#fff);
    display: inline-block;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}

#search_input:placeholder-shown~button.nav-search-clear {
  visibility: hidden;
}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#search_form input#search_input::placeholder {
  color: var(--top-navigation--input--placeholder--color,inherit);
  opacity: var(--top-navigation--input--placeholder--opacity,.5);
}

.des_menu ul.submenu.level-1 > li:not(:last-child) > a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
  z-index: 1;
}

@media (min-width: 992px) {
  .des_menu ul.submenu.level-1 > li:not(:last-child) > a:hover:before {
    border-bottom-width: 4px;
  }
}


.des_menu ul ul {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  left: 0;
  background-color: #FFF;
}

.des_menu ul ul > li > a {
  padding: 10px 4px;
  display: block;
  line-height: normal;
  color: #fff;
}

.des_menu ul.submenu.level-1 > li:hover > ul.submenu.level-2 {
  display: block;
}


.tabsrc {
  display: none;
  padding: 8px 12px;
}

@media (min-width: 992px) {
  .tabsrc {
    -webkit-border-start: var(--top-navigation--separation,1px solid hsla(0,0%,100%,.5));
    border-inline-start: var(--top-navigation--separation,1px solid hsla(0,0%,100%,.5)); display: inline-block;
    padding: 12px;
  }
}

@media (min-width: 1200px) {
  .tabsrc {
    display: none;
  }
}

.nav-search-btn.cloned-srcbtn {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
  border: none;
  border-radius: 4px;
  height: 44px;
  width: 44px;
  cursor: pointer;
}

.nav-search-btn.cloned-srcbtn svg.icon {
  transition: fill .3s;
  height: 24px;
  top: 3px;
  width: 24px;
  fill: var(--top-navigation--button--icon--fill,var(--top-navigation--color,inherit));
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
}
.srcopen #search_form {
  display: -webkit-flex;
  display: flex;
}

.srcopen .nav-search-btn.cloned-srcbtn {
  background: var(--top-navigation--search-toggle--background,hsla(0,0%,100%,.15));
}


.nav-menu-toggle svg.icon {
  height: 24px;
  top: 3px;
  width: 24px;
  fill: var(--top-navigation--button--icon--fill,var(--top-navigation--color,inherit));
  transition: fill .3s;
  position: relative;
}

.mobsrcicon {
  display: none;
  padding: 8px 12px;
}

@media (min-width: 992px){
  .mobsrcicon {
    -webkit-border-start: var(--top-navigation--separation,1px solid hsla(0,0%,100%,.5));
    border-inline-start: var(--top-navigation--separation,1px solid hsla(0,0%,100%,.5));
    display: inline-block;
    padding: 12px;
  }
}

.mobsrcicon {
  display: inline-block;
}

@media (min-width: 992px){
  .mobsrcicon {
    display: none;
  } 
}

.mobsrcicon .nav-search-toggle {
  background: transparent;
  border: none;
  border-radius: 4px;
  height: 44px;
  width: 44px;
}

.mobsrcicon .nav-search-toggle .icon {
  height: 24px;
  top: 2px;
  width: 24px;
  fill: var(--top-navigation--button--icon--fill,var(--top-navigation--color,inherit));
  transition: fill .3s;
  position: relative;
}


.burger-menu-overlay {
  transition: opacity .2s ease-in,z-index;
  height: 100%;
  pointer-events: all;
  position: fixed;
  top: 0;
  width: 100vw;
  background: var(--burger-menu-overlay--background,#000);
  z-index: -1;
  opacity: 0;
  transition: z-index .2s step-end,opacity .2s linear;
}

.burger-menu {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  top: 0;
  padding: 18px 24px;
  z-index: 9999999999;
  overflow: hidden;
  height: 100%;
  background: var(--burger-menu--background,#fff);
  color: var(--burger-menu--color,#020202);
  font-family: var(--burger-menu--font-family,"Roboto",sans-serif);
}

@media (min-width: 576px) {
  .burger-menu {
    width: 400px;
  }
}

.burger-menu {
  transition: opacity,-webkit-transform .2s ease-in;
  transition: transform .2s ease-in,opacity;
  transition: transform .2s ease-in,opacity,-webkit-transform .2s ease-in;
  transition-delay: 0s,.2s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  left: 0;
}

.nav-menu-close {
  display: block;
  position: absolute;
  top: 16px;
  inset-inline-end: 24px;
  border: none;
  height: 16px;
  width: 16px;
  -webkit-mask: url(//26121134.fs1.hubspotusercontent-eu1.net/hubfs/26121134/raw_assets/public/GPI_2024/images/cross.svg) 50% 50%/16px 16px no-repeat;
  mask: url(//26121134.fs1.hubspotusercontent-eu1.net/hubfs/26121134/raw_assets/public/GPI_2024/images/cross.svg) 50% 50%/16px 16px no-repeat;
  background-color: #020202;
  z-index: 5;
  cursor: pointer;
}

.burger-menu-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(0,0,0,.2);
  -webkit-padding-after: 16px;
  padding-block-end: 16px; }

.burger-menu-header a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-start: 0;
  margin-inline-start: 0; margin-bottom: 12px;
  line-height: 1;
}

.burger-menu-header a img {
  vertical-align: middle;
  height: 23px;
  width: 100% !important;
}

.mob_menu {

}

.burger-menu-footer {
  display: -webkit-flex;
  display: flex;
  justify-self: flex-end;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
  padding: 24px 0 0;
  border-top: 1px solid rgba(0,0,0,.2);
}

.burger-menu-footer .hs-button {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--button--font-family,"Roboto",sans-serif);
  text-align: var(--button--text-align,center);
  font-weight: var(--button--font-weight,bold);
  border-radius: var(--button--border-radius,4px);
  padding: var(--button--padding,0 30px);
  transition-property: var(--button--transition-property,color,background-color,border-color);
  transition-duration: var(--button--transition-duration,.15s);
  transition-timing-function: var(--button--transition-timing-function,linear);
  line-height: 1.65;
  margin: 0;
  text-transform: none;
  background: var(--button-donate--background,#f36b35);
  color: var(--button-donate--color,#020202);
  min-width: var(--button-donate--min-width,180px);
  padding: var(--button-donate--padding,2px 30px);
  box-shadow: var(--button-donate--box-shadow,0 2px 5px rgba(0,0,0,.25));
  border-width: var(--button-donate--border-width,1px);
  border-color: var(--button-donate--border-color,transparent);
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #f36b35;
  color: #fff;
}

.burger-menu-footer .hs-button:hover {
  background: var(--button-donate--hover--background,#ee562d);
  color: var(--button-donate--hover--color,rgba(2,2,2,.8));
  box-shadow: var(--button-donate--hover--box-shadow,0 2px 5px rgba(0,0,0,.25));
  border: var(--button-donate--hover--border,1px solid transparent);
  text-decoration: none;
}

.mob_menu nav {
  width: 100%;
  padding: 12px 0 0;
}

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

.mob_menu ul ul {
  display: none;
}

.mob_menu ul.submenu.level-1 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.mob_menu ul.submenu.level-1 > li {
  line-height: 1.6rem;
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
}

.mob_menu ul.submenu.level-1 > li:not(:first-child) {
  -webkit-margin-after: 12px;
  margin-block-end: 12px;
}

.mob_menu ul.submenu.level-1 > li:not(:last-child) {
  -webkit-margin-before: 12px;
  margin-block-start: 12px; 
}

.mob_menu ul.submenu.level-1 > li > a {
  position: relative;
  opacity: 1;
  display: inline-block;
  color: #020202;
  width: auto;
  font-size: 20px;
  padding: 6px 0;
}

.mob_menu ul.submenu.level-1 > li > a:before {
  border-bottom: 3px solid var(--nav-link--hover--text-decoration-color,#6c0);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
  z-index: -1;
}

.mob_menu ul.submenu.level-1 > li > a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
  z-index: 1;
}

.mobile-open .burger-menu {
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out;
  transform: none;
  opacity: 1;
}

.mob_menu {
}

.burger-menu-footer > div {
  width: 100%;
}

.burger-menu-footer .hs-button:hover {
  color: #fff;
}

.burger-menu-footer .hs-button:hover {
  background: #f36b35;
  color: #fff;
}

.mobile-open .burger-menu-overlay {
  z-index: 99;
  opacity: .5;
}

body.mobile-open {
  overflow-y: hidden;
}

@media(min-width:992px){
  .submenu-toggle {
    display: none;
  }
}

.submenu-toggle {
  position: absolute;
  right: 0;
  height: 35px;
  width: 50px;
  top: 0;
  background-color: transparent;
  cursor: pointer;
}

.submenu-toggle:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
  right: 23px;
  border-color: #6f7071;
}

.mob_menu ul.submenu.level-1>li {
  position: relative;
}

.mob_menu ul ul {
  background-color: #fff;
}

.mob_menu ul ul li a {
  opacity: 1;
  display: inline-block;
  padding: 16px 0;
  position: relative;
  color: #020202;
  width: auto;
  font-size: 20px;
  padding: 6px 0;
}

.mob_menu ul ul li a:before {
  border-bottom: 3px solid var(--nav-link--hover--text-decoration-color,#6c0);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
  z-index: -1;
}

.mob_menu ul ul li a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
  z-index: 1;
}
.mob_menu {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}


@media(max-width:991px){
  .lp header.header {
    justify-content: center;
  }

  .lp header.header .logo-wrapper {
    position: relative;
    left: 2px;
  }

}


@keyframes initial-header-animation {
  0% {
    transform: translateX(550px)
  }

  20% {
    transform: translateX(550px)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes initial-paragraph-animation {
  0% {
    transform: translateX(550px)
  }

  40% {
    transform: translateX(550px)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes initial-cta-animation {
  0% {
    opacity: 0
  }

  50% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes texts-from-end-animation {
  0% {
    transform: translateX(50px)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes texts-from-start-animation {
  0% {
    transform: translateX(-50px)
  }

  to {
    transform: translateX(0)
  }
}

@media(max-width:575px){
  .burger-menu {
    width: 100%;
}
}
footer.footer.lp {
    padding: 0;
}

footer.footer {
  position: relative;
  z-index: 2;
  text-align: center;
  transition: margin 1s;
  padding-top: 24px;
  clear: both;
  font-family: "Roboto",sans-serif;
  background: #ffffff;
  color: #1c1c1c;
}

.copyright {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: .875rem;
  text-align: left;
  background: var(--site-footer--copyright--background,#05324c);
  color: var(--site-footer--copyright--color,#ececec);
}

.copyright .content-wrapper p {
  display: -webkit-flex!important;
  display: flex!important;
  -webkit-flex-direction: column!important;
  flex-direction: column!important;
  margin: 0;
}

@media (min-width: 1200px) {
  .copyright .content-wrapper p {
    -webkit-flex-direction: row!important;
    flex-direction: row!important;
  }
}

.copyright .content-wrapper p span {
  position: relative;
  font-size: .75rem;
  line-height: 1.4;
  word-break: keep-all;
  width: auto;
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  .copyright .content-wrapper p span {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .copyright span:not(:last-of-type):after {
    content: "\007C";
    display: inline-block;
    margin: 0 14px;
  }
}

.copyright .content-wrapper p span svg.icon {
  position: relative;
  top: 0.125em;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  fill: currentColor;
  transition: fill .3s;
  margin-right: 4px;
  vertical-align: initial;
  color: #fff;
}

.copyright .content-wrapper p span:last-child {
  margin-bottom: 0;
}

.copyright .content-wrapper p span a {
  color: #ececec;
}

.midsec.content-wrapper {
  display: -webkit-flex!important;
  display: flex!important;
  -webkit-flex-direction: column!important;
  flex-direction: column!important;
}

@media (min-width: 992px) {
  .midsec.content-wrapper {
    -webkit-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
  }
}

.footer-social-media {
  position: relative;
  z-index: 2;
  text-align: left;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .footer-social-media {
    margin-bottom: 0;
  }
}

.footer-menu {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 24px;
}

.social-link {
}

.footer-social-media span {
  display: none;
}

@media (min-width: 992px) {
  .footer-social-media span {
    margin-bottom: 24px;
    display: block;
    line-height: 1;
    white-space: nowrap;
  }
}

.footer-social-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 1rem;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 9px;
  border-bottom: 1px solid hsla(0,0%,100%,.5);
}

@media (min-width: 992px) {
  .footer-social-media ul {
    border-bottom: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.footer-social-media ul li {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-size: var(--text--font-size,1rem);
  line-height: var(--text--line-height,1.6rem);
}

@media (min-width: 1200px) {
  .footer-social-media ul li {
    font-size: var(--text--x-large-and-up--font-size,1.25rem);
    line-height: var(--text--x-large-and-up--line-height,1.75rem);
  }
}

.footer-social-media ul li {
  line-height: 1;
  display: inline-block;
}

.footer-social-media li:not(:last-child) {
  -webkit-margin-end: 16px;
  margin-inline-end: 16px; }

.footer-social-media ul li a {
  transition: color .1s linear;
  color: #fff;
}

.footer-social-media svg.icon {
  vertical-align: middle;
  position: relative;
  top: 0.125em;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  fill: currentColor;
  transition: fill .3s;
  color: inherit;
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
}

.footer-menu {
}

.footer-menu ul.submenu.level-1 {
  margin-top: 0;
  margin: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
  width: 100%;
  text-align: start;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

@media (min-width: 768px) {
  .footer-menu ul.submenu.level-1 {
    font-size: 1.25rem;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 992px) {
  .footer-menu ul.submenu.level-1 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.footer-menu ul.submenu.level-1 > li {
  font-size: var(--text--font-size,1rem);
  line-height: var(--text--line-height,1.6rem);
}

@media (min-width: 1200px) {
  .footer-menu ul.submenu.level-1 > li {
    font-size: var(--text--x-large-and-up--font-size,1.25rem);
    line-height: var(--text--x-large-and-up--line-height,1.75rem);
  }
}

.footer-menu ul.submenu.level-1 > li {
  line-height: 1;
  font-size: 1rem;
}

.footer-menu ul.submenu.level-1 > li:not(:last-child) {
  margin-bottom: 24px;
}

.footer-menu ul.submenu.level-1 > li > a {
  color: #fff;
  display: inline-block;
}

.footer-menu ul.submenu.level-1 > li:before,.footer-menu ul.submenu.level-1 > li:after {
  display: table;
}


.footer-menu ul.submenu.level-1 > li:after {
  clear: both;
}

.footer-menu ul.submenu.level-1 > li > a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-social-media ul li a:hover {
  color: hsla(0,0%,100%,.2);
}

.footer-country-selector {
  font-size: 1rem;
  margin-bottom: 24px;
  text-align: start;
  width: 100%;
  color: #fff;
}

.countries-list {
  font-weight: 500;
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(0,1.04,.38,.37) 0s;
  background: #1a3c10;
}

.country-selector-toggle-container {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid hsla(0,0%,100%,.5);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 24px;
  transition: border 0s linear .5s;
  vertical-align: middle;
  width: 100%;
}

.country-selector-toggle {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  background: transparent;
  border: none;
  color: var(--site-footer--color,#fff);
  cursor: pointer;
  text-align: start;
  white-space: nowrap;
  width: 100%;
  cursor: pointer;

  line-height: 0;
}

.country-selector-toggle:after,.country-selector-toggle:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  width: 16px;
}

.country-selector-toggle:before {
  height: 20px;
  -webkit-margin-end: 12px;
  margin-inline-end: 12px; -webkit-mask: url(//26121134.fs1.hubspotusercontent-eu1.net/hubfs/26121134/raw_assets/public/GPI_2024/images/gp-g-logo.png) 0 0/16px 20px no-repeat;
  mask: url(//26121134.fs1.hubspotusercontent-eu1.net/hubfs/26121134/raw_assets/public/GPI_2024/images/gp-g-logo.png) 0 0/16px 20px no-repeat;
  vertical-align: middle;
}

.country-selector-toggle:after {
  height: 12px;
  -webkit-margin-start: 12px;
  margin-inline-start: 12px; -webkit-mask: url(//26121134.fs1.hubspotusercontent-eu1.net/hubfs/26121134/raw_assets/public/GPI_2024/images/chevron.svg) 0 0/16px 12px no-repeat;
  mask: url(//26121134.fs1.hubspotusercontent-eu1.net/hubfs/26121134/raw_assets/public/GPI_2024/images/chevron.svg) 0 0/16px 12px no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: -webkit-transform .3s cubic-bezier(.86,0,.07,1);
  transition: transform .3s cubic-bezier(.86,0,.07,1);
  transition: transform .3s cubic-bezier(.86,0,.07,1),-webkit-transform .3s cubic-bezier(.86,0,.07,1);
}

.open .countries-list {
  max-height: 5000px;
  transition: max-height 1s linear 0s;
}

.open .country-control-toggle:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.countries-list .content-wrapper {
  padding: 24px 24px 32px 16px;
}

@media (min-width: 768px) {
  .countries-list .content-wrapper {
    padding: 24px 0 32px;
  }
}

.country-control-close {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  border: none;
  display: block;
  float: right;
  height: 16px;
  -webkit-mask: url(//26121134.fs1.hubspotusercontent-eu1.net/hubfs/26121134/raw_assets/public/GPI_2024/images/cross.svg) 50% 50%/16px 16px no-repeat;
  mask: url(//26121134.fs1.hubspotusercontent-eu1.net/hubfs/26121134/raw_assets/public/GPI_2024/images/cross.svg) 50% 50%/16px 16px no-repeat;
  width: 16px;
  background-color: #fff;
}

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

.countries-list .submenu-toggle {
  display: none;
}

.countries-list ul.submenu.level-1 {
  position: relative;
  z-index: 2;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  list-style: none;
  margin: 0;
  -webkit-padding-start: 32px;
  padding-inline-start: 32px; }

@media (min-width: 768px) {
  .countries-list ul.submenu.level-1 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.countries-list ul li {
  line-height: 1;
  font-size: 1rem;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  display: block;
}

.countries-list ul.submenu.level-1 > li:first-child {
  margin: 0;
  padding: 0 0 32px;
}

.countries-list ul.submenu.level-1 > li:first-child > a {
  color: #fff;
}

.countries-list ul.submenu.level-1 > li:not(:first-child) > a {
  color: inherit;
  font-size: .75rem;
  font-weight: 700;
  line-height: 20px;
  -webkit-margin-start: -32px;
  margin-inline-start: -32px; opacity: .5;
  position: absolute;
}


.countries-list ul.submenu.level-2 > li {
  display: inline-block;
  line-height: 20px;
  padding-bottom: 16px;
  width: 100%;
}

.countries-list ul.submenu.level-2 li a {
  color: #fff;
}

.countries-list ul.submenu.level-3 {
  font-weight: 400;
  line-height: 24px;
  list-style: none;
  padding: 4px 0 0;
}

@media (min-width: 768px) {
  .countries-list ul.submenu.level-3 {
    -webkit-margin-end: 32px;
    margin-inline-end: 32px; }
}

.countries-list ul.submenu.level-3 > li {
  display: inline-block;
  font-size: .875rem;
  line-height: 24px;
}

.countries-list ul.submenu.level-3 > li:not(:last-child) > a:after {
  /*   content: " • "; */
}

.open .country-selector-toggle-container {
  border-bottom: 1px solid hsla(0,0%,100%,0);
  transition-delay: 0s;
}

.countries-list a:hover {
  text-decoration: underline;
}

.country-selector-toggle:hover {
  text-decoration: underline;
}
.copyright .content-wrapper p span a:hover {
    text-decoration: underline;
    color: inherit;
}
/* 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;
  }
}

.banner-area .dnd-section {
  padding: 0px !important;
}

.banner-area  .dnd-section>.row-fluid {
  width: 100% !important;
  padding: 0px !important;
}