/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  max-width: 100%;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
a {
  color: #222;
}
a:visited {
  color: #222;
}
body {
  font-size: clamp(16px, 2vw, 19.2px);
  line-height: 1.6rem;
  margin: 0;
  padding: 0;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
body.dev * {
  box-shadow: 0 0 2px 2px pink;
}
p {
  margin-top: 0;
}
h1 {
  font-weight: 400;
  font-size: 2.446em;
}
.rounded {
  border-radius: 16px;
}
.circular {
  border-radius: 2046px;
}
.cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plastic {
  box-shadow: 0 0 1rem 1rem #00000014;
}
.btn {
  box-shadow: 0 0 1rem 1rem #00000014;
  transition: all 800ms cubic-bezier(0, 0.935, 0.855, 1.045);
  border-radius: 2046px;
  display: inline-block;
  text-decoration: none;
  padding: 16px;
}
.btn:hover,
.btn:active,
.btn.focus,
.btn.active {
  box-shadow: 0 0 0.4rem 0.4rem #ffd9bd, 0 0 1rem 1rem #00000014;
  transition: all 800ms cubic-bezier(0.22, -0.14, 0.405, 1.08);
}
.btn.btn-primary {
  background-color: #000;
  color: #fff;
  padding: 16px 24px;
}
.logo {
  position: fixed;
  z-index: 2046;
  box-shadow: 0 0 1rem 1rem #00000014;
  transition: all 800ms cubic-bezier(0, 0.935, 0.855, 1.045);
  display: inline-block;
  text-decoration: none;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2046px;
  display: inline-flex;
  margin-left: 16px;
  background-color: #fff;
}
.logo:hover,
.logo:active,
.logo.focus,
.logo.active {
  box-shadow: 0 0 0.4rem 0.4rem #ffd9bd, 0 0 1rem 1rem #00000014;
  transition: all 800ms cubic-bezier(0.22, -0.14, 0.405, 1.08);
}
.logo.btn-primary {
  background-color: #000;
  color: #fff;
  padding: 16px 24px;
}
.navbar {
  padding-top: 22.4px;
}
#navbarNav {
  position: fixed;
  z-index: 2047;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background: #fff;
  transition: all 800ms cubic-bezier(0.22, -0.14, 0.405, 1.08);
}
#navbarNav * {
  opacity: 0;
  transition: all 0s;
}
#navbarNav.active {
  width: 100%;
  height: 100vh;
  line-height: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 800ms cubic-bezier(0.22, -0.14, 0.405, 1.08);
}
#navbarNav.active * {
  opacity: 1;
  transition: opacity 0.4s 0.5s;
}
#navbarNav.active .logo_img {
  display: block;
  width: 50%;
  margin: 0 auto;
}
#navbarNav.active .logo_text {
  padding: 16px 0;
}
.in {
  padding: 22.4px;
}
.card {
  box-shadow: 0 0 1rem 1rem #00000014;
  border-radius: 16px;
  padding: 22.4px;
  margin-bottom: 32px;
}
.card h2 {
  margin: 0;
  padding-bottom: 16px;
  font-size: 22.4px;
  font-weight: 400;
}
.card .number {
  font-size: clamp(48px, 3vw, 64px);
  font-weight: 500;
  line-height: 1;
}
.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
}
.header img,
.header span {
  display: inline-block;
}
.header img {
  width: clamp(50%, calc(100% - 70vw + 375px), 100%);
  vertical-align: baseline;
}
.header h1 {
  line-height: 1.1;
  text-align: center;
}
.lead {
  border-radius: clamp(16px, 3vw, 64px);
  position: relative;
  overflow: hidden;
  margin: 16px 0;
}
.lead:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #00000014;
}
.key_points b {
  color: #f06500;
}
.w {
  padding-top: 64px;
  padding-bottom: 64px;
}
.w + .w {
  padding-top: 0;
}
.navbar-toggler {
  position: fixed;
  z-index: 2096;
  top: 22px;
  right: 16px;
  border: 0;
  box-shadow: 0 0 1rem 1rem #00000014;
  transition: all 800ms cubic-bezier(0, 0.935, 0.855, 1.045);
  border-radius: 2046px;
  display: inline-block;
  text-decoration: none;
  padding: 16px;
  background-color: #fff;
  padding: 30.4px;
  width: 56.4px;
  height: 56.4px;
}
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler.focus,
.navbar-toggler.active {
  box-shadow: 0 0 0.4rem 0.4rem #ffd9bd, 0 0 1rem 1rem #00000014;
  transition: all 800ms cubic-bezier(0.22, -0.14, 0.405, 1.08);
}
.navbar-toggler.btn-primary {
  background-color: #000;
  color: #fff;
  padding: 16px 24px;
}
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  border: 0;
  outline: none;
}
.navbar-toggler span {
  position: absolute;
  left: 16.72px;
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
  transform-origin: left center;
  display: block;
  width: 26px;
  border-bottom: 2px solid #000;
  transition: all 0.4s;
}
.navbar-toggler span:nth-child(1) {
  transform: rotate(0deg);
  opacity: 1;
  top: 19.456px;
}
.navbar-toggler span:nth-child(2) {
  transform: rotate(0deg);
  opacity: 1;
  transform-origin: left center;
  top: 27.856px;
}
.navbar-toggler span:nth-child(3) {
  transform: rotate(0deg);
  opacity: 1;
  transform-origin: left center;
  top: 36.256px;
}
.navbar-toggler.active span {
  left: 21.28px;
}
.navbar-toggler.active span:nth-child(1) {
  transform: rotate(45deg);
}
.navbar-toggler.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar-toggler.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 36.608px;
}
.noanim {
  transition: all 0s;
}
.anim {
  transition: all 0.4s;
}
.anim_ {
  transition: all 0.8s ease-out;
}
.aPeaceful {
  transition: all 1300ms cubic-bezier(0.315, 0.03, 0.465, 0.96);
}
.aNatural {
  transition: all 800ms cubic-bezier(0.22, -0.14, 0.405, 1.08);
}
.aAbrupt {
  transition: all 800ms cubic-bezier(0, 0.935, 0.855, 1.045);
}
.footer a {
  text-decoration: none;
}
.footer .btn {
  margin-top: 25.6px;
}
@media only screen and (min-width: 576px) and (max-width: 1650px) {
  .container {
    min-width: calc(100% - (var(--bs-gutter-x) * 2));
    max-width: auto;
    width: auto;
  }
}
@media only screen and (max-width: 576px) {
  body {
    font-size: 21px;
  }
  .container,
  .container-fluid,
  .row {
    box-sizing: border-box;
  }
  .header {
    padding-top: 112px;
  }
  .header h1 {
    width: 90%;
    text-align: left;
  }
  .header h1 span {
    font-size: 0.8em;
  }
  .key_points p {
    padding: 16px 32px;
  }
  .footer {
    padding: 16px;
  }
}
