body {
  color: #003252;
  flex-direction: column;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5em;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}

p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  white-space: pre-line;
  text-decoration: none;
}

.main {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(0, 165, 159, .34);
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.logo-headline {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 1em;
  display: block;
}

.headline-3 {
  font-weight: 600;
}

.color-orange {
  font-weight: 400;
}

.intro {
  max-width: 800px;
  text-align: center;
  margin-top: 40px;
}

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

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.body {
  align-items: center;
}

.body.dark {
  background-color: #0f192e;
}

.body-2 {
  align-items: center;
}

.logo-wrapper {
  align-items: center;
  display: flex;
}

.logo {
  max-width: 90px;
}

.header-top {
  z-index: 10;
  width: 100%;
  max-width: 1366px;
  flex-direction: row;
  flex: 0 auto;
  padding: 10px 60px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-bottom {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header-content {
  z-index: 10;
  max-width: 1366px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.header-titel {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  line-height: 1.2em;
}

.header-subline {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.button {
  min-width: 300px;
  text-align: center;
  background-color: #f8ac36;
  border-radius: 50px;
  margin-top: 60px;
  font-weight: 500;
  transition: transform .2s;
  box-shadow: 0 5px 3px -2px rgba(0, 0, 0, .15);
}

.button:hover {
  transform: translate(10px);
}

.button.contact {
  width: 250px;
  justify-content: center;
}

.mainmenu {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.menu-container {
  max-width: 1366px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65));
  position: absolute;
}

.header {
  width: 100%;
  height: 750px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.row {
  width: 100%;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 140px 60px;
  position: relative;
  overflow: hidden;
}

.row.dark-grey {
  color: #fff;
  background-color: #0f192e;
}

.row.contact, .row.grey {
  background-color: #f8f8f8;
}

.section {
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

.section.grid-3_2 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section.contact {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)), url('../images/pagebackground.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, .14);
}

.section.centerh {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrapper.contact {
  color: #fff;
  background-color: #0f192e;
  flex-direction: column;
  justify-content: center;
  padding: 41px 40px;
  display: flex;
}

.content-wrapper.contactform {
  padding: 40px;
}

.image-wrapper {
  position: relative;
}

.image-wrapper.services {
  height: 280px;
  max-height: 320px;
  overflow: hidden;
}

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

.image.shadow-bottom {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .36);
}

.image.callto {
  min-height: 250px;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3.services {
  grid-column-gap: 60px;
  margin-top: 40px;
}

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

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

.info {
  font-size: 14px;
}

.image-label {
  min-height: 90px;
  color: #003252;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -2px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Bebasneue, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-call-to {
  height: 280px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .35));
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subheading {
  text-transform: none;
  margin-top: 0;
  margin-left: 3px;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1em;
  display: block;
}

.icon {
  padding: 10px;
  font-family: "Fa 100", sans-serif;
  font-weight: 100;
}

.icon.thin {
  font-weight: 100;
}

.icon.thin.right {
  margin-left: 10px;
}

.icon.thin.small {
  color: #003252;
  font-size: 16px;
}

.icon.thin.small.dark {
  color: #fff;
  background-color: #003252;
}

.icon.solid {
  font-family: "Fa solid 900", sans-serif;
  font-weight: 100;
}

.icon.solid.right {
  margin-left: 10px;
}

.icon.big {
  margin-right: 15px;
  padding: 0;
  font-size: 24px;
}

.icon.menu {
  margin-right: 15px;
  padding: 0;
  font-size: 24px;
  font-weight: 100;
}

.textalign-left {
  text-align: left;
}

.menu-button {
  display: none;
}

.menulink {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding: 10px 20px;
  transition: border-color .2s, border-width .2s, color .2s;
}

.menulink:hover {
  color: #f8ac36;
  border-bottom-color: #f8ac36;
}

.menulink._4 {
  align-items: center;
  display: flex;
}

.left-arrow {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 0;
  right: auto;
}

.left-arrow:hover {
  transform: translate(-5px);
}

.slide-nav {
  padding-right: 40px;
  font-size: 10px;
  display: flex;
}

.right-arrow {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: transform .2s;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 40px;
  right: auto;
}

.right-arrow:hover {
  transform: translate(5px);
}

.mask.visible {
  overflow: visible;
}

.slider-image-grid {
  height: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 40px;
  display: grid;
}

.slider-image-grid.nopadding, .slider-image-grid.grid2 {
  padding-right: 0;
}

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

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slide.width3_4 {
  width: 33%;
}

.loader {
  z-index: 1000;
  background-color: #000f18;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-2 {
  width: 15%;
}

.lotting-loading {
  width: 10%;
}

.loading-label {
  color: #fff;
  letter-spacing: 10px;
  font-size: 14px;
  font-weight: 200;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4.services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-content: start;
  align-items: start;
  margin-top: 40px;
}

.tariner {
  min-height: 500px;
  background-color: #fff;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
  box-shadow: 0 20px 30px -20px rgba(0, 0, 0, .15);
}

.tariner.reverse {
  flex-direction: row-reverse;
}

.tariner.last {
  margin-bottom: 0;
}

.trainertext {
  background-image: linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)), url('../images/pagebackground.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.trainertext.reverse {
  flex-direction: column;
}

.trainerimage._1 {
  background-image: url('../images/WhatsApp-Image-2022-03-26-at-11.40.42.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.trainerimage._2 {
  background-image: url('../images/hannes-marb.jpeg');
  background-position: 50% 20%;
  background-size: cover;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2.services {
  grid-column-gap: 60px;
  margin-top: 40px;
}

.logowrapper {
  align-items: center;
  display: flex;
}

.header-top-wrapper {
  z-index: 10;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  padding: 10px 60px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.flyer {
  width: 600px;
  max-width: 600px;
}

.grid-4-copy {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-copy.services {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-content: start;
  align-items: start;
  margin-top: 40px;
}

.contact {
  max-width: 1366px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .image-call-to {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .header-bottom {
    padding: 60px;
  }

  .header-content {
    z-index: 0;
    position: relative;
  }

  .header-titel {
    font-size: 40px;
  }

  .mainmenu {
    height: 100vh;
    min-width: 100%;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-container {
    height: 100vh;
    background-color: rgba(1, 19, 31, .98);
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    display: none;
  }

  .header {
    height: auto;
  }

  .row {
    padding: 60px;
  }

  .row.contact {
    padding: 0;
  }

  .section.grid-3_2, .section.contact, .grid-3.services {
    grid-template-columns: 1fr;
  }

  .menu-button {
    width: 64px;
    height: 64px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 25px;
    left: auto;
    right: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .35);
  }

  .mask {
    overflow: visible;
  }

  .slider-image-grid {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .slider-image {
    height: 350px;
  }

  .slider {
    display: block;
  }

  .slide {
    width: 100%;
  }

  .lotting-loading {
    width: 20%;
  }

  .grid-4.services, .grid-2.services, .grid-4-copy.services {
    grid-template-columns: 1fr;
  }

  .contact {
    height: 100vh;
    background-color: rgba(1, 19, 31, .98);
    flex-direction: column;
    justify-content: center;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .button, .button.contact {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-align: left;
    font-size: 2rem;
  }

  p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-headline {
    font-size: 18px;
  }

  .logo-wrapper {
    justify-content: center;
  }

  .header-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-bottom {
    padding: 40px 20px;
  }

  .header-content {
    z-index: 0;
    max-width: 100%;
    padding: 40px;
    position: relative;
  }

  .header-titel {
    font-size: 24px;
    line-height: 1.5em;
  }

  .header-subline {
    display: none;
  }

  .button, .button.contact {
    width: 100%;
    min-width: auto;
  }

  .mainmenu {
    z-index: 1000000000;
    height: 100vh;
    min-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-container {
    width: 100%;
    height: 100vh;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(1, 19, 31, .96);
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
    display: none;
  }

  .header {
    height: auto;
  }

  .row {
    padding: 40px;
  }

  .row.contact {
    padding: 40px 20px;
  }

  .section.grid-3_2, .section.contact {
    grid-template-columns: 1fr;
  }

  .section.centerh {
    display: block;
  }

  .content-wrapper.contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.contactform {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .image-wrapper.services {
    height: 250px;
  }

  .image.shadow-bottom {
    width: auto;
  }

  .text-center {
    text-align: left;
  }

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

  .form {
    display: block;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .image-label {
    color: #fff;
    background-color: #003252;
  }

  .subheading {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3em;
  }

  .menu-button {
    z-index: 1000;
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 25px;
    left: auto;
    right: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .35);
  }

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

  .menulink._1, .menulink._2, .menulink._3, .menulink._4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .lottie-animation {
    width: 64px;
    height: 64px;
    padding: 20px;
  }

  .footer-texte {
    text-align: center;
    font-size: 14px;
  }

  .mask, .mask.visible {
    overflow: hidden;
  }

  .slider-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 0;
    display: flex;
  }

  .slide, .slide.width3_4 {
    width: 100%;
  }

  .lotting-loading {
    width: 30%;
  }

  .loading-label {
    font-size: 10px;
  }

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

  .tariner {
    flex-direction: column-reverse;
    display: flex;
  }

  .trainertext {
    padding: 20px;
  }

  .trainerimage._1, .trainerimage._2 {
    min-height: 300px;
  }

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

  .header-top-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block {
    width: 100%;
    flex-direction: column;
  }

  .flyer {
    width: 100%;
    max-width: 100%;
  }

  .grid-4-copy {
    grid-template-columns: 1fr;
  }

  .contact {
    width: 100%;
    height: 100vh;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(1, 19, 31, .96);
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
    display: none;
  }
}

#w-node-_68975b3e-c308-02f7-c94c-22c0948c3ac9-c567a19d, #w-node-bb7ac0b0-116d-0d93-e6cf-c46eea39980a-c567a19d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16c7ff7c-b816-f1fc-9d5f-6876cf9c3d9e-c567a19d {
  align-self: stretch;
}

#w-node-ee99ef5c-be2a-eb6f-a07c-e2bc1be44be1-c567a19d {
  align-self: center;
}

#w-node-ee99ef5c-be2a-eb6f-a07c-e2bc1be44bed-c567a19d {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-ee99ef5c-be2a-eb6f-a07c-e2bc1be44bf3-c567a19d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-ee99ef5c-be2a-eb6f-a07c-e2bc1be44be9-c567a19d, #w-node-ee99ef5c-be2a-eb6f-a07c-e2bc1be44beb-c567a19d, #w-node-ee99ef5c-be2a-eb6f-a07c-e2bc1be44bed-c567a19d, #w-node-ee99ef5c-be2a-eb6f-a07c-e2bc1be44bef-c567a19d, #w-node-ee99ef5c-be2a-eb6f-a07c-e2bc1be44bf1-c567a19d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}