@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 {
  --black: black;
  --color-2: #1d58d5;
  --white: white;
  --color-1: #004ff5;
  --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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.5em;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.45em;
  font-weight: 700;
  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 {
  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 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
}

.title6.centered.blue {
  color: var(--color-2);
}

.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: #000;
  text-align: justify;
  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;
}

.container-w2.top-40px {
  margin-top: 40px;
  padding-left: 0;
}

.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: #000;
}

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

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

.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;
}

.image {
  margin-top: 5px;
}

.quick-stack {
  padding: 0;
}

.text-span {
  color: var(--color-1);
}

.button-2 {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button-2.c-12 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #192da2;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-bg {
  background-color: #5b96fe;
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.btn-bg.c-10 {
  background-color: var(--color-2);
  color: #040126;
  border-radius: 50rem;
  align-self: center;
  width: 130%;
  min-width: auto;
  height: 120%;
  inset: auto;
}

.btn-txt {
  color: var(--white);
  position: relative;
}

.btn-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-icon-arrow {
  color: var(--white);
  width: 1.2rem;
  height: 1.2rem;
}

.btn-icon-arrow.hover {
  position: absolute;
  top: 0;
  left: -100%;
}

.body {
  background-color: #f6f7f9;
}

.background-video {
  border-radius: 20px;
}

.landing-grid-wrapper.container-w2.gutter-outside {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.landing-grid-content-wrapper {
  background-color: var(--color-1);
  width: 100%;
  padding: 20px;
}

.landing-grid-content-wrapper.left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.landing-grid-content-wrapper.dark {
  background-color: #192da2;
  flex: 1;
}

.landing-grid-content-wrapper.right {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex: 1;
}

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

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

.image-2 {
  border-top: 1px #c4c4c4;
  border-bottom: 1px #c4c4c4;
}

.sec2 {
  background-color: var(--white);
  border-bottom: 1px solid #000;
}

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

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

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

.facts {
  background-color: #004ff5;
}

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

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

.bold {
  font-weight: 700;
}

.bold.white.big {
  font-size: 4em;
}

.sec3.hide {
  display: none;
}

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

.sec4 {
  background-color: var(--white);
}

.cell-5 {
  justify-content: flex-end;
  align-items: flex-start;
}

.text-span-2 {
  color: var(--color-1);
}

.heading {
  text-align: center;
}

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

.l-sung-grid-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  padding: 20px;
}

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

.bulletpoints {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 700;
}

.image-3 {
  width: 24px;
}

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

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

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

.background-video-2 {
  border-radius: 20px;
}

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

.strich-footer {
  background-color: var(--color-1);
  width: 80px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.list {
  padding-left: 0;
}

.link-4 {
  color: #023047;
  font-size: .85em;
  font-weight: 300;
}

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

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

.link {
  font-weight: 400;
}

.link.blue {
  color: #023047;
  font-weight: 600;
}

.button-3 {
  color: #023047;
  letter-spacing: 2px;
  background-color: #e1841f;
  border-radius: 20px;
  padding: 12px 50px;
}

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

.footer {
  background-color: #eee;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

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

.title-footer {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
}

@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 {
    color: var(--white);
    text-align: center;
  }

  .nav-menu {
    background-color: var(--color-1);
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button {
    background-color: #c8c8c840;
  }

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

  .icon {
    color: var(--color-1);
  }
}

@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;
  }

  .landing-grid-content-wrapper.left {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .landing-grid-content-wrapper.right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }

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

@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;
  }

  .container-w2.top-40px {
    padding: 0;
  }

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

  .copy-large {
    color: #fff;
  }

  .strich-footer {
    margin-top: 5px;
  }

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

  .button-3 {
    vertical-align: sub;
  }

  .footer {
    background-position: 0 7%;
  }

  .nav-menu {
    margin-top: 10px;
    margin-left: 10px;
  }
}

#w-node-_8c073495-4c50-602d-b7e8-503ec8158acc-d96e3c7c, #w-node-_690b6d54-25d0-8829-e7fd-1da2124fb62d-d96e3c7c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_267799f4-b73a-334a-8568-99eec5647fc4-d96e3c7c, #w-node-_8996678b-e2fb-5285-ea36-d0772099976f-d96e3c7c {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-e1e57254-2e0e-6553-8649-671d57f36a3d-d96e3c7c {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-aaf36aef-d958-7a5f-3d35-7c8a6a86eeb1-d96e3c7c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cb504815-a406-4b48-2e7d-32f53e047de5-d96e3c7c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1ce62486-3eff-95f8-844a-85e7c3e2b807-d96e3c7c, #w-node-_2d362623-2f70-7581-3348-842a7e6d0412-d96e3c7c, #w-node-f7beee01-6f5b-5ec1-474d-ac52008aa8f4-d96e3c7c, #w-node-f7beee01-6f5b-5ec1-474d-ac52008aa90f-d96e3c7c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-aaf36aef-d958-7a5f-3d35-7c8a6a86eeb1-d96e3c7c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cb504815-a406-4b48-2e7d-32f53e047de5-d96e3c7c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8c073495-4c50-602d-b7e8-503ec8158acc-d96e3c7c, #w-node-_690b6d54-25d0-8829-e7fd-1da2124fb62d-d96e3c7c, #w-node-e1e57254-2e0e-6553-8649-671d57f36a3d-d96e3c7c, #w-node-aaf36aef-d958-7a5f-3d35-7c8a6a86eeb1-d96e3c7c, #w-node-_1ce62486-3eff-95f8-844a-85e7c3e2b807-d96e3c7c, #w-node-f7beee01-6f5b-5ec1-474d-ac52008aa8f4-d96e3c7c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f7beee01-6f5b-5ec1-474d-ac52008aa90f-d96e3c7c {
    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;
}