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

body {
  font-family: Urwgeometric, sans-serif;
  color: #6e6e6e;
  font-size: 18px;
  line-height: 28px;
}

.container {
  max-width: 1340px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block {
  color: #6e6e6e;
}

.text-span {
  color: #c9a668;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

.text-span-2 {
  color: #4a4653;
  font-size: 14px;
  line-height: 24px;
}

.image {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  min-height: 700px;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 60% 50%;
  object-position: 60% 50%;
}

.div-block {
  position: relative;
  padding-right: 20px;
}

.div-block-2 {
  position: absolute;
  left: -50px;
  top: -50px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 400px;
  height: 400px;
  border-radius: 3px;
  background-color: #c9a668;
}

.section {
  position: relative;
  padding-top: 140px;
  padding-bottom: 100px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #4a4653;
  font-size: 36px;
  line-height: 46px;
}

.heading.white {
  color: #fff;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-3 {
  padding: 30px;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07);
}

.div-block-3.box_2 {
  background-color: #c9a668;
  color: #fff;
}

.text-block-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #4a4653;
  font-weight: 700;
  text-transform: uppercase;
}

.image-2 {
  max-height: 50px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.button {
  padding: 18px 25px 15px;
  border-radius: 3px;
  background-color: #c9a668;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: #4a4653;
}

.button.color_black {
  color: #4a4653;
}

.button.color_black:hover {
  color: #fff;
}

.button.top {
  width: 100%;
  max-width: 280px;
  text-align: center;
}

.section-2 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #e5e5e5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#fff));
  background-image: linear-gradient(180deg, #f8f8f8, #fff);
}

.div-block-5 {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-left: -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-radius: 100000px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07);
}

.image-3 {
  max-width: 12px;
}

.section-3 {
  position: relative;
  margin-top: 100px;
  padding-bottom: 80px;
}

.image-4 {
  width: 100%;
  max-width: 550px;
  min-height: 700px;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.list {
  margin-bottom: 60px;
  padding-left: 0px;
  color: #fff;
  font-weight: 300;
  list-style-type: none;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a4653;
}

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

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-6 {
  padding-top: 80px;
}

.div-block-7 {
  margin-top: -50px;
  padding-right: 20px;
}

.image-6 {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 50px;
  margin-left: -25px;
}

.text-span-3 {
  color: #c9a668;
  font-weight: 700;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: #fff;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.text-block-3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}

.text-span-4 {
  color: #c9a668;
}

.image-7 {
  max-height: 10px;
}

.image-7.no_d {
  display: none;
}

.box_kontakt {
  padding: 20px;
  background-color: #c9a668;
  color: #fff;
}

.button_ciemny {
  padding: 18px 20px 15px;
  border-radius: 3px;
  background-color: #4a4653;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  font-weight: 700;
  text-transform: uppercase;
}

.button_ciemny:hover {
  background-color: #4a4653;
}

.button_ciemny.color_black {
  color: #4a4653;
}

.button_ciemny.color_black:hover {
  color: #fff;
}

.text-block-4 {
  margin-bottom: 30px;
}

.text-block-5 {
  margin-bottom: 60px;
  color: #fff;
}

.section-4 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #373456, #1e1d38);
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  -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-image: linear-gradient(225deg, rgba(30, 29, 56, 0) 20%, rgba(30, 29, 56, 0.95) 60%, #1e1d38 75%), url('../images/bg_1-min.jpeg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.heading-2 {
  margin-top: 0px;
  font-size: 46px;
  line-height: 64px;
}

.text-span-5 {
  color: #c9a668;
}

.text-block-6 {
  max-width: 280px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.div-block-9 {
  margin-top: 60px;
}

.text-block-7 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.image-8 {
  max-width: 75px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-menu {
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 15px;
  color: #fff;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button_small {
  padding: 18px 25px 15px;
  border-radius: 3px;
  background-color: #c9a668;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  font-weight: 700;
  text-transform: uppercase;
}

.button_small:hover {
  background-color: #4a4653;
}

.button_small.color_black {
  padding: 15px 20px 12px;
  color: #4a4653;
  font-size: 16px;
}

.button_small.color_black:hover {
  color: #fff;
}

.button_small.top {
  width: 100%;
  max-width: 280px;
  text-align: center;
}

.button_small_white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 160px;
  margin-left: 15px;
  padding: 15px 15px 12px;
  -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: 1px solid #c9a668;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  color: #c9a668;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.button_small_white:hover {
  background-color: #4a4653;
}

.button_small_white.color_black {
  padding: 12px 20px;
  color: #4a4653;
  font-size: 16px;
}

.button_small_white.color_black:hover {
  color: #fff;
}

.button_small_white.top {
  width: 100%;
  max-width: 280px;
  text-align: center;
}

.image-9 {
  max-width: 17px;
  margin-right: 10px;
}

.text-block-8 {
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-15 {
  width: 100%;
}

.scroll {
  position: absolute;
  top: 0px;
  width: 40px;
  height: 0px;
}

.section-6 {
  position: relative;
  min-height: 0px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #373456, #1e1d38);
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50%;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-17 {
  width: 100%;
  max-width: 670px;
  min-height: 100px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-18 {
  width: 100%;
  max-width: 50%;
  min-height: 100px;
}

.div-block-19 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-9 {
  margin-bottom: 40px;
  color: #fff;
}

.text-span-6 {
  color: #c9a668;
}

.box_form {
  margin-bottom: 60px;
  background-color: #c9a668;
}

.div-block-20 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 10%;
  background-color: #fff;
}

.div-block-21 {
  width: 100%;
  height: 10%;
  max-width: 670px;
  padding-left: 20px;
}

.link-block-2 {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff;
}

.image-29 {
  width: 100%;
  max-width: 200px;
}

.text-span-7 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

.text-block-10 {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 30px;
}

.button-copy {
  padding: 18px 25px 15px;
  border-radius: 3px;
  background-color: #1e1d38;
  -webkit-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out;
  font-weight: 700;
  text-transform: uppercase;
}

.button-copy:hover {
  background-color: #4a4653;
}

.button-copy.color_black {
  color: #4a4653;
}

.button-copy.color_black:hover {
  color: #fff;
}

.button-copy.top {
  width: 100%;
  max-width: 280px;
  text-align: center;
}

.text-block-11 {
  max-width: 550px;
  margin-top: 10px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.no_desktop_yes_rwd {
  display: none;
}


@media screen and (max-width: 991px) {

  .no_desktop_yes_rwd {
  display: flex;
  max-width: none;
  width: auto;
}

 .no_rwd {
  display: none;
 }


  body {
    font-size: 16px;
    line-height: 24px;
  }

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

  .image {
    max-height: 400px;
    max-width: 100%;
    min-height: 300px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .div-block {
    padding-right: 0px;
  }

  .div-block-2 {
    left: -25px;
    top: -25px;
    width: 300px;
    height: 300px;
  }

  .section {
    overflow: hidden;
  }

  .heading {
    margin-bottom: 40px;
  }

  .image-4 {
    max-height: 400px;
    max-width: 55%;
    min-height: 300px;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .list {
    margin-bottom: 40px;
  }

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

  .div-block-6 {
    padding-top: 0px;
  }

  .div-block-7 {
    padding-right: 0px;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-7.no_d {
    display: block;
  }

  .section-5 {
    min-height: 0px;
    padding-top: 160px;
    padding-bottom: 60px;
    background-position: 0px 0px, 70% 50%;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 45px;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .div-block-10 {
    max-width: 60%;
  }

  .navbar {
    background-color: #fff;
  }

  .nav-menu {
    background-color: #fff;
  }

  .div-block-12 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4a4653;
    text-align: center;
  }

  .div-block-13 {
    -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;
  }

  .button_small.color_black {
    width: 100%;
  }

  .button_small_white {
    max-width: auto;
    margin-left: 0px;
    border-width: 0px;
  }

  .div-block-14 {
    -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;
  }

  .menu-button {
    padding: 15px;
    border: 1px solid #c9a668;
    background-color: #fff;
    color: #c9a668;
  }

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

  .div-block-16 {
    max-width: 100%;
  }

  .div-block-17 {
    max-width: 100%;
  }

  .div-block-18 {
    display: none;
  }

  .div-block-21 {
    max-width: 100%;
  }
}

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

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

  .section-5 {
    min-height: 0px;
    background-image: linear-gradient(225deg, #1e1d38 20%, #1e1d38 60%, #1e1d38 75%);
    background-position: 0px 0px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 48px;
  }

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

  .div-block-10 {
    max-width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    width: 250px;
    height: 250px;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
  }

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

  .div-block-3 {
    padding: 20px;
  }

  .image-4 {
    max-width: 90%;
  }

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

  .image-5 {
    margin-top: 5px;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-7 {
    display: none;
  }

  .image-7.no_d {
    display: none;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 46px;
    text-align: center;
  }

  .div-block-9 {
    text-align: left;
  }

  .text-block-7 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 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;
  }

  .div-block-20 {
    height: 15%;
  }

  .div-block-21 {
    height: 15%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5f4430ff-48bb-bfd7-5ee0-0d83a73afc44-295429d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5f4430ff-48bb-bfd7-5ee0-0d83a73afc44-295429d2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Bold.ttf') format('truetype'), url('../fonts/URWGeometric-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Black.ttf') format('truetype'), url('../fonts/URWGeometric-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urwgeometric';
  src: url('../fonts/URWGeometric-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}