:root {
  --20bold: "Helvetica Now Bold", sans-serif;
  --helvetica_normal: "Helvetica Now", sans-serif;
  --fontcolortochange: #fff;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Helvetica Now, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--20bold);
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  font-family: var(--20bold);
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 70px;
}

h3 {
  font-family: var(--helvetica_normal);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 33px;
  font-weight: 200;
  line-height: 33px;
}

a {
  text-decoration: none;
}

li {
  color: #000;
}

.container {
  justify-content: space-between;
  width: 80vw;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.nav-link {
  font-family: var(--20bold);
  text-transform: uppercase;
  font-size: 20px;
}

.nav-link:hover {
  color: #45fc82;
}

.hero-section {
  height: 200vh;
}

.navbar {
  background-color: #ff3a3a00;
  width: 100vw;
  position: fixed;
}

.hero-container {
  justify-content: center;
  align-items: flex-start;
  height: 200vh;
  display: flex;
}

.hero-image {
  object-fit: scale-down;
  max-width: 400%;
  max-height: 85vh;
  overflow: visible;
}

.hero-text-container {
  z-index: -11;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.hero-image-container {
  z-index: -10;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.slogan-text {
  font-family: var(--20bold);
  text-transform: uppercase;
  font-size: 110px;
  line-height: 110px;
}

.slogan-text.changecolor {
  color: #fff;
}

.slogan-container {
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1200px;
  height: 100vh;
  display: flex;
}

.content-section {
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.content-section.colortochange {
  background-color: #000;
  border-top: 6px dashed #fff;
  padding-top: 103px;
  padding-bottom: 100px;
}

.content-section.colortochange.noline, .content-section.colortochange.noline-copy {
  background-color: #e7d5d5;
  border-top-style: none;
}

.heading {
  font-size: 110px;
  line-height: 110px;
}

.heading.changecolor {
  color: #fff;
}

.heading.changecolor.values {
  margin-bottom: 0;
}

.heading.changecolor.space {
  margin-bottom: 100px;
}

.out-mission-lead {
  font-family: var(--helvetica_normal);
  letter-spacing: -.6px;
  margin-left: 10vw;
  font-size: 33px;
  line-height: 42px;
}

.out-mission-lead.changecolor {
  color: #fff;
  margin-left: 48px;
  padding-bottom: 100px;
}

.out-mission-lead.changecolor.lead {
  max-width: 1000px;
  margin-right: 0;
}

.h2.changecolor {
  color: #fff;
  white-space: pre-wrap;
}

.h2.changecolor.test {
  width: 35px;
  min-width: 35px;
  line-height: 14px;
}

.text {
  font-family: var(--helvetica_normal);
  margin-top: 10px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

.text.changecolor {
  color: #fff;
}

.out-mission-content {
  width: 80vw;
  max-width: 1200px;
  display: flex;
}

.out-mission-content.intend {
  justify-content: flex-end;
  align-items: flex-start;
}

.our-mission-item {
  width: 30vw;
}

.our-mission-item.right {
  margin-left: 100px;
}

.slide {
  background-image: linear-gradient(#f5fff5, #46ff82);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 450px;
  min-width: 400px;
  height: 60vw;
  max-height: 700px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.slider-number-text {
  font-family: var(--20bold);
  text-align: right;
  font-size: 110px;
  font-weight: 700;
  line-height: 110px;
}

.acc_content {
  display: block;
  overflow: hidden;
}

.cta-container {
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.cta-button {
  outline-offset: 0px;
  background-color: #000;
  outline: 5px dashed #000;
  padding: 40px 60px;
}

.cta-button:hover {
  outline-offset: 4px;
  outline: 5px dashed #000;
}

.cta-button-text {
  font-family: var(--20bold);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.footer {
  background-color: #000;
}

.footer-item-head {
  font-family: var(--20bold);
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.footer-item-content {
  font-family: var(--helvetica_normal);
  color: #ffffff80;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.footer-item-content:hover {
  color: #45fc82;
}

.footer-container {
  width: 80vw;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-6 {
  margin-top: 20px;
}

.slide-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-image: linear-gradient(#f5fff5, #46ff82);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 450px;
  min-width: 400px;
  height: 60vw;
  max-height: 700px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotate(0);
}

.cardtitle {
  font-family: var(--20bold);
  font-size: 20px;
  line-height: 27px;
}

.cardtitle.back {
  text-transform: capitalize;
}

.cardtitle.back.title {
  padding-left: 14px;
}

.flip_wrapper {
  height: 60vw;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.our-mission-head, .our-values-head {
  width: 80vw;
  max-width: 1200px;
}

.code-of-conduct-container {
  width: 80vw;
  max-width: 1200px;
  padding-top: 100px;
}

.text-copy {
  font-family: var(--helvetica_normal);
  margin-top: 20px;
  padding-bottom: 60px;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

.slide-number-container {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 14px;
  display: flex;
}

.text-block-11 {
  font-family: var(--20bold);
  color: #00000080;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}

.flip-arrow-back {
  opacity: .5;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}

.card-flip-back {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.div-block-10 {
  flex-flow: column;
  display: flex;
}

.list {
  margin-top: 20px;
  padding-left: 60px;
}

.listitem {
  font-family: var(--helvetica_normal);
  font-size: 20px;
  line-height: 27px;
}

.listitem.changecolor {
  color: #fff;
}

.menu-container {
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: 48px;
  margin-right: 48px;
  display: flex;
}

.menu-link-container {
  margin-right: auto;
  display: flex;
}

.logo-link {
  margin-left: 0;
  margin-right: 0;
}

.menu-link-item {
  text-transform: uppercase;
  font-family: Helvetica Now Bold, sans-serif;
  font-size: 20px;
}

.menu-link-item:hover, .menu-link-item.w--current {
  color: #46ff82;
}

.menu {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: fixed;
}

.menu-social-link-container {
  margin-top: 20px;
  display: none;
}

.menu-social-link-head {
  font-family: var(--20bold);
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.code-embed-2 {
  color: #ffffff80;
}

.code-embed-2:hover {
  color: #45fc82;
}

.menu-social-link-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  font-weight: 200;
}

.our-values-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  min-height: 80vh;
  display: flex;
  overflow: hidden;
}

.our-values-slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vw;
  max-height: 700px;
  margin-top: 100px;
  display: flex;
  overflow: visible;
}

.slider-mask {
  text-align: center;
  width: 450px;
  height: 60vw;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slide-item {
  cursor: grab;
  width: 100%;
  height: 60vw;
  max-height: 700px;
  margin-right: 140px;
}

.slider-arrow-left {
  z-index: 40;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 60vw;
  display: flex;
}

.slider-arrow-right {
  z-index: 40;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  width: 25%;
  height: 60vw;
  max-height: 700px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.slide-nav {
  font-size: 9px;
  line-height: 20px;
  display: none;
}

.image-6 {
  filter: invert();
  position: absolute;
  inset: auto;
  transform: rotate(-90deg);
}

.image-6.bla {
  vertical-align: middle;
  order: 1;
  align-self: center;
  display: block;
}

.image-6-copy {
  filter: invert();
  position: absolute;
  inset: auto;
  transform: rotate(90deg);
}

.icon-2 {
  display: none;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  margin-bottom: 20px;
  padding-top: 0;
  padding-right: 30px;
}

.accordion-item-trigger {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.accordion-item-content {
  width: 80%;
  margin-right: 30px;
  padding-top: 20px;
  overflow: hidden;
}

.out-values-shadow {
  z-index: 20;
  pointer-events: none;
  background-image: linear-gradient(90deg, #000, #69696900 20%, #31313100 78%, #000);
  width: 100%;
  height: 100%;
  position: absolute;
}

.heading-5 {
  line-height: 60px;
}

.div-block-13 {
  padding-left: 40px;
}

.hero-text {
  z-index: -1;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Helvetica Now Bold, sans-serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 110px;
}

.div-block-14 {
  display: flex;
}

.flip-arrow-front {
  opacity: .5;
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}

.card-flip-front {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 14px;
  display: flex;
}

.flip-text-back {
  font-family: var(--20bold);
  color: #00000080;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}

.logo {
  color: #000;
}

.logo:hover {
  color: #45fc82;
}

.image-6-copy-copy {
  filter: invert();
  position: absolute;
  inset: auto;
  transform: rotate(-90deg);
}

@media screen and (min-width: 1280px) {
  .slider-arrow-left, .slider-arrow-right {
    max-height: 700px;
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .accordion-wrapper {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1440px) {
  .out-mission-lead.changecolor.lead {
    margin-left: auto;
  }

  .our-mission-item {
    max-width: 400px;
  }

  .slide, .slide-back {
    min-height: 50vh;
  }

  .flip_wrapper {
    max-height: 700px;
  }

  .menu-container {
    align-items: center;
  }

  .slider-mask, .slide-item {
    max-height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: space-between;
  }

  .brand {
    margin-left: 0;
    margin-right: auto;
  }

  .nav-link {
    color: #000;
    width: 80vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 80px;
    line-height: 80px;
  }

  .nav-link:hover {
    color: #46ff82;
  }

  .hero-section {
    max-width: 100vw;
    overflow: hidden;
  }

  .navbar {
    max-width: 100vw;
    overflow: visible;
  }

  .hero-image {
    max-width: 800%;
    max-height: 100vh;
  }

  .slogan-text.changecolor {
    font-size: 48px;
    line-height: 48px;
  }

  .content-section.colortochange {
    max-width: 100vw;
    padding-top: 40px;
    overflow: hidden;
  }

  .heading {
    margin-bottom: 80px;
    font-size: 48px;
    line-height: 48px;
  }

  .out-mission-lead.changecolor {
    margin-left: 20px;
  }

  .h2 {
    margin-top: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  .h2.changecolor.test {
    justify-content: center;
    align-items: flex-end;
    margin-top: 0;
    display: flex;
  }

  .h2.changecolor.accordeon {
    margin-top: 0;
  }

  .text {
    font-size: 16px;
    line-height: 22px;
  }

  .text.changecolor {
    padding-left: 0;
  }

  .out-mission-content {
    flex-flow: column;
  }

  .our-mission-item {
    width: auto;
    margin-right: 100px;
  }

  .our-mission-item.indent {
    margin-left: 0;
  }

  .our-mission-item.right {
    margin-right: 0;
  }

  .slide {
    min-height: 70vh;
  }

  .cta-container {
    margin-top: 100px;
    padding-bottom: 100px;
  }

  .footer {
    max-width: 100vw;
    overflow: hidden;
  }

  .footer-item-content {
    line-height: 22px;
  }

  .slide-back, .flip_wrapper {
    min-height: 70vh;
  }

  .code-of-conduct-container {
    padding-top: 40px;
  }

  .text-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .slide-number-container {
    justify-content: space-between;
  }

  .text-block-11 {
    display: none;
  }

  .text-block-11.vorne {
    display: block;
  }

  .flip-arrow-back {
    transform: rotate(90deg);
  }

  .menu-button {
    margin-right: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
    margin-left: auto;
    margin-right: 0;
  }

  .image-3 {
    margin-left: 0;
  }

  .menu-container {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
  }

  .menu-button-mobile {
    margin-left: auto;
    margin-right: 0;
  }

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

  .menu-link-container {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    width: 100vw;
    min-width: 1px;
    height: 100vh;
    display: flex;
  }

  .menu-link-item {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 54px;
    line-height: 54px;
  }

  .menu-social-link-container {
    justify-content: flex-start;
    align-items: center;
    margin-top: 50%;
    margin-left: 20px;
    display: flex;
  }

  .menu-social-link-head {
    color: #000;
    margin-top: 5px;
  }

  .navicon_close, .navicon_open {
    width: 36px;
    height: 36px;
  }

  .code-embed-2:hover {
    color: #46ff82;
  }

  .menu-social-link-list {
    margin-left: 10px;
  }

  .code-embed-2-copy {
    color: #000;
  }

  .code-embed-2-copy:hover {
    color: #46ff82;
  }

  .our-values-slider, .slider-mask, .slide-item {
    min-height: 70vh;
    max-height: 1000px;
  }

  .slider-arrow-left {
    min-height: 70vh;
  }

  .slider-arrow-right {
    background-image: none;
    min-height: 70vh;
    max-height: 1000px;
    margin-top: 0;
  }

  .accordion-item {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link-desktop {
    margin-top: 20%;
  }

  .hero-text {
    font-size: 48px;
    line-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 42px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .slogan-container {
    width: 90vw;
  }

  .out-mission-lead.changecolor {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .h2.changecolor.test {
    width: 25px;
    min-width: 25px;
    padding-bottom: 5px;
  }

  .text.changecolor {
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .out-mission-content {
    flex-flow: column;
    width: 90vw;
  }

  .our-mission-item {
    width: auto;
    margin-right: 0;
  }

  .our-mission-item.indent {
    margin-left: 0;
    margin-right: 0;
  }

  .our-mission-item.right {
    margin-left: 0;
  }

  .slide {
    width: 80vw;
    max-width: 400px;
  }

  .cta-container {
    margin-top: 140px;
    padding-bottom: 140px;
  }

  .footer-item-head {
    margin-top: 20px;
  }

  .footer-container {
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .slide-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 80vw;
    max-width: 400px;
  }

  .flip_wrapper {
    max-width: 400px;
  }

  .our-mission-head, .our-values-head, .code-of-conduct-container {
    width: 90vw;
  }

  .slide-number-container {
    display: flex;
  }

  .listitem {
    font-size: 16px;
    line-height: 22px;
  }

  .menu-link-item {
    color: #000;
  }

  .our-values-content {
    overflow: visible;
  }

  .our-values-slider {
    padding-bottom: 80px;
  }

  .slider-mask, .slide-item {
    max-width: 400px;
  }

  .slider-arrow-left {
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    display: none;
    overflow: visible;
  }

  .slider-arrow-right {
    justify-content: center;
    align-items: flex-end;
    display: none;
    overflow: visible;
  }

  .slide-nav {
    display: block;
  }

  .image-6 {
    opacity: 0;
    display: none;
  }

  .image-6-copy {
    display: none;
  }

  .accordion-item-content {
    width: 90%;
    margin-right: 0;
  }

  .out-values-shadow {
    display: none;
  }

  .div-block-13 {
    padding-left: 0;
  }

  .image-6-copy-copy {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
    line-height: 36px;
  }

  h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .container {
    width: 90vw;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
  }

  .hero-image {
    max-width: 200vw;
  }

  .slogan-text.changecolor {
    font-size: 48px;
    line-height: 48px;
  }

  .out-mission-lead.changecolor {
    padding-left: 0;
  }

  .h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .h2.changecolor.test {
    max-width: 10px;
    margin-top: 0;
  }

  .h2.changecolor.accordeon {
    font-size: 36px;
    line-height: 36px;
  }

  .text {
    font-size: 16px;
    line-height: 20px;
  }

  .our-mission-item {
    margin-right: 0;
  }

  .our-mission-item.right {
    margin-left: 0;
  }

  .slide {
    width: 90vw;
    min-width: 100px;
    height: 80vh;
    min-height: 60vh;
    max-height: 10000px;
    padding-top: 10px;
  }

  .cta-container {
    width: 90vw;
  }

  .cta-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 90vw;
    min-width: 100px;
    height: 80vh;
    min-height: 60vh;
    max-height: 100000px;
    position: absolute;
    inset: auto;
  }

  .flip_wrapper {
    justify-content: center;
    align-items: center;
    height: 90vh;
    display: flex;
  }

  .text-copy {
    font-size: 16px;
    line-height: 22px;
  }

  .listitem {
    font-size: 16px;
    line-height: 20px;
  }

  .menu-link-item {
    color: #000;
  }

  .slider-mask {
    max-width: 100vw;
    height: 90vh;
  }

  .slide-item {
    width: 100vw;
    height: 90vh;
  }

  .slider-arrow-left, .slider-arrow-right {
    pointer-events: none;
  }

  .accordion-item {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-content {
    width: 100%;
  }

  .heading-5 {
    margin-top: 10px;
    line-height: 36px;
  }
}


@font-face {
  font-family: 'Helvetica Now Bold';
  src: url('../fonts/HelveticaNowTextBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Now';
  src: url('../fonts/HelveticaNowText.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtextit';
  src: url('../fonts/HelveticaNowTextIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowmicroit';
  src: url('../fonts/HelveticaNowMicroIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}