.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

.button {
  padding: 16px 45px 17px;
  border-radius: 3px;
  background-color: #a6ad62;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #8e9454;
  color: #fff;
}

.h1 {
  font-family: 'Uni sans', sans-serif;
  font-size: 110px;
  line-height: 145px;
  font-weight: 400;
}

.h1.hero-heading {
  margin-top: 250px;
  margin-bottom: 300px;
  color: #000;
}

.h1.white {
  color: #fff;
}

.h1.white.center {
  text-align: center;
}

.h2 {
  font-family: 'Uni sans', sans-serif;
  font-size: 62px;
  line-height: 84px;
  font-weight: 400;
}

.h2.white {
  color: #fff;
}

.h2.white.center {
  text-align: center;
}

.h4 {
  font-family: 'Uni sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: none;
}

.h4.capital {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 3px solid #000;
  text-transform: uppercase;
}

.p {
  font-family: 'Uni sans', sans-serif;
  color: #05161d;
  font-size: 31px;
  line-height: 45px;
}

.p.white {
  color: #fff;
}

.p.white._100up {
  margin-top: 80px;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.container {
  max-width: 80%;
}

.container.b-padding {
  padding-bottom: 350px;
}

.section {
  position: relative;
  z-index: 4;
  background-color: #fff;
}

.section.transparent {
  z-index: 5;
  margin-top: 0px;
  background-color: transparent;
}

.black-bg {
  padding-bottom: 800px;
  background-color: #000;
}

.hero-image._2nd {
  margin-top: 0px;
}

.image {
  width: 90%;
  max-width: 90%;
  margin-top: -140px;
}

.image._2nd {
  margin-top: -450px;
  margin-left: 10%;
}

.whitebox {
  position: relative;
  z-index: 1;
  width: 780px;
  height: 740px;
  padding: 150px 125px 40px;
  background-color: #fff;
}

.whitebox.first {
  width: 1080px;
}

.div-block {
  margin-top: 100px;
  margin-bottom: 100px;
}

.bg-whitebox {
  position: static;
  z-index: 2;
  width: 810px;
  height: 770px;
  margin-top: -120px;
  margin-right: 0px;
  margin-left: 0px;
  background-image: url('../images/Frame-1.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.bg-whitebox._2nd {
  margin-left: auto;
  background-image: url('../images/Frame-3.jpg');
  background-size: cover;
}

.h3-1 {
  font-family: 'Uni sans', sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 65px;
  font-weight: 400;
}

.h3-1.white {
  margin-top: 20px;
  margin-left: 10px;
  color: #fff;
}

.center-text {
  max-width: 1100px;
  margin-top: 350px;
  margin-right: auto;
  margin-left: 10%;
}

.center-text.white {
  color: #fff;
}

.center-text.main {
  margin-right: 0px;
  margin-left: auto;
}

._4-boxes {
  margin-top: 350px;
}

.grid {
  justify-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 35px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text {
  color: #000;
}

.g-i-box-bg {
  width: 100%;
  height: 280px;
  background-image: url('../images/Frame-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.g-i-box {
  margin-top: 10px;
  margin-right: 16px;
  margin-bottom: 16px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 40px;
  background-color: #000;
}

.div-block-2 {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-paragraph {
  max-width: 970px;
  margin: 150px auto;
}

.center-paragraph._2nd {
  margin-top: 60px;
}

.center-paragraph.white {
  margin-left: 10%;
}

.black-bg-1 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #000;
}

.team-grid {
  margin-top: 150px;
  margin-bottom: 450px;
  grid-column-gap: 74px;
  grid-row-gap: 61px;
}

.footor-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  display: block;
  margin-right: 0px;
  margin-left: auto;
}

.small-links-wrapper {
  position: relative;
  left: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 20px;
  padding: 10px;
  -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;
}

.nav-bar-menu-icon {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: -10px;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav.hidden {
  display: none;
}

.nav-menu-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.nav-bar-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.9);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}

.nav-menu-link-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-transition: letter-spacing 300ms cubic-bezier(.645, .045, .355, 1);
  transition: letter-spacing 300ms cubic-bezier(.645, .045, .355, 1);
  font-family: 'Uni sans', sans-serif;
  color: #fff;
  font-size: 13vmin;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.nav-menu-link-text:hover {
  letter-spacing: 3px;
}

.nav-menu-photo-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-menu-photo-image.nav-menu-photo-image-4 {
  display: none;
}

.small-links {
  position: relative;
  color: #000;
  text-transform: uppercase;
}

.nav-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-links {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-left: 5vw;
  -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;
}

.nav-bar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: 50px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-photos {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -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;
}

.nav-bar-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.nav-menu-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -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;
  text-align: right;
}

.nav-menu-link.nav-menu-link-4 {
  text-decoration: none;
}

.nav-menu-link.nav-menu-link-1 {
  text-decoration: none;
}

.nav-menu-photo-mask {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40vh;
  height: 48vh;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-menu-footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-right: 80px;
  padding-left: 80px;
  -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;
}

.code {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 1px;
}

.nav-menu-photo-direction {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.nav-menu-photo-direction.nav-menu-photo-direction-2 {
  -webkit-transform: translate(19vw, -10vh) rotate(17deg);
  -ms-transform: translate(19vw, -10vh) rotate(17deg);
  transform: translate(19vw, -10vh) rotate(17deg);
}

.nav-menu-photo-direction.nav-menu-photo-direction-1 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(-16vw, 0px) rotate(-7deg);
  -ms-transform: translate(-16vw, 0px) rotate(-7deg);
  transform: translate(-16vw, 0px) rotate(-7deg);
}

.nav-menu-photo-direction.nav-menu-photo-direction-3 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: translate(-8vw, 13vh) rotate(-3deg);
  -ms-transform: translate(-8vw, 13vh) rotate(-3deg);
  transform: translate(-8vw, 13vh) rotate(-3deg);
}

.temp {
  height: 300px;
  margin-top: 845px;
  background-color: red;
}

.grid-3 {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brand-number-box {
  padding: 20px;
  border-radius: 10px;
  background-color: #6d6d6d;
  box-shadow: 1px 0 9px 2px rgba(0, 0, 0, 0.1);
}

.brand-number-box:hover {
  box-shadow: 1px 0 10px 2px rgba(0, 0, 0, 0.2);
}

.brand-box-number {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #3aa295;
  text-align: center;
}

.brand-box-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #df1d7a;
  text-align: center;
}

.link {
  text-decoration: none;
}

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

@media screen and (max-width: 991px) {
  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-grid {
    grid-row-gap: 26px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .nav-menu-links {
    width: 70%;
  }

  .nav-menu-photo-mask {
    width: 32vh;
    height: 45vh;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 50px;
    line-height: 58px;
  }

  .h1.hero-heading {
    margin-top: 210px;
    margin-bottom: 200px;
  }

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

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

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .container.b-padding {
    padding-bottom: 100px;
  }

  .black-bg {
    padding-bottom: 400px;
  }

  .image._2nd {
    margin-top: -200px;
  }

  .whitebox {
    width: 270px;
    height: 360px;
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .div-block {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .bg-whitebox {
    width: 280px;
    height: 370px;
    margin-top: -70px;
    background-position: 100% 100%;
    background-size: cover;
  }

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

  .center-text {
    margin-top: 220px;
    margin-left: 0%;
  }

  .center-text.main {
    margin-top: 150px;
  }

  ._4-boxes {
    margin-top: 150px;
  }

  .grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
  }

  .g-i-box-bg {
    height: 140px;
  }

  .center-paragraph {
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .center-paragraph.white {
    margin-left: 0%;
  }

  .black-bg-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-grid {
    margin-bottom: 150px;
  }

  .nav-menu-link-text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18vmin;
    line-height: 1.3;
    text-align: center;
  }

  .nav-menu-links {
    width: 100%;
    padding-left: 0vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-bar {
    height: 80px;
  }

  .nav-menu-photos {
    display: none;
  }

  .nav-menu-link.nav-menu-link-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .nav-menu-footer {
    height: 80px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    padding-right: 25px;
    padding-left: 25px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .small-links-wrapper {
    margin-right: 0px;
  }

  .nav-bar-menu {
    width: 50px;
  }

  .nav-menu-footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a39f4ab4-5077-7bfa-98d3-d026b24f61a3-ec549c8c {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@font-face {
  font-family: 'Uni sans semi';
  src: url('../fonts/uni-sans-semi-bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/uni-sans-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/uni-sans-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/uni-sans-regular-italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/uni-sans-heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uni sans';
  src: url('../fonts/uni-sans-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}