/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/1f0265/00000000000000007735a839/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff2"),
    url(https://use.typekit.net/af/1f0265/00000000000000007735a839/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("woff"),
    url(https://use.typekit.net/af/1f0265/00000000000000007735a839/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3) format("opentype");
  font-weight:400;
  font-style:italic;
  font-display:auto;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/f1d51b/00000000000000007735a83d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.net/af/f1d51b/00000000000000007735a83d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("woff"),
    url(https://use.typekit.net/af/f1d51b/00000000000000007735a83d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:auto
    ;}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/5f44f1/00000000000000007735a840/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("woff2"),
    url(https://use.typekit.net/af/5f44f1/00000000000000007735a840/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("woff"),
    url(https://use.typekit.net/af/5f44f1/00000000000000007735a840/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3) format("opentype");
  font-weight:500;
  font-style:italic;
  font-display:auto;
}
@font-face{
  font-family:urw-din;
  src:url(https://use.typekit.net/af/d96df7/00000000000000007735a843/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"),
    url(https://use.typekit.net/af/d96df7/00000000000000007735a843/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"),
    url(https://use.typekit.net/af/d96df7/00000000000000007735a843/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");
  font-weight:500;
  font-style:normal;
  font-display:auto;
}

html {
  font-size: 16px;
  line-height: 2;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media (min-width: 768px){
  body {
    line-height:1.77;

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


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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
  -webkit-transition: color .2s;
  transition: color .2s
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  letter-spacing: -.01875rem;
  line-height: 1.33;
  font-size: 1.875rem;
}
@media(min-width:768px){
  h1 {
    letter-spacing: -.04375rem;
    line-height: 1.318;
  }
}
h2 {
  font-size: 1.6rem;
  font-size: 1.875rem;
  letter-spacing: -.01875rem;
  line-height:1.33;

  margin-bottom: 1rem;
}
@media(min-width:768px){
  h2 {
    letter-spacing: -.04375rem;
    line-height: 1.318;
  }
}
h3 {
  font-size: 1.25rem;
  font-size: 1.625rem;
  letter-spacing: -.01875rem;
  line-height:1.38;

  margin-bottom: 1rem;
}
@media(min-width:768px){
  h3 {
    letter-spacing: -.03125rem;
    line-height:1.31;
  }
}
h4 {
  font-family: Lato, sans-serif;
  font-size: 1.375rem;
  letter-spacing: -.01875rem;
  line-height:1.45;

  margin-bottom: 1rem;
}
@media(min-width:768px){
  h4 {
    letter-spacing: -.03125rem;
    line-height: 1.461;
  }
}
h5 {
  font-size: 1rem;
  font-size: 1.125rem;
  letter-spacing: -.01875rem;
  line-height:1.5;
  margin-bottom: .5rem;
}
@media(min-width:768px){
  h5 {
    letter-spacing: -.03125rem;
    line-height:1.5;
  }
}
h6 {
  font-size: .9rem;
  font-size: 1rem;
  line-height:1.7;
  letter-spacing: -.01875rem;
  margin-bottom: .5rem;
}
@media(min-width:768px){
  h6 {
    line-height:1.77;
  }
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.body-container-wrapper ul , .blog-post__body ul {
  margin: 1.5rem 0;
  padding-left: 25px;
  list-style: none;
}

.body-container-wrapper ul li , .blog-post__body ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 8px;
}

.body-container-wrapper ul li:before , .blog-post__body ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -20px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #43b02a;
  border-radius: 50%;
}

.body-container-wrapper ol , .blog-post__body ol {
  list-style: none;
  margin: 1.5rem 0;
  counter-reset: item;
  padding-left: 36px;
  list-style-type: none;
}

.body-container-wrapper ol li , .blog-post__body ol li {
  position: relative;
  margin-bottom: 10px;
}

.body-container-wrapper ol li:before , .blog-post__body ol li:before {
  content: counters(item,".") " ";
  position: absolute;
  left: -34px;
  margin-right: 10px;
  font-weight: 400;
  color: #43b02a;
  counter-increment: item;
}

blockquote {
  margin: 0;
  letter-spacing: -.01875rem;
  line-height: 1.6875rem;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 3rem 64px;
  background-color: #43b02a;
  -webkit-backface-visibility: hidden;
  -webkit-clip-path: polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,25px 100%,0 calc(100% - 25px));
}


@media(min-width:768px){
  blockquote {
    letter-spacing: -.03125rem;
    margin-bottom: 2rem;
  }
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

img {
  max-width:100%; 
  height:auto;
}
.dnd-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.dnd-section>.row-fluid ,  .footer__container , .header__container , .content-wrapper  {
  max-width: 1272px;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
}

@media(min-width:450px){
  .dnd-section>.row-fluid ,  .footer__container , .header__container , .content-wrapper  {
    max-width: 1304px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 768px){
  .dnd-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 900px){
  .dnd-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .dnd-section>.row-fluid ,  .footer__container , .header__container , .content-wrapper    {
    padding-right: 48px;
    padding-left: 48px;
  }

}

@media (min-width: 1200px){
  .dnd-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 700px;
  font-family: Lato, sans-serif;
}

form , h3.form-title {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top:0;
  padding: 1.5rem 16px;

}
h3.form-title {
  margin: 0;
  padding-bottom: 0;
}
@media (min-width: 450px){
  form , h3.form-title {
    padding: 2rem 32px;
  }
  h3.form-title {
    margin: 0;
    padding-bottom: 0;
  }
  h3.form-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 900px){
  form , h3.form-title {
    margin-top: 0;
    padding: 2.5rem 32px;
  }
  h3.form-title {
    margin: 0;
    padding-bottom: 0;
  }
  h3.form-title {
    font-size: 1.5rem;
  }
}
.hs-button {
  margin: 25px 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  border-style: solid;
  text-decoration: none !important;
  white-space: normal !important;
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-weight: 500;
  letter-spacing: -.01875rem;
  font-size: 1rem;
  line-height: 1.75rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
  clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
  outline:0;
}
@media(min-width:768px){
  .hs-button {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {

  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  font-size: .875rem;
  line-height: 1.5rem;
  padding-top: 0;
  margin-bottom: 4px;
}

form .hs-error-msgs label {
  margin-top: .5rem;
  color: #e30638;
}
.body-container-wrapper ul.hs-error-msgs.inputs-list {
  padding: 0;
  margin:0;
}

.body-container-wrapper ul.hs-error-msgs.inputs-list li:before {
  display: none;
}
.hs-input , input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid;
  border-bottom-color: #c4c4c4;
  -webkit-transition: border-color .2s,background-color .2s;
  transition: border-color .2s,background-color .2s;
  margin: 0;
  padding: 6px 15px;
  font-size: 1rem;
  line-height: 1.75rem;
  outline: 0;
  color: #000000;
}
input#hs-pwd-widget-password{
  height: auto !important;
  margin-top:0px !important;
}
@media(min-width:768px){
  .hs-input {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
#hs-search-module .hs-input {
  margin-bottom: 18px;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


@media(max-width:767px){
  form, h3.form-title {
    margin-top: 1.5rem;
  }

  h3.form-title {
    padding: 2rem 32px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.header__container {
  margin: 0 auto;

}
.hd-Bar {
  font-size: 1rem;
  line-height: 1.625rem;
  position: relative;
  z-index: 11;
  display: none;
  height: 0;
  background-color: #182c29;
  color: #fff;
}

.hd-Bar .header__container {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}



.header-top-menu .hs-menu-wrapper > ul {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: unset;
}

.header-top-menu .hs-menu-wrapper > ul > li > a {
  font-weight: inherit;
  text-decoration: none;
  color: currentColor;
  display: block;
  padding: 8px 16px;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.hd-Bar_Languages {
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  margin-right: -16px;
  overflow: hidden;
  text-decoration:none;
}



.hd-Bar_Languages:before {
  content: "|";
  position: absolute;
  top: 6px;
  left: -1px;
  z-index: 1;
}

.hd-Bar_Language-current {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.hd-Bar_Language svg {
  fill: currentColor;
  width: 23px;
  height: 16px;
  margin-left: auto;
  border-left: 5px solid transparent;
}

.hd-Bar_Language {
  font-weight: inherit;
  text-decoration: none;
  color: currentColor;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  padding: 8px 16px;
  background-color: #182c29;
  -webkit-transition: color .2s;
  transition: color .2s;
  text-decoration: none !important;
}

.hd-Bar_Language {
  height: 40px;
}

.nav-Header .hs-menu-wrapper .nav-Header_DropdownInner,
.nav-Header .hs-menu-wrapper .nav-Header_DropdownInner>ul{
  display: none !important;
}
.nav-Header .hs-menu-wrapper>ul>li:hover .nav-Header_DropdownInner,
.nav-Header .hs-menu-wrapper>ul>li:hover .nav-Header_DropdownInner ul{
  display: block !important;
}

.nav-Header .hs-menu-wrapper>ul ul {
  display: none;
}

.hd-Bar_Language:before {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  left: 16px;
  height: 1px;
  background-color: rgba(210,238,204,.25);
}

.header-top-menu .hs-menu-wrapper>ul>li>a:hover , 
hd-Bar_Language:hover , 
.nav-Header .hs-menu-wrapper>ul>li>a:hover ,
.nav-Header .hs-menu-wrapper>ul>li .nav-Header_DropdownInner>ul>li>a:hover {
  color: #43b02a;
  text-decoration: none;
}

.hd-Bar_Languages:hover {
  overflow: visible;
}
.hd-Header {
  position: relative;
  z-index: 10;
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 4px 16px 0 rgb(0 0 0 / 10%);
  color: #000;
}



.hd-Header .header__container {
  height: 100%;
  width: 100%;
}

.hd-Header_Body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.hd-Header_Logo {
  display: block;
  color: #000;
  font-weight: inherit;
  text-decoration: none;
}

.hd-Header_Logo a {
  font-weight: inherit;
  text-decoration: none;
  display: block;
  color: #000;
}

.hd-Header_Logo a svg {
  width: 153px;
  height: 48px;
  fill: currentColor;
}




.hd-Header_Nav {
  height: 100%;
}

.nav-Header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.nav-Header .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  color: #000;
  letter-spacing: -.01875rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: none;
  height: 100%;
  margin-right: -16px;
  margin-left: -16px;
  font-weight: 500;
  flex-wrap: unset;
}



.nav-Header .hs-menu-wrapper > ul > li {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-Header .hs-menu-wrapper > ul > li > a {
  font-weight: inherit;
  text-decoration: none;
  color: currentColor;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 4px 16px;
  color: currentColor;
  -webkit-transition: color .2s;
  transition: color .2s;
  white-space: nowrap;
}

.nav-Header_LinkIcon {
  display: block;
  width: 14px;
  height: 9px;
  margin-left: 10px;

}

.nav-Header_LinkIcon svg {
  fill: currentColor;
  display: block;
  width: inherit;
  height: inherit;
  color: #43b02a;
}

.nav-Header_Link:after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 2px;
  background-color: #43b02a;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.nav-Header_DropdownInner {
  position: absolute;
  top: calc(100% - .5rem);
  right: 50%;
  z-index: 10;
  min-width: 200px;
  -webkit-box-shadow: 0 4px 16px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 4px 16px 0 rgb(0 0 0 / 15%);
  color: #000;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: opacity .3s,visibility .3s;
  transition: opacity .3s,visibility .3s;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}


.nav-Header_DropdownInner {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: drop-shadow(0 4px 16px rgba(0,0,0,.15));
  filter: drop-shadow(0 4px 16px rgba(0,0,0,.15));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: filter;
}



.nav-Header .hs-menu-wrapper>ul>li .nav-Header_DropdownInner > ul {
  overflow: hidden;
  padding: 1rem 0;
  background-color: #fff;
  margin: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,25px 100%,0 calc(100% - 25px));
  clip-path: polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,25px 100%,0 calc(100% - 25px));
  display: block;
}



.nav-Header .hs-menu-wrapper>ul>li .nav-Header_DropdownInner > ul > li {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  padding-right: 32px;
  padding-left: 32px;
}

.nav-Header .hs-menu-wrapper>ul>li .nav-Header_DropdownInner > ul > li > a {
  font-weight: inherit;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 4px 16px;
  color: currentColor;
  -webkit-transition: color .2s;
  transition: color .2s;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  border-bottom: 1px solid #d2eecc;
  color: currentColor;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  white-space: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-Header .hs-menu-wrapper>ul>li .nav-Header_DropdownInner > ul > li:last-child > a {
  border-bottom: none;
}
.hd-Header_Logo {
  height: 48px;
}

.nav-Header_DropdownInner {
  top: calc(100% - .5rem);
}
.nav-Header_Trigger {
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 11;
  display: block;
  width: 40px;
  height: 40px;
  color: #000;
  cursor: pointer;
}

.nav-Header_TriggerLine {
  position: absolute;
  left: 10px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: top .2s cubic-bezier(.175,.885,.32,1.075);
  transition: top .2s cubic-bezier(.175,.885,.32,1.075);
}

.nav-Header_TriggerLine-top {
  top: 13.33333px;
  -webkit-animation: TriggerLine-topOut .5s cubic-bezier(.175,.885,.32,1.075) forwards;
  animation: TriggerLine-topOut .5s cubic-bezier(.175,.885,.32,1.075) forwards;
}

.nav-Header_TriggerLine-middle {
  top: 20px;
  -webkit-animation: TriggerLine-middleOut .5s cubic-bezier(.175,.885,.32,1.075) forwards;
  animation: TriggerLine-middleOut .5s cubic-bezier(.175,.885,.32,1.075) forwards;
}

.nav-Header_TriggerLine-bottom {
  top: 26.66667px;
  -webkit-animation: TriggerLine-bottomOut .5s cubic-bezier(.175,.885,.32,1.075) forwards;
  animation: TriggerLine-bottomOut .5s cubic-bezier(.175,.885,.32,1.075) forwards;
}
.nav-Header .hs-menu-wrapper>ul>li>a:after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 2px;
  background-color: #43b02a;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.nav-Header .hs-menu-wrapper>ul>li.active>a:after {
  opacity: 1;
}

.nav-Header  div {
  height: 100%;
}

span#hs_cos_wrapper_main_menu {
  height: 100%;
}





@media(max-width:899px){


  .nav-Header_Backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0,0,0,.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s,visibility .3s;
    transition: opacity .3s,visibility .3s;
  }

  .mobile-open .nav-Header_Backdrop {
    opacity: 1;
    visibility: visible;
  }

  .nav-Mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    max-width: 400px;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    background-color: #fff;
    right: -400px;
    transition: right 0.3s ease-in-out;

  }


  .mobile-open .nav-Mobile {
    opacity: 1;
    visibility: visible;
    right: 0;
  }


  .mobile-open .nav-Header_TriggerLine-top {
    -webkit-animation: TriggerLine-topIn .5s cubic-bezier(.175,.885,.32,1.075) forwards;
    animation: TriggerLine-topIn .5s cubic-bezier(.175,.885,.32,1.075) forwards;
  }

  .mobile-open .nav-Header_TriggerLine-middle {
    -webkit-animation: TriggerLine-middleIn .5s cubic-bezier(.175,.885,.32,1.075) forwards;
    animation: TriggerLine-middleIn .5s cubic-bezier(.175,.885,.32,1.075) forwards;
  }

  .mobile-open .nav-Header_TriggerLine-bottom {
    -webkit-animation: TriggerLine-bottomIn .5s cubic-bezier(.175,.885,.32,1.075) forwards;
    animation: TriggerLine-bottomIn .5s cubic-bezier(.175,.885,.32,1.075) forwards;
  }

  @-webkit-keyframes TriggerLine-topIn {
    0% {
      top: 13.33333px
    }

    50% {
      top: 20px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }

    to {
      top: 20px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg)
    }
  }

  @keyframes TriggerLine-topIn {
    0% {
      top: 13.33333px
    }

    50% {
      top: 20px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }

    to {
      top: 20px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg)
    }
  }

  @-webkit-keyframes TriggerLine-topOut {
    0% {
      top: 20px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg)
    }

    50% {
      top: 20px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }

    to {
      top: 13.33333px
    }
  }

  @keyframes TriggerLine-topOut {
    0% {
      top: 20px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg)
    }

    50% {
      top: 20px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }

    to {
      top: 13.33333px
    }
  }

  @-webkit-keyframes TriggerLine-middleIn {
    50% {
      opacity: 0
    }

    to {
      opacity: 0
    }
  }

  @keyframes TriggerLine-middleIn {
    50% {
      opacity: 0
    }

    to {
      opacity: 0
    }
  }

  @-webkit-keyframes TriggerLine-middleOut {
    50% {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  @keyframes TriggerLine-middleOut {
    50% {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  @-webkit-keyframes TriggerLine-bottomIn {
    0% {
      top: 26.66667px
    }

    50% {
      top: 20px;
      left: 10px;
      width: 20px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }

    to {
      top: 20px;
      left: 10px;
      width: 20px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg)
    }
  }

  @keyframes TriggerLine-bottomIn {
    0% {
      top: 26.66667px
    }

    50% {
      top: 20px;
      left: 10px;
      width: 20px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }

    to {
      top: 20px;
      left: 10px;
      width: 20px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg)
    }
  }

  @-webkit-keyframes TriggerLine-bottomOut {
    0% {
      top: 20px;
      left: 10px;
      width: 20px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg)
    }

    50% {
      top: 20px;
      left: 10px;
      width: 20px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }

    to {
      top: 26.66667px
    }
  }

  @keyframes TriggerLine-bottomOut {
    0% {
      top: 20px;
      left: 10px;
      width: 20px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg)
    }

    50% {
      top: 20px;
      left: 10px;
      width: 20px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
    }

    to {
      top: 26.66667px
    }
  }

  @-webkit-keyframes SlideyMcFadeIn {
    0% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: 100%;
      transform: 100%
    }

    to {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
      transform: none
    }
  }

  @keyframes SlideyMcFadeIn {
    0% {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: 100%;
      transform: 100%
    }

    to {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
      transform: none
    }
  }

  @-webkit-keyframes SlideyMcFadeOut {
    0% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
      transform: none
    }

    to {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: 100%;
      transform: 100%
    }
  }

  @keyframes SlideyMcFadeOut {
    0% {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
      transform: none
    }

    to {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: 100%;
      transform: 100%
    }


  }

  .nav-Mobile .hs-menu-wrapper > ul {
    position: relative;
    top: 80px;
    right: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(100% - 80px);
    margin-left: auto;
    background: #fff;
    border-top: 1px solid #d2eecc;
    overflow-y: scroll;
    margin: 0;
  }

  .nav-Mobile .hs-menu-wrapper>ul {
    flex-wrap: initial;
    height: calc(100vh - 80px);
  }
  .nav-Mobile .hs-menu-wrapper > ul > li {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    border-bottom: 1px solid #d2eecc;
    color: #000;
  }

  .nav-Mobile .hs-menu-wrapper > ul > li > a {
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 16px 24px;
    font-size: 1.0625rem;
    font-weight: 400;
    text-align: left;
    border: none;
    color: currentColor;
    -webkit-transition: color .2s;
    transition: color .2s;
    white-space: nowrap;
    line-height: 32px;
  }

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



  .nav-Mobile .hs-menu-wrapper > ul > li {
    line-height: 2;
  }



  .nav-Header_LinkIcon {
    -webkit-transform: rotate(
      -90deg
    );
    transform: rotate(
      -90deg
    );
    height: 14px;
    margin-left: 8px;
  }

  .nav-Mobile .hs-menu-wrapper > ul > li > a:hover {
    color: #43b02a;
  }
  .nav-Mobile .hs-menu-wrapper>ul>li.english {
    background-color: #d2eecc;
  }
  .nav-Mobile_LinkIcon-country {
    margin-left: 8px;
  }

  .nav-Mobile_LinkIcon-country svg {
    display: block;
    fill: currentColor;
    width: 24px;
    height: 12px;
  }
  .nav-Header_DropdownInner {
    position: fixed;
    top: 80px;
    right: -400px;
    z-index: 1;
    max-width: 400px;
    width: 100%;
    height: calc(100% - 80px);
    background: #fff;
    border-top: 1px solid #d2eecc;
    overflow-y: scroll;
    visibility: hidden;
    -webkit-transition: visibility 0s ease-out .2s,right .2s;
    transition: visibility 0s ease-out .2s,right .2s;
    transform: none;
    filter: none;
    opacity: 1;
  }

  .child-open .nav-Header_DropdownInner {
    right: 0;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .nav-Header_DropdownInner a, .nav-Header_DropdownInner li.nav-Mobile_DropdownItem-back>.nav-Mobile_Link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 16px 24px;
    font-size: 1.0625rem;
    font-weight: 400;
    text-align: left;
    border: none;
    color: currentColor;
    -webkit-transition: color .2s;
    transition: color .2s;
    white-space: nowrap;
    line-height: 2rem;
  }

  .nav-Header_DropdownInner li {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    border-bottom: 1px solid #d2eecc;
    color: #000;
  }

  .nav-Header_DropdownInner li.nav-Mobile_DropdownItem-back>.nav-Mobile_Link {
    cursor: pointer;
  }

  .nav-Header_DropdownInner li.nav-Mobile_DropdownItem-back>.nav-Mobile_Link>.nav-Mobile_LinkIcon-dropdown {
    display: block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    color: #43b02a;
    margin-right: 8px;
    margin-left: 0;
    -webkit-transform: rotate( 90deg );
    transform: rotate( 90deg );
  }

  .nav-Mobile_LinkIcon-dropdown svg#dropdown {
    display: block;
    width: inherit;
    height: inherit;
    fill: currentColor;
  }
  .nav-Header_DropdownInner a:hover, .nav-Header_DropdownInner li.nav-Mobile_DropdownItem-back>.nav-Mobile_Link:hover {
    color: #43b02a;
  }
}
@media(max-width:1440px) and (min-width:900px){
  .nav-Header .hs-menu-wrapper>ul>li:last-child .nav-Header_DropdownInner {
    right: 73%;
  }
}
@media(max-width:767px){
  .nav-Mobile .hs-menu-wrapper>ul>li>a {
    line-height: 28px;
  }

  .nav-Header_DropdownInner a, .nav-Header_DropdownInner li.nav-Mobile_DropdownItem-back>.nav-Mobile_Link {
    line-height: 28px;
  } 
}
@media(min-width:450px){
  .nav-Mobile .hs-menu-wrapper > ul {
    max-width: 400px;
  }

}
@media(min-width:768px){
  .nav-Header .hs-menu-wrapper > ul {
    font-size: 1.125rem;
    line-height: 2rem;
  }


  .nav-Mobile .hs-menu-wrapper > ul {
    top: 80px;
    height: calc(100% - 80px);
  }
  .nav-Mobile {
    top: 0;
  }

}

@media (min-width: 900px){
  .hd-Bar {
    display: block;
    height: 40px;
  }
  .hd-Bar_Languages {
    height: 40px;
  }

  .nav-Header .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-Header_Trigger {
    display: none;
  }
  .nav-Mobile {
    display: none;
  }
}

@media(min-width:1200px){
  .hd-Header_Logo a svg {
    width: 190px;
    height: 60px;
  }

  .hd-Header_Logo {
    height: 60px;
  }
  .hd-Header {
    height: 104px;
  }
  .nav-Header_DropdownInner {
    top: calc(100% - 1.5rem);
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;

}
.footer__container {
  margin: 0 auto;
}
.ft-Bar {
  font-size: .875rem;
  line-height: 1.5rem;
  background-color: #000;
  color: #fff;
}

.ft-Bar .footer__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.ft-Bar_Links {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ft-Bar_Links a {
  font-weight: inherit;
  text-decoration: none;
  color: currentColor;
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}

.ft-Bar_Links a:first-child {
  margin: 0;
  padding: 0;
}

.ft-Bar_Links a[href] {
  -webkit-transition: .2s;
  transition: .2s;
}
.ft-Bar_Links a[href]:hover {
  color: #43b02a;
}
.ft-Bar_Links a[href]:before {
  content: "|";
  position: absolute;
  left: -3px;
  color: #fff;
}

.footer__main {
  margin-top: auto;
}
.footer__main .footer__container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ft-footer_Row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
}



.ft-footer_Row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.ft-footer_column {
  width: calc(50% - 16px);
  margin-top: 1rem;
  width: 100%;
}
.ft-footer_column:first-child {
  margin-top: 0;
}

.ft-footer_column {
  width: calc(50% - 16px);
  margin-top: 1rem;
}
.ft-footer_column h4 , .ft-footer_column .hs-menu-wrapper > ul > li > a {
  margin: 0;
  padding: 0;
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  color: #000;
  font-size: 1.125rem;
  letter-spacing: -.01875rem;
  line-height: 1.6875rem;
  margin-bottom: 8px;
  color: #fff;
}

.ft-footer_column p {
  margin: 0;
  padding: 0;
  font-size: .875rem;
  line-height: 1.5rem;
}

.ft-footer_column .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  display: block;
}


.ft-footer_column .hs-menu-wrapper > ul > li > ul {
  display: block;
  margin: 0;
  padding: 0;
}

.ft-footer_column .hs-menu-wrapper > ul > li > ul > li > a {
  padding: 0;
  display: block;
  -webkit-transition: color .2s;
  transition: color .2s;
  font-size: .875rem;
  line-height: 1.5rem;
  font-weight: inherit;
  text-decoration: none;
  color: currentColor;
}

.ft-footer_column .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: #43b02a;
}
.ft-Footer_Logo svg {
  width: 134px;
  height: 42px;
  fill: currentColor;
}
.ft-Footer_Logo {
  height:42px;
}

.ft-Footer_SocialsDivider {
  -ms-flex-item-align: center;
  align-self: center;
  width: 1px;
  height: 3rem;
  margin: 0 32px;
  background-color: #d2eecc;
}



.ft-Footer_Socials > div , .ft-Footer_Socials {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}


.ft-Footer_SocialLink {
  font-weight: inherit;
  text-decoration: none;
  margin-right: 16px;
  color: #d2eecc;
  display: block;
  line-height: 2rem;
  position: relative;
  top: 5px;
}



.ft-Footer_SocialLink svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.ft-Footer_Newsletter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1.5rem;
}




.ft-Footer_Newsletter p {
  margin: 0;
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  color: #000;
  font-size: 1.125rem;
  letter-spacing: -.01875rem;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
  color: #fff;
}



.ft-Footer_Newsletter a {
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-weight: 500;
  letter-spacing: -.01875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 4px 1.5rem 6px;
  color: #000;
  -webkit-transition: background-color .2s,border .2s,color .2s;
  transition: background-color .2s,border .2s,color .2s;
  overflow: hidden;
  background-color: #43b02a;
  border: 1px solid #43b02a;
  color: #fff;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
  clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
}


.ft-Footer_Newsletter a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.ft-Footer_Newsletter > div > span , .ft-Footer_Newsletter > div > div {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}



.ft-footer_Row:first-child {
  padding-top: 0;
  line-height: 2rem;
}

.ft-Footer_SocialLink:last-child {
  margin-right: 0;
}
.ft-footer_column:first-child {
  width: 100%;
}
@media (min-width: 450px){
  .ft-footer_column:first-child {
    width: 100%;
  }
  .ft-footer_column {
    margin-top: 1.5rem;
  }
  .ft-Footer_SocialsDivider {
    margin: 0 48px;
  }
  .ft-Footer_SocialLink {
    margin-right: 32px;
  }

  .ft-Footer_Newsletter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ft-Footer_Newsletter > div > span , .ft-Footer_Newsletter > div > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ft-Footer_Newsletter a {
    width: auto;
  }

  .ft-Footer_Newsletter p {
    margin-right: 32px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px){
  .footer__main .footer__container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .ft-footer_Row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(210,238,204,.25);
  }
  .ft-footer_column h4 , .ft-footer_column .hs-menu-wrapper > ul > li > a {
    font-size: 1.25rem;
    letter-spacing: -.03125rem;
    line-height: 1.875rem;
  }
  .ft-Footer_Socials {
    margin-right: auto;
  }
  .ft-Footer_Newsletter {
    width: auto;
    margin-top: 0;
  }
  .ft-Footer_Newsletter > div > span , .ft-Footer_Newsletter > div > div {
    width: auto;
    margin-top: 0;
  }
  .ft-Footer_Newsletter p {
    font-size: 1.25rem;
    letter-spacing: -.03125rem;
    line-height: 1.875rem;
  }

  .ft-Footer_Newsletter a {
    font-size: 1.125rem;
    line-height: 2rem;
  }


}
@media (min-width: 1200px){
  .footer__main .footer__container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .ft-footer_column:first-child {
    width: calc(33.33333% - 21.33333px);
    padding-right: calc(8.33333% - 29.33333px);
  }
  .ft-footer_column {
    width: calc(16.66667% - 26.66667px);
    margin-top: 0;
  }
  .ft-Footer_Logo svg {
    width: 190px;
    height: 60px;
  }
  .ft-Footer_Logo {
    height: 60px;
  }
}

@media(max-width:450px){


  .ft-Footer_Newsletter a {
    width: 100%;
  }

  .ft-Footer_Newsletter div {
    width: 100%;
  }



  .ft-Footer_SocialsDivider {
    display: none;
  }

  .ft-Footer_Socials>div, .ft-Footer_Socials {
    display: flex;
    margin-top: 10px;
  }

  .ft-footer_Row:first-child {
    display: block;
  }
}
.content-wrapper {
  margin: 0 auto;
}

.pg-List_Hero {
  padding-top: 2rem;
}

.lyt-Content_Outer {
  position: relative;
}


.pg-List_Hero .content-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.pg-List_HeroTitle {
  margin: 0;
  padding: 0;
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  color: #000;
  font-size: 1.875rem;
  letter-spacing: -.01875rem;
  line-height: 2.5rem;
}


.pg-List_FilterTrigger {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2rem;
  padding: .5rem 0;
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  border-top: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
  color: #43b02a;
  cursor: pointer;
  line-height: 2rem;
}



.pg-List_FilterIcon {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -18px;
  margin-left: 8px;
}

.pg-List_FilterLine {
  position: absolute;
  left: 10px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: currentColor;
  -webkit-transition: top .2s cubic-bezier(.175,.885,.32,1.075);
  transition: top .2s cubic-bezier(.175,.885,.32,1.075);
}

.pg-List_FilterLine-top {
  top: 13.33333px;
  -webkit-animation: TriggerLine-topOut .5s cubic-bezier(.175,.885,.32,1.075) forwards;
  animation: TriggerLine-topOut .5s cubic-bezier(.175,.885,.32,1.075) forwards;
}

.pg-List_FilterLine-middle {
  top: 20px;
  left: 13px;
  width: 14px;
  -webkit-animation: TriggerLine-middleOut .5s cubic-bezier(.175,.885,.32,1.075) forwards;
  animation: TriggerLine-middleOut .5s cubic-bezier(.175,.885,.32,1.075) forwards;
}

.pg-List_FilterLine-bottom {
  top: 26.66667px;
  left: 16px;
  width: 8px;
  -webkit-animation: TriggerLine-bottomOut .5s cubic-bezier(.175,.885,.32,1.075) forwards;
  animation: TriggerLine-bottomOut .5s cubic-bezier(.175,.885,.32,1.075) forwards;
}

.site-search {
  width: 100%;
  overflow: hidden;
  -webkit-transition: height .2s;
  transition: height .2s;
}

.site-search {
  height: 0;
}

.pg-List_Hexagons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: none;
  color: #f8f8f8;
}



.pg-List_Hexagons svg {
  display: block;
  fill: currentColor;
  width: 640px;
  height: 279px;
}


.lyt-Content-detail {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.lyt-Main {
  display: block;
}

.pg-List_Featured {
  margin-bottom: 4rem;
}

.crd-FeaturedCard {
  font-weight: inherit;
  text-decoration: none;
  color: currentColor;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.crd-FeaturedCard_ImageContainer {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.crd-FeaturedCard_ImageContainer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,25px 100%,0 calc(100% - 25px));
  clip-path: polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,25px 100%,0 calc(100% - 25px));
}



.crd-FeaturedCard_ImageContainer:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}


.crd-FeaturedCard_ImageContainer>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.crd-FeaturedCard_Image {
  transition: -webkit-transform .8s;
  -webkit-transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s,-webkit-transform .8s;
}

.crd-FeaturedCard_Image .img-Image {
  margin: 0;
  background-color: #0e0e0e;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.img-Image_AspectRatio {
  padding-bottom: 47.073474470734745%;
}

.featured-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height:auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.crd-FeaturedCard_Content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}






.crd-FeaturedCard_MetaItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 8px;
}



.crd-FeaturedCard_Title {
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  color: #000;
  font-size: 1.375rem;
  letter-spacing: -.01875rem;
  line-height: 2rem;
  -webkit-transition: color .2s;
  transition: color .2s;
  margin: 0;
}


.crd-FeaturedCard_Text {
  margin-top: 8px;
}

.crd-FeaturedCard_Link {
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-weight: 500;
  letter-spacing: -.01875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 4px 1.5rem 6px;
  color: #000;
  -webkit-transition: background-color .2s,border .2s,color .2s;
  transition: background-color .2s,border .2s,color .2s;
  overflow: hidden;
  background-color: #43b02a;
  border: 1px solid #43b02a;
  color: #fff;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 1rem;
  width:100%;
}


.crd-FeaturedCard_Link {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
  clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
}

.crd-FeaturedCard:hover .crd-FeaturedCard_Link {
  background-color: #182c29;
  border-color: #182c29;
  text-decoration: none;
}

.crd-FeaturedCard:hover {
  text-decoration: none;
}

.crd-FeaturedCard:hover .crd-FeaturedCard_Title {
  color: #43b02a;
}

.crd-FeaturedCard:hover .crd-FeaturedCard_Text {
  color: #666666;
}

.crd-FeaturedCard:hover .crd-FeaturedCard_Image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lst-Grid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
  margin-bottom: -32px;
}

.lst-Grid_Item {
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 32px;
}



.crd-Card {
  font-weight: inherit;
  text-decoration: none;
  color: currentColor;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.crd-Card_ImageContainer {
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  background-color: #e3f7de;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,25px 100%,0 calc(100% - 25px));
  clip-path: polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,25px 100%,0 calc(100% - 25px));
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.crd-Card_ImageContainer:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.crd-Card_ImageContainer>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.crd-Card_Image {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  transition: -webkit-transform .2s;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
}

.img-Image.img-Image-isTransparent {
  position: relative;
  margin: 0;
  background-color: #0e0e0e;
  overflow: hidden;
}

.img-Image.img-Image-isTransparent {
  background-color: transparent;
}

.img-Image_AspectRatioHolder .img-Image_AspectRatio {
  padding-bottom: 56.25%;
}

.post-item-featured-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height:auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  max-width: 100%;
}

.crd-Card_Content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: .5rem;
  padding-right: 15px;
  padding-bottom: .5rem;
}



.crd-Card_MetaItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.crd-Card_Title {
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  color: #000;
  font-size: 1.125rem;
  letter-spacing: -.01875rem;
  line-height: 1.6875rem;
  -webkit-transition: color .2s;
  transition: color .2s;
  margin: 0;
}



.crd-Card:hover .crd-Card_Image {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.crd-Card_Image:hover {
  text-decoration: none;
}

.crd-Card:hover {
  text-decoration: none;
}

.crd-Card:hover .crd-Card_Title {
  color: #43b02a;
}

.pg-List_Pagination-wrap {
  margin-top: 3rem;
}

.pg-List_Pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pgn-Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.blog-pagination__prev-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  color: #43b02a;
  margin-right: 16px;
}

.blog-pagination__prev-link svg {
  display: block;
  fill: currentColor;
  width: 9px;
  height: 14px;
  -webkit-transform: rotate(
    180deg
  );
  transform: rotate(
    180deg
  );
}

.pgn-Pagination_Pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pgn-Pagination_Pages a {
  font-weight: inherit;
  text-decoration: none;
  color: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  color: #000;
  font-size: 1.125rem;
  letter-spacing: -.01875rem;
  line-height: 1.6875rem;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 16px;
  -webkit-transition: color .2s,background-color .2s;
  transition: color .2s,background-color .2s;
  background-color: #43b02a;
}

.pgn-Pagination_Pages a {
  font-size: 1.25rem;
  letter-spacing: -.03125rem;
  line-height: 1.875rem;
}

.pgn-Pagination_Pages a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,6px 100%,0 calc(100% - 6px));
  clip-path: polygon(0 0,calc(100% - 6px) 0,100% 6px,100% 100%,6px 100%,0 calc(100% - 6px));
}

.pgn-Pagination_Pages a:first-child {
  margin-left: 0;
}

.pgn-Pagination_Pages a:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(0 0,calc(100% - 5.5px) 0,100% 5.5px,100% 100%,5.5px 100%,0 calc(100% - 5.5px));
  clip-path: polygon(0 0,calc(100% - 5.5px) 0,100% 5.5px,100% 100%,5.5px 100%,0 calc(100% - 5.5px));
}

.pgn-Pagination_Pages a:hover {
  color: #fff;
}

.pgn-Pagination_Pages a:hover:before {
  opacity: 0;
}

.blog-pagination__link--active {
  color: #fff;
}

.blog-pagination__link--active:before {
  opacity: 0;
}

.blog-pagination__link--active {
  color: #fff;
}

.blog-pagination__link--active {
  color: #fff;
}

.pgn-Pagination_Pages a.blog-pagination__link--active {
  color: #fff;
}

.blog-pagination__next-link {
  font-weight: inherit;
  text-decoration: none;
  color: currentColor;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  color: #43b02a;
}

.blog-pagination__next-link {
  margin-left: 16px;
}

.blog-pagination__next-link svg {
  width: 9px;
  height: 14px;
  fill: currentColor;
}
.blog-pagination__prev-link--disabled  {
  display: none;
}
.blog-pagination__next-link--disabled {
  display: none;
}
.blog-pagination__next-link:hover {
  color: #43b02a;
}


.search-open .pg-List_FilterLine-top {
  -webkit-animation: TriggerLine-topIn .5s cubic-bezier(.175,.885,.32,1.075) forwards;
  animation: TriggerLine-topIn .5s cubic-bezier(.175,.885,.32,1.075) forwards;
}

.search-open .pg-List_FilterLine-middle {
  -webkit-animation: TriggerLine-middleIn .5s cubic-bezier(.175,.885,.32,1.075) forwards;
  animation: TriggerLine-middleIn .5s;
  opacity: 0;
}

.search-open .pg-List_FilterLine-bottom {
  -webkit-animation: TriggerLine-bottomIn .5s cubic-bezier(.175,.885,.32,1.075) forwards;
  animation: TriggerLine-bottomIn .5s cubic-bezier(.175,.885,.32,1.075) forwards;
}

@-webkit-keyframes TriggerLine-topIn {
  0% {
    top: 13.33333px
  }

  50% {
    top: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}

@keyframes TriggerLine-topIn {
  0% {
    top: 13.33333px
  }

  50% {
    top: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}

@-webkit-keyframes TriggerLine-topOut {
  0% {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  50% {
    top: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    top: 13.33333px
  }
}

@keyframes TriggerLine-topOut {
  0% {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  50% {
    top: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    top: 13.33333px
  }
}

@-webkit-keyframes TriggerLine-middleIn {
  50% {
    opacity: 0
  }

  to {
    opacity: 0
  }
}

@keyframes TriggerLine-middleIn {
  50% {
    opacity: 0
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes TriggerLine-middleOut {
  50% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes TriggerLine-middleOut {
  50% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes TriggerLine-bottomIn {
  0% {
    top: 26.66667px
  }

  50% {
    top: 20px;
    left: 10px;
    width: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    top: 20px;
    left: 10px;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
}

@keyframes TriggerLine-bottomIn {
  0% {
    top: 26.66667px
  }

  50% {
    top: 20px;
    left: 10px;
    width: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    top: 20px;
    left: 10px;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
}

@-webkit-keyframes TriggerLine-bottomOut {
  0% {
    top: 20px;
    left: 10px;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  50% {
    top: 20px;
    left: 10px;
    width: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    top: 26.66667px
  }
}

@keyframes TriggerLine-bottomOut {
  0% {
    top: 20px;
    left: 10px;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  50% {
    top: 20px;
    left: 10px;
    width: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    top: 26.66667px
  }
}

@-webkit-keyframes SlideyMcFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: 100%;
    transform: 100%
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes SlideyMcFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: 100%;
    transform: 100%
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
  }
}

@-webkit-keyframes SlideyMcFadeOut {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: 100%;
    transform: 100%
  }
}

@keyframes SlideyMcFadeOut {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: 100%;
    transform: 100%
  }
}

@-webkit-keyframes TriggerLine-middleIn {
  50% {
    opacity: 0
  }

  to {
    opacity: 0
  }
}

@keyframes TriggerLine-middleIn {
  50% {
    opacity: 0
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes TriggerLine-middleOut {
  50% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}


.search-open .site-search {
  height:auto;
}

.site-search .hs-search-field__bar {
  margin: 0;
  padding: 0 !important;
  background-color: transparent !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-search .hs-search-field {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}



.site-search form {
  margin: 0;
  padding: 0px !important;
  background-color: transparent !important;
  width: 100%;
}



.site-search form .hs-search-field__input {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.75rem;
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 15px;
  background-color: #f8f8f8;
  border: 1px solid transparent;
  border-bottom-color: #c4c4c4;
  -webkit-transition: border-color .2s,background-color .2s;
  transition: border-color .2s,background-color .2s;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-image: url('https://8633339.fs1.hubspotusercontent-na1.net/hubfs/8633339/raw_assets/public/Ranplan_May2021/images/search.svg');
    background-size: 16px;
    padding-right: 52px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    }



.site-search form .hs-search-field__input:focus {
  outline: 0;
  border-bottom-color: #43b02a;
}
.frm-Form_Label {
  font-size: .875rem;
  line-height: 1.5rem;
  display: block;
  cursor: pointer;
}

.hs-search-field__suggestions li {
  padding: 0 10px !important;
}

.pg-Detail_Breadcrumbs {
  display: none;
  margin-top: 1.5rem;
}



.bdc-Items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bdc-Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .875rem;
  line-height: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bdc-Item_Action {
  font-weight: inherit;
  text-decoration: none;
  color: currentColor;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.bdc-Icon {
  color: #e31c79;
  margin-right: 24px;
  margin-left: 24px;
}

.bdc-Icon svg {
  display: block;
  fill: currentColor;
  width: 7px;
  height: 14px;
}

.bdc-Item_Action:hover {
  color: #e31c79;
  text-decoration: none;
}

.pg-Detail_HeroContent {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}



.pg-Detail_HeroKicker {
  font-size: .875rem;
  line-height: 1.5rem;
  letter-spacing: .125rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #e31c79;
}

.pg-Detail_HeroTitle {
  margin: 0;
  padding: 0;
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  color: #000;
  font-size: 1.75rem;
  letter-spacing: -.01875rem;
  line-height: 2.375rem;
}


.pg-Detail_HeroFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.pg-Detail_HeroMeta {
  font-size: .875rem;
  line-height: 1.5rem;
  margin-right: 16px;
  color: #666;
}

.pg-Detail_HeroShare {
  display: none;
  color: #43b02a;
  cursor: pointer;
  -webkit-transition: color .2s;
  transition: color .2s;
}



.pg-Detail_HeroShare svg {
  fill: currentColor;
  width: 20px;
  height: 20px;
  display: block;
}

.pg-Detail_Hexagons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
  color: #f8f8f8;
}


.pg-Detail_Hexagons svg {
  display: block;
  fill: currentColor;
  width: 189px;
  height: 855px;
}

.post-Content-detail {
  margin-top: 2rem;
  margin-bottom: 2rem;
}


.post-Content_Body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.post-Main {
  width: 100%;
}

.post-Aside {
  width: 100%;
  margin-top: 3rem;
}



.blog-post__body {
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  color: #666;
}

.post-footer .actions {
  text-align: center;
}

.asi-Block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}

.asi-Block:last-child {
  margin-bottom: 0;
}

.sbx-Sidebox {
  padding: 1.5rem 16px;
  overflow: hidden;
}



.sbx-Sidebox {
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  background-color: #e3f7de;
  text-decoration: none;
}

.sbx-CTA {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,25px 100%,0 calc(100% - 25px));
  clip-path: polygon(0 0,calc(100% - 25px) 0,100% 25px,100% 100%,25px 100%,0 calc(100% - 25px));
}

.sbx-CTA_Title {
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  color: #000;
  font-size: 1.25rem;
  letter-spacing: -.01875rem;
  line-height: 1.875rem;
  width: 100%;
  text-align: center;
  margin: 0;
}


.sbx-CTA_Link {
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-weight: 500;
  letter-spacing: -.01875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 4px 1.5rem 6px;
  color: #000;
  -webkit-transition: background-color .2s,border .2s,color .2s;
  transition: background-color .2s,border .2s,color .2s;
  overflow: hidden;
  background-color: #43b02a;
  border: 1px solid #43b02a;
  color: #fff;
  margin-top: 1.5rem;
  text-decoration: none;
}


.sbx-CTA_Link {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
  clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
}

.sbx-CTA:hover .sbx-CTA_Link {
  background-color: #182c29;
  border-color: #182c29;
}

.sbx-CTA:hover {
  text-decoration: none;
}

.sbx-CTA_Image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-top: 1.5rem;
}

.img-Image_AspectRatio {
  padding-bottom: 89.01808785529715%;
}

.sec-Section-grey {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}


.msc-Related_Upper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.msc-Related_Upper {
  margin-bottom: 2rem;
}

.msc-Related_Upper {
  margin-bottom: 3rem;
}

.msc-Related_Title {
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  color: #000;
  font-size: 1.625rem;
  letter-spacing: -.01875rem;
  line-height: 2.25rem;
}

.msc-Related_Title {
  font-size: 2rem;
  letter-spacing: -.03125rem;
  line-height: 2.625rem;
}
.pg-Detail_HeroShare:hover {
  color: #307d1e;
}
.mod-Modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s,visibility .5s;
  transition: opacity .5s,visibility .5s;
}

.social-open .mod-Modal {
  opacity: 1;
  visibility: visible;
}

.mod-Modal_Background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .8;
}

.mod-Modal_Body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 32px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}


.mod-Modal_Close {
  font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  cursor: pointer;
  position: absolute;
  top: 29px;
  right: 29px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  -webkit-transition: color .2s;
  transition: color .2s;
  outline:0;
}

.mod-Modal_Close svg {
  width: 14.4px;
  height: 14.4px;
  fill: currentColor;
  display: block;
}

.mod-Content_Title {
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  color: #000;
  font-size: 1.625rem;
  letter-spacing: -.01875rem;
  line-height: 2.25rem;
  margin: 0;
  margin-bottom: 1.5rem;
}


.mod-Links {
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -16px;
  margin-right: -8px;
  margin-left: -8px;
  list-style: none;
}

.mod-Links_Item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 10%;
  margin-top: 16px;
  margin-right: 8px;
  margin-left: 8px;
}

.mod-Links_Link {
  font-weight: inherit;
  text-decoration: none;
  color: currentColor;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 15px;
  background-color: #e3f7de;
  color: #182c29;
  -webkit-transition: color .2s,background-color .2s;
  transition: color .2s,background-color .2s;
}

.mod-Links_Link {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
  clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
}

.mod-Links_Link svg {
  width: 24px;
  height: 24px;
  margin-left: 0;
  fill: currentColor;
  display: block;
}

.mod-Links_Link:hover {
  background-color: #43b02a;
  color: #fff;
}

.mod-Copy {
  margin-top: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mod-Copy_Item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.mod-Copy_Button {
  font-size: 1rem;
  line-height: 1.75rem;
  font-family: urw-din,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
  font-weight: 500;
  letter-spacing: -.01875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 4px 1.5rem 6px;
  color: #000;
  -webkit-transition: background-color .2s,border .2s,color .2s;
  transition: background-color .2s,border .2s,color .2s;
  overflow: hidden;
  background-color: #43b02a;
  border: 1px solid #43b02a;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.mod-Copy_Button {
  font-size: 1.125rem;
  line-height: 2rem;
}

.mod-Copy_Button {
  width: auto;
}

.mod-Copy_Button {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
  clip-path: polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));
}

.mod-Copy_Button {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-clip-path: polygon(0 0,100% 0,100% 100%,100% 100%,12px 100%,0 calc(100% - 12px));
  clip-path: polygon(0 0,100% 0,100% 100%,100% 100%,12px 100%,0 calc(100% - 12px));
}

.mod-Copy_Button:hover {
  background-color: #182c29;
  border-color: #182c29;
}

.mod-Copy .frm-Form_Input {
  font-family: inherit;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.75rem;
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 15px;
  background-color: #f8f8f8;
  border: 1px solid transparent;
  border-bottom-color: #c4c4c4;
  -webkit-transition: border-color .2s,background-color .2s;
  transition: border-color .2s,background-color .2s;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}



.mod-Copy_Text {
  font-size: .875rem;
  line-height: 1.5rem;
  margin-left: auto;
  opacity: 0;
}

.mod-Copy .frm-Form_Input:focus {
  outline: none;
  border-bottom-color: #43b02a;
}

.mod-Modal_Close:hover {
  color: #43b02a;
}

@-webkit-keyframes successFadeOut {
   0% {
       opacity: 1
   }

   60% {
       opacity: 1
   }

   to {
       opacity: 0
   }
}

@keyframes successFadeOut {
   0% {
       opacity: 1
   }

   60% {
       opacity: 1
   }

   to {
       opacity: 0
   }
}
.mod-Copy_Text-active {
   -webkit-animation: successFadeOut 5s;
   animation: successFadeOut 5s;
   -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards
}

@-webkit-keyframes successFadeOut {
   0% {
       opacity: 1
   }

   60% {
       opacity: 1
   }

   to {
       opacity: 0
   }
}

@keyframes successFadeOut {
   0% {
       opacity: 1
   }

   60% {
       opacity: 1
   }

   to {
       opacity: 0
   }
}
.mod-Copy_Text-active {
   -webkit-animation: successFadeOut 5s;
   animation: successFadeOut 5s;
   -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards
}
@media(min-width:450px){
  .mod-Copy_Item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .sbx-CTA_Link {
    width: auto;
  }

  .crd-FeaturedCard_Link {
    width: auto;
  }
}
@media (min-width: 768px){
  .mod-Copy .frm-Form_Input {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .mod-Content_Title {
    font-size: 2rem;
    letter-spacing: -.03125rem;
    line-height: 2.625rem;
  }
  .mod-Modal_Body {
    width: calc(66.66667% - 10.66667px);
    padding: 2.5rem 32px;
  }
  .sec-Section-grey {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sbx-CTA_Title {
    font-size: 1.375rem;
    letter-spacing: -.03125rem;
    line-height: 2rem;
  }

  .sbx-Sidebox {
    padding: 2rem 32px;
  }
  .blog-post__body {
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .post-Content-detail {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .post-Content-detail {
    margin-top: 2rem;
  }
  .pg-Detail_HeroShare {
    display: block;
  }
  .crd-FeaturedCard_MetaItems {
    margin-top: 0;
  }
  .pg-List_Hero {
    padding-top: 4rem;
  }
  .pg-List_HeroContent {
    width: calc(83.33333% - 5.33333px);
  }
  .pg-List_HeroTitle {
    font-size: 2.75rem;
    letter-spacing: -.04375rem;
    line-height: 3.625rem;
  }
  .pg-List_FilterTrigger {
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }
  .lyt-Content-detail {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lyt-Content-detail {
    margin-top: 2rem;
  }

  .crd-FeaturedCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .crd-FeaturedCard_ImageContainer {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    width: calc(50% - 16px);
    overflow: hidden;
  }
  .crd-FeaturedCard_ImageContainer>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .crd-FeaturedCard_ImageContainer:before {
    content: "";
    display: block;
    padding-bottom: 47.07347%;
  }
  .crd-FeaturedCard_Content {
    position: relative;
    z-index: 1;
    width: calc(50% - 16px);
    margin-left: 32px;
    padding: 2.5rem 1.5rem 2.5rem 8px;
    border-right: 1px solid #d2eecc;
    border-bottom: 1px solid #d2eecc;
  }

  .crd-FeaturedCard_Content {
    background-color: #d2eecc;
    border: none;
    -webkit-clip-path: polygon(100% 0,100% calc(100% - 25px),calc(100% - 25px) 100%,0 100%,0 0);
    clip-path: polygon(100% 0,100% calc(100% - 25px),calc(100% - 25px) 100%,0 100%,0 0);
  }
  .crd-FeaturedCard_Content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0;
    z-index: -1;
    background-color: #fff;
    -webkit-clip-path: polygon(100% 0,100% calc(100% - 25px),calc(100% - 25px) 100%,0 100%,0 0);
    clip-path: polygon(100% 0,100% calc(100% - 25px),calc(100% - 25px) 100%,0 100%,0 0);
  }
  .crd-FeaturedCard_Title {
    font-size: 1.625rem;
    letter-spacing: -.03125rem;
    line-height: 2.375rem;
  }
  .crd-FeaturedCard_Link {
    font-size: 1.125rem;
    line-height: 2rem;
  }

  .lst-Grid_Item {
    width: calc(50% - 32px);
  }

  .crd-Card_Content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .crd-Card_Title {
    font-size: 1.25rem;
    letter-spacing: -.03125rem;
    line-height: 1.875rem;
  }
  .site-search form {
    width: calc(33.33333% - 21.33333px);
  }
  .site-search .hs-search-field__bar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .site-search form .hs-search-field__input {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .pg-Detail_HeroContent {
    width: calc(66.66667% - 10.66667px);
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .pg-Detail_HeroTitle {
    font-size: 2.25rem;
    letter-spacing: -.0375rem;
    line-height: 3rem;
  }

}
@media(min-width:900px){
  .msc-Related_Items .lst-Grid_Item {
    width: calc(33.33333% - 33px);
  }
  .asi-Block:last-child:not(.sbx-Embed) {
    position: -webkit-sticky;
    position: sticky;
    top: 32px;
  }

  .pg-Detail_Breadcrumbs {
    display: block;
  }
  .post-Aside {
    width: calc(33.33333% - 21.33333px);
    margin-top: 0;
  }

  .post-Content-detail {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .post-Content-detail {
    margin-top: 2.5rem;
  }
  .post-Content_Body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .post-Main {
    width: calc(66.66667% - 10.66667px);
  }

  .sec-Section-grey {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media(min-width:992px){
  .lyt-Content-detail {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lyt-Content-detail {
    margin-top: 2.5rem;
  }


  .lst-Grid_Item {
    width: calc(33.33333% - 33px);
  }
}
@media (min-width: 1200px){

  .mod-Modal_Body {
    width: calc(58.33333% - 13.33333px);
    padding: 3rem 64px 2.5rem;
  }
  .sbx-Sidebox {
    padding: 2.5rem 48px;
  }

  .post-Main {
    width: calc(58.33333% - 13.33333px);
  }

  .post-Content-detail {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  .post-Content-detail {
    margin-top: 2.5rem;
  }
  .pg-List_Hero {
    padding-top: 6rem;
  }
  .pg-List_HeroContent {
    width: calc(66.66667% - 10.66667px);
  }
  .pg-List_Hexagons {
    display: block;
  }
  .lyt-Content-detail {
    margin-top: 4rem;
    margin-bottom: 6rem;
  } 

  .lyt-Content-detail {
    margin-top: 2.5rem;
  }
  .crd-FeaturedCard_ImageContainer {
    width: calc(66.66667% - 10.66667px);
  }
  .crd-FeaturedCard_Content {
    width: calc(33.33333% - 21.33333px);
    padding: 3rem 2rem 3.5rem 8px;
  }


  .pg-Detail_HeroContent {
    width: calc(58.33333% - 13.33333px);
    margin-top: 3rem;
  }


  .sec-Section-grey {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media(min-width:1440px){

  .sec-Section-grey {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media(min-width:1620px){

  .pg-Detail_Hexagons {
    left: 0;
    display: block;
  } 
}
@media(max-width:768px){
  .pg-List_FilterTrigger {
    line-height: 1.75;
  }


}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
ul.no-list.hs-error-msgs {
  padding-left: 0;
}

.widget-type-email_subscriptions form#email-prefs-form {
  max-width: 100%;
}

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width:auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size:16px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page .hs-input {
  margin: 15px 0;
}

.body-container-wrapper ul.no-list.hs-error-msgs li:before {
  display: none;
}

@media(max-width:767px){
  .error-page_heading {
    font-size: 1.3rem;
  }
}

@media(max-width:479px){
  .systems-page h1 {
    font-size: 1.2rem;
  }

  .systems-page h3 , .systems-page h2 {
    font-size: 1rem;
  }
}