:root {
  --silver: #a7a7a7;
  --dim-grey-2: #66726e;
  --element-blue: #3e7ac1;
  --white: white;
  --dim-grey: dimgrey;
  --black: black;
  --red: #e40615;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6vh;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--silver);
  text-transform: uppercase;
  margin-top: 4vh;
  margin-bottom: 1vh;
  font-size: 2.5vh;
  font-weight: 500;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  font-size: 1.75vh;
  line-height: 150%;
}

a {
  color: var(--silver);
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.full-screen-menu-overlay {
  height: 100vh;
  background-color: rgba(0, 0, 0, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom-line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 38px;
  left: 0;
  right: 0;
}

.bottom-line.dark {
  background-color: var(--dim-grey-2);
}

.navbar-animated {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-button-animated {
  z-index: 900;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-right: 0;
  padding: 16px;
  position: static;
  top: 0;
  right: 0;
}

.nav-button-animated.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.middle-line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto;
  position: static;
  top: 28px;
  left: 0;
  right: 0;
}

.middle-line.dark {
  background-color: var(--dim-grey-2);
}

.top-line {
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 18px;
  left: 0;
  right: 0;
}

.top-line.dark {
  background-color: var(--dim-grey-2);
}

.nav-contact {
  color: #fff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 3vh 2vw;
  font-family: Raleway Custom, sans-serif;
  font-size: 4vh;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.nav-contact:hover {
  color: #3e7ac1;
}

.nav-contact.w--current {
  color: var(--element-blue);
  font-weight: 700;
}

.body {
  font-family: Raleway Custom, sans-serif;
  font-size: 1.75vh;
  line-height: 150%;
}

.full-screen-section {
  z-index: 1;
  height: 100vh;
  background-image: url('../images/header-eptima.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

.heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 8vh;
  line-height: 100%;
}

.div-block {
  margin-top: 67vh;
}

.section-image-behind {
  z-index: 0;
  background-image: url('../images/header-strategie.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-behind {
  background-image: url('../images/header-strategie.jpg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-behind.ceo {
  background-image: url('../images/header-geschäftsführer.jpg');
}

.image-behind.team {
  background-image: url('../images/header-team.jpg');
  background-position: 50% 40%;
}

.image-behind.leistungen {
  background-image: url('../images/header-leistungen.jpg');
}

.image-behind.projekte {
  background-image: url('../images/header-projekte.jpg');
}

.image-behind.orga {
  background-image: url('../images/header-orga.jpg');
}

.image-behind.doku {
  background-image: url('../images/header-service.jpg');
}

.image-behind.energie {
  background-image: url('../images/header-energie.jpg');
}

.image-behind.kontakt {
  background-image: url('../images/header-kontakt.jpg');
}

.section-text {
  z-index: 1;
  background-color: #fff;
  padding-top: 14vh;
  padding-bottom: 16vh;
  position: relative;
}

.rich-text-block-2 {
  color: var(--dim-grey);
  margin-top: 0;
}

.section-mask {
  z-index: 1;
  height: 92vh;
  background-color: rgba(14, 28, 44, .4);
  padding-top: 53vh;
  padding-left: 0;
  position: relative;
}

.head-unterseite {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4vh;
  margin-left: 0;
  padding-left: 0;
  font-size: 10vh;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.stroke {
  width: 20vh;
  height: 10px;
  background-color: var(--white);
  margin-bottom: 4vh;
}

.list {
  color: var(--element-blue);
  padding-left: 20px;
  list-style-type: square;
}

.paragraph {
  color: var(--dim-grey-2);
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 1.75vh;
  text-decoration: none;
}

.paragraph.silver {
  color: var(--silver);
}

.section-6 {
  border-top: 1px solid var(--silver);
  background-color: var(--white);
  padding: 4vh;
  position: relative;
}

.grid {
  max-width: none;
  grid-template-rows: auto;
  margin-left: auto;
  margin-right: auto;
}

.image {
  width: 100px;
}

.div-block-4 {
  width: 2px;
  background-color: var(--silver);
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-5 {
  display: flex;
}

.footerlink {
  color: var(--silver);
  font-weight: 500;
  text-decoration: none;
}

.maus {
  width: 40px;
  height: 60px;
  border: 2px solid var(--white);
  border-radius: 20px;
  margin-top: 4vh;
}

.txt-scrollen {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 1vh;
  font-size: 2vh;
  font-weight: 600;
}

.liste {
  border-style: none none none solid;
  border-width: 4px 4px 4px 2px;
  border-color: #3e7ac1 #3e7ac1 #3e7ac1 var(--silver);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 2vh;
  padding: 0 3vh;
}

.liste.person {
  height: auto;
  border-style: solid none none solid;
  border-width: 1px;
  border-color: var(--silver);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 1vh 4vh 4vh;
}

.heading-2 {
  color: var(--silver);
  text-transform: uppercase;
  font-size: 2.5vh;
  font-weight: 500;
}

.grid-2 {
  max-width: 1600px;
  grid-column-gap: 4vh;
  grid-row-gap: 4vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 49px;
  padding-right: 49px;
}

.name {
  color: var(--element-blue);
  font-weight: 500;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list.w--open {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-link {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding: 3vh 2vw;
  font-size: 3vh;
  line-height: 100%;
}

.dropdown-link:hover {
  color: var(--element-blue);
}

.dropdown-link.w--current {
  color: var(--element-blue);
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.dropdown-toggle {
  padding: 0;
}

.dropdown-toggle.w--open {
  color: var(--element-blue);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 700;
  display: block;
}

.dropdown {
  width: 40vw;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  display: block;
}

.container-2 {
  justify-content: flex-start;
  display: block;
}

.grid-text {
  grid-column-gap: 7vh;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
}

.h3-blue {
  color: var(--element-blue);
  font-size: 2vh;
  line-height: 120%;
}

.h3-blue.silver {
  color: var(--silver);
  font-weight: 500;
}

.image-2 {
  z-index: 900;
  width: 100px;
  margin-top: 0;
  margin-left: 0;
  position: static;
}

.grid-navi {
  grid-template-rows: auto;
  align-items: center;
  padding: 1vh 3vh;
}

.link-block {
  z-index: 900;
  display: block;
  position: relative;
}

.navilink {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 3vh 2vw;
  font-size: 4vh;
  line-height: 100%;
}

.navilink:hover {
  color: var(--element-blue);
}

.container-4 {
  max-width: 1600px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  width: 4px;
  height: 4px;
  background-color: var(--dim-grey-2);
  margin-left: 11px;
  margin-right: 11px;
}

.eptima-gmbh {
  width: 300px;
  margin-bottom: 1vh;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.lottie-animation {
  height: auto;
  padding-top: 5px;
  position: static;
  top: 737.859px;
  left: 706px;
}

.div-block-7 {
  max-width: 960px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-5 {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.nav-referenzen {
  color: #fff;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 3vh 2vw;
  font-family: Raleway Custom, sans-serif;
  font-size: 4vh;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.nav-referenzen:hover {
  color: #3e7ac1;
}

.nav-referenzen.w--current {
  color: var(--element-blue);
  font-weight: 700;
}

.div-block-8 {
  display: flex;
}

.grid-referenzen {
  height: 100%;
  max-width: 58vw;
  grid-column-gap: 2vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2px 1fr;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.trenner-referenzen {
  width: 1px;
  height: 80%;
  background-color: var(--silver);
}

.icon {
  color: var(--element-blue);
}

.icon.left, .icon.right {
  margin-top: auto;
  margin-bottom: auto;
}

.slide-nav {
  color: var(--element-blue);
  display: none;
}

.slider-component {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  display: block;
  position: static;
}

.logo-referenzen {
  width: 100%;
}

.mask {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.slide-1 {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.container-7 {
  height: 50vh;
  max-width: 980px;
}

.left-arrow {
  z-index: 99;
  height: 100%;
  margin-left: 15vw;
  position: absolute;
}

.right-arrow {
  z-index: 99;
  height: 100%;
  margin-right: 15vw;
}

.section-slider {
  z-index: 1;
  background-color: #fff;
  padding-top: 14vh;
  padding-bottom: 16vh;
  position: relative;
}

.zitat {
  color: var(--dim-grey);
  letter-spacing: .5px;
  text-indent: 1px;
  margin-top: 2vh;
  margin-bottom: 2vh;
  font-style: italic;
  font-weight: 400;
}

.slide-2 {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.mask-image {
  width: 300px;
  height: 300px;
  margin-bottom: 50px;
  overflow: hidden;
}

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

.image-100.dahm {
  object-position: 42% 50%;
}

.image-100.dettmann {
  object-position: 27% 50%;
}

.wrapper-gf {
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-animated {
    z-index: 999;
  }

  .nav-contact {
    font-size: 3vh;
  }

  .full-screen-section {
    background-position: 80%;
  }

  .heading {
    font-size: 5vh;
  }

  .image-behind.ceo {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-text {
    padding: 8vh 8vw;
  }

  .section-mask {
    padding-left: 6vh;
  }

  .head-unterseite {
    margin-bottom: 2vh;
    font-size: 4vh;
  }

  .stroke {
    width: 10vh;
    height: 5px;
  }

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

  .dropdown-link {
    font-size: 2vh;
  }

  .navilink, .nav-referenzen {
    font-size: 3vh;
  }

  .nav-referenzen.w--current {
    color: var(--element-blue);
    font-weight: 700;
  }

  .section-8 {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .grid-referenzen {
    max-width: none;
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .trenner-referenzen {
    height: 100%;
  }

  .icon.left, .icon.right {
    margin-top: auto;
    margin-bottom: auto;
  }

  .slider-component, .mask {
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .container-7 {
    max-width: none;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .section-slider {
    padding: 8vh 0;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 4vh;
  }

  p {
    font-size: 3vh;
  }

  .bottom-line {
    width: 30px;
  }

  .middle-line {
    width: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .top-line {
    width: 30px;
  }

  .nav-contact {
    font-size: 5vh;
  }

  .full-screen-section {
    height: 90vh;
    background-position: 50%;
  }

  .heading {
    font-size: 8vh;
  }

  .div-block {
    margin-top: 50vh;
  }

  .section-text {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .rich-text-block-2 {
    font-size: 3vh;
  }

  .section-mask {
    padding-left: 6vh;
  }

  .head-unterseite {
    font-size: 8vh;
  }

  .list, .paragraph, .footerlink {
    font-size: 3vh;
  }

  .maus {
    width: 20px;
    height: 30px;
    margin-top: 2vh;
  }

  .txt-scrollen {
    margin-bottom: 0;
    font-size: 3vh;
  }

  .liste {
    border-left-width: 1px;
  }

  .heading-2 {
    color: var(--silver);
    font-size: 4vh;
  }

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

  .dropdown-link, .h3-blue {
    font-size: 3vh;
  }

  .navilink {
    font-size: 5vh;
  }

  .eptima-gmbh {
    width: 200px;
  }

  .div-block-7 {
    margin-bottom: 4vh;
  }

  .nav-referenzen {
    font-size: 5vh;
  }

  .icon.left, .icon.right {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 6vh;
  }

  .slider-component {
    height: 100%;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-left: 0;
    margin-right: 1vw;
  }

  .html-embed-2, .html-embed-3, .html-embed-4, .html-embed-5, .html-embed-6 {
    font-size: 3vh;
  }

  .section-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .zitat {
    font-size: 3vh;
    line-height: 150%;
  }

  .mask-image {
    width: 140px;
    height: 140px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3vh;
    line-height: 100%;
  }

  h2 {
    font-size: 2.5vh;
  }

  p {
    font-size: 1.75vh;
  }

  .bottom-line {
    width: 30px;
  }

  .middle-line {
    width: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .top-line {
    width: 30px;
  }

  .nav-contact {
    font-size: 3vh;
  }

  .full-screen-section {
    height: 92vh;
    background-image: url('../images/header-eptima-m.jpg');
    background-position: 50%;
  }

  .heading {
    font-size: 2.5vh;
  }

  .div-block {
    margin-top: 56vh;
  }

  .section-image-behind {
    object-fit: cover;
  }

  .section-text {
    padding: 8vh 5vw;
  }

  .section-mask {
    height: 80vh;
    padding-left: 3vh;
    position: relative;
  }

  .head-unterseite {
    font-size: 4vh;
  }

  .stroke {
    width: 10vh;
    height: 5px;
  }

  .list {
    font-size: 1.75vh;
  }

  .paragraph {
    margin-bottom: .5vh;
    font-size: 1.75vh;
  }

  .section-6 {
    padding: 3vh;
  }

  .footerlink {
    font-size: 1.75vh;
  }

  .maus {
    width: 30px;
    height: 45px;
  }

  .txt-scrollen {
    margin-bottom: 0;
    font-size: 2vh;
  }

  .liste {
    margin-top: 0;
  }

  .heading-2 {
    font-size: 2vh;
  }

  .grid-2 {
    grid-column-gap: 8vh;
    grid-row-gap: 8vh;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-link {
    font-size: 2vh;
  }

  .dropdown {
    width: 80vw;
  }

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

  .h3-blue {
    font-size: 2vh;
  }

  .navilink {
    font-size: 3vh;
  }

  .container-4 {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .eptima-gmbh {
    width: 150px;
    margin-left: -6px;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .5vh;
    margin-left: auto;
  }

  .nav-referenzen {
    font-size: 3vh;
  }

  .section-8 {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .grid-referenzen {
    grid-row-gap: 2vh;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr;
    justify-items: start;
    padding-left: 14vw;
    padding-right: 14vw;
  }

  .trenner-referenzen {
    width: 100%;
    height: 1px;
  }

  .icon.left {
    margin-top: 220px;
    margin-bottom: 220px;
    margin-left: -1px;
    font-size: 3vh;
  }

  .icon.right {
    margin-top: 220px;
    margin-bottom: 220px;
    margin-right: 0;
    font-size: 3vh;
  }

  .slider-component {
    width: 100%;
    height: 100%;
  }

  .logo-referenzen {
    max-width: 150px;
  }

  .mask, .slide-1 {
    height: auto;
  }

  .container-7 {
    height: 60vh;
  }

  .left-arrow {
    margin-left: 2vw;
  }

  .right-arrow {
    margin-right: 2vw;
  }

  .html-embed-2, .html-embed-3, .html-embed-4, .html-embed-5, .html-embed-6 {
    font-size: 1.75vh;
  }

  .section-slider {
    padding: 5vh 0;
  }

  .zitat {
    font-size: 1.75vh;
  }

  .slide-2 {
    height: auto;
  }

  .mask-image {
    width: 200px;
    height: 200px;
  }
}

#w-node-_9cc33f7d-4b98-48ba-7387-6941e4140552-e4140550 {
  align-self: center;
  justify-self: start;
}

#w-node-_9cc33f7d-4b98-48ba-7387-6941e4140553-e4140550 {
  align-self: center;
  justify-self: end;
}

#w-node-link-block-14a12f00 {
  align-self: center;
  justify-self: start;
}

#w-node-_23f466b5-6103-769a-8c56-2e0214a12f15-14a12f00 {
  justify-self: end;
}

#w-node-_242a2336-c7c8-6ad7-1083-d17edf8d5631-6d58cb0c {
  align-self: center;
  justify-self: start;
}

#w-node-_242a2336-c7c8-6ad7-1083-d17edf8d5633-6d58cb0c {
  justify-self: end;
}

#w-node-ce378e15-9988-075d-062f-3c2051c0f821-6d58cb0d {
  align-self: start;
}

#w-node-_242a2336-c7c8-6ad7-1083-d17edf8d5631-6d58cb11 {
  align-self: center;
  justify-self: start;
}

#w-node-_242a2336-c7c8-6ad7-1083-d17edf8d5633-6d58cb11 {
  justify-self: end;
}

#w-node-_823283a7-d42f-6f3f-a0d9-70b1d581c846-6d58cb15, #w-node-e7e6a76d-d14a-a264-bd2a-6e42b657d958-6d58cb15, #w-node-_60f7c70c-768c-b0e9-d149-e79a3f734c40-6d58cb15, #w-node-_85df3eec-1521-6011-defc-ee4e69a93911-6d58cb15, #w-node-_758f85e3-1b7f-8d3b-0ddb-51dd7b53b8cd-6d58cb15, #w-node-_61fa3662-ff39-cf3b-7843-0066f718c0bc-6d58cb15, #w-node-ee472bef-528e-5996-2802-2898fa726358-6d58cb15 {
  justify-self: center;
}


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