@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik.zip') format("undefined");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik.zip') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Rubik;
  src: url('../fonts/Rubik.zip') format("undefined");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.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 {
  direction: rtl;
  color: #333;
  text-align: right;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar {
  z-index: 1000;
  background-color: #131318;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

.container {
  color: #fff;
  max-width: 1340px;
  padding-left: 75px;
  padding-right: 75px;
}

.container.flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.container.flex.padding {
  padding-left: 0;
}

.container.flex._10-on-mobile {
  height: 80px;
}

.main-nav-link {
  color: #fff;
}

.brand {
  order: -1;
  width: 161px;
  height: 30px;
}

.navbar-2 {
  background-color: #131318;
  position: sticky;
  top: 0;
}

.navbar-2.landing {
  justify-content: flex-start;
  align-items: center;
  height: 80px;
}

.nav-link-2 {
  color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-2:hover {
  text-decoration: none;
}

.nav-link-2.w--current {
  background-image: url('../images/Asset-1_3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  background-attachment: scroll;
}

.page-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-slider-wrapper.relative {
  position: relative;
}

.mask {
  width: 100%;
  height: 100%;
}

.slider {
  direction: ltr;
  height: 700px;
  position: relative;
}

.slider.not-fixed {
  height: 520px;
}

.slider.big {
  height: 750px;
}

.slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.image.not-center {
  object-position: 0% 0%;
}

.image.left {
  object-position: 75% 0%;
}

.slider-texts-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: rtl;
  text-align: right;
  background-image: url('../images/darkBkgBehindHeaders.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 101%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 75px;
  padding-right: 75px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-texts-wrapper.bg {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 75px;
}

.slider-texts-wrapper.bg.static {
  background-image: linear-gradient(90deg, #ffcf00, #da307d);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: row;
  justify-content: space-between;
  padding-left: 75px;
  position: static;
}

.slider-texts-wrapper.bg.static.yellow {
  background-color: #ffcf00;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.slider-texts-wrapper.bg.static.yellow.down {
  padding-bottom: 0;
}

.slider-texts-wrapper.center {
  justify-content: center;
  align-items: flex-start;
  max-width: 1279px;
}

.slider-texts-wrapper.center.landing {
  width: 100%;
  max-width: none;
  height: 100%;
}

.slider-heading {
  color: #ffcf00;
  text-align: right;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 48px;
  line-height: 1;
}

.body {
  background-color: #000;
  font-family: Rubik, Arial, sans-serif;
}

.h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.h1.black {
  color: #131318;
}

.h1.black._10 {
  margin-top: -10px;
}

.h1.black.down {
  position: absolute;
  top: 20px;
  right: 75px;
}

.h1.black.middle {
  text-align: center;
}

.h1.black.margin {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.h1.mb50 {
  margin-bottom: 25px;
}

.h1.pink {
  color: #da2f7d;
  margin-top: -10px;
}

.h1.pink.margin {
  margin-top: 10px;
  margin-bottom: 0;
}

.h1.pink.margin.down-margin {
  margin-top: 30px;
  margin-bottom: 20px;
}

.h1._10 {
  margin-top: -10px;
}

.h1.medium {
  font-weight: 500;
}

.h1.medium.regular {
  font-weight: 400;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph.black {
  color: #131318;
}

.paragraph.black.center {
  text-align: center;
}

.paragraph.black.center.mt {
  margin-top: 20px;
}

.paragraph.pink {
  color: #e2577b;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph.pink.light {
  color: #da2f7d;
  font-size: 20px;
  font-weight: 400;
}

.paragraph.pink.light.black {
  color: #000;
  font-weight: 400;
}

.paragraph.pink.light._16 {
  font-size: 16px;
  font-weight: 400;
}

.paragraph.pink.white {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.paragraph.pb {
  width: 40%;
  margin-bottom: 10px;
}

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

.primary-button {
  color: #fff;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.primary-button.mt20 {
  margin-top: 20px;
}

.primary-button.mt-40 {
  margin-top: -20px;
}

.primary-button.mt-40:hover {
  color: #da317d;
  background-color: #fff;
}

.primary-button.no-margin {
  padding: 0;
  right: 80px;
}

.primary-button.no-margin._0 {
  right: 0;
}

.primary-button.hide {
  display: none;
}

.left-arrow {
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  inset: auto 120px 15px 0%;
}

.left-arrow.hide {
  display: block;
}

.left-arrow.hide.left {
  right: 400px;
}

.right-arrow {
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  inset: auto 0% 15px 120px;
}

.right-arrow.hide {
  display: block;
}

.right-arrow.hide.right {
  left: 400px;
}

.black-text-section {
  background-color: #131318;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.black-section-texts-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.black-section-texts-wrapper.mt {
  margin-top: 30px;
}

.black-section-texts-wrapper.mt.down {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
}

.white-section {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.white-section._0padding {
  padding-top: 0;
  padding-bottom: 0;
}

.white-section.bg {
  background-image: url('../images/Asset-6_2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-and-text-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #e2577b;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.icons-and-texts-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.icons-and-texts-cards._200 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: flex-start;
}

.icons-and-texts-cards-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.logos-wrapper {
  direction: ltr;
}

.marquee {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.marquee.reverse {
  justify-content: flex-end;
  align-items: center;
}

.marquee-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.contact-section {
  background-color: #ffcf00;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.forms-and-links-wrapper {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  margin-top: 40px;
  display: flex;
}

.forms-and-links-wrapper.contact-page {
  margin-top: 0;
}

.forms-and-links-wrapper.center {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.icon-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-right: 40px;
  display: flex;
}

.icon-links-wrapper.pl {
  padding-right: 0;
}

.links-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  font-size: 20px;
  display: flex;
}

.field-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.field-label {
  color: #000;
  flex: none;
  font-size: 18px;
  font-weight: 500;
}

.forms-wrapper {
  width: 100%;
  max-width: 600px;
}

.forms-wrapper.small {
  max-width: 350px;
}

.form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  width: 420px;
  height: 60px;
}

.text-field.auto {
  width: 100%;
}

.textarea {
  width: 420px;
  min-height: 200px;
}

.contact-card {
  background-color: #fff;
  width: 100%;
  max-width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 75px;
  position: absolute;
  top: 400px;
}

.contact-card.contact-page {
  top: auto;
  bottom: 200px;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.footer {
  background-color: #131318;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.footer-link {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.slide-nav {
  display: none;
  bottom: 10px;
}

.slide-nav.hide {
  display: block;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.nav-menu.hide {
  opacity: 0;
}

.footer-link-copy {
  color: #fff;
  cursor: default;
  font-size: 20px;
  text-decoration: none;
}

.handicaped-menu {
  position: absolute;
  inset: auto auto 30px 30px;
}

.handicaped-menu.bottom {
  bottom: 10px;
  left: 10px;
}

.handicaped-menu.center {
  z-index: 9999;
  background-color: #ffcf00;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 20px 20px 10px;
  position: fixed;
  bottom: 40%;
  left: 0;
}

.handicaped-menu.center.not-fixed {
  display: none;
}

.colors-card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.colors-card-wrapper._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.colors-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 75px;
  display: flex;
  position: relative;
}

.colors-card.yellow {
  background-color: #ffcf00;
}

.colors-card.yellow.bg {
  background-image: url('../images/Asset-6_2.png');
  background-position: 80% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.colors-card.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.yellow {
  color: #ffcf00;
}

.flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.flex-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bold {
  font-weight: 700;
}

.white-text-section {
  background-color: #fff;
  margin-bottom: -4px;
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}

.list {
  color: #fff;
}

.lists-wrapper {
  display: flex;
}

.card-video {
  margin-top: 40px;
}

.image-wrapper {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-2 {
  height: 50%;
  margin-top: -2px;
}

.image-3 {
  height: 33.4%;
}

.lightbox-link {
  width: 100%;
  max-width: 500px;
}

.image-4 {
  height: 25%;
  margin-top: -1px;
}

.link {
  color: #da2f7d;
}

.background {
  background-color: #da317d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background.white {
  background-color: #fff;
}

.button-text-block {
  z-index: 1;
  text-align: center;
  background-color: #3fa2f800;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.button-text-block.margin {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-text-block.pink {
  color: #da317d;
}

.primary-button-white {
  color: #fff;
  background-color: #da317d;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.primary-button-white.mt20 {
  margin-top: 20px;
}

.primary-button-white.mt-40 {
  margin-top: -20px;
}

.primary-button-white.mt-40:hover {
  color: #da317d;
  background-color: #fff;
}

.primary-button-white.no-margin {
  padding: 0;
}

.nav-image {
  width: 100%;
  height: 6px;
  position: absolute;
  inset: auto 0% 0;
  transform: translate(0, 100%);
}

.margin-20 {
  margin-right: 20px;
}

.sticky-hero {
  position: sticky;
  top: 80px;
}

.relative {
  position: relative;
}

.animate {
  margin-top: 20px;
}

.video {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.button-box {
  box-shadow: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.button-73 {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.button-box-1 {
  z-index: 0;
  background-color: #da317d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: flex;
}

.button-box-1._02 {
  transform-origin: 50% 0;
  color: #da317d;
  transform-style: preserve-3d;
  background-color: #fff;
  position: absolute;
  top: 0%;
  transform: rotateX(-90deg)rotateY(0)rotateZ(0);
}

.button-box-1._02.yellow {
  color: #333;
  background-color: #ffcf00;
}

.button-box-1.white {
  color: #da317d;
  background-color: #fff;
}

.button-text-73 {
  z-index: 3;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.image-5 {
  margin-right: 20px;
}

._1339-px-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1339px;
  display: flex;
}

.absolute-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -80px auto auto;
}

.image-6 {
  vertical-align: baseline;
  margin-top: 3px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 400px;
  display: flex;
}

.paragraph-2 {
  color: #131318;
  font-size: 20px;
  line-height: 30px;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  color: #ffcf00;
}

.success-message {
  background-color: #000;
  width: auto;
  max-width: 400px;
}

.text-block {
  font-size: 18px;
}

@media screen and (min-width: 1280px) {
  .image-wrapper {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .slider-texts-wrapper {
    background-position: 100% 100%;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.flex {
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.flex._10-on-mobile {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    order: 1;
  }

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

  .nav-link-2 {
    color: #000;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .nav-link-2.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .slider {
    height: 500px;
  }

  .slider.not-fixed {
    height: 400px;
  }

  .slide.pb {
    height: 100%;
  }

  .slider-texts-wrapper {
    padding-right: 40px;
  }

  .black-section-texts-wrapper.mt.down {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .icons-and-texts-cards._200 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .forms-and-links-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .contact-card {
    padding-right: 40px;
    top: 180px;
    left: 0;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 40px;
  }

  .nav-menu.not-white {
    background-color: #0000;
  }

  .handicaped-menu.center {
    display: none;
    bottom: 10%;
  }

  .handicaped-menu.center.not-fixed {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 120px;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .colors-card-wrapper {
    grid-template-columns: 1fr;
  }

  .colors-card-wrapper._3 {
    grid-template-columns: 1fr 1fr;
  }

  .colors-card, .colors-card.yellow {
    padding: 40px;
  }

  .colors-card._75-on-mobile {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .image-wrapper {
    margin-top: 40px;
    position: static;
  }

  .lightbox-link {
    max-width: none;
  }

  .nav-image {
    width: auto;
    display: none;
  }

  .absolute-image {
    top: -100px;
  }
}

@media screen and (max-width: 767px) {
  .container, .container.flex {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider.big {
    height: auto;
  }

  .image.not-center {
    background-color: #000;
    display: none;
  }

  .image.left {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .slider-texts-wrapper {
    padding-right: 20px;
  }

  .slider-texts-wrapper.bg {
    background-color: #000;
  }

  .slider-texts-wrapper.center.landing {
    background-color: #000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
    position: static;
  }

  .black-text-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .black-section-texts-wrapper.mt.down {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .white-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icons-and-texts-cards {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .icons-and-texts-cards._200, .icons-and-texts-cards-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-field, .textarea {
    width: 350px;
  }

  .contact-card {
    max-width: 300px;
    padding-right: 20px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .slide-nav.hide {
    overflow: clip;
  }

  .nav-menu {
    padding-right: 20px;
  }

  .handicaped-menu.center {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    bottom: 0%;
  }

  .colors-card-wrapper._3 {
    grid-template-columns: 1fr;
  }

  .white-text-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .white-text-section.pt, .white-text-section.pt-landing {
    padding-top: 140px;
  }

  .absolute-image {
    top: -30px;
  }

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

@media screen and (max-width: 479px) {
  .brand {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider, .slider.not-fixed {
    height: 550px;
  }

  .paragraph.pb {
    width: 95%;
  }

  .primary-button.no-margin {
    right: 0;
  }

  .left-arrow.hide.left {
    left: 10%;
    right: auto;
  }

  .right-arrow.hide.right {
    left: auto;
    right: 10%;
  }

  .black-text-section, .white-section, .contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .field-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .text-field, .textarea {
    width: 100%;
  }

  .contact-card {
    max-width: none;
    position: static;
    top: auto;
    left: auto;
  }

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

  .slide-nav.hide {
    flex-flow: column;
  }

  .slide-nav.hide.big {
    display: none;
  }

  .footer-link-copy:hover {
    text-decoration: none;
  }

  .handicaped-menu.center.not-fixed {
    width: 100px;
  }

  .colors-card, .colors-card.yellow {
    padding: 20px;
  }

  .white-text-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hide-for-mobile {
    display: none;
  }
}


@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik';
  src: url('../fonts/Rubik.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}