@font-face {
  font-family: Bpreplayextended;
  src: url('../fonts/BPreplayExtended.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bpreplayextended;
  src: url('../fonts/BPreplayExtendedBoldItalics.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Bpreplayextended;
  src: url('../fonts/BPreplayExtendedBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bpreplayextended;
  src: url('../fonts/BPreplayExtendedItalics.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Muller Demo;
  src: url('../fonts/Muller-Thin-DEMO.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Muller Demo;
  src: url('../fonts/Muller-ExtraBold-DEMO.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar-logo-left {
  z-index: 2147483647;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Bpreplayextended, Arial, sans-serif;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffffffbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown-toggle {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 20px 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #ffffffbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 0;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  margin-top: 20px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #ffffffbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #ee917b;
  border-radius: 7px;
  padding: 12px 25px;
  font-family: Bpreplayextended, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #ee917bc9;
}

.button-primary:active {
  background-color: #43464d;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.background-video {
  background-image: linear-gradient(#0000 74%, #003a5d), linear-gradient(#004670a1, #004670a1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.background-video._2 {
  height: 70vh;
}

.section-2 {
  color: #fff;
  background-color: #003a5d;
  padding: 120px 40px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1em;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  font-family: Bpreplayextended, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph.izq {
  text-align: left;
  max-width: 900px;
}

.paragraph._2 {
  font-size: 2rem;
  line-height: 1.6em;
  position: sticky;
  top: 300px;
}

.body {
  color: #fff;
  background-color: #003a5d;
  font-family: Roboto, sans-serif;
}

.background-video-2 {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 16px -5px #00000082;
}

.background-video-2:hover {
  transform: scale(.95);
}

.background-video-2._2 {
  aspect-ratio: 2;
  padding: 0;
  box-shadow: 0 0 16px -5px #00000082;
}

.background-video-2._2:hover {
  transform: scale(.95);
}

.text-block {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1em;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.div-block-3._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  max-width: 400px;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.div-block-5._3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-5._1300 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-3 {
  color: #fff;
  background-color: #ee927b;
  padding: 120px 40px;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1em;
}

.div-block-8 {
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.footer-subscribe {
  background-color: #003a5d;
  padding: 50px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #ffffffbf;
}

.footer-social-block-three {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three {
  margin-left: 0;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #fff;
}

.div-block-9 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10._2 {
  flex-flow: row-reverse;
}

.image {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #fff;
  border-radius: 20px;
  flex: 1;
}

.div-block-11 {
  color: #fff;
  border: 1px #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
  overflow: hidden;
}

.div-block-12 {
  background-color: #ee927b;
  border-bottom: 1px solid #fff;
  padding: 30px 20px;
}

.text-block-3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1em;
}

.div-block-13 {
  background-color: #ee927bcf;
  flex: 1;
  padding: 40px 20px;
}

.paragraph-2 {
  font-family: Bpreplayextended, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6em;
}

.div-block-14 {
  background-color: #ee927b00;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 40px;
  transition: all .3s;
  display: flex;
}

.div-block-14:hover {
  background-color: #ee927b80;
}

.div-block-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.slider {
  aspect-ratio: 2;
  background-color: #003a5d;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.left-arrow {
  background-color: #003a5d8a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  transition: all .2s;
  display: flex;
  inset: auto 80px 20px auto;
}

.left-arrow:hover {
  background-color: #ee927bab;
}

.right-arrow {
  background-color: #003a5d8a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  transition: all .2s;
  display: flex;
  inset: auto 20px 20px auto;
}

.right-arrow:hover {
  background-color: #ee927bab;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-image: linear-gradient(#00000047, #00000047), url('../images/96192.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 30px 30px 90px;
  display: flex;
}

.div-block-16._2 {
  background-image: linear-gradient(#00000047, #00000047), url('../images/63288.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-16._3 {
  background-image: linear-gradient(#00000047, #00000047), url('../images/118847.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  bottom: 20px;
}

.div-block-17 {
  grid-column-gap: 280px;
  grid-row-gap: 280px;
  color: #fff;
  flex-flow: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-4 {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1em;
}

.text-block-4.izq {
  text-align: left;
  font-size: 3rem;
}

.about-text {
  z-index: 1;
  margin-top: 7em;
  position: relative;
}

.div-block-18 {
  z-index: 2147483647;
  flex-flow: column;
  width: 7px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.div-block-19 {
  background-color: #ee927b;
  width: 100%;
  height: 100%;
}

.div-block-20 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff;
  flex-flow: column;
  padding-bottom: 20px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-5 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1em;
}

.div-block-23 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.div-block-24.contacto {
  flex: 1;
  align-self: stretch;
}

.text-block-6 {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: .9em;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6em;
}

.div-block-25 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1rem;
  text-decoration: none;
  display: flex;
}

.div-block-27 {
  border-right: 1px solid #ffffff4d;
  align-self: stretch;
}

.link {
  color: #fff;
}

.textarea {
  color: #fff;
  background-color: #fff0;
  border-top: 1px solid #0000;
  border-left: 1px solid #0000;
  border-right: 1px solid #0000;
  min-height: 100px;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1em;
}

.textarea:focus {
  border-color: #0000 #0000 #fff;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.textarea::placeholder {
  color: #fff;
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-29.m-s {
  margin-top: 10px;
}

.form-block {
  margin-top: 20px;
  margin-bottom: 0;
}

.form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border-top: 1px solid #0000;
  border-left: 1px solid #0000;
  border-right: 1px solid #0000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1em;
}

.text-field:focus {
  border-color: #0000 #0000 #fff;
  border-top-style: solid;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.text-field::placeholder {
  color: #fff;
}

.div-block-30 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 11px 14px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.div-block-30.bentero {
  color: #29186f;
  background-color: #fff;
}

.checkbox-field {
  margin-top: -20px;
  margin-bottom: 0;
}

.text-block-7 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1em;
}

.div-block-31 {
  min-height: 400px;
  position: relative;
}

.div-block-32 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-33 {
  width: 33.33%;
  padding: 30px;
}

.div-block-34 {
  aspect-ratio: 2 / 3;
  background-image: url('../images/2150285283.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px -2px #00000082;
}

.div-block-34:hover {
  transform: scale(1.05);
}

.div-block-34._2 {
  background-image: url('../images/2149373965.jpg');
}

.div-block-34._3 {
  background-image: url('../images/2510.jpg');
}

.div-block-34._4 {
  background-image: url('../images/534.jpg');
}

.div-block-34._5 {
  background-image: url('../images/freepik__adjust__92486.png');
}

.div-block-34._6 {
  background-image: url('../images/2968.jpg');
}

.div-block-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  margin: -120px 0 0;
  padding: 50px 30px 30px;
  transition: all .2s;
  display: flex;
  transform: translate(0, 120px);
}

.div-block-35:hover {
  opacity: 100;
  background-color: #ee927b80;
  transform: translate(0, 20px);
}

.text-block-8 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1em;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #153b55;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    color: #fff;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #ee927b;
    border-radius: 10px;
  }

  .background-video-2 {
    aspect-ratio: 16 / 9;
  }

  .div-block-5._3, .div-block-5._1300 {
    flex-flow: column;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .div-block-10, .div-block-10._2 {
    flex-flow: column;
  }

  .image {
    aspect-ratio: 16 / 9;
    width: 100%;
  }

  .div-block-20 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-23 {
    flex-flow: column;
  }

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

  .div-block-31 {
    min-height: 700px;
  }

  .div-block-33 {
    width: 50%;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .background-video, .background-video._2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading {
    font-size: 2.8rem;
  }

  .paragraph._2 {
    font-size: 1.6rem;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-three {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .slider {
    aspect-ratio: 1;
  }

  .text-block-4 {
    font-size: 2.8rem;
  }

  .div-block-20 {
    grid-template-columns: 1fr;
  }

  .div-block-33 {
    width: 50%;
  }

  .div-block-35 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-8 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .background-video, .background-video._2, .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 1.7rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .background-video-2, .background-video-2._2 {
    aspect-ratio: 1;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-2 {
    font-size: 1rem;
  }

  .div-block-14 {
    text-align: center;
  }

  .slider {
    aspect-ratio: auto;
    height: 600px;
  }

  .slide-nav {
    font-size: 10px;
    inset: auto auto 20px 20px;
  }

  .text-block-4 {
    font-size: 1.7rem;
  }

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

  .text-block-6 {
    font-size: 2.7rem;
  }

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


@font-face {
  font-family: 'Bpreplayextended';
  src: url('../fonts/BPreplayExtended.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bpreplayextended';
  src: url('../fonts/BPreplayExtendedBoldItalics.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bpreplayextended';
  src: url('../fonts/BPreplayExtendedBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bpreplayextended';
  src: url('../fonts/BPreplayExtendedItalics.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Muller Demo';
  src: url('../fonts/Muller-Thin-DEMO.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Muller Demo';
  src: url('../fonts/Muller-ExtraBold-DEMO.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}