h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Graphik 300', sans-serif;
  color: #f0f0f0;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
}

.div-full-screen-background-black {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  padding-right: 13vw;
  padding-left: 13vw;
  background-color: #1a191b;
}

.div-full-screen-background-black.background-white-auto {
  height: auto;
  background-color: #fff;
}

.div-full-screen-background-black.background-grey-auto {
  height: auto;
  background-color: #f0f0f0;
}

.div-full-screen-background-black.background-pure-black-auto {
  height: auto;
  background-color: #101011;
}

.div-full-screen-background-black.background-black-auto {
  height: auto;
  background-color: #1a191b;
}

.div-fullscreen-content {
  width: 80%;
}

.div-fullscreen-content.center-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 14vw;
  padding-bottom: 14vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-full-screen {
  font-family: 'Graphik 400', sans-serif;
  color: #f0f0f0;
  font-size: 2.5vw;
  line-height: 3.5vw;
  font-weight: 400;
}

.p-title-page {
  margin-bottom: 4vw;
  font-family: 'Graphik 500', sans-serif;
  color: #f0f0f0;
  font-size: 1vw;
  font-weight: 500;
}

.apogeelogo {
  position: absolute;
  left: 2vw;
  top: 2vw;
  right: auto;
  bottom: auto;
  width: 7vw;
}

.menubtn {
  position: absolute;
  left: auto;
  top: 0.7vw;
  right: 0.8vw;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 1.5vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1vw solid #1a191b;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  cursor: pointer;
}

.menubtn:hover {
  border-color: #656565;
}

.menubtn.menubtn-home {
  border-color: transparent;
}

.menubtn.menubtn-home:hover {
  border-color: #fff;
}

.menutxt {
  margin-right: 1vw;
  font-family: 'Graphik 400', sans-serif;
  color: #f0f0f0;
  font-size: 1vw;
  font-weight: 400;
}

.menuicon {
  width: 0.7vw;
  height: 0.7vw;
}

.div-lecture {
  position: absolute;
  left: 0.8vw;
  top: auto;
  right: auto;
  bottom: 0.7vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 1.5vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1vw solid #1a191b;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  text-decoration: none;
  cursor: pointer;
}

.div-lecture:hover {
  border-color: #656565;
}

.div-lecture.div-link-hero {
  position: static;
  margin-top: 2vw;
  border-color: rgba(255, 255, 255, 0);
}

.div-lecture.div-link-hero:hover {
  border-color: #fff;
}

.down-arrow {
  width: 0.7vw;
  height: 0.8vw;
  margin-right: 1vw;
}

.down-arrow.down-arrow-home {
  height: auto;
  margin-right: 0vw;
}

._50-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-grey-50 {
  margin-bottom: 0px;
  font-family: 'Graphik 400', sans-serif;
  color: #aeaeaf;
  font-size: 1.5vw;
  line-height: 2.4vw;
  font-weight: 400;
}

.p-grey-50.p-grey-on-black {
  color: #545454;
}

._50-content {
  max-width: 45%;
}

.p-black-50 {
  margin-bottom: 0px;
  font-family: 'Graphik 400', sans-serif;
  color: #3a3a3c;
  font-size: 1.3vw;
  line-height: 2vw;
}

.references-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 9vw;
  margin-bottom: 9vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reference-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 17vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.reference-container.references-bot-spacing {
  margin-bottom: 3.5vw;
}

.logo-nrb {
  height: 40%;
}

.logo-ticketstar {
  height: 18%;
}

.logo-bmw {
  height: 40%;
}

.logoboverie {
  height: 20%;
}

.logo-nicepeople {
  height: 40%;
}

.logo-lampiris {
  height: 22%;
}

.p-temoignage {
  margin-bottom: 0px;
  font-family: 'Graphik 400', sans-serif;
  color: #3a3a3c;
  font-size: 1.8vw;
  line-height: 3vw;
  font-weight: 400;
  text-align: center;
}

.title-black {
  font-family: 'Graphik 500', sans-serif;
  color: #3a3a3c;
  font-size: 5vw;
  line-height: 5vw;
  font-weight: 500;
}

.title-black.title-black-smoke {
  color: #f0f0f0;
}

.div-approach-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 9vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-approach-content {
  width: 30%;
}

.div-approach-content.process-bot-space {
  margin-bottom: 5vw;
}

.div-approach-content.process-bot-space.marketing-process {
  width: 45%;
}

.div-approach-content.marketing-process-no-bot-space {
  width: 45%;
}

.p-little-title-black {
  font-family: 'Graphik 500', sans-serif;
  color: #3a3a3c;
  font-size: 1.2vw;
  line-height: 1.2vw;
  font-weight: 500;
}

.p-little-grey {
  margin-top: 1vw;
  margin-bottom: 0px;
  font-family: 'Graphik 400', sans-serif;
  color: #aeaeaf;
  font-size: 1vw;
  line-height: 1.7vw;
}

.div-full-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.big-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  text-decoration: none;
}

.big-link-txt {
  margin-right: 2vw;
  font-family: 'Graphik 500', sans-serif;
  color: #545454;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: 500;
  text-decoration: none;
}

.big-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw 2vw;
  border-style: solid;
  border-width: 0.2vw;
  border-color: #101011;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
}

.big-link-container:hover {
  border-color: #545454;
}

.big-link-container.big-link-footer {
  border-color: #1a191b;
}

.big-link-container.big-link-footer:hover {
  border-color: #545454;
}

.icon-big-links {
  width: 0.7vw;
}

.p-subtitle-footer {
  font-family: 'Graphik 400', sans-serif;
  color: #f0f0f0;
  font-size: 2.5vw;
  line-height: 3.6vw;
}

.div-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 9vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Graphik 500', sans-serif;
  color: #545454;
  font-size: 1vw;
  line-height: 1vw;
  font-weight: 400;
}

.div-footer-info-container {
  max-width: 30%;
}

.footer-title {
  font-family: 'Graphik 500', sans-serif;
  font-weight: 500;
}

.p-footer {
  margin-top: 1.5vw;
  margin-bottom: 0px;
  font-family: 'Graphik 400', sans-serif;
  color: #f0f0f0;
  line-height: 1.5vw;
}

.p-footer.p-footer-apo {
  margin-top: 0vw;
}

.div-good-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 9vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.separation-line {
  width: 100%;
  height: 0.2vw;
  background-color: #f2f2f2;
}

.separation-line.separation-line-on-black {
  background-color: #302e31;
}

.div-point-txt-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-point-txt-container.point-no-bot-space {
  padding-bottom: 0vw;
}

.title-point {
  max-width: 30%;
  font-family: 'Graphik 500', sans-serif;
  color: #3a3a3c;
  font-size: 1.2vw;
  line-height: 1.5vw;
  font-weight: 500;
}

.title-point.title-point-on-black {
  font-family: 'Graphik 500', sans-serif;
  color: #f0f0f0;
  font-weight: 500;
}

.p-point {
  max-width: 65%;
  font-family: 'Graphik 400', sans-serif;
  color: #aeaeaf;
  font-size: 1vw;
  line-height: 1.7vw;
}

.p-point.p-point-on-black {
  color: #545454;
}

.home-background-video {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
}

.home-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20vw;
  padding-left: 20vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.title-hero-home {
  font-family: 'Graphik 500', sans-serif;
  color: #f0f0f0;
  font-size: 3vw;
  line-height: 3vw;
  font-weight: 500;
}

.p-hero {
  max-width: 32vw;
  margin-top: 1.5vw;
  margin-bottom: 0px;
  color: hsla(0, 0%, 94.1%, 0.8);
  font-size: 1.5vw;
  line-height: 2.5vw;
  text-align: center;
}

.menu-background {
  position: fixed;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  padding-right: 13vw;
  padding-left: 13vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a191b;
}

.menu-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 9vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-link {
  display: block;
  padding: 1vw 2vw;
  -webkit-transition: opacity 200ms ease, color 400ms ease;
  transition: opacity 200ms ease, color 400ms ease;
  font-family: 'Graphik 500', sans-serif;
  color: #545454;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: 500;
  text-decoration: none;
}

.menu-link:hover {
  color: #f0f0f0;
}

.menu-link.social-menu-link {
  padding-right: 3vw;
  padding-left: 3vw;
  font-family: 'Graphik 400', sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
}

.menu-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-rs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Graphik 400', sans-serif;
  color: #f0f0f0;
  line-height: 1.5vw;
}

.rs-link {
  color: #f0f0f0;
  text-decoration: none;
}

@media screen and (max-width: 479px) {
  .div-full-screen-background-black {
    height: auto;
    padding: 60px 20px;
  }

  .div-fullscreen-content.center-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2-full-screen {
    font-size: 22px;
    line-height: 32px;
  }

  .p-title-page {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .apogeelogo {
    width: auto;
    height: 20px;
    margin-top: 20px;
    margin-left: 20px;
  }

  .menubtn {
    padding: 25px 20px 20px;
  }

  .menubtn.menubtn-home {
    padding: 25px 20px 20px;
  }

  .menutxt {
    margin-right: 20px;
    font-size: 16px;
  }

  .menuicon {
    width: 10px;
    height: 10px;
  }

  .div-lecture {
    display: none;
  }

  .div-lecture.div-link-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding: 10px 20px;
  }

  .down-arrow.down-arrow-home {
    width: 10px;
    height: auto;
  }

  ._50-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-grey-50 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  ._50-content {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .p-black-50 {
    font-size: 14px;
    line-height: 20px;
  }

  .references-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .reference-container.references-bot-spacing {
    width: 47%;
    height: 100px;
    margin-bottom: 15px;
  }

  .reference-container.references-bot-spacing.no-bot-space {
    margin-bottom: 0px;
  }

  .p-temoignage {
    font-size: 18px;
    line-height: 24px;
  }

  .title-black {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .div-approach-container {
    margin-top: 0px;
  }

  .div-approach-content {
    width: 100%;
  }

  .div-approach-content.process-bot-space {
    margin-bottom: 0px;
  }

  .div-approach-content.process-bot-space.marketing-process {
    width: 100%;
    margin-bottom: 0px;
  }

  .div-approach-content.marketing-process-no-bot-space {
    width: 100%;
  }

  .p-little-title-black {
    font-size: 14px;
    line-height: 14px;
  }

  .p-little-grey {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .p-little-grey.little-grey-no-bot-space {
    margin-bottom: 0px;
  }

  .div-full-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .big-link-txt {
    margin-right: 20px;
    font-size: 28px;
    line-height: 28px;
  }

  .big-link-txt.big-link-rdv {
    font-size: 24px;
    text-align: center;
  }

  .big-link-container {
    padding: 10px 20px;
  }

  .big-link-container.big-link-btn-with-space {
    margin-bottom: 20px;
  }

  .icon-big-links {
    width: 10px;
  }

  .p-subtitle-footer {
    font-family: 'Graphik 500', sans-serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
  }

  .div-footer-container {
    margin-top: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-footer-info-container {
    max-width: none;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    text-align: center;
  }

  .div-footer-info-container.footer-info-container-no-bot-space {
    margin-bottom: 0px;
  }

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

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

  .div-good-point {
    margin-top: 30px;
  }

  .separation-line {
    height: 2px;
  }

  .div-point-txt-container {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-point {
    max-width: 100%;
    font-size: 14px;
    line-height: 14px;
  }

  .p-point {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .title-hero-home {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
  }

  .p-hero {
    max-width: none;
    margin-top: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .menu-background {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-link-container {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-link {
    padding: 10px;
    font-size: 28px;
    line-height: 40px;
  }

  .menu-link.social-menu-link {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 30px;
  }

  .menu-social-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-rs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}

@font-face {
  font-family: 'Graphik 100';
  src: url('../fonts/Graphik-100-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 100';
  src: url('../fonts/Graphik-100-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 200';
  src: url('../fonts/Graphik-200-Extralight-Italic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 300';
  src: url('../fonts/Graphik-300-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 800';
  src: url('../fonts/Graphik-800-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 200';
  src: url('../fonts/Graphik-200-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 300';
  src: url('../fonts/Graphik-300-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 400';
  src: url('../fonts/Graphik-400-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 400';
  src: url('../fonts/Graphik-400-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 500';
  src: url('../fonts/Graphik-500-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 500';
  src: url('../fonts/Graphik-500-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 600';
  src: url('../fonts/Graphik-600-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 600';
  src: url('../fonts/Graphik-600-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 700';
  src: url('../fonts/Graphik-700-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 700';
  src: url('../fonts/Graphik-700-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 800';
  src: url('../fonts/Graphik-800-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 900 super';
  src: url('../fonts/Graphik-900-Super.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Graphik 900 super';
  src: url('../fonts/Graphik-900-Super-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}