@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 */
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

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

.hs-banner-optimization-animation {
  --hs-banner-button-corners: 12px;
  --hs-banner-corners: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #011020;
}

.body-container--page {
  margin-top: 4.625rem;
}

body:has(.modal-overlay.is-open) {
  overflow: hidden;
}

section[id] {
  scroll-margin-top: 10px;
}

.hero-section {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.25rem 1.5rem 3.125rem;
}

.hero-image {
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
  pointer-events: none;
  max-width: none;
  width: 100%;
  height: 100%;
  inset: 0px;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.125rem;
  justify-content: center;
  width: 100%;
  margin-top: 3.125rem;
  text-align: center;
  color: white;
}

.hero-content *:not(:last-child) {
  max-width: 20.4375rem;
}

.hero-content h1 {
  margin: 0;
  white-space: pre-wrap;
  letter-spacing: -0.8px;
  line-height: 1.1;
  font-weight: 700;
  font-size: 2rem;
}

.hero-content p {
  white-space: pre-wrap;
  letter-spacing: -0.9px;
  line-height: 1.45;
  font-weight: 500;
  font-size: 1.125rem;
}

.image-frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
}

.image-frame::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 1rem;
  left: 1rem;
  width: 2.875rem;
  height: 0.625rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' height='100%25' overflow='visible' preserveAspectRatio='none' viewBox='0 0 46 10' width='100%25'%3E%3Cg id='Buttons'%3E%3Ccircle cx='5' cy='5' fill='%23FF5858' id='Ellipse 1' r='5'/%3E%3Ccircle cx='23' cy='5' fill='%23FFC72C' id='Ellipse 2' r='5'/%3E%3Ccircle cx='41' cy='5' fill='%2388D95C' id='Ellipse 3' r='5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top;
}

.image-frame::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background-color: rgb(255, 255, 255);
}

.image-frame img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 800px) {
  .hero-section {
    padding-bottom: 6rem;
  }

  .hero-content {
    margin-top: 7.5rem;
  }

  .hero-content *:not(:last-child) {
    max-width: 43rem;
  }

  .hero-content h1 {
    font-size: 3.5rem;
    letter-spacing: -1.6px;
    line-height: 60px;
  }

  .hero-content p {
    font-size: 1.25rem;
    line-height: 30px;
    margin-bottom: 5.375rem;
  }
  
}

@media screen and (min-width: 1280px) {
  .hero-section {
    padding-bottom: 7.5rem;
  }
  
  .hero-content *:not(:last-child) {
    max-width: 64rem;
  }

  .hero-content h1 {
    font-size: 4rem;
    line-height: 70px;
  }

  .hero-content p {
    font-size: 1.5rem;
    line-height: 34px;
  }
}

/* Components and elements */
/* 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%;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  background-color: #000;
}

header menu {
  margin: 0;
}

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

header menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

header menu a {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid transparent;
}

header menu a.active {
  border-color: rgb(250, 45, 0);
}

header menu a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 800px) {
  header {
    padding: 1.5rem 4rem;
  }  
}
.footer {
  position: relative;
  width: 100%;
  padding: 7.5rem 1.5rem; 
  overflow: hidden;
  background-color: #011020;
}

.footer-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  justify-content: flex-start;
  width: 100%;
  text-align: center;
  color: #fff;
}

.footer-heading {
  margin: 0 0 1.25rem 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 23px;
  text-align: left;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin: 0;
}

.footer-links-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  transition: opacity 0.3s ease;
}

.footer-links-list li a:hover {
  opacity: 0.8;
}

.footer-text {
  font-size: 0.75rem;
  color: #fff;
}

@media screen and (min-width: 800px) {
  .footer {
    padding: 7.5rem 5rem;
  }
  
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  
  .footer-text {
    font-size: 0.875rem;
  }
}
.btn,
.hs-submit input[type=submit] {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  border-radius: 12px;
  border: 2px solid transparent;
  padding: 0.75rem 1rem;
  background-color: transparent;
  color: rgb(0, 0, 0);
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: transform 0.25s ease-in-out;
}

.btn:hover,
.hs-submit input[type=submit]:hover {
  transform: scale(0.98);
}

.btn-primary,
.hs-submit input[type=submit] {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.btn-primary:focus,
.hs-submit input[type=submit]:focus {
  outline-color: rgb(255, 255, 255);
  outline-offset: 3px;
}

.btn-secondary {
  border-color: rgba(0, 0, 0, 0.15);
}

.btn-inverted {
  border-color: rgba(255, 255, 255, 0.15);
  color: rgb(255, 255, 255);
}

@media screen and (min-width: 800px) {
  .btn,
  .hs-submit input[type=submit] {
    width: auto;
  }
}
.hs-form {
  margin: 2rem 0;
  width: 100%;
}

/* Fields */

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

.hs-form-field {
  width: 100% !important;
}

/* 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;
  font-size: 1rem;
  padding: 0.7rem;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  background-color: transparent;
}

form input[type=text]:focus,
form input[type=search]: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 select:focus,
form textarea:focus {
  border-color: rgba(255, 255, 255, 0.65);
  outline: none;
}

form select {
  appearance: none !important;
  background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='%23999' d='M6 9L1.5 4.5h9z'/></svg>") no-repeat right 0.7rem center !important;
  background-size: 12px !important;
  padding-right: 2.5rem !important;
}

/* Fix for Windows option text color inheritance */
form select option {
  background-color: #fff !important;
  color: #333 !important;
  padding: 0.5rem !important;
}

form textarea {
  resize: vertical;
}

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

form .input {
  margin: 0;
}

.hs-input {
  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: #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] {
  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: #EF6B51;
} */

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

.hs-error-msgs li {
  margin: 0 !important;
}

.hs-error-msgs li label {
  margin-bottom: 0.5rem;
}

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

.field .hs-error-msgs {
  height: 0;
  overflow: hidden;
}

.custom-message {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

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

.hsfc-Step__Content {
  padding: 0;
}

.form-columns-2 {
  display: flex;
  flex-direction: column;
  column-gap: 1.25rem;
}

@media screen and (min-width: 1200px) {
  .form-columns-2 {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

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

/* 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: 800px) {
  .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;
  }
} */

.curtain {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.font-muted {
  opacity: 0.6 !important;
}

.font-heavy {
  font-weight: 700 !important;
}

.font-hero {
  font-size: 2rem !important;
  letter-spacing: -0.32px !important;
  line-height: 38px !important;
  margin: 1rem 0 !important;
  font-weight: 700 !important;
}

.font-heading {
  font-size: 1.5rem !important;
  letter-spacing: -0.12px !important;
  line-height: 34px !important;
  font-weight: 600 !important;
}

@media screen and (min-width: 800px) {
  .font-hero {
    font-size: 2.5rem !important;
    letter-spacing: -0.8px !important;
    line-height: 48px !important;
  }
}
@media screen and (min-width: 1280px) {
  .font-hero {
    font-size: 4rem !important;
    letter-spacing: -1.28px !important;
    line-height: 76px !important;
  }
}