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

@font-face {
  font-family: Wild World;
  src: url('../fonts/wild-world.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --color-1: #ff6f00;
  --color-2: #d39c9c;
  --color-3: red;
  --color-4: #ada2ca;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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: #000;
  background-color: #242424;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.9em;
  font-weight: 300;
  line-height: 1.2em;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.5em;
}

h3 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.5em;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4em;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.4em;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.5em;
}

a {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.title6 {
  color: var(--color-1);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2em;
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.container-w1 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.hero-width {
  max-width: 1920px;
}

.p-xl-end {
  padding-bottom: 12em;
}

.infotext {
  color: #888;
  font-size: .7em;
  line-height: 1.3em;
}

.background-color-primary {
  color: #75e6a4;
  background-color: #db2c39;
}

.title4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.45em;
  line-height: 1.3em;
}

.button-red {
  background-color: #db2c39;
  border-radius: 2.2em;
  flex: 0 auto;
  padding: .6em 1em;
  font-size: 1em;
  transition: transform .2s;
}

.button-red:hover {
  transform: scale(1.05);
}

.p-xl-start {
  padding-top: 6.5em;
}

.background-color-copy-dark {
  background-color: #272727;
}

.p-sm-start {
  padding-top: 2.25em;
}

.paragraph {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.copy-medium {
  color: #fff;
  text-align: left;
  flex: 1;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4em;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.input-field {
  color: #272727;
  border-radius: 1em;
  min-height: 54px;
  margin-bottom: 1em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.title5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

.copy-small {
  color: #d0d5dd;
  text-align: justify;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 200;
  line-height: 1.2em;
}

.background-color-grey-light-2 {
  background-color: #d9f7e4;
}

.title2 {
  color: #000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.p-xs-end {
  padding-bottom: 1em;
}

.container-w2 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.background-color-accent {
  color: #0978c3;
  background-color: #ff0013;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.title3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.background-color-grey-light-1 {
  background-color: #f8f6f5;
}

.container-w3 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.distance-big {
  padding-top: 6.5em;
}

.container-w4 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.input-label {
  color: #000;
  margin-bottom: 12px;
  font-weight: 400;
}

.p-md-start {
  padding-top: 4.5em;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  transform-style: preserve-3d;
  background-color: #db2c39;
  border: 5px solid #db2c39;
  border-radius: 2.2em;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline;
  transform: translate(0);
}

.button:hover {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.small {
  padding: .5em 1.4em;
  font-size: .8em;
}

.button.secondary {
  z-index: 1;
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border: 5px solid #db2c39;
  position: relative;
}

.button.secondary:hover {
  box-shadow: none;
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #0978c3;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button.secondary.small {
  letter-spacing: 5px;
  font-weight: 200;
  display: inline-block;
}

.title1 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.05em;
}

.title1.bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.copy-large {
  color: #2b2b2b;
  font-size: 1.2em;
}

.navbar {
  background-color: #ddd0;
}

.nav-link {
  color: var(--white);
}

.nav-link.w--current {
  color: var(--color-1);
  letter-spacing: 2px;
}

.p-xss-start {
  padding-top: .5em;
}

.fade-200ms.color-1 {
  color: var(--color-1);
}

.landing-action-wrapper.container-w2.gutter-outside {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.centered {
  text-align: center;
}

.text-right {
  text-align: right;
}

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

.block {
  text-align: justify;
}

.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.body {
  background-color: #000;
}

.quick-stack {
  padding: 0;
}

.main-button {
  background-color: var(--color-1);
  border-radius: 20px;
  padding: 13px 40px;
}

.cell {
  justify-content: center;
  align-items: center;
}

.field-label {
  color: var(--white);
}

.form-block {
  box-shadow: 0 0 18px 2px var(--color-1);
  background-color: #181818;
  border-radius: 20px;
  width: 80%;
  padding: 45px 30px;
}

.hero-landing {
  background-image: url('../images/sl_0210121_40570_43-2.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 70vh;
  display: flex;
}

.landing-action {
  background-color: #202020;
}

.quick-stack-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
}

.cell-fuhrpark {
  justify-content: center;
  align-items: center;
}

.auto-wrapper {
  background-color: #202020;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
}

.quick-stack-3 {
  align-self: center;
  padding: 0;
}

.acr-info-wrapper {
  display: flex;
}

.image {
  width: 24px;
  height: 24px;
}

.paragraph-2 {
  color: #6a6a6a;
  margin-bottom: 0;
  margin-left: 10px;
}

.heading {
  color: var(--white);
}

.paragraph-3 {
  color: #8d8c8c;
  text-align: justify;
}

.heading-benefits {
  justify-content: space-around;
  display: flex;
}

.heading-heading-ebenfits {
  width: 50%;
}

.paragraph-4 {
  padding-left: 0;
}

.quick-stack-4 {
  padding: 0;
}

.benefit-grid-wrapper {
  box-shadow: 0 0 14px -2px var(--color-1);
  background-color: #202020;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.heading-2 {
  text-align: center;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.quick-stack-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.icon-wrapper {
  background-color: var(--black);
  border: 1px solid #888;
  border-radius: 405px;
  padding: 20px;
}

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

.cell-3 {
  justify-content: center;
  align-items: center;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: var(--color-1);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--color-1);
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--color-1);
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.landing-privat {
  background-image: url('../images/sl_0210121_40570_43-2.png');
  background-position: 0 0;
  background-size: cover;
}

.privat-benefit-wrapper.container-w2.gutter-outside {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-6 {
  padding: 0;
}

.use-privat {
  background-image: url('../images/sl_0210121_40570_43-2.png');
  background-position: 0 0;
  background-size: cover;
}

.use-privat-wrapper.container-w2.gutter-outside {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.quick-stack-7 {
  width: 100%;
  padding: 0;
}

.quick-stack-8 {
  padding: 0;
}

.cell-5 {
  background-color: var(--color-1);
}

.use-grid-wrapper {
  background-color: var(--color-1);
  padding: 20px;
}

.quick-stack-9 {
  padding: 0;
}

.steppp-wrapper.container-w2.gutter-outside {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-item {
  background-color: #fff;
  border: 1px #212121;
  border-radius: 25px;
  box-shadow: 0 10px 20px #0000000d;
}

.minus {
  background-color: #fff;
  border-radius: 20px;
  width: 38%;
  height: 2px;
  position: absolute;
}

.faq-answer-inner {
  padding: 0 20px 20px;
  overflow: visible;
}

.p-m-wrap {
  background-image: linear-gradient(to bottom, var(--color-1), var(--color-1));
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-left: 60px;
  display: flex;
  position: relative;
}

.plus {
  background-color: #fff;
  border-radius: 20px;
  width: 2px;
  height: 38%;
  position: absolute;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.faq-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  width: 100%;
  display: grid;
}

.paragraph-5 {
  color: #181818e6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.faq-answer {
  height: auto;
  overflow: hidden;
}

.faq-privat-wrapper.container-w2.gutter-outside {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-10, .quick-stack-11 {
  padding: 0;
}

.solution-business-grid-wrapper {
  border: 2px solid var(--color-1);
  background-image: url('../images/image-14.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  flex: 1;
  padding: 40px 20px;
}

.quick-stack-12 {
  padding: 0;
}

.service-business-left-wrapper {
  display: flex;
}

.service-business-left-content-wrapper {
  padding-right: 20px;
}

.service-business-right-wrapper {
  display: flex;
}

.service-business-right-content-wrapper {
  padding-left: 20px;
}

.image-2 {
  object-fit: cover;
  width: 140px;
  height: 100%;
}

.image-2.hide.desktop {
  display: block;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-3.hide {
  display: block;
}

.quick-stack-13 {
  padding: 0;
}

.list-item {
  padding-bottom: 20px;
}

.list {
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
}

.cell-6 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.image-4 {
  padding-top: 5px;
}

.text-field {
  background-color: var(--white);
  border: 1px solid #525252;
  border-radius: 20px;
  height: 38px;
  margin-bottom: 20px;
}

.udesly-input-wrapper-2 {
  width: 98%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.uui-field-label {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form_input-2 {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 1rem;
  outline: 3px #101828;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  color: #fff;
  border-style: solid;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2::placeholder {
  color: #fff;
}

.uui-form_input-2.text-field {
  background-color: var(--white);
  color: #000;
  border-color: #525252;
  border-radius: 20px;
  height: 38px;
  min-height: auto;
  margin-bottom: 20px;
}

.udesly-code-snippet {
  display: none;
}

.cell-7 {
  justify-content: center;
  align-items: flex-start;
}

.success-message {
  background-color: var(--color-1);
  border-radius: 20px;
}

.text-block {
  letter-spacing: 2px;
  font-weight: 600;
}

.body-2 {
  background-color: #0f0f0f;
}

@media screen and (min-width: 1280px) {
  .uui-field-label, .uui-form_input-2 {
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button-red {
    text-align: center;
  }

  .button:hover {
    opacity: 1;
    transform: scale(1);
  }

  .nav-link {
    background-color: var(--black);
    color: var(--color-1);
    text-align: center;
  }

  .hero-landing {
    flex-flow: column;
    height: auto;
  }

  .heading-benefits {
    flex-flow: column;
  }

  .paragraph-4 {
    margin-top: 10px;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .img-car {
    width: 100%;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .menu-button {
    color: var(--color-1);
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  .title6 {
    font-size: 1em;
  }

  .title5 {
    margin-top: 40px;
    font-size: 1.2em;
  }

  .title2 {
    font-size: 2em;
  }

  .styles-grid-colors {
    display: flex;
  }

  .distance-big {
    padding-top: 6em;
  }

  .title1 {
    font-size: 2.8em;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 2em;
  }

  h4 {
    color: var(--black);
  }

  h5 {
    font-size: 1.2em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .p-xl-start {
    padding-top: 5em;
  }

  .copy-medium {
    color: #fff;
  }

  .copy-small {
    font-size: 1em;
  }

  .distance-big {
    padding-top: 5em;
  }

  .copy-large {
    color: #fff;
  }

  .form-block {
    width: 100%;
  }

  .heading-2, .heading-3 {
    color: var(--white);
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon {
    color: #fff;
  }

  .p-m-wrap {
    margin-left: 40px;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .image-2.hide.desktop {
    display: none;
  }

  .udesly-input-wrapper-2 {
    width: 100%;
    max-width: none;
  }

  .uui-form_input-2 {
    width: 100%;
  }
}

#w-node-b59203cd-2795-df20-c450-99c3f626df38-ae0e2407 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dfd4aa0a-683d-a546-09b6-5b100944dd4b-ae0e2407 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_9b8a1a26-fca7-1f08-1050-1d925eb30ea8-ae0e2407 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_992bbc11-c00d-0119-eba6-834f2c8604f7-ae0e2407 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_10717893-b3db-999d-141b-cb2befa7e30f-ae0e2407 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-b2f294e5-c400-1402-0599-d17ff72de753-ae0e2407 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f5888f6e-f0c5-871c-ea3e-610126e5691e-26e5691b, #w-node-_692e61b1-9162-48fa-f208-df29d904a538-c06bf302 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-bb0ed6ee-841f-bac2-2fae-3b6c4c928bbf-c06bf302 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-aa2fc719-1f87-b72a-d375-335b3b67c288-c06bf302 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_67a30ae2-87d9-5657-8437-2cd2b452a12b-c06bf302 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-aa93b561-337f-4284-1b30-16fc8750a0fd-c06bf302, #w-node-aa93b561-337f-4284-1b30-16fc8750a10a-c06bf302, #w-node-aa93b561-337f-4284-1b30-16fc8750a117-c06bf302, #w-node-aa93b561-337f-4284-1b30-16fc8750a124-c06bf302, #w-node-aa93b561-337f-4284-1b30-16fc8750a131-c06bf302, #w-node-aa93b561-337f-4284-1b30-16fc8750a13e-c06bf302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0414cd99-ed69-0991-f826-24b9ef7afce0-493d1f74 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eedf1c85-02a8-ccf5-ca72-7c74af00a342-493d1f74 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5880e7e6-80e5-e099-70dd-80aa616cffec-493d1f74, #w-node-a919100d-6ad0-e16e-d9d1-83e27dc0d970-493d1f74 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f9177c91-2688-3d56-d342-8fe97448800c-493d1f74, #w-node-f9177c91-2688-3d56-d342-8fe974488019-493d1f74, #w-node-f9177c91-2688-3d56-d342-8fe974488026-493d1f74, #w-node-f9177c91-2688-3d56-d342-8fe974488033-493d1f74, #w-node-f9177c91-2688-3d56-d342-8fe974488040-493d1f74, #w-node-f9177c91-2688-3d56-d342-8fe97448804d-493d1f74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_127aac3f-7e2f-824a-94ce-8a8d7d56f620-789dc721 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-b59203cd-2795-df20-c450-99c3f626df38-ae0e2407 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dfd4aa0a-683d-a546-09b6-5b100944dd4b-ae0e2407 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_992bbc11-c00d-0119-eba6-834f2c8604f7-ae0e2407 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_10717893-b3db-999d-141b-cb2befa7e30f-ae0e2407 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-b2f294e5-c400-1402-0599-d17ff72de753-ae0e2407, #w-node-_692e61b1-9162-48fa-f208-df29d904a538-c06bf302, #w-node-bb0ed6ee-841f-bac2-2fae-3b6c4c928bbf-c06bf302, #w-node-_67a30ae2-87d9-5657-8437-2cd2b452a12b-c06bf302, #w-node-_0414cd99-ed69-0991-f826-24b9ef7afce0-493d1f74, #w-node-eedf1c85-02a8-ccf5-ca72-7c74af00a342-493d1f74 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5880e7e6-80e5-e099-70dd-80aa616cffec-493d1f74, #w-node-a919100d-6ad0-e16e-d9d1-83e27dc0d970-493d1f74 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_127aac3f-7e2f-824a-94ce-8a8d7d56f620-789dc721 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_10717893-b3db-999d-141b-cb2befa7e30f-ae0e2407 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f5888f6e-f0c5-871c-ea3e-610126e5691e-26e5691b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9b8a1a26-fca7-1f08-1050-1d925eb30ea8-ae0e2407, #w-node-_992bbc11-c00d-0119-eba6-834f2c8604f7-ae0e2407 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_10717893-b3db-999d-141b-cb2befa7e30f-ae0e2407 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f5888f6e-f0c5-871c-ea3e-610126e5691e-26e5691b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Wild World';
  src: url('../fonts/wild-world.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wild World';
  src: url('../fonts/wild-world.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}