/* Includes
-------------------------------------------- */

/* Reset
-------------------------------------------- */

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* Normalize
-------------------------------------------- */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/* hr {
  box-sizing: content-box; 
  height: 0; 
  overflow: visible; 
} */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Utilities
-------------------------------------------- */

/* Alignment */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-justify {
    text-align: justify;
  }
}

/* Embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Screen Readers */

/* Screen Readers */

.skip-to-content {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index:1314;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/* Spacing */

.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 2rem !important;
}
.mt-2 {
  margin-top: 4rem !important;
}
.mt-3 {
  margin-top: 6rem !important;
}
.mt-4 {
  margin-top: 8rem !important;
}
.mt-5 {
  margin-top: 10rem !important;
}
.mt-6 {
  margin-top: 12rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 2rem !important;
}
.mb-2 {
  margin-bottom: 4rem !important;
}
.mb-3 {
  margin-bottom: 6rem !important;
}
.mb-4 {
  margin-bottom: 8rem !important;
}
.mb-5 {
  margin-bottom: 10rem !important;
}
.mb-6 {
  margin-bottom: 12rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 2rem !important;
}
.pt-2 {
  padding-top: 4rem !important;
}
.pt-3 {
  padding-top: 6rem !important;
}
.pt-4 {
  padding-top: 8rem !important;
}
.pt-5 {
  padding-top: 10rem !important;
}
.pt-6 {
  padding-top: 12rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 2rem !important;
}
.pb-2 {
  padding-bottom: 4rem !important;
}
.pb-3 {
  padding-bottom: 6rem !important;
}
.pb-4 {
  padding-bottom: 8rem !important;
}
.pb-5 {
  padding-bottom: 10rem !important;
}
.pb-6 {
  padding-bottom: 12rem !important;
}

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

.bg-white {
  background-color: #fff;
}

/* hs menu thingy */
div.hs-tools-menu {
  top: -3px !important;
  min-height: 30px !important;
}
div.hs-tools-menu.hs-collapsed img.hs-sprocket {
  width: 24px !important;
  right: 3px !important;
}
/* CSS Variables
-------------------------------------------- */

:root {
  --color-body: #202020;
  --color-main: #454647;
  --color-second: #C10B61;
  --color-third: #234DAF;
  --color-fourth: #9A094E;
  --color-fifth: #FAFAFA; 
  --color-xlight: #fff8fc;
  --color-light: #FFD2EC;
  --color-sixth: #2D2926; 
  --color-white: #FFFFFF;
  --color-black: #000000; 
  --color-grey: #595959;
  --color-bright-grey: #565759;
  --color-input: #E0E0E0;
  --hyperlink-text: #0073ae;
  --hyperlink-hover: #00427a;
  --font-body: 'Montserrat', Arial, sans-serif;
  --width-content: 1220px;
  --width-wide: 1400px;
  --width-nav: 900px;
  --width-medium: 992px;
  --width-small: 540px;
}
/* Base
-------------------------------------------- */

html {
  /* 	font-size: 62.5%; */
  scroll-behavior: smooth;
}
/* body {
  color: #494a52;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  background: var(--color-white);
} */
.guts {
  /* padding-top: 7rem; */
}
/* .wrapper.page {
  overflow: hidden;
} */
/* Layout
-------------------------------------------- */

.container,
.dnd-section > .row-fluid{
  max-width: min(100% - 44px,75pc);
  margin-left: auto;
  margin-right: auto;
/*   max-width: 1260px;
  padding-right: 20px;
  padding-left: 20px; */
}

.dnd-section {
  padding-top: 2em;
  padding-bottom: 2em;
}

.dnd-section[class*="force-full-width"] {
  padding-top: 0;
  padding-bottom: 0;
}

.dnd-section[class*="force-full-width"] > .row-fluid {}

.wide-wrapper {
  max-width: 1680px;
  margin: 0 auto;
}

.video-wrap {
  width: 100%;
  height: 0;
  padding: 56.25% 0 0;
  position: relative;
}
.video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section {
  padding: 2em 0;
  position: relative;
}
@media (min-width: 992px) {
  section {
    padding: 4em 0;
  }
}

/* Helpers
-------------------------------------------- */

/* Colors */

.white {
  color: var(--white);
}

/* Background Colors */

.bg-white {
  background-color: var(--white);
}
.bg-super-light {
  background-color: var(--color-super-light);
}

/* Accents */
.accent-bump::after {
  content: "";
  position: absolute;
  display: block;
  width: 121px;
  height: 26px;
  z-index: 5;
}
@media (min-width: 992px) {
  .accent-bump::after {
    width: 242px;
    height: 52px;
  }
}
.accent-bump.ltcolor_top_left::after {
  top: 0;
  left: 20%;
  transform: rotate(180deg) translateX(-50%);
}
.accent-bump.ltcolor_top_center::after {
  top: 0;
  left: calc(50% - 121px);
  transform: rotate(180deg);
}
.accent-bump.ltcolor_top_right::after {
  top: 0;
  right: 20%;
  transform: rotate(180deg) translateX(50%);
}
.accent-bump.ltcolor_bottom_left::after {
  bottom: 0;
  left: 20%;
  transform: translateX(-50%);
}
.accent-bump.ltcolor_bottom_center::after {
  bottom: 0;
  left: calc(50% - 121px);
}
.accent-bump.ltcolor_bottom_right::after {
  bottom: 0;
  right: 20%;
  transform: translateX(50%);
}
.accent-bump.white_top_left::after {
  filter: brightness(0) invert(1);
  top: 0;
  left: 20%;
  transform: rotate(180deg) translateX(-50%);
}
.accent-bump.white_top_center::after {
  filter: brightness(0) invert(1);
  top: 0;
  left: calc(50% - 121px);
  transform: rotate(180deg);
}
.accent-bump.white_top_right::after {
  filter: brightness(0) invert(1);
  top: 0;
  right: 20%;
  transform: rotate(180deg) translateX(50%);
}
.accent-bump.white_bottom_left::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  left: 20%;
  transform: translateX(-50%);
}
.accent-bump.white_bottom_center::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  left: calc(50% - 121px);
}
.accent-bump.white_bottom_right::after {
  filter: brightness(0) invert(1);
  bottom: 0;
  right: 20%;
  transform: translateX(50%);
}
/* Typography
-------------------------------------------- */

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: var(--color-white);
  color: var(--color-body);
  font-family: var(--font-body);
  line-height: 1.5;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
}

a {
  color: var(--hyperlink-text);
  -webkit-transition: all .2s ease;
  transition: color .2s ease;
}
a:hover,
a:active,
a:focus {
  color: var(--hyperlink-hover);
  outline: 0
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .25em;
  font-family: var(--font-body);
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-main);
}

:where(h1,h2,h3,h4,h5,h6) {
  line-height: 1.1;
  margin: 0
}

.font-header {
  font-family: var(--font-body);
}

h1 {
  font-size: 50px;
  font-weight: 900;
}

h2 {
  font-size: 35px;
  font-weight: 700;
}

h3 {
  font-size: 25px;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

@media(width >= 992px) {
  h1 {
    font-size: 70px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 30px;
  }
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

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

.center-aligned ul {
  list-style-position: inside;
  padding-left: 0;
}

.list-style ul {
  list-style-type: none;
  margin: 1em 0;
  padding-left: 40px;
}

.list-style ul li {
  margin-block: 5px;
  position: relative;
}

.list-style ul li:before {
  -ms-flex-negative: 0;
  background-color: var(--color-second);
  border-radius: 25%;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 9.5px;
  left: -20px;
  position: absolute;
  top: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 9.5px;
}

.list-style ol li {
  margin-block: 5px;
  list-style: decimal;
}

.list-style ol li::marker {
  color: var(--color-second);
  font-weight: 700;
}

.bg-pink .list-style ul li:before{
  background-color: var(--color-white);
}

/* Blockquote */

blockquote {
  margin: 2rem 0;
  padding-left: 2rem;
  border-left: 0.5rem solid #f1f1f1;
}

/* Horizontal Rules */

/* hr {
background-color: #ccc;
height: 1px;
border: none;
} */

.cmp-title {
  color: var(--color-second);
}

/* Buttons
-------------------------------------------- */
.btn {
  display: inline-block;
  padding: 8px 15px;
  text-align: center;
  background: var(--color-second);
  color: var(--color-white);
  border: 2px solid var(--color-second);
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  z-index: 1;
  border-radius: 40px;
  text-decoration: none;
}

.btn:hover,
.btn:focus{
  text-decoration: none;
  background: var(--color-fourth);
  border-color: var(--color-fourth);
  color: var(--color-white);
}

a.cta_button.btn-cta.btn {
  min-width: 10rem;
}

/* .cta_button:hover {
text-decoration: none;
background: var(--color-second) !important;
color: var(--color-inv) !important;
} */
.hs-button,
.cta_button {
  display: inline-block;
  padding: 8px 36px;
  text-align: center;
  background: var(--color-second);
  color: var(--color-white);
  border: none;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33333333;
  z-index: 1;
  border-radius: 40px;
}
.hs-button:hover,
.cta_button:hover {
  text-decoration: none;
  background: var(--color-fourth);
  color: var(--color-white);
}

.btn-secondary {
  background: transparent;
  color: var(--color-second);
  border: 2px solid var(--color-second);
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background: transparent;
  background: var(--color-fourth);
  border-color: var(--color-fourth);
  color: var(--color-white);
}
button {
  cursor: pointer;
}
.arrow-link {
  font-weight: 800;
}
.arrow-link::after {
  content:"";
  background: currentColor;
  -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" fill="currentColor" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"  class="bi bi-arrow-right" viewBox="0 0 16 16"><path fill-rule="evenodd" fill="currentColor" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
  -webkit-mask-size: cover;
  mask-size: cover;
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  position: relative;
  top: 1em;
  left: -.5em;
  transition: left .3s;
}

.arrow-link:hover::after {
  left: 0em;
}

/* HubSpot Overrides */

.hs-button.secondary {
  display: inline-block;
  padding: 1rem 2rem;
  -webkit-appearance: none;
}
.hs-button.secondary:hover,
.hs-button.secondary:active,
.hs-button.secondary:focus {
  text-decoration: none;
}


.bg-pink .btn-primary {
  background: var(--color-white);
  color: var(--color-second);
  border-color: var(--color-white);
}

.bg-pink .btn-primary:hover,
.bg-pink .btn-primary:focus {
  background: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}

.bg-pink .btn-secondary {
  background: transparent;
  border-color: var(--color-white);
  color: var(--color-white);
}

.bg-pink .btn-secondary:hover,
.bg-pink .btn-secondary:focus {
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-second);
}

.bg-blue .btn-primary {
  background: var(--color-white);
  color: var(--color-second);
  border-color: var(--color-white);
}

.bg-blue .btn-primary:hover,
.bg-blue .btn-primary:focus {
  background: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}

.bg-blue .btn-secondary {
  background: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}

.bg-blue .btn-secondary:hover,
.bg-blue .btn-secondary:focus {
  background: var(--color-white);
  color: var(--color-second);
  border-color: var(--color-white);
}

/* Sizing */

.btn--sm {
  padding: .5rem 1rem;
  font-size: 1.6rem;
}

.btn--lg {
  padding: 1.5rem 3rem;
  font-size: 2rem;
}
/* arrow button */
.btn--block {
  display: block;
}

a.ext svg,
a[href^="mailto:"] svg {
  width: 1em;
  height: 1em;
}

a.ext svg,
a[href^="mailto:"] svg {
  width: 1em;
  height: 1em;
}
.bi-file-earmark-pdf-fill {
  width: 1em;
  height: 1em;
}

/* If CTA's has image */
.cta_button.cta-with-image {
  background: none;
  padding:0;
  border-radius: 0;
}
.cta_button.cta-with-image img {    
  margin:0;
}
.cta_button.cta-with-image:hover {
  background: none;
}

.tcol-middle-content {
  display: grid;
  grid-template-columns: var(--grid-columns, repeat(var(--grid-repeat, 1), var(--grid-size, 1fr)));
  gap: 2rem;
}

.tcol-middle-content .accordion-wrapper .container {
  padding-top: 30px;
}

.tcol-middle-content .accordion-wrapper .container{
  max-width: 100%;
}

/* .tcol-middle-wrapper {
padding-bottom: 2em;
} */

.bg-bright-grey {
  background-color: var(--color-bright-grey);
}

.bg-blue {
  background-color: var(--color-third);
}

.bg-pink {
  background-color: var(--color-second);
}

.bg-light-grey {
  background-color: #f0f2f1;
}

.bg-white {
    background: var(--color-white);
}
.bg-off-white {
    background: var(--color-fifth);
}

.container.full_width {
  max-width: 100%;
}

.error-page h1 {
  color: var(--color-bright-grey);
}

.error-page h2 {
  color: var(--color-second);
}

.error-page .btn {
  margin: 2rem 0;
}

@media (min-width: 768px) {
  .tcol-middle-content {
    --grid-repeat: 2;
    --grid-columns: 2fr 1fr;
  }
}


.btn {
font-size: 16px;
}
/* Forms
-------------------------------------------- */
.field {
  margin-bottom: 18px;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  box-sizing: border-box;
  padding: 8px 15px;
  min-height: 40px;
  width: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f5f8fa;
  display: inline-block;
  width: 90%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(82, 168, 236, .8);
}


textarea {
  min-height: 66px;
}

select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
/*   padding-right: 32px !important; */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16.45" height="9.225" viewBox="0 0 16.45 9.225"><path d="M18,27.45a1,1,0,0,1-.707-1.707l6.518-6.518-6.518-6.518a1,1,0,0,1,1.414-1.414l7.225,7.225a1,1,0,0,1,0,1.414l-7.225,7.225A1,1,0,0,1,18,27.45Z" transform="translate(27.45 -17) rotate(90)" fill="%231B363A"/></svg>') !important;
  background-origin: content-box !important;
  background-position: right -22px center !important;
  background-repeat: no-repeat !important;
  background-size: 14px 8px !important;
}

select[multiple] {
  height: auto;
  background-image: none;
}

label {
  margin: 0 0 8px;
  color: #C10B61;
  font-family: Montserrat;
  font-size: 16px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  color: #f2545b;
}

.hs-form .hs-field-desc {
  font-size: 15px;
  line-height: 1.5em;
  color: var(--c-ship-gray);
  margin: -5px 0 5px 20px;
}


.hs-button {
  cursor: pointer
}

.actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

form .hs-submit .hs-button {
  background: var(--color-second);
  border-color: var(--color-second);
  color: var(--color-white);
  font-size: 18px;
  line-height: 18px;
  font-family: Montserrat;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  text-transform: inherit;
}

form .hs-submit .hs-button:hover,
form .hs-submit .hs-button:focus, 
form .hs-submit .hs-button: hover{
  background: var(--color-second);
  border-color: var(--color-second);
  color: var(--color-white);
  font-size: 18px;
}

/* Inputs List */

.hs-form ul.inputs-list:not(.hs-error-msgs) {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

/* .hs-form ul.inputs-list:not(.hs-error-msgs) li {
margin-bottom: 10px;
} */

.hs-form ul.inputs-list:not(.hs-error-msgs) label {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: baseline;
  column-gap: 10px;
}

.hs-form ul.inputs-list:not(.hs-error-msgs) li:last-child label {
  margin: 0;
}

.hs-form .hs-form-field ul.inputs-list:not(.hs-error-msgs) span {
  font-weight: 400;
}

/* Error */

.hs-input.invalid {
  border-color: #b9554d;
}
.hs-error-msgs {
  position: relative;
  margin: 5px 0 0 !important;
  padding: 0 0 0 15px !important;
  list-style: none;
  color: red;
  line-height: 1.2;
}

.hs-error-msg {
  font-size: 14px;
  font-weight: 400;
}

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

/* Captcha */

.hs_recaptcha {
  margin-bottom: 20px;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  float: none !important;
  width: 100% !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}

.hs-form fieldset.form-columns-1 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']),
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']),
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input:not([type='checkbox']):not([type='radio']) {
  width: 100% !important;
}

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

select.is-placeholder {
  color: #bfbfbf;
}

select.is-placeholder:focus {
  color: #33475b;
}

@media (min-width: 576px) {
  .hs-form fieldset.form-columns-2,
  .hs-form fieldset.form-columns-3 {
    display: grid;
    column-gap: 20px;
  }
  .hs-form fieldset.form-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .hs-form fieldset.form-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.system-page h1 {
  color: #c10b61;
}

.search-page .hs-search-results__listing__item {
  display: block;
}

.search-page .hs-search-results__listing__item .hs-search-results__featured-image-wrapper {
  display: none;
}
/* Masthead/Nav
-------------------------------------------- */

/* Header
-------------------------------------------- */

header.masthead {
  background: var(--color-white);
  position: relative;
  border-bottom: .2rem solid rgba(0, 0, 0, .161);
}

header a {
  text-decoration: none;
}

.mobile-header {
  display: none;
}

.top-header {
  background: var(--color-second);
}

.top-header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 10px;
  position: relative;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.header-links ul li {
  padding: 0 20px;
  line-height: 1.5;
}

.header-links ul li:last-child {
  padding-right: 0;
  padding-left: 57px;
  position: relative;
}

.header-links ul li a {
  color: var(--color-white);
  display: inline-block;
  font-weight: 500;
  line-height: 1;
}

.header-search svg {
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.header-search .fa-search {
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  top: 2px;
}

.header-search {
  cursor: pointer;
}

.main-header {
  padding: 27px 0;
}

.lp-header .main-header {
  position: relative;
  z-index: 1;
}

.logo {
  width: 22.6%;
}

.logo img {
  width: 271px !important;
}

.main-header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}



.header-right-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 50px;
}

.header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.header-menu ul li {
  padding: 0 30px;
}

.header-menu ul li:first-child {
  padding-left: 0;
}

.header-menu ul li:nth-child(2) {
  border-right: 1px solid var(--color-second);
}

.header-menu ul li a {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-main);
}

.header-menu ul li a:hover {
  color: var(--color-second);
}

.header-menu .main-nav__dropdown {
  display: none;
}

.header-menu .dropdown-toggle {
  display: none;
}

.header-btn-wrapper {
  display: flex;
}

.header-btn-item.btn-1 .hs-button {
  color: var(--color-second);
  background: transparent;
  border: 2px solid var(--color-second);
  padding: 7px 15px;
}

.header-btn-item.btn-1 .hs-button:hover,
.header-btn-item.btn-1 .hs-button:focus{
  background: var(--color-fourth);
  color: var(--color-white);
  border-color: var(--color-fourth);
}

.header-btn-item.btn-2 .hs-button {
  padding: 9px 17px;
}
.header-btn-item.btn-2 .hs-button:hover,
.header-btn-item.btn-2 .hs-button:focus {
  background: var(--color-fourth);
  color: var(--color-white);
}

.header-btn-item.btn-2 {
  margin-left: 15px;
}

.header-search .utility-nav__btn--search-toggle {
  position: absolute;
  right: 0;
  z-index: 1;
}

search .utility-nav__btn--search-toggle.is-open,
search .utility-nav__btn--search-toggle {
  top: 7px;
}

.masthead__search {
  margin: -7px -10px -7px 0px;
}

.masthead__search .hs-search-field__input {
  border: 3px solid var(--color-second);
  height: 38px;
  padding: 10px;
  margin-bottom: 0;
  border-radius: 22px;
  background-color: transparent;
  font-size: 18px;
  color: var(--color-white);
  width: 0;
  -webkit-transition: width .4s ease-in-out, border-color .4s ease-in-out;
  transition: width .4s ease-in-out, border-color .4s ease-in-out;
  box-shadow: none !important;    
  font-family: inherit;
}

.masthead__search ::placeholder {
  color: var(--color-white);
}

.masthead__search ::-ms-input-placeholder {
  color: var(--color-white);
}

.masthead__search ::-webkit-input-placeholder {
  color: var(--color-white);
}

.masthead__search .hs-search-field__input:focus {
  border: 3px solid var(--color-second);
}

.masthead__search.is-open {
  margin-left: -27px;
}

.masthead__search.is-open .hs-search-field__input {
  width: 233px;
  border-color: var(--color-white);
}

.masthead__search.is-open .hs-search-field__input:focus {
  border-color: var(--color-white);
}

.masthead__search button {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljk2IDIuNzk0Yy0zLjIxLTMuMjExLTguNDM0LTMuMjExLTExLjY0NSAwLTMuMjEgMy4yMS0zLjIxIDguNDM0IDAgMTEuNjQ1IDMuMSAzLjEgOC4wNzkgMy4yMDYgMTEuMzA4LjMxOGwuNjUzLjY1M2MtLjE2My40MTYtLjA3OC45MDYuMjU4IDEuMjQybDMuNDQ1IDMuNDQ1YTEuMTYgMS4xNiAwIDEgMCAxLjY0LTEuNjRsLTMuNDQ0LTMuNDQ0YTEuMTU4IDEuMTU4IDAgMCAwLTEuMjQzLS4yNmwtLjY1My0uNjUyYzIuODg4LTMuMjMgMi43ODItOC4yMDctLjMxOS0xMS4zMDdaTTQuMyAxMy40NTRhNi44NSA2Ljg1IDAgMCAxIDAtOS42NzYgNi44NSA2Ljg1IDAgMCAxIDkuNjc3IDAgNi44NSA2Ljg1IDAgMCAxIDAgOS42NzcgNi44NTEgNi44NTEgMCAwIDEtOS42NzggMFoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border: none;
  bottom: 0;
  height: 3.25rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.masthead__search button span {
  display: none;
}

.hs-search-field__bar button svg {
  height: 10px;
}

.masthead.lp-header {
  background: var(--color-second);
  border: none;
}

.lp-header .main-header {
  padding: 0;
}

.lp-header .logo {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  display: flex;
  flex-flow: column;
  height: 111px;
  justify-content: center;
  min-width: 271px;
  width: 20%;
}

@media (min-width: 992px){
  .main-nav__container-left .title-main-nav:after, 
  .main-nav__container-right .title-main-nav:after {
    border-top: .2rem solid var(--color-second);
    bottom: .2rem;
    content: "";
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    width: calc(100% - 2rem);
    z-index: 9999;
  }

  .main-nav__container-left .title-main-nav:hover:after, 
  .main-nav__container-right .title-main-nav:hover:after,
  .main-nav__container-left .title-main-nav:focus:after, 
  .main-nav__container-right .title-main-nav:focus:after{
    opacity: 1;
  }

  .header-mb__center {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .lp-header .logo {
    min-width: auto;
  }
}

@media (min-width: 992px) and (max-width: 1439px) and (max-width: 1279px) {
  .lp-header .logo {
    width: 17%;
  }
}
@media (max-width: 1399px) {
  .logo {
    width: 20%;
  }
}

@media (max-width: 1278px) {
  .logo {
    width: 17%;
  }
  .header-right-content {
    column-gap: 20px;
  }

  .header-btn-item.btn-1 .hs-button, 
  .header-btn-item.btn-2 .hs-button {
    font-size: 14px;
  }

  .header-btn-item.btn-2 .hs-button {
    padding: 10px 17px;
  }

  .header-btn-item.btn-2 {
    margin-left: 10px;
  }

  .header-btn-item.btn-1 .hs-button {
    padding: 8px 15px;
  }
}

@media (max-width: 1199px){
  .header-menu ul>li {
    padding: 0 20px;
  }

  .header-menu ul li a {
    font-size: 14px;
  }

  .header-links ul li {
    padding: 0 15px;
  }

  .header-links ul li:last-child {
    padding-left: 62px;
  }
}
@media (min-width: 992px){
  .header-wrapper {
    position: sticky;
    top: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 999;
  }
  button.mobile-nav__toggle {
    display: none;
  }

  .logo.mobile-logo {
    display: none;
  }
}
@media (max-width: 991px){

  .logo.desktop-logo {
    display: none;
  }

  .top-header{
    display: none;
  }

  .main-header .container {
    justify-content: space-between;
    max-width: 100%;
    padding: .5rem 2.2rem;
    position: relative;
    flex-wrap: nowrap;
    column-gap: 1.5rem;
  }

  .logo {
    width: auto;
  }

  .logo img {
    width: 200px !important;
  }

  header.masthead {
    background: var(--color-second);
    border-bottom: none;
  }

  .mobile-header {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    column-gap: 1.5rem;
  }

  .mobile-nav {
    display: none;
  }

  .masthead__search {
    max-width: 100%;
    top: 80px;
    display: none;
  }

  .header-search.mobile-search__toggle {
    margin-right: 10px;
  }

  .mobile-search__toggle {
    cursor: pointer;
    background: var(--color-second);
    color: var(--color-white);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
  }

  .mobile-search__toggle svg,
  .mobile-search__toggle svg path {
    stroke: var(--color-white);
    vertical-align: middle;
    position: relative;
    top: 4px;
  }

  .main-header {
    padding: 0;
  }

  .header-menu,.header-btn-wrapper {
    display: none;
  }

  .header-menu ul>li {
    padding: 0 11px;
  }

  .header-menu ul li a {
    font-size: 12px;
  }

  .header-right-content {
    display: block;
  }

  .header-btn-item.btn-1 .hs-button {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-btn-item.btn-2 .hs-button {
    font-size: 18px;
    padding: 7px 15px;
    min-width: 96px;
  }

  .header-btn-item.btn-2 {
    margin-left: 12px;
  }

  .header-links ul li {
    padding: 0 20px;
  }

  .mobile-nav__toggle {
    background-color: transparent;
    border: none;
    border-radius: 0;
    flex: 0 1 2.5rem;
    height: 2.5rem;
    padding: 0;
    position: relative;
    width: 1.75rem;
    margin-top: -6px;
  }

  .mobile-nav__toggle span {
    background: var(--color-white);
    border-radius: 20px;
    display: block;
    height: 4px;
    right: 0;
    position: absolute;
    top: calc(50% - 1px);
    width: 1.75rem;
    transition: all .5s;
  }

  .mobile-nav__toggle span:first-of-type {
    top: 9px;
    transition: all .5s;
  }

  .mobile-nav__toggle span:nth-of-type(2) {
    right: 0;
    transform: rotate(0);
    transition: all .5s;
    width: 1.75rem
  }

  .mobile-nav__toggle span:nth-of-type(3) {
    top: 29px
  }

  .mobile-nav__toggle:hover span:nth-of-type(2) {
    right: 0;
    width: 1.75rem
  }

  .mobile-nav__toggle.active {
    background: var(--color-fourth);
  }

  .mobile-nav__toggle.active span {
    background: var(--color-white);
  }

  .mobile-nav__toggle.active span:first-of-type {
    top: 19px;
    transform: rotate(45deg);
  }

  .mobile-nav__toggle.active span:nth-of-type(2) {
    right: 0;
    transform: rotate(-45deg);
    width: 1.75rem;
  }

  .mobile-nav__toggle.is-open span {
    background: var(--color-white);
  }

  .mobile-nav__toggle.is-open span:first-of-type {
    top: 19px;
    transform: rotate(45deg);
  }

  .mobile-nav__toggle.is-open span:nth-of-type(2) {
    right: 0;
    transform: rotate(-45deg);
    width: 1.75rem;
  }

  .mobile-nav__toggle.active span:nth-of-type(3),
  .mobile-nav__toggle.is-open span:nth-of-type(3) {
    display: none;
  }

  body.menu-open {
    overflow: hidden;
  }

  .mobile-nav.is-open {
    background: var(--color-white);
    border-radius: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 89px;
    width: 100%;
    z-index: 999;
    max-height: calc(100vh - 89px);
    overflow-y: auto;
  }

  .mobile-search {
    padding: 24px 22px 9px;
  }

  .mobile-search  form {
    position: relative;
  }

  .mobile-search .hs-search-field__input {
    background-color: transparent;
    border: 3px solid var(--color-second);
    color: var(--color-second);
    border-radius: 22px;
    box-shadow: none !important;
    height: auto;
    font-size: 18px;
    margin-bottom: 0;
    padding: 4px 40px 4px 10px;
    width: 100%;
    font-family: inherit;
    min-height: 38px;
  }

  .mobile-search .hs-search-field__input:focus {
    border-color: var(--color-second);
  }

  .mobile-search ::placeholder {
    color: var(--color-second);
  }

  .mobile-search ::-ms-input-placeholder {
    color: var(--color-second);
  }

  .mobile-search ::-webkit-input-placeholder {
    color: var(--color-second);
  }

  .mobile-search form button {
    position: absolute;
    right: 10px;
    background-color: transparent;
    border: 0;
    width: auto;
    height: auto;
    padding: 0;
    line-height: 48px;
    top: 8px;
    line-height: normal;
  }

  .mobile-search form button svg {
    fill: var(--color-second);
    height: 20px;
  }

  .mobile-nav__nav ul {
    margin: 0;
    /*     border-top: 0.5px solid var(--color-second); */
    list-style: none;
    padding: 16px 0;
  }

  .mobile-nav__nav ul li a {
    color: var(--color-main);
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 0;
    display: block;
    line-height: 1.5;
  }

  .mobile-nav__nav ul li a:hover {
    color: var(--color-second);
  }

  .header-btn-wrapper.mobile-btn-wrapper {
    display: block;
    padding: 0px 0 16px;
    text-align: center;
  }

  .header-btn-item {
    padding: 0;
  }

  .header-btn-item.btn-1 .hs-button {
    font-size: 16px;
    padding: 10px 15px;
  }

  .header-btn-item.btn-2 .hs-button {
    background-color: var(--color-white);
    color: var(--color-second);
    line-height: 1;
    font-size: 18px;     
    padding: 10px 15px;
  }

  .header-btn-item.btn-2 {
    margin-left: 0;
  }

  .header-btn-item .hs-button {
    max-width: 180px;
    display: block;
  }

  /*   .mobile-nav__dropdown-toggle {
  display: none;
}

  .mobile-nav__dropdown {
  display: none;
} */

  .mobile-nav__dropdown-toggle:after {
    border-right: 0.2rem solid var(--color-second);
    border-top: 0.2rem solid var(--color-second);
    content: "";
    font-size: 20px;
    font-weight: 900;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    width: 14px;
  }

  .mobile-nav__dropdown-toggle {
    background: transparent;
    border: none;
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
  }

  .mobile-nav__dropdown-toggle svg {
    display: none;
  }

  .mobile-nav__dropdown {
    display: none;
  }

  .mobile-nav__item.mobile-nav__item--has-children {
    /*     display: flex; */
    position: relative;
  }

  .mobile-nav__dropdown.is-open {
    display: block;
  }

  .title-main-nav {
    color: var(--color-main);
    display: block;
    font-weight: 700;
    line-height: 1.5;
    padding: 14px 24px;
    text-transform: uppercase;
    margin-bottom: 0;
  }

  .main-nav-subitem__title,
  .main-nav-subitem__links{
    display: none;
  }

  /*   .main-nav__container {
  padding: 16px 0;
  border-top: 0.5px solid var(--color-second);
} */

  .main-nav__container p:after {
    border-right: 0.2rem solid var(--color-second);
    border-top: 0.2rem solid var(--color-second);
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 28px;
    top: 19px;
  }

  .title-main-nav {
    position: relative;
  }

  .main-nav__container p.active {
    color: var(--color-second);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
  }

  .main-nav__container-left .main-nav-subitem__title.active,
  .main-nav__container-right .main-nav-subitem__title.active,
  .nav-open .main-nav__container-left,
  .nav-open .main-nav__container-right {
    display: block;
  }

  .main-nav__container p.active:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
  }

  .title-main-nav-subitem {
    position: relative;
    color: var(--color-main);
    display: block;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 14px 34px;
    text-transform: uppercase;
  }

  .main-nav-subitem__links.active {
    display: block;
  }

  .main-nav__container .main-nav-link {
    position: relative;
  }

  .main-nav__container-left .image-container, .main-nav__container-right .image-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    width: 14%;
  }

  .main-nav__container-left .content, .main-nav__container-right .content {
    padding: 0 1rem;
    width: 83%;
  }


  .main-nav__container-left .content p, .main-nav__container-right .content p {
    padding-left: 0;
  }

  .main-nav__container-left .title, .main-nav__container-right .title {
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
    text-transform: uppercase;
  }

  .main-nav__container-left .subtitle, .main-nav__container-right .subtitle {
    font-weight: 300;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
    text-transform: none;
    line-height: 1.5;
  }

  .main-nav__container .main-nav-link:focus .title, 
  .main-nav__container .main-nav-link:hover .title {
    color: var(--color-third);
  }

  .main-nav__container .main-nav-link:after {
    border-right: 0.1rem solid var(--color-main);
    border-top: 0.1rem solid var(--color-main);
    content: "";
    height: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.4rem;
  }

  .main-nav__container .main-nav-link:focus:after, 
  .main-nav__container .main-nav-link:hover:after {
    border-right: 0.1rem solid var(--color-third);
    border-top: 0.1rem solid var(--color-third);
    content: "";
    height: 0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 0.4rem;
  }

  .main-nav-subitem__links p::after {
    display: none;
  }

  .main-nav__container .main-nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .main-nav-subitem__links {
    padding-bottom: 0;
    padding-top: 0;
    border-top: 0.1rem solid var(--color-second);
    border-bottom: 0.1rem solid var(--color-second);
  }

  .main-nav__container .main-nav-link {
    padding-bottom: 20px;
  }

  .main-nav__container-right__title-2 .main-nav-subitem__links {
    border-bottom: none;
  }

  .title-main-nav-item,
  .dropdown-location{
    border-bottom: 1px solid var(--color-second);
  }

  .main-nav__container-left__title-1  .title-main-nav-item:first-child {
    border-top: none;
  }

  .main-nav-subitem__links.active {
    border-bottom: none;
    border-top: none;
  }

  .main-nav__container-left .subtitle, .main-nav__container-right .subtitle {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
    max-width: none;
    overflow: hidden;
  }

  .header__bottom-menu, 
  .mobile-nav__nav {
    padding: 0 22px;
  }

  .lp-header .main-header .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lp-header .logo {
    height: 73px;
    justify-content: center;
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
  }

  .lp-header .main-header {
    padding: 6px 0;
  }

  

}



@media (max-width: 767px){
  .mobile-nav.is-open {
    top: 100%;
  }

  .header-btn-item.btn-1 .hs-button, .header-btn-item.btn-2 .hs-button {
    padding: 10px 15px;
  }

}

@media (max-width: 600px){
  .header-mb__center .link-lists ul {
    padding: 0 22px;
    grid-template-columns: .55fr .45fr;
  }

    .header-mb__center .link-list__item .title {
    font-size: 16px;
  }

  .header-mb__center .link-list__item a {
    gap: 20px;
  }
}
@media (max-width: 479px){

  .mobile-nav.is-open,
  .masthead__search {
    top: 100%;
  }
}
/* Footer
-------------------------------------------- */
footer.footer {
  /*   box-shadow: 0px -3px 6px rgb(0 0 0 / 10%); */
  padding-top: 37px;
  padding-bottom: 37px;
  background-color: var(--color-fifth);
}
footer a {
  text-decoration: none;
}
.footer_copyright {
  font-weight: 500;
  padding: 0 40px;
}

.footer-privacy-links {
  padding-top: 15px;
  font-size: 18px;
  padding-bottom: 39px;
}

.footer-bottom-links {
  font-size: 18px;
}

.footer-privacy-links a,
.footer-bottom-links a{
  color: var(--color-main);
}

.footer-privacy-links a:hover,
.footer-bottom-links a:hover{
  color: var(--color-fourth);
  font-weight: 700;
}

.footer_copyright span.line {
  display: inline-block;
  margin: 0 18px;
  font-weight: normal;
}

.footer__col-btn h6 {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-main);
  margin-bottom: 18px;
}

.footer__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.footer__social-list .footer__social-item:last-child {
  margin-right: 0;
}


.footer__social-list .footer__social-item {
  display: flex;
  align-items: flex-end;
  margin-right: 13px;
}

.footer__social-item a {
  color: var(--color-second);
  text-decoration: none;
  font-size: 48px;
}

.footer__social-item a:hover {
  color: var(--color-fourth);
}

.footer-btn-item {
  margin-bottom: 15px;
}

.footer-btn-wrapper {
  padding-bottom: 0px;
}

.footer-btn-wrapper .hs-button {
  padding: 11px 15px 12px;
  border-radius: 20px;
}

.footer__col--nav .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  column-gap: 2rem;
}

.footer__col--nav .hs-menu-wrapper >ul ul li {
  line-height: 1.2;
  font-size: 18px;
}

.footer__col--nav .hs-menu-wrapper >ul>li>a {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: inline-block;
  color: var(--color-second);
}

.footer__col--nav .hs-menu-wrapper >ul ul li a {
  line-height: 1.2;
  font-weight: 500;
  font-size: 18px;
  color: var(--color-main);
  margin-bottom: 0px;
  display: inline-block;
  white-space: normal;
}

.footer__col--nav .hs-menu-wrapper>ul ul li a:hover {
  color: var(--color-second);
}

.footer__col--nav .hs-menu-wrapper > ul > li {
  width: 27%;
}

.footer__col--nav .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 72px;
  padding-top: 0;
}

.footer__col--nav {
  width: 70%;
}

.footer_right_col {
  width: 30%;
}

.omnibrowse-code-button {
  -webkit-margin-before: 10px;
  color: #454647;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-block-start: 10px;
  margin-bottom: 25px;
  text-align: left;
  background-color: transparent;
  border: none;
  padding: 0;
}

.code-embed {
  padding-bottom: 27px;
}

.footer_right_col {
  margin-left: -15px;
}


@media (min-width: 992px){
  .footer__col--nav .hs-menu-wrapper>ul ul li+li {
    margin-top: 10px;
  }
}
@media (max-width: 1199px){
  .footer_copyright {
    padding: 0;
  }
}

@media (max-width: 991px){

  footer.footer {
    padding-top: 35px;
  }

  .footer__inner {
    flex-direction: column;
  }

  .footer__col--nav .hs-menu-wrapper > ul, 
  .footer__inner {
    flex-direction: column;
  }

  .footer__col--nav .hs-menu-wrapper>ul>li {
    width: 100%;
    margin-bottom: 15px;
  }

  .footer__col--nav {
    width: 100%;
    margin-bottom: 75px;
  }

  .footer_right_col {
    width: 100%;
  }

  .footer_copyright {
    flex-direction: column-reverse;
  }

  .footer-bottom-links, 
  .footer-privacy-links {
    width: 100%;
  }

  .footer-bottom-links {
    text-align: center;
  }

  .footer-btn-item {
    margin-bottom: 18px;
  }

  .footer-privacy-links, 
  .footer-bottom-links {
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .footer_copyright span.line {
    display: none;
  }

  .footer-bottom-links a, 
  .footer-privacy-links a {
    display: inline-block;
    line-height: 1;
  }

  .footer-bottom-links {
    font-size: 16px;
  }

  .footer-bottom-links:before {
    border-top: 1px solid #454647;
    content: "";
    width: 225px;
    padding-top: 17px;
    margin: 0 auto;
  }

  .footer-privacy-links {
    padding-bottom: 37px;
  }

  .footer__social-list  {
    justify-content: center;
  }

  .footer__col--nav .hs-menu-wrapper > ul, 
  .footer__inner {
    justify-content: center;
  }

  .footer_right_col {
    text-align: center;
  }

  .footer__col--nav .hs-menu-wrapper>ul>li {
    text-align: center;
  }

  .footer__col--nav .hs-menu-wrapper >ul>li>a {
    margin-bottom: 0;
  }


  .footer-btn-wrapper .hs-button {
    display: block;
  }

  .footer__col--nav .hs-menu-wrapper>ul>li>a {
    text-transform: none;
    margin-bottom: 0;
    display: block;
    position: relative;
    padding: 22px 18px;
  }

  .footer__col--nav .hs-menu-wrapper>ul ul li a {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
  }

  .footer__social-item a {
    font-size: 40px;
  }

  .footer_right_col {
    margin-left: 0;
  }

  .code-embed {
    padding-bottom: 45px;
  }

  .footer-btn-item {
    margin-bottom: 16px;
  }

  .footer__col--nav .hs-menu-wrapper ul.hs-menu-children-wrapper {
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: 0 !important;
/*     max-height: 100% !important;
    background-color: transparent !important; */
  }

  .footer__col--nav .hs-menu-wrapper>ul>li.hs-item-has-children.open > .hs-menu-children-wrapper {
    display: block !important;
    height: auto !important;
  }

  .footer__col--nav .hs-menu-wrapper>ul>li {
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-second);
    color: var(--color-second);
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    width: 100%;
  }

  .footer__col--nav .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "";
    border-radius: 1px;
    color: var(--color-second);
    content: "";
    float: right;
    font-family: FontAwesome;
    font-size: 1.2em;
    height: .4em;
    width: .37em;
    margin-top: 15px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }


  .footer__col--nav .hs-menu-wrapper>ul>li.hs-item-has-children.open>a:after {
    transform: none;
    margin-top: 0;
  }
}

@media (max-width: 767px){

  .footer__col--nav {
    margin-bottom: 20px;
  }
}

@media (max-width: 667px){
  .footer__social-item a {
    font-size: 2.2em;
  }

  .footer__social-list .footer__social-item {
    margin-right: 9px;
  }
}
.blog-listing__listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.blog-listing__item {
  margin: 0 0 55px;
  padding: 0 8px;
  width: 33.33%;
}

.post-item-content {
  background: var(--color-fifth);
  padding: 35px 30px 60px;
}

.blog-list-tags a {
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.blog-list-tags {
  color: var(--color-second);
  display: block;
  padding-bottom: 20px;
}

.blog-listing__title {
  text-transform: capitalize;
  margin: 0 0 25px;
}

.blog-listing__title a {
  color: var(--color-main);
}

.blog-listing__title a:hover {
  color: var(--color-second);
}

.blog-listing__body {
  color: var(--color-black);
  font-weight: 400;
}

.btn-read-more {
  padding: 8px 22px;
  margin-top: 30px;
}

.topics-wrapper {
  padding-top: 100px;
}

.topics-wrapper ul {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.topics-wrapper ul li {
  padding: 0 10px 10px;
}

.topics-wrapper ul li a {
  padding: 8px 39px;
}

a.next-posts-link.load-more.p-hide {
  display: none !important;
}

.blog-pagination {
  text-align: center;
  display: block !important;
}

.blog-listing__listing_wrap {
  padding-bottom: 100px;
}

.blog-posts {
  padding-top: 100px;
  padding-bottom: 75px;
}

.back-link {
  margin-bottom: 60px;
}

.back-link a {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.back-link span.back-arrow {
  vertical-align: middle;
  width: 11px;
  height: 20px;
  margin-right: 20px;
}

.blog-post {
  margin-top: 50px;
}

.blog-post__meta {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-second);
  margin-bottom: 20px;
}

.meta_title {
  margin-right: 14px;
}

.blog-post__body {
  color: var(--color-main);
}

.blog-post__body blockquote {
  border-left: none;
  color: var(--color-second);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.23333333;
  margin: 30px 0;
  padding-left: 0;
  text-transform: capitalize;
}

.blog-post__body blockquote cite {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  text-transform: uppercase;
  color: var(--color-main);
  display: block;
  font-style: normal;
  margin-top: 25px;
}


.blog-sidebar_col {
  width: 30%;
  padding: 0 20px 0 40px;
}

.blog-post_col {
  width: 70%;
  padding: 0 40px 0 20px;
}

.blog-post_content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.blog-sidebar-widget h3 {
  margin-bottom: 30px;
}

.rec-post-title a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--color-main);
  margin-bottom: 15px;
  display: inline-block;
}

.rec-post-title a:hover {
  color: var(--color-second);
}

.blog-sidebar-widget {
  margin-bottom: 80px;
}

.sidebar-topics span.filter-link-count {
  display: none;
}

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

.sidebar-topics ul li {
  margin-bottom: 15px;
}

.sidebar-topics ul li a {
  padding: 6px 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--color-second);
  border: 2px solid var(--color-second);
  border-radius: 50px;
  display: inline-block;
  max-width: 250px;
  width: 100%;
  text-align: center;
  word-wrap: break-word;
}

.sidebar-topics ul li a:hover {
  background: var(--color-fourth);
  border-color: var(--color-fourth);
  color: #fff;
}

.blog-listing__featured-image {
  object-fit: cover;
  width: 100%;
  height: 303px;
  object-position: center;
}

.blog-sidebar_col .subscribe-newsletter-wrapper {
  background: transparent;
  padding: 0;
  margin: 0 0 80px;
}

.blog-sidebar_col .subscribe-news-col-wrap {
  display: block;
}

.blog-sidebar_col .subscribe-news-left-col h2 {
  font-size: 30px;
  color: var(--color-second);
  margin: 0 0 30px;
}

.blog-sidebar_col .subscribe-news-right-col {
  width: 100%;
  padding: 0;
}

.blog-sidebar_col .subscribe-news-right-col form {
  display: block;
}

.blog-sidebar_col .subscribe-news-right-col .hs-form-field {
  padding: 0;
  width: 100%;
}

.blog-sidebar_col .subscribe-news-right-col .hs_submit.hs-submit {
  position: static;
  transform: none;
}

.blog-sidebar_col .subscribe-news-left-col {
  width: 100%;
  padding: 0;
}

.blog-sidebar_col .subscribe-newsletter-wrapper .container {
  padding: 0;
  max-width: 100%;
}

.blog-sidebar_col .subscribe-news-right-col .hs-form-field>label {
  color: #494a52;
}

@media (max-width: 991px){
  .blog-listing__item {
    width: 50%;
  }

  .topics-wrapper {
    padding-top: 80px;
  }

  .blog-post_col {
    padding-right: 20px;
    width: 100%;
  }

  .blog-sidebar_col {
    padding-left: 20px;
    width: 100%;
    margin-top: 50px;
  }

  .blog-sidebar-widget,
  .blog-sidebar_col .subscribe-newsletter-wrapper {
    margin-bottom: 40px;
  }

  .blog-sidebar-widget:last-child {
    margin-bottom: 0;
  }

  .blog-posts {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  
  .blog-sidebar_col .subscribe-news-left-col h2 {
    font-size: 28px;
  }

}

@media (max-width: 767px){
  .blog-listing__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .post-item-content {
    padding: 30px;
  }

  .blog-listing__listing_wrap {
    padding-bottom: 50px;
  }

  .topics-wrapper ul li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .topics-wrapper ul li a {
    padding: 8px 20px;
    font-size: 16px;
  }

  .topics-wrapper {
    padding-top: 50px;
  }

  .btn-read-more {
    padding: 8px 20px;
    font-size: 16px;
  }

  .blog-posts {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .back-link {
    margin-bottom: 40px;
  }

  .blog-post__body blockquote {
    font-size: 25px;
  }

  .blog-listing__featured-image {
    height: auto;
  }

}

.blog-header {
  background: var(--blue-dark);
  color: var(--white);
}
.blog-header h1 {
  margin: 0 0 .25rem;
}


/* blog index  */


.blog-listing__pagination {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}
.blog-pagination__numbers {
  padding: 0 1rem;
}
.blog-listing__pagination .blog-pagination__link {
  display: inline-block;
  padding: .25em .5em;
  background: var(--super-light);
  min-width: 1em;
  text-align: center;
}
.blog-listing__pagination .blog-pagination__link:hover,
.blog-listing__pagination .blog-pagination__link--active {
  background: var(--blue-bright);
  color: var(--white);
}
.blog-sidebar {
  padding: 2rem 0;
}
.blog-subscribe,
.blog-sidebar-subscribe {
  padding: 2rem 1rem;
  border-radius: 1rem;
}
.blog-listing__recent-posts ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  font-weight: bold;
}
.blog-listing__recent-posts li {
  line-height: 1.6;
  margin: 0 0 1em;
}
.blog-sidebar-search {
  background-color: var(--blue-light);
  padding: 3rem 1rem 2rem;
  border-radius: 1rem;
}
.blog__social-sharing {
  padding: 2rem 0;
}
.blog__social-sharing a {
  display: inline-block;
  padding: 0 .25rem;
}
.blog__social-sharing svg {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .blog-listing > .container {
    grid-template-columns: 2fr 1fr;
    column-gap: 6rem;
  }
}
/* blog post  */
.blog-post > .container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4rem;
}
.blog-post-inner {
  padding: 2rem 0;
}
.blog-post .hs-featured-image-wrapper {
  margin-bottom: 2rem;
}
.blog-post__details {
  font-weight: bold;
}
.blog-post .a2a_kit a {
  display: inline-block;
}
.blog-post-subscribe {
  background-color: var(--blue-dark);
  color: var(--white);
  padding: 2rem;
  border-radius: 1rem;
  margin: 2rem 0;
}
.blog-post__recent-posts ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  font-weight: bold;
}
.blog-post__recent-posts li {
  margin: 0 0 .25em;
}
@media (min-width: 992px) {
  .blog-post > .container {
    grid-template-columns: 2fr 1fr;
    column-gap: 6rem;
  }
}