@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fingerpaint;
  src: url('../fonts/FingerPaint-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Nippo;
  src: url('../fonts/Nippo-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nippo;
  src: url('../fonts/Nippo-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --grønn: #1e3f23;
  --midnight-blue: #142568b3;
  --svart: #1d1d1dd9;
  --grønn-lysere: #6b7f6e;
  --medium-aquamarine: #55d099;
  --powder-blue: #8fe2f3;
  --midnight-blue-2: #1e3079;
  --midnight-blue-3: #141c3f;
  --steel-blue: #2c7fc9;
  --violet: #f38aff;
  --dark-orchid: #7b39b8;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1d1d1dd9;
  background-color: #f4f7f6;
  font-family: Generalsans, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
}

h2 {
  font-family: Generalsans, sans-serif;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: #ffffffd9;
  margin-top: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  margin-top: 25px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hauora;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: #000000b3;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5;
}

a {
  color: var(--grønn);
  text-decoration: underline;
}

a:hover {
  color: var(--midnight-blue);
}

li {
  color: #142568b3;
  padding-top: 6px;
  padding-bottom: 6px;
}

blockquote {
  color: #ffffff80;
  background-color: #ffffff0f;
  border: 1px solid #fff3;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

figcaption {
  color: #949494d9;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

.section {
  background-color: #0000;
  position: relative;
  top: 0;
  overflow: hidden;
}

.section.titles {
  border: 1px #000;
  min-height: auto;
  padding-top: 155px;
  padding-bottom: 0;
}

.section.bg-color {
  background-color: var(--grønn);
}

.section.bg-color.border {
  border: 1px solid var(--grønn);
}

.nav-li {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  border-bottom: 2px #e0e0e0;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 2;
  flex: 0 auto;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  position: relative;
}

.container.padding-bottom-medium.padding-top-medium {
  margin-top: 4em;
}

.container.titles {
  color: #ffffffd9;
  text-align: center;
  border-bottom: 1px solid #00000030;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
}

.container.footer {
  padding-top: 120px;
  padding-bottom: 80px;
}

.container.margin-bottom-small.margin-top-small {
  margin-top: 10em;
  margin-bottom: 10em;
}

.container.wider {
  max-width: none;
  margin-top: 4em;
}

.main-grid {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.main-grid.inner-padding-medium {
  align-items: start;
}

.main-grid.inner-padding-medium.border-top {
  border-top: 1px solid #2b503029;
}

.main-grid.margin-bottom-medium {
  margin-top: 5em;
}

.main-grid.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
  align-items: center;
}

.main-grid.footer {
  grid-column-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr auto auto auto;
  align-content: start;
}

.content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: block;
  position: relative;
}

.content-wrapper.sticky-faq {
  padding-top: 45px;
  position: sticky;
  top: 0;
}

.content-wrapper.flex-vertical {
  display: flex;
}

.margin-bottom-small {
  margin-bottom: 45px;
}

.margin-bottom-medium {
  margin-bottom: 12em;
}

.inner-padding-medium {
  padding-top: 115px;
  padding-bottom: 115px;
}

.hero-grid-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 135px auto auto auto auto 15vh;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-height: 100vh;
  overflow: hidden;
}

.hero-rail {
  align-items: flex-end;
  display: flex;
}

.hero-rail.gap {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
}

.paragraph {
  color: #383838;
  margin-bottom: 60px;
  font-size: 1.65em;
  font-weight: 400;
  line-height: 1.7;
}

.image-tiles-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: none;
  position: relative;
}

.image-tiles-hero._3d-flip {
  max-height: 38vh;
}

.wrappernav {
  z-index: 20;
  width: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

.navgrid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 2fr auto;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  min-height: 15vh;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-xlarge-hero {
  color: var(--svart);
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-style: italic;
  font-weight: 700;
  line-height: .8;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button {
  z-index: 5;
  background-color: var(--grønn);
  box-shadow: inset 0 0 0 2px var(--grønn);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 40px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: var(--grønn-lysere);
  box-shadow: none;
  color: #fff;
}

.button.inline {
  color: var(--grønn);
  background-color: #0000;
  border-radius: 0;
  padding: 10px 0;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -2px #fff3;
}

.button.small {
  background-color: var(--grønn);
  box-shadow: none;
  padding: 14px 30px 14px 20px;
  font-size: 14px;
  font-weight: 500;
}

.button.small:hover, .button.light {
  background-color: var(--grønn-lysere);
}

.grid-buttons {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center end;
}

.nav-link {
  z-index: 4;
  color: #9c9c9c;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--grønn);
}

.image-brand {
  height: 100%;
  padding-bottom: 3px;
}

.padding-bottom-medium {
  padding-bottom: 120px;
}

.box-wrapper {
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  padding: 2.5em;
  display: flex;
  position: relative;
}

.box-wrapper.float-bottom {
  padding-top: 6vh;
  padding-bottom: 0;
  padding-left: 4vw;
  overflow: hidden;
}

.text-field {
  border: 2px solid #d1d1d3;
  border-radius: 100px;
  width: 100%;
  min-width: 15vw;
  height: 65px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 28px;
  font-size: 18px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #a3a3a3;
}

.text-field.password {
  min-width: auto;
}

.text-field.forms {
  color: var(--svart);
  background-color: #ffffff7d;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 10px;
}

.text-field.forms::placeholder {
  color: var(--svart);
  background-color: #0000;
}

.icon-social {
  max-height: 18px;
}

.icon-social.profile {
  max-height: 20px;
}

.link-footer {
  color: #ffffffc7;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-footer:hover {
  color: var(--grønn-lysere);
}

.link-footer.no-link:hover {
  color: #ffffffc7;
}

.profile {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.paragraph-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.form-wrapper.left {
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.icon-content {
  max-width: 55px;
  max-height: 45px;
}

.icon-content.medium {
  width: 100%;
  max-width: 80px;
  height: 100%;
  max-height: 80px;
}

.logo-footer {
  max-height: 60px;
  margin-bottom: 25px;
}

.full-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.full-image.partner {
  object-fit: contain;
  padding: 2em;
}

.main-paragraph {
  color: #000000b3;
  letter-spacing: 0;
  font-weight: 500;
}

.main-paragraph.text-white-opacity {
  letter-spacing: 0;
  font-weight: 500;
}

.main-paragraph.size-small {
  line-height: 1.4;
}

.main-paragraph.size-small.text-white-opacity.light {
  font-weight: 300;
}

.faq-wrapper {
  margin-bottom: 3em;
  padding-bottom: 15px;
}

.faq-link {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.plus-icon {
  opacity: .5;
  height: 20px;
}

.faq-container {
  color: #747474;
}

.rail-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-wrapper {
  color: #1b1b1b;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-wrapper:hover {
  color: #464646;
  padding-right: 0;
}

.icon-arrow {
  height: 12px;
  margin-top: 2px;
}

.full-form {
  width: 100%;
}

.frame-image-overflow {
  perspective: 2000px;
  border: 6px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 40em;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 12px 12px #0003;
}

.frame-image-overflow.no-frame {
  max-height: none;
}

.frame-image-overflow.no-frame.flip-right {
  align-items: flex-end;
  width: 20vw;
  max-height: 32vh;
  transform: rotate(16deg);
}

.frame-image-overflow.no-frame.flip-left {
  transform: rotate(-12deg);
}

.inner-padding-micro {
  padding-top: 1em;
  padding-bottom: 1em;
}

.small-paragraph-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-wrapper {
  flex: none;
  width: auto;
  min-height: auto;
  margin-top: 0;
  margin-right: 10px;
  padding: 10px 15px 10px 0;
}

.margin-bottom-xsmall {
  margin-bottom: 25px;
}

.center-wrapper {
  perspective: 2000px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(2000px);
}

.center-wrapper.padding-hero {
  padding-top: 10em;
  padding-bottom: 0;
}

.center-wrapper.cta {
  z-index: 10;
}

.heading-large {
  color: var(--svart);
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Generalsans, sans-serif;
  font-size: 3.9em;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.heading-large.text-white {
  font-size: 3.2em;
}

.heading-large.margin-bottom-small {
  flex: 0 auto;
}

.heading-large.center {
  text-align: center;
}

.heading-regular {
  color: var(--svart);
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.heading-regular.text-black {
  font-size: 1.7em;
}

.heading-regular.text-white {
  font-size: 2.4rem;
  font-weight: 400;
}

.heading-small {
  color: var(--svart);
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.heading-small.w--current {
  color: var(--midnight-blue);
}

.heading-small.text-white-opacity.margin-15px, .heading-small.margin-15px {
  margin-left: 15px;
}

.text-white {
  color: #fff;
}

.text-white-opacity {
  color: #ffffffc7;
}

.rounded {
  border-radius: 50px;
  overflow: hidden;
}

.hero-ticker-images {
  flex-direction: column;
  justify-content: flex-start;
  min-height: auto;
  padding-top: 4vh;
  padding-bottom: 3vh;
  display: flex;
  overflow: hidden;
}

.padding-top-large {
  padding-top: 12em;
}

.inner-grid-cms {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  text-decoration: none;
  display: grid;
}

.inner-form {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.form-container {
  color: #747474;
  width: 100%;
  max-width: none;
}

.label-form {
  color: #707588b3;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.label-form.left {
  color: #808080d9;
  text-align: left;
  font-size: 14px;
}

.inner-input.password {
  width: 100%;
  margin-bottom: 10px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.main-navbar {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.inner-padding-small {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.social-icons-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.link-social {
  flex: 1;
  order: 1;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  transition: padding-bottom .2s, background-color .2s;
  display: flex;
}

.link-social:hover {
  background-color: #fff;
  padding-bottom: 10px;
}

.link-social.small {
  flex: none;
  justify-content: flex-start;
  height: 45px;
  min-height: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.link-social.small:hover {
  background-color: var(--grønn-lysere);
  padding-bottom: 0;
}

.overflow-wrapper {
  position: relative;
  overflow: hidden;
}

.overflow-wrapper.flex {
  align-items: flex-start;
  padding: 10px 15px;
  display: flex;
}

.overflow-wrapper.wide-image {
  width: 100%;
  height: 90vh;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
}

.overflow-wrapper.image {
  width: 100%;
  height: 100%;
  max-height: 700px;
}

.overflow-wrapper.image-contact {
  border-radius: 45px;
  height: 65vh;
  margin-bottom: 35px;
  box-shadow: 13px 13px #0000001a;
}

.container-wrapper {
  width: 100%;
}

.footer-inner {
  justify-content: flex-start;
  display: flex;
}

.content-grid {
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  align-content: space-between;
  width: 100%;
  height: 100%;
}

.content-grid.center {
  grid-row-gap: 1.5em;
  text-align: center;
  place-items: stretch center;
}

.licenses-image-wrapper {
  border: 1px solid #0000001a;
  height: 180px;
  min-height: auto;
  overflow: hidden;
}

.textarea-message {
  background-color: #fff;
  border: 2px solid #d1d1d3;
  border-radius: 4px;
  min-height: 180px;
  padding-top: 12px;
  padding-left: 16px;
  font-size: 18px;
}

.textarea-message::placeholder {
  color: #a3a3a3;
}

.textarea-message.forms {
  color: #ffffff80;
  background-color: #ffffff7d;
  border: 1px solid #d1d1d3;
  border-radius: 15px;
  margin-top: 1em;
}

.textarea-message.forms::placeholder {
  color: var(--svart);
  background-color: #0000;
}

.success {
  color: #313d17;
  background-color: #c4f85c;
}

.success.rounded {
  background-color: var(--grønn);
  color: #fff;
}

.error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-xlarge {
  color: var(--svart);
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 7.5em;
  font-style: italic;
  font-weight: 700;
  line-height: .84;
}

.heading-xxlarge {
  color: var(--grønn);
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 8em;
  font-style: italic;
  font-weight: 700;
  line-height: .85;
}

.hero-grid-header-blue {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 10vh auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  min-height: 100vh;
}

.hero-grid-header-blue.align-top {
  min-height: 100vh;
}

.master-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.brand {
  height: 4em;
  padding-bottom: 0;
  padding-right: 35px;
}

.brand.w--current {
  height: 4em;
}

.topnav-button {
  background-color: var(--medium-aquamarine);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 17px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.topnav-button:hover {
  background-color: var(--medium-aquamarine);
  color: #fff;
}

.topnav-button.outline {
  border: 2px solid var(--grønn-lysere);
  color: var(--grønn-lysere);
  background-color: #0000;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: all .2s;
}

.topnav-button.outline:hover {
  border-color: var(--grønn);
  color: var(--grønn);
}

.inner-padding {
  padding: 35px 45px 45px;
}

.inner-padding.bg-whitesmoke.small-rounded {
  background-color: #6b806e54;
  border: 1px solid #0000000a;
  box-shadow: 6px 6px #0000001a;
}

.call {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bg-whitesmoke {
  background-color: #f5f5f5;
}

.nav-wrapper {
  width: 100%;
  position: absolute;
}

.link-wrap {
  color: #1b1b1b;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-wrap:hover {
  color: #464646;
  padding-right: 0;
}

.grid-hero-mosaic {
  grid-column-gap: 2vw;
  white-space: nowrap;
  flex: none;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-content: start;
  width: auto;
  min-width: 60vw;
  min-height: auto;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 2vh;
  padding-bottom: 2vh;
}

.overlayer-nav {
  display: none;
}

.inner-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bg-color {
  background-color: #7b39b8;
}

.circle-wrapper {
  z-index: 7;
  border-radius: 100%;
  width: 14em;
  height: 14em;
  position: relative;
  overflow: visible;
}

.circle-wrapper.first {
  width: 10em;
  height: 10em;
  overflow: visible;
}

.circle-wrapper.second {
  width: 12em;
  height: 12em;
}

.circle-wrapper.third.small {
  width: 9em;
  height: 9em;
}

.circle-wrapper.forth, .circle-wrapper.fifth, .circle-wrapper.sixth {
  width: 12em;
  height: 12em;
}

.logo-grid-ticker {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.logo-wrap-ticker {
  justify-content: center;
  align-items: center;
  min-width: 200px;
  display: flex;
}

.company-logo {
  object-fit: contain;
  flex: 1;
  width: 100%;
  max-width: 120px;
  max-height: 50px;
}

.company-logo.bigger {
  max-width: 200px;
}

.callout-box-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  display: flex;
  position: relative;
}

.grid-contact {
  grid-column-gap: 26px;
  grid-template-rows: auto;
}

.outline-hover {
  background-color: var(--grønn);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.circle-image-hero {
  border: 3px solid var(--grønn);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 8px 8px #0000001a;
}

.name-wrapper {
  background-color: var(--grønn);
  color: #ffffffd9;
  text-align: center;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  font-size: .7rem;
  display: flex;
  position: absolute;
  inset: auto -1% -10% auto;
}

.circular-arrow {
  z-index: 2;
  background-color: var(--grønn-lysere);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.circular-arrow.ned {
  transform: rotate(90deg);
}

.heading-xlarge-hero {
  font-size: 6em;
}

.main-button-wrapper {
  position: relative;
}

.m-button-shadow {
  background-color: #0003;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.nav-item-wrapper {
  position: relative;
}

.nav-item-wrapper.phone {
  display: none;
}

.size-small {
  font-size: 13px;
}

.m-button-hover {
  background-color: var(--grønn);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.m-button-label {
  z-index: 4;
  align-items: center;
  display: flex;
  position: relative;
}

.text-black {
  color: #000000d9;
}

.label-button {
  font-weight: 500;
}

.logo-scrolling {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.small-rounded {
  border-radius: 25px;
  overflow: hidden;
}

.medium-paragraph {
  color: var(--svart);
  letter-spacing: 0;
  font-size: 28px;
  font-weight: 400;
}

.medium-paragraph.text-mid-gray.center {
  text-align: center;
}

.medium-paragraph.margin-bottom-small {
  color: var(--svart);
}

.medium-paragraph.margin-bottom-small.text-white {
  color: #fff;
}

.text-mid-gray {
  color: #7a7a7ad9;
}

.tag {
  color: #ffffff80;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  text-decoration: none;
}

.tag.large {
  color: var(--svart);
  font-size: 1.5em;
  font-weight: 300;
}

.circle-user-speaker {
  background-color: #351313;
  border-radius: 100%;
  width: 15vw;
  height: 15vw;
  position: relative;
  overflow: visible;
}

.small {
  font-size: 12px;
}

.flex {
  justify-content: space-between;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.link-clean {
  color: var(--grønn-lysere);
  transition: all .2s;
}

.link-clean:hover {
  color: var(--grønn);
}

.link-clean.white {
  color: #fff;
}

.link-clean.white:hover {
  color: var(--grønn-lysere);
}

.main-button-wrap {
  position: relative;
}

.main-button-wrap._50 {
  width: 50%;
}

.main-button-wrap._50.phone {
  display: none;
}

.body {
  background-color: #f0ebe9;
}

.title-element {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.title-element-line {
  background-color: var(--grønn);
  width: 140px;
  height: 1px;
}

.title-element-shape {
  width: 60px;
}

.grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
}

.menu-button-2 {
  z-index: 100;
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  color: #252b2b;
  letter-spacing: 0;
  background-color: #5d5d7514;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding: .75em 1.25em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  transition: color .2s, background-color .2s;
  display: none;
  position: relative;
}

.menu-button-2:hover {
  background-color: #5d5d753b;
}

.menu-button-2.w--open {
  color: #252b2b;
  background-color: #5d5d7514;
}

.menu-btn-text-1 {
  position: relative;
}

.menu-btn-text-2 {
  z-index: 100;
  position: relative;
}

.code-embed {
  background-color: #0000;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.dropdown-grid-main {
  grid-column-gap: 65px;
  grid-row-gap: 40px;
  grid-template-columns: auto 1fr;
}

.cart-quantity {
  color: #fff;
  background-color: #d69e3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  position: absolute;
  inset: auto auto -8px -16px;
}

.header-nav-list-item {
  color: var(--grønn);
  margin-bottom: 0;
  font-size: .9rem;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.dropdown-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}

.dropdown-toggle {
  letter-spacing: .02em;
  text-transform: uppercase;
  align-items: center;
  padding: 0;
  font-weight: 900;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #d69e3d;
}

.cart-list {
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-100-uppercase {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.125em;
}

.text-100-uppercase.dropdown-title {
  color: #130e0a;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 900;
}

.cart-item-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 23px;
}

.header-wrapper {
  background-color: #0000;
}

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.cart {
  height: 60px;
}

.cart-button-wrapper {
  margin-left: 32px;
}

.line-square-icon.close-cart {
  font-size: 24px;
  line-height: 1.1em;
}

.line-square-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.dropdown-column-wrapper {
  box-shadow: none;
  background-color: #0000;
  padding: 18px 8px 8px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.w--open {
  box-shadow: none;
  background-color: #0000;
  padding: 18px 8px 8px;
}

.mg-left---right-0px {
  margin-left: 0;
  margin-right: 0;
}

.pd-top-bottom-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-wrapper {
  z-index: 9000;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.header-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.cart-remove-link {
  line-height: 20px;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.container-default {
  max-width: 1290px;
}

.cart-subtotal-number {
  color: #130e0a;
}

.error-message {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.header-nav-link {
  letter-spacing: .02em;
  text-transform: none;
  padding: 0;
}

.header-nav-link:hover, .header-nav-link.w--current {
  color: var(--grønn-lysere);
}

.cart-item-price {
  color: #130e0a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.cart-item-title {
  color: #130e0a;
}

.cart-image-icon {
  font-size: 34px;
}

.cart-image-icon.black {
  color: #130e0a;
}

.btn-primary {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #130e0a;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 900;
  line-height: 1.125em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #966f2c;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.dropdown-pd {
  background-color: #fff;
  width: 570px;
  padding: 50px 40px;
  box-shadow: 1px 1px 12px #14142b0f;
}

.flex---card-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.cart-image-image {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 80px;
  transition: transform .3s;
}

.cart-image-image:hover {
  transform: scale3d(.98, .98, .98);
}

.dropdown-link {
  color: #130e0a;
  letter-spacing: .02em;
  text-transform: uppercase;
  width: 100%;
  padding: 0;
  font-weight: 900;
  line-height: 20px;
}

.dropdown-link:hover {
  color: #d69e3d;
}

.dropdown-link.w--current {
  color: #130e0a;
}

.dropdown-link.dropdown-more-webflow-link {
  color: #966f2c;
  text-decoration: underline;
}

.dropdown-link.dropdown-more-webflow-link:hover {
  color: #d69e3d;
}

.dropdown-link.black {
  color: #373533;
}

.dropdown-link.black:hover {
  color: #d69e3d;
}

.cart-button {
  background-color: #0000;
  padding: 0;
  transition: opacity .3s, color .3s;
  position: relative;
}

.order---your-cart-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1em;
}

.cart-close-button {
  color: #130e0a;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.cart-close-button:hover {
  color: #d69e3d;
}

.order-option-item {
  margin-left: 0;
  padding-left: 0;
}

.cart-container {
  background-color: #f4f0e9;
  box-shadow: 0 5px 25px #14142b3d;
}

.header-links-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mg-top-22px {
  margin-top: 22px;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.align-center {
  align-items: center;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: translate3d(0, -5px, .01px);
}

.header-logo-link.max-w-180px-mbl {
  width: auto;
}

.cart-line-item {
  margin-bottom: 24px;
}

.cart-header {
  border-bottom-color: #f4f0e9;
  padding-top: 22px;
  padding-bottom: 22px;
}

.heading-h5-size {
  color: #130e0a;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.cart-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.input {
  background-color: #fff;
  border: 1px solid #130e0a;
  min-height: 70px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px #2b1f1414;
}

.input:hover {
  border-color: #928a82;
  box-shadow: 0 2px 12px #14142b1a;
}

.input:focus {
  color: #130e0a;
  border-color: #d69e3d;
}

.input::placeholder {
  color: #66635f;
  font-size: 18px;
}

.input.cart-quantity-input {
  background-color: #f4f0e9;
  border-radius: 0;
  width: 70px;
  min-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

.hamburger-menu-bar {
  background-color: #130e0a;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.display-3 {
  color: #0f0c09;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.182em;
}

.display-3.color-neutral-300 {
  color: #d5d2cf;
}

.social-flex-link-wrapper {
  border-left: 1px solid #d5d2cf;
  width: 100%;
}

.display-1 {
  color: #0f0c09;
  font-size: 90px;
  font-weight: 300;
  line-height: 1.222em;
}

.display-1.color-neutral-100 {
  color: #fff;
  font-family: Generalsans, sans-serif;
  font-weight: 700;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.card {
  background-color: #fff;
  border: 1px solid #d5d2cf;
}

.card.social-flex-link {
  z-index: 1;
  grid-column-gap: 20px;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 89px 80px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-center---mbl {
  width: 50%;
}

.container-default-2 {
  max-width: 1316px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-2.z-index-1 {
  z-index: 1;
  max-width: none;
  padding-right: 0;
  position: relative;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0f0c09;
  border: 1px solid #0f0c09;
  border-radius: 0;
  justify-content: center;
  padding: 26px 36px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  transform: scale3d(.96, .96, 1.01);
}

.btn-primary-2.white {
  color: #0f0c09;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary-2.white:hover {
  color: #0f0c09;
  background-color: #f3efec;
}

.btn-circle-secondary {
  color: #0f0c09;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1.5px solid #0f0c09;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 28px;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #0f0c09;
  border-color: #0f0c09;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.white {
  box-shadow: none;
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.btn-circle-secondary.white:hover {
  color: #0f0c09;
  background-color: #fff;
  border-color: #fff;
}

.btn-circle-secondary.white.arrow-up-white-link {
  transition-property: none;
}

.btn-circle-secondary.white.arrow-up-white-link:hover {
  color: #fff;
  background-color: #0f0c09;
  transform: none;
}

.no-wrap-text {
  white-space: nowrap;
}

.grid-2-columns-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns-2.cta-v2-grid {
  grid-template-columns: 1fr .6fr;
}

.position-relative {
  position: relative;
}

.social-line-bottom---bg-right {
  border-bottom: 1px solid #d5d2cf;
  width: 100vw;
  position: absolute;
  inset: 0%;
}

.cta-section {
  background-color: #0f0c09;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.cta-section.cta-v2 {
  background-color: var(--grønn);
  padding-top: 0;
  padding-bottom: 0;
}

.heading-h2-size {
  color: #0f0c09;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.316em;
}

.heading-h2-size.color-neutral-100 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .section.titles {
    min-height: auto;
    padding-top: 0;
  }

  .section.mobile-titles {
    padding-top: 5vh;
  }

  .nav-li {
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 32px;
  }

  .container {
    flex: 0 auto;
    order: -1;
  }

  .container.titles {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .main-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .main-grid.margin-bottom-medium {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .main-grid.footer {
    grid-column-gap: 48px;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .content-wrapper.inner-padding-small {
    text-align: center;
  }

  .content-wrapper.sticky-faq {
    flex-flow: row;
    justify-content: space-between;
    display: flex;
    position: relative;
  }

  .content-wrapper.box-mobile {
    padding-top: 60px;
  }

  .margin-bottom-medium {
    margin-bottom: 6em;
  }

  .inner-padding-medium {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .hero-grid-header {
    grid-template-rows: 200px auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
    min-height: auto;
  }

  .paragraph {
    margin-bottom: 5vh;
  }

  .wrappernav {
    position: relative;
  }

  .navgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-columns: auto 1fr auto;
    min-height: 8vh;
    padding-right: 10px;
  }

  .navbar {
    z-index: 5;
  }

  .button {
    padding: 18px 40px;
  }

  .button.inline:hover {
    background-color: #0000;
  }

  .grid-buttons {
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .grid-buttons.nav {
    justify-content: start;
    justify-items: start;
    width: 100%;
    padding: 20px;
    display: none;
  }

  .grid-buttons.nav.phone {
    display: flex;
  }

  .nav-link {
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    font-size: 32px;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .box-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-field {
    min-width: auto;
  }

  .paragraph-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .logo-footer {
    margin-bottom: 10px;
  }

  .main-paragraph {
    font-size: 1em;
  }

  .nav-menu {
    z-index: 5;
    background-color: #050505;
    height: 100svh;
    padding: 90px 5px 5px;
    inset: 0% auto auto 0%;
  }

  .nav-menu.w--open {
    background-color: #0000;
  }

  .frame-image-overflow {
    width: 45vw;
    height: 35vh;
    max-height: 55vh;
  }

  .frame-image-overflow.no-frame {
    width: 35vw;
    max-height: 35vh;
  }

  .frame-image-overflow.no-frame.flip-right {
    width: 35vw;
  }

  .frame-image-overflow.no-frame.flip-right.hide, .frame-image-overflow.no-frame.hide {
    display: none;
  }

  .center-wrapper.padding-hero {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .heading-large {
    font-size: 38px;
    line-height: 1.2;
  }

  .heading-large.text-white {
    font-size: 2em;
  }

  .heading-regular {
    font-size: 20px;
  }

  .heading-small.margin-15px {
    margin-left: 0;
  }

  .hero-ticker-images {
    padding-bottom: 0;
  }

  .form-container {
    max-width: none;
  }

  .main-navbar {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .link-social:hover {
    background-color: #0000;
    padding-bottom: 0;
  }

  .heading-xlarge {
    font-size: 80px;
  }

  .heading-xlarge.smaller {
    font-size: 3em;
  }

  .heading-xxlarge {
    font-size: 60px;
  }

  .hero-grid-header-blue {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 30px 1fr 30px;
    min-height: auto;
  }

  .hero-grid-header-blue.align-top {
    grid-template-rows: auto auto auto auto;
  }

  .master-grid {
    grid-template-columns: 15px 1fr 15px;
  }

  .brand {
    z-index: 20;
    padding-left: 0;
  }

  .topnav-button {
    width: auto;
    padding: 18px 40px;
  }

  .topnav-button:hover {
    background-color: #80808033;
  }

  .topnav-button.outline {
    box-shadow: inset -1px -1px #0a19531a, inset 1px 1px #0a19531a;
  }

  .topnav-button.outline:hover {
    background-color: #0000;
  }

  .call {
    text-align: center;
    align-items: center;
  }

  .nav-wrapper {
    z-index: 9999;
    width: 100%;
    height: 6em;
    position: static;
  }

  .grid-hero-mosaic {
    min-width: 100vw;
    min-height: auto;
  }

  .overlayer-nav {
    background-color: #000;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .inner-nav-wrapper {
    border-radius: 2px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 15px 25px -4px #00000012;
  }

  .circle-wrapper.third.small.hide-on-phone, .circle-wrapper.forth.hide-on-phone, .circle-wrapper.fifth.hide-on-phone {
    display: none;
  }

  .company-logo {
    max-height: 22px;
  }

  .callout-box-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .heading-xlarge-hero {
    font-size: 77px;
  }

  .nav-item-wrapper {
    width: 100%;
  }

  .nav-item-wrapper.phone {
    display: block;
  }

  .m-button-hover {
    display: none;
  }

  .medium-paragraph.margin-bottom-small.text-white {
    font-size: 19px;
  }

  .tag.large {
    margin-bottom: 2em;
  }

  .circle-user-speaker {
    width: 40vw;
    height: 40vw;
  }

  .main-button-wrap._50 {
    width: 30%;
  }

  .title-element {
    margin-bottom: 20px;
  }

  .title-element-line {
    width: 120px;
  }

  .menu-button-2 {
    display: flex;
  }

  .menu-button-2:hover {
    box-shadow: inset 0 0 #0000;
  }

  .menu-btn-text-1 {
    font-family: Material Icons Sharp, sans-serif;
  }

  .menu-btn-text-2 {
    color: #f0ebe9;
    font-family: Material Icons Sharp, sans-serif;
  }

  .header-nav-menu-wrapper {
    background-color: #f0ebe9;
    border-top: 1px #eae5de;
    border-bottom: 1px solid #d0c9be;
    padding: 24px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .dropdown-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cart-item-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
  }

  .line-square-icon.close-cart {
    font-size: 22px;
    line-height: 1.1em;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    padding: 5px 0 0;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    padding-left: 0;
    padding-right: 0;
    position: static;
    transform: none;
  }

  .pd-top-bottom-10px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-content-wrapper {
    grid-template-columns: .5fr 1fr;
    display: flex;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    margin-right: 24px;
  }

  .dropdown-pd {
    box-shadow: none;
    background-color: #0000;
    width: 100%;
    padding: 14px 0;
  }

  .flex---card-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
    display: flex;
  }

  .cart-image-image {
    transform: scale3d(1none, 1none, 1none);
    width: 80px;
    transition: transform .3s;
  }

  .cart-image-image:hover {
    transform: scale3d(.98, .98, .98);
  }

  .order-option-item {
    margin-left: -5px;
  }

  .header-logo-link.max-w-180px-mbl.w--current {
    width: 15em;
  }

  .input.cart-quantity-input {
    width: 70px;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .display-3 {
    font-size: 40px;
  }

  .display-1 {
    font-size: 64px;
  }

  .card.social-flex-link {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 60px;
  }

  .text-center---mbl {
    width: 100%;
  }

  .grid-2-columns-2 {
    grid-template-columns: 1fr 1fr;
  }

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .heading-h2-size {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
    font-weight: 700;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }

  .container.titles {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .main-grid.footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .margin-bottom-medium {
    margin-bottom: 60px;
  }

  .inner-padding-medium {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 1.4;
  }

  .navgrid {
    min-height: 75px;
  }

  .button {
    width: auto;
    font-size: 16px;
  }

  .button.inline.bigger {
    width: 8em;
  }

  .grid-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: space-around center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-buttons.nav {
    justify-items: center;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .box-wrapper {
    padding: 35px;
  }

  .text-field {
    text-align: left;
    margin-bottom: 15px;
  }

  .paragraph-wrapper, .paragraph-wrapper.margin-bottom-xsmall {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu.w--open {
    background-color: #0000;
  }

  .heading-large {
    font-size: 32px;
  }

  .inner-form {
    flex-direction: column;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .link-social {
    flex: 0 20%;
  }

  .overflow-wrapper.image-contact {
    height: 35vh;
  }

  .hero-grid-header-blue.align-top {
    grid-template-rows: auto auto auto auto auto;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    height: 3em;
  }

  .topnav-button {
    width: 100%;
    font-size: 16px;
  }

  .call {
    text-align: center;
  }

  .grid-contact.no-gap {
    grid-row-gap: 0px;
  }

  .heading-xlarge-hero {
    font-size: 40px;
  }

  .medium-paragraph {
    font-size: 22px;
    line-height: 1.25;
  }

  .main-button-wrap._50.desktop {
    display: none;
  }

  .main-button-wrap._50.phone {
    justify-content: flex-end;
    align-items: center;
    width: 32%;
    display: flex;
  }

  .title-element {
    grid-column-gap: 10px;
    margin-bottom: 10px;
  }

  .title-element-line {
    width: 100px;
  }

  .title-element-shape {
    width: 50px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .text-100-uppercase {
    font-size: 14px;
  }

  .cart-button-wrapper {
    margin-right: 32px;
  }

  .dropdown-column-wrapper {
    transform: translate(0%);
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-item-title {
    font-size: 20px;
    line-height: 1em;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .mg-top-22px {
    margin-top: 12px;
  }

  .header-logo-link.max-w-180px-mbl {
    max-width: 180px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .mg-bottom-56px {
    margin-bottom: 46px;
  }

  .display-3 {
    font-size: 30px;
  }

  .social-flex-link-wrapper {
    border-left-style: none;
  }

  .display-1 {
    font-size: 50px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .card.social-flex-link {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 32px;
  }

  .text-center---mbl {
    text-align: center;
  }

  .container-default-2.z-index-1 {
    padding-left: 0;
  }

  .btn-primary-2 {
    padding: 22px 30px;
    font-size: 16px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 24px;
  }

  .grid-2-columns-2, .grid-2-columns-2.cta-v2-grid {
    grid-template-columns: 1fr;
  }

  .social-line-bottom---bg-right {
    border-top: 1px solid #d5d2cf;
    border-bottom-style: none;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

  .inner-container._500px---mbl.center {
    max-width: none;
    margin-top: 5em;
  }

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .cta-section.cta-v2 {
    padding-top: 100px;
  }

  .heading-h2-size {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 1.2;
  }

  h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
  }

  h4 {
    font-size: 14px;
  }

  p {
    font-size: 18px;
    line-height: 1.4;
  }

  .container {
    flex: 0 auto;
  }

  .container.titles {
    padding-top: 120px;
  }

  .container.footer {
    padding-top: 80px;
  }

  .container.margin-bottom-small.margin-top-small {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .main-grid {
    align-content: space-between;
  }

  .main-grid.inner-padding-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-grid.smaller {
    grid-row-gap: 0px;
  }

  .content-wrapper.inner-padding-small {
    text-align: left;
  }

  .margin-bottom-small {
    margin-bottom: 35px;
  }

  .margin-bottom-medium {
    margin-bottom: 30px;
  }

  .inner-padding-medium {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hero-grid-header {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero-rail {
    align-items: flex-end;
    height: auto;
  }

  .hero-rail.gap {
    flex: 0 auto;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.65;
  }

  .image-tiles-hero {
    object-fit: cover;
    flex: 0 auto;
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .navgrid {
    padding-left: 30px;
    padding-right: 15px;
  }

  .button {
    justify-content: center;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .button.inline.bigger {
    width: 6em;
    font-size: 12px;
  }

  .button.small {
    width: 100%;
  }

  .grid-buttons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-buttons.nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-left: 10px;
    font-size: 28px;
  }

  .image-brand {
    object-fit: contain;
    max-width: 70%;
    max-height: none;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .box-wrapper {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .box-wrapper.bg-graay {
    padding: 0;
  }

  .text-field {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-right: 0;
  }

  .icon-social.profile {
    max-height: 15px;
  }

  .link-footer {
    font-weight: 400;
  }

  .paragraph-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
  }

  .paragraph-wrapper.margin-bottom-xsmall {
    align-items: flex-start;
  }

  .form-wrapper {
    width: 100%;
  }

  .logo-footer {
    width: 10em;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-icon {
    flex: none;
    width: 25px;
    height: 25px;
  }

  .plus-icon {
    height: 12px;
  }

  .nav-menu {
    inset: 0%;
  }

  .nav-menu.w--open {
    background-color: #0000;
  }

  .link-wrapper {
    font-size: 16px;
  }

  .frame-image-overflow {
    border-radius: 30px;
    width: auto;
    height: 25vh;
  }

  .frame-image-overflow.no-frame {
    width: 60vw;
    max-height: 25vh;
  }

  .frame-image-overflow.no-frame.flip-right, .frame-image-overflow.no-frame.flip-left {
    width: 65vw;
  }

  .margin-bottom-xsmall {
    margin-bottom: 30px;
  }

  .center-wrapper {
    font-size: 18px;
  }

  .center-wrapper.padding-hero {
    padding-top: 0;
  }

  .heading-large {
    margin-top: 0;
    font-size: 38px;
    line-height: 1;
  }

  .heading-large.text-white {
    font-size: 1.8em;
  }

  .heading-large.margin-bottom-small {
    margin-bottom: 30px;
  }

  .heading-large.text-black.margin-bottom-small {
    font-size: 1.9em;
  }

  .heading-regular {
    font-size: 22px;
  }

  .heading-regular.text-black {
    font-size: 1em;
  }

  .heading-small.text-white-opacity.margin-15px {
    margin-left: 0;
  }

  .hero-ticker-images {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    display: block;
  }

  .padding-top-large {
    padding-top: 6em;
  }

  .inner-grid-cms {
    grid-column-gap: 24px;
  }

  .form-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .label-form {
    text-align: left;
  }

  .inner-padding-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-social {
    min-height: 60px;
  }

  .link-social.small {
    padding-left: 0;
  }

  .overflow-wrapper.flex {
    text-align: center;
  }

  .overflow-wrapper.wide-image {
    height: 40vh;
  }

  .content-grid {
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    align-content: stretch;
    align-items: start;
  }

  .content-grid.center {
    grid-row-gap: 0em;
    text-align: left;
    flex-flow: column;
    display: flex;
  }

  .heading-xlarge {
    font-size: 46px;
  }

  .heading-xlarge.smaller {
    font-size: 1.8em;
  }

  .heading-xxlarge {
    font-size: 42px;
  }

  .hero-grid-header-blue {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .master-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
  }

  .brand {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand.w--current {
    height: auto;
  }

  .topnav-button {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .inner-padding {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .call.inner-padding-small {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link-wrap {
    font-size: 16px;
  }

  .grid-hero-mosaic {
    grid-column-gap: 1.5vw;
    flex: none;
    min-width: auto;
    min-height: auto;
    margin-right: 1.5vw;
    padding-top: .75vw;
    padding-bottom: .75vw;
  }

  .inner-nav-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .circle-wrapper.first {
    width: 7em;
    height: 7em;
    margin-left: .5em;
  }

  .circle-wrapper.second {
    width: 8em;
    height: 8em;
    margin-top: 6em;
  }

  .circle-wrapper.sixth {
    width: 10em;
    height: 10em;
  }

  .logo-wrap-ticker {
    min-width: 35vw;
  }

  .company-logo {
    max-width: 100px;
    max-height: 24px;
  }

  .callout-box-wrapper {
    justify-content: center;
  }

  .callout-box-wrapper.margin-bottom-small {
    text-align: left;
  }

  .heading-xlarge-hero {
    font-size: 2em;
    line-height: 1;
  }

  .main-button-wrapper {
    width: 100%;
  }

  .medium-paragraph {
    line-height: 1.35;
  }

  .tag.large {
    font-size: 16px;
  }

  .main-button-wrap._50 {
    width: 50%;
  }

  .title-element-line {
    width: 50px;
  }

  .title-element-shape {
    width: 40px;
  }

  .grid-2-columns.dropdown-grid-main {
    grid-template-columns: 1fr;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .text-100-uppercase.dropdown-title {
    margin-bottom: 20px;
  }

  .apple-pay-btn.cart {
    height: 53px;
  }

  .cart-button-wrapper {
    margin-left: 20px;
    margin-right: 14px;
  }

  .grid-1-column.dropdown-link-column {
    grid-row-gap: 12px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-item-price {
    color: #66635f;
    font-size: 16px;
    line-height: 18px;
  }

  .cart-item-title {
    font-size: 18px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .flex---card-list {
    flex-direction: column;
  }

  .cart-image-image {
    width: 100px;
  }

  .order-option-item {
    margin-left: 0;
  }

  .cart-container {
    border-radius: 0;
  }

  .line-rounded-icon {
    text-align: center;
  }

  .header-logo-link {
    max-width: 170px;
  }

  .header-logo-link.w--current {
    max-width: 150px;
  }

  .header-logo-link.max-w-180px-mbl {
    max-width: 164px;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .hamburger-menu-bar {
    width: 34px;
  }

  .display-3 {
    font-size: 25px;
  }

  .social-flex-link-wrapper {
    max-width: 100%;
  }

  .display-1 {
    font-size: 40px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .card.social-flex-link {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 24px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary-2 {
    width: 100%;
    padding: 20px;
  }

  .grid-2-columns-2.cta-v2-grid {
    flex-flow: column;
    display: flex;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-section.cta-v2 {
    padding-top: 90px;
  }

  .heading-h2-size {
    font-size: 26px;
  }
}

#w-node-dba4cd18-18b7-52f8-564f-914cf6ae55a8-e37245b9 {
  grid-area: 2 / 1 / 5 / 13;
  align-self: start;
}

#w-node-_0e6c05eb-f13a-9945-a126-977dee56fc71-e37245b9 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: end;
}

#w-node-_2b6663f0-9c8c-c3a4-c3aa-80a0620d699f-e37245b9 {
  grid-area: 2 / 2 / 3 / 12;
  justify-self: center;
}

#w-node-addd44e5-cb10-4a83-006e-172bda0e8dda-e37245b9 {
  grid-area: 3 / 5 / 4 / 9;
  justify-self: center;
}

#w-node-fe17a457-0853-0cfd-62a9-5a9e63003759-e37245b9 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_0f1b97ea-a126-9427-d6b0-d755d628cfb3-e37245b9 {
  grid-area: 2 / 11 / 4 / 13;
  align-self: center;
}

#w-node-_14853d71-d94b-13f8-f519-ee9d5f6020cc-e37245b9 {
  grid-area: 3 / 2 / 5 / 4;
  align-self: center;
}

#w-node-b89fb763-3ff1-26ed-69b9-9ae4f9ec8ed9-e37245b9 {
  grid-area: 3 / 9 / 5 / 11;
  place-self: center end;
}

#w-node-_88790382-4d8d-fcfd-f37d-fbf6eeb8a072-e37245b9 {
  grid-area: 4 / 10 / 7 / 12;
  place-self: center end;
}

#w-node-_842d226d-4cf5-cd01-8c7e-3835fa89807a-e37245b9 {
  grid-area: 4 / 4 / 6 / 5;
  align-self: center;
}

#w-node-bee26d6e-df2e-bac1-6ed6-45611ce5fa1b-e37245b9 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: stretch;
}

#w-node-bee26d6e-df2e-bac1-6ed6-45611ce5fa1d-e37245b9 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_084cc995-e002-1226-4157-da3b23285878-e37245b9 {
  grid-area: 1 / 7 / 2 / 11;
  align-self: center;
}

#w-node-_084cc995-e002-1226-4157-da3b2328587d-e37245b9 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_084cc995-e002-1226-4157-da3b23285881-e37245b9, #w-node-_084cc995-e002-1226-4157-da3b2328588a-e37245b9, #w-node-_084cc995-e002-1226-4157-da3b23285893-e37245b9 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-e24c07e1-59a7-261b-3085-c89c3ac54b1b-e37245b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e24c07e1-59a7-261b-3085-c89c3ac54b29-e37245b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_8241a9fd-f946-6e5c-77d3-1bc5fca6053d-07bf8e43 {
  grid-area: 1 / 4 / 2 / 6;
  justify-self: center;
}

#w-node-_09fbdce1-9e10-0457-7f74-d3544bfc5db7-07bf8e43 {
  grid-area: 1 / 6 / 2 / 8;
  justify-self: center;
}

#w-node-a6c3e4fb-de07-8eee-bd5a-6677cb6de435-07bf8e43 {
  grid-area: 1 / 8 / 2 / 11;
  justify-self: center;
}

#w-node-_7357a2f3-fbad-5879-1a8b-5cc1b74fa88b-07bf8e43 {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: center;
}

#w-node-_20a53d78-3298-c2be-ba19-12dffd75e8ad-07bf8e43 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-d6133a47-301a-a6de-46fb-2533b7c7a68a-07bf8e43 {
  grid-area: 2 / 1 / 3 / 7;
  place-self: center start;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
  grid-area: 2 / 7 / 3 / 13;
  place-self: center end;
}

#w-node-de4c97e7-118f-e374-0dc8-fdcb04a2b685-04a2b682 {
  grid-area: 2 / 3 / 3 / 11;
  place-self: center;
}

#w-node-e2859498-0993-2f9f-534e-3b34e3fb87e5-e3fb87e4 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-e2859498-0993-2f9f-534e-3b34e3fb87e8-e3fb87e4 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-cd0b389f-d4f2-cd2a-71e9-b1fc0e813246-0e81322f, #w-node-cd0b389f-d4f2-cd2a-71e9-b1fc0e813254-0e81322f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-e37245b2 {
  grid-area: 2 / 1 / 7 / 13;
  align-self: end;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd5-e37245b2 {
  grid-area: 3 / 4 / 6 / 5;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd9-e37245b2 {
  grid-area: 3 / 2 / 7 / 3;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-e37245b2 {
  grid-area: 2 / 3 / 4 / 4;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cdc-e37245b2 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cda-e37245b2 {
  grid-area: 1 / 5 / 3 / 6;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-e37245b2 {
  grid-area: 2 / 1 / 3 / 13;
  place-self: center;
}

#w-node-da924643-49ab-106b-28d9-2c78a825285c-e37245b2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d6e4-e37245b2, #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d6ed-e37245b2, #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d6f6-e37245b2, #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d6ff-e37245b2, #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d708-e37245b2, #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d711-e37245b2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: stretch;
}

#w-node-e48432f9-4b2b-5411-8ca5-b07ad6e784fc-e37245ce {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472889-e37245ce {
  grid-area: 1 / 7 / 2 / 12;
  align-self: start;
}

#w-node-_394d3192-b755-2806-cfd5-046c96888a6a-e3724623, #w-node-ddddb7ab-8fe0-d946-ef8d-5b72c9f2fe4d-e3724623, #w-node-_983aca56-43f6-819d-b93f-aa8c0d9a6f12-e3724623, #w-node-bf69e027-bd99-73e1-d68c-0716efd1cca4-e3724623, #w-node-_01edb05c-fc10-dd6a-13a7-0f10feb46433-e3724623, #w-node-_3f4ceb8c-e752-8111-8c70-40c8d3a2a0fa-e3724623 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-dba4cd18-18b7-52f8-564f-914cf6ae55a8-e37245b9 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_0e6c05eb-f13a-9945-a126-977dee56fc71-e37245b9 {
    grid-column: 1 / 3;
  }

  #w-node-_2b6663f0-9c8c-c3a4-c3aa-80a0620d699f-e37245b9 {
    grid-column: 1 / 3;
    align-self: start;
  }

  #w-node-addd44e5-cb10-4a83-006e-172bda0e8dda-e37245b9 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-fe17a457-0853-0cfd-62a9-5a9e63003759-e37245b9 {
    grid-row-start: 3;
    grid-column-start: 2;
    align-self: end;
  }

  #w-node-_0f1b97ea-a126-9427-d6b0-d755d628cfb3-e37245b9 {
    grid-column: 1 / 3;
    grid-row-start: 3;
    justify-self: end;
  }

  #w-node-_14853d71-d94b-13f8-f519-ee9d5f6020cc-e37245b9 {
    grid-area: 4 / 2 / 5 / 3;
    justify-self: center;
  }

  #w-node-b89fb763-3ff1-26ed-69b9-9ae4f9ec8ed9-e37245b9 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_88790382-4d8d-fcfd-f37d-fbf6eeb8a072-e37245b9 {
    grid-column: 2 / 4;
    grid-row-start: 6;
    justify-self: center;
  }

  #w-node-_842d226d-4cf5-cd01-8c7e-3835fa89807a-e37245b9 {
    grid-area: 7 / 1 / 8 / 3;
    justify-self: end;
  }

  #w-node-bee26d6e-df2e-bac1-6ed6-45611ce5fa1b-e37245b9 {
    grid-column: 1 / 3;
  }

  #w-node-bee26d6e-df2e-bac1-6ed6-45611ce5fa1d-e37245b9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bb8c57ff-d42c-5178-a388-3ab2f64c1c3d-e37245b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_084cc995-e002-1226-4157-da3b23285878-e37245b9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_084cc995-e002-1226-4157-da3b2328587d-e37245b9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_8241a9fd-f946-6e5c-77d3-1bc5fca6053d-07bf8e43, #w-node-_09fbdce1-9e10-0457-7f74-d3544bfc5db7-07bf8e43, #w-node-a6c3e4fb-de07-8eee-bd5a-6677cb6de435-07bf8e43, #w-node-_7357a2f3-fbad-5879-1a8b-5cc1b74fa88b-07bf8e43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-d6133a47-301a-a6de-46fb-2533b7c7a68a-07bf8e43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-de4c97e7-118f-e374-0dc8-fdcb04a2b685-04a2b682 {
    grid-column: 1 / 13;
  }

  #w-node-de4c97e7-118f-e374-0dc8-fdcb04a2b68f-04a2b682 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-de4c97e7-118f-e374-0dc8-fdcb04a2b692-04a2b682 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f22dbb03-ea9e-a94b-045a-7963939b43b3-939b43b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e2859498-0993-2f9f-534e-3b34e3fb87e5-e3fb87e4 {
    grid-column-end: 3;
  }

  #w-node-e2859498-0993-2f9f-534e-3b34e3fb87e8-e3fb87e4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cd0b389f-d4f2-cd2a-71e9-b1fc0e813246-0e81322f {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
  }

  #w-node-cd0b389f-d4f2-cd2a-71e9-b1fc0e81324a-0e81322f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cd0b389f-d4f2-cd2a-71e9-b1fc0e813254-0e81322f {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: stretch;
  }

  #w-node-cd0b389f-d4f2-cd2a-71e9-b1fc0e813258-0e81322f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-e37245b2 {
    grid-column: 1 / 4;
    grid-row-start: 3;
    align-self: center;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd5-e37245b2 {
    grid-column: 3 / 4;
    grid-row-start: 3;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd9-e37245b2 {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-e37245b2 {
    grid-area: 1 / 3 / 3 / 4;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cdc-e37245b2 {
    grid-area: 5 / 2 / 7 / 4;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cda-e37245b2 {
    grid-column: 4 / 5;
    grid-row-start: 1;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-e37245b2 {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-da924643-49ab-106b-28d9-2c78a825285c-e37245b2 {
    grid-area: 1 / 1 / 2 / 6;
    align-self: start;
  }

  #w-node-_89fc733a-5fa4-7183-259e-2ec6c003b059-e37245b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d6e4-e37245b2, #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d6ed-e37245b2, #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d6f6-e37245b2, #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d6ff-e37245b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d708-e37245b2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d711-e37245b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e48432f9-4b2b-5411-8ca5-b07ad6e784fc-e37245ce {
    grid-column-end: 3;
  }

  #w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472889-e37245ce {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_394d3192-b755-2806-cfd5-046c96888a6a-e3724623, #w-node-ddddb7ab-8fe0-d946-ef8d-5b72c9f2fe4d-e3724623, #w-node-_983aca56-43f6-819d-b93f-aa8c0d9a6f12-e3724623, #w-node-bf69e027-bd99-73e1-d68c-0716efd1cca4-e3724623, #w-node-_01edb05c-fc10-dd6a-13a7-0f10feb46433-e3724623, #w-node-_3f4ceb8c-e752-8111-8c70-40c8d3a2a0fa-e3724623 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e24c07e1-59a7-261b-3085-c89c3ac54b29-e37245b9 {
    justify-self: auto;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
    grid-row-end: 2;
  }

  #w-node-_8241a9fd-f946-6e5c-77d3-1bc5fca6053d-07bf8e43, #w-node-_09fbdce1-9e10-0457-7f74-d3544bfc5db7-07bf8e43, #w-node-a6c3e4fb-de07-8eee-bd5a-6677cb6de435-07bf8e43 {
    grid-row: 2 / 3;
  }

  #w-node-d6133a47-301a-a6de-46fb-2533b7c7a68a-07bf8e43 {
    grid-row: 6 / 7;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
    grid-row: 7 / 8;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd9-e37245b2 {
    grid-column-start: 2;
  }

  #w-node-e398fd45-ab48-8fb7-1d8d-825ac3329259-e37245cc, #w-node-e398fd45-ab48-8fb7-1d8d-825ac3329265-e37245cc, #w-node-eed6a129-7a30-e742-e6de-db3415666a30-e37245cc, #w-node-_079b05bb-d1ce-aa58-d7ce-24354a251b8e-e37245cc, #w-node-_71517777-8434-d102-7214-513ccaeb2f0f-e37245cc, #w-node-_36b3c6fd-1a6c-083c-7a8d-f42e660ee150-e37245cc, #w-node-e398fd45-ab48-8fb7-1d8d-825ac3329272-e37245cc, #w-node-e398fd45-ab48-8fb7-1d8d-825ac332927e-e37245cc, #w-node-d4da7b12-b6fc-32ea-598d-85cba026b1a2-e37245cc, #w-node-_02289008-28b1-7a02-e0f3-5345236ba46b-e37245cc, #w-node-_4d210214-184b-7a32-c672-cea501305906-e37245cc, #w-node-_54a04a8b-d304-8902-fee7-01a6e69501db-e37245cc, #w-node-_62d11ff9-3e35-2f9d-1102-c7a76e94ab9e-e37245cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ef3db4ee-41c6-ffb6-4259-0698ee75ee59-e37245ce {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ef3db4ee-41c6-ffb6-4259-0698ee75ee60-e37245ce {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dba4cd18-18b7-52f8-564f-914cf6ae55a8-e37245b9 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-addd44e5-cb10-4a83-006e-172bda0e8dda-e37245b9 {
    grid-column-end: 3;
  }

  #w-node-fe17a457-0853-0cfd-62a9-5a9e63003759-e37245b9 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
  }

  #w-node-_0f1b97ea-a126-9427-d6b0-d755d628cfb3-e37245b9 {
    grid-row: 2 / 4;
  }

  #w-node-_14853d71-d94b-13f8-f519-ee9d5f6020cc-e37245b9 {
    grid-area: 3 / 2 / 4 / 3;
    justify-self: start;
  }

  #w-node-bee26d6e-df2e-bac1-6ed6-45611ce5fa1b-e37245b9 {
    grid-column: 1 / 3;
  }

  #w-node-bee26d6e-df2e-bac1-6ed6-45611ce5fa1d-e37245b9 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_084cc995-e002-1226-4157-da3b23285878-e37245b9 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: auto;
  }

  #w-node-_084cc995-e002-1226-4157-da3b2328587d-e37245b9, #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8241a9fd-f946-6e5c-77d3-1bc5fca6053d-07bf8e43 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_09fbdce1-9e10-0457-7f74-d3544bfc5db7-07bf8e43 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a6c3e4fb-de07-8eee-bd5a-6677cb6de435-07bf8e43 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_7357a2f3-fbad-5879-1a8b-5cc1b74fa88b-07bf8e43 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-d6133a47-301a-a6de-46fb-2533b7c7a68a-07bf8e43 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-de4c97e7-118f-e374-0dc8-fdcb04a2b68f-04a2b682 {
    grid-column-end: 3;
  }

  #w-node-de4c97e7-118f-e374-0dc8-fdcb04a2b692-04a2b682 {
    grid-row: 2 / 3;
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-cd0b389f-d4f2-cd2a-71e9-b1fc0e813246-0e81322f {
    grid-column-end: 3;
  }

  #w-node-cd0b389f-d4f2-cd2a-71e9-b1fc0e813249-0e81322f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-cd0b389f-d4f2-cd2a-71e9-b1fc0e813254-0e81322f {
    grid-column-end: 3;
  }

  #w-node-cd0b389f-d4f2-cd2a-71e9-b1fc0e813257-0e81322f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-e37245b2 {
    grid-column: 1 / 5;
    grid-row-start: 3;
    align-self: end;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd5-e37245b2 {
    grid-column-start: 2;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd9-e37245b2 {
    grid-column-start: 1;
    place-self: stretch stretch;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd7-e37245b2 {
    grid-column: 2 / 4;
    justify-self: stretch;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cdc-e37245b2 {
    grid-area: 4 / 1 / 6 / 3;
    justify-self: center;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-e37245b2 {
    grid-column: 1 / 5;
    grid-row-start: 2;
    align-self: start;
  }

  #w-node-da924643-49ab-106b-28d9-2c78a825285c-e37245b2 {
    align-self: center;
  }

  #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d6e4-e37245b2, #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d6ed-e37245b2, #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d6f6-e37245b2, #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d6ff-e37245b2, #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d708-e37245b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2ab8845f-4faf-fb88-b11d-ded6e175d711-e37245b2 {
    grid-column: span 2 / span 2;
  }

  #w-node-d06b0da3-afeb-bf64-efb8-f8b4ab472889-e37245ce {
    grid-column-end: 3;
  }

  #w-node-ef3db4ee-41c6-ffb6-4259-0698ee75ee59-e37245ce {
    align-self: start;
  }
}


@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fingerpaint';
  src: url('../fonts/FingerPaint-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nippo';
  src: url('../fonts/Nippo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nippo';
  src: url('../fonts/Nippo-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}