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


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

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

body {
  margin: 0;
}

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

main {
  display: block;
  background:#ffffff;
}

/**
 * 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;
  }
}
@font-face { 
  font-family: "BebasNeuePro"; 
  src: url("https://9384563.fs1.hubspotusercontent-na1.net/hubfs/9384563/raw_assets/public/GWKInvest_August2021/font/bebasneuepro-bold-webfont.woff2") format("woff2"); 
    font-style: normal; 
    font-weight: 600; 
    }
@font-face { 
  font-family: "Metropolis";
  src: url("https://9384563.fs1.hubspotusercontent-na1.net/hubfs/9384563/raw_assets/public/GWKInvest_August2021/font/Metropolis-Light.woff") format("woff");
    font-style: normal; 
    font-weight: 300;
    }
@font-face {
  font-family: "Metropolis"; 
  src: url("https://9384563.fs1.hubspotusercontent-na1.net/hubfs/9384563/raw_assets/public/GWKInvest_August2021/font/Metropolis-Medium.woff") format("woff"); 
    font-style: normal; 
    font-weight: 500;
    }

@font-face { 
  font-family: "Metropolis"; 
  src: url("https://9384563.fs1.hubspotusercontent-na1.net/hubfs/9384563/raw_assets/public/GWKInvest_August2021/font/Metropolis-SemiBold.woff") format("woff");
    font-style: normal;
    font-weight: 600; 
    }

html,body{
  line-height: 1.5; 
  -webkit-text-size-adjust: 100%; 
  font: normal 300 16px/1.5 Metropolis, sans-serif;
  background: url(https://9384563.fs1.hubspotusercontent-na1.net/hubfs/9384563/raw_assets/public/GWKInvest_August2021/images/bg_texture.jpg) repeat 50% 0; 
  /*   background-position: center; */
}
.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2;
  background-color:#fff;
  padding:10px;
}
body {
  word-break: break-word;   
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* 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;
}

/* Headings */
h1,h2{
  margin: 0 0 10px 0;  
  line-height:1.2;
}
h1{
  margin: 0 0 20px 0;
  line-height:1.2;
}
h3{
  margin: 0 0 10px 0;  
  line-height:1.2;
}
h4{
  margin: 0 0 10px 0;  
  line-height:1.2;
}
h5{
  margin: 0 0 10px 0;  
  line-height:1.2;
}
h6{
  margin: 0 0 10px 0;  
  line-height:1.5;  
}
/* Lists */

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

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

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

/* Selection */
::selection         {
  background: #00718E;
  color: #fff;
}
::-moz-selection    {
  background: #00718E;
  color: #fff;
}
::-webkit-selection {
  background: #00718E;
  color: #fff;
}



/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0;
  font-size: 21px;
  line-height: 1.5;
  position: relative;
  padding: 0 20px 0 50px;
  margin-top: 60px;
  text-align: center;
  padding-right: 50px;
}
blockquote:before{
  content: "“";
  position: absolute;
  left: 0;
  font: normal 600 130px/0.8 BebasNeuePro;
  color: #dae8eb;
}
blockquote:after{
  content: "”";
  position: absolute;
  margin: 10px 0 0 5px;
  font: normal 600 130px/0.8 BebasNeuePro;
  color: #dae8eb;
  top: 0;
  right: 0;
  margin-top: 0;
}
/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
/* 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;
}
.form-title{
  text-transform: uppercase;
}
/* Labels */

form label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px 0;
  color: #00718E;
}
.input>a{
  margin-top:15px;
}
/* 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 {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;   
  -webkit-appearance: none;
  outline: 1px solid transparent;
  box-shadow: inset 0 2px 3px rgb(0 0 0 / 5%);
  font-size: 14px;
  width: 100%;
  color: inherit;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 2px 3px rgb(0 0 0 / 5%);
  background-color: #FFF;

}

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;
}
form textarea {
  height: auto;
}
/* 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,
button, .button{
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
  padding: 0 30px 0 20px;
  text-align: center;    
  border-radius: 1px;
  transition: all 0.15s linear;
  white-space: normal;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  font-family: inherit;
  vertical-align: middle;
  padding-left:30px !important;
  border: none;
  background: #6db33f url('data:image/svg+xml,%3Csvg height%3D%228%22 viewBox%3D%220 0 6 8%22 width%3D%226%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M1.026.18c.222-.222.571-.239.813-.051l.058.051L5.26 3.545c.222.222.239.57.051.812l-.05.058-3.365 3.364c-.24.24-.63.24-.87 0-.222-.221-.24-.57-.052-.812l.051-.058 2.93-2.93-2.93-2.928C.805.829.787.48.976.238z%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E') no-repeat calc(100% - 20px) 49%;
  margin-bottom: 15px;
  white-space: nowrap;
}
form input[type=submit]:hover,
form .hs-button:hover,
button:hover, .button:hover{
  box-shadow: 0 10px 20px rgb(0 32 40 / 20%);
  color: #fff;
  background:  url('data:image/svg+xml,%3Csvg height%3D%228%22 viewBox%3D%220 0 6 8%22 width%3D%226%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M1.026.18c.222-.222.571-.239.813-.051l.058.051L5.26 3.545c.222.222.239.57.051.812l-.05.058-3.365 3.364c-.24.24-.63.24-.87 0-.222-.221-.24-.57-.052-.812l.051-.058 2.93-2.93-2.93-2.928C.805.829.787.48.976.238z%22 fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E') no-repeat calc(100% - 17px) 49%;

}
img{
  max-width: 100%;
  height: auto;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 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;
}
header.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
body.no-banner .body-wrapper {
  padding-top: 95px;
}
.header__container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.header-logo img { 
  margin: 20px 0;
  position: relative;
  z-index: 2;
  width: 157px !important;
}
.header-primary-menu {
  clear: right;
  margin: 20px 0 0 0;
}

.header-primary-menu .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}

.header-primary-menu .hs-menu-wrapper>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  padding: 0 10px;
}

.header-primary-menu .hs-menu-wrapper>ul>li:hover ul{
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.header-primary-menu .hs-menu-wrapper>ul>li:hover>ul>li{
  top: 0;
  opacity: 1;
}
.header-primary-menu .hs-menu-wrapper>ul>li>a {
  padding: 12px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 5px solid transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.header-primary-menu .hs-menu-wrapper>ul>li:hover>a{
  border-bottom-color: #87b9c9;
}
.header-primary-menu .hs-menu-wrapper>ul>li>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden; 
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  width: 250px;
  height: auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
  background: #87b9c9;
  border-radius: 3px;
  -webkit-box-shadow: 0 15px 20px rgb(0 0 0 / 20%);
  box-shadow: 0 15px 20px rgb(0 0 0 / 20%);
  padding: 20px 0;
}
.header-primary-menu .hs-menu-wrapper>ul>li>ul>li {
  padding: 0;
  text-align: left;
  position: relative;
  top: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0; 
}

.header-primary-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(1) {
  -webkit-transition-delay: 0.04s;
  -o-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.header-primary-menu .hs-menu-wrapper>ul>li>ul>li>a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  font: normal 600 20px/1 BebasNeuePro;
  border: none;
  display: block;
  width: 100%;
  padding: 11px 20px 9px 20px;
  text-transform: uppercase;
  color: #fff;
}

.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(3) {
  position: static;
}

.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul {
  margin-top: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li {
  display: block;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}

.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-child {
  border-left: none;
}

.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul {
  margin-top: -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: block;
  padding: 0;
  margin: 0;
}

.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 11px 20px 9px 20px;
  font: normal 500 14px/1 Metropolis;
  text-transform: none;
  display: block;
}
.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child>a {
  text-transform: none;
}

.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child>ul>li>a {
  font: normal 600 20px/1 BebasNeuePro;
}
.header-primary-menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
  background: #75afc1;
}

.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>a:hover {
  background: #75afc1;
}
.header-primary-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-child>ul>li:last-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.header-primary-menu .hs-menu-wrapper>ul:hover>li>a {
  color: #8adaed;
  opacity: 0.5;
}

.header-primary-menu .hs-menu-wrapper>ul>li:hover>a {
  color: #fff;
  opacity: 1;
}
.mobile-menu-wrapper{
  display:none;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li>a, -.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a, .mobile-menu .hs-menu-wrapper>ul>li>a {
  transition: none!important;
}

@media(max-width:1000px){
  .header-primary-menu .hs-menu-wrapper>ul>li>a{
    font-size: 13px;
  }
  .header-primary-menu .hs-menu-wrapper>ul>li>ul>li:not(:last-child)>a{
    font-size: 18px;
    padding: 7px 20px;
  }
  .header-primary-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul{
    margin-top: -27px;
  }
  .header-primary-menu .hs-menu-wrapper>ul>li:nth-child(3)>ul>li>ul>li>a{
    font-size: 12px;
    padding: 7px 20px;
  }
}
@media(max-width:920px){
  .header-primary-menu{
    margin: 18px 0 0 0;
  }
  .header-primary-menu .hs-menu-wrapper>ul>li>a{
    font-size: 12px;
  }
  .header-logo img{
    width: 120px !important;
  }
}
@media(max-width:850px){

  .header-primary-menu{
    display:none;
  }
  .mobile-menu-wrapper{
    display:block;
  }
  .mobile-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    -o-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
    position: absolute;
    background: #00718E;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 0 50px rgb(0 0 0 / 40%);
    box-shadow: 0 0 50px rgb(0 0 0 / 40%);
  }
  .mobile-trigger {
    vertical-align: middle;
    margin: 25px 0 0 10px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    background: none;
    float: right;
    position: relative;
    z-index: 2;
  }
  .mobile-trigger>span {
    cursor: pointer;
    border-radius: 5px;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    display: block;
    content: "";
    margin: 10px 0 0 0;
  }
  span.mobile-trigger span:after {
    bottom: -6px;
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    display: block;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  span.mobile-trigger>span:before {
    top: -6px;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    display: block;
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile-menu .hs-menu-wrapper>ul {
    margin-top: 70px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li {
    padding: 0;
    position: relative;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a {
    font: normal 600 23px/0.8 BebasNeuePro;
    padding: 17px 20px 13px 20px;
    color: #fff;
    display: block;
    text-decoration: none;
  }

  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    margin-right: 55px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul {
    display: none;
    padding: 0 0 10px 0;
    margin: 0;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>li {
    padding: 0;
    position: relative;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a {
    color: #fff;
    display: block;
    text-decoration: none;
    font: normal 600 23px/0.8 BebasNeuePro;
    font-size: 18px;
    padding: 10px 20px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>li.hs-menu-depth-2>ul {
    display: none;
    padding: 0 0 10px 0;
    margin: 0;
    font: normal 500 14px/1 Metropolis;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a, -.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a, .mobile-menu .hs-menu-wrapper>ul>li>a {
    transition: none!important;
  }



  .mobile-menu .hs-menu-wrapper>ul>li>ul>li.hs-menu-depth-2>ul>li {
    position: relative;
    padding: 0;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>li.hs-menu-depth-2>ul>li>a {
    color: #fff;
    display: block;
    text-decoration: none;
    font: normal 500 14px/1 Metropolis;
    padding: 5px 20px;
  }
  .mobile-open .mobile-trigger>span {
    background-color: transparent;
  }

  .mobile-open span.mobile-trigger>span:before {
    top: 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
    width: 20px;
    height: 2px;
  }

  .mobile-open span.mobile-trigger span:after {
    -webkit-transform: translateY(-8px) rotate( -45deg );
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate( -45deg );
    top: 8px;
    width: 20px;
    height: 2px;
  }
  .mobile-open .mobile-menu {
    visibility: visible;
    opacity: 1;
  }
  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children span {
    float: right;
    width: 25px;
    height: 25px;
    display: block;
    position: relative;
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 20px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children span:before {
    left: 4px;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
  }

  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children span:after {
    right: 4px;
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg );
  }

  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children span:after,
  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children span:before {
    content: "";
    top: 12px;
    position: absolute;
    width: 10px;
    height: 1px;
    background: #8adaed;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile-menu .hs-menu-wrapper>ul>li.open ,
  .mobile-menu .hs-menu-wrapper>ul>li>ul>li.open{
    background: rgba(0, 72, 91, 0.2);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children span.child-open:before {
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg );
    background: #fff;
  }

  .mobile-menu .hs-menu-wrapper>ul>li.hs-item-has-children span.child-open:after {
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
    background: #fff;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>a:hover {
    color: #8adaed;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
    color: #8adaed;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>li.hs-menu-depth-2>ul>li>a:hover {
    color: #8adaed;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>a, .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a, .mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    transition: none!important;
  }

}
footer.footer {
  position: relative;
  z-index: 1;
}
.footer__container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font: normal 600 20px/1.5 BebasNeuePro;
  color: #fff;
  padding: 30px 0 0 0;
}

.footer-logo a {
  display: inline-block;
  width: 96px;
  height: 37px;
  margin: 0 20px 0 0;
  position: relative;
}

.footer-logo img {
  max-height: 29px;
  display: inline-block;
  height: auto;
}

.top-left-wrapper>a {
  text-decoration: none;
  display: none;
}
.top-left-wrapper>a:hover {
  color: #fff;
}
p.footer-locations {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 20px 0;
  font: normal 600 20px/1.5 BebasNeuePro;
  color: #fff;
}
.top-right-wrapper {
  margin: 0 0 20px 0;
}

.top-right-wrapper span>span {
  display: inline-block;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  border-right: 1px solid rgba(138, 218, 237, 0.3);
}

.top-right-wrapper a {
  color: #e9a115;
  text-decoration: none;
  transition: none;
}
.inner-content {
  display: inline-block;
}

p.footer-locations span {
  display: inline-block;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  border-right: 1px solid rgba(138, 218, 237, 0.3);
}
p.footer-locations span:last-child {
  border: none;
}

.footer-logo {
  display: inline-block;
}
.top-right-wrapper a svg {
  width: 10px;
  height: 10px;
  fill: #e9a115;
  position: relative;
  bottom: 2px;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer-bottom-section {
  font-size: 10px;
  color: #32bedf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 30px 0;
}
.legal-menu .hs-menu-wrapper>ul {
  margin: 0 0 10px 0;
}

.legal-menu .hs-menu-wrapper>ul>li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.legal-menu .hs-menu-wrapper>ul>li>a {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
}
.copyright-text{
  font-size: 10px;
}
.copyright-text p {
  margin: 0 0 20px 0;
  font-size: 10px;
  color: #32bedf;
}
.copyright-text p a {
  display: inline-block;
  color: #32bedf;
  text-decoration: underline;
  border: 0;
  outline: 0;
  font-size: 10px;
}
.copyright-text p a:hover {
  color: #fff;
}

.legal-menu .hs-menu-wrapper>ul>li>a:hover {
  color: #fff;
}

.top-right-wrapper a:hover {
  color: #fff;
}

.top-right-wrapper a:hover svg {
  fill: #fff;
  left: 2px;
}
@media(max-width:960px){
  .footer-top-section{
    font-size: 16px;
  }
  p.footer-locations{
    font-size: 16px;
  }
  p.footer-locations span{
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
  }
  .top-right-wrapper span>span{
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
  }
  .top-right-wrapper a svg{
    width: 8px;
    height: 8px;
  }
  .top-right-wrapper{
    padding-top: 2px;
  }
}
@media(max-width:750px){
  .footer-top-section{
    display:block;
  }
  .top-right-wrapper span>span{
    display:none;
  }
  .top-left-wrapper>a{
    display: block;
    float: right;
    color: #fff;
    font-size: 20px;
  }
  .inner-content{
    display:block;
  }
  p.footer-locations{
    display:block;
  }
}
@media(max-width:600px){
  .footer-bottom-section{
    display:block;
  }
  .copyright-text p{
    margin: 0 0 5px 0;
  }
}
@media(max-width:450px){
  p.footer-locations{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  p.footer-locations span{
    margin: 0;
    padding: 0;
    border: none;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  margin: 0;
  display: block !important;
}

.dnd-section {
  padding-left: 0px;
  padding-right: 0px;
}

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

.btn {
  display: inline-block;
  background: #6db33f;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 30px 0 20px;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.btn:hover {
  color: #fff;
  background: #00718E;
}
.btn svg {
  width: 8px;
  height: 8px;
  fill: #fff;
  position: relative;
  left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn--secondary {
  background: #00718E;
}
.btn--secondary:hover {
  background: #6db33f;
}

strong, b {
  font-weight: bold !important;
}

h2.large {
  font-size: 130px;
  text-transform: uppercase;
  line-height: 0.8;
}
@media screen and (max-width: 650px) {
  h2.large {
    font-size: 80px;
  }
}

h4 {
  font: normal 600 36px/0.9;
  color: #00718E;
  margin-bottom: 10px;
}

h5 {
  font: normal 600 26px/0.9 BebasNeuePro;
  color: #00718E;
}

.meta {
  text-transform: uppercase;
  font-weight: 600;
  color: #a1aeb3;
  font-size: 12px;
  display: block;
  line-height: 1.2;
  margin: 10px 0 20px 0;
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .flex-wrapper.sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex-wrapper.sidebar section {
  -ms-flex-preferred-size: calc(100% - 360px);
      flex-basis: calc(100% - 360px);
}
.flex-wrapper section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 54%;
          flex: 1 1 54%;
}
.flex-wrapper section p {
  font-size: 16px;
  color: #63666a;
}
.flex-wrapper section.has-sidebar {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.flex-wrapper section.has-sidebar strong, .flex-wrapper section.has-sidebar b {
  font-weight: bold !important;
}
.flex-wrapper aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  position: relative;
}
.flex-wrapper aside.resources {
  -ms-flex-preferred-size: 295px;
      flex-basis: 295px;
}
.flex-wrapper aside img {
  position: sticky;
  top: 180px;
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px);
}
@media screen and (max-width: 768px) {
  .flex-wrapper aside img {
    -webkit-transform: none;
            transform: none;
    position: static;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .resources {
    margin-top: 40px;
  }
}
.resources .resource-sidebar {
  position: sticky;
  top: 20px;
}
.resources .resource-sidebar > .btn {
  width: 100%;
  margin-bottom: 40px;
}
.resources .resource-sidebar > .btn:last-child {
  margin-top: 10px;
}
.resources .resource-sidebar .wrapper {
  border: 2px solid #dae8eb;
  padding: 0 20px 20px 5px;
}
.resources .resource-sidebar .wrapper .entry {
  margin: 0 0 40px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.resources .resource-sidebar .wrapper .entry:first-child {
  margin-top: -20px;
}
.resources .resource-sidebar .wrapper .entry:last-child {
  margin-bottom: 0px;
}
.resources .resource-sidebar .wrapper .entry:hover h5 {
  color: #e9a115;
}
.resources .resource-sidebar .wrapper .entry a img {
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  position: static;
  -webkit-transform: none;
          transform: none;
}

.related-content {
  margin-top: 50px;
}
.related-content .page-center .related-wrapper {
  position: relative;
}
.related-content .page-center .related-wrapper .content {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media screen and (max-width: 650px) {
  .related-content .page-center .related-wrapper .content {
    width: 100%;
  }
}
.related-content .page-center .related-wrapper .content .image-mobile {
  display: none;
}
@media screen and (max-width: 650px) {
  .related-content .page-center .related-wrapper .content .image-mobile {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    margin: 20px 0 0 30px;
  }
}
.related-content .page-center .related-wrapper .content .box {
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .related-content .page-center .related-wrapper .content .box {
    margin-top: -80px;
    margin-left: -20px;
  }
}
.related-content .page-center .related-wrapper .content .box .p {
  font-size: 16px;
  color: #63666a;
}
.related-content .page-center .related-wrapper .content .box .btn {
  margin-top: 30px;
}
.related-content .page-center .related-wrapper .content .box .btn > .hs_cos_wrapper {
  display: inline !important;
}
.related-content .page-center .related-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 45%;
  padding-top: 45%;
  height: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 650px) {
  .related-content .page-center .related-wrapper .image-wrapper {
    display: none;
  }
}