/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

:root {
  /* RESPONSIVE BREAKPOINTS ALIAS */
  --size-xxs-breakpoint: 25em;
  --size-xs-breakpoint: 32em;
  --size-sm-breakpoint: 48em;
  --size-smd-breakpoint: 54em;
  --size-md-breakpoint: 62em;
  --size-lg-breakpoint: 75em;
  --size-xl-breakpoint: 80em;

  /* TYPO > FONTS */
  --font-icons: 'icomoon';

  --font-extra-bold: 'Manrope', sans-serif;
  --font-bold: 'Manrope', sans-serif;
  --font-semi-bold: 'Manrope', sans-serif;
  --font-medium: 'Manrope', sans-serif;
  --font-regular: 'Manrope', sans-serif;
  --font-light: 'Manrope', sans-serif;
  --font-extra-light: 'Manrope', sans-serif;
  --font-regular: 'Manrope', sans-serif;

  /* COLORS */
  --color-primary: #185a7d;
  --color-secondary: #0092d1;
  --color-terciary: #ecf4f7;

  --color-black: #101519;
  --color-dark-gray: #253038;
  --color-gray: #72828a;
  --color-medium-gray: #929fa5;
  --color-light-gray: #d0d5d8;
  --color-ultra-gray: #ebeeef;
  --color-ultra-lighter-gray: #fef7f6;
  --color-white: #ffffff;

  --color-yellow: #ffc72a;
  --color-green: #b5be00;
  --color-red: #ea6953;
  --color-cian: #58b7b3;
  --color-purple: #94368d;
  --color-whatsapp: #4ba586;

  --color-error: #b51111;
  --color-success: #008900;
}
@font-face {
  font-family: 'icomoon';
  src: url('https://143557140.fs1.hubspotusercontent-eu1.net/hubfs/143557140/icomoon.eot') format('embedded-opentype'),
    url('https://143557140.fs1.hubspotusercontent-eu1.net/hubfs/143557140/icomoon.ttf') format('truetype'),
    url('https://143557140.fs1.hubspotusercontent-eu1.net/hubfs/143557140/icomoon.woff') format('woff'),
    url('https://143557140.fs1.hubspotusercontent-eu1.net/hubfs/143557140/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-size: 18px;
  color: var(--color-primary);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: '\e900';
}
.icon-arrowBottom:before {
  content: '\e901';
}
.icon-arrowLeft:before {
  content: '\e902';
}
.icon-arrowRight:before {
  content: '\e903';
}
.icon-arrowUp:before {
  content: '\e904';
}
.icon-calendar:before {
  content: '\e905';
}
.icon-certification:before {
  content: '\e906';
}
.icon-chat:before {
  content: '\e907';
}
.icon-check:before {
  content: '\e908';
}
.icon-close:before {
  content: '\e909';
}
.icon-config:before {
  content: '\e90a';
}
.icon-contextualHorizontal:before {
  content: '\e90b';
}
.icon-contextualVertical:before {
  content: '\e90c';
}
.icon-document:before {
  content: '\e90d';
}
.icon-download:before {
  content: '\e90e';
}
.icon-edit:before {
  content: '\e90f';
}
.icon-email:before {
  content: '\e910';
}
.icon-emergency:before {
  content: '\e911';
}
.icon-filters:before {
  content: '\e912';
}
.icon-heart:before {
  content: '\e913';
}
.icon-hide:before {
  content: '\e914';
}
.icon-hospital:before {
  content: '\e915';
}
.icon-info:before {
  content: '\e916';
}
.icon-instagram:before {
  content: '\e917';
}
.icon-linkedin:before {
  content: '\e918';
}
.icon-location:before {
  content: '\e919';
}
.icon-longArrowLeft:before {
  content: '\e91a';
}
.icon-longArrowRight:before {
  content: '\e91b';
}
.icon-medical:before {
  content: '\e91c';
}
.icon-menu:before {
  content: '\e91d';
}
.icon-off:before {
  content: '\e91e';
}
.icon-phone:before {
  content: '\e91f';
}
.icon-question:before {
  content: '\e920';
}
.icon-remove:before {
  content: '\e921';
}
.icon-search:before {
  content: '\e922';
}
.icon-send:before {
  content: '\e923';
}
.icon-show:before {
  content: '\e924';
}
.icon-switch:before {
  content: '\e925';
}
.icon-trash:before {
  content: '\e926';
}
.icon-upload:before {
  content: '\e927';
}
.icon-user:before {
  content: '\e928';
}
.icon-warning:before {
  content: '\e929';
}
.icon-quote:before {
  content: '\e92a';
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: 700;
}
a {
  text-decoration: none;
}
textarea {
  resize: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* MODULE GRID WRAPPER */
.wrapped-module {
  background: transparent;
  display: block;
  margin: 0 auto;
  position: relative;
}
.wrapped-module .wrapper {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.wrapped-module .wrapper .col {
  padding: 0 16px;
}
.wrapped-module.unpadded-module .wrapper .col {
  padding: 0;
}

.wrapped-module .wrapper .col.nopadding {
  padding: 0 !important;
}

@media (min-width: 48em) {
  /* MODULE GRID WRAPPER */
  .wrapped-module .wrapper {
    max-width: 720px;
  }
}

@media (min-width: 54em) {
  /* MODULE GRID WRAPPER */
  .wrapped-module .wrapper {
    max-width: 820px;
  }
}

@media (min-width: 62em) {
  /* MODULE GRID WRAPPER */
  .wrapped-module .wrapper {
    max-width: 920px;
  }
}

@media (min-width: 75em) {
  /* MODULE GRID WRAPPER */
  .wrapped-module .wrapper {
    max-width: 1100px;
  }
}

@media (min-width: 80em) {
  /* MODULE GRID WRAPPER */
  .wrapped-module .wrapper {
    max-width: 1240px;
  }
  .wrapped-module .wrapper .col {
    padding: 0;
  }
  .wrapped-module .wrapper .col.keeppadding {
    padding: 0 16px;
  }
}
/*** FONTS ***/
h1 {
  font-family: var(--font-regular) !important;
  font-size: 72px;
  font-style: normal;
  line-height: 80px;
}

.h1-big {
  font-family: var(--font-regular) !important;
  font-size: 156px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -9.36px;
}

h2 {
  font-family: var(--font-regular) !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

h3 {
  font-family: var(--font-regular) !important;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}

h4 {
  font-family: var(--font-regular) !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

h5 {
  font-family: var(--font-regular) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

p {
  font-family: var(--font-regular) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.extra-bold {
  font-weight: 800;
}

.semi-bold {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.extra-light {
  font-weight: 200;
}

.p-16 {
  font-size: 16px;
  line-height: 24px;
}

.p-12 {
  font-size: 12px;
  line-height: 16px;
}

i {
  font-family: var(--font-icons);
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
.form-title, .submitted-message, form {
  background-color: var(--color-white) !important;
  position: relative;
}

/* Fields */

.hs-form-field {
  margin-bottom: 1rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

.form-title, form label, form legend {
  color: var(--color-black) !important;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 4px 24px 4px 12px;
  width: 100% !important;
  border-radius: 0.5rem;
  background-color: var(--color-white) !important;
  border: 1px solid var(--color-light-gray) !important;
  height: 40px;
}

form .hs-form-field {
  position: relative;
}

form textarea {
  resize: vertical !important;
  padding: 8px 24px 8px 12px;
  height: 116px;
}

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

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: var(--color-medium-gray);
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
  color: var(--color-medium-gray);
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: var(--color-medium-gray);
}

form input:-moz-placeholder,
form textarea:-moz-placeholder {
  color: var(--color-medium-gray);
}

form select:invalid {
  color: var(--color-medium-gray)
}

form select {
  appearance: none;
}

form .hs-fieldtype-select:after {
  content: '\e901';
  font-family: icomoon !important;
  font-size: 16px;
  position: absolute;
  right: 20px;
  bottom: 8px;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

form .hs-form-radio label span {
  line-height: 18px;
}

form .hs-form-radio .hs-form-radio-display,
form .hs-form-checkbox .hs-form-checkbox-display {
  display: flex;
  align-items: center;
  gap: 10px;
}

form input[type="radio"] {
  appearance: none;
  background-color: var(--color-white);
  margin: 0;
  font: inherit;
  color: var(--color-medium-gray);
  width: 20px !important;
  height: 20px;
  border: 2px solid var(--color-medium-gray);
  border-radius: 50%;
  display: grid;
  place-content: center;
}

form input[type="checkbox"] {
  appearance: none;
  background-color: var(--color-white);
  margin: 0;
  font: inherit;
  color: var(--color-medium-gray);
  width: 18px !important;
  height: 18px;
  border: 2px solid var(--color-black);
  display: grid;
  place-content: center;
}

input[type="radio"]:checked {
  transform: scale(1);
  border: 1px solid var(--color-secondary);
}

input[type="checkbox"]:checked {
  transform: scale(1);
  border: 2px solid var(--color-secondary);
  background-color: var(--color-secondary);
}

input[type="radio"]:checked + span {
  font-weight: 600;
}

input[type="checkbox"]:checked + span {
  font-weight: 600;
}

input[type="radio"]::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--color-secondary);
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]::before {
  content: '\e908';
  font-family: 'icomoon' !important;
  font-size: 12px;
  color: var(--color-white);
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--color-secondary);
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}


/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  display: none;
}

.hs-fieldtype-file label {
  display: inline-block;
  padding: 8px 12px;
  cursor: pointer;
  background-color: var(--color-terciary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  width: calc(100% - 8px);
  border-radius: 8px;
}

.hs-fieldtype-file label:after {
  content: '\e927';
  font-family: 'icomoon' !important;
  display: block;
  position: absolute;
  right: 32px;
  bottom: 14px;
  font-size: 16px;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: var(--color-error);
}

.hs-input.invalid.error {
  border-color: var(--color-error);
}

.hs-error-msgs {
  position: absolute;
  bottom: -30px;
  left: 12px;
}

.hs-error-msgs label {
  color: var(--color-error) !important;
  font-size: 12px;
}

.hs-error-msg {
  margin-top: 0.35rem;
}

.hs_error_rollup .hs-error-msgs {
  bottom: -36px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-radius: 100px !important;
  background-color: var(--color-secondary) !important;
  height: 56px;
  font-size: 14px !important;
  line-height: 18px;
  font-weight: 700 !important;
  padding: 16px 24px !important;
}

form input[type=submit]:hover,
form .hs-button:hover {
  background-color: var(--color-primary) !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }


.hs_submit{
  display:flex;
  justify-content: flex-end;
}

.form-columns-2 {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.input {
  margin-right: 0 !important;
}

.hs-form-field .hs-error-msgs {
  position: relative;
  height: auto;
  bottom: 0;
  margin-bottom: -1rem;
}

.hs-form-booleancheckbox > label {
  display: flex;
  gap: 8px;
}

.hs-fieldtype-select::after {
  bottom: initial !important;
  top: 36px;
}
.hs-fieldtype-file label::after {
  top: 8px;
  bottom: initial !important;
}
.hs-fieldtype-checkbox ul,
.hs-fieldtype-radio ul{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

@media (max-width: 32em) {
  .form-columns-2 {
    flex-direction: column;
    gap: 0;
  }
  .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Macros
Resusable styles to elements using macros
*/

/* MACROS > LINK > REGULAR LINK */
.macros-link.regular {
  color: var(--color-secondary);
  display: block;
  overflow: hidden;
  padding: 0;
  transition: all 200ms ease-out;
}
.macros-link.regular .label {
  font-weight: 700 !important;
  transition: all 200ms ease-out;
  font-size: 14px;
  line-height: 24px;
}
.macros-link.regular.book .label {
  font-weight: 600 !important;
}

.macros-link.regular:hover .label {
  color: var(--color-primary);
}

/* MACROS > LINK > REGULAR LINK > BIG VARIANT */
.macros-link.regular.big .label {
  font-size: 16px;
  line-height: 24px;
}
/* MACROS > LINK > REGULAR LINK > WHITE VARIANT */
.macros-link.regular.white {
  color: var(--color-white);
}
.macros-link.regular.white:hover {
  color: var(--color-white);
}

/* MACROS > LINK > REGULAR LINK > RED VARIANT */
.macros-link.regular.red {
  color: var(--color-error);
}
.macros-link.regular.red:hover {
  color: var(--color-error);
}

/* MACROS > LINK > REGULAR LINK > BLACK VARIANT */
.macros-link.regular.black,
.macros-link.regular.black .label {
  color: var(--color-black);
}
.macros-link.regular.black:hover,
.macros-link.regular.black:hover .label {
  color: var(--color-black);
}

/* MACROS > LINK > REGULAR LINK > BLACK VARIANT */
.macros-link.regular.black-gray,
.macros-link.regular.black .label {
  color: var(--color-black);
}
.macros-link.regular.black-gray:hover,
.macros-link.regular.black-gray:hover .label {
  color: var(--color-dark-gray);
}

/* MACROS LINK > BUTTON LINK */
.macros-link.button-link {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-family: var(--font-regular);
  padding: 8px 16px;
  border-radius: 100px;
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  border-width: 1px;
  border-style: solid;
  transition: all 200ms ease-out;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.macros-link.button-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: var(--color-black);
  z-index: 5;
  display: block;
  opacity: 0;
  transition: all 200ms ease-out;
  pointer-events: none;
}
.macros-link.button-link:hover:before {
  opacity: 0.1;
}
.macros-link.button-link .label {
  white-space: nowrap;
  position: relative;
  z-index: 10;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color-white) !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.macros-link.button-link.trans-blue.icon-link:after,
.macros-link.button-link.trans-blue.arrow-icon-link:after {
  color: var(--color-white) !important;
}

/* MACROS LINK > BUTTON LINK > BIG VARIANT */
.macros-link.button-link.big {
  padding: 14px 22px;
}
.macros-link.button-link.big .label {
  font-size: 16px;
  line-height: 24px;
}
/* MACROS LINK > BUTTON LINK > TRANS WHITE VARIANT */
.macros-link.button-link.trans-white {
  background: transparent;
  border-color: var(--color-white);
}
/* MACROS LINK > BUTTON LINK > TRANS BLUE VARIANT */
.macros-link.button-link.trans-blue {
  background: transparent;
  border-color: var(--color-secondary);
}
.macros-link.button-link.trans-blue.icon-link:after,
.macros-link.button-link.trans-blue.arrow-icon-link:after,
.macros-link.button-link.trans-blue .label {
  color: var(--color-secondary) !important;
}
/* MACROS LINK > BUTTON LINK > RED VARIANT */
.macros-link.button-link.red {
  background: var(--color-error);
  border-color: var(--color-error);
}
/* MACROS LINK > BUTTON LINK > WHATSAPP VARIANT */
.macros-link.button-link.whatsapp {
  background: var(--color-whatsapp);
  border-color: var(--color-whatsapp);
}

/* MACROS LINK > BUTTON LINK > WHITE VARIANT */
.macros-link.button-link.white {
  background: var(--color-white);
  border-color: var(--color-white);
}
.macros-link.button-link.white.icon-link:after,
.macros-link.button-link.white.arrow-icon-link:after,
.macros-link.button-link.white .label {
  color: var(--color-black) !important;
}
/* MACROS LINK > BUTTON LINK > PURPLE VARIANT */
.macros-link.button-link.purple {
  background: var(--color-purple);
  border-color: var(--color-purple);
}
/* MACROS LINK > BUTTON LINK > INLINE-BLOCK VARIANT */
.macros-link.button-link.inline {
  display: inline-block;
}

/* MACROS > LINK > ICON LINKs */
.macros-link.icon-link:after,
.macros-link.arrow-icon-link:after {
  font-family: icomoon !important;
  display: inline-block;
  top: 1px;
  position: relative;
  margin-left: 4px;
  z-index: 10;
}
.macros-link.arrow-icon-link:after {
  content: '\e91b';
}
.macros-link.phone-icon-link:after {
  content: '\e91f';
}
.macros-link.download-icon-link:after {
  content: '\e90e';
}
.macros-link.drop-pin-icon-link:after {
  content: '\e919';
}

.macros-link.icon-white {
  color: var(--color-white) !important;
}

/* MACROS > LINK > MISC MODIFIERS */
.macros-link.uppercase {
  text-transform: uppercase;
}
.macros-link.disabled {
  pointer-events: none !important;
}

.macros-link.nolabel > * {
  display: none;
}
/* MACRO TITLE > PAGE TITLE */
.macros-title.page-title {
  color: var(--color-secondary);
  font-family: var(--font-regular);
  font-style: normal;
  font-weight: 200;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 0;
}

/* MACRO TITLE > MODULE TITLE */
.macros-title.module-title {
  color: var(--color-secondary);
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 0;
}

/* MACRO TITLE > POST FEAT TITLE */
.macros-title.post-feat-title {
  color: var(--color-black);
  font-family: var(--font-regular);
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

/* MACRO TITLE > BASIC TITLE */
.macros-title.basic-title {
  color: var(--color-black);
  font-family: var(--font-regular);
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.macros-title.basic-title.small {
  font-size: 24px;
  line-height: 30px;
}

/* MACRO TITLE > MINI BAR TITLE */
.macros-title.mini-bar-title {
  color: var(--color-secondary);
  font-family: var(--font-regular);
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  padding-left: 56px;
}
.macros-title.mini-bar-title:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  background: var(--color-black);
  dispplay: block;
  width: 40px;
  height: 1px;
}

/* MACRO TITLE > COLOR VARIANTS */
.macros-title.blue {
  color: var(--color-secondary) !important;
}
.macros-title.white {
  color: var(--color-white) !important;
}
.macros-title.black {
  color: var(--color-black) !important;
}
.macros-title.darkblue {
  color: var(--color-primary) !important;
}
.macros-title.darkgray {
  color: var(--color-dark-gray) !important;
}
.macros-title.gray {
  color: var(--color-gray) !important;
}

/* MACRO TITLE > WEIGHT VARIANTS */
.macros-title.thin {
  font-weight: 100 !important;
}
.macros-title.semibold {
  font-weight: 600 !important;
}
.macros-title.bold {
  font-weight: 700 !important;
}

/* MACRO TITLE > MISC VARIANTS */
.macros-title.uppercase {
  text-transform: uppercase !important;
}

@media (min-width: 48em) {
  /* MACRO TITLE > PAGE TITLE */
  .macros-title.page-title {
    font-size: 48px;
    line-height: 60px;
  }
  /* MACRO TITLE > POST FEAT TITLE */
  .macros-title.post-feat-title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 54em) {
  /* MACRO TITLE > PAGE TITLE */
  .macros-title.page-title {
    font-size: 52px;
    line-height: 64px;
  }

  /* MACRO TITLE > BASIC TITLE */
  .macros-title.basic-title {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (min-width: 62em) {
  /* MACRO TITLE > BASIC TITLE */
  .macros-title.basic-title {
    font-size: 32px;
    line-height: 38px;
  }
  /* MACRO TITLE > PAGE TITLE */
  .macros-title.page-title {
    font-size: 64px;
    line-height: 70px;
  }
  /* MACRO TITLE > MODULE TITLE */
  .macros-title.module-title {
    font-size: 40px;
    line-height: 52px;
  }
  /* MACRO TITLE > POST FEAT TITLE */
  .macros-title.post-feat-title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 75em) {
  /* MACRO TITLE > BASIC TITLE */
  .macros-title.basic-title.oversize {
    font-size: 42px;
    line-height: 54px;
  }
  /* MACRO TITLE > PAGE TITLE */
  .macros-title.page-title {
    font-size: 72px;
    line-height: 80px;
  }

  /* MACRO TITLE > MODULE TITLE */
  .macros-title.module-title {
    font-size: 48px;
    line-height: 60px;
  }
}
/* MACRO WYSIYG > REGULAR */
.macros-wysiwyg.regular,
.macros-wysiwyg.regular *,
.macros-wysiwyg.regular p {
  color: var(--color-black);
  font-family: var(--font-regular);
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.macros-wysiwyg.regular a {
  color: var(--color-primary) !important;
  font-weight: 500;
}
.macros-wysiwyg.regular a:hover {
  text-decoration: underline;
}

.macros-wysiwyg.regular b,
.macros-wysiwyg.regular strong {
  font-weight: 700;
}

.macros-wysiwyg.regular em {
  opacity: 0.75;
  font-style: italic;
}
.macros-wysiwyg.regular ul li {
  padding-left: 24px;
  font-weight: 600;
  position: relative;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}
.macros-wysiwyg.regular ul li:before {
  content: '\e91b';
  font-family: icomoon !important;
  font-weight: 400;
  color: var(--color-secondary);
  display: block;
  width: 16px;
  line-height: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  text-align: center;
}
.macros-wysiwyg.regular ul li:last-child {
  margin-bottom: 0;
}

.macros-wysiwyg.regular > * {
  margin-bottom: 16px;
}
.macros-wysiwyg.regular > *:last-child {
  margin-bottom: 0;
}

/* MACRO WYSIYG > MINI COPY */
.macros-wysiwyg.mini-copy,
.macros-wysiwyg.mini-copy * {
  color: var(--color-dark-gray);
  font-family: var(--font-regular);
  margin-bottom: 0;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.macros-wysiwyg.mini-copy.bold,
.macros-wysiwyg.mini-copy.bold *,
.macros-wysiwyg.mini-copy b,
.macros-wysiwyg.mini-copy strong {
  font-weight: 700;
}
.macros-wysiwyg.mini-copy.bolder,
.macros-wysiwyg.mini-copy.bolder * {
  font-weight: 900;
}
.macros-wysiwyg.mini-copy ul li {
  margin-bottom: 14px;
}
.macros-wysiwyg.mini-copy ul li:last-child {
  margin-bottom: 0;
}
.macros-wysiwyg.mini-copy > * {
  margin-bottom: 14px;
}
.macros-wysiwyg.mini-copy > *:last-child {
  margin-bottom: 0;
}

/* MACRO WYSIYG > MICRO COPY */
.macros-wysiwyg.micro-copy,
.macros-wysiwyg.micro-copy * {
  color: var(--color-dark-gray);
  font-family: var(--font-regular);
  margin-bottom: 0;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.macros-wysiwyg.micro-copy b,
.macros-wysiwyg.micro-copy strong {
  font-weight: 700;
}
.macros-wysiwyg.micro-copy ul li {
  margin-bottom: 14px;
}
.macros-wysiwyg.micro-copy ul li:last-child {
  margin-bottom: 0;
}
.macros-wysiwyg.micro-copy > * {
  margin-bottom: 12px;
}
.macros-wysiwyg.micro-copy > *:last-child {
  margin-bottom: 0;
}

/* MACRO WYSIYG > INTRO COPY */
.macros-wysiwyg.intro-copy,
.macros-wysiwyg.intro-copy * {
  color: var(--color-black);
  font-family: var(--font-regular);
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.macros-wysiwyg.intro-copy b,
.macros-wysiwyg.intro-copy strong {
  font-weight: 700;
}
.macros-wysiwyg.intro-copy ul {
  font-weight: 600;
}
.macros-wysiwyg.intro-copy ul li {
  padding-left: 24px;
  font-weight: 600;
  position: relative;
  margin-bottom: 16px;
}
.macros-wysiwyg.intro-copy ul li:before {
  content: '\e91b';
  font-family: icomoon !important;
  font-weight: 400;
  color: var(--color-secondary);
  display: block;
  width: 16px;
  line-height: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  text-align: center;
}
.macros-wysiwyg.intro-copy ul li:last-child {
  margin-bottom: 0;
}
.macros-wysiwyg.intro-copy > * {
  margin-bottom: 16px;
}
.macros-wysiwyg.intro-copy > *:last-child {
  margin-bottom: 0;
}
*/

/* MACRO WYSIYG > INTRO COPY > OVERSIZED VARIATION */
.macros-wysiwyg.intro-copy.oversized,
.macros-wysiwyg.intro-copy.oversized * {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

/* MACRO WYSIYG > PAGE INTRO COPY */
.macros-wysiwyg.page-intro-copy,
.macros-wysiwyg.page-intro-copy * {
  color: var(--color-dark-gray);
  font-family: var(--font-regular);
  margin-bottom: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.macros-wysiwyg.intro-copy > * {
  margin-bottom: 18px;
}

.macros-wysiwyg.intro-copy > *:last-child {
  margin-bottom: 0;
}

/* MACRO WYSIYG > INTRO COPY > OVERSIZED VARIATION */
.macros-wysiwyg.intro-copy.oversized,
.macros-wysiwyg.intro-copy.oversized * {
  font-size: 24px;
  line-height: 30px;
}

.macros-wysiwyg.intro-copy > * {
  margin-bottom: 24px;
}

/* MACRO WYSIYG > COLOR VARIANTS */
.macros-wysiwyg.black,
.macros-wysiwyg.black * {
  color: var(--color-black) !important;
}
.macros-wysiwyg.white,
.macros-wysiwyg.white * {
  color: var(--color-white) !important;
}

.macros-wysiwyg.white.regular.main-copy-block.regular-list .list-heading:before,
.macros-wysiwyg.white ul li:before {
  color: var(--color-white) !important;
}
.macros-wysiwyg.blue,
.macros-wysiwyg.blue * {
  color: var(--color-secondary) !important;
}

.macros-wysiwyg.blue.regular.main-copy-block.regular-list .list-heading:before,
.macros-wysiwyg.blue ul li:before {
  color: var(--color-black) !important;
}
.macros-wysiwyg.darkblue,
.macros-wysiwyg.darkblue * {
  color: var(--color-primary) !important;
}
.macros-wysiwyg.darkgray,
.macros-wysiwyg.darkgray * {
  color: var(--color-dark-gray) !important;
}
.macros-wysiwyg.red,
.macros-wysiwyg.red * {
  color: var(--color-error) !important;
}
.macros-wysiwyg.purple,
.macros-wysiwyg.purple * {
  color: var(--color-purple) !important;
}

/* MACRO WYSIYG > BLOG CONTENT */
.macros-wysiwyg.regular.blog-content > *,
.macros-wysiwyg.regular.blog-content p {
  margin-bottom: 24px;
}
.macros-wysiwyg.regular.blog-content figure {
  display: block;
  margin-bottom: 8px;
}
.macros-wysiwyg.regular.blog-content figure img {
  display: block;
  border-radius: 24px;
  margin: 0 auto;
}
.macros-wysiwyg.regular.blog-content .wp-block-media-text__content p {
  font-style: italic;
  color: var(--color-dark-gray);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

/* MACRO WYSIYG > MISC VARIANTS */
.macros-wysiwyg.uppercase {
  text-transform: uppercase;
}

@media (min-width: 62em) {
  /* MACRO WYSIYG > BLOG CONTENT */
  .macros-wysiwyg.regular.blog-content > *,
  .macros-wysiwyg.regular.blog-content p {
    margin-bottom: 32px;
  }
  .macros-wysiwyg.regular.blog-content figure {
    margin-bottom: 12px;
  }
  .macros-wysiwyg.regular.blog-content .wp-block-media-text__content p {
    margin-right: auto;
    margin-left: auto;
    padding: 0 7% 18px 7%;
    border-bottom: 1px solid var(--color-light-gray);
  }
}

@media (min-width: 75em) {
  /* MACRO WYSIYG > BLOG CONTENT */
  .macros-wysiwyg.regular.blog-content > *,
  .macros-wysiwyg.regular.blog-content p {
    margin-bottom: 40px;
  }
  /* MACRO WYSIYG > INTRO COPY */
  .macros-wysiwyg.intro-copy,
  .macros-wysiwyg.intro-copy * {
    font-size: 18px;
    line-height: 24px;
  }
  .macros-wysiwyg.intro-copy ul li:before {
    top: 5px;
  }
  .macros-wysiwyg.intro-copy > * {
    margin-bottom: 18px;
  }

  /* MACRO WYSIYG > PAGE INTRO COPY */
  .macros-wysiwyg.page-intro-copy,
  .macros-wysiwyg.page-intro-copy * {
    font-size: 24px;
    line-height: 30px;
  }
  .macros-wysiwyg.intro-copy > * {
    margin-bottom: 24px;
  }
}

/* MACRO WYSIYG > REGULAR > MAIN COPY BLOCK VARIANT */
.macros-wysiwyg.regular.main-copy-block > * {
  margin-bottom: 24px;
}
.macros-wysiwyg.regular.main-copy-block > *:last-child {
  margin-bottom: 0 !important;
}

/* MACRO WYSIYG > REGULAR > MAIN COPY BLOCK + SIZE XL */
.macros-wysiwyg.regular.main-copy-block.size-xl,
.macros-wysiwyg.regular.main-copy-block.size-xl *,
.macros-wysiwyg.regular.main-copy-block.size-xl p {
  font-size: 18px;
  line-height: 26px;
}
.macros-wysiwyg.regular.main-copy-block.size-xl > * {
  font-weight: 300;
}
/* MACRO WYSIYG > REGULAR > MAIN COPY BLOCK + SIZE L */
.macros-wysiwyg.regular.main-copy-block.size-l,
.macros-wysiwyg.regular.main-copy-block.size-l *,
.macros-wysiwyg.regular.main-copy-block.size-l p {
  font-size: 16px;
}

/* MACRO WYSIYG > REGULAR > MAIN COPY BLOCK + SIZE M */
.macros-wysiwyg.regular.main-copy-block.size-m,
.macros-wysiwyg.regular.main-copy-block.size-m *,
.macros-wysiwyg.regular.main-copy-block.size-m p {
  font-size: 16px;
}
/* MACRO WYSIYG > REGULAR > MAIN COPY BLOCK + SIZE S */
.macros-wysiwyg.regular.main-copy-block.size-s,
.macros-wysiwyg.regular.main-copy-block.size-s *,
.macros-wysiwyg.regular.main-copy-block.size-s p {
  color: var(--color-dark-gray);
  font-size: 14px;
  line-height: 18px;
}
.macros-wysiwyg.regular.main-copy-block.size-s > * {
  margin-bottom: 18px;
}

/* MACRO WYSIYG > REGULAR > MAIN COPY BLOCK VARIANT > LIST DISPLAY */
.macros-wysiwyg.regular.main-copy-block.regular-list .list-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: block;
  counter-increment: list-heads;
  position: relative;
  margin-bottom: 0 !important;
  padding-left: 32px;
}
.macros-wysiwyg.regular.main-copy-block.regular-list .list-heading:before {
  content: counter(list-heads) '.';
  font-size: 16px;
  line-height: 24px;
  color: var(--color-secondary);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.macros-wysiwyg.regular.main-copy-block.regular-list .list-looper.has-head {
  margin-top: 8px;
  padding-left: 40px;
}
.macros-wysiwyg.regular.main-copy-block.regular-list .list-looper li {
  margin-bottom: 6px;
}
.macros-wysiwyg.regular.main-copy-block.regular-list .list-looper li:last-child {
  margin-bottom: 0 !important;
}
.macros-wysiwyg.regular.main-copy-block.regular-list .list-looper li:before {
  font-size: 16px !important;
}

.macros-wysiwyg.regular.main-copy-block.regular-list .list-looper li > span {
  display: block;
  margin-bottom: 6px;
}
.macros-wysiwyg.regular.main-copy-block.regular-list .list-looper li > span.main {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.macros-wysiwyg.regular.main-copy-block.regular-list .list-looper li > span.desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  opacity: 0.9;
}
.macros-wysiwyg.regular.main-copy-block.regular-list .list-looper li > span.price {
  font-weight: 700;
}
.macros-wysiwyg.regular.main-copy-block.regular-list .list-looper li > span:last-child {
  margin-bottom: 0 !important;
}

/* MACRO WYSIYG > REGULAR > MAIN COPY BLOCK VARIANT > LIST DISPLAY > SIZE XL */
.macros-wysiwyg.regular.main-copy-block.regular-list.size-xl .list-looper.has-head {
  margin-top: 16px;
}
.macros-wysiwyg.regular.main-copy-block.regular-list.size-xl .list-looper li {
  margin-bottom: 16px;
}
.macros-wysiwyg.regular.main-copy-block.regular-list.size-xl .list-looper li > span {
  margin-bottom: 8px;
}

/* MACRO WYSIYG > REGULAR > MAIN COPY BLOCK VARIANT > LIST DISPLAY > SIZE L */
.macros-wysiwyg.regular.main-copy-block.regular-list.size-l .list-looper.has-head {
  margin-top: 16px;
}
.macros-wysiwyg.regular.main-copy-block.regular-list.size-l .list-looper li {
  margin-bottom: 16px;
}
.macros-wysiwyg.regular.main-copy-block.regular-list.size-l .list-looper li > span {
  margin-bottom: 8px;
}

/* MACRO WYSIYG > REGULAR > MAIN COPY BLOCK VARIANT > LIST DISPLAY > SIZE S */
.macros-wysiwyg.regular.main-copy-block.regular-list.size-s .list-looper.has-head {
  margin-top: 8px;
}
.macros-wysiwyg.regular.main-copy-block.regular-list.size-s .list-looper li {
  margin-bottom: 8px;
}
.macros-wysiwyg.regular.main-copy-block.regular-list.size-s .list-looper li > span {
  margin-bottom: 8px;
}
.macros-wysiwyg.regular.main-copy-block.regular-list.size-s .list-looper li > span.main,
.macros-wysiwyg.regular.main-copy-block.regular-list.size-s .list-looper li > span.price {
  font-size: 14px;
  line-height: 18px;
}
.macros-wysiwyg.regular.main-copy-block.regular-list.size-s .list-looper li > span.price {
  font-weight: 600;
}
.macros-wysiwyg.regular.main-copy-block.regular-list.size-s .list-looper li > span.desc {
  font-weight: 300;
}
.macros-wysiwyg.regular.main-copy-block.regular-list.mini-list .list-looper li:before {
  top: 1px;
}
/* MACRO WYSIYG > REGULAR > MAIN COPY BLOCK VARIANT > LIST DISPLAY > EXTRA: SEMIBOLD */
.macros-wysiwyg.regular.main-copy-block.regular-list.use-semibold .list-looper li > span.main {
  font-weight: 600;
}

@media (min-width: 62em) {
  /* MACRO WYSIYG > REGULAR > MAIN COPY BLOCK VARIANT > LIST DISPLAY > SIZE XL */
  .macros-wysiwyg.regular.main-copy-block.regular-list.size-xl .list-looper li {
    margin-bottom: 24px;
  }
  .macros-wysiwyg.regular.main-copy-block.regular-list.size-xl .list-looper li > span {
    margin-bottom: 10px;
  }
  /* MACRO WYSIYG > REGULAR > MAIN COPY BLOCK VARIANT > LIST DISPLAY > EXTRA: DOUBLECOL */
  .macros-wysiwyg.regular.main-copy-block.regular-list.use-double-col .list-looper {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    gap: 32px;
  }
}

@media (min-width: 75em) {
  /* MACRO WYSIYG > REGULAR > MAIN COPY BLOCK + SIZE XL */
  .macros-wysiwyg.regular.main-copy-block.size-xl,
  .macros-wysiwyg.regular.main-copy-block.size-xl *,
  .macros-wysiwyg.regular.main-copy-block.size-xl p {
    font-size: 22px;
    line-height: 32px;
  }
  /* MACRO WYSIYG > REGULAR > MAIN COPY BLOCK + SIZE L */
  .macros-wysiwyg.regular.main-copy-block.size-l,
  .macros-wysiwyg.regular.main-copy-block.size-l *,
  .macros-wysiwyg.regular.main-copy-block.size-l p {
    font-size: 18px;
    line-height: 28px;
  }
  .macros-wysiwyg.regular.main-copy-block.size-l .list-looper li:before {
    top: 5px;
  }
} 
/* MACROS > FIGURE > REGULAR */
.macros-figure.regular {
  display: block;
}
.macros-figure.regular img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.macros-figure.regular figcaption {
  color: var(--color-darkgray);
  font-family: var(--font-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 16px 0 16px;
  text-align: center;
}

/* MACROS MOSAIC > MOSAIC COMMONS */
.macros-mosaic {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin: 0;
}

.macros-mosaic .image figure {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 12px;
}
.macros-mosaic .image figure img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MACROS MOSAIC > MOSAIC SIZE 1 */
.macros-mosaic.mosaic-size-1.img_right .image {
  margin-left: auto;
}
.macros-mosaic.mosaic-size-1 .image-a {
  flex: 0 0 100%;
  width: 100%;
  aspect-ratio: 48/35;
  padding: 0;
}
.macros-mosaic.mosaic-size-1 .image-a figure {
  border-radius: 0 12px 12px 12px;
}

/* MACROS MOSAIC > MOSAIC SIZE 2 */
.macros-mosaic.mosaic-size-2.img_right .image {
  margin-left: auto;
}
.macros-mosaic.mosaic-size-2 .image-a {
  flex: 0 0 56%;
  width: 56%;
  aspect-ratio: 20/33;
  padding: 0 0 6px 0;
}
.macros-mosaic.mosaic-size-2 .image-a figure {
  border-radius: 12px 12px 0 0;
}
.macros-mosaic.mosaic-size-2 .image-b {
  flex: 0 0 100%;
  width: 100%;
  aspect-ratio: 37/26;
  padding: 6px 0 0 0;
}
.macros-mosaic.mosaic-size-2 .image-b figure {
  border-radius: 12px 0 12px 12px;
}

/* MACROS MOSAIC > MOSAIC SIZE 3 */
.macros-mosaic.mosaic-size-3 .image-a {
  flex: 0 0 62.7%;
  width: 62.7%;
  aspect-ratio: 7/5;
  padding: 0 6px 6px 0;
}
.macros-mosaic.mosaic-size-3 .image-a figure {
  border-radius: 12px 0 0 12px;
}
.macros-mosaic.mosaic-size-3 .image-b {
  flex: 0 0 37.3%;
  width: 37.3%;
  aspect-ratio: 5.16/8;
  padding: 0 0 6px 6px;
}
.macros-mosaic.mosaic-size-3 .image-b figure {
  border-radius: 12px 12px 0 0;
}
.macros-mosaic.mosaic-size-3 .image-c {
  width: 88%;
  flex: 0 0 88%;
  margin-left: auto;
  aspect-ratio: 3.25/1;
  padding: 6px 0 0 0;
}
.macros-mosaic.mosaic-size-3 .image-c figure {
  border-radius: 0 0 12px 12px;
}

@media (min-width: 54em) {
  /* MACROS MOSAIC > MOSAIC SIZE 1 */
  .macros-mosaic.mosaic-size-1 .image-a figure {
    border-radius: 0 16px 16px 16px;
  }

  /* MACROS MOSAIC > MOSAIC SIZE 2 */
  .macros-mosaic.mosaic-size-2 .image-a {
    padding: 0 0 8px 0;
  }
  .macros-mosaic.mosaic-size-2 .image-a figure {
    border-radius: 16px 16px 0 0;
  }
  .macros-mosaic.mosaic-size-2 .image-b {
    padding: 8px 0 0 0;
  }
  .macros-mosaic.mosaic-size-2 .image-b figure {
    border-radius: 16px 0 16px 16px;
  }

  /* MACROS MOSAIC > MOSAIC SIZE 3 */
  .macros-mosaic.mosaic-size-3 .image-a {
    padding: 0 8px 8px 0;
  }
  .macros-mosaic.mosaic-size-3 .image-a figure {
    border-radius: 16px 0 0 16px;
  }
  .macros-mosaic.mosaic-size-3 .image-b {
    padding: 0 0 8px 8px;
  }
  .macros-mosaic.mosaic-size-3 .image-b figure {
    border-radius: 16px 16px 0 0;
  }
  .macros-mosaic.mosaic-size-3 .image-c {
    padding: 8px 0 0 0;
  }
  .macros-mosaic.mosaic-size-3 .image-c figure {
    border-radius: 0 0 16px 16px;
  }
}

@media (min-width: 62em) {
  /* MACROS MOSAIC > MOSAIC SIZE 1 */
  .macros-mosaic.mosaic-size-1 .image-a figure {
    border-radius: 0 20px 20px 20px;
  }

  /* MACROS MOSAIC > MOSAIC SIZE 2 */
  .macros-mosaic.mosaic-size-2 .image-a {
    padding: 0 0 10px 0;
  }
  .macros-mosaic.mosaic-size-2 .image-a figure {
    border-radius: 20px 20px 0 0;
  }
  .macros-mosaic.mosaic-size-2 .image-b {
    padding: 10px 0 0 0;
  }
  .macros-mosaic.mosaic-size-2 .image-b figure {
    border-radius: 20px 0 20px 20px;
  }

  /* MACROS MOSAIC > MOSAIC SIZE 3 */
  .macros-mosaic.mosaic-size-3 .image-a {
    padding: 0 10px 10px 0;
  }
  .macros-mosaic.mosaic-size-3 .image-a figure {
    border-radius: 20px 0 0 20px;
  }
  .macros-mosaic.mosaic-size-3 .image-b {
    padding: 0 0 10px 10px;
  }
  .macros-mosaic.mosaic-size-3 .image-b figure {
    border-radius: 20px 20px 0 0;
  }
  .macros-mosaic.mosaic-size-3 .image-c {
    padding: 10px 0 0 0;
  }
  .macros-mosaic.mosaic-size-3 .image-c figure {
    border-radius: 0 0 20px 20px;
  }
}

@media (min-width: 75em) {
  /* MACROS MOSAIC > MOSAIC SIZE 1 */
  .macros-mosaic.mosaic-size-1 .image-a figure {
    border-radius: 0 24px 24px 24px;
  }

  /* MACROS MOSAIC > MOSAIC SIZE 2 */
  .macros-mosaic.mosaic-size-2 .image-a {
    padding: 0 0 12px 0;
  }
  .macros-mosaic.mosaic-size-2 .image-a figure {
    border-radius: 24px 24px 0 0;
  }
  .macros-mosaic.mosaic-size-2 .image-b {
    padding: 12px 0 0 0;
  }
  .macros-mosaic.mosaic-size-2 .image-b figure {
    border-radius: 24px 0 24px 24px;
  }

  /* MACROS MOSAIC > MOSAIC SIZE 3 */
  .macros-mosaic.mosaic-size-3 .image-a {
    padding: 0 12px 12px 0;
  }
  .macros-mosaic.mosaic-size-3 .image-a figure {
    border-radius: 24px 0 0 24px;
  }
  .macros-mosaic.mosaic-size-3 .image-b {
    padding: 0 0 12px 12px;
  }
  .macros-mosaic.mosaic-size-3 .image-b figure {
    border-radius: 24px 24px 0 0;
  }
  .macros-mosaic.mosaic-size-3 .image-c {
    padding: 12px 0 0 0;
  }
  .macros-mosaic.mosaic-size-3 .image-c figure {
    border-radius: 0 0 24px 24px;
  }
}
/* MACROS COPY PLAN > TITLE */
.macros-copy-plan .title {
  margin-bottom: 40px;
}
.macros-copy-plan .title .overtitle {
  margin-bottom: 2px;
  display: block;
}

/* MACROS COPY PLAN > MAIN CONTENT */
.macros-copy-plan .main-content .included {
  padding: 0 0 20px 0;
}
.macros-copy-plan .main-content .options {
  padding: 20px 0 0 0;
}

.macros-copy-plan .main-content .bar-title {
  display: block;
  margin-bottom: 16px;
}
.macros-copy-plan .main-content .list-looper {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  color: var(--color-black);
}
.macros-copy-plan .main-content .list-looper li {
  padding-left: 24px;
  font-weight: 400;
  position: relative;
  margin-bottom: 8px;
}
.macros-copy-plan .main-content .list-looper li:before {
  content: '\e91b';
  font-family: icomoon !important;
  font-weight: 400;
  color: var(--color-secondary);
  display: block;
  width: 16px;
  line-height: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  text-align: center;
}
.macros-copy-plan .main-content .list-looper li:last-child {
  margin-bottom: 0 !important;
}
.macros-copy-plan .main-content .options .list-looper li {
  margin-bottom: 16px;
}
.macros-copy-plan .main-content .options .list-looper li span {
  display: block;
  margin-bottom: 8px;
}
.macros-copy-plan .main-content .options .list-looper li span.price {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
/* MACROS COPY PLAN > PRICING */
.macros-copy-plan .pricing {
  padding: 40px 0 0 0;
}
.macros-copy-plan .pricing span {
  display: block;
}
.macros-copy-plan .pricing .price {
  color: var(--color-secondary);
  font-family: var(--font-regular);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 4px;
}
.macros-copy-plan .pricing .pricenote,
.macros-copy-plan .pricing .pricenote * {
  font-weight: 600 !important;
}

/* MACROS COPY PLAN > CLOSE */
.macros-copy-plan .close {
  padding: 40px 0 0 0;
}
.macros-copy-plan .close .list-looper {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-black);
  font-weight: 500;
}
.macros-copy-plan .close .list-looper li {
}

@media (min-width: 62em) {
  /* MACROS COPY PLAN > MAIN CONTENT */
  .macros-copy-plan .main-content {
    display: flex;
  }
  .macros-copy-plan .main-content .included {
    flex: 1 1 55%;
    padding: 0 20px 0 0;
  }
  .macros-copy-plan .main-content .options {
    flex: 1 1 45%;
    padding: 0;
  }

  /* MACROS COPY PLAN > PRICING */
  .macros-copy-plan .pricing {
    padding: 40px 20px 0 0;
  }

  /* MACROS COPY PLAN > CLOSE */
  .macros-copy-plan .close {
    padding: 40px 20px 0 0;
  }
}

@media (min-width: 74em) {
  /* MACROS COPY PLAN > MAIN CONTENT */
  .macros-copy-plan .main-content .included {
    flex: 1 1 58%;
    padding-right: 32px;
  }
  .macros-copy-plan .main-content .options {
    flex: 1 1 38%;
  }
  .macros-copy-plan .main-content .included .list-looper {
    font-size: 16px;
    line-height: 24px;
  }
  /* MACROS COPY PLAN > PRICING */
  .macros-copy-plan .pricing {
    padding: 40px 40px 0 0;
  }
  /* MACROS COPY PLAN > CLOSE */
  .macros-copy-plan .close {
    padding: 40px 40px 0 0;
  }
} 
/* MACROS COPY BLOCK > RESPONSIVE CONTROL */
.macros-copy-block-title .dsp-mobile,
.macros-copy-block-cta .dsp-mobile,
.macros-copy-block .dsp-mobile {
  display: block;
}
.macros-copy-block-title .dsp-desktop,
.macros-copy-block-cta .dsp-desktop,
.macros-copy-block .dsp-desktop {
  display: none;
}

/* MACROS TITLE BLOCK > EDITOR GUIDES */
.macros-copy-block-title.in-editor:hover {
  background: rgba(0, 0, 0, 0.05);
}
.macros-copy-block-title.in-editor,
.macros-copy-block-cta.in-editor {
  padding: 5px;
}
.macros-copy-block.in-editor .main-content .col-content,
.macros-copy-block.in-editor .main-content .col-content .item-block {
  padding: 2px;
}
.macros-copy-block-title.in-editor,
.macros-copy-block-cta.in-editor,
.macros-copy-block.in-editor .main-content .col-content,
.macros-copy-block.in-editor .main-content .col-content .item-block {
  border: 1px dashed #c0c0c0 !important;
}

.macros-copy-block-title.in-editor:hover,
.macros-copy-block-cta.in-editor:hover,
.macros-copy-block.in-editor .main-content .col-content:hover,
.macros-copy-block.in-editor .main-content .col-content .item-block:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* MACROS TITLE BLOCK > TITLE CONTENT 
.macros-copy-block-title {
  margin-bottom: 24px;
}
*/
.macros-copy-block-title.unmargin {
  margin-bottom: 0 !important;
}

/* MACROS TITLE BLOCK > CTA CONTENT */
.macros-copy-block-cta {
  margin-top: 24px;
}

/* MACROS TITLE BLOCK > MAIN CONTENT */
.macros-copy-block .main-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 32px;
  row-gap: 32px;
}
.macros-copy-block .main-content .col-content {
  margin: 0;
  flex: 0 0 100%;
  width: 100%;
  padding: 0;
  padding: 0;
  counter-reset: list-heads;
}
.macros-copy-block .main-content .col-content .item-block {
  padding: 0;
}

/* MACROS TITLE BLOCK > MAIN CONTENT > ITEM BLOCK MARGINS */
.macros-copy-block-title.extramargin,
.macros-copy-block .main-content .col-content .item-block.extramargin {
  margin-bottom: 32pz;
}
.macros-copy-block-title.bigmargin,
.macros-copy-block .main-content .col-content .item-block.bigmargin {
  margin-bottom: 24px;
}
.macros-copy-block-title.regmargin,
.macros-copy-block .main-content .col-content .item-block.regmargin {
  margin-bottom: 24px;
}
.macros-copy-block-title.smallmargin,
.macros-copy-block .main-content .col-content .item-block.smallmargin {
  margin-bottom: 16px;
}
.macros-copy-block-title.nomargin,
.macros-copy-block .main-content .col-content .item-block.nomargin {
  margin-bottom: 0 !important;
}
.macros-copy-block .main-content .col-content .item-block:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 54em) {
  /* MACROS COPY BLOCK > RESPONSIVE CONTROL */
  .macros-copy-block-title .dsp-mobile,
  .macros-copy-block-cta .dsp-mobile,
  .macros-copy-block .dsp-mobile {
    display: none;
  }
  .macros-copy-block-title .dsp-desktop,
  .macros-copy-block-cta .dsp-desktop,
  .macros-copy-block .dsp-desktop {
    display: block;
  }
}

@media (min-width: 62em) {
  /* MACROS TITLE BLOCK > CTA CONTENT */
  .macros-copy-block-cta {
    margin-top: 32px;
  }

  /* MACROS COPY BLOCK > MAIN CONTENT > MULTICOL */
  .macros-copy-block .main-content .col-content.half_col {
    flex-basis: calc(50% - 16px);
  }

  /* MACROS TITLE BLOCK > MAIN CONTENT > ITEM BLOCK MARGINS */
  .macros-copy-block-title.extramargin,
  .macros-copy-block .main-content .col-content .item-block.extramargin {
    margin-bottom: 40px;
  }
  .macros-copy-block-title.bigmargin,
  .macros-copy-block .main-content .col-content .item-block.bigmargin {
    margin-bottom: 32px;
  }
}

@media (min-width: 75em) {
  /* MACROS TITLE BLOCK > CTA CONTENT */
  .macros-copy-block-cta {
    margin-top: 40px;
  }

  /* MACROS TITLE BLOCK > MAIN CONTENT > ITEM BLOCK MARGINS */
  .macros-copy-block-title.extramargin,
  .macros-copy-block .main-content .col-content .item-block.extramargin {
    margin-bottom: 64px;
  }
  .macros-copy-block-title.bigmargin,
  .macros-copy-block .main-content .col-content .item-block.bigmargin {
    margin-bottom: 40px;
  }
}

.macros-copy-block .images-looper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.macros-copy-block .images-looper .each-item {
  width: 120px;
  flex: 0 0 120px;
  padding: 0;
}
.macros-copy-block .images-looper .each-item .image-holder img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.macros-copy-block .images-looper .each-item .copies-holder {
  padding-top: 0.5rem;
  text-align: center;
}

.macros-copy-block .images-looper .each-item .copies-holder {
  padding-top: 0.5rem;
}

/* image-holder copies-holder title-holder subtitle-holder */ 
/* COPY BLOCK MODULE > LAYOUT */
.macros-copy-block-mosaic {
  width: 100%;
  background: transparent;
}
.macros-copy-block-mosaic .wrapper.item-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

/* COPY BLOCK MODULE > LAYOUT > COLS */
.macros-copy-block-mosaic .item-holder {
  flex: 0 0 100%;
  width: 100%;
}
.macros-copy-block-mosaic .item-holder .item-wrapper {
  /*
  max-width: 327px;
  */
}

/* COPY BLOCK MODULE > LAYOUT > COLS > MOSAIC */
.macros-copy-block-mosaic .item-holder.mosaic {
  order: 1;
}
.macros-copy-block-mosaic .item-holder.mosaic .item-wrapper {
  margin: 0 auto 40px auto;
}

/* COPY BLOCK MODULE > LAYOUT > COLS > TITLE */
.macros-copy-block-mosaic.text_full_xl .title-wrapper .item-holder.title .item-wrapper,
.macros-copy-block-mosaic.text_full .title-wrapper .item-holder.title .item-wrapper {
  margin: 0 auto;
}

/* COPY BLOCK MODULE > LAYOUT > COLS > COPIES */
.macros-copy-block-mosaic .item-holder.copies {
  order: 2;
}
.macros-copy-block-mosaic .item-holder.copies .item-wrapper {
  margin: 0 auto;
}

/* COPY BLOCK MODULE > LAYOUT > COLS > MOBILE MOSAIC BOTTOM VARIATION */
.macros-copy-block-mosaic.img_bottom .item-holder.mosaic {
  order: 2;
}
.macros-copy-block-mosaic.img_bottom .item-holder.mosaic .item-wrapper {
  margin: 40px auto 0 auto;
}
.macros-copy-block-mosaic.img_bottom .item-holder.copies {
  order: 1;
}
.macros-copy-block-mosaic.img_bottom .item-holder.copies .item-wrapper {
  margin: 0 auto;
}

/* COPY BLOCK MODULE > FULL TEXT VARIATION */
.macros-copy-block-mosaic.text_full_xl .item-holder.mosaic .item-wrapper,
.macros-copy-block-mosaic.text_full .item-holder.mosaic .item-wrapper {
  display: none;
}
.macros-copy-block-mosaic.text_full_xl .title-wrapper .item-holder.title .item-wrapper,
.macros-copy-block-mosaic.text_full_xl .item-holder.copies .item-wrapper,
.macros-copy-block-mosaic.text_full .title-wrapper .item-holder.title .item-wrapper,
.macros-copy-block-mosaic.text_full .item-holder.copies .item-wrapper {
  margin: 0 auto;
  /* max-width: 380px; */
}

@media (min-width: 48em) {
  /* COPY BLOCK MODULE > LAYOUT */
  .macros-copy-block-mosaic .wrapper.item-content-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  /* COPY BLOCK MODULE > LAYOUT > VERTICAL ALIGN */
  .macros-copy-block-mosaic.valign_top .wrapper.item-content-wrapper {
    align-items: start;
  }
  .macros-copy-block-mosaic.valign_bottom .wrapper.item-content-wrapper {
    align-items: end;
  }
  /* COPY BLOCK MODULE > LAYOUT > FLOATED IMAGES */
  .macros-copy-block-mosaic.is-float .wrapper.item-content-wrapper {
    align-items: stretch !important;
  }
  .macros-copy-block-mosaic.is-float .wrapper.item-content-wrapper .item-holder.mosaic {
    position: relative;
  }
  .macros-copy-block-mosaic.is-float .wrapper.item-content-wrapper .item-holder.mosaic .item-wrapper {
    position: absolute;
  }
  .macros-copy-block-mosaic.is-float.valign_top .wrapper.item-content-wrapper .item-holder.mosaic .item-wrapper {
    top: 0;
  }
  .macros-copy-block-mosaic.is-float.valign_mid .wrapper.item-content-wrapper .item-holder.mosaic .item-wrapper {
    top: 50%;
    transform: translate(0, -50%);
  }
  .macros-copy-block-mosaic.is-float.valign_bottom .wrapper.item-content-wrapper .item-holder.mosaic .item-wrapper {
    bottom: 0;
  }
  .macros-copy-block-mosaic.is-float.img_left .wrapper.item-content-wrapper .item-holder.mosaic .item-wrapper {
    left: 0;
  }
  .macros-copy-block-mosaic.is-float.img_right .wrapper.item-content-wrapper .item-holder.mosaic .item-wrapper {
    right: 0;
  }

  /* COPY BLOCK MODULE > LAYOUT > COLS > MOSAIC */
  .macros-copy-block-mosaic .item-holder.mosaic {
    flex: 0 0 45%;
    width: 45%;
  }
  /* COPY BLOCK MODULE > LAYOUT > COLS > COPIES */
  .macros-copy-block-mosaic .item-holder.copies {
    flex: 0 0 55%;
    width: 55%;
  }
  .macros-copy-block-mosaic .item-holder.copies .item-wrapper {
    max-width: 480px;
  }

  /* COPY BLOCK MODULE > HORIZONTAL LAYOUT > IMG LEFT   */
  .macros-copy-block-mosaic.img_left .item-holder.mosaic {
    order: 1;
  }
  .macros-copy-block-mosaic.img_left .item-holder.mosaic .item-wrapper {
    margin: 0;
  }
  .macros-copy-block-mosaic.img_left .item-holder.copies {
    order: 2;
  }
  .macros-copy-block-mosaic.img_left .item-holder.copies .item-wrapper {
    margin: 0 0 0 auto;
  }
  /* COPY BLOCK MODULE > HORIZONTAL LAYOUT > IMG RIGHT  */
  .macros-copy-block-mosaic.img_right .item-holder.mosaic {
    order: 2;
  }
  .macros-copy-block-mosaic.img_right .item-holder.mosaic .item-wrapper {
    margin: 0 0 0 auto;
  }
  .macros-copy-block-mosaic.img_right .item-holder.copies {
    order: 1;
  }
  .macros-copy-block-mosaic.img_right .item-holder.copies .item-wrapper {
    margin: 0;
  }

  /* COPY BLOCK MODULE > FULL TEXT VARIATION */
  .macros-copy-block-mosaic.text_full_xl .item-holder.mosaic,
  .macros-copy-block-mosaic.text_full .item-holder.mosaic {
    flex: 1 1 auto;
    width: auto;
  }
  .macros-copy-block-mosaic.text_full_xl .item-holder.mosaic .item-wrapper,
  .macros-copy-block-mosaic.text_full .item-holder.mosaic .item-wrapper {
    display: none;
  }
  .macros-copy-block-mosaic.text_full_xl .title-wrapper .item-holder.title,
  .macros-copy-block-mosaic.text_full_xl .item-holder.copies,
  .macros-copy-block-mosaic.text_full .title-wrapper .item-holder.title,
  .macros-copy-block-mosaic.text_full .item-holder.copies {
    flex: 1 1 100%;
    width: 100%;
    max-width: 560px;
  }
  .macros-copy-block-mosaic.text_full_xl .title-wrapper .item-holder.title .item-wrapper,
  .macros-copy-block-mosaic.text_full_xl .item-holder.copies .item-wrapper,
  .macros-copy-block-mosaic.text_full .title-wrapper .item-holder.title .item-wrapper,
  .macros-copy-block-mosaic.text_full .item-holder.copies .item-wrapper {
    margin: 0;
    max-width: 100% !important;
  }
}

@media (min-width: 54em) {
  /* COPY BLOCK MODULE > LAYOUT > COLS */
  .macros-copy-block-mosaic .item-holder {
    flex: 0 0 50%;
    width: 50%;
  }
  .macros-copy-block-mosaic .item-holder .item-wrapper {
    max-width: 584px;
  }

  /* COPY BLOCK MODULE > FULL TEXT VARIATION */
  .macros-copy-block-mosaic.text_full_xl .item-holder.title .item-wrapper,
  .macros-copy-block-mosaic.text_full .item-holder.title .item-wrapper {
    max-width: 100%;
  }
  .macros-copy-block-mosaic.text_full_xl .title-wrapper .item-holder.title,
  .macros-copy-block-mosaic.text_full_xl .item-holder.copies,
  .macros-copy-block-mosaic.text_full .title-wrapper .item-holder.title,
  .macros-copy-block-mosaic.text_full .item-holder.copies {
    max-width: 650px;
  }

  /* COPY BLOCK MODULE > BIG TEXT VARIATION */
  .macros-copy-block-mosaic.text_big .item-holder.mosaic {
    flex: 0 0 45%;
    width: 45%;
  }
  .macros-copy-block-mosaic.text_big .item-holder.mosaic .item-wrapper {
    // max-width: 380px;
  }
  .macros-copy-block-mosaic.text_big .item-holder.copies {
    flex: 0 0 55%;
    width: 55%;
  }
}

@media (min-width: 62em) {
  /* COPY BLOCK MODULE > LAYOUT > COLS */
  .macros-copy-block-mosaic .item-holder.mosaic {
    flex: 0 0 55%;
    width: 55%;
  }
  .macros-copy-block-mosaic .item-holder.mosaic .item-wrapper {
    max-width: 584px;
  }
  .macros-copy-block-mosaic .item-holder.copies {
    flex: 0 0 45%;
    width: 45%;
  }
  .macros-copy-block-mosaic .item-holder.copies .item-wrapper {
    max-width: 584px;
  }

  /* COPY BLOCK MODULE > FULL TEXT VARIATION */
  .macros-copy-block-mosaic.text_full_xl .title-wrapper .item-holder.title,
  .macros-copy-block-mosaic.text_full_xl .item-holder.copies,
  .macros-copy-block-mosaic.text_full .title-wrapper .item-holder.title,
  .macros-copy-block-mosaic.text_full .item-holder.copies {
    max-width: 760px;
  }

  /* COPY BLOCK MODULE > BIG TEXT VARIATION */
  .macros-copy-block-mosaic.text_big .item-holder.mosaic {
    flex: 0 0 35%;
    width: 35%;
  }
  .macros-copy-block-mosaic.text_big .title-wrapper .item-holder.title,
  .macros-copy-block-mosaic.text_big .item-holder.copies {
    flex: 0 0 65%;
    width: 65%;
  }
  .macros-copy-block-mosaic.text_big .title-wrapper .item-holder.title .item-wrapper,
  .macros-copy-block-mosaic.text_big .item-holder.copies .item-wrapper {
    max-width: 620px;
  }
}

@media (min-width: 75em) {
  /* COPY BLOCK MODULE > LAYOUT > COLS */
  .macros-copy-block-mosaic .item-holder.mosaic {
    flex: 0 0 60%;
    width: 60%;
  }
  .macros-copy-block-mosaic .item-holder.copies {
    flex: 0 0 40%;
    width: 40%;
  }

  /* COPY BLOCK MODULE > FULL TEXT VARIATION */
  .macros-copy-block-mosaic.text_full .title-wrapper .item-holder.title,
  .macros-copy-block-mosaic.text_full .item-holder.copies {
    max-width: 788px;
  }
  /* COPY BLOCK MODULE > FULL TEXT VARIATION XL */
  .macros-copy-block-mosaic.text_full_xl .title-wrapper .item-holder.title,
  .macros-copy-block-mosaic.text_full_xl .item-holder.copies {
    max-width: 893px;
  }

  /* COPY BLOCK MODULE > BIG TEXT VARIATION */
  .macros-copy-block-mosaic.text_big .item-holder.mosaic {
    flex: 0 0 40%;
    width: 40%;
  }
  .macros-copy-block-mosaic.text_big .title-wrapper .item-holder.title,
  .macros-copy-block-mosaic.text_big .item-holder.copies {
    flex: 0 0 60%;
    width: 60%;
  }
  .macros-copy-block-mosaic.text_big .title-wrapper .item-holder.title .item-wrapper,
  .macros-copy-block-mosaic.text_big .item-holder.copies .item-wrapper {
    max-width: 686px;
  }
}

@media (min-width: 80em) {
  /* COPY BLOCK MODULE > FULL TEXT VARIATION */
  .macros-copy-block-mosaic.text_full .title-wrapper .item-holder.title {
    max-width: 100%;
  }
  /* COPY BLOCK MODULE > FULL TEXT VARIATION XL */
  .macros-copy-block-mosaic.text_full_xl .title-wrapper .item-holder.title {
    max-width: 100%;
  }
} 

.macros-popular-posts {
  display: block;
}
.macros-popular-posts .title-holder {
  margin-bottom: 24px;
}
.macros-popular-posts .loop-holder li {
  margin-bottom: 18px;
}
.macros-popular-posts .loop-holder li span {
  display: block;
}
.macros-popular-posts .loop-holder li span.link-holder {
  margin-bottom: 8px;
} 
.macros-related-posts {
  padding: 80px 0;
  background-color: var(--color-terciary);
} 
/* MACRO POST HEADER > LAYOUT */
.macros-post-header {
  position: relative;
}

/* MACRO POST HEADER > FEATURED IMAGE */
.macros-post-header .feat-img-holder .featured-image-blog {
  display: block;
  margin: 0;
}
.macros-post-header .feat-img-holder .featured-image-blog img {
  width: 100%;
  object-fit: cover;
  height: 260px;
  display: block;
  margin: 0;
  border-radius: 0 0 24px 24px;
}

/* MACRO POST HEADER > COPY */
.macros-post-header .copy-holder {
  position: relative;
  margin-top: -26px;
  width: 100%;
}
.macros-post-header .copy-holder .inner {
  background-color: white;
  border-radius: 24px;
  padding: 24px 16px;
  width: 100%;
  box-shadow: 4px 0 20px 0 rgba(0, 0, 0, 0.15);
}
.macros-post-header .copy-holder .inner .meta-holder {
  margin-bottom: 16px;
}

@media (min-width: 48em) {
  /* MACRO POST HEADER > LAYOUT */
  .macros-post-header {
    height: 380px;
  }

  /* MACRO POST HEADER > FEATURED IMAGE */
  .macros-post-header .feat-img-holder .featured-image-blog {
    margin: 0 0 0 auto;
    width: 80%;
  }
  .macros-post-header .feat-img-holder .featured-image-blog img {
    height: 380px;
    border-radius: 0 0 0 42px;
  }

  /* MACRO POST HEADER > COPY */
  .macros-post-header .copy-holder {
    position: absolute;
    margin-top: 0;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 650px;
  }
  .macros-post-header .copy-holder .inner {
    border-radius: 0 24px 24px 0;
    padding: 32px 48px;
  }
}

@media (min-width: 62em) {
  /* MACRO POST HEADER > LAYOUT */
  .macros-post-header {
    height: 420px;
  }

  /* MACRO POST HEADER > FEATURED IMAGE */
  .macros-post-header .feat-img-holder .featured-image-blog {
    width: 75%;
  }
  .macros-post-header .feat-img-holder .featured-image-blog img {
    height: 420px;
    border-radius: 0 0 0 42px;
  }
  /* MACRO POST HEADER > COPY */
  .macros-post-header .copy-holder {
    width: 700px;
  }
  .macros-post-header .copy-holder .inner {
    border-radius: 0 32px 32px 0;
    padding: 48px 60px;
  }
}

@media (min-width: 75em) {
  /* MACRO POST HEADER > LAYOUT */
  .macros-post-header {
    height: 560px;
  }
  /* MACRO POST HEADER > FEATURED IMAGE */
  .macros-post-header .feat-img-holder .featured-image-blog {
    width: 60%;
  }
  .macros-post-header .feat-img-holder .featured-image-blog img {
    height: 560px;
    border-radius: 0 0 0 60px;
  }
  /* MACRO POST HEADER > COPY */
  .macros-post-header .copy-holder {
    width: 790px;
  }
  .macros-post-header .copy-holder .inner {
    border-radius: 0 32px 32px 0;
    padding: 60px 80px;
  }
}

@media (min-width: 80em) {
  /* MACRO POST HEADER > COPY */
  .macros-post-header .copy-holder {
    width: 960px;
  }
} 
.macros-post-tags-loop {
  padding: 24px 0 0 0;
}

.macros-post-tags-loop ul li {
  display: inline-block;
}
.macros-post-tags-loop ul li.tags-label {
  pointer-events: none;
  padding-right: 4px;
}
.macros-post-tags-loop ul li.tags-label .macros-link.regular .label {
  font-weight: 400 !important;
}
.macros-post-tags-loop ul li .macros-link.regular {
  overflow: visible;
}

.macros-post-tags-loop ul li.link-item .macros-link.regular:after {
  content: ', ';
  display: inline-block;
  position: relative;
  left: -2px;
}
.macros-post-tags-loop ul li.link-item:last-child .macros-link.regular:after {
  content: '';
  padding-right: 0;
} 
.macros-blog-index-heading {
  padding: 40px 0;
}
.macros-blog-index-heading.has-topic .macros-title.page-title {
  color: var(--color-black);
}
@media (min-width: 75em) {
  .macros-blog-index-heading {
    padding: 40px 0 32px 0;
  }
  .macros-blog-index-heading .wrapped-module .wrapper .col {
    padding: 0 16px;
  }
}  
.macros-loop-link-tags {
  margin-bottom: 48px;
  display: block;
  position: relative;
  padding-bottom: 25px;
}
.macros-loop-link-tags.expanded {
  padding-bottom: 48px;
}
.macros-loop-link-tags .title-holder {
  margin-bottom: 24px;
  display: block;
}
.macros-loop-link-tags .loop-holder {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-height: 226px;
  overflow: hidden;
  transition: all 300ms easeout;
}
.macros-loop-link-tags.expanded .loop-holder {
  max-height: 100%;
}

.macros-loop-link-tags .expand {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.macros-loop-link-tags .expand a {
  pointer-events: auto;
}
.macros-loop-link-tags .expand a .label.label-more {
  display: block;
}
.macros-loop-link-tags .expand a .label.label-less {
  display: none;
}
.macros-loop-link-tags .expand:before {
  content: '';
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
  height: 80px;
  display: block;
  position: absolute;
  bottom: 24px;
  left: 0;
  opacity: 1;
}
.macros-loop-link-tags.expanded .expand a .label.label-more {
  display: none;
}
.macros-loop-link-tags.expanded .expand a .label.label-less {
  display: block;
}
.macros-loop-link-tags.expanded .expand:before {
  opacity: 0;
  pointer-events: none;
} 
/* MACROS > PREVIEW POSTS > IMAGE */
.macros-render-preview-post .image-holder {
  width: 100%;
}
.macros-render-preview-post .image-holder img {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 24px 24px 0 0;
  height: 210px;
  object-fit: cover;
}

/* MACROS > PREVIEW POSTS > COPIES */
.macros-render-preview-post .copy-holder {
  background-color: var(--color-ultra-lighter-gray);
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
  justify-content: space-between;
  padding: 24px;
}
.macros-render-preview-post .copy-holder .macros-title.basic-title {
  font-size: 22px;
  line-height: 28px;
}

@media (min-width: 48em) {
  /* MACROS > PREVIEW POSTS > COPIES */
  .macros-render-preview-post .copy-holder {
    gap: 24px;
    height: 120px;
  }

  /* MACROS > PREVIEW POSTS > BIG VARIATION > COPIES */
  .macros-render-preview-post.big .copy-holder .macros-title.basic-title {
    font-size: 20px;
    line-height: 26px;
  }
  /* MACROS > PREVIEW POSTS > BIG VARIATION > IMAGE */
  .macros-render-preview-post.big .image-holder img {
    border-radius: 42px 42px 0 0;
    height: 360px;
  }

  /* MACROS > PREVIEW POSTS > TRICOL VARIATION > LAYOUT */
  .macros-render-preview-post.tricol-item {
    display: flex;
  }
  .macros-render-preview-post.tricol-item.item-count-3 .image-holder img {
    border-radius: 0 24px 24px 0;
    height: 240px;
    flex: 0 0 45%;
  }
  .macros-render-preview-post.tricol-item.item-count-3 .copy-holder {
    order: 1;
  }
  .macros-render-preview-post.tricol-item.item-count-3 .image-holder {
    order: 2;
  }
  /* MACROS > PREVIEW POSTS > TRICOL VARIATION > COPIES */
  .macros-render-preview-post.tricol-item .copy-holder {
    gap: 24px;
    height: 240px;
    flex: 0 0 55%;
  }
  .macros-render-preview-post.tricol-item .copy-holder .macros-title.basic-title {
    font-size: 22px;
    line-height: 28px;
  }
  /* MACROS > PREVIEW POSTS > TRICOL VARIATION > IMAGE */
  .macros-render-preview-post.tricol-item .image-holder img {
    border-radius: 24px 0 0 24px;
    height: 240px;
    flex: 0 0 45%;
  }

  /* MACROS > PREVIEW POSTS > MAIN VARIATION > COPIES */
  .macros-render-preview-post.main-item .copy-holder {
    height: auto;
  }
  .macros-render-preview-post.main-item.main-item-5 .copy-holder .macros-title.basic-title,
  .macros-render-preview-post.main-item.main-item-8 .copy-holder .macros-title.basic-title {
    font-size: 18px;
    line-height: 24px;
  }
  .macros-render-preview-post.main-item.main-item-6 .copy-holder .macros-title.basic-title,
  .macros-render-preview-post.main-item.main-item-7 .copy-holder .macros-title.basic-title {
    font-size: 20px;
    line-height: 26px;
  }

  /* MACROS > PREVIEW POSTS > MAIN VARIATION > IMAGE */
  .macros-render-preview-post.main-item.main-item-6 .image-holder img,
  .macros-render-preview-post.main-item.main-item-7 .image-holder img {
    height: 260px;
  }
}

@media (min-width: 62em) {
  /* MACROS > PREVIEW POSTS > COPIES */
  .macros-render-preview-post .copy-holder {
    gap: 32px;
    height: 160px;
  }
  /* MACROS > PREVIEW POSTS > BIG VARIATION > IMAGE */
  .macros-render-preview-post.big .image-holder img {
    border-radius: 60px 60px 0 0;
    height: 420px;
  }

  /* MACROS > PREVIEW POSTS > BIG VARIATION > COPIES */
  .macros-render-preview-post.big .copy-holder .macros-title.basic-title {
    font-size: 30px;
    line-height: 36px;
  }

  /* MACROS > PREVIEW POSTS > TRICOL VARIATION > LAYOUT */
  .macros-render-preview-post.tricol-item {
    display: block;
    height: 100%;
  }

  /* MACROS > PREVIEW POSTS > TRICOL VARIATION > IMAGE */
  .macros-render-preview-post.tricol-item .image-holder img {
    border-radius: 24px 24px 0 0 !important;
    height: 165px !important;
  }

  /* MACROS > PREVIEW POSTS > TRICOL VARIATION > COPIES */
  .macros-render-preview-post.tricol-item .copy-holder {
    gap: 24px;
    height: auto;
  }
  .macros-render-preview-post.tricol-item .copy-holder .macros-title.basic-title {
    font-size: 18px;
    line-height: 24px;
  }

  /* MACROS > PREVIEW POSTS > MAIN VARIATION > COPIES */
  .macros-render-preview-post.main-item.main-item-6 .copy-holder .macros-title.basic-title,
  .macros-render-preview-post.main-item.main-item-7 .copy-holder .macros-title.basic-title {
    font-size: 30px;
    line-height: 36px;
  }

  /* MACROS > PREVIEW POSTS > BIG VARIATION > IMAGE */
  .macros-render-preview-post.main-item.main-item-5 .image-holder img,
  .macros-render-preview-post.main-item.main-item-8 .image-holder img {
    height: 165px;
  }
  .macros-render-preview-post.main-item.main-item-6 .image-holder img,
  .macros-render-preview-post.main-item.main-item-7 .image-holder img {
    height: 290px;
  }
}

@media (min-width: 75em) {
  /* MACROS > PREVIEW POSTS > COPIES */
  .macros-render-preview-post .copy-holder {
    height: 180px;
  }

  /* MACROS > PREVIEW POSTS > BIG VARIATION > IMAGE */
  .macros-render-preview-post.big .image-holder img {
    height: 510px;
  }

  /* MACROS > PREVIEW POSTS > BIG VARIATION > COPIES */
  .macros-render-preview-post.big .copy-holder .macros-title.basic-title {
    font-size: 32px;
    line-height: 38px;
  }

  /* MACROS > PREVIEW POSTS > TRICOL VARIATION > IMAGE */
  .macros-render-preview-post.tricol-item .image-holder img {
    height: 210px !important;
  }

  /* MACROS > PREVIEW POSTS > TRICOL VARIATION > COPIES */
  .macros-render-preview-post.tricol-item .copy-holder .macros-title.basic-title {
    font-size: 20px;
    line-height: 26px;
  }

  /* MACROS > PREVIEW POSTS > MAIN VARIATION > COPIES */
  .macros-render-preview-post.main-item.main-item-5 .copy-holder .macros-title.basic-title,
  .macros-render-preview-post.main-item.main-item-8 .copy-holder .macros-title.basic-title {
    font-size: 20px;
    line-height: 26px;
  }

  .macros-render-preview-post.main-item.main-item-6 .copy-holder .macros-title.basic-title,
  .macros-render-preview-post.main-item.main-item-7 .copy-holder .macros-title.basic-title {
    font-size: 32px;
    line-height: 38px;
  }

  /* MACROS > PREVIEW POSTS > BIG VARIATION > IMAGE */
  .macros-render-preview-post.main-item.main-item-5 .image-holder img,
  .macros-render-preview-post.main-item.main-item-8 .image-holder img {
    height: 210px;
  }
  .macros-render-preview-post.main-item.main-item-6 .image-holder img,
  .macros-render-preview-post.main-item.main-item-7 .image-holder img {
    height: 480px;
  }
} 

    


    
/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.form-presentation-container {
  width: 100%;
  background-color: var(--color-secondary);
  height: auto;
  position: relative;
}
.form-full-width {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 80px;
}
.form-presentation-container > .form-presentation-wrapper {
  display: flex;
  max-width: 1240px;
  padding: 0 60px;
  margin: 0 auto 120px;
}
.form-full-width > .form-presentation-wrapper {
  margin: 0 auto;
  padding: 0 16px;
}

.form-presentation-container > .form-presentation-wrapper > .form-presentation-text {
  padding: 80px 0;
}
.form-presentation-container > .form-presentation-wrapper > .form-presentation-text > h2 {
  margin-bottom: 32px;
}
.form-presentation-container > .form-presentation-wrapper > .form-presentation-text > h5 {
  margin-bottom: 16px;
}
.form-presentation-container > .form-presentation-wrapper > .form-presentation-text > ul > li {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}

.form-presentation-container > .form-presentation-wrapper > .form-presentation-text > ul > li:before {
  content: '\e91b';
  font-family: icomoon !important;
  font-size: 14px;
  color: var(--color-white);
  margin-right: 4px;
}
.form-presentation-container > .form-presentation-wrapper > .form-wrapper {
  width: 678px;
  padding: 32px;
  background-color: var(--color-white);
  position: relative;
  top: 80px;
  border-radius: 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.form-presentation-container > .form-presentation-wrapper > .form-wrapper .form-title {
  display: none;
}

@media (max-width: 48em) {
  .form-presentation-container {
    background-color: var(--color-white);
  }
  .form-full-width {
    margin-bottom: 0;
  }
  .form-presentation-container > .form-presentation-wrapper {
    padding: 0;
    flex-direction: column;
  }
  .form-presentation-container > .form-presentation-wrapper > .form-presentation-text {
    background-color: var(--color-secondary);
    padding: 40px 24px 160px 24px;
  }
  .form-presentation-container > .form-presentation-wrapper > .form-presentation-text > * {
    max-width: 450px;
    padding: 0 16px;
    margin: 0 auto;
  }
  .form-presentation-container > .form-presentation-wrapper > .form-presentation-text > h2 {
    margin-bottom: 16px;
  }
  .form-presentation-container > .form-presentation-wrapper > .form-wrapper {
    width: calc(100% - 32px);
    margin: 0 16px;
    padding: 24px;
    top: 0 !important;
    max-width: 420px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: -145px;
  }
}
#breadcrumb-wrapper {
  display: flex;
  column-gap: 8px;
  z-index: 9;
  position: relative;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#breadcrumb-wrapper span,
#breadcrumb-wrapper a {
  font-family: var(--font-regular);
  color: var(--color-gray);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
}
#breadcrumb-wrapper span:first-letter,
#breadcrumb-wrapper a:first-letter {
  text-transform: uppercase;
}

#breadcrumb-wrapper a {
  color: var(--color-black);
}

#breadcrumb-wrapper a:hover {
  color: var(--color-primary);
}

/*
@media (max-width: 48em) {
  #breadcrumb-wrapper {
    padding: 40px 0 0 !important;
  }
}
*/
.hs-tools-menu {
  display: none !important;
}

.header.header--no-navigation {
  background: var(--color-white);
  padding-bottom: 0;
  padding-top: 0;
}

/* HEADER > FIXED SPACER */
.header-spacer {
  display: block;
  position: relative;
  background: transparent;
  width: 100%;
  height: 69px;
}
.header-spacer-no-navigation {
  display: block;
  position: relative;
  background: transparent;
  width: 100%;
  height: 68px;
}

/* HEADER > LAYOUT */
.main-header {
  background: var(--color-white);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-family: var(--font-regular);
  z-index: 99;
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.1));
}

.main-header.in-editor {
  position: absolute;
}

.main-header .wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
}
.main-header .wrapper .padded {
  padding: 0 16px;
}

/* HEADER > TOP BAR */
.main-header .top-bar {
  display: none;
}

/* HEADER > MAIN BAR */
.main-header .main-bar {
  position: relative;
}

/* HEADER > MAIN BAR > LOGO */
.main-header .main-bar .logo-holder {
  position: relative;
  z-index: 30;
  background: var(--color-white);
}
.main-header .main-bar .logo-holder .wrapper {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main-header .main-bar .logo-holder .homeback {
  margin-right: auto;
  width: 120px;
}
.main-header .main-bar .logo-holder .action {
  opacity: 100;
  position: relative;
  pointer-events: auto;
  top: 0;
  transition: all 200ms ease-out;
}
.main-header.landing .main-bar .logo-holder .action {
  padding-right: 16px;
  background: transparent;
}
.main-header.menu-active .main-bar .logo-holder .action {
  opacity: 0;
  pointer-events: none;
  top: -30px;
}

.main-header .main-bar .logo-holder .trigger .trigger-button {
  display: block;
  height: 24px;
  width: 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.main-header .main-bar .logo-holder .trigger .trigger-button i {
  display: inline-block;
  position: absolute;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  left: 0;
  transition: all 200ms ease-out;
  color: var(--color-black);
  top: 0;
}
.main-header .main-bar .logo-holder .trigger .trigger-button i.icon-menu {
  opacity: 100;
}
.main-header .main-bar .logo-holder .trigger .trigger-button i.icon-close {
  opacity: 0;
}
.main-header.menu-active .main-bar .logo-holder .trigger .trigger-button i.icon-menu {
  opacity: 0;
}
.main-header.menu-active .main-bar .logo-holder .trigger .trigger-button i.icon-close {
  opacity: 100;
}

/* HEADER > MAIN BAR > NAVIGATION */
.main-header .main-bar .nav-holder {
  background: var(--color-white);
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 200ms ease-out;
  height: 100vh;
  overflow: auto;
}
.main-header.menu-active .main-bar .nav-holder {
  pointer-events: auto;
  opacity: 100;
}
.main-header .main-bar .nav-holder .wrapper {
  padding-top: 0;
  padding-bottom: 110px;
  min-height: 100vh;
  position: relative;
  transition: all 200ms ease-out;
}
.main-header.menu-active .main-bar .nav-holder .wrapper {
  padding-top: 80px;
}
.main-header .main-bar .nav-holder .actions {
  position: static;
  padding: 32px 0 0 0;
  /*
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 200ms ease-out;
  */
}

.main-header .main-bar .nav-holder .wrapper .desktop-menu {
  display: none;
}
.main-header .main-bar .nav-holder .wrapper .mobile-menu {
  display: block;
}

@media (min-width: 48em) {
  .main-header .main-bar .nav-holder .wrapper .desktop-menu {
    display: block;
  }
  .main-header .main-bar .nav-holder .wrapper .mobile-menu {
    display: none;
  }
}

/*
.main-header.menu-active .main-bar .actions {
  bottom: 32px;
}
*/
.main-header .main-bar .actions ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.main-header .main-bar .actions ul li {
  padding: 0 8px;
  display: block;
  margin: 0 !important;
}

/* HEADER > MOVABLE BUTTONS */
.main-header .move-buttons .hs-button {
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  font-family: var(--font-regular);
  padding: 8px 16px;
  border-radius: 100px;
}

.main-header .login-button .hs-button {
  color: var(--color-white);
  background: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
}

/* HEADER > PROFESSIONAL PRIVATE AREA BUTTON */
.wrapper .padded.private-area-landing-button {
  padding-left: 0 !important;
}
.private-area-landing-button .hs-button {
  text-indent: -9999em;
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  font-family: var(--font-regular);
  padding: 8px 16px;
  border-radius: 100px !important;
  color: var(--color-white);
  background: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  height: 36px;
  width: 36px;
  position: relative;
}
.private-area-landing-button .hs-button:before {
  text-indent: 0;
  content: '\e928';
  font-family: icomoon !important;
  font-size: 20px;
  font-weight: 400 !important;
  color: var(--color-white);
  margin-right: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.main-header .emergency-button .hs-button {
  color: var(--color-white);
  background: var(--color-error) !important;
  border-color: var(--color-error) !important;
}

.main-header .emergency-button .hs-button:before {
  content: '\e911';
  font-family: icomoon !important;
  font-size: 14px;
  color: var(--color-white);
  margin-right: 4px;
}

/* HEADER > PRIVATE AREA ACCES MOBILE */
.main-header .mobile-add-bar {
  text-align: center;
}
.main-header .mobile-add-bar .hs-button {
  background: transparent !important;
  font-family: var(--font-regular);
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  color: var(--color-secondary);
  margin: 0;
  padding: 10px 0;
  border-radius: 0;
  border: none;
  display: inline-block;
}
.main-header .mobile-add-bar .hs-button:hover {
  color: var(--color-primary);
}
@media (min-width: 25em) {
  .main-header .main-bar .logo-holder .homeback {
    width: 130px;
  }
}

@media (min-width: 48em) {
  .header.header--no-navigation {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  /* HEADER > PRIVATE AREA ACCES MOBILE */
  .main-header .mobile-add-bar {
    display: none;
  }
  /* HEADER > FIXED SPACER */
  .header-spacer {
    height: 104px;
  }
  .header-spacer-no-navigation {
    height: 61px;
  }
  /* HEADER > LAYOUT */
  .main-header .wrapper {
    max-width: 720px;
  }

  /* HEADER > TOP BAR */
  .main-header .top-bar {
    padding: 8px 0;
    display: block;
    background: var(--color-ultra-light-gray);
  }
  .main-header .top-bar .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .main-header .top-bar .left-link {
    margin-right: auto;
  }
  .main-header .top-bar .left-link .hs-button {
    background: transparent !important;
    font-family: var(--font-regular);
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    color: var(--color-secondary);
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    display: inline-block;
  }
  .main-header .top-bar .left-link .hs-button:hover {
    color: var(--color-primary);
  }
  .main-header .top-bar .phone {
    font-family: var(--font-regular);
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    color: var(--color-error);
    margin: 0;
    position: relative;
    left: 8px;
    display: inline-block;
  }

  /* HEADER > MAIN BAR */
  .main-header .main-bar {
    padding: 0;
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* HEADER > MAIN BAR > LOGO */
  .main-header .main-bar .logo-holder .wrapper {
    padding: 0;
  }
  .main-header .main-bar .logo-holder .homeback {
    width: 110px;
  }
  .main-header .main-bar .logo-holder .trigger {
    display: none;
  }
  .main-header .main-bar .logo-holder .action {
    display: none;
  }

  /* HEADER > MAIN BAR > NAVIGATION */
  .main-header .main-bar .nav-holder {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: auto;
    opacity: 100;
    height: auto !important;
    overflow: visible !important;
  }
  .main-header.menu-active .main-bar .nav-holder .wrapper,
  .main-header .main-bar .nav-holder .wrapper {
    padding: 14px 0;
    height: auto !important;
    min-height: 0 !important;
  }
  .main-header .main-bar .nav-holder .wrapper {
    height: auto;
  }
  .main-header .main-bar .nav-holder .actions {
    display: none;
  }

  /* HEADER > PROFESSIONAL PRIVATE AREA BUTTON */
  .wrapper .padded.private-area-landing-button {
    padding-left: 0 !important;
  }
  .private-area-landing-button .hs-button {
    text-indent: 0;
    padding: 8px 16px;
    height: auto;
    width: auto;
    position: static;
  }
  .private-area-landing-button .hs-button:before {
    display: none;
  }
}

@media (min-width: 54em) {
  .header.header--no-navigation {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  /* HEADER > FIXED SPACER */
  .header-spacer {
    height: 112px;
  }
  .header-spacer-no-navigation {
    height: 72px;
  }

  /* HEADER > TOP BAR */
  .main-header .top-bar {
    padding: 10px 0;
  }
  /* HEADER > LAYOUT */
  .main-header .wrapper {
    max-width: 820px;
  }
  /* HEADER > MAIN BAR */
  .main-header .main-bar {
    max-width: 820px;
  }

  /* HEADER > MAIN BAR > LOGO */
  .main-header .main-bar .logo-holder .homeback {
    width: 140px;
  }
  /* HEADER > MAIN BAR > NAVIGATION */
  .main-header.menu-active .main-bar .nav-holder .wrapper,
  .main-header .main-bar .nav-holder .wrapper {
    padding: 16px 0;
  }
}

@media (min-width: 62em) {
  .header.header--no-navigation {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  /* HEADER > FIXED SPACER */
  .header-spacer {
    height: 146px;
  }
  .header-spacer-no-navigation {
    height: 86px;
  }

  /* HEADER > TOP BAR */
  .main-header .top-bar {
    padding: 15px 0;
  }
  /* HEADER > LAYOUT */
  .main-header .wrapper {
    max-width: 920px;
  }
  /* HEADER > MAIN BAR */
  .main-header .main-bar {
    max-width: 920px;
  }
  /* HEADER > MAIN BAR > LOGO */
  .main-header .main-bar .logo-holder .homeback {
    width: 155px;
  }
  /* HEADER > MAIN BAR > NAVIGATION */
  .main-header.menu-active .main-bar .nav-holder .wrapper,
  .main-header .main-bar .nav-holder .wrapper {
    padding: 24px 0;
  }
}

@media (min-width: 75em) {
  .header.header--no-navigation {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  /* HEADER > FIXED SPACER */
  .header-spacer {
    height: 156px;
  }
  .header-spacer-no-navigation {
    height: 105px;
  }
  /* HEADER > LAYOUT */
  .main-header .wrapper {
    max-width: 1100px;
  }
  /* HEADER > MAIN BAR */
  .main-header .main-bar {
    max-width: 1100px;
  }
  /* HEADER > MAIN BAR > LOGO */
  .main-header .main-bar .logo-holder .homeback {
    width: 185px;
  }
  /* HEADER > MAIN BAR > NAVIGATION */
  .main-header.menu-active .main-bar .nav-holder .wrapper,
  .main-header .main-bar .nav-holder .wrapper {
    padding: 29px 0;
  }
}

@media (min-width: 80em) {
  /* HEADER > LAYOUT */
  .main-header .wrapper {
    max-width: 1240px;
  }
  /* HEADER > MAIN BAR */
  .main-header .main-bar {
    max-width: 1240px;
  }
}

/* HEADER > LANDING > TOP BAR */
.main-header.landing .top-bar .phone {
  color: var(--color-black) !important;
}
.main-header.landing .patients-mobile-button .hs-button {
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  font-family: var(--font-regular);
  padding: 8px 16px;
  border-radius: 100px;
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  background: transparent;
  transition: all 200ms ease-out;
}
.main-header.landing .patients-mobile-button .hs-button:after {
  content: '\e91f';
  font-family: icomoon !important;
  font-size: 14px;
  color: var(--color-secondary);
  margin-left: 4px;
}

.main-header.landing .patients-mobile-button .hs-button:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

/* HEADER > LANDING > MAIN BAR */
.main-header.landing .main-bar .nav-holder {
  background: var(--color-white);
  position: relative !important;
  pointer-events: auto !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: hidden !important;
}
.main-header.landing .main-bar .nav-holder .wrapper {
  height: auto;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* HEADER > LANDING > FIXED SPACER */
.header-spacer.landing {
  height: 110px;
}

@media (min-width: 48em) {
  /* HEADER > LANDING > TOP BAR */
  .main-header.landing .top-bar .phone {
    left: 0 !important;
  }
  /* HEADER > LANDING > FIXED SPACER */
  .header-spacer.landing {
    height: 92px;
  }
}

@media (min-width: 54em) {
  /* HEADER > LANDING > FIXED SPACER */
  .header-spacer.landing {
    height: 97px;
  }
}

@media (min-width: 62em) {
  /* HEADER > LANDING > FIXED SPACER */
  .header-spacer.landing {
    height: 121px;
  }
}

@media (min-width: 75em) {
  /* HEADER > LANDING > FIXED SPACER */
  .header-spacer.landing {
    height: 121px;
  }
}
/*** Carousel ***/
.swiper {
  width: 100%;
  height: 650px;
}

.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}

.swiper-pagination-bullet {
  border: 2px solid var(--color-light-gray);
  width: 12px !important;
  height: 12px !important;
  background: var(--color-white) !important;
  opacity: 1 !important;
  margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
  background: var(--color-medium-orange) !important;
  border: none;
}
/* FOOTER > LAYOUT */
.main-footer {
  background: var(--color-white);
  color: var(--color-black);
  font-family: var(--font-regular);
}

.main-footer .wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
}

.main-footer .wrapper .padded {
  padding: 0 16px;
}

/* FOOTER > TOP BAR > LOGO */
.main-footer .top-bar {
  padding: 40px 0 16px 0;
}
.main-footer .top-bar .homeback {
  width: 130px;
  // width: 190px; >>> ROLLBACK IF NOT APPROVED CHANGE
}

/* FOOTER > TOP BAR > MAIN NAVIGATION */
.main-footer .navigation-bar {
  padding: 40px 0;
  overflow: hidden;
}

/* FOOTER > CLOSE BAR */
.main-footer .close-bar {
  background: var(--color-ultra-light-gray);
  padding: 24px 0;
}
.main-footer .close-bar .wrapper {
  display: block;
}

/* FOOTER > CLOSE BAR > FOLLOW US ICONS */
.main-footer .close-bar .rrss {
  margin-bottom: 40px;
}
.main-footer .close-bar .rrss .social-links__icon-wrapper {
  margin: 0;
  display: block;
}
.main-footer .close-bar .rrss .social-links {
  display: flex !important;
}
.main-footer .close-bar .rrss .social-links .social-links__icon {
  background: var(--color-secondary);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  margin: 0 16px 0 0;
  display: block !important;
}
.main-footer .close-bar .rrss .social-links .social-links__icon:last-of-type {
  margin: 0;
}
.main-footer .close-bar .rrss .social-links__icon > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
/* FOOTER > CLOSE BAR > COPYRIGHT */
.main-footer .close-bar .copyright {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.main-footer.footer--no-navigation {
}
.main-footer.footer--no-navigation .top-bar .wrapper {
  display: flex;
  flex-warp: nowrap;
  justify-content: space-between;
  align-items: center;
}

.main-footer.footer--no-navigation .top-bar .wrapper .icons .intro-line {
  margin-bottom: 8px;
  text-align: right;
}
.main-footer.footer--no-navigation .top-bar .wrapper .icons ul {
  display: flex;
  margin: 0;
  gap: 8px;
  justify-content: flex-end;
}
.main-footer.footer--no-navigation .top-bar .wrapper .icons ul li {
  display: block;
}
.main-footer.footer--no-navigation .top-bar .wrapper .icons ul li a {
  display: block;
}
.main-footer.footer--no-navigation .top-bar .wrapper .icons ul li a img {
  height: 45px;
  display: block;
  margin: 0;
  width: auto;
}
.main-footer.footer--no-navigation .close-bar .copyright {
  text-align: right;
}

@media (min-width: 48em) {
  .main-footer.footer--no-navigation .close-bar .copyright {
    width: 100%;
    display: block;
    flex: 0 0 100%;
  }

  /* FOOTER > LAYOUT */
  .main-footer .wrapper {
    max-width: 720px;
  }

  /* FOOTER > TOP BAR > LOGO */
  .main-footer .top-bar .homeback {
    width: 160px;
  }

  /* FOOTER > CLOSE BAR */
  .main-footer .close-bar .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* FOOTER > CLOSE BAR > FOLLOW US ICONS */
  .main-footer .close-bar .rrss {
    margin-bottom: 0;
  }
}

@media (min-width: 54em) {
  /* FOOTER > LAYOUT */
  .main-footer .wrapper {
    max-width: 820px;
  }

  .main-footer .navigation-bar .wrapper {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
}

@media (min-width: 62em) {
  /* FOOTER > LAYOUT */
  .main-footer .wrapper {
    max-width: 920px;
  }
  .main-footer.footer--no-navigation .top-bar .wrapper .icons ul li a img {
    height: 55px;
  }
}

@media (min-width: 75em) {
  /* FOOTER > LAYOUT */
  .main-footer .wrapper {
    max-width: 1100px;
  }
}

@media (min-width: 75em) {
  .main-footer.footer--no-navigation .top-bar .homeback {
    width: 185px;
  }
}

@media (min-width: 80em) {
  /* FOOTER > LAYOUT */
  .main-footer .wrapper {
    max-width: 1240px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Sections */
.section-blog-index-pagination {
  display: flex;
  justify-content: center;
  gap: 4px;
  align-items: center;
  padding: 24px 0 48px 0;
}

.section-blog-index-pagination a {
  color: var(--color-black);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.section-blog-index-pagination a.blog-pagination__prev-link,
.section-blog-index-pagination a.blog-pagination__next-link {
  font-size: 20px;
}

.section-blog-index-pagination a.blog-pagination__prev-link span,
.section-blog-index-pagination a.blog-pagination__next-link span {
  color: var(--color-black);
}

.section-blog-index-pagination a.blog-pagination__prev-link--disabled,
.section-blog-index-pagination a.blog-pagination__next-link--disabled {
  pointer-events: none;
}

.section-blog-index-pagination a.blog-pagination__prev-link--disabled span,
.section-blog-index-pagination a.blog-pagination__next-link--disabled span {
  color: var(--color-light-gray);
}

.section-blog-index-pagination a.blog-pagination__link:hover {
  background: var(--color-terciary);
}

.section-blog-index-pagination a.blog-pagination__link--active {
  color: var(--color-white);
  background: var(--color-secondary);
  pointer-events: none;
}

@media (min-width: 75em) {
  .section-blog-index-pagination {
    padding: 24px 0 72px 0;
  }
}
 
/* Templates */
.layout-blog {
}

/* LAYOUT BLOG > HEADING */
.layout-blog .block-heading {
}

/* LAYOUT BLOG > MAIN + SIDEBAR */
.layout-blog .block-main-sidebar {
  padding: 32px 0;
}
.layout-blog .block-main-sidebar .flex-holder {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.layout-blog .block-main-sidebar .flex-holder .block-main {
  flex: 0 0 100%;
}
.layout-blog .block-main-sidebar .flex-holder .block-main #breadcrumb-wrapper {
  padding-top: 0;
}
.layout-blog .block-main-sidebar .flex-holder .block-sidebar {
  flex: 0 0 100%;
}

/* LAYOUT BLOG > FULL AREA */
.layout-blog .block-fullarea .main-area,
.layout-blog .block-fullarea .tricol-area {
  margin-bottom: 24px;
}
.tricol-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.tricol-holder .tricol-item-col {
  flex: 0 0 100%;
}
.main-post-preview-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.main-holder .main-item-col {
  flex: 0 0 100%;
}

@media (min-width: 48em) {
  /* LAYOUT BLOG > MAIN CONTENT */
  .layout-blog .block-main-sidebar .flex-holder {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
  }
  .layout-blog .block-main-sidebar .flex-holder .block-main {
    flex: 0 0 55%;
  }
  .layout-blog .block-main-sidebar .flex-holder .block-sidebar {
    flex: 0 0 45%;
  }
  .main-post-preview-holder {
    gap: 24px;
  }
  .main-post-preview-holder .main-item-col.main-item-col-6,
  .main-post-preview-holder .main-item-col.main-item-col-7 {
    flex: 0 0 auto;
    width: calc(55% - 12px);
  }
  .main-post-preview-holder .main-item-col.main-item-col-5,
  .main-post-preview-holder .main-item-col.main-item-col-8 {
    flex: 0 0 auto;
    width: calc(45% - 12px);
  }
}

@media (min-width: 62em) {
  /* LAYOUT BLOG > MAIN CONTENT */
  .layout-blog .block-main-sidebar .flex-holder {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
  }
  .layout-blog .block-main-sidebar .flex-holder .block-main {
    flex: 1 1 60%;
  }
  .layout-blog .block-main-sidebar .flex-holder .block-sidebar {
    flex: 1 1 40%;
  }
  /* LAYOUT BLOG > MAIN + SIDEBAR */
  .layout-blog .block-main-sidebar {
    padding: 40px 0;
  }
  .tricol-holder {
    flex-wrap: nowrap;
  }
  .tricol-holder .tricol-item-col {
    flex: 1 1 33.333%;
  }

  .main-post-preview-holder .main-item-col.main-item-col-6,
  .main-post-preview-holder .main-item-col.main-item-col-7 {
    width: calc(66.66% - 12px);
  }
  .main-post-preview-holder .main-item-col.main-item-col-5,
  .main-post-preview-holder .main-item-col.main-item-col-8 {
    width: calc(33.33% - 12px);
  }
}

@media (min-width: 75em) {
  /* LAYOUT BLOG > MAIN CONTENT */
  .layout-blog .block-main-sidebar .flex-holder .block-main {
    flex: 1 1 65%;
  }
  .layout-blog .block-main-sidebar .flex-holder .block-sidebar {
    flex: 1 1 35%;
  }
  /* LAYOUT BLOG > MAIN + SIDEBAR */
  .layout-blog .block-main-sidebar {
    padding: 60px 0 40px 0;
  }
  /* LAYOUT BLOG > FULL AREA */
  .layout-blog .block-fullarea .main-area,
  .layout-blog .block-fullarea .tricol-area {
    margin-bottom: 42px;
  }
  .tricol-holder {
    gap: 42px;
  }
  .main-post-preview-holder {
    gap: 42px;
  }
  .main-post-preview-holder .main-item-col.main-item-col-6,
  .main-post-preview-holder .main-item-col.main-item-col-7 {
    width: calc(66.66% - 24px);
  }
  .main-post-preview-holder .main-item-col.main-item-col-5,
  .main-post-preview-holder .main-item-col.main-item-col-8 {
    width: calc(33.33% - 24px);
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}