@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensauceone;
  src: url('../fonts/OpenSauceOne-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --link-hover: #e5e5e5;
  --primary: #1f7d53;
  --hover: #187049;
  --black: #0f0f0f;
  --white: white;
  --paragraph-dark: #545454;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #000;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5em;
}

h4 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Opensauceone, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

p {
  margin-bottom: .75rem;
  font-size: 1rem;
  line-height: 1.5em;
}

a {
  color: #000;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

a:hover {
  opacity: .7;
}

li {
  margin-bottom: .5rem;
  font-size: 1rem;
}

strong {
  font-weight: bold;
}

.section-hero {
  color: #fff;
  align-items: center;
  height: 110vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-hero.small {
  justify-content: flex-start;
  align-items: flex-end;
  height: 60vh;
  padding-bottom: 120px;
}

.nav {
  color: #fff;
  background-color: #ddd0;
  flex-direction: row;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.container.container-nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.container-center {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.container-center.gap-5rem {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
}

.container.gap-6rem {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}

.nav-brand {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom-style: none;
  font-size: 1.2em;
  font-weight: 500;
}

.nav-menu-button {
  padding: 0;
}

.nav-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  border-bottom-style: none;
  padding: 0;
  font-size: 1em;
  line-height: 1.2em;
}

.nav-link:hover {
  opacity: 1;
  color: var(--link-hover);
}

.nav-link.w--current {
  color: #fff;
  font-size: 1em;
}

.nav-link.w--current:hover {
  color: var(--link-hover);
}

.title-wrapper {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  max-width: 600px;
  display: flex;
  position: relative;
}

.button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.button-secondary {
  opacity: 1;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .15s linear;
}

.button-secondary:hover {
  opacity: 1;
  color: #000;
  background-color: #fff;
  box-shadow: 0 1px 50px #ffffff1a;
}

.button-secondary.primary, .button-secondary.primary.w--current {
  border-color: var(--primary);
  background-color: var(--primary);
}

.button-secondary.primary.w--current:hover {
  background-color: var(--hover);
}

.button-secondary.primary {
  color: #fff;
  background-color: #ff4d00;
  border-color: #ff4d00;
}

.button-secondary.primary:hover {
  color: #fff;
  background-color: #e24400;
}

.button-secondary.green {
  border-color: var(--primary);
  background-color: var(--primary);
}

.button-secondary.green:hover {
  border-color: var(--hover);
  background-color: var(--hover);
  color: #fff;
}

.hero-overlay-shadow {
  z-index: 1;
  opacity: .8;
  background-image: linear-gradient(#0f0f0f99, #0f0f0fe6);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-overlay-shadow.light {
  background-image: linear-gradient(#0f0f0f4d, #0f0f0f73);
}

.hero-overlay-stars {
  z-index: 1;
  opacity: .1;
  background-image: url('../images/hero-stars.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-overlay-clouds {
  z-index: 1;
  opacity: .05;
  background-image: url('../images/hero-clouds.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.grid-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.content-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 45ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.grid-card-image.contain {
  object-fit: contain;
  padding-left: 0%;
  padding-right: 0%;
}

.grid-item-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.illustration-fullwidth {
  background-image: linear-gradient(50deg, #96506f, #273a71 73%);
  height: 100vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.card-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-card-image-wrapper {
  object-fit: fill;
  margin-bottom: 0;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.grid-card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 2rem 3rem;
  display: flex;
}

.grid-card {
  cursor: pointer;
  background-color: #fff;
  border: 1px #fff;
  transition: all .15s ease-in;
  box-shadow: 0 15px 50px #00000005;
}

.grid-card:hover {
  border-style: none;
  border-color: #d1d1d1;
  box-shadow: 0 20px 50px #0000001a;
}

._3-1-grid {
  grid-column-gap: 42px;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 0;
}

.grid-card-image-overlay {
  opacity: 1;
  background-image: url('../images/hero-stars.png'), linear-gradient(26deg, #273a7180 49%, #96506f80);
  background-position: 50%, 0 0;
  background-size: auto, auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-background-image {
  background-image: radial-gradient(circle, #0f0f0f66, #0000), linear-gradient(#0f0f0f99, #0f0f0f99), url('../images/koneurakointi-kuva.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
  inset: 0%;
}

.title {
  text-align: center;
}

.nav-logo {
  width: 95px;
}

.hero-content {
  justify-content: space-between;
  display: flex;
}

.hero-icons {
  z-index: 10;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: relative;
}

.section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.section-light-grey {
  background-color: #fafafa;
}

.section.section-full {
  color: #fff;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.section-footer {
  background-color: var(--black);
  color: var(--white);
  padding-bottom: 3rem;
}

.section.legal {
  padding-top: 12rem;
}

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

.white-link {
  color: var(--white);
  border-bottom-style: none;
  text-decoration: none;
}

.white-link.bold, .white-link.bold.w--current {
  font-weight: 500;
}

.space {
  height: 16px;
}

.footer-logo {
  width: 140px;
}

.h3-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4em;
}

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

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

.image {
  width: 42px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  margin-top: 10px;
  font-size: 1rem;
}

.utility-nav-background {
  background-color: #000;
  height: 151.297px;
  position: absolute;
  inset: 0% 0% auto;
}

.h1-small {
  font-size: 3rem;
}

.service-rich-text h2 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  line-height: 1.5em;
}

.service-rich-text h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.service-wrapper-default {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.legal-rich-text-block h1 {
  margin-bottom: .75rem;
  font-size: 2.5rem;
}

.legal-rich-text-block h2 {
  margin-bottom: .75rem;
  font-size: 1.75rem;
}

.link-arrow-image {
  width: 18px;
}

.text-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-end;
  line-height: 1em;
  display: flex;
}

.footer-legal {
  font-size: .9rem;
}

.whatsapp-image {
  display: none;
}

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

.lightbox-link {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.content-center-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 45ch;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.div-block-3.align-top {
  place-items: start stretch;
}

.div-block-4 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-link {
  color: var(--primary);
}

.lightbox-link-2 {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 60%;
  position: relative;
}

.link-block {
  background-color: var(--primary);
  border-radius: 4px;
  width: 160px;
  padding: 18px 24px;
}

.image-3 {
  width: 260px;
}

.medium {
  font-weight: 500;
}

.image-4 {
  width: 140px;
}

.list {
  margin-bottom: 0;
}

.list-item {
  margin-bottom: 0;
}

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

.paragraph {
  font-size: 1.3rem;
}

.lower {
  margin-top: 0;
  padding-top: 0;
}

@media screen and (min-width: 1280px) {
  .service-wrapper-default {
    grid-template-columns: 1.75fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.75em;
  }

  h3 {
    font-size: 1.5em;
  }

  .section-hero {
    height: 90vh;
  }

  .container {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    max-width: 100%;
  }

  .container.container-center {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .nav-brand {
    padding-left: 0;
  }

  .nav-menu-button {
    z-index: 11;
    padding: 0;
  }

  .nav-menu-button.w--open {
    z-index: 10;
    background-color: #c8c8c800;
  }

  .nav-menu {
    z-index: 100;
    text-align: center;
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-link {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title-wrapper {
    z-index: 5;
    align-items: flex-start;
    max-width: 100%;
  }

  .button-wrapper {
    flex-direction: row;
    justify-content: flex-start;
  }

  .content-center {
    max-width: 45ch;
  }

  .grid-item-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .card-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-card {
    margin-bottom: 0;
  }

  ._3-1-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-content {
    flex-direction: column;
  }

  .hero-icons {
    justify-content: center;
    padding-bottom: 25px;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

  .section.section-full {
    height: 80vh;
  }

  .h1-small {
    font-size: 2.5rem;
  }

  .service-wrapper-default {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .content-center-2 {
    max-width: 45ch;
  }

  .div-block-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.5em;
  }

  .section-hero {
    height: 90vh;
  }

  .nav {
    padding-top: 2rem;
  }

  .container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.container-center {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .grid-item-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .card-grid {
    flex-direction: column;
    display: flex;
  }

  .grid-card-image-wrapper {
    padding-top: 75%;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.section-full {
    height: 70vh;
  }

  .service-rich-text {
    margin-right: 0;
  }

  .service-wrapper-default {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .div-block-3, .div-block-4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2rem;
    line-height: 1.3em;
  }

  h2 {
    font-size: 1.5em;
  }

  .section-hero {
    height: 100vh;
  }

  .section-hero.small {
    height: 55vh;
    padding-bottom: 100px;
  }

  .container {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .container.container-center {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .nav-menu {
    width: 100vw;
  }

  .button-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid-item-wrapper {
    margin-bottom: 75px;
  }

  .grid-card-content {
    padding: 1.5rem;
  }

  .section-background-image {
    padding-left: 25px;
    padding-right: 25px;
  }

  .title {
    font-size: 1.5em;
  }

  .nav-logo {
    width: 80px;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section.section-footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .utility-nav-background {
    z-index: 1;
    height: 133.047px;
  }

  .h1-small {
    font-size: 2rem;
  }

  .service-rich-text h2 {
    font-size: 1.6rem;
    line-height: 1.4em;
  }

  .legal-rich-text-block h1 {
    font-size: 2rem;
  }

  .legal-rich-text-block h2 {
    font-size: 1.25rem;
  }

  .footer-legal {
    text-align: center;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }

  .image-3 {
    width: 200px;
  }
}

#w-node-_6df5f360-8c9c-85b5-a1cc-d2bfe0e8887f-e0e8887b {
  justify-self: end;
}

#w-node-b672384e-3396-d285-b41d-98aeaddd0741-bafe5b53, #w-node-_3514b8f3-e456-760c-91ba-db78a02b366e-bafe5b54, #w-node-_062ea489-3ed1-6642-a55d-6897995e6d96-bafe5b55, #w-node-_03691670-c5a4-807b-84c9-bf578010fbbe-bafe5b55, #w-node-d9201a6e-55f1-4f6a-cfe0-f3588afa07e7-bafe5b55 {
  justify-self: center;
}

#w-node-a8a045c7-362c-37e0-97d8-fceadb2777ba-bafe5b55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8a045c7-362c-37e0-97d8-fceadb2777d0-bafe5b55 {
  justify-self: center;
}

#w-node-_60b1635f-5d6f-d785-df3e-d70d53f8ec0c-17e0a03c {
  place-self: center;
}

#w-node-_9cc6cee5-0f08-1457-0144-8b2fb5271ff0-d30a46f1 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-b672384e-3396-d285-b41d-98aeaddd0741-bafe5b53, #w-node-_3514b8f3-e456-760c-91ba-db78a02b366e-bafe5b54, #w-node-_062ea489-3ed1-6642-a55d-6897995e6d96-bafe5b55, #w-node-_03691670-c5a4-807b-84c9-bf578010fbbe-bafe5b55, #w-node-d9201a6e-55f1-4f6a-cfe0-f3588afa07e7-bafe5b55, #w-node-a8a045c7-362c-37e0-97d8-fceadb2777d0-bafe5b55 {
    justify-self: start;
  }

  #w-node-_9cc6cee5-0f08-1457-0144-8b2fb5271ff0-d30a46f1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}