*, *: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,
.dnd-section > .row-fluid{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Circular"; src:
  url(https://25605179.fs1.hubspotusercontent-eu1.net/hubfs/25605179/raw_assets/public/TheSharingGroup_June2022/Fonts/Circular-Book.woff2) format("woff2"), 
  url(https://25605179.fs1.hubspotusercontent-eu1.net/hubfs/25605179/raw_assets/public/TheSharingGroup_June2022/Fonts/Circular-Book.woff) format("woff");
  font-style: normal; font-weight: normal;
}


@font-face { font-family: "Rotonto"; src: 
  url(https://25605179.fs1.hubspotusercontent-eu1.net/hubfs/25605179/raw_assets/public/TheSharingGroup_June2022/Fonts/Rotonto-Regular.woff2) format("woff2"),
  url(https://25605179.fs1.hubspotusercontent-eu1.net/hubfs/25605179/raw_assets/public/TheSharingGroup_June2022/Fonts/Rotonto-Regular.woff) format("woff"); 
  font-style: normal; font-weight: normal;
}




body {
  line-height: 1.14;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height:1.1
}

/* 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;
}
button,
.button {
  cursor: pointer;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 20px;
  margin: 15px 0;
  text-decoration: none;
}

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: inline-block;
   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;
   padding: 10px;
   width: 100%;
   outline:none !important;
}

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-input.invalid.error {
   border-color: #EF6B51;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
   cursor: pointer;
   border: 2px solid;
   border-radius: 3px;
   display: inline-block;
   font-size: 20px;
   margin: 15px 0;
   text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}


@media(max-width:479px){
   .hs_recaptcha.hs-recaptcha.field.hs-form-field {
      max-width: 100%;
      overflow: auto;
   }
}   


.hs-main-font-element {
   color: #ef6b51;
}
.submitted-message {
   color: #FFB100 !important;
}
/* 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;
}
table {
    font-size: 22px;
}
header.header {
   min-height: 142px;
   background: #298c68;
   word-break: normal;
}

.inner_header {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   padding: 0;
   border: 0;
   margin: 0;
   -webkit-transition: 0.25s all ease-in-out;
   transition: 0.25s all ease-in-out;
   z-index: 30;
   min-height: 40px;
   padding: 50px 0 40px;
   background: #298c68;
}

.inner {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
}

.site_logo {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 75%;
   flex: 0 0 75%;
   max-width: 75%;
}

.site_menu {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%;
}

.site_menu .hs-menu-wrapper>ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   float: right;
   margin: 0;
   list-style: none;
}

.site_menu .hs-menu-wrapper>ul>li {
   display: inline-block;
   width: auto;
   margin: 0 15px;
   font-size: 28px;
   line-height: 28px;
}

.site_menu .hs-menu-wrapper>ul>li>a {
   font-family: "Rotonto",sans-serif;
   color: #000;
   text-transform: uppercase;
   -webkit-transition: opacity 300ms ease-in-out;
   transition: opacity 300ms ease-in-out;
   opacity: 1;
   text-decoration: none;
}

.site_menu .hs-menu-wrapper>ul>li:last-child {
   margin: 0 0 0 8px;
   opacity: 0.5;
   transition: opacity 300ms ease-in-out;
   font-size: 16px;
   line-height: 22px;
}

.site_menu .hs-menu-wrapper>ul>li:nth-child(4) {
   margin: 0 0 0 15px;
   transition: opacity 300ms ease-in-out;
   font-size: 16px;
   line-height: 22px;
}

.site_logo svg {
   max-width: 440px;
   height: auto;
}
.menu_trigger {
   text-align: right;
}

.menu_trigger {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 25%;
   flex: 0 0 25%;
   max-width: 25%;
   line-height: 32px;
   text-align: right;
}

body.move .inner_header {
   -webkit-transform: translateY(-100%);
   transform: translateY(-100%);
}

body.header-show .inner_header {
   -webkit-transform: translateY(0%);
   transform: translateY(0%);
}

body.header-show .inner_header:after {
   display: block;
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 1;
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
   background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(19%, rgba(0,0,0,0.738)), color-stop(34%, rgba(0,0,0,0.541)), color-stop(47%, rgba(0,0,0,0.382)), color-stop(56.5%, rgba(0,0,0,0.278)), color-stop(65%, rgba(0,0,0,0.194)), color-stop(73%, rgba(0,0,0,0.126)), color-stop(80.2%, rgba(0,0,0,0.075)), color-stop(86.1%, rgba(0,0,0,0.042)), color-stop(91%, rgba(0,0,0,0.021)), color-stop(95.2%, rgba(0,0,0,0.008)), color-stop(98.2%, rgba(0,0,0,0.002)), to(rgba(0,0,0,0)));
   background: linear-gradient(#000 0%, rgba(0,0,0,0.738) 19%, rgba(0,0,0,0.541) 34%, rgba(0,0,0,0.382) 47%, rgba(0,0,0,0.278) 56.5%, rgba(0,0,0,0.194) 65%, rgba(0,0,0,0.126) 73%, rgba(0,0,0,0.075) 80.2%, rgba(0,0,0,0.042) 86.1%, rgba(0,0,0,0.021) 91%, rgba(0,0,0,0.008) 95.2%, rgba(0,0,0,0.002) 98.2%, rgba(0,0,0,0) 100%);
   z-index: -1;
}

.menu_trigger {
   display: none;
}

.mobile_menu {
   display: none;
}


.body-container-wrapper {
   color: #000000;
   background-color: #298c68;
   position: relative;
   z-index: 10;

}
.custom_wrapper {
   padding-bottom: 400px;
}




.site_menu .hs-menu-wrapper>ul ul {
   list-style: none;
   padding: 0;
   margin: 0;
   position: absolute;
   width: 200px;
   background: #298c68;
   display:none;
}

.site_menu .hs-menu-wrapper>ul ul>li {
   margin: 10px 0;
}

.site_menu .hs-menu-wrapper>ul ul>li>a {
   color: #000;
   padding: 10px;
   display: block;
   text-decoration: none;

}


.site_menu .hs-menu-wrapper>ul>li:hover ul {
   display: block;
}

.mobile_menu .hs-menu-wrapper>ul ul {
   list-style: none;
   padding: 0;
   margin: 0;
   display: none;
}

.mobile_menu .hs-menu-wrapper>ul ul>li {
   margin-bottom: 10px;
   line-height: 1;
}

.mobile_menu .hs-menu-wrapper>ul ul>li>a {
   font-size: 28px;
   color: #000;
   text-decoration:none;
}


.child-trigger {
   display: block!important;
   cursor: pointer;
   position: absolute;
   top: 0;
   left: auto;
   width: 35px!important;
   min-width: 35px!important;
   height: 56px!important;
   padding: 0!important;
   right: -19px;
}

.child-trigger i {
   position: relative;
   top: 50%;
   margin: 0 auto !important;
   -webkit-transform: rotate(0);
   -ms-transform: rotate(0);
   transform: rotate(0)
}
.child-trigger i:after {
   position: absolute;
   content: ''
}
.child-trigger i,.child-trigger i:after {
   width: 15px;
   height: 2px;
   background-color: #fff;
   display: block
}
.child-trigger i:after {
   -webkit-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   transform: rotate(-90deg)
}
.child-trigger.child-open i:after {
   -webkit-transform: rotate(-180deg);
   -ms-transform: rotate(-180deg);
   transform: rotate(-180deg)
}
.child-trigger i,.child-trigger i:after {
   background-color: #000
}

.nav-active .child-trigger i:after {
   display: none;
}



/* Media query */


@media (min-width: 768px){
   .menu_trigger {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }
   .site_logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }

}

@media (min-width: 992px){
   .site_logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
   }


}
@media (min-width: 1200px){
   .site_logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
   }


}


@media (min-width: 1400px){
   .site_logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }

   .site_menu {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }
}


@media (max-width: 1199.98px){


   .site_logo svg {
      max-width: 300px;
   }

   .site_menu .hs-menu-wrapper>ul>li:nth-child(4) {
      font-size: 14px;
      line-height: 18px;
   }

   .site_menu .hs-menu-wrapper>ul>li:last-child {
      font-size: 14px;
      line-height: 18px;
   }

   .site_menu .hs-menu-wrapper>ul {
      float: none;
   }
   header.header {
      min-height: 128px;
   }
}
@media (max-width: 991.98px){

   .site_menu {
      display: none;
   }


   .hamburger-box {
      width: 30px;
      height: 20px;
      display: inline-block;
      position: relative;
      margin-right: 16px;
      margin-bottom: -7px
   }

   .hamburger-inner::before, .hamburger-inner::after {
      content: "";
      display: block;
   }

   .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      width: 30px;
      height: 3px;
      background-color: black;
      border-radius: 4px;
      position: absolute;
      transition-timing-function: ease;
      transition-duration: 0.15s;
   }

   .hamburger-inner::before {
      top: -8px;
   }

   .hamburger-inner::after {
      bottom: -8px;
   }

   .menu_trigger {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
   }

   .menu_trigger button {
      padding: 0;
      display: inline-block;
      cursor: pointer;
      transition-property: opacity, filter, -webkit-filter;
      text-transform: none;
      background-color: transparent !important;
      border: 0;
      overflow: visible;
      z-index: 1000;
      line-height: 32px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
   }
   .mobile_menu {
      position: fixed;
      display: block;
      z-index: 900;
      top: 0;
      right: 0;
      min-width: 320px;
      height: 100vh;
      max-height: 100vh;
      overflow-x: hidden;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      scroll-behavior: smooth;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-perspective: 1000;
      perspective: 1000;
      -webkit-transform: translate3d(100%, 0, 0); 
      transform: translate3d(100%, 0, 0);
      -webkit-transition: all 350ms;
      transition: all 350ms;
      width: 100vw !important;
      max-width: 100vw !important;
      background-color: #138461;
      min-height:600px;
   }

   .mobile_menu .hs-menu-wrapper>ul {
      font-family: "Rotonto",sans-serif;
      font-weight: normal;
      text-transform: uppercase;
      position: absolute;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      font-size: 52px;
      line-height: 56px;
      list-style: none;
      padding: 0;
      margin: 0;
   }

   .mobile_menu .hs-menu-wrapper>ul>li {
      margin-bottom: 15px;
      position: relative;
   }

   .mobile_menu .hs-menu-wrapper>ul>li>a {
      display: inline-block;
      color: #000;
      transform: translate(0px, 0px);
      text-decoration: none;
   }

   .mobile_menu .hs-menu-wrapper>ul>li:nth-child(4) {
      display: inline-block;
      margin-top: 10px;
      line-height: 32px;
      font-size: 32px;
   }

   .mobile_menu .hs-menu-wrapper>ul>li:nth-child(5) {
      margin-top: 10px;
      font-size: 32px;
      line-height: 32px;
      display: inline-block;
      opacity: 0.4;
   }

   .mobile_menu button.close-mobile-menu-panel {
      position: absolute;
      top: 44px;
      right: 0px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 40px;
      height: 40px;
      padding: 0;
      border: 0;
      text-indent: -99999px;
      border-radius: 0;
      background-color: transparent;
      background-image: url(https://25605179.fs1.hubspotusercontent-eu1.net/hubfs/25605179/raw_assets/public/TheSharingGroup_June2022/images/close%20download.svg);
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center center;
      margin:0;
   }
   .open .mobile_menu {
      height: 100vh;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: all 350ms;
      transition: all 350ms;
   }

   .open .mobile_menu {
      overflow: hidden;
   }
   .close .mobile_menu {
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
   }


   .menu_trigger {
      display: block;
   }

   .mobile_menu {
      display: block;
   }
   .menu_trigger button {
      margin: 0;
   }


   body.open {
      position: fixed;
   }

}


@media (max-width: 767.98px){
   .inner_header {
      padding: 25px 0 25px !important;
   }
   .mobile_menu button.close-mobile-menu-panel {
      top: 24px;
      right: 26px;
   }
   .site_logo svg {
      max-width: 260px;
   }
   .mobile_menu .hs-menu-wrapper>ul>li:nth-child(3) {
      margin-bottom: 5px;
   }
   .hamburger-box {
      margin-right: 16px;
      margin-bottom: -10px;
   }
   .mobile_menu .close {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 0;
   }
   .site_logo a {
      padding-top: 1px;
      display: inline-block;
   }
   header.header {
      min-height: 76px;
   }
}

@media(max-height:600px) and (max-width:767px){
   .mobile_menu .hs-menu-wrapper>ul {
      top: 100px;
      transform: none !important;
      left: 0;
      right: 0;
      margin: auto;
      position: absolute;
      width: calc(100% - 50px);
      overflow: hidden;
      max-height: calc(100vh - 100px);
      overflow-y: auto;
   }
}
@media(max-width:575px){
   .mobile_menu button.close-mobile-menu-panel {
      top: 20px;
      right: 10px;
   }
}

@media (max-width: 400px){
   .hamburger-box {
      margin-top: 20px;
   }
   .site_logo svg {
      max-width: 240px;
   }
   .inner_header {
      padding: 20px 0!important;
   }


}
.open .mobile_menu .hs-menu-wrapper>ul>li {
   animation-delay: .5s;
}

.open .mobile_menu .hs-menu-wrapper>ul>li:nth-child(2) {
   animation-delay: 0.4s;
}

.open .mobile_menu .hs-menu-wrapper>ul>li:nth-child(3) {
   animation-delay: 0.3s;
}

.open .mobile_menu .hs-menu-wrapper>ul>li:nth-child(4) {
   animation-delay: 0.2s;
}

.open .mobile_menu .hs-menu-wrapper>ul>li:nth-child(5) {
   animation-delay: 0.1s;
}


.open .mobile_menu .hs-menu-wrapper>ul>li{
   -webkit-animation-name: fadeInAnim;
   animation-name: fadeInAnim;
   -webkit-animation-duration: 0.6s;
   animation-duration: 0.6s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   visibility: visible;
}



@-webkit-keyframes fadeInAnim {
   0% {
      opacity: 0;
      transform: translate(0%,15px) translate3d(0px, 0px, 0px);
   }

   100% {
      opacity: 1;
      transform: translate(0px, 0px);
   }
}

@keyframes fadeInAnim {
   0% {
      opacity: 0;
      transform: translate(0%,15px) translate3d(0px, 0px, 0px);
   }

   100% {
      opacity: 1;
      transform: translate(0px, 0px);
   }
}
footer.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   z-index: 0;
   color: #FFB100;
   background-color: #000;
   height: 400px;
   padding-bottom: 100px;
   padding-top: 100px;
   word-break: normal
}

.bottom_footer {
   padding-top: 100px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
}
.wrap {
   position: relative;
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   line-height: 36px;
}
.left_text svg {
   fill: #FFB100;
}

.right_text #hs_cos_wrapper_Footer_text > span:nth-child(1) {
   position: absolute;
   right: calc(100% - 180px);
   padding-right: 5px;
   -webkit-transition: all 500ms;
   transition: all 500ms;
   font-family: "Rotonto",sans-serif;
   line-height: 36px;
}

.right_text #hs_cos_wrapper_Footer_text > span:nth-child(2) {
   position: absolute;
   right: 0;
   padding-left: 5px;
   font-family: "Rotonto",sans-serif;
   width: 118px;
   line-height: 36px;
}

.right_text {
   position: relative;
}
.move .right_text #hs_cos_wrapper_Footer_text>span:first-child {
   right: calc(0% + 118px);
}
.top_footer {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-right: -15px;
   margin-left: -15px;
}

.link_btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -ms-flex-direction: row;
   flex-direction: row;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.link_btn a {
   margin-right: 8px;
   margin-bottom: 15px;
   position: relative;
   padding: 15px 70px 15px 40px;
   line-height: 36px;
   font-size: 28px;
   display: inline-block;
   font-family: "Rotonto",sans-serif;
   color: #000;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   transition: all 300ms ease-in-out;
   border: 2px solid #FFB100;
   background-color: #FFB100;
   cursor: pointer;
   border-radius: 38px;
}
.link_btn a:hover {
   background-color: transparent;
   color: #FFB100;
}
.link_btn a:after {
   content: "";
   display: block;
   position: absolute;
   top: 50%;
   right: 30px;
   -webkit-transform: translate(0%, -50%);
   transform: translate(0%, -50%);
   width: 22px;
   height: 22px;
   background-image: url(https://25605179.fs1.hubspotusercontent-eu1.net/hubfs/25605179/raw_assets/public/TheSharingGroup_June2022/images/download.svg);
   background-repeat: no-repeat;
   background-size: 22px;
   background-position: center;
   -webkit-transition: all 300ms ease-in-out;
   transition: all 300ms ease-in-out;
}

.link_btn a:hover:after{
   background-image: url(https://25605179.fs1.hubspotusercontent-eu1.net/hubfs/25605179/raw_assets/public/TheSharingGroup_June2022/images/yellow%20arrow%20svg.svg);

}



.footer_form .hs-input {
   width: calc(100% - 270px);
   height: 68px;
   color: #FFB100;
   background-color: transparent;
   border: 0;
   border-bottom: 2px solid #ffb100;
   padding: 10px;
   font-family: 'Circular';
   font-size: 22px;
   outline: none;

}

.footer_form ::-webkit-input-placeholder {
   color: #ffb10099;
   font-size: 22px;
}

.footer_form .actions {
   display: flex;
   position: absolute;
   top: 0;
   right: 0;
   width: 250px;
   height: 68px;
}

.footer_form .hs-button {
   align-self: flex-end;
   position: relative;
   top: auto;
   bottom: auto;
   height: 68px;
   left: auto;
   font-size: 28px;
   line-height: 36px;
   width: 240px;
   margin: 0;
   cursor: pointer;
   background-color: #FFB100;
   color: #000;
   border-color: #FFB100;
   -webkit-appearance: none;
   display: inline-block;
   padding: 15px 40px;
   font-family: "Rotonto",sans-serif;
   text-align: center;
   text-decoration: none;
   text-transform: uppercase;
   transition: all 300ms ease-in-out;
   border: 2px solid #FFB100;
   border-radius: 38px;
   white-space: nowrap;
}

.footer_form .hs-form-field {
   margin: 0;
}
.footer_form form label {
   margin: 0;
}
.footer_form .hs-button:hover {
   background-color: #138461;
   color: #fff;
   border-color: #138461;
}


/* Media query */


@media (min-width: 576px){
   .left_text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
   }

   .right_text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
   }


}


@media (min-width: 768px){

   .left_text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
   }

   .right_text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
   }


}

@media (min-width: 992px){

   .left_text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }

   .right_text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }

}

@media (min-width: 1200px){

   .link_btn {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }

   .footer_form {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }


}
@media (max-width: 1699.98px){
   .link_btn a {
      padding: 15px
         70px 15px 30px;
      font-size: 21.6px;
      line-height: 21.6px;
   }

   .footer_form .hs-button {
      width: 216px;
      height: 56px;
      font-size: 22px;
      line-height: 21.6px;
      padding: 15px 70px 15px 30px;
   }

   .footer_form .actions {
      height: 56px;
   }

   footer.footer {
      padding-bottom: 90px;
      padding-top: 90px;
   }

   .bottom_footer {
      padding-top: 90px;
   }
   .footer_form .hs-input {
      width: calc(100% - 240px);
      height: 56px;
   }



}
@media (max-width: 1399.98px){
   .right_text span {
      font-size: 24px;
      line-height: 37px;
   }

   footer.footer {
      height: 360px;
   }

   .bottom_footer, footer.footer {
      padding-top: 80px;
   }



   .footer_form ::-webkit-input-placeholder {
      font-size: 20px;
   }
   .custom_wrapper {
      padding-bottom: 360px;
   }


}
@media (max-width: 1199.98px){

   .left_text svg {
      max-width: 300px;
   }

   .bottom_footer, footer.footer {
      padding-top: 50px;
   }

   .link_btn {
      margin-bottom: 30px;
   }

   .footer_form ::-webkit-input-placeholder {
      font-size: 16px;
   }

   .link_btn a:after {
      width: 16px;
      height: 16px;
      background-size: 16px;
   }

   .right_text #hs_cos_wrapper_Footer_text>span:first-child {
      line-height: 32px;
   }

   .right_text #hs_cos_wrapper_Footer_text>span:nth-child(2) {
      line-height: 32px;
   }


}

@media (max-width: 991.98px){
   footer.footer {
      height: 340px;
   }
   .left_text svg {
      max-width: 160px;
   }

   .custom_wrapper {
      padding-bottom: 340px;
   }

}
@media (max-width: 767.98px){
   .link_btn a {
      font-size: 16px;
      line-height: 16px;
   }

   .footer_form .hs-button {
      width: 160px !important;
      font-size: 16px;
      line-height: 16px;
   }

   .footer_form .hs-input {
      width: calc(100% - 170px);
      height: 56px;
   }

   .footer_form .actions {
      width: 160px;
   }



   .move .right_text #hs_cos_wrapper_Footer_text>span:first-child {
      margin-top: 8px;
   }

   .right_text #hs_cos_wrapper_Footer_text>span:first-child, .right_text #hs_cos_wrapper_Footer_text>span:nth-child(2) {
      margin-top: 8px;
   }

   .move .right_text #hs_cos_wrapper_Footer_text>span:first-child {
      right: 118px;
   }

   .right_text span {
      font-size: 20px;
   }

}
@media (max-width: 575.98px){
   footer.footer {
      height: 400px;
   }

   .top_footer {
   }

   .left_text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
   }

   .right_text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
   }

   .link_btn {
      text-align: center;
   }

   .link_btn a {
      margin: 0 10px 15px 0;
      width: calc(50% - 10px);
      float: left;
   }

   .footer_form {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }

   .footer_form .hs-input {
      width: 100%;
      height: 50px;
      margin-bottom: 15px;
   }

   .footer_form .actions {
      position: relative;
      top: auto;
      right: auto;
      -webkit-transform: none;
      transform: none;
      width: 100%;
      text-align: center;
   }

   .left_text svg {
      max-width: 100px;
   }


   .custom_wrapper {
      padding-bottom: 400px;
   }
   .bottom_footer {
      padding-top: 20px;
   }

   .footer_form .hs-button {
      height: 50px;
      float: none;
   }

   .bottom_footer .brand {
      text-align: center;
   }
   .footer_form .hs-input {
      padding-left: 8px;
      padding-right: 8px;
   }
}
.footer_form form .hs-form-field > label {
   display: none;
}
@media (max-width:400px){

   .move .right_text #hs_cos_wrapper_Footer_text>span:first-child {
      right: 90px;
   }

   .right_text span {
      font-size: 15px;
   }

   .right_text #hs_cos_wrapper_Footer_text>span:nth-child(2) {
      width: 96px;
   }

   .link_btn a:after { 
      right: 8px;
   }

   .footer_form .hs-button, .link_btn a {
      font-size: 16px;
      line-height: 16px;
      padding: 15px 20px;
   }

}
