@font-face {
  font-family: 'Brandon Grotesque';
  src: url("https://50818366.fs1.hubspotusercontent-na1.net/hubfs/50818366/raw_assets/public/Plynk_Invest_2026/fonts/BrandonGrotesque-BoldItalic.woff2") format('woff2');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("https://50818366.fs1.hubspotusercontent-na1.net/hubfs/50818366/raw_assets/public/Plynk_Invest_2026/fonts/BrandonGrotesque-BlackItalic.woff2") format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("https://50818366.fs1.hubspotusercontent-na1.net/hubfs/50818366/raw_assets/public/Plynk_Invest_2026/fonts/BrandonGrotesque-Bold.woff2") format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("https://50818366.fs1.hubspotusercontent-na1.net/hubfs/50818366/raw_assets/public/Plynk_Invest_2026/fonts/BrandonGrotesque-Black.woff2") format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("https://50818366.fs1.hubspotusercontent-na1.net/hubfs/50818366/raw_assets/public/Plynk_Invest_2026/fonts/BrandonGrotesque-LightItalic.woff2") format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("https://50818366.fs1.hubspotusercontent-na1.net/hubfs/50818366/raw_assets/public/Plynk_Invest_2026/fonts/BrandonGrotesque-Light.woff2") format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("https://50818366.fs1.hubspotusercontent-na1.net/hubfs/50818366/raw_assets/public/Plynk_Invest_2026/fonts/BrandonGrotesque-MediumItalic.woff2") format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("https://50818366.fs1.hubspotusercontent-na1.net/hubfs/50818366/raw_assets/public/Plynk_Invest_2026/fonts/BrandonGrotesque-Medium.woff2") format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("https://50818366.fs1.hubspotusercontent-na1.net/hubfs/50818366/raw_assets/public/Plynk_Invest_2026/fonts/BrandonGrotesque-RegularItalic.woff2") format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("https://50818366.fs1.hubspotusercontent-na1.net/hubfs/50818366/raw_assets/public/Plynk_Invest_2026/fonts/BrandonGrotesque-Regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  font-weight: 100;
  font-style: italic;
  src: url("https://50818366.fs1.hubspotusercontent-na1.net/hubfs/50818366/raw_assets/public/Plynk_Invest_2026/fonts/BrandonGrotesque-ThinItalic.woff2") format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("https://50818366.fs1.hubspotusercontent-na1.net/hubfs/50818366/raw_assets/public/Plynk_Invest_2026/fonts/BrandonGrotesque-Thin.woff2") format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}



:root {

	/* Spacing */

	--container-width: 1180px;
	--container-width-narrow: 880px;
	--vertical-spacing: 12rem;
	--gap: 2rem;
	--gap-xs: calc(var(--gap) / 4);
	--gap-sm: calc(var(--gap) / 2);
	--gap-md: calc(var(--gap) * 2);
	--gap-lg: calc(var(--gap) * 4);

	/* Colors */

	--base-color: #292B3B;
	--green: #26A68A;

	--secondary-color: #333;

  --mint: #E7F5F2;

	--dark-gray: #0B1311;
	--light-gray: #EAEAEB;
	--medium-gray: #45556C; /* form borders, form placeholders, table borders, table header, table footer, dividers */

  --black: #000;
  --white: #fff;

	/* Typography */

	--base-font-size: 1.6rem;
	--base-line-height: 1.375;
	--primary-font-family: 'Inter', Helvetica, Arial, sans-serif;
	--secondary-font-family: 'Brandon Grotesque', Arial, sans-serif;
}

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

/* Generic */

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 0.9rem;
}

@media (max-width: 767px) {
  .oembed_container {
    margin-bottom: 1.5rem;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bold;
}

/**
 * 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: 85%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

h1 sup,.h1 sup,h2 sup,.h2 sup {
  font-size: 40%;
}


/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects */

.flex, .flex-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display:flex !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap:wrap !important
}

.flex-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex:1 0
}

.flexInline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display:inline-flex
}

.flex-column {
  flex-direction:column
}

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

.flex-row {
  flex-direction:row
}

.flex-row-reverse {
  flex-direction:row-reverse
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items:center
}

.flex-bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items:flex-end
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content:center
}

.flex-end {
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content:flex-end
}

.flex-self {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self:center
}

.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items:stretch
}

.flex-space {
  -ms-flex-pack: distribute;
  justify-content:space-around
}

.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:space-between
}

@media (max-width: 767px) {
  .flex-column-reverse, .flex:not(.flex-row) {
      flex-direction:column
  }

  .flex-row-reverse {
      flex-direction:row
  }
}

.content-wrapper {
  max-width: var(--container-width);
  margin: 0 auto;
}

.content-wrapper--mid {
  max-width: var(--container-width-mid);
}

.content-wrapper--narrow {
  max-width: var(--container-width-narrow);
}

section,
.dnd-section:not([class*='force-full-width']),
.content-wrapper--vertical-spacing {
  padding: calc(var(--vertical-spacing) / 2) 2rem;
}

.dnd-section > .row-fluid {
  max-width: var(--container-width);
  margin: 0 auto;
}

.dnd-section .row-module {
  margin: 0 calc(var(--gap) * -1);
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width);
  position: relative;
}

.dnd-section > .row-fluid .hs-private {
  width: 100%; /* for the dnd add module here placeholder */
}

@media (min-width: 768px) {
  .dnd-section .row-fluid {
    -webkit-column-gap: var(--gap);
       -moz-column-gap: var(--gap);
            column-gap: var(--gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .dnd-section [class*='span'] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  
    .dnd-section .span0 {
      flex-basis: 0.0%;
    }
  
    .dnd-section .span1 {
      flex-basis: 8.333333333333332%;
    }
  
    .dnd-section .span2 {
      flex-basis: 16.666666666666664%;
    }
  
    .dnd-section .span3 {
      flex-basis: 25.0%;
    }
  
    .dnd-section .span4 {
      flex-basis: 33.33333333333333%;
    }
  
    .dnd-section .span5 {
      flex-basis: 41.66666666666667%;
    }
  
    .dnd-section .span6 {
      flex-basis: 50.0%;
    }
  
    .dnd-section .span7 {
      flex-basis: 58.333333333333336%;
    }
  
    .dnd-section .span8 {
      flex-basis: 66.66666666666666%;
    }
  
    .dnd-section .span9 {
      flex-basis: 75.0%;
    }
  
    .dnd-section .span10 {
      flex-basis: 83.33333333333334%;
    }
  
    .dnd-section .span11 {
      flex-basis: 91.66666666666666%;
    }
  
    .dnd-section .span12 {
      flex-basis: 100.0%;
    }
  
}

@media (min-width: 992px) {
  section,
  .dnd-section:not([class*='force-full-width']),
  .content-wrapper--vertical-spacing {
    padding: var(--vertical-spacing) 2rem;
  }
}

/* Visibilty classes */

.hide {
  display: none !important;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/* Elements */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}


body {
  color: var(--base-color);
  font-family: var(--primary-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);

  letter-spacing: -0.04rem;
}

/* Anchors */

a {
  color: var(--green);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover,
a:focus {
  color: var(--black);
}

a:active {
  color: var(--black);
}

/* Paragraphs */

p {
  margin: 0 0 2rem;
}
p a:hover,
p a:focus-visible {
  text-decoration: underline;
}

/* Headings */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 2rem;
  font-weight: 300;
  letter-spacing: -0.03em;
  letter-spacing: 0;
  font-family: var(--secondary-font-family);
  line-height: 1;
}

h1,
.h1 {
  font-size: 4.5rem;
}
h2,
.h2 {
  font-size: 4rem;
}
h3,
.h3 {
  font-size: 2.4rem;
}
h4,
.h4 {
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 1.8rem;
}
h6,
.h6 {
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 7rem;
  }
  h2,
  .h2 {
    font-size: 6rem;
  }
  h3,
  .h3 {
    font-size: 2.4rem;
  }
  h4,
  .h4 {
    font-size: 2rem;
  }
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 6px solid var(--secondary-color);
  font-size: 2.4rem;
  font-style: italic;
  margin: 2rem 0;
  padding-left: 2rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid var(--medium-gray);
  margin: 4rem auto;
}

.article-subheading {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .article-subheading {
    font-size: 3rem;
  }
}

b, strong {
  font-weight: 800;
  letter-spacing: 0;
}
.button,
form input[type="submit"],
form .hs-button,
.hs-search-field__button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.8rem;
  line-height: 2rem;
  font-family: var(--secondary-font-family);
  font-weight: 600;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  border: 1px solid;
  border-radius: 1.2rem;
  background: none;
}

.button.rounded {
  border-radius: 3rem;
}

/* Primary */

.button--primary,
form input[type="submit"],
form .hs-button,
.hs-search-field__button {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

.hs-search-field__button {
  height: 48px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: white;
}
.hs-search-field__button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hs-search-field__button svg {
  width: 1.6rem;
  height: 1.6rem !important;
}
.hs-search-field__button svg path {
  fill: currentColor;
}

.button--primary:hover,
.button--primary:focus,
.button--primary:active,
form input[type="submit"]:hover,
form input[type="submit"]:focus,
form input[type="submit"]:active,
form .hs-button:hover,
form .hs-button:focus,
form .hs-button:active {
  border-color: var(--green);
  background-color: var(--white);
  color: var(--green);
}
.button--primary:hover svg path,
.button--primary:focus svg path,
.button--primary:active svg path {
  stroke: var(--green);
}

/* Secondary */

.button--secondary {
  border-color: var(--green);
  background-color: var(--white);
  color: var(--green);
}

.button--secondary:hover,
.button--secondary:focus,
.button--secondary:active {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}

/* Text */

.button--text {
  border: 0;
  padding: 0;
  color: var(--green);
  font-size: 1.8rem;
}

.button--text.small {
  font-size: 1.4rem;
}



/* Icon */

.button--icon > span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.button--icon > svg {
  height: 2.4rem;
}

.button--icon-circle {
  border-radius: 50%;
  padding: 1.2rem;
}

.button--outline-white {
  border-color: #fff;
  color: #fff;
}

.button--outline-white:hover,
.button--outline-white:focus {
  background: #fff;
  color: var(--primary-color);
}

/* Full */

.button--full {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Small */

.button--small {
  padding: 0.8rem 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
}

.button--small.button--icon-circle {
  padding: 0.8rem;
}

/* Large */

.button--large {
  padding: 1.2rem 2.25rem;
  font-size: 1.8rem;
  line-height: 2.2rem;
  border-radius: 1.4rem;
}

.button--large.button--icon-circle {
  padding: 1.6rem;
}

/* CTA Override */

a.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.disclaimers {
  font-size: 11px;
  padding-bottom: 40px;
}
/* Labels */

form label,
.fakelabel {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form input[type="search"],
form select,
form textarea {
  display: block;
  padding: 1rem;
  width: 100%;
  min-height: 4.8rem;
  margin-bottom: 2rem;
  background-color: var(--white);
  border: 1px solid var(--medium-gray);
  border-radius: 1.2rem;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form input[type="file"]:focus,
form input[type="search"]:focus,
form select:focus,
form textarea:focus,
form input[type="text"]:focus-visible,
form input[type="email"]:focus-visible,
form input[type="password"]:focus-visible,
form input[type="tel"]:focus-visible,
form input[type="number"]:focus-visible,
form input[type="file"]:focus-visible,
form input[type="search"]:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(20, 199, 161, 0.15);
  outline: none;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 30' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2'%3E%3Cpath d='M5.64 0 0 5.64l24 24 24-24L42.36 0 24 18.32 5.64 0Z' style='fill-rule:nonzero'/%3E%3C/svg%3E");
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid var(--medium-gray);
  -webkit-text-fill-color: var(--base-color);
  opacity: 1;
}

form textarea {
  min-height: 15rem;
  margin-top: 1rem;
  padding: 1rem 1rem;
  border: 1px solid var(--medium-gray);
}

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

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

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: var(--medium-gray);
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
}

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

input[type="checkbox"],
input[type="radio"],
input[type="range"],
progress {
  accent-color: var(--green);
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: var(--base-color);
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--dark-gray);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  background-color: var(--dark-gray) !important;
  border-radius: 0 !important;
  color: #fff;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--dark-gray);
}

/* Inputs - file picker */

form input[type="file"] {
  width: auto !important;
  min-height: auto;
  background-color: transparent;
  border: initial;
  padding: initial;
}
form input[type="file"]::-webkit-file-upload-button,
form input[type="file"]::file-selector-button {
  margin-right: var(--gap);
}

/* Headings and text */

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

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 {
  font-size: 1.4rem;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  position: relative;
  top: -1px;
}

/* Validation */

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

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

.hs-error-msg,
.hs-error-msg,
.hs-error-msgs {
  margin: -1rem 0 2rem 0;
  color: red;
  font-size: 1.4rem;
  font-weight: 400;
}

.hs_error_rollup {
  display: none;
}

/* Captcha */

.grecaptcha-badge {
  margin-bottom: 2rem;
}

/* Change Autocomplete styles in Chrome */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px var(--white) inset !important;
  box-shadow: 0 0 0 30px var(--white) inset !important;
}

/* Fix Column Layouts */

.hs-form fieldset {
  max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form
  fieldset.form-columns-1
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-2
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.hs-form
  fieldset.form-columns-3
  .hs-form-field
  .hs-input:not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100% !important;
}

@media (min-width: 992px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}
/* Table */

table {
	width: 100%;
	border: 1px solid var(--light-gray);
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
	padding: 1rem;
	text-align: left;
  vertical-align: top;
}

td {
	border-bottom: 1px solid var(--light-gray);
}

/* Table header */

thead th {
	background-color: var(--light-gray);
  vertical-align: bottom;
}

/* Table footer */

tfoot td {
  background-color: var(--light-gray);
}

[data-hs-cos-type="rich_text"] table {
  max-width: calc(100vw - 4rem);
}

/* Components */
body.modal-open
  .body-wrapper
  > div[data-global-resource-path*="/templates/partials/header.html"] {
  z-index: unset;
}

.header {
  position: relative;
  background-color: #292B3B;
}

.header__container {
  padding: 2rem;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .header--paid-lp .header__inner {
    flex-direction: column;
  }
}

/* Logo */

.header__logo a {
  display: block;
  font-size: 0;
}

/* Phone Number */
.header__phone {
  text-align: center;
}
.header__phone a span {
  white-space: nowrap;
}

/* Nav */

.header__navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
  li:not(.menu__button) {
    a {
      color: #fff;
      background: transparent !important;
      border-bottom: 0 !important;

      &:hover,
      &:focus,
      &:active,
      &.is-active,
      &:focus {
        color: var(--green) !important;
      }

      &.dropdown-item {
        color: var(--base-color);
      }
    }
  }
  
  .menu__button {
    background: transparent !important;
  }
  
  ul.menu.open {
    background: var(--base-color) !important;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    
    &::-webkit-scrollbar {
      display: none;
    }
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
  background: var(--green);
  color: white;
  padding: 10px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
  color: white;
}
#qrcode {
  position: fixed;
  z-index: 999;
  right: 4rem;
  bottom: 4rem;
  width: 14rem;
  padding: 1.6rem 1rem 1.2rem;
  border-radius: 3rem;
  background: #fff;
  container-type: inline-size;
  transition: all .5s ease-in-out;
  border: 1px solid;
  
  @media (max-width: 768px) {
    opacity: 0;
    visibility: hidden;
  }
}

body.qrcode #qrcode {
  position: fixed;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  width: 28rem;
  max-width: 90vw;
}

#qrcode-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #292B3B;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  
  .button {
    max-width: 90%;
  }
 
  @media (min-width: 768px) {
    display: none;
  }
}

body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 998;
  transition: all .2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

body.qrcode:after {
  opacity: 1;
  pointer-events: initial;
}

#qrcode img {
  width: 100%;
}

#qrcode p {
  margin: 1rem 0 0;
  font-size: 13cqw;
  white-space: nowrap;
  text-align: center;
  font-family: 'Brandon Grotesque', sans-serif;
}

.footer {
  padding: 2rem;
  background-color: var(--secondary-color);
  color: var(--white);
}
.footer--paid-lp {
  padding: 4rem 2rem;
  background-color: var(--white);
  color: var(--base-color);
}
.footer--paid-lp .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: var(--gap);
  align-items: center;
}
.footer--copyright {
  padding-top: 3rem;
  border-top: 1px solid var(--light-gray);
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .footer--paid-lp .footer__inner {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: var(--gap);
  }
}
.link-list h2 {
  font-size: 3.2rem;
}
.link-list .row-number-2 {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 2.4rem;
}
.link-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-list li + li {
  margin-top: 2.4rem;
}
.link-list a {
  font-weight: 600;
}

@media (min-width: 768px) {
  .link-list ul {
    columns: 3;
  }
}
.hero-simple {
  color: white;
}
.hero-simple--centered {
  text-align: center;
}
.hero-simple p {
  font-size: 2rem;
}
.hero-simple p:first-child {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 500;
}
.hero-simple p:last-child {
  margin-bottom: 0;
}
.hero-simple h1 + p,
.hero-simple h2 + p {
  margin-top: 4rem;
}
.blog-post {
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 0;
  padding-right: 0;
  max-width: 80%;
  margin: 0 auto;

  h1, h3 {
    font-weight: 500;
  }
}

.blog-listing {
  padding-top: 6rem;
}

/* Blog Listing Bar & Subscription */
.blog-listing-bar {
  padding: 2rem;
  
  label {
    font-weight: 600;
  }

  .blog-listing-bar__inner {
    display: grid;
    grid-gap: var(--gap);

    @media (min-width: 992px) {
      grid-template-columns: 1fr 1fr;
    }
  }

  .blog-listing-bar__subscribe-label {
    display: block;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  form {
    @media (min-width: 992px) {
      position: relative;
    }

    .blog-search-wrapper {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-gap: var(--gap-sm);

      input {
        margin-bottom: 0;
      }
    }
  }
}

@keyframes translateCard {
  0% { transform: translateY(0); }
  100% { transform: translateY(-15px); }
}

@keyframes translateCardOut {
  0% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}

/* Blog Posts & Pagination */
.blog-listing__posts {
  display: grid;
  grid-gap: var(--gap-md);

  @media (min-width: 576px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media (min-width: 992px) {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .blog-listing__post:hover,
  .blog-listing__post:focus-visible {
    animation: translateCard 0.3s ease-in;
    animation-fill-mode: forwards;
  }

  .blog-listing__post {
    position: relative;
    background-color: var(--mint);
    border-radius: .9rem;
    top: 0;
    animation: translateCardOut 0.3s ease-in;
    animation-fill-mode: forwards;

    .blog-listing__featured-image {
      width: 100%;
      aspect-ratio: 16 / 9;
      border-radius: .9rem;
      
       img {
        object-fit: cover;
        width: 100%;
        height: 100%;
      }
    }

    .blog-listing__details {
      padding: 2rem;
      
      @media (min-width: 768px) {
        padding: 3rem;
      }

      .blog-listing__read-time {
        font-size: 14px;
        margin-bottom: 0.5rem;
        display: block;
      }
      
      .blog-listing__title {
        display: block;
        font-weight: 500;
        
        a {
          color: var(--base-color);
          
          &::after {
            content: '';
            display: block;
            position: absolute;
            inset: 0;
          }
        }
      }
      
      .blog-listing__description {
        font-size: 1.4rem;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
      }
    }
  }
}

.blog-listing__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap-sm);
  margin-top: 6rem;

  .pagination__link--disabled {
    color: var(--base-color);
    opacity: 0.5;
    pointer-events: none;
  }

  .pagination__link--active {
    color: var(--base-color);
    pointer-events: none;
  }
}

/* Blog Post */
.blog-post-hero {
  padding: 0;
  
  .blog-post__featured-image {
    aspect-ratio: 21 / 6;
    width: 1180px;
    max-width: 90%;
    overflow: hidden;
    border-radius: 0.9rem;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 2rem auto 0;

    img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%;
    }
  }
}
.blog-post {
  padding-top: 4rem;
}
.blog-post__inner {
  max-width: var(--container-width);
  margin: 0 auto;
}
.blog-post-related-posts__posts {
  display: grid;
  grid-gap: var(--gap);
}
.blog-post-related-posts__card {
  color: #000;
  
  .blog-post-related-posts__image {
    display: block;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 1rem;
  }
  
  .blog-post-related-posts__block {
    .blog-post-related-post__read-time {
      margin-bottom: 0.5rem;
      display: block;
    }
    .blog-post-related-posts__title {
      font-size: 2.8rem;
      font-weight: 600;
      font-family: var(--secondary-font-family);
    }
  }
  
  &:hover,
  &:focus {
    color: var(--green);
  }
}

.blog-post__inner .hs_cos_wrapper_cta {
  text-align: center;
}
.blog-post__inner .hs_cos_wrapper_type_cta > * {
  margin-top: var(--gap);
}
.blog-post-hero__details > span {
  display: block;
}
.blog-post-hero__details > span.blog-post-hero__details-divider {
  display: none;
}
.blog-post-related-posts__view-all {
  text-align: center;
}

@media (min-width: 992px) {
  .blog-post-related-posts__posts {
    grid-template-columns: repeat(3, 1fr);
  }

  .blog-post-hero__details > span,
  .blog-post-hero__details > span.blog-post-hero__details-divider {
    display: inline;
  }
}

.video-disclosure {
  display: block; 
  text-align: center; 
  font-size: 11px; 
  margin-top: 0.5rem; 
  max-width: 650px; 
  margin-inline: auto;
}
.search-page h2 {
  font-weight: 600;
  margin-top: 4rem;
}

/* Utilities */
/* Fade In Styles */

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in .button:not(.no-animate) {
  opacity: 0;
}

.fade-in--left {
  transform: translateX(-100px);
}

.fade-in--right {
  transform: translateX(100px);
}

.fade-in--bottom {
  transform: translateY(100px);
}

.fade-in--left .button:not(.no-animate) {
  transform: translateX(-100px);
}

.fade-in--right .button:not(.no-animate) {
  transform: translateX(100px);
}

.fade-in--bottom .button:not(.no-animate),
.fade-in--bottom input[type='submit'] {
  transform: translateY(100px);
}


.fade-in--delay-1 {
  animation-delay: 0.1s;
  transition-delay: 0.1s;
}

.fade-in--delay-2 {
  animation-delay: 0.2s;
  transition-delay: 0.2s;
}

.fade-in--delay-3 {
  animation-delay: 0.3s;
  transition-delay: 0.3s;
}

.fade-in--delay-4 {
  animation-delay: 0.4s;
  transition-delay: 0.4s;
}

.fade-in--delay-5 {
  animation-delay: 0.5s;
  transition-delay: 0.5s;
}

.fade-in--delay-6 {
  animation-delay: 0.6s;
  transition-delay: 0.6s;
}

.fade-in--delay-7 {
  animation-delay: 0.7s;
  transition-delay: 0.7s;
}

.fade-in--delay-8 {
  animation-delay: 0.8s;
  transition-delay: 0.8s;
}

.fade-in--delay-9 {
  animation-delay: 0.9s;
  transition-delay: 0.9s;
}


.fade-in--delay-10 {
  animation-delay: 1s;
  transition-delay: 0.s;
}

.fade-in.fade-in--fading-in {
  opacity: 1;
  transform: translateX(0px) translateY(0px);
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  50% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  50% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeInBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  50% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.fade-in.fade-in--left.fade-in--fading-in .button:not(.no-animate) {
  animation-name: fadeInLeft;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fade-in.fade-in--right.fade-in--fading-in .button:not(.no-animate) {
  animation-name: fadeInRight;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.fade-in.fade-in--bottom.fade-in--fading-in .button:not(.no-animate),
.fade-in.fade-in--bottom.fade-in--fading-in input[type='submit'] {
  animation-name: fadeInBottom;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
/* 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;
  }
}

/* Background Colors */

.bg-light-gray {
  background-color: var(--light-gray);
}
.bg-white {
  background-color: var(--white);
}
.bg-teal {
  background-color: var(--green);
}
.bg-mint {
  background-color: var(--mint);
}

/* Spacing */

.mt-none {
  margin-top: 0 !important;
}
.mt-xs {
  margin-top: calc(var(--gap) * 0.25) !important;
}
.mt-sm {
  margin-top: calc(var(--gap) * 0.5) !important;
}
.mt-md {
  margin-top: var(--gap) !important;
}
.mt-lg {
  margin-top: calc(var(--gap) * 1.5) !important;
}
.mt-xl {
  margin-top: calc(var(--gap) * 2) !important;
}

.mb-none {
  margin-bottom: 0 !important;
}
.mb-xs {
  margin-bottom: calc(var(--gap) * 0.25) !important;
}
.mb-sm {
  margin-bottom: calc(var(--gap) * 0.5) !important;
}
.mb-md {
  margin-bottom: var(--gap) !important;
}
.mb-lg {
  margin-bottom: calc(var(--gap) * 1.5) !important;
}
.mb-xl {
  margin-bottom: calc(var(--gap) * 2) !important;
}

.pt-none {
  padding-top: 0 !important;
}
.pt-xs {
  padding-top: calc(var(--gap) * 0.25) !important;
}
.pt-sm {
  padding-top: calc(var(--gap) * 0.5) !important;
}
.pt-md {
  padding-top: var(--gap) !important;
}
.pt-lg {
  padding-top: calc(var(--gap) * 1.5) !important;
}
.pt-xl {
  padding-top: calc(var(--gap) * 2) !important;
}

.pb-none {
  padding-bottom: 0;
}
.pb-xs {
  padding-bottom: calc(var(--gap) * 0.25);
}
.pb-sm {
  padding-bottom: calc(var(--gap) * 0.5);
}
.pb-md {
  padding-bottom: var(--gap) !important;
}
.pb-lg {
  padding-bottom: calc(var(--gap) * 1.5) !important;
}
.pb-xl {
  padding-bottom: calc(var(--gap) * 2);
}

/* Text */

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}

.text-large {
  font-size: calc(var(--base-font-size) * 1.2);
}
.text-small {
  font-size: calc(var(--base-font-size) * 0.8);
}

/* Responsive embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container--43 {
  padding-bottom: 75%;
}
/* Styling for the Modal Backdrop */
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}

/* Modal Styling */
dialog {
  border: none;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  text-align: center;
  max-width: 90%;
}

.modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.modal-apps {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 1rem;
}

.modal-content--mobile {
  display: none;
}

@media (min-width: 768px) {
  .modal-content--mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .modal-content--desktop {
    display: none;
  }
  .modal-content--mobile {
    display: block;
  }
}

.close-btn {
  display: block;
  margin-left: auto;
  align-self: flex-end;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

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