.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.background-video {
  height: 100vh;
}

.wrap-intro {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.wrap-up {
  justify-content: space-between;
  align-items: center;
  min-height: 15%;
  display: flex;
}

.wrap-centr {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrap-down {
  justify-content: center;
  align-items: center;
  min-height: 15%;
  display: flex;
}

.txt16 {
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3) blur(3px);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3) blur(3px);
  min-width: 1rem;
  font-family: Theseasons Lt, sans-serif;
  font-size: 1rem;
}

.txt16.four-style {
  font-family: Merriweather, serif;
}

.txt18 {
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3) blur(3px);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3) blur(3px);
  font-family: Theseasons Lt, sans-serif;
  font-size: 1.125rem;
}

.link {
  color: #fff;
}

.heading {
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3) blur(3px);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3) blur(3px);
  outline-offset: 0px;
  color: #fff;
  mix-blend-mode: normal;
  outline: 3px #fff;
  margin-bottom: 1rem;
  font-family: Stolzl, sans-serif;
  font-size: 2.813rem;
}

.text-span {
  font-family: Stolzl, sans-serif;
}

.image {
  -webkit-backdrop-filter: drop-shadow(0 2px 5px #000000b3) blur(3px);
  backdrop-filter: drop-shadow(0 2px 5px #000000b3) blur(3px);
}

.text-block {
  color: #fff;
  font-family: Theseasons Bd, sans-serif;
  font-size: 1.125rem;
}

.icon {
  color: #fff;
  margin-top: 24px;
}

.dropdown-link, .dropdown-link-2 {
  color: #fff;
  font-family: Theseasons Bd, sans-serif;
  font-size: 1rem;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.dropdown-toggle {
  padding-bottom: 10px;
}

.wrap-up-left {
  width: 10%;
}

@media screen and (max-width: 991px) {
  .wrap-intro {
    margin-left: 0;
    margin-right: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .txt16, .txt18 {
    font-size: 1rem;
  }

  .heading {
    font-size: 2.7rem;
  }

  .text-block {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .wrap-intro {
    margin-left: 0;
    margin-right: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .txt18 {
    text-align: center;
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    height: 100vh;
  }

  .wrap-intro {
    height: 100vh;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-down {
    justify-content: center;
    align-items: flex-start;
  }

  .heading {
    text-align: center;
  }

  .icon {
    margin-top: 9px;
  }

  .dropdown-toggle {
    padding-top: 5px;
  }

  .wrap-up-left {
    width: 60px;
  }
}


@font-face {
  font-family: 'Theseasons Lt';
  src: url('../fonts/theseasons-lt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl';
  src: url('../fonts/stolzl_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stolzl Book';
  src: url('../fonts/stolzl_book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theseasons Reg';
  src: url('../fonts/theseasons-reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Theseasons Bd';
  src: url('../fonts/theseasons-bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}