/* Theme base styles */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

/**
 * 1. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  -webkit-text-size-adjust: 100%; /* 1 */
}

/* 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,
code,
kbd,
samp {
  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;
}

/**
 * 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.
 */

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  line-height: 1.5;
}

body {
  min-height: 100vh;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}


img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
/* 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: 767.98px) {
  .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;
  }
}

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

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

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

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

/* Elements
Base HMTL elements are styled in this section
*/

.input {
  min-width: 350px;
}

.input:not(:has(> textarea), :has(> .grecaptcha-badge)),
.hs-search-field {
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  gap: 0.3em;

  padding: 0.3em 0.4em 0.3em 1.75em;
  background-color: var(--color-white);
  border: 1px solid var(--color-input);
  border-radius: 999px;
}

.input > textarea {
  padding: 0.3em 0.4em 0.3em 1.75em;
  background-color: var(--color-white);
  border: 1px solid var(--color-input);
  border-radius: 32px;
  min-height: 50px;
}

.hs-search-field__bar {
  flex: 1;
}

.input:has(input:focus-visible),
.input > textarea:focus-visible,
.hs-search-field:has(input:focus-visible) {
  outline: 2px solid var(--color-outline);
  outline-offset: 2px;
}

.input input[type="search"],
.input input[type="text"],
.input input[type="email"],
.input input[type="password"],
.hs-search-field input[type="search"] {
  flex-grow: 1;
  border: 0;
}

.input input:focus-visible,
.hs-search-field input[type="search"]:focus-visible {
  outline: none;
}

::-webkit-input-placeholder {
  opacity: 0.6;
  font-style: italic;
  color: var(--color-text-grey);
}
:-moz-placeholder {
  opacity: 0.6;
  font-style: italic;
  color: var(--color-text-grey);
}
::-moz-placeholder {
  opacity: 0.6;
  font-style: italic;
  color: var(--color-text-grey);
}
:-ms-input-placeholder {
  opacity: 0.6;
  font-style: italic;
  color: var(--color-text-grey);
}
::placeholder {
  opacity: 0.6;
  font-style: italic;
  color: var(--color-text-grey);
}
/* 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 {
  overflow-wrap: break-word;
}

/* Paragraphs */

p {
  margin: 0 0 1.5rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Lists */

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

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.5rem;
  padding-left: 0.75rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid var(--color-border);
}

/* Image alt text */

img {
  font-size: 0.9rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
}

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

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

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

/* 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;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

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

/* 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: var(--color-text-white);
}

.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: var(--color-text-white);
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* 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: #AF4E4A;
}

.hs-input.invalid.error {
  border-color: #AF4E4A;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}

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

/* Header container */

.header {
  --header-image-height: 40px;
  --header-padding: 0.75rem;
  --header-height: calc(var(--header-padding) * 2 + var(--header-image-height));

  padding-block: var(--header-padding);
}

.header__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@keyframes logo-bounce {
  0% {
    opacity: 0;
    transform: translateY(-200%);
  }
  20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    opacity: 1;
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Header Navigation */

.header__navigation--desktop .header__logo {
  box-sizing: content-box;
  flex: 0 0 auto;
  width: 150px;
  height: auto;
  grid-row: span 2;
  padding: 0 0.75rem;
  overflow: hidden;
  z-index: 2;

  display: flex;
  justify-content: center;
  align-items: start;

  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-border);
}
.header__navigation--desktop .header__logo-blog {
  width: 70px;
  grid-row: 3;
  grid-column: 2;
  justify-self: center;

  animation: logo-bounce 1.5s;
  transform-origin: top center;
}

.header__navigation.header__navigation--desktop {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: minmax(82.5px, 1fr) auto auto;
}
.header__navigation--left {
  display: flex;
  justify-content: start;
  align-items: start;
}
.header__navigation-right {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: 2rem;
}

/* Header Navigation (mobile) */

.header__navigation.header__navigation--mobile {
  display: none;
  overflow-x: hidden;
}

.header__navigation--mobile .header__logo {
  flex: 0 0 auto;
  margin: 0 0.2rem;
}
.header__navigation--mobile .header__logo img {
  width: auto !important;
  height: var(--header-image-height);
}

.header__navigation--mobile .header__logo-blog {
  margin: 0 auto 0 0.35rem;
  align-self: start;

  animation: logo-bounce 1.5s;
  transform-origin: top center;
}
.header__navigation--mobile .header__logo-blog img {
  width: auto !important;
  height: calc(var(--header-image-height) + 5px);
}

.header__nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.header__menu-mobile {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: calc(100dvh - var(--header-height));
  left: 0;
  right: 0;
  top: var(--header-height);
  z-index: 2;

  display: flex;
  flex-direction: column;
  padding: 3rem 1rem 1rem;

  overflow: auto;
  overscroll-behavior: none;
  background-color: var(--color-offwhite);
  border-top: 1px solid var(--color-border);
  transition: transform 0.15s, opacity 0.15s;
  transform-origin: top;
  transform: scaleY(50%);
}
.header__menu-mobile.open {
  visibility: visible;
  transform: scaleY(100%);
  opacity: 1;
}

.header__menu-mobile .menu__item {
  margin: 0 -1rem;
}

.header__menu-toggle {
  flex: 0 0 auto;
  cursor: pointer;
  margin: 0 0.5rem;
}

.header__menu-toggle svg {
  fill: var(--color-grey);
  height: 30px;
  width: 30px;
}
.header__menu-toggle.open {
  transition: transform 0.3s;
  transform: rotateZ(90deg);
}
.header__menu-toggle .header__close-icon {
  display: none;
}
.header__menu-toggle.open .header__menu-icon {
  display: none;
}
.header__menu-toggle.open .header__close-icon {
  display: block;
}

.header__menu-mobile .header__heading {
  font-size: clamp(1rem, 1rem + 1.75vw, 2rem);
  margin-bottom: 0.75rem;
  align-self: center;
}
.header__menu-mobile .header__search {
  margin-bottom: 3rem;
}

.header__menu-mobile .menu {
  margin-bottom: 2rem;
}
.header__menu-mobile .menu__wrapper {
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 767.98px) {
  .header {
    padding-block: 0;
    height: var(--header-height);
    background-color: var(--color-white);
  }
  .header__navigation.header__navigation--desktop {
    display: none;
  }
  .header__navigation.header__navigation--mobile {
    display: grid;
    height: 100%;
  }

  .body-wrapper > header,
  .body-wrapper > *:has(header) {
    position: sticky;
    top: 0;
    z-index: 322;
    border-bottom: 1px solid var(--color-border);
    background-color: var(--color-white);
  }
}

/* Header Menu customization */

.header__navigation .menu__wrapper .menu__link {
  font-family: var(--font-family-secondary);
  color: var(--color-primary);
  letter-spacing: 0.6px;
  text-transform: uppercase;

  border-color: var(--color-border);
  border-style: solid;
  border-width: 1px 0 1px 0;

  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.header__navigation .menu__wrapper .menu__item .menu__link:not(.menu__link--active-tag):hover,
.header__navigation .menu__wrapper .menu__item .menu__link:not(.menu__link--active-tag):focus {
  background-color: var(--color-offwhite);
  background-color: color-mix(in srgb, var(--color-primary), transparent 90%);
  color: var(--color-primary--hover);
  border-color: var(--color-primary);
}

.header__navigation .menu__wrapper .menu__link--active-tag {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
}
.header__navigation .menu__wrapper .menu__item .menu__link--active-tag:hover,
.header__navigation .menu__wrapper .menu__item .menu__link--active-tag:focus {
  background-color: color-mix(in srgb, var(--color-primary), transparent 10%);
}

/* Search bar */
.header__search {
  width: 100%;
}
.header__navigation--desktop .header__search {
  max-width: 350px;
}
.header__search .hs-search-field__label {
  display: none;
}

.header__search .hs-search-field__button {
  width: 40px;
  height: 40px;
  fill: var(--color-white);
  color: var(--color-text-white);
  border-radius: 999px;
  background-color: var(--color-primary);
  background-image: radial-gradient(circle at center, #00000033 0%, transparent 100%);
  border: none;
  text-align: center;
}
.header__search .hs-search-field__button:hover {
  opacity: 0.9;
}

.header__search .hs-search-field__button svg {
  height: 19px;
  margin: 0 auto;
}

.header__search .hs-search-field .hs-search-field__input::-webkit-search-cancel-button {
  margin-right: 0.5rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions-container {
  position: absolute;
  inset: 100% 21px;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  z-index: 10;

  border: 1px solid var(--color-input);
  border-radius: 0 0 6px 6px;
  border-top-width: 0;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid var(--color-input);
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: var(--color-body);
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions .results-for {
  display: none;
}

/* Languge switcher */
.header__language-switcher {
  display: none;
}

.header__language-switcher #hs_cos_wrapper_language-switcher .hs-language-switcher__current-language,
.header__language-switcher #hs_cos_wrapper_language-switcher .hs-language-switcher__item a {
  font-size: 1.125rem;
}

.header__language-switcher #hs_cos_wrapper_language-switcher .hs-language-switcher__icon {
  width: 12px;
}
.footer {
  --color-footer-text: #181c1d;
  --color-footer-border: #b3d5dc;
  --color-footer-border--dark: #70b0bd;

  margin-top: 6rem;
  display: flex;
  flex-direction: column;
}

.footer-links .links__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 0 3.5rem;
  gap: 1rem;
}

.footer-links .links__item {
  width: 160px;
  min-width: min-content;
}

.footer-links a.links__link {
  font-family: var(--font-family-secondary);
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-text-grey);
  text-transform: uppercase;

  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid var(--color-footer-border);
  padding: 0.5rem 1rem;
  border-radius: 3px;
  min-height: 65px;

  transition: background-color 0.3s;
}

.footer-links a.links__link:hover,
.footer-links a.links__link:focus {
  background: var(--color-offwhite);
  text-decoration: underline;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;

  border-top: 1px solid var(--color-footer-border);
  border-bottom: 1px solid var(--color-footer-border);
  padding: 2.5rem 0;
  gap: 1rem;
}


.footer-bottom-left .links__wrapper {
  align-items: start;
}
.footer-bottom-right .links__wrapper {
  align-items: end;
}
.footer-bottom .links__wrapper {
  height: 100%;
  min-width: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;

  font-size: 1rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--color-footer-text);
}

.footer-bottom .links__item {
  margin: 0 0.5rem;
}

.footer-bottom .links__link {
  color: var(--color-footer-text);
  text-decoration: none;
}

.footer-logo {
  display: flex;
  justify-content: center;
}

.footer-logo img {
  width: 150px;
  height: auto;
}

.footer-separator {
  width: 1px;
  border-left: 1px solid var(--color-footer-border);
  margin: 0.5rem 0;
}

.footer-copyright {
  display: flex;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--color-footer-text);
  margin: 1rem 0;
}

@media (max-width: 767.98px) {
  .footer {
    margin-top: 2.5rem;
  }
  .footer-links .links__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    margin: 2rem 0 2.5rem;
    gap: 0.5rem;
  }
  .footer-links .links__item {
    width: 100%;
  }
  .footer-links .links__item.links__item--last-odd {
    grid-column: 1 / -1;
  }

  .footer-separator,
  .footer-logo {
    display: none;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: var(--color-offwhite);
    margin: 0 -1rem;
    padding: 1.5rem 0;
  }
  .footer-bottom .links__wrapper {
    align-items: center;
    gap: 1rem;
  }
}
/* 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%;
}