.body {
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.full-pg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding: 32px;
  -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;
}

.image {
  position: absolute;
  left: 0%;
  top: 32px;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.section {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 100px 32px;
}

.section.section-no-top-padd {
  padding-top: 0px;
  padding-bottom: 32px;
}

.section.section-footer {
  position: relative;
  padding-top: 0px;
  padding-bottom: 32px;
}

.container {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -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;
}

.row.row-no-bott-margin {
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.row.row-vertical {
  max-width: 1200px;
  margin-bottom: 0px;
  -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;
}

.row.row-100vh {
  min-height: 100vh;
  margin-bottom: 0px;
  -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;
}

.column-50 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.column-50.column-50-centar {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-50.column-50-left-padd-48 {
  padding-left: 48px;
}

.column-50.column-50-right-pad-48 {
  padding-right: 48px;
}

.title {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Bebasneue, sans-serif;
  font-size: 34px;
  line-height: 45px;
  font-weight: 400;
}

.title.title-no-top-margin {
  margin-top: 0px;
}

.title.title-bott-margin-8 {
  margin-top: 0px;
  margin-bottom: 8px;
}

.title.title-bot-margin-8 {
  margin-bottom: 8px;
}

.paragraph {
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 0px;
}

.paragraph.paragraph-gray {
  margin-top: 0px;
  color: #8d8d8d;
}

.paragraph.paragraph-gray-20px {
  margin-top: 0px;
  color: #8d8d8d;
  font-size: 20px;
  line-height: 24px;
}

.image-2 {
  margin-left: -5%;
}

.image-4 {
  margin-left: -5%;
}

.holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 722px;
  -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;
  text-align: center;
}

.paraf-20 {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.paraf-small {
  margin-bottom: 48px;
  color: #8d8d8d;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.paraf-small.paraf-small-no-margin {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
}

.column-25 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-holder {
  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;
}

.image-holder {
  position: relative;
  margin-bottom: 24px;
}

.image-link {
  border: 1px solid #c49a6c;
  border-radius: 2px;
  -webkit-transition: background-color 400ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 400ms cubic-bezier(.165, .84, .44, 1);
  text-decoration: none;
}

.image-link:hover {
  background-color: #c49a6c;
}

.text-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 40px;
  -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;
}

.small-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.image-5 {
  width: 14px;
  height: 14px;
  margin-left: 16px;
}

.thumbnail-img {
  width: 100%;
  max-height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.thumbnail-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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.5);
  color: #fff;
  border: 1px solid #c49a6c;
    border-radius: 2px;
}

.thumbnail-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bebasneue, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 480px;
  margin-top: 24px;
  margin-bottom: 0px;
  -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;
}

.text-field {
  margin-bottom: 32px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #414141;
  background-color: transparent;
  color: #c5c7d0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.text-field:focus {
  border-bottom-color: #414141;
}

.text-field.text-field-bott-margin-56 {
  margin-bottom: 56px;
}

.text-field.text-field-mesage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-field.text-field-mesage-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 20px;
}

.text-field.text-field-16 {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 20px;
}

.mail-title {
  margin-bottom: 0px;
  font-family: Bebasneue, sans-serif;
  color: #c49a6c;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}

.mail-title.mail-title-big {
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
}

.mail-title.mail-title-white {
  color: #fff;
  text-decoration: none;
}

.btn {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px 40px;
  -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;
  border: 2px solid #c49a6c;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Bebasneue, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.btn:hover {
  background-color: #c49a6c;
}

.btn.btn-marg-top-32 {
  margin-top: 32px;
  margin-bottom: 0px;
}

.btn.btn-bott-margin-32 {
  margin-bottom: 32px;
}

.mail-link {
  color: #fff;
  font-weight: 600;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Bebasneue, sans-serif;
  font-size: 34px;
  line-height: 45px;
  font-weight: 400;
}

.footer-title.title-no-top-margin {
  margin-top: 0px;
}

.footer-title.title-bott-margin-8 {
  margin-top: 0px;
  margin-bottom: 8px;
}

.footer-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block {
  margin-right: 32px;
}

.link-block.link-block-no-margin {
  margin-right: 0px;
}

.link-block.link-block-brown-margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 24px;
  -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;
  border: 4px solid #c49a6c;
  -webkit-transition: background-color 400ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 400ms cubic-bezier(.165, .84, .44, 1);
}

.link-block.link-block-brown-margin:hover {
  background-color: #c49a6c;
}

.image-6 {
  margin-top: 100px;
  margin-bottom: 16px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 722px;
  -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;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.image-7 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-right: 16px;
  padding-left: 16px;
}

.image-8 {
  max-width: 55vw;
  margin-bottom: 64px;
}

.image-9 {
  z-index: -1;
  margin-right: auto;
  margin-left: auto;
}

.hero-row {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: auto;
  -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;
}

.hero-row.row-no-bott-margin {
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-row.row-vertical {
  max-width: 1200px;
  margin-bottom: 0px;
  -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;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 100%;
  padding: 24px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.form-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 620px;
  min-height: 400px;
  padding-top: 48px;
  padding-bottom: 40px;
  -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: #1e1e1e;
}

.image-10 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.image-11 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.select-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 16px;
  margin-bottom: 16px;
  -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;
}

.paragraph-2 {
  margin-bottom: 0px;
}

.selcet-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px 0px 0px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0px none #000;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 20px;
}

.form-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 480px;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.arrow {
  margin-left: 8px;
}

.img-x {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}

.relativ-select-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.absolut-select-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  width: 100%;
}

.image-lg {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.success-message {
  background-color: #000;
}

.success-message-2 {
  background-color: hsla(0, 0%, 86.7%, 0);
}

.shape {
  position: absolute;
  left: -22px;
  top: -22px;
  right: auto;
  bottom: auto;
}

@media screen and (max-width: 991px) {
  .image-link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-link-holder {
    margin-right: 12px;
    margin-left: 12px;
  }

  .image-7 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .popup {
    overflow: auto;
    height: 100vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .section.section-overlay {
    padding-bottom: 64px;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.row-no-bott-margin {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .row.row-mob-padd-bott-64 {
    margin-bottom: 64px;
  }

  .column-50 {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 16px;
  }

  .column-50.column-50-centar {
    margin-top: 48px;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-50.column-50-left-padd-48 {
    margin-bottom: 24px;
    padding-bottom: 0px;
    padding-left: 16px;
  }

  .image-3 {
    max-width: 70%;
    padding-top: 0px;
  }

  .paraf-small.paraf-small-no-margin {
    font-size: 14px;
  }

  .column-25 {
    width: 48%;
    margin-bottom: 24px;
  }

  .column-holder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form {
    min-width: 400px;
  }

  .link-block.link-block-brown-margin {
    padding: 16px;
  }

  .image-6 {
    margin-top: 80px;
  }

  .footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    margin-bottom: 32px;
  }

  .popup {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-holder {
    max-width: 400px;
  }

  .form-copy {
    min-width: 400px;
  }

  .absolut-select-holder {
    display: none;
  }

  .image-lg {
    max-width: 80%;
  }

  .shape {
    left: 0px;
    top: -15px;
    max-width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
  }

  .section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .title {
    font-size: 32px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.paragraph-gray-20px {
    font-size: 16px;
  }

  .image-3 {
    max-width: 100%;
  }

  .small-title {
    font-size: 14px;
  }

  .form {
    min-width: 280px;
  }

  .link-block.link-block-brown-margin.w--current {
    padding: 8px;
  }

  .image-8 {
    max-width: 60vw;
    margin-bottom: 24px;
  }

  .popup {
    display: none;
  }

  .selcet-field {
    font-size: 16px;
  }

  .form-copy {
    min-width: 280px;
  }

  .image-lg {
    max-width: 100%;
  }

  .shape {
    left: 0px;
    max-width: 50%;
  }
}

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