/*! 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;
  }
  
  /**
   * 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
     ========================================================================== */
  
  /**
   * Add the correct box sizing in Firefox.
   */
  
  hr {
    box-sizing: content-box;
    height: 0;
  }
  
  /**
   * 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
     ========================================================================== */
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, 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;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Remove the inheritance of text transform in Edge and Firefox.
   * 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;
  }
  
  /**
   * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
   */
  
  legend {
    padding: 0;
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * 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 and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }*, 
*:before, 
*:after {
  box-sizing: border-box;
}

figure {
    margin: 0;
}

img {
  max-width: 100%;
  display: block;
}@media (min-width: 1024px) {
    html, body {
        width: 100%;
        height: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    body > .body-wrapper {
        min-height: 100%;
        display: grid;
        grid-template-rows: auto 1fr auto;
        grid-template-columns: 100%;
    }
}




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




p {
  margin: 0 0 1rem 0;
}


ul {
  list-style: none; 
}

ul:not([role="menu"]):not(.tag-list):not(.hs-error-msgs):not(.multi-container) li::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}




form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form input[type='search'],
form textarea,
textarea,
select {
  width: 100%!important;
  line-height:1;
}

textarea {
  resize: none;
}

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

form :not(.hs-fieldtype-checkbox):not(.hs-fieldtype-radio) label:not(.hs-form-checkbox-display):not(.hs-form-radio-display):not(.hs-error-msg):not(.hs-form-booleancheckbox-display){
  position:absolute;
  top:-9999px;
}

.hs-form ul li::before {
  display:none !important;
}

.hs-form-checkbox:not(:last-of-type) > label{
  margin-bottom:.5rem
}


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




.hs-form .hs-button{
  margin-top:0px !important;
}
.hs-form .hs-submit {
  text-align: center;
}
@media (max-width: 767px) {
  .hs-form .hs-submit {
    margin-top: 16px;
  }
}


.form-wrapper{
  padding:2rem;
}

button,
form .hs-button.primary,
form input[type="submit"]{
  -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    cursor: pointer;
    text-align: center;
}
.btn, .hs-button, .navigation-wrapper li.hs-menu-item a span.btn {
  text-decoration: none;
  display: inline-block;
  width: auto;
  border: none;
  text-align: center;
  cursor: pointer;
  min-width: 80px;
  outline: none;
  border-width: 1px;
  border-style: solid;
}

.btn.btn-small{
  padding:8px 12px !important;
  line-height:1em;
}

header.desktop.scrolled .navigation-wrapper li.hs-menu-item a span.btn.btn-secondary{
  color:#231f20;
}

header.mobile .navigation-wrapper li.hs-menu-item a span.btn{
  width:100%;
  text-align:left;
}.navigation-wrapper a{
    font-weight:600;
    font-family:'PoppinsMedium', sans-serif;
    text-decoration:none;
}

.navigation-wrapper ul[role="menu"] {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: nowrap;
    flex-direction: row;
    margin:0;
}

.navigation-wrapper ul.hs-menu-children-wrapper {
display:none;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    position:fixed;
    top:120px;
    gap:0;

}
header.scrolled .navigation-wrapper ul.hs-menu-children-wrapper {
    top:90px;
}
@media screen and (min-width:1024px){
    .navigation-wrapper li.hs-item-has-children:after{
    content: "\f078";
    font-family: "Font Awesome\ 6 Pro";
    font-size: .625rem;
    font-weight: 400;
    margin-left: 2px;
    position: relative;
    top: -1px;
}
.navigation-wrapper ul.hs-menu-children-wrapper.open{
    display:flex;
    background:#fff;
    min-width:200px;
    padding:30px;
    z-index:9999;
}
}


.navigation-wrapper ul.hs-menu-children-wrapper.open li.hs-menu-depth-2{
padding-top:10px;
padding-bottom:10px;
}

li.hs-menu-item.hs-menu-depth-1 {
    height: 100%;
    padding: 1rem 0px;
}
@media screen and (max-width:1024px){
    li.hs-menu-item.hs-menu-depth-1{
        width:100%;
    }
}

.navigation-wrapper .btn{
    margin-top:0;
}

header.mobile .navigation-wrapper li.hs-menu-item a{
    color:#ffffff;
}.bg-white{
  background-color: #ffffff !important;
}

.color-white{
  color: #ffffff !important;
}.bg-dark-green{
  background-color: #414e4f !important;
}

.color-dark-green{
  color: #414e4f !important;
}.bg-dark{
  background-color: #231f20 !important;
}

.color-dark{
  color: #231f20 !important;
}.bg-error{
  background-color: #f2545b !important;
}

.color-error{
  color: #f2545b !important;
}.bg-dark-grey{
  background-color: #707171 !important;
}

.color-dark-grey{
  color: #707171 !important;
}.bg-grey{
  background-color: #b3b4b3 !important;
}

.color-grey{
  color: #b3b4b3 !important;
}.bg-color{
  background-color:  !important;
}

.color-color{
  color:  !important;
}.bg-opacity{
  background-color:  !important;
}

.color-opacity{
  color:  !important;
}.bg-rgba{
  background-color:  !important;
}

.color-rgba{
  color:  !important;
}.bg-rgb{
  background-color:  !important;
}

.color-rgb{
  color:  !important;
}.bg-hex{
  background-color:  !important;
}

.color-hex{
  color:  !important;
}.bg-css{
  background-color:  !important;
}

.color-css{
  color:  !important;
}.bg-primary{
  background-color: #74bc44 !important;
}
.color-primary{
  color: #74bc44 !important;
}



.text-left, .align-left {
  text-align: left;
}
.text-center, .align-center {
  text-align: center;
}
.text-right, .align-right {
  text-align: right;
}
@media (max-width: 767px) {
  .text-sm-left, .align-sm-left {
    text-align: left;
  }
  .text-sm-center, .align-sm-center {
    text-align: center;
  }
  .text-sm-right, .align-sm-right {
    text-align: right;
  }
}


@media (max-width: 767px) {
  .sm-reverse .row-fluid{
    flex-direction: column-reverse;
    display: flex;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.order-first {
  order: -1 !important;
}
.order-last {
  order: 6 !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .align-sm-self-auto {
    align-self: auto !important;
  }
  .align-sm-self-start {
    align-self: flex-start !important;
  }
  .align-sm-self-end {
    align-self: flex-end !important;
  }
  .align-sm-self-center {
    align-self: center !important;
  }
  .align-sm-self-baseline {
    align-self: baseline !important;
  }
  .align-sm-self-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .align--md-self-auto {
    align-self: auto !important;
  }
  .align--md-self-start {
    align-self: flex-start !important;
  }
  .align--md-self-end {
    align-self: flex-end !important;
  }
  .align--md-self-center {
    align-self: center !important;
  }
  .align--md-self-baseline {
    align-self: baseline !important;
  }
  .align--md-self-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .align-lg-self-auto {
    align-self: auto !important;
  }
  .align-lg-self-start {
    align-self: flex-start !important;
  }
  .align-lg-self-end {
    align-self: flex-end !important;
  }
  .align-lg-self-center {
    align-self: center !important;
  }
  .align-lg-self-baseline {
    align-self: baseline !important;
  }
  .align-lg-self-stretch {
    align-self: stretch !important;
  }
}.row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -19px;
      margin-right: -19px;
  }
  
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  
  
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 19px;
    padding-left: 19px;
  }
  
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-0 {
    margin-left: 0;
  }
  .offset-1 {
    margin-left: 8.33333333%;
  }
  .offset-2 {
    margin-left: 16.66666667%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-4 {
    margin-left: 33.33333333%;
  }
  .offset-5 {
    margin-left: 41.66666667%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .offset-7 {
    margin-left: 58.33333333%;
  }
  .offset-8 {
    margin-left: 66.66666667%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .offset-10 {
    margin-left: 83.33333333%;
  }
  .offset-11 {
    margin-left: 91.66666667%;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  
  
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  }
  
  
  @media (min-width: 1024px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }:root {
      --column-gap: 19px;
      --column-width-multiplier: 8.333;
  }
  
  
  .row-fluid-wrapper.dnd-section > .row-fluid > .dnd-module,
  .row-fluid .dnd-column {
    padding: 0 19px;
  }
  
  
  
  .row-fluid-wrapper.dnd-section[class*="force-full-width-section"] > .row-fluid > .dnd-module,
  .row-fluid-wrapper.dnd-section[class*="force-full-width-section"] .dnd-column {
    padding: 0;
  }
  
      
  
      
  .row-fluid {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
  }
      
  
      .row-fluid .span1,
      .row-fluid .span2,
      .row-fluid .span3,
      .row-fluid .span4,
      .row-fluid .span5,
      .row-fluid .span6,
      .row-fluid .span7,
      .row-fluid .span8,
      .row-fluid .span9,
      .row-fluid .span10,
      .row-fluid .span11,
      .row-fluid .span12{
        min-height: 1px;
        width: 100%;
  }
      
  
      
  @media (min-width: 768px) {
      .row-fluid {
          flex-wrap: nowrap;
          justify-content: space-between;
      }
      
      
          .row-fluid .span1 {
            width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
          }
      
          .row-fluid .span2 {
            width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
          }
      
          .row-fluid .span3 {
            width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
          }
      
          .row-fluid .span4 {
            width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
          }
      
          .row-fluid .span5 {
            width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
          }
      
          .row-fluid .span6 {
            width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
          }
      
          .row-fluid .span7 {
            width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
          }
      
          .row-fluid .span8 {
            width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
          }
      
          .row-fluid .span9 {
            width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
          }
      
          .row-fluid .span10 {
            width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
          }
      
          .row-fluid .span11 {
            width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
          }
      
  }



.top-header{
  font-size:13px;
  font-weight:600;
}

.top-header a{
  text-decoration:none;
}

.top-header .header-links{
  padding:0 .75rem;
  white-space:nowrap;
}


header.scrolled{
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100vw;
  overflow-x:hidden;
  z-index:9999;
}

header.scrolled .top-header{
  display:none;
}

header img.logo,
.hero img.logo{
  height:46px;
  width:auto;
}

header .logo-bar{
  position:relative;
  z-index:9999;
}
header .logo-bar .container,
.hero .logo-bar .container{
  max-width:100%;
}

header .logo-wrapper,
.hero .logo-wrapper{
  display:flex;
  align-items:center;
  padding-left:0px;
}

.navigation-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}



header.mobile{
  display:block;
  background:rgba(0,0,0,0);
  position:absolute;
  width:100vw;
  left:0;
  right:0;
  padding: 42px;
  height:105px;
}

header.mobile .row{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
}

header.mobile i.nav-toggle{
  font-size:32px;
  color:#ffffff;
  padding:8px;
  cursor:pointer;
}
header.desktop{
  display:none;
}

header.mobile .navigation-wrapper{
  display:none;
}
header.mobile .navigation-wrapper.open{
  background: rgba(0,0,0,.9);
  display: flex;
  height: auto;
  min-height: 100%;
  padding:.25rem 1rem;
  position: absolute;
  left: 2rem;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  right: 2rem;
  z-index:9999;
  margin-top:1.5rem;
  border-top:3px solid #fff;
}

header.mobile .navigation-wrapper ul[role="menu"]{
  flex-direction:column;
  align-items:start;
  gap:0;
  padding:0;
}

header.mobile .navigation-wrapper ul[role="menu"] li{
  padding:.625rem 1rem;
}

header.mobile .navigation-wrapper ul.hs-menu-children-wrapper{
  display:block;
  position:static;
}


@media screen and (min-width:1024px){
  header.mobile{
    display:none;
  }
  header.desktop{
    display:block;
  }
}

.footer-wrapper .copyright {
  margin: 0;
}

.footer-wrapper .meta-nav ul{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  list-style: none;
  gap: 1.5rem;
  margin: 0;
  padding-inline-start: 0px;
}

.footer-wrapper .meta-nav ul li a{
  text-decoration:none;
}

@media (min-width: 768px) {
  .footer-wrapper .meta-nav ul{
    flex-direction: row;
    gap:2rem;
    justify-content: flex-end;
    
  }
}.sidebar .container-fluid{
    border:1px solid #b3b4b3;
    padding:3rem 2rem;
}

.sidebar{
        margin-bottom:3rem;
    }

.sidebar .row-fluid > [class^="span"]{
    padding:0;
}

 
.hero{
    min-height:40vh;
    background-size:cover;
    background-repeat:no-repeat;
    margin:0 auto;
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom:3rem;
}

.hero .row{
    align-items:center;
}
.hero.blog-listing{
    justify-content: center;
    align-items: center;
}

.hero.blog-post{
    min-height: 60vh;
  padding-top: 140px;
}

@media screen and (max-width:768px){
    .hero.blog-post{
        background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0rem auto 2rem;
    min-height: 64vh;
    }
}

@media screen and (min-width:1025px){
    :not(section).hero, .hero.blog-post{
        margin-bottom: 0rem;
    padding: 124px 0 6rem;
    position: relative;
    top: -124px;
    }

    .hero.blog-post{
        min-height: 0vh;
    }
}

.post-information-wrapper{
    margin-bottom:2rem;
    color:#ffffff;
}

.post-information-wrapper .author-name{
    text-transform:uppercase;
    font-weight:600;
    font-size:1.25rem;
}

.post-image{
    width:100%;
    height:auto;
    min-height:100%;
    margin-bottom:3rem;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
@media screen and (max-width:1024px){
.hero.blog-post .post-image{
    min-height:100px;
    aspect-ratio:16/9;
    margin-bottom:19px;
}
}

@media screen and (min-width:1024px){
    .post-information-wrapper{
        margin-bottom:0rem;
        margin-top:4rem;
    }
    .post-image{
        min-height:250px;
        margin-bottom:0;
        aspect-ratio:16/9
    }
}


.related-posts{
    margin-top:3rem;
    padding:5rem 1rem;
    background:#f2f2f2;
}

.related-posts .col-12{
margin-bottom:3rem;
}
.related-posts h2{
    margin-bottom:2rem;
}
@media screen and (min-width:1024px){
    .related-posts{
        margin-top:7rem;
        padding-left:0;
        padding-right:0;
    }
    .related-posts .col-12{
        margin-bottom:0rem;
        }
}



.pagination{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pagination-link{
    text-decoration:none;
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content: center;
}.blog-card-wrapper{
  margin-bottom: 3rem;
}

.blog-card{
  border: 1px solid #D1D1D1;
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  background:#ffffff;
}

figure.blog-card{
cursor:pointer;
  position:relative;
	top:0;
	-webkit-transition: all .23s ease-in-out ;
    -moz-transition: all .23s ease-in-out ;
    -ms-transition: all .23s ease-in-out ;
    -o-transition: all .23s ease-in-out ;
    transition: all .23s ease-in-out ;
}

figure.blog-card:hover{
	top:-3px;
	background
}

@media screen and (min-width:1024px){
  .blog-card{
    margin-bottom:0;
  }
}

.blog-card .featured-image{
  height:250px;
  width:100%;
  background-size:100%;
  background-position: center center;
  -webkit-transition: background-size .23s ease-in-out ;
    -moz-transition: background-size .23s ease-in-out ;
    -ms-transition: background-size .23s ease-in-out ;
    -o-transition: background-size .23s ease-in-out ;
    transition: background-size .23s ease-in-out ;
}

figure.blog-card:hover .featured-image{
	background-size:110%;
}

.blog-card .card-content{
  padding: 3rem;
}

.related-posts .card-content p{
  letter-spacing:1px;
}

h2.card-headline{
  font-size:25px;
  line-height:34px;
  text-transform: capitalize;
}