/**
 * THIS FILE WAS AUTOGENERATED PLEASE DO NOT EDIT, RISK OF OVERWRITE
 */

/**
 * Main stylesheet for the theme.
 *
 * Theme styles follow http://cssguidelin.es/ and are organized according to
 * Inverted Triangle CSS (ITCSS) principles put forth by Harry Roberts. In
 * short, each layer of CSS gets more specific as you move down this page.
 */
/*--------------------------------------------------------------
# Settings - Global variables, config switches.
--------------------------------------------------------------*/
:root {
  --text-size-400: clamp(0.823529rem, 0.823529rem + 0vw, 0.823529rem);
  --text-size-500: clamp(0.88235rem, 0.8289868729rem + 0.2134525082vw, 1rem);
  --text-size-600: clamp(1rem, 0.8399332976rem + 0.6402668096vw, 1.3529rem);
  --heading-size-300: clamp(1.17647rem, 1.0163896903rem + 0.6403212387vw, 1.5294rem);
  --heading-size-400: clamp(1.41176rem, 1.2016458055rem + 0.8404567778vw, 1.875rem);
  --heading-size-500: clamp(1.5294rem, 1.1558807894rem + 1.4940768426vw, 2.3529rem);
  --heading-size-600: clamp(1.7647rem, 1.1243424753rem + 2.5614300988vw, 3.1765rem);
  --font-family-base: "Lexend", sans-serif;
  --color-primary: #1a1a1a;
  --color-background: #f7eee1;
  --color-link: #1a1a1a;
  --color-text: #1a1a1a;
  --color-border: #c0c0c0;
  --color-border-secondary: #211103;
  --color-white: #fff;
  --color-accent-1: #71eb89;
  --color-accent-2: #fb6422;
  --color-accent-2--hover: #d33c00;
  --color-accent-3: #f7eee1;
  --color-background-nav: #D6F7E9;
  --space-xs: clamp(0.23529rem, 0.128564653rem + 0.4269013879vw, 0.470588rem);
  --space-s: clamp(0.470588rem, 0.2572207639rem + 0.8534689443vw, 0.941rem);
  --space-m: clamp(0.70588rem, 0.3860550263rem + 1.2792998946vw, 1.411rem);
  --space-l: clamp(0.941rem, 0.5150928491rem + 1.7036286037vw, 1.88rem);
  --space-xl: clamp(1.411rem, 0.7703249726rem + 2.5627001095vw, 2.8235rem);
  --space-2xl: clamp(1.88rem, 1.025146744rem + 3.4194130239vw, 3.7647rem);
  --space-3xl: clamp(2.8235rem, 1.5427849506rem + 5.1228601976vw, 5.6471rem);
  --space-4xl: clamp(3.7647rem, 2.0571252917rem + 6.8302988333vw, 7.5294rem);
  --space-xl-2xl: clamp(0.941rem, -0.3397604069rem + 5.1230416277vw, 3.7647rem);
  --space-xl-3xl: clamp(0.941rem, -1.1935704398rem + 8.5382817594vw, 5.6471rem);
  --space-l-4xl: clamp(0.941rem, -2.0473351152rem + 11.953340461vw, 7.5294rem);
  --side-padding: clamp(2.8235rem, -0.1647716147rem + 11.9530864589vw, 9.41176rem);
  --space-default: var(--space-xl-2xl);
  --gutter: var(--space-m);
  --text-margin: 1.3em;
  --max-width-site: 97.88235rem;
  --max-width-container: 80.117647rem;
  --max-width-10-col: calc(var(--max-width-container) * 0.82986111);
  --max-width-8-col: calc(var(--max-width-container) * 0.65046296);
  --max-width-7-col: calc(var(--max-width-container) * 0.56423389);
  --max-width-6-col: calc(var(--max-width-container) * 0.4895833);
  --max-width-5-col: calc(var(--max-width-container) * 0.40451389);
  --max-width-4-col: calc(var(--max-width-container) * 0.31944);
  --max-width-3-col: calc(var(--max-width-container) * 0.25810185);
  --max-width-2-col: calc(var(--max-width-container) * 0.15972);
  --width-wide: clamp(min(50rem, 100%), 100%, var(--max-width-site));
  --width-12-col: clamp(min(50rem, 100%), 100%, var(--max-width-container));
  --width-10-col: clamp(min(40rem, 100%), 82.986111%, var(--max-width-10-col));
  --width-8-col: clamp(min(40rem, 100%), 65.04296%, var(--max-width-8-col));
  --width-6-col: clamp(min(40rem, 100%), 48.95833%, var(--max-width-6-col));
  --width-5-col: clamp(min(40rem, 100%), 40.451389%, var(--max-width-5-col));
  --width-4-col: clamp(min(30rem, 100%), 31.944%, var(--max-width-4-col));
  --width-3-col: clamp(min(30rem, 100%), 25.810185%, var(--max-width-3-col));
  --width-2-col: clamp(min(30rem, 100%), 15.972%, var(--max-width-2-col));
}

/*
Example how to add a font-face.
Other than woff2 and woff are not necessary.

@font-face {
    font-display: swap;
    font-family: font-name;
    font-style: normal;
    font-weight: 400;
    src:
        url(../fonts/font-name.woff2) format("woff2"),
        url(../fonts/font-name.woff) format("woff"), // Modern Browsers
}
*/
/*--------------------------------------------------------------
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic - Ground-zero styles (resets, box-sizing, etc.).
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

html, body {
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--color-background);
}
@media (max-width: 73rem) {
  html.main-menu-open {
    overflow: hidden;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
}
.site-wrapper__main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.site-wrapper__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.absolute-link::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: var(--color-link);
  clip: auto !important;
  color: white;
  display: block;
  font-weight: bold;
  height: auto;
  padding: 0.75rem;
  left: 0.5rem;
  top: 0.5rem;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

/*--------------------------------------------------------------
# Elements - Unclassed HTML elements (type selectors).
--------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 17px;
}

body {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  color: var(--color-text);
}

a {
  color: var(--color-text);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

ul,
ol,
table,
p {
  margin: var(--text-margin) 0 0;
}
ul:first-child,
ol:first-child,
table:first-child,
p:first-child {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 1.3em 0 0 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child {
  margin-top: 0;
}

h1,
.h1 {
  font-size: var(--heading-size-600);
  line-height: 1.14;
  font-weight: 700;
}

h2,
.h2 {
  font-size: var(--heading-size-500);
  line-height: 1.125;
  font-weight: 700;
}
h2 + p,
.h2 + p {
  margin-top: 1em;
}

h3,
.h3 {
  font-size: var(--heading-size-400);
  line-height: 1.33;
  font-weight: 700;
}

h4,
.h4 {
  font-size: var(--heading-size-300);
  line-height: 1.3;
  font-weight: 700;
}

.btn, .header-button a {
  background-color: var(--color-accent-2);
  border: 1px solid var(--color-accent-2);
  border-radius: 0;
  color: var(--color-white);
  font-family: "Lexend", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: none;
}
.btn:hover, .header-button a:hover, .btn:focus, .header-button a:focus {
  background-color: var(--color-accent-2--hover);
  border-color: var(--color-accent-2--hover);
}

.tag {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  border: 1px solid var(--color-accent-1);
  padding: var(--space-xs) var(--space-s);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tag--blog {
  border-color: var(--color-accent-2);
}

/*--------------------------------------------------------------
# Layout - Undecorated design patterns.
--------------------------------------------------------------*/
.blog-post-hero {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  color: var(--color-white);
  margin-top: var(--space-2xl);
  padding: var(--space-4xl) var(--space-xl-3xl) var(--space-2xl);
  position: relative;
  overflow: hidden;
}
@media (min-width: 48.001rem) {
  .blog-post-hero {
    height: 100%;
    min-height: 30vh;
    padding: var(--space-2xl) var(--space-3xl);
  }
}
.blog-post-hero__image {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.blog-post-hero__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog-post-hero__image::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-post-hero__title {
  color: var(--color-white);
  margin-bottom: var(--space-l);
}
.blog-post-hero__title.col-x-6 {
  width: 70%;
  word-break: auto-phrase;
}
.blog-post-hero__author {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-s);
}
.blog-post-hero__author__image {
  margin: 0;
}
.blog-post-hero__author__image img {
  height: 3rem;
  border-radius: 3.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 3rem;
}
.blog-post-hero__author p {
  margin-top: 0;
}

.blog-post.blog-post--24 {
  background: var(--color-white);
  margin: var(--space-2xl) 0;
  padding: var(--space-2xl) var(--space-xl-2xl);
}
.blog-post.blog-post--24 > *:not(.hs_cos_wrapper_type_module) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: var(--width-6-col);
}
.blog-post.blog-post--24 > *:not(.hs_cos_wrapper_type_module) > *:not(.hs_cos_wrapper_type_module):not(a) {
  width: 100%;
}
.blog-post.blog-post--24 p:first-child {
  font-size: var(--text-size-600);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
}
.blog-post.blog-post--24 .wide-module {
  max-width: calc(1362px - 2rem);
  width: calc(100vw - var(--space-2xl) * 2);
}

.blog-post.blog-post--24 .blog-post__author {
  margin: var(--space-3xl) auto 0;
  width: var(--width-4-col);
  text-align: center;
}
.blog-post.blog-post--24 .blog-post__author__image {
  margin: 0;
}
.blog-post.blog-post--24 .blog-post__author__image img {
  height: 6.5rem;
  border-radius: 6.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 6.5rem;
}
.blog-post.blog-post--24 .blog-post__author__name {
  font-weight: 700;
  margin-top: var(--space-l);
}
.blog-post.blog-post--24 .blog-post__author__bio {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  margin-top: var(--space-xs);
}

.hs-blog-post .body-container-wrapper {
  padding: 0 1rem;
}
.hs-blog-post .hs_cos_wrapper_type_module {
  margin-top: var(--space-2xl);
  position: relative;
}
@media (min-width: 48.001rem) {
  .blog-post .hs-blog-post .hs_cos_wrapper_type_module {
    margin-left: calc(-50% + var(--space-2xl));
    margin-right: calc(-50% + var(--space-2xl));
  }
}
@media (max-width: 48rem) {
  .blog-post .hs-blog-post .hs_cos_wrapper_type_module .blog-email-subscription {
    margin-left: calc(-1 * var(--space-xl-2xl));
    margin-right: calc(-1 * var(--space-xl-2xl));
  }
}

.archive-hero {
  padding: var(--space-2xl) 1rem;
}
.archive-hero h1 {
  font-size: var(--heading-size-500);
  line-height: 1.125;
  font-weight: 700;
}

.archive-container--2024 {
  padding: 0 1rem var(--space-2xl);
}
.archive-container--2024 .hs-pagination {
  padding: var(--space-2xl) 1rem;
}

.container {
  width: var(--width-12-col);
  margin-left: auto;
  margin-right: auto;
  padding: 40px 1rem;
}

.container--wide {
  width: var(--width-wide);
}

.container--large {
  width: var(--width-10-col);
}

.container--medium {
  width: var(--width-8-col);
}

.container--small {
  width: var(--width-6-col);
}

.container--text-content {
  width: var(--width-text);
}

.btn, .header-button a {
  background-color: var(--color-accent-2);
  border: 1px solid var(--color-accent-2);
  border-radius: 0;
  color: var(--color-white);
  font-family: "Lexend", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: none;
}
.btn:hover, .header-button a:hover, .btn:focus, .header-button a:focus {
  background-color: var(--color-accent-2--hover);
  border-color: var(--color-accent-2--hover);
}

.tag {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  border: 1px solid var(--color-accent-1);
  padding: var(--space-xs) var(--space-s);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tag--blog {
  border-color: var(--color-accent-2);
}

.search-page {
  padding: var(--space-xl-3xl) 0;
}
.search-page .hs-form--search {
  margin-top: var(--space-l);
  position: relative;
}
.search-page .hs-form--search input[type=text] {
  border: none;
  padding: var(--space-l) var(--space-2xl) var(--space-l) calc(var(--space-2xl) + var(--space-l) + 2rem);
}
.search-page .hs-form--search input[type=text]:focus-visible {
  outline-color: var(--color-accent-1);
}
.search-page .hs-submit--search {
  background-color: transparent;
  border: none;
  left: var(--space-2xl);
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 48rem) {
  .search-page .hs-submit--search svg {
    height: 24px;
    width: 24px;
  }
}
.search-page__results {
  margin: var(--space-3xl) auto 0;
}
.search-page .hs-search-results {
  margin-top: var(--space-2xl);
}
.search-page .hs-search-results li:not(:first-child) {
  margin-top: var(--space-2xl);
}
.search-page .hs-search-results li .hs-search-results__title {
  font-size: var(--heading-size-400);
  line-height: 1.33;
  font-weight: 700;
  color: var(--color-primary);
}
.search-page .hs-search-results__pagination {
  margin-top: var(--space-default);
}
.search-page .hs-search-results__pagination a {
  color: var(--color-primary);
  font-weight: 700;
}
.search-page .hs-search-results__pagination a:hover, .search-page .hs-search-results__pagination a:focus {
  text-decoration: underline;
}

.content-wrapper.email-subscription-preferences-page,
.content-wrapper.subscription-confirmation,
.content-wrapper.unsubscribe-email {
  padding-top: var(--space-4xl);
}
.content-wrapper.email-subscription-preferences-page .systems-page,
.content-wrapper.subscription-confirmation .systems-page,
.content-wrapper.unsubscribe-email .systems-page {
  max-width: var(--max-width-container);
  padding-top: var(--space-2xl);
  background-color: var(--color-white);
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription {
  font-family: Lexend, sans-serif;
  max-width: 620px;
  margin: 0 auto;
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .page-header,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .page-header,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .page-header,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .page-header,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .page-header,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .page-header,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .page-header,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .page-header,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .page-header {
  margin: 2rem 1rem;
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .page-header h1, .content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .page-header h2,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .page-header h1,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .page-header h2,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .page-header h1,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .page-header h2,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .page-header h1,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .page-header h2,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .page-header h1,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .page-header h2,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .page-header h1,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .page-header h2,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .page-header h1,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .page-header h2,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .page-header h1,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .page-header h2,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .page-header h1,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .page-header h2 {
  margin-top: 2rem;
  font-size: var(--heading-size-500);
  line-height: 1.5;
  font-weight: 500;
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs {
  padding: var(--space-l) var(--space-m);
  background-color: var(--color-accent-1);
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .header,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .header,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .header,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .header,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .header,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .header,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .header,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .header,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .header {
  margin: 0 0 var(--space-m) 0;
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .item,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .item,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .item,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .item,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .item,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .item,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .item,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .item,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .item {
  margin-bottom: var(--space-m);
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .item .item-inner p,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .item .item-inner p,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .item .item-inner p,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .item .item-inner p,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .item .item-inner p,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .item .item-inner p,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .item .item-inner p,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .item .item-inner p,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .item .item-inner p {
  font-size: var(--text-size-400);
  margin: 0 0 0 var(--space-xl);
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .item:last-of-type,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .item:last-of-type,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .item:last-of-type,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .item:last-of-type,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .item:last-of-type,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .item:last-of-type,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .item:last-of-type,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .item:last-of-type,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .item:last-of-type {
  margin-bottom: var(--space-xl);
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs input[type=checkbox],
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs input[type=checkbox],
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs input[type=checkbox],
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs input[type=checkbox],
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs input[type=checkbox],
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs input[type=checkbox],
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs input[type=checkbox],
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs input[type=checkbox],
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs input[type=checkbox] {
  margin-right: var(--space-m);
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .subscribe-options,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .subscribe-options,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .subscribe-options,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .subscribe-options,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .subscribe-options,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .subscribe-options,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .subscribe-options,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .subscribe-options,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .subscribe-options {
  padding-top: var(--space-l);
  border-top: 1px solid var(--color-primary);
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .subscribe-options p.header,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .subscribe-options p.header,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .subscribe-options p.header,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .subscribe-options p.header,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .subscribe-options p.header,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .subscribe-options p.header,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .subscribe-options p.header,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .subscribe-options p.header,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .subscribe-options p.header {
  display: none;
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .subscribe-options label span,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .subscribe-options label span,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .subscribe-options label span,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .subscribe-options label span,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .subscribe-options label span,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .subscribe-options label span,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .subscribe-options label span,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .subscribe-options label span,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .subscribe-options label span {
  color: var(--color-primary);
  font-size: var(--text-size-500);
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .subscribe-options label,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .fakelabel,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .subscribe-options label,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .fakelabel,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .subscribe-options label,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .fakelabel,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .subscribe-options label,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .fakelabel,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .subscribe-options label,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .fakelabel,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .subscribe-options label,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .fakelabel,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .subscribe-options label,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .fakelabel,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .subscribe-options label,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .fakelabel,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .subscribe-options label,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .fakelabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs #globalunsub,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .fakelabel input[type=checkbox],
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs #globalunsub,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .fakelabel input[type=checkbox],
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs #globalunsub,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .fakelabel input[type=checkbox],
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs #globalunsub,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .fakelabel input[type=checkbox],
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs #globalunsub,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .fakelabel input[type=checkbox],
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs #globalunsub,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .fakelabel input[type=checkbox],
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs #globalunsub,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .fakelabel input[type=checkbox],
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs #globalunsub,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .fakelabel input[type=checkbox],
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs #globalunsub,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .fakelabel input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--color-border-secondary);
  border-radius: 2px;
  margin-right: calc(var(--space-s) - 2px);
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs #globalunsub::before,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .fakelabel input[type=checkbox]::before,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs #globalunsub::before,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .fakelabel input[type=checkbox]::before,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs #globalunsub::before,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .fakelabel input[type=checkbox]::before,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs #globalunsub::before,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .fakelabel input[type=checkbox]::before,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs #globalunsub::before,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .fakelabel input[type=checkbox]::before,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs #globalunsub::before,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .fakelabel input[type=checkbox]::before,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs #globalunsub::before,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .fakelabel input[type=checkbox]::before,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs #globalunsub::before,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .fakelabel input[type=checkbox]::before,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs #globalunsub::before,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .fakelabel input[type=checkbox]::before {
  content: "";
  width: 1.412rem;
  height: 1.412rem;
  background-color: transparent;
}
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs #globalunsub:checked,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .fakelabel input[type=checkbox]:checked,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs #globalunsub:checked,
.content-wrapper.email-subscription-preferences-page .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .fakelabel input[type=checkbox]:checked,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs #globalunsub:checked,
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .fakelabel input[type=checkbox]:checked,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs #globalunsub:checked,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .fakelabel input[type=checkbox]:checked,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs #globalunsub:checked,
.content-wrapper.subscription-confirmation .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .fakelabel input[type=checkbox]:checked,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs #globalunsub:checked,
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .fakelabel input[type=checkbox]:checked,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs #globalunsub:checked,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions #email-prefs-form .email-prefs .fakelabel input[type=checkbox]:checked,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs #globalunsub:checked,
.content-wrapper.unsubscribe-email .systems-page .widget-type-email_subscriptions_confirmation .email-prefs .fakelabel input[type=checkbox]:checked,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs #globalunsub:checked,
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription .email-prefs .fakelabel input[type=checkbox]:checked {
  background-image: url(https://25900412.fs1.hubspotusercontent-eu1.net/hubfs/25900412/laania-theme-assets/checkmark.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 1.4rem 1.4rem;
}
.content-wrapper.email-subscription-preferences-page .systems-page .success,
.content-wrapper.subscription-confirmation .systems-page .success,
.content-wrapper.unsubscribe-email .systems-page .success {
  background-color: transparent;
  border: none;
  color: var(--color-primary);
  display: block;
  margin: 2rem 1rem;
  padding: 0;
}
.content-wrapper.email-subscription-preferences-page .systems-page .email-prefs input[type=submit],
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_subscriptions_confirmation input[type=submit],
.content-wrapper.email-subscription-preferences-page .systems-page .hs_cos_wrapper_type_email_simple_subscription input[type=submit],
.content-wrapper.subscription-confirmation .systems-page .email-prefs input[type=submit],
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_subscriptions_confirmation input[type=submit],
.content-wrapper.subscription-confirmation .systems-page .hs_cos_wrapper_type_email_simple_subscription input[type=submit],
.content-wrapper.unsubscribe-email .systems-page .email-prefs input[type=submit],
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_subscriptions_confirmation input[type=submit],
.content-wrapper.unsubscribe-email .systems-page .hs_cos_wrapper_type_email_simple_subscription input[type=submit] {
  background-color: var(--color-accent-2);
  border: 1px solid var(--color-accent-2);
  border-radius: 0;
  color: var(--color-white);
  font-size: var(--text-size-500);
  padding: var(--space-xs) var(--space-m);
  margin: var(--space-xl) 0 0;
  font-family: Lexend, sans-serif;
}

/*--------------------------------------------------------------
# Modules - specific UI components.
--------------------------------------------------------------*/
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-rich_text, .span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-form, .span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-header,
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > .normal-text-width,
.dnd-section > .row-fluid > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-rich_text,
.dnd-section > .row-fluid > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-form,
.dnd-section > .row-fluid > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-header,
.dnd-section > .row-fluid > .span12.dnd-module > .hs_cos_wrapper_type_module > .normal-text-width {
  margin: auto;
  width: var(--width-8-col);
}
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > hr,
.dnd-section > .row-fluid > .span12.dnd-module > .hs_cos_wrapper_type_module > hr {
  width: 100% !important;
  border-color: var(--color-primary) !important;
}

.posts-list,
.related-articles .hs_cos_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: var(--space-m);
     -moz-column-gap: var(--space-m);
          column-gap: var(--space-m);
  row-gap: var(--space-l);
}
@media (min-width: 48.001rem) {
  .posts-list,
  .related-articles .hs_cos_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 65.001rem) {
  .posts-list,
  .related-articles .hs_cos_wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.post-item {
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.post-item:hover a, .post-item:focus a {
  text-decoration: underline;
}
.post-item__image {
  margin: 0;
  overflow: hidden;
}
.post-item__image img {
  aspect-ratio: 1.4999;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: top;
  width: 100%;
}
.feature-card .post-item__image img {
  aspect-ratio: 1;
}
.post-item__meta {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  text-transform: uppercase;
  color: #757575;
  margin-bottom: var(--space-s);
}
.post-item__content {
  padding: var(--space-m);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-s);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.post-item__content > *:not(.post-item__tag) {
  margin: 0;
}
.post-item h3 {
  font-size: var(--heading-size-300);
  line-height: 1.3;
  font-weight: 700;
}
.post-item h3 a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.post-item__desc {
  color: #757575;
}
.post-item__tag {
  margin-top: auto;
}

.related-articles {
  background-color: var(--color-white);
  margin-bottom: var(--space-2xl);
  margin-top: var(--space-2xl);
  padding: var(--space-2xl) var(--space-xl-2xl);
}
.related-articles__title {
  margin-bottom: var(--space-l);
}
.related-articles .post-item {
  background: #D0F6E6;
}

.header {
  position: relative;
  z-index: 10;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  z-index: 9;
}
.header__logo img {
  max-width: 140px !important;
}
.header__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 87.5rem) {
  .header-button a {
    font-size: 15px;
  }
}
@media (min-width: 73.001rem) {
  .header__container {
    height: 104px;
    position: relative;
  }
  .header-main__nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
@media (max-width: 87.5rem) {
  .header .header-main__nav ul li.hs-menu-item.hs-menu-depth-1 a {
    margin: 0 12px;
    position: relative;
    font-size: 15px;
  }
}
@media (max-width: 75rem) {
  .header .header-main__nav ul li.hs-menu-item.hs-menu-depth-1 a {
    font-size: 13px;
  }
}

.header-main__nav ul li.hs-menu-item.hs-menu-depth-1:hover .hs-menu-children-wrapper {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-main__nav ul li.hs-menu-item.hs-menu-depth-1:hover > a,
.header-main__nav ul li.hs-menu-item.hs-menu-depth-1 .hs-menu-children-wrapper li a:hover {
  text-shadow: -0.25px -0.25px 0 var(--color-black), 0.25px 0.25px var(--color-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-main__nav ul li.hs-menu-item.hs-menu-depth-1 .hs-menu-children-wrapper li a {
  padding: 10px 20px;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-main__nav ul li.hs-menu-item.hs-menu-depth-1 .hs-menu-children-wrapper li a:hover {
  background: var(--color-background-nav);
  color: var(--color-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-main__nav ul li.hs-menu-item.hs-menu-depth-1 a {
  margin: 0 15px;
  position: relative;
  text-decoration: none;
}
.header-main__nav ul li.hs-menu-item.hs-menu-depth-1 a:hover {
  color: var(--color-black);
}
.header-main__nav ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
  content: "";
  position: absolute;
  background: url(https://25900412.fs1.hubspotusercontent-eu1.net/hubfs/25900412/down.svg);
  width: 16px;
  height: 25px;
  background-size: 90%;
  background-repeat: no-repeat;
  top: 8px;
  right: -20px;
}

.hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1 {
  padding: 40px 0;
}

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}
.header__skip:hover, .header__skip:focus, .header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  position: absolute;
  background: var(--color-white);
  top: 100%;
  min-width: 220px;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.header__main.open {
  display: block;
}

.header-main__buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.main-navigation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-navigation__wrapper .nav__item {
  margin-right: 1.25rem;
}
.main-navigation__wrapper .nav__item:last-child {
  margin-right: 0;
}
.main-navigation__wrapper .nav__item a {
  color: inherit;
  font-size: 1rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-mobile-nav-toggle {
  width: 30px;
  height: 18px;
  position: relative;
}
.header-mobile-nav-toggle > i {
  position: absolute;
  height: 2px;
  background: #1a1a1a;
  left: 0;
  width: 100%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-mobile-nav-toggle > i:nth-child(1) {
  top: 0;
}

.mobile-nav--open .header-mobile-nav-toggle > i:nth-child(1) {
  left: 50%;
  width: 0%;
}
.mobile-nav--open .header-mobile-nav-toggle > i:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-nav--open .header-mobile-nav-toggle > i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-nav--open .header-mobile-nav-toggle > i:nth-child(4) {
  left: 50%;
  width: 0%;
}

.header-mobile-nav-toggle > i:nth-child(2) {
  top: 50%;
}
.header-mobile-nav-toggle > i:nth-child(3) {
  top: 50%;
}
.header-mobile-nav-toggle > i:nth-child(4) {
  top: 100%;
}

@media (min-width: 73.001rem) {
  .header-mobile-nav-toggle {
    display: none;
  }
  .header__logo img {
    max-width: 135px !important;
  }
}
@media (max-width: 73rem) {
  .header {
    height: auto;
    min-height: 75px;
    padding: 20px 0;
    -webkit-transition: max-height 0.3s linear;
    transition: max-height 0.3s linear;
  }
  .mobile-nav--open .header {
    height: auto;
  }
  .header .hs-menu-wrapper ul {
    display: block;
  }
  .header .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1 {
    padding: 12px 0;
  }
  .header .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1 .child-trigger:after {
    background: url(https://25900412.fs1.hubspotusercontent-eu1.net/hubfs/25900412/down.svg);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 90%;
    content: "";
    height: 25px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    top: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 16px;
    line-height: normal;
    background-position: center center;
  }
  .header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    min-width: 100%;
    padding: 15px 0 0;
    position: static;
    display: none;
  }
  .header__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__main {
    display: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .header__logo img {
    max-width: 120px !important;
  }
  .header-lang {
    margin: 20px 0 0;
  }
  .header-main__nav ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a::after {
    display: none;
  }
  .header-main__nav ul li.hs-menu-item.hs-menu-depth-1:hover .hs-menu-children-wrapper {
    display: none;
  }
  .header-main__nav ul li.hs-menu-item.hs-menu-depth-1 a {
    margin: 0;
  }
  .header-main__nav ul li.hs-menu-item.hs-menu-depth-1 a.nav_act ~ .hs-menu-children-wrapper {
    display: block;
  }
  .custom-menu-primary.js-enabled {
    margin: 20px 0 0;
  }
  .header-lang {
    margin-left: 0 !important;
  }
  .main-navigation__wrapper {
    padding-top: 1rem;
  }
  .main-navigation__wrapper .nav__item {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 0.5rem;
  }
  .main-navigation__wrapper .nav__item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1000.5px) and (max-width: 1199px) {
  .main-navigation__wrapper .nav__item a {
    font-size: 13px;
  }
  .header-main__nav ul li.hs-menu-item.hs-menu-depth-1 a {
    margin: 0 10px;
    font-size: 13px;
  }
  .header__logo img {
    max-width: 95px !important;
  }
  .header-button .button {
    font-size: 14px;
    padding: 10px 15px;
  }
  .header-button a img {
    margin-left: 0.5rem;
    width: 14px;
  }
  .header-main__nav ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a::after {
    top: 6px;
    right: -14px;
    background-size: 80%;
    width: 13px;
  }
}
.header-main__search-btn,
.header-main__search .hs-submit--search, .header-main__search-close {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  color: var(--color-text);
}
.header-main__search-btn:hover, .header-main__search-btn:focus, .header-main__search-btn:active,
.header-main__search .hs-submit--search:hover,
.header-main__search .hs-submit--search:focus,
.header-main__search .hs-submit--search:active, .header-main__search-close:hover, .header-main__search-close:focus, .header-main__search-close:active {
  border: 0;
  background: rgba(255, 255, 255, 0);
  color: var(--color-text);
}
.header-main__search-btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-main__search-btn:hover, .header-main__search-btn:focus {
  text-shadow: -0.25px -0.25px 0 #000, 0.25px 0.25px var(--color-black);
}
.header-main__search-btn svg {
  vertical-align: bottom;
}
@media (max-width: 87.5rem) {
  .header-main__search-btn {
    font-size: 15px;
  }
  .header-main__search-btn svg {
    width: 20px;
  }
}
.header-main__search-form {
  background-color: var(--color-white);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  top: 104px;
  visibility: hidden;
  width: 100vw;
}
.search-open .header-main__search-form {
  opacity: 1;
  visibility: visible;
}
.header-main__search-form .hs-form-field {
  margin: auto;
  margin-bottom: 0;
  max-width: 1362px;
  position: relative;
}
.header-main__search-form input[type=text] {
  border: none;
  padding: var(--space-l) calc(var(--space-2xl) + var(--space-l) + 2rem) var(--space-l) calc(var(--space-2xl) + var(--space-l) + 2rem);
}
.header-main__search-form input[type=text]:focus-visible {
  outline: none;
}
.header-main__search-form .hs-submit--search,
.header-main__search-form .header-main__search-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-main__search-form .hs-submit--search {
  left: var(--space-2xl);
}
.header-main__search-form .header-main__search-close {
  right: var(--space-2xl);
}
.header-main__search-form .header-main__search-close svg {
  height: 24px;
  vertical-align: middle;
  width: 24px;
}
@media (min-width: 73.001rem) {
  .header-main__search {
    margin-left: 1rem;
  }
  .header-main__search--mobile {
    display: none;
  }
}
@media (max-width: 73rem) {
  .header-main__search {
    margin-left: auto;
    margin-right: 1rem;
  }
  .header-main__search-form {
    top: 75px;
    position: absolute;
  }
  .header-main__search--desktop {
    display: none;
  }
  .header-main__search .hs-submit--search svg {
    height: 24px;
    width: 24px;
  }
  .header-main__search .header-main__search-close svg {
    height: 18px;
    width: 18px;
  }
}