@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    ::backdrop,
    :after,
    :before {
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
@layer theme {
  :host,
  :root {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
    --color-white: #fff;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::backdrop,
  :after,
  :before {
    border: 0 solid;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    border: 0 solid;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  :host,
  html {
    -webkit-text-size-adjust: 100%;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  hr {
    border-top-width: 1px;
    color: inherit;
    height: 0;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-size: 1em;
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  menu,
  ol,
  ul {
    list-style: none;
  }
  audio,
  canvas,
  embed,
  iframe,
  img,
  object,
  svg,
  video {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    height: auto;
    max-width: 100%;
  }
  button,
  input,
  optgroup,
  select,
  textarea {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    opacity: 1;
  }
  ::file-selector-button {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or
    (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentColor;
    }
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::-moz-placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  ::file-selector-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components {
  .content {
    margin: auto;
    max-width: 128rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  @media (min-width: 40rem) {
    .content {
      padding-left: 4rem;
      padding-right: 4rem;
    }
  }
  .content-columns {
    display: block;
    gap: 10%;
  }
  @media (min-width: 40rem) {
    .content-columns {
      display: flex;
    }
  }
  .content-columns__column-1 {
    flex: 0 0 50%;
  }
  .content-columns__column-2 {
    flex: 0 0 40%;
  }
  .footer {
    --tw-leading: 2rem;
    --tw-font-weight: 500;
    background-color: #e4ffce;
    color: #0b353b;
    font-size: 1.4rem;
    font-weight: 500;
    height: auto;
    line-height: 2rem;
    margin-top: auto;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  @media (min-width: 40rem) {
    .footer {
      height: 4rem;
    }
  }
  .footer__content {
    display: block;
    justify-content: space-between;
  }
  @media (min-width: 40rem) {
    .footer__content {
      display: flex;
    }
  }
  .header {
    padding-bottom: 2.4rem;
    padding-top: 3.2rem;
  }
  @media (min-width: 40rem) {
    .header {
      padding-bottom: 3.9rem;
      padding-top: 8.8rem;
    }
  }
  .logo {
    align-items: center;
    display: flex;
    gap: 1rem;
    height: 2.8rem;
  }
  .logo__image {
    height: 2.8rem;
    width: 2.8rem;
  }
  .logo__text {
    --tw-font-weight: 600;
    font-size: 2rem;
    font-weight: 600;
  }
  .navigation {
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
    display: flex;
    flex-wrap: wrap;
  }
  @media (min-width: 40rem) {
    .navigation {
      flex-wrap: nowrap;
    }
  }
  .section {
    margin-bottom: 18.3rem;
  }
}
@layer utilities {
  .mb-\[2\.4rem\] {
    margin-bottom: 2.4rem;
  }
  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .text-\[\#9DAEB1\] {
    color: #9daeb1;
  }
}
body,
html {
  min-height: 100vh;
}
html {
  font-size: 10px;
}
body {
  background-color: #0b353b;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
h3,
h5 {
  line-height: 100%;
}
h3 {
  font-size: 2rem;
}
h5 {
  font-size: 1.6rem;
}
p {
  margin-bottom: 2.4rem;
}
p a {
  color: #e4ffce;
  text-decoration: underline;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
