/*! 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 {
  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 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

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

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  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"] {
  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; }

:root {
  --aileron-font: 'Aileron', sans-serif;
  --liberatian-font: 'Liberation Sans', sans-serif;
  --gt-planar-font: "GT Planar Trial Md";
  --mulish-font: "Mulish", sans-serif;
  --neutral900: #000000;
  --neutral800: #171515;
  --neutral700: #3D3A3A;
  --neutral500: #707070;
  --neutral300: #AAAAAA;
  --neutral200: #D3D3D3;
  --neutral100: #F1F1F1;
  --neutral000: #ffffff;
  --primary800: #721b00;
  --primary700: #BC4300;
  --primary600: #FF6C1A;
  --primary500: #F84D1F;
  --primary400: #FFC07E;
  --primary100: #F6E8E1; }

* {
  box-sizing: border-box; }

html,
body {
  max-width: 100% !important;
  height: 100%;
  overflow-x: hidden !important;
  scroll-behavior: smooth; }

html {
  font-size: 16px; }

body {
  font-family: "Mulish", Arial, Helvetica, "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-size: calc(16px + (2 * ((100vw - 390px) / 1210)));
  line-height: calc(22px + (6 * ((100vw - 390px) / 1210)));
  color: var(--neutral900);
  background: var(--neutral000); }
  @media only screen and (min-width: 1600px) {
    body {
      font-size: calc(16px + (2 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    body {
      line-height: calc(22px + (6 * ((1600px - 390px) / 1210))); } }
  body.modal-open {
    overflow: hidden; }

header,
section,
footer {
  overflow: visible; }

section {
  padding-top: calc(48px + (48 * ((100vw - 390px) / 1210)));
  padding-bottom: calc(48px + (48 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    section {
      padding-top: calc(48px + (48 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    section {
      padding-bottom: calc(48px + (48 * ((1600px - 390px) / 1210))); } }
  section.section--xl {
    padding-top: calc(72px + (72 * ((100vw - 390px) / 1210)));
    padding-bottom: calc(72px + (72 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      section.section--xl {
        padding-top: calc(72px + (72 * ((1600px - 390px) / 1210))); } }
    @media only screen and (min-width: 1600px) {
      section.section--xl {
        padding-bottom: calc(72px + (72 * ((1600px - 390px) / 1210))); } }

.container {
  margin: 0 calc(8px + 4vw);
  width: calc(100% - (16px + 8vw));
  padding: 0;
  max-width: none; }
  @media only screen and (min-width: 768px) {
    .container {
      margin: 0 auto;
      max-width: calc(768px + (312 * ((100vw - 390px) / 1210))); } }
  @media only screen and (min-width: 768px) and (min-width: 1600px) {
    .container {
      max-width: calc(768px + (312 * ((1600px - 390px) / 1210))); } }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  line-height: 1.4;
  margin-top: calc(1.25rem * 1.5);
  margin-bottom: 1.25rem; }

h1,
h2 {
  line-height: 1.1;
  font-weight: 900; }

h1 {
  font-size: calc(28px + (20 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    h1 {
      font-size: calc(28px + (20 * ((1600px - 390px) / 1210))); } }

h2 {
  font-size: calc(24px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    h2 {
      font-size: calc(24px + (8 * ((1600px - 390px) / 1210))); } }

h3 {
  font-size: calc(18px + (4 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    h3 {
      font-size: calc(18px + (4 * ((1600px - 390px) / 1210))); } }

h4 {
  font-size: calc(16px + (2 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    h4 {
      font-size: calc(16px + (2 * ((1600px - 390px) / 1210))); } }

h5 {
  font-size: calc(14px + (2 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    h5 {
      font-size: calc(14px + (2 * ((1600px - 390px) / 1210))); } }

h6 {
  font-size: calc(12px + (2 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    h6 {
      font-size: calc(12px + (2 * ((1600px - 390px) / 1210))); } }

p,
li {
  font-size: calc(14px + (2 * ((100vw - 390px) / 1210)));
  line-height: 1.4;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 500; }
  @media only screen and (min-width: 1600px) {
    p,
    li {
      font-size: calc(14px + (2 * ((1600px - 390px) / 1210))); } }
  p a,
  li a {
    font-size: calc(14px + (2 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      p a,
      li a {
        font-size: calc(14px + (2 * ((1600px - 390px) / 1210))); } }

span {
  font-size: calc(14px + (2 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    span {
      font-size: calc(14px + (2 * ((1600px - 390px) / 1210))); } }

li {
  font-size: calc(14px + (2 * ((100vw - 390px) / 1210)));
  line-height: 1.6;
  margin-top: calc(1.25rem / 2);
  margin-bottom: calc(1.25rem / 2);
  font-weight: 500; }
  @media only screen and (min-width: 1600px) {
    li {
      font-size: calc(14px + (2 * ((1600px - 390px) / 1210))); } }

p.lead-text {
  font-size: calc(16px + (4 * ((100vw - 390px) / 1210)));
  line-height: 1.4; }
  @media only screen and (min-width: 1600px) {
    p.lead-text {
      font-size: calc(16px + (4 * ((1600px - 390px) / 1210))); } }

p.small-text {
  font-size: calc(10px + (2 * ((100vw - 390px) / 1210)));
  margin: 0; }
  @media only screen and (min-width: 1600px) {
    p.small-text {
      font-size: calc(10px + (2 * ((1600px - 390px) / 1210))); } }

a {
  font-size: calc(14px + (2 * ((100vw - 390px) / 1210)));
  color: var(--primary500);
  text-decoration: none; }
  @media only screen and (min-width: 1600px) {
    a {
      font-size: calc(14px + (2 * ((1600px - 390px) / 1210))); } }
  a:hover {
    color: var(--primary800); }
  a.text-link {
    font-size: calc(12px + (2 * ((100vw - 390px) / 1210)));
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 2em;
    white-space: nowrap; }
    @media only screen and (min-width: 1600px) {
      a.text-link {
        font-size: calc(12px + (2 * ((1600px - 390px) / 1210))); } }
    a.text-link:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: calc(100% - 0.2em);
      height: 2px;
      background: var(--primary500); }
    a.text-link:hover:after {
      background: var(--primary800); }

ol, ul {
  margin-top: calc(1.25rem * 1.5);
  margin-bottom: calc(1.25rem * 1.5); }

ul {
  list-style: square; }

::selection {
  background: var(--neutral900);
  color: var(--neutral100); }

::-moz-selection {
  background: var(--neutral900);
  color: var(--neutral100); }

.index-nav {
  list-style: none; }

.section__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1; }

button.brand,
a.brand {
  background: var(--primary600);
  background-image: url("../img/icons/btn-arrow-next.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: calc(100% - 16px) center;
  border-radius: 96px;
  padding: 12px 56px 12px 24px;
  border: solid var(--primary500) 2px;
  color: var(--neutral000);
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  font-size: calc(14px + (2 * ((100vw - 390px) / 1210)));
  transition: all ease-in-out 0.25s; }
  @media only screen and (min-width: 1600px) {
    button.brand,
    a.brand {
      font-size: calc(14px + (2 * ((1600px - 390px) / 1210))); } }
  button.brand:hover,
  a.brand:hover {
    background-color: var(--primary700);
    border-color: var(--primary700); }
  @media only screen and (max-width: 768px) {
    button.brand,
    a.brand {
      width: 100%; } }

.button-group {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: calc(8px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .button-group {
      gap: calc(8px + (8 * ((1600px - 390px) / 1210))); } }

.icon-list {
  padding: 0;
  display: flex;
  flex-flow: column wrap; }
  .icon-list li {
    list-style: none;
    margin: 8px 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 16px;
    width: 100%; }
  .icon-list p {
    margin: 0;
    color: var(--neutral500); }

.cards {
  display: flex;
  flex-flow: row wrap;
  gap: 16px; }
  @media only screen and (min-width: 768px) {
    .cards {
      gap: 32px; } }
  .cards > * {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .cards > * {
        min-width: calc(50% - 16px);
        flex: 1; } }
    @media only screen and (min-width: 1200px) {
      .cards > * {
        min-width: calc(32% - 16px); } }

.card {
  padding: calc(24px + (8 * ((100vw - 390px) / 1210)));
  border-radius: 16px;
  box-shadow: 0 3px 6px var(--neutral200);
  background: var(--neutral000); }
  @media only screen and (min-width: 1600px) {
    .card {
      padding: calc(24px + (8 * ((1600px - 390px) / 1210))); } }

.card__content {
  width: 100%; }

.card--icon {
  display: flex;
  flex-flow: column nowrap;
  gap: calc(16px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .card--icon {
      gap: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  .card--icon svg {
    flex-shrink: 0;
    width: calc(32px + (16 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      .card--icon svg {
        width: calc(32px + (16 * ((1600px - 390px) / 1210))); } }
  .card--icon .card__title {
    margin-top: 0; }

.link-list {
  display: flex;
  flex-flow: column;
  gap: calc(24px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .link-list {
      gap: calc(24px + (8 * ((1600px - 390px) / 1210))); } }

.link-list__header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: calc(16px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .link-list__header {
      gap: calc(16px + (8 * ((1600px - 390px) / 1210))); } }

.link-list__description p {
  margin-bottom: 0; }

.link-list__title {
  margin-top: 0; }

.link-list__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 8px; }
  @media only screen and (min-width: 768px) {
    .link-list__list {
      gap: 16px; } }
  .link-list__list > * {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .link-list__list > * {
        max-width: calc(50% - 8px);
        min-width: calc(50% - 8px); } }
  .link-list__list li {
    margin: 0; }
  .link-list__list a {
    background: var(--neutral000);
    padding-top: calc(8px + (4 * ((100vw - 390px) / 1210)));
    padding-bottom: calc(8px + (4 * ((100vw - 390px) / 1210)));
    padding-right: calc(12px + (4 * ((100vw - 390px) / 1210)));
    padding-left: calc(12px + (12 * ((100vw - 390px) / 1210)));
    border-radius: 8px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    transition: ease-in-out 0.15s all;
    color: var(--neutral700);
    box-shadow: 0 0px 0px var(--neutral200);
    gap: 16px; }
    @media only screen and (min-width: 1600px) {
      .link-list__list a {
        padding-top: calc(8px + (4 * ((1600px - 390px) / 1210))); } }
    @media only screen and (min-width: 1600px) {
      .link-list__list a {
        padding-bottom: calc(8px + (4 * ((1600px - 390px) / 1210))); } }
    @media only screen and (min-width: 1600px) {
      .link-list__list a {
        padding-right: calc(12px + (4 * ((1600px - 390px) / 1210))); } }
    @media only screen and (min-width: 1600px) {
      .link-list__list a {
        padding-left: calc(12px + (12 * ((1600px - 390px) / 1210))); } }
    .link-list__list a:hover {
      background: var(--primary500);
      color: var(--neutral900);
      color: var(--neutral000); }
      .link-list__list a:hover svg path {
        stroke: var(--neutral000); }
  .link-list__list span {
    font-size: calc(14px + (4 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      .link-list__list span {
        font-size: calc(14px + (4 * ((1600px - 390px) / 1210))); } }
  .link-list__list svg {
    width: 18px; }

hr.bar {
  width: calc(32px + (32 * ((100vw - 390px) / 1210)));
  background: var(--primary500);
  height: 2px;
  border: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(1.25rem * 1.5);
  margin-bottom: calc(1.25rem * 1.5); }
  @media only screen and (min-width: 1600px) {
    hr.bar {
      width: calc(32px + (32 * ((1600px - 390px) / 1210))); } }

#lightbox__toggle {
  visibility: hidden;
  position: absolute;
  top: -999999px;
  left: -999999px; }

#lightbox__toggle:checked + .lightbox__wrapper {
  display: flex; }

.lightbox__wrapper {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  padding-top: calc(16px + (8 * ((100vw - 390px) / 1210)));
  padding-bottom: calc(16px + (8 * ((100vw - 390px) / 1210)));
  padding-left: calc(16px + (8 * ((100vw - 390px) / 1210)));
  padding-right: calc(16px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .lightbox__wrapper {
      padding-top: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .lightbox__wrapper {
      padding-bottom: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .lightbox__wrapper {
      padding-left: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .lightbox__wrapper {
      padding-right: calc(16px + (8 * ((1600px - 390px) / 1210))); } }

.lightbox {
  background: #fff;
  border-radius: 8px;
  max-width: 540px;
  padding-top: calc(16px + (8 * ((100vw - 390px) / 1210)));
  padding-bottom: calc(16px + (8 * ((100vw - 390px) / 1210)));
  padding-left: calc(16px + (8 * ((100vw - 390px) / 1210)));
  padding-right: calc(16px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .lightbox {
      padding-top: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .lightbox {
      padding-bottom: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .lightbox {
      padding-left: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .lightbox {
      padding-right: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 768px) {
    .lightbox {
      min-width: 540px; } }
  .lightbox > *:first-child {
    margin-top: 0; }

.lightbox__trigger {
  color: var(--primary500);
  cursor: pointer; }
  .lightbox__trigger:hover {
    color: var(--primary600); }
  .lightbox__trigger.small-text {
    font-size: calc(10px + (4 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      .lightbox__trigger.small-text {
        font-size: calc(10px + (4 * ((1600px - 390px) / 1210))); } }

.accordion {
  max-width: 800px;
  margin: 0 auto; }
  .accordion .accordion__item {
    border-bottom: 1px solid var(--neutral200); }
    .accordion .accordion__item:first-child {
      border-top: 1px solid var(--neutral200); }
  .accordion .accordion__toggle {
    display: none; }
    .accordion .accordion__toggle:checked + .accordion__header .accordion__icon {
      transform: rotate(45deg); }
    .accordion .accordion__toggle:checked + .accordion__header + .accordion__content {
      max-height: 1000px;
      padding: 32px; }
  .accordion .accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px;
    cursor: pointer;
    transition: background-color 0.3s ease; }
    .accordion .accordion__header:hover {
      background-color: var(--neutral100); }
    .accordion .accordion__header h3 {
      margin: 0; }
  .accordion .accordion__icon {
    position: relative;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease; }
    .accordion .accordion__icon::before, .accordion .accordion__icon::after {
      content: '';
      position: absolute;
      background-color: var(--primary500);
      border-radius: 2px; }
    .accordion .accordion__icon::before {
      width: 100%;
      height: 2px;
      top: 50%;
      transform: translateY(-50%); }
    .accordion .accordion__icon::after {
      width: 2px;
      height: 100%;
      left: 50%;
      transform: translateX(-50%); }
  .accordion .accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: var(--neutral100);
    padding: 0 32px; }
    .accordion .accordion__content p {
      margin: 0; }

.header {
  padding-top: calc(12px + (8 * ((100vw - 390px) / 1210)));
  padding-bottom: calc(12px + (8 * ((100vw - 390px) / 1210)));
  width: 100vw;
  position: sticky;
  top: 0;
  background: var(--neutral000);
  z-index: 9;
  border-bottom: solid 1px var(--neutral200); }
  @media only screen and (min-width: 1600px) {
    .header {
      padding-top: calc(12px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .header {
      padding-bottom: calc(12px + (8 * ((1600px - 390px) / 1210))); } }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    gap: calc(12px + (8 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      .header .container {
        gap: calc(12px + (8 * ((1600px - 390px) / 1210))); } }
    @media only screen and (min-width: 1200px) {
      .header .container {
        flex-flow: row; } }

.header__logo {
  flex: 0 0 auto;
  width: calc(180px + (40 * ((100vw - 390px) / 1210)));
  height: auto; }
  @media only screen and (min-width: 1600px) {
    .header__logo {
      width: calc(180px + (40 * ((1600px - 390px) / 1210))); } }
  .header__logo p {
    margin: 0;
    color: var(--neutral700);
    line-height: 0.8; }

.header__drawer {
  max-height: 0;
  background: transparent;
  border-radius: 8px;
  padding: 0;
  transition: all ease-in-out 0.25s;
  width: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 1200px) {
    .header__drawer {
      border-radius: 0;
      transition: none;
      max-height: 30vh; } }

.header__drawer-toggle {
  transition: all ease-in-out 0.25s; }
  @media only screen and (min-width: 1200px) {
    .header__drawer-toggle {
      display: none; } }
  .header__drawer-toggle label {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 4px;
    background: var(--neutral100);
    gap: 4px;
    transition: all ease-in-out 0.35s; }
    .header__drawer-toggle label:hover {
      cursor: pointer; }
      .header__drawer-toggle label:hover .bar {
        background: var(--primary600); }
  .header__drawer-toggle .bar {
    background: var(--neutral500);
    width: 100%;
    height: 3px;
    opacity: 1;
    transition: all ease-in-out 0.35s; }

#drawerToggle {
  position: absolute;
  left: -100vw;
  top: -200vw;
  z-index: -999; }
  @media only screen and (max-width: 1200px) {
    #drawerToggle + .header {
      padding-bottom: 0; } }
  #drawerToggle:checked + .header .header__drawer-toggle label {
    background: transparent; }
  #drawerToggle:checked + .header .header__drawer {
    max-height: 30vh; }
    @media only screen and (max-width: 768px) {
      #drawerToggle:checked + .header .header__drawer {
        padding: 8px;
        background: var(--neutral100);
        margin-bottom: calc(12px + (8 * ((100vw - 390px) / 1210))); } }
  @media only screen and (max-width: 768px) and (min-width: 1600px) {
    #drawerToggle:checked + .header .header__drawer {
      margin-bottom: calc(12px + (8 * ((1600px - 390px) / 1210))); } }
    @media only screen and (min-width: 768px) {
      #drawerToggle:checked + .header .header__drawer {
        max-height: 100px; } }
  #drawerToggle:checked + .header .bar.top,
  #drawerToggle:checked + .header .bar.bottom {
    transform-origin: 6px center;
    width: calc(100% * 1.41); }
  #drawerToggle:checked + .header .bar.top {
    transform: rotate(45deg); }
  #drawerToggle:checked + .header .bar.middle {
    opacity: 0; }
  #drawerToggle:checked + .header .bar.bottom {
    transform: rotate(-45deg); }
  #drawerToggle:checked + .header .header__menu li {
    margin: 8px 0; }

.header__menu {
  width: 100%;
  flex: 1; }
  .header__menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    gap: 0; }
    @media only screen and (min-width: 768px) {
      .header__menu ul {
        flex-flow: row nowrap;
        gap: 24px;
        padding: 8px 0; } }
  .header__menu li {
    text-align: center;
    margin: 0;
    transition: ease-in-out 0.25s all; }
  .header__menu a {
    color: var(--neutral500);
    position: relative;
    font-weight: 700; }
    .header__menu a:hover {
      color: var(--primary500); }
      .header__menu a:hover:after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 3px;
        background: var(--primary500); }

.header__call {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-end;
  gap: calc(8px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .header__call {
      gap: calc(8px + (8 * ((1600px - 390px) / 1210))); } }
  .header__call img {
    width: calc(40px + (16 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      .header__call img {
        width: calc(40px + (16 * ((1600px - 390px) / 1210))); } }
  .header__call p {
    margin: 0;
    line-height: 1.2; }

.header__call-button {
  width: 100%; }
  @media only screen and (min-width: 1200px) {
    .header__call-button {
      width: auto;
      order: 9; } }
  .header__call-button a {
    background: var(--primary600);
    color: var(--neutral000);
    font-weight: 700;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 4px 16px 4px 4px;
    border-radius: 168px;
    gap: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: ease-in-out 0.25s all;
    width: 100%; }
    .header__call-button a:hover {
      background: var(--primary700); }
  .header__call-button span {
    white-space: nowrap; }
    @media only screen and (max-width: 1200px) {
      .header__call-button span br {
        display: none; } }
    @media only screen and (min-width: 1200px) {
      .header__call-button span {
        line-height: 1.1em;
        text-align: left; } }
  .header__call-button svg {
    width: calc(24px + (8 * ((100vw - 390px) / 1210)));
    height: auto; }
    @media only screen and (min-width: 1600px) {
      .header__call-button svg {
        width: calc(24px + (8 * ((1600px - 390px) / 1210))); } }

.call__icon {
  line-height: 0;
  border-radius: 50%;
  transition: all ease-in-out 0.25s; }
  .call__icon:hover {
    box-shadow: 0 0 8px var(--primary600); }

.call__text {
  display: flex;
  flex-flow: column nowrap;
  gap: 4px; }
  .call__text a {
    font-weight: 700; }
  @media only screen and (min-width: 1200px) {
    .call__text br {
      display: none; } }

.footer {
  background-color: var(--neutral800);
  padding-top: calc(32px + (32 * ((100vw - 390px) / 1210)));
  padding-bottom: calc(32px + (32 * ((100vw - 390px) / 1210)));
  color: var(--neutral000);
  min-height: 25vh; }
  @media only screen and (min-width: 1600px) {
    .footer {
      padding-top: calc(32px + (32 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .footer {
      padding-bottom: calc(32px + (32 * ((1600px - 390px) / 1210))); } }
  .footer hr {
    border: none;
    border-top: solid var(--primary500) 2px;
    opacity: 0.11;
    margin-top: calc(16px + (16 * ((100vw - 390px) / 1210)));
    margin-bottom: calc(16px + (16 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      .footer hr {
        margin-top: calc(16px + (16 * ((1600px - 390px) / 1210))); } }
    @media only screen and (min-width: 1600px) {
      .footer hr {
        margin-bottom: calc(16px + (16 * ((1600px - 390px) / 1210))); } }

.footer__disclaimer,
.footer__ID {
  text-align: center;
  color: var(--neutral300); }

.footer__nav {
  margin-bottom: calc(16px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .footer__nav {
      margin-bottom: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  .footer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    gap: calc(8px + (8 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      .footer__nav ul {
        gap: calc(8px + (8 * ((1600px - 390px) / 1210))); } }
  .footer__nav span {
    color: var(--neutral700); }

.footer__info {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: calc(16px + (16 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .footer__info {
      gap: calc(16px + (16 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 768px) {
    .footer__info {
      flex-flow: row; } }
  .footer__info img {
    width: calc(180px + (79 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      .footer__info img {
        width: calc(180px + (79 * ((1600px - 390px) / 1210))); } }
  .footer__info p {
    color: var(--neutral300); }

.section--hero {
  position: relative;
  background: var(--neutral100); }
  .section--hero .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap; }
    @media only screen and (max-width: 768px) {
      .section--hero .container {
        text-align: center; } }
    @media only screen and (min-width: 768px) {
      .section--hero .container {
        flex-flow: row nowrap; } }
  @media only screen and (max-width: 768px) {
    .section--hero .section__body {
      align-items: center;
      justify-content: center; } }
  .section--hero .section__body > *:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 768px) {
    .section--hero hr {
      margin-left: auto;
      margin-right: auto; } }

.section--2col .container {
  display: flex;
  flex-flow: column nowrap;
  gap: calc(32px + (32 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .section--2col .container {
      gap: calc(32px + (32 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 768px) {
    .section--2col .container {
      flex-flow: row nowrap; } }
  .section--2col .container > * {
    flex-basis: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start; }

.section--2col .section__body {
  gap: 1.25rem; }
  .section--2col .section__body > * {
    margin: 0; }

.section--testimony .container {
  display: flex;
  flex-flow: column nowrap;
  background: var(--neutral000);
  box-shadow: 0 8px 24px var(--neutral200);
  border-radius: 16px;
  padding: calc(32px + (32 * ((100vw - 390px) / 1210)));
  gap: calc(32px + (32 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .section--testimony .container {
      padding: calc(32px + (32 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .section--testimony .container {
      gap: calc(32px + (32 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 768px) {
    .section--testimony .container {
      flex-flow: row nowrap; } }
  .section--testimony .container > * {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center; }

.section--testimony .section__image {
  flex-basis: 100%; }
  .section--testimony .section__image img {
    border-radius: 8px; }

.section--testimony .section__body {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 1.25rem; }
  .section--testimony .section__body > * {
    margin: 0; }

.form-card {
  background: radial-gradient(closest-side, var(--primary100), var(--neutral000));
  text-align: center;
  min-height: 70vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0; }
  .form-card .container {
    z-index: 1; }

.card__step {
  color: var(--neutral700);
  font-size: calc(16px + (4 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .card__step {
      font-size: calc(16px + (4 * ((1600px - 390px) / 1210))); } }
  .card__step span {
    font-weight: 700; }

.card__question {
  font-weight: 400;
  line-height: 1.2; }
  @media only screen and (max-width: 768px) {
    .card__question br {
      display: none; } }

.card__divider {
  width: 96px;
  border: none;
  border-top: solid var(--primary500) 2px;
  margin-top: calc(16px + (8 * ((100vw - 390px) / 1210)));
  margin-bottom: calc(16px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .card__divider {
      margin-top: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .card__divider {
      margin-bottom: calc(16px + (8 * ((1600px - 390px) / 1210))); } }

.card__description p {
  display: inline-block;
  margin-top: 0; }

.card__checklist {
  list-style: none;
  margin: 0;
  padding: 0; }
  .card__checklist li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px; }
  .card__checklist svg {
    width: 24px; }
    .card__checklist svg path {
      fill: var(--primary500); }
  .card__checklist p {
    margin: 0; }

.card__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  z-index: -1;
  filter: grayscale(0.5);
  mix-blend-mode: multiply;
  opacity: 0.5; }

.form__boolean {
  display: flex;
  justify-content: center;
  gap: calc(24px + (8 * ((100vw - 390px) / 1210)));
  padding-top: calc(16px + (8 * ((100vw - 390px) / 1210)));
  padding-bottom: calc(16px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .form__boolean {
      gap: calc(24px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .form__boolean {
      padding-top: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .form__boolean {
      padding-bottom: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  .form__boolean button {
    flex: 1 1 auto;
    max-width: 326px;
    height: calc(120px + (60 * ((100vw - 390px) / 1210)));
    border: solid var(--neutral200) 2px;
    border-radius: 16px;
    font-size: calc(32px + (16 * ((100vw - 390px) / 1210)));
    color: var(--primary500);
    background: var(--neutral000);
    cursor: pointer; }
    @media only screen and (min-width: 1600px) {
      .form__boolean button {
        height: calc(120px + (60 * ((1600px - 390px) / 1210))); } }
    @media only screen and (min-width: 1600px) {
      .form__boolean button {
        font-size: calc(32px + (16 * ((1600px - 390px) / 1210))); } }
    .form__boolean button:hover {
      border-color: var(--primary500);
      box-shadow: 0 16px 24px rgba(var(--neutral700), 0.4); }

.form__three-horizontal-input {
  padding-top: calc(16px + (8 * ((100vw - 390px) / 1210)));
  padding-bottom: calc(16px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .form__three-horizontal-input {
      padding-top: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .form__three-horizontal-input {
      padding-bottom: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  .form__three-horizontal-input .input-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-bottom: calc(16px + (8 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      .form__three-horizontal-input .input-container {
        padding-bottom: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  .form__three-horizontal-input .input-box input {
    border: solid var(--neutral200) 2px;
    border-radius: 96px;
    padding: 12px 8px;
    text-align: center;
    width: calc(80px + (48 * ((100vw - 390px) / 1210)));
    letter-spacing: 4px;
    font-size: calc(16px + (4 * ((100vw - 390px) / 1210)));
    font-weight: 700;
    transition: all ease-in-out 0.25s; }
    @media only screen and (min-width: 1600px) {
      .form__three-horizontal-input .input-box input {
        width: calc(80px + (48 * ((1600px - 390px) / 1210))); } }
    @media only screen and (min-width: 1600px) {
      .form__three-horizontal-input .input-box input {
        font-size: calc(16px + (4 * ((1600px - 390px) / 1210))); } }
    .form__three-horizontal-input .input-box input:hover, .form__three-horizontal-input .input-box input:active {
      border: solid var(--primary500) 2px; }
    .form__three-horizontal-input .input-box input[maxlength="4"] {
      width: calc(112px + (48 * ((100vw - 390px) / 1210))); }
      @media only screen and (min-width: 1600px) {
        .form__three-horizontal-input .input-box input[maxlength="4"] {
          width: calc(112px + (48 * ((1600px - 390px) / 1210))); } }

.form__single-input,
.form__two-vertical-input,
.form__three-vertical-input {
  padding-top: calc(16px + (8 * ((100vw - 390px) / 1210)));
  padding-bottom: calc(16px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .form__single-input,
    .form__two-vertical-input,
    .form__three-vertical-input {
      padding-top: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .form__single-input,
    .form__two-vertical-input,
    .form__three-vertical-input {
      padding-bottom: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  .form__single-input .input-container,
  .form__two-vertical-input .input-container,
  .form__three-vertical-input .input-container {
    padding-bottom: calc(16px + (8 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      .form__single-input .input-container,
      .form__two-vertical-input .input-container,
      .form__three-vertical-input .input-container {
        padding-bottom: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
    .form__single-input .input-container input,
    .form__two-vertical-input .input-container input,
    .form__three-vertical-input .input-container input {
      border: solid var(--neutral200) 2px;
      border-radius: 96px;
      padding: 12px 8px;
      text-align: center;
      width: 100%;
      max-width: 600px;
      font-size: calc(16px + (4 * ((100vw - 390px) / 1210)));
      font-weight: 700;
      transition: all ease-in-out 0.25s; }
      @media only screen and (min-width: 1600px) {
        .form__single-input .input-container input,
        .form__two-vertical-input .input-container input,
        .form__three-vertical-input .input-container input {
          font-size: calc(16px + (4 * ((1600px - 390px) / 1210))); } }
      .form__single-input .input-container input:hover, .form__single-input .input-container input:active,
      .form__two-vertical-input .input-container input:hover,
      .form__two-vertical-input .input-container input:active,
      .form__three-vertical-input .input-container input:hover,
      .form__three-vertical-input .input-container input:active {
        border: solid var(--primary500) 2px; }
      .form__single-input .input-container input[maxlength="4"],
      .form__two-vertical-input .input-container input[maxlength="4"],
      .form__three-vertical-input .input-container input[maxlength="4"] {
        width: calc(112px + (48 * ((100vw - 390px) / 1210))); }
        @media only screen and (min-width: 1600px) {
          .form__single-input .input-container input[maxlength="4"],
          .form__two-vertical-input .input-container input[maxlength="4"],
          .form__three-vertical-input .input-container input[maxlength="4"] {
            width: calc(112px + (48 * ((1600px - 390px) / 1210))); } }
    .form__single-input .input-container #lname,
    .form__two-vertical-input .input-container #lname,
    .form__three-vertical-input .input-container #lname {
      margin-top: calc(8px + (8 * ((100vw - 390px) / 1210))); }
      @media only screen and (min-width: 1600px) {
        .form__single-input .input-container #lname,
        .form__two-vertical-input .input-container #lname,
        .form__three-vertical-input .input-container #lname {
          margin-top: calc(8px + (8 * ((1600px - 390px) / 1210))); } }

.form__three-horizontal-input input[type="number"]::-webkit-outer-spin-button,
.form__three-horizontal-input input[type="number"]::-webkit-inner-spin-button,
.form__single-input input[type="number"]::-webkit-outer-spin-button,
.form__single-input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.form__three-horizontal-input input[type="number"],
.form__single-input input[type="number"] {
  -moz-appearance: textfield; }

form input[type="submit"] {
  background: var(--primary600);
  background-image: url("../img/icons/btn-arrow-next.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: calc(100% - 16px) center;
  width: 100%;
  max-width: 364px;
  border-radius: 96px;
  padding: 12px;
  border: solid var(--primary500) 2px;
  color: var(--neutral000);
  font-weight: 700;
  cursor: pointer;
  font-size: calc(14px + (2 * ((100vw - 390px) / 1210)));
  transition: all ease-in-out 0.25s; }
  @media only screen and (min-width: 1600px) {
    form input[type="submit"] {
      font-size: calc(14px + (2 * ((1600px - 390px) / 1210))); } }
  form input[type="submit"]:hover {
    background-color: var(--primary500); }

.form-card .results-btn {
  background: var(--primary600);
  width: 100%;
  max-width: 364px;
  border-radius: 96px;
  padding: 12px;
  border: solid var(--primary500) 2px;
  color: var(--neutral000);
  font-weight: 700;
  cursor: pointer;
  font-size: calc(14px + (2 * ((100vw - 390px) / 1210)));
  transition: all ease-in-out 0.25s; }
  @media only screen and (min-width: 1600px) {
    .form-card .results-btn {
      font-size: calc(14px + (2 * ((1600px - 390px) / 1210))); } }
  .form-card .results-btn:hover {
    background-color: var(--primary500); }

.card__nav {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: calc(8px + (8 * ((100vw - 390px) / 1210)));
  margin-bottom: calc(16px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .card__nav {
      gap: calc(8px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .card__nav {
      margin-bottom: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  .card__nav span {
    color: var(--neutral300); }

.card__help {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 16px; }
  .card__help .help__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 0;
    width: calc(48px + (8 * ((100vw - 390px) / 1210)));
    height: calc(48px + (8 * ((100vw - 390px) / 1210)));
    border-radius: 50%;
    border: solid 1px var(--primary500);
    transition: all ease-in-out 0.25s; }
    @media only screen and (min-width: 1600px) {
      .card__help .help__icon {
        width: calc(48px + (8 * ((1600px - 390px) / 1210))); } }
    @media only screen and (min-width: 1600px) {
      .card__help .help__icon {
        height: calc(48px + (8 * ((1600px - 390px) / 1210))); } }
    .card__help .help__icon:hover {
      box-shadow: 0 0 8px var(--primary600); }
  .card__help img {
    width: calc(24px + (8 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      .card__help img {
        width: calc(24px + (8 * ((1600px - 390px) / 1210))); } }
  .card__help p {
    font-weight: 700;
    text-align: left; }

.card__disclaimer {
  padding-top: calc(16px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .card__disclaimer {
      padding-top: calc(16px + (8 * ((1600px - 390px) / 1210))); } }
  .card__disclaimer p.small-text {
    margin-bottom: 1.25rem; }

.card__vendor {
  border: solid var(--primary500) 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 600px;
  margin-top: calc(24px + (8 * ((100vw - 390px) / 1210)));
  padding: calc(24px + (8 * ((100vw - 390px) / 1210))); }
  @media only screen and (min-width: 1600px) {
    .card__vendor {
      margin-top: calc(24px + (8 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .card__vendor {
      padding: calc(24px + (8 * ((1600px - 390px) / 1210))); } }
  .card__vendor img {
    width: 80%;
    max-width: 480px;
    max-height: 240px; }

.description__tooltip {
  position: relative;
  display: inline-block;
  padding-left: 8px; }

.tooltip {
  display: none;
  position: absolute;
  text-align: left;
  font-size: calc(12px + (2 * ((100vw - 390px) / 1210)));
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 16px;
  z-index: 99;
  width: 80vw;
  max-width: calc(180px + (160 * ((100vw - 390px) / 1210)));
  top: calc(100% + 4px);
  left: calc(50% - 1px);
  transform: translateX(-45%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 1600px) {
    .tooltip {
      font-size: calc(12px + (2 * ((1600px - 390px) / 1210))); } }
  @media only screen and (min-width: 1600px) {
    .tooltip {
      max-width: calc(180px + (160 * ((1600px - 390px) / 1210))); } }
  .tooltip:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent; }
  .tooltip:after {
    content: "";
    position: absolute;
    top: -19px;
    right: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; }

.tooltip.visible {
  display: block; }

.card__intro {
  background: radial-gradient(closest-side, var(--primary600), var(--primary500));
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .card__intro .container {
      padding-right: calc(0px + (480 * ((100vw - 390px) / 1210))); } }
  @media only screen and (min-width: 768px) and (min-width: 1600px) {
    .card__intro .container {
      padding-right: calc(0px + (480 * ((1600px - 390px) / 1210))); } }
  .card__intro p, .card__intro h1, .card__intro h2 {
    color: var(--neutral000); }
  .card__intro .card__divider {
    border-color: var(--primary400);
    margin-left: 0; }
  .card__intro .lead-text {
    font-weight: 700; }
  .card__intro .card__checklist li {
    justify-content: flex-start; }
  .card__intro .card__checklist svg path {
    fill: var(--primary400); }
  .card__intro.form-card button {
    border-color: var(--neutral000);
    background: var(--neutral000);
    color: var(--primary500); }
    .card__intro.form-card button:hover {
      background: var(--primary100); }

.bunner-section .bunner-box {
  padding: 93px 72px;
  border-radius: 34px;
  width: 100%;
  height: 293px;
  background: url("../img/bunner-background.svg") center center/cover no-repeat;
  color: #ffffff; }
  .bunner-section .bunner-box h1 {
    font-size: 47px;
    font-family: var(--gt-planar-font);
    font-weight: normal; }
  .bunner-section .bunner-box .white-line {
    margin-top: 21px;
    width: 92px;
    height: 2px;
    background-color: #fff;
    border-radius: 50px; }

.main-content {
  margin-top: 35px; }
  .main-content .local-links-cat {
    display: flex;
    font-size: 16px; }
    .main-content .local-links-cat .home-link {
      padding-right: 23px; }
      .main-content .local-links-cat .home-link a {
        color: #2F3F55; }
    .main-content .local-links-cat .sublink a {
      color: #1565D8; }
    .main-content .local-links-cat .sublink::before {
      content: '>';
      padding-right: 23px; }
    .main-content .local-links-cat a {
      text-decoration: none; }
  .main-content .content-segment {
    margin-top: 74px; }
    .main-content .content-segment h2 {
      font-family: var(--gt-planar-font);
      font-size: 27px;
      font-weight: 400;
      color: #0E4764;
      padding-left: 14px; }
    .main-content .content-segment .box-descr {
      padding-top: 30px;
      font-size: 20px;
      max-width: 967px;
      line-height: 34px; }
    .main-content .content-segment .line-divider {
      width: 100%;
      height: 1px;
      margin: 44px 0 41px 0;
      background-color: #59B9EC; }

.contact-area {
  background: url("../img/contact-background.svg") bottom center/contain no-repeat;
  padding-bottom: 47px; }

.top-section {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 57px;
  padding-bottom: 120px; }
  .top-section .top-title {
    font-family: var(--gt-planar-font);
    margin-top: 26px;
    font-size: 47px;
    color: #0E4764;
    font-weight: 400; }

.line-sm {
  display: block;
  margin: 0 auto;
  width: 92px;
  height: 2px;
  background-color: #17A2EB;
  margin-top: 20px;
  margin-bottom: 37px;
  border-radius: 100px; }

.contact-section {
  margin: 0 auto;
  border-radius: 25px;
  width: 1132px;
  height: 848px;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  padding: 132px 69px 74px 69px;
  display: flex;
  justify-content: space-between; }
  .contact-section h3 {
    font-family: var(--gt-planar-font);
    font-size: 30px;
    color: #1A6C97;
    font-weight: 400; }
  .contact-section .line-sm {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 43px; }
  .contact-section .contact-form-box form {
    display: flex;
    flex-direction: column;
    gap: 26px; }
    .contact-section .contact-form-box form .small-input {
      width: 512px;
      height: 51px;
      border-radius: 25px;
      border: 2px solid #BCCDD6;
      padding: 14px 8px 15px 28px; }
      .contact-section .contact-form-box form .small-input:focus {
        border-color: #17A2EB;
        outline: none; }
    .contact-section .contact-form-box form .big-input {
      margin-top: -4px;
      width: 512px;
      height: 125px;
      border-radius: 25px;
      border: 2px solid #BCCDD6;
      padding: 14px 8px 15px 28px;
      white-space: pre-wrap; }
      .contact-section .contact-form-box form .big-input:focus {
        border-color: #17A2EB;
        outline: none; }
    .contact-section .contact-form-box form .submit-form {
      cursor: pointer;
      margin-top: 11px;
      width: 364px;
      height: 60px;
      background-color: #17A2EB;
      border-color: #17A2EB;
      border-radius: 35px;
      font-family: var(--aileron-font);
      font-size: 15px;
      font-weight: bold;
      color: #ffffff;
      position: relative;
      background-image: url("../img/icons/btn-arrow-next.svg");
      background-repeat: no-repeat;
      background-size: 32px 32px;
      background-position: calc(100% - 23px) center;
      border: 1px solid #17A2EB;
      transition: .3s all; }
      .contact-section .contact-form-box form .submit-form:hover {
        background-color: #0069a1; }
  .contact-section .contact-info-box a {
    display: inline-block;
    font-size: 15px;
    color: #666666;
    text-decoration: none;
    max-width: 260px; }
  .contact-section .contact-info-box .email {
    margin-bottom: 55px;
    position: relative; }
    .contact-section .contact-info-box .email a {
      padding-left: 40px; }
    .contact-section .contact-info-box .email::before {
      content: url(../img/icons/contact-email.svg);
      position: absolute; }
  .contact-section .contact-info-box .phone {
    margin-bottom: 55px;
    position: relative; }
    .contact-section .contact-info-box .phone a {
      padding-left: 40px; }
    .contact-section .contact-info-box .phone::before {
      content: url(../img/icons/contact-phone.svg);
      position: absolute; }
      .contact-section .contact-info-box .phone::before a {
        padding-left: 40px; }
  .contact-section .contact-info-box .chat {
    margin-bottom: 55px;
    position: relative; }
    .contact-section .contact-info-box .chat a {
      padding-left: 40px; }
    .contact-section .contact-info-box .chat::before {
      content: url(../img/icons/contact-chat.svg);
      position: absolute; }
  .contact-section .contact-info-box .location {
    margin-bottom: 55px;
    line-height: 26px;
    position: relative; }
    .contact-section .contact-info-box .location a {
      padding-left: 40px; }
    .contact-section .contact-info-box .location::before {
      content: url(../img/icons/contact-location.svg);
      position: absolute;
      top: 0; }
  .contact-section .contact-info-box .contact-map {
    margin-left: -15px; }

.input-box {
  position: relative; }
  .input-box .error-message {
    display: none;
    position: absolute;
    top: 50%;
    top: calc(100% + 20px);
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border: 1px solid #d9534f;
    border-radius: 5px;
    width: 200px;
    padding: 5px 10px;
    color: #d9534f;
    font-size: 12px;
    z-index: 99;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .input-box .error-message:before {
      content: "";
      position: absolute;
      top: -20px;
      right: 50%;
      margin-left: -10px;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #d9534f transparent; }
    .input-box .error-message:after {
      content: "";
      position: absolute;
      top: -19px;
      right: 50%;
      margin-left: -10px;
      border-width: 10px;
      border-style: solid;
      border-color: transparent transparent #fff transparent; }

.top-section {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 57px;
  padding-bottom: 120px; }
  .top-section .top-title {
    font-family: var(--gt-planar-font);
    margin-top: 26px;
    font-size: 47px;
    color: #0e4764;
    font-weight: 400; }

.line-sm {
  display: block;
  margin: 0 auto;
  width: 92px;
  height: 2px;
  background-color: #17a2eb;
  margin-top: 20px;
  margin-bottom: 37px;
  border-radius: 100px; }

.assurance {
  margin-top: 37px; }

.results-btn {
  cursor: pointer;
  margin-top: 38px;
  width: 364px;
  height: 60px;
  background-color: #17a2eb;
  border: 1px solid #17a2eb;
  border-radius: 35px;
  font-family: var(--aileron-font);
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  transition: 0.3s all; }
  .results-btn:hover {
    background-color: #0069a1; }

.web-navigation {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .web-navigation .nav-title {
    font-size: 47px;
    margin-bottom: 40px;
    color: #0E4764; }
  .web-navigation .website-list ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 27px;
    font-family: var(--aileron-font); }
  .web-navigation .website-list a {
    text-decoration: none;
    color: #0E4764; }
    .web-navigation .website-list a:hover {
      color: #17A2EB; }

.home__hero {
  background: var(--primary100);
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .home__hero {
      padding: 0; } }
  .home__hero img {
    width: calc(340px + (220 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      .home__hero img {
        width: calc(340px + (220 * ((1600px - 390px) / 1210))); } }

.home__cards {
  background: radial-gradient(closest-side, var(--primary100), var(--neutral000)); }

.home__cta {
  background: var(--neutral100);
  padding: 0; }

.home__faq {
  background: var(--neutral000);
  padding: 64px 0; }
  .home__faq h2 {
    text-align: center;
    margin-bottom: 48px; }

.service__hero img {
  border-radius: 16px; }

.service__hero .section__body {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 32px; }
  @media only screen and (min-width: 768px) {
    .service__hero .section__body {
      flex-flow: row nowrap; } }

.service__hero .section__content,
.service__hero .section__image {
  flex-basis: 50%; }

.service__hero .section__title {
  margin-top: 0; }

.service__cards {
  background: radial-gradient(closest-side, var(--primary100), var(--neutral000)); }
  .service__cards .section__head {
    text-align: center;
    margin-bottom: calc(32px + (32 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      .service__cards .section__head {
        margin-bottom: calc(32px + (32 * ((1600px - 390px) / 1210))); } }
    .service__cards .section__head hr {
      margin: 16px auto; }

.service__services {
  background: var(--neutral100); }
  .service__services .container {
    display: flex;
    flex-flow: column nowrap;
    gap: calc(32px + (32 * ((100vw - 390px) / 1210))); }
    @media only screen and (min-width: 1600px) {
      .service__services .container {
        gap: calc(32px + (32 * ((1600px - 390px) / 1210))); } }

.plans section:nth-of-type(3),
.plans section:nth-of-type(6) {
  background: var(--neutral100); }

.plans__hero img {
  border-radius: 16px; }

.plans__hero .section__body {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 32px; }
  @media only screen and (min-width: 768px) {
    .plans__hero .section__body {
      flex-flow: row nowrap; } }

.plans__hero .section__content,
.plans__hero .section__image {
  flex-basis: 50%; }

.plans__hero .section__title {
  margin-top: 0; }

.plans__list {
  padding-top: 0; }

.plans__cta {
  background: linear-gradient(-45deg, var(--primary100), var(--neutral000)); }
  .plans__cta ul {
    padding: 0;
    list-style: none; }
