.hero {
  position: relative;
  display: block;
  height: 96vh;
  min-height: 750px;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-image: url('../images/img_header_epic.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}

.div-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 50%;
  max-height: 400px;
  min-height: 350px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  background-color: #fff;
  line-height: 2px;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 59px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 50px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.intro_text {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  color: hsla(207, 4%, 44%, .9);
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.intro_text.intro_text_sm {
  margin-right: 10%;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}

.intro_text.intro_text_sm.no_margin {
  margin-right: 0%;
  -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;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}

.intro_text.intro_text_sm.no_margin.mobile {
  display: none;
}

.container_epic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote {
  padding-top: 0px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 112px;
}

.column {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 13%;
  padding-left: 10%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, #ececec 50%, #fff 0);
  background-image: linear-gradient(180deg, #ececec 50%, #fff 0);
}

.heading-4 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-4.mobile {
  display: none;
}

.heading-4.sec_title {
  margin-bottom: 31px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0px;
}

.heading-4.light {
  color: #000;
  font-weight: 800;
}

.heading-4.support {
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: hsla(0, 0%, 100%, .5);
  font-size: 11px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 700px;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/team.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.heading-5.white {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 44px;
  line-height: 40px;
  font-weight: 800;
  text-align: left;
}

.heading-5.white.map {
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.heading-5.white.footer {
  margin-bottom: 50px;
  color: #fff;
  line-height: 62px;
  font-weight: 800;
  text-align: center;
}

.heading-5.part {
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.9px;
}

.div-block-8 {
  padding-top: 250px;
  background-color: #ececec;
}

.image-5 {
  margin-top: -80px;
  padding-bottom: 0px;
}

.image-5.lazyload {
  width: 208px;
  max-width: none;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff 19%, #000 0, #000);
  background-image: linear-gradient(180deg, #fff, #fff 19%, #000 0, #000);
}

.heading-6 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.team_member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/img_team_ruben.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.team_member.misha {
  background-image: url('../images/Misha.jpg');
}

.team_member.diogo {
  background-image: url('../images/diogo.jpg');
}

.team_member.heli {
  background-image: url('../images/heli_profile.jpg');
}

.heading-7 {
  width: 100%;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, .5);
  font-size: 13px;
  line-height: 23px;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0.5px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer_txt {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.footer_txt.caps {
  opacity: 0.5;
  text-transform: uppercase;
}

.footer_txt.hover {
  margin-top: 5px;
  margin-bottom: 5px;
  border-style: solid;
  border-width: 0px;
  border-color: #000 #000 hsla(0, 0%, 100%, .64);
  -webkit-transition: color 200ms linear;
  transition: color 200ms linear;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.footer_txt.hover:hover {
  border-bottom-color: #b011ff;
  color: rgba(176, 17, 255, .92);
  font-weight: 700;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.modal-wrapper {
  position: fixed;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  -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-color: rgba(0, 0, 0, .5);
  -webkit-transition: -webkit-flex-basis 500ms ease, -webkit-flex-basis 500ms ease;
  transition: -webkit-flex-basis 500ms ease, -webkit-flex-basis 500ms ease;
  transition: flex-basis 500ms ease;
  transition: flex-basis 500ms ease, -webkit-flex-basis 500ms ease, -webkit-flex-basis 500ms ease, -ms-flex-preferred-size 500ms ease;
}

.modal-div {
  display: block;
  width: 50%;
  padding: 2% 5%;
  -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;
  background-color: #fff;
}

.close_modal {
  text-align: right;
}

.cross {
  width: 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.cross:hover {
  opacity: 0.46;
  color: #333;
}

.heading-9 {
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.field-label {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.field-label.heavy {
  margin-top: 0px;
  padding-left: 5px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.field-label.small-light {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.field-label.small-light.info {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
}

.text-field {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
}

.field-label-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.text-field-2 {
  font-family: 'Open Sans', sans-serif;
}

.text-span {
  color: #b011ff;
}

.text-span-2 {
  color: #b011ff;
}

.button-epic {
  position: static;
  bottom: 0px;
  display: block;
  width: 250px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(0deg, #c359f8, #451eb0 0%, #611686);
  background-image: linear-gradient(90deg, #c359f8, #451eb0 0%, #611686);
  box-shadow: 0 0 0 0 #b011ff;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-epic:hover {
  box-shadow: none;
}

.button-epic.open-arrival {
  position: static;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: 0 20px 80px 0 rgba(176, 17, 255, .3);
  -webkit-transition: box-shadow 400ms linear;
  transition: box-shadow 400ms linear;
  line-height: 20px;
  text-shadow: none;
}

.button-epic.open-arrival:hover {
  box-shadow: 0 10px 40px 0 rgba(176, 17, 255, .4);
}

.button-epic.form-in {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.button-epic.news-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 20px;
}

.button-epic.news-btn:hover {
  box-shadow: 0 10px 40px 0 rgba(176, 17, 255, .4);
}

.button-epic.go-to-live {
  position: static;
  display: block;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: 0 20px 80px 0 rgba(176, 17, 255, .3);
  -webkit-transition: box-shadow 400ms linear;
  transition: box-shadow 400ms linear;
  line-height: 20px;
  text-shadow: none;
}

.button-epic.go-to-live:hover {
  box-shadow: 0 10px 40px 0 rgba(176, 17, 255, .4);
}

.form {
  display: block;
  -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;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-13 {
  margin-top: 0px;
  text-align: center;
}

.video-2 {
  display: none;
}

.column-7 {
  padding-right: 15px;
  padding-left: 15px;
}

.column-8 {
  padding-right: 15px;
  padding-left: 15px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 500px;
  margin-top: 65px;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  text-shadow: none;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding: 5px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: hsla(0, 0%, 100%, .1);
}

.div-block-16.hotels_button {
  width: 200px;
  max-width: 300px;
  margin-top: 20px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.div-block-16.hotels_button:hover {
  opacity: 0.8;
}

.textarea {
  font-family: 'Open Sans', sans-serif;
}

.success-message {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.text-block {
  color: #379933;
  font-size: 16px;
}

.div-block-20 {
  display: block;
  margin-top: 5%;
  margin-right: 5%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.cancel {
  position: fixed;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.cancel:hover {
  opacity: 0.6;
}

.html-embed {
  height: 700px;
}

.div-block-1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 78vh;
  min-height: 580px;
  margin-bottom: 0px;
  padding-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle-3 {
  position: relative;
  display: block;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-link-4 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.dropdown-link-4.w--current {
  background-color: transparent;
  color: #000;
}

.icon-2 {
  position: absolute;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-span-3 {
  border-bottom: 1px none #000;
  color: #8a22be;
  font-weight: 600;
  text-decoration: none;
}

.link {
  color: #8a22be;
  font-weight: 600;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.column-16 {
  padding-right: 10px;
  padding-left: 10px;
}

.map_mob {
  display: none;
}

.partner-logo {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.partner-logo.lazyload {
  max-width: 200px;
}

.sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 25px;
  -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;
  background-image: -webkit-linear-gradient(270deg, #191524, #000);
  background-image: linear-gradient(180deg, #191524, #000);
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.sponsor_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.container_team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  -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;
}

.container-7 {
  margin-bottom: 80px;
}

.hotels-modal {
  position: fixed;
  z-index: 999;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  padding: 2% 10%;
  -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;
}

.heading-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.div-block-31 {
  display: block;
  overflow: visible;
  width: 150px;
  height: 4px;
  margin-bottom: 50px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #6f2b90;
}

.image-16 {
  margin-bottom: -15%;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  margin-top: 20px;
  -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;
}

.social_img {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social_img:hover {
  opacity: 0.62;
}

.sponsor_img {
  opacity: 1;
}

.separator-small {
  display: block;
  width: 90px;
  height: 4px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  background-color: rgba(176, 17, 255, .5);
  background-image: -webkit-linear-gradient(2deg, #a91eb0, #8819bd 36%, #4d10d4);
  background-image: linear-gradient(88deg, #a91eb0, #8819bd 36%, #4d10d4);
}

.hotel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 750px;
  min-height: 100px;
  margin-bottom: 10px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hotel-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 80px;
  padding: 10px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f5f5;
}

.hotel-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 80px;
  margin-right: 30px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.hotel-name {
  font-family: 'Open Sans', sans-serif;
  color: #6f2b90;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.hotel-country {
  color: #222;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.div-block-32 {
  width: 90%;
  text-align: left;
}

.hotels-h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  color: #6f2b90;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  text-shadow: none;
}

.heading-18-tba {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  opacity: 0.5;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar {
  position: relative;
  top: 0px;
  z-index: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  text-align: center;
}

.brand {
  position: static;
  display: inline-block;
  width: 24%;
  max-width: 250px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.nav-menu.right-menu {
  position: static;
  width: 35%;
  max-width: 350px;
  min-width: 300px;
  padding-right: 5%;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.nav-menu.left-menu {
  width: 35%;
  max-width: 350px;
  min-width: 300px;
  padding-right: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.first {
  padding-left: 0px;
}

.nav-link.last {
  padding-right: 0px;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.dropdown {
  position: absolute;
  left: auto;
  top: 20px;
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.div-block-33 {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown-list {
  background-color: transparent;
}

.news-heading {
  width: 100%;
  margin-top: 40px;
  color: #8800bd;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
}

.social-icons {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.separator {
  width: 40%;
  height: 2px;
  margin-bottom: 25px;
  background-color: rgba(176, 17, 255, .5);
  background-image: -webkit-linear-gradient(2deg, #a91eb0, #8819bd 36%, #4d10d4);
  background-image: linear-gradient(88deg, #a91eb0, #8819bd 36%, #4d10d4);
}

.dropdown-list-2.w--open {
  background-color: transparent;
}

.hotel-logo {
  max-height: 100px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block-2 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.type-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-right: 3px;
  padding: 10px 15px 10px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, .1);
}

.radio-button-field:active {
  box-shadow: 6px 0 20px 0 rgba(0, 0, 0, .15);
}

.radio-button-field._2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flywithus {
  width: 100%;
}

.hangar {
  width: 100%;
}

.support-fields {
  width: 100%;
}

.select-field {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row-7 {
  height: 100vh;
}

.column-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/heli-1-of-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  height: 100vh;
  min-height: 0vh;
  padding: 5% 30px 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fly-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  line-height: 44px;
}

.text-field-3 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.support-type {
  width: 100%;
  height: auto;
  min-height: 260px;
  margin-bottom: 20px;
  padding: 30px 20px 20px;
  background-color: #f8f5f5;
}

.contact-fields {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-epic-form {
  position: relative;
  bottom: 0px;
  display: block;
  width: 250px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(0deg, #c359f8, #451eb0 0%, #611686);
  background-image: linear-gradient(90deg, #c359f8, #451eb0 0%, #611686);
  box-shadow: 0 0 0 0 #b011ff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-epic-form:hover {
  box-shadow: none;
}

.text-block-2 {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 40px;
  opacity: 0.5;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.paragraph {
  margin-bottom: 35px;
  color: #6c7175;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.field-label-4 {
  width: 100%;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
}

.success-message-2 {
  background-color: transparent;
  font-weight: 600;
  text-align: left;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-3.hover:hover {
  color: #8a22be;
  font-weight: 700;
}

.map {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #141519;
}

.sm-card {
  position: relative;
  top: 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 900px;
  min-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 60px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 80px 1px hsla(285, 2%, 50%, .3);
  font-family: 'Open Sans', sans-serif;
}

.heading-20 {
  display: inline-block;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #a91eb0;
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-21 {
  color: #000;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}

.heading-21.hidden {
  display: block;
  margin-top: 0px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}

.heading-21.hidden {
  display: block;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-field-4 {
  max-width: 55%;
  min-width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-width: 0px 0px 2px;
  border-bottom-style: solid;
  border-bottom-color: #c7c6c3;
  border-radius: 0px;
  color: rgba(0, 0, 0, .5);
  font-weight: 600;
}

.submit-button {
  margin-left: 10px;
  padding: 10px 25px;
  border: 2px solid #6f2b90;
  border-radius: 100px;
  background-color: transparent;
  color: #6f2b90;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.success-message-3 {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #6f2b90;
  font-weight: 600;
  text-align: left;
}

.text-span-5 {
  color: rgba(29, 29, 29, .75);
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}

.radio-button {
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.textarea-2 {
  margin-top: 15px;
}

.heading-policy {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #000;
  font-size: 27px;
  line-height: 37px;
  font-weight: 700;
  text-align: left;
}

.heading-policy.no-bottom-margin {
  margin-bottom: 0px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field {
  display: block;
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.error-text {
  display: none;
  color: #da0e16;
  font-size: 16px;
}

.checkbox-field-2 {
  display: block;
  max-width: 80%;
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-23 {
  display: block;
  width: 75%;
  margin: 5px auto;
  color: #000;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

.heading-23.margin-top {
  margin-top: 30px;
  margin-bottom: 0px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.policy-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.html-embed-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.subheading-policy {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0px 10px 0px 0%;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.subheading-policy.sm {
  width: auto;
  line-height: 34px;
}

.unordered-list-2 {
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  list-style-type: lower-alpha;
}

.link-block-3 {
  max-width: 20%;
}

.bold-text-3 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-policy {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
  color: #6c7175;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
  list-style-type: none;
}

.paragraph-policy.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-2 {
  position: relative;
  z-index: 800;
  display: block;
  width: 100%;
  padding-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  text-align: center;
}

.live-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.brand-2 {
  position: static;
  display: inline-block;
  width: 40%;
  max-width: 250px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.heading-24 {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.blog {
  padding: 80px 20px;
  background-image: -webkit-linear-gradient(270deg, #000, #141519);
  background-image: linear-gradient(180deg, #000, #141519);
}

.post-text {
  position: relative;
  overflow: hidden;
  max-height: 140px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  color: #6c7175;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  text-align: left;
}

.blog-card {
  position: relative;
  z-index: 1000;
  display: block;
  width: 32%;
  height: 460px;
  min-height: 0px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 #000;
}

.blog-card:hover {
  bottom: 5px;
}

.blog-card.hidden {
  position: relative;
  z-index: 1000;
  display: none;
  width: 32%;
  height: 450px;
  min-height: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  box-shadow: 0 1px 80px 10px hsla(45, 2%, 50%, .3);
}

.first-card {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 #000;
}

.first-card:hover {
  bottom: 5px;
}

.first-card.hidden {
  position: relative;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 #000;
}

.first-card-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/EMPTY.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-card-div {
  padding: 30px;
}

.blog-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-card-div {
  position: static;
  z-index: 1000;
  display: block;
  padding: 120px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.heading-25 {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 1.5px;
  text-transform: none;
}

.link-5 {
  width: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #e204b3;
  font-size: 16px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.read-more {
  color: #e204b3;
  font-weight: 700;
  text-decoration: none;
}

.post-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-indent: 0px;
  text-transform: uppercase;
}

.first-card-a {
  position: static;
  display: block;
  width: 60%;
  height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.post-image {
  width: 100%;
  height: auto;
  max-height: 300px;
  min-height: 200px;
  background-image: url('../images/EMPTY.png');
  background-position: 50% 50%;
  background-size: cover;
}

.map-2 {
  padding: 80px 20px;
  background-color: #141519;
  background-image: -webkit-linear-gradient(270deg, #000, #141519);
  background-image: linear-gradient(180deg, #000, #141519);
}

.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.mapwrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.arrival-2 {
  position: static;
  display: block;
  overflow: hidden;
  max-width: 100%;
  padding-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Open Sans', sans-serif;
}

.error-text-2 {
  display: none;
  color: #da0e16;
}

.submit-button-2 {
  margin-left: 10px;
  padding: 10px 25px;
  border: 2px solid #6f2b90;
  border-radius: 100px;
  background-color: transparent;
  color: #6f2b90;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.submit-button-2:hover {
  background-color: #6f2b90;
  color: #fff;
}

.heading-26 {
  display: inline-block;
  margin-right: 20px;
  color: #000;
}

.icons-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-field-5 {
  max-width: 60%;
  min-width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 0px 0px 2px;
  border-bottom-style: solid;
  border-bottom-color: #c7c6c3;
  color: rgba(0, 0, 0, .5);
  font-weight: 600;
}

.newsletter {
  max-width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sm-card-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  min-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 1px 70px 10px rgba(0, 0, 0, .2);
}

.link-block-4 {
  margin-right: 0px;
  margin-left: 5px;
}

.social-media {
  display: block;
  padding-top: 80px;
  padding-bottom: 120px;
  -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;
}

.form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.live-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 180px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-wrapper {
  position: absolute;
  top: -55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.text-block-3 {
  opacity: 0.8;
  color: #939393;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.7px;
}

.body-2 {
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
}

.error-message {
  background-color: transparent;
}

.error-message-2 {
  background-color: transparent;
}

.error-message-3 {
  opacity: 0;
}

.partner-block {
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 160px;
  -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;
}

.lazyload {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}

.record-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.record {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  min-height: 100px;
  padding: 10px;
  float: none;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.record.es {
  min-height: 190px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.record-outer {
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 4px;
}

.record-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  min-height: 60px;
  margin-top: 0px;
  -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;
  color: #e204b3;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.record-number {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  color: #090909;
  font-size: 36px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.8px;
}

.record-unit {
  margin-bottom: 0px;
  color: #242324;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

.heading-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.checkbox-label {
  font-size: 13px;
}

.route {
  width: 100%;
  max-width: 1180px;
}

.lightbox-link {
  width: 100%;
}

.checkbox-label-2 {
  max-width: 90%;
}

@media (max-width: 991px) {
  .hero {
    height: 80vh;
    min-height: 770px;
  }
  .div-block {
    height: 60%;
    margin-top: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .intro {
    padding: 150px 20px 70px;
  }
  .intro_text {
    font-size: 18px;
    line-height: 37px;
  }
  .intro_text.intro_text_sm.no_margin {
    margin-right: 0%;
    font-size: 16px;
    line-height: 35px;
  }
  .column {
    padding-right: 3%;
    padding-left: 4%;
  }
  .heading-4 {
    font-size: 14px;
  }
  .heading-4.sec_title {
    line-height: 25px;
  }
  .heading-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-8 {
    padding-top: 110px;
  }
  .team {
    display: block;
  }
  .footer {
    display: block;
  }
  .modal-div {
    width: 90%;
  }
  .column-7 {
    height: 100%;
    min-height: 750px;
  }
  .column-8 {
    min-height: 750px;
  }
  .div-block-20 {
    margin-right: 3%;
  }
  .cancel {
    right: 30px;
  }
  .html-embed {
    height: 450px;
  }
  .div-block-1 {
    position: relative;
    margin-top: 0px;
  }
  .column-16 {
    display: inline-block;
    min-height: 750px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .container_team {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-6 {
    padding-right: 15px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column-19 {
    display: block;
    overflow: hidden;
    min-height: 750px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .hotels-modal {
    display: none;
  }
  .image-16 {
    margin-bottom: -10%;
  }
  .brand-logo {
    position: static;
  }
  .social {
    padding-left: 15px;
  }
  .hotel-wrapper {
    width: 100%;
  }
  .heading-18-tba {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .navbar {
    top: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .brand {
    position: relative;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .nav-menu.right-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100vh;
    max-width: none;
    min-width: 100%;
    padding-top: 5%;
    padding-left: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-link {
    width: 100%;
    font-size: 16px;
    text-align: left;
  }
  .menu-button {
    position: static;
    right: 300px;
    clear: none;
    font-size: 35px;
  }
  .menu-button.w--open {
    position: static;
    z-index: 1000;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: transparent;
    color: #000;
    font-size: 30px;
  }
  .dropdown {
    position: static;
    z-index: 1000;
    width: 30%;
    margin-left: 0px;
  }
  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .type-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-20 {
    min-height: 100%;
  }
  .column-21 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sm-card {
    top: 5%;
    width: 95%;
    padding: 20px 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .sm-card.es {
    top: 15%;
  }
  .heading-policy {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-23 {
    width: 75%;
  }
  .subheading-policy {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block-3 {
    position: relative;
    z-index: 999;
  }
  .paragraph-policy {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .navbar-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .brand-2 {
    position: relative;
  }
  .blog {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-card {
    width: 33%;
  }
  .blog-posts {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .first-card-div {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .link-5 {
    width: 20%;
  }
  .post-title {
    font-size: 14px;
  }
  .map-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-1 {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .heading-26 {
    color: #000;
  }
  .icons-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .newsletter {
    max-width: 75%;
  }
  .sm-card-2 {
    width: 95%;
    padding: 20px 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .social-media {
    padding-right: 20px;
    padding-left: 20px;
  }
  .record.es {
    width: 255px;
  }
  .menu-btn {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .hero {
    display: block;
    height: auto;
    max-height: 700px;
    min-height: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('../images/img_bg_header_mobile.jpg');
    background-position: 50% 50%;
  }
  .heading {
    width: 100%;
    font-size: 25px;
    line-height: 29px;
  }
  .div-block {
    height: 55%;
    min-height: 320px;
    margin-top: -20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .intro {
    padding-top: 80px;
  }
  .heading-3 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
  }
  .intro_text {
    margin-bottom: 20px;
  }
  .intro_text.intro_text_sm.no_margin.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    padding-left: 50px;
  }
  .container_epic {
    width: 600px;
  }
  .row {
    display: block;
  }
  .column {
    display: none;
  }
  .heading-4.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    padding-left: 50px;
  }
  .heading-4.mobile.title {
    margin-bottom: 50px;
    line-height: 28px;
  }
  .heading-4.support {
    font-size: 11px;
    line-height: 30px;
  }
  .column-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-5 {
    font-size: 25px;
    letter-spacing: 1px;
  }
  .div-block-8 {
    padding-top: 80px;
  }
  .team {
    background-image: -webkit-linear-gradient(270deg, #fff, #fff 11%, #000 0, #000);
    background-image: linear-gradient(180deg, #fff, #fff 11%, #000 0, #000);
  }
  .team_member {
    background-position: 50% 50%;
  }
  .row-2 {
    display: block;
    margin-top: 100px;
  }
  .column-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column-4 {
    -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;
  }
  .modal-div {
    width: 100%;
  }
  .field-label.heavy {
    margin-top: 10px;
  }
  .column-7 {
    min-height: 500px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-8 {
    min-height: 600px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-15 {
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
  }
  .div-block-16 {
    width: 450px;
  }
  .div-block-16.hotels_button {
    width: 250px;
  }
  .cancel {
    right: 20px;
    z-index: 1000;
  }
  .html-embed {
    height: 300px;
  }
  .dropdown-toggle-3 {
    position: relative;
    margin-top: 0px;
    clear: both;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-16 {
    min-height: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .map_desc {
    display: none;
  }
  .map_mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .container_team {
    width: auto;
  }
  .row-6 {
    max-width: 500px;
  }
  .column-19 {
    min-height: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hotels-modal {
    display: none;
  }
  .div-block-30 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .brand-logo {
    max-width: 100%;
  }
  .hotel-wrapper {
    width: 100%;
  }
  .hotel-info {
    width: 95%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hotel-logo-wrapper {
    margin-right: 10px;
  }
  .hotels-h1 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar {
    padding-top: 0px;
  }
  .brand {
    width: 35%;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu.right-menu {
    height: 100%;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-link.first {
    padding-left: 10px;
  }
  .menu-button {
    position: static;
    right: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #000;
    font-size: 35px;
    line-height: 28px;
  }
  .menu-button.w--open {
    position: static;
    z-index: 1000;
    background-color: transparent;
    color: #000;
  }
  .dropdown {
    position: static;
    display: block;
    width: 30%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: left;
  }
  .type-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .radio-button-field {
    width: 100%;
  }
  .radio-button-field._2 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .support-fields {
    min-height: 0px;
  }
  .column-20 {
    min-height: 0%;
  }
  .support-type {
    min-height: 0px;
  }
  .text-block-2 {
    color: #000;
    text-align: right;
  }
  .image-21 {
    max-width: 60%;
  }
  .sm-card {
    width: 95%;
    min-width: 0px;
    margin-top: 20px;
    padding: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-card.es {
    position: relative;
    margin-top: 30px;
  }
  .heading-20 {
    width: 100%;
    margin-right: 0px;
  }
  .heading-21 {
    margin-top: 0px;
    font-size: 18px;
    text-align: center;
  }
  .heading-policy {
    width: 90%;
    font-size: 24px;
    line-height: 33px;
  }
  .checkbox-field-2 {
    max-width: 100%;
  }
  .heading-23 {
    width: 85%;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
  }
  .button-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subheading-policy {
    width: 90%;
  }
  .link-block-3 {
    position: relative;
    z-index: 999;
  }
  .link-block-3.w--current {
    display: inline-block;
  }
  .paragraph-policy {
    width: 90%;
    font-size: 18px;
    line-height: 30px;
  }
  .navbar-2 {
    padding-top: 0px;
  }
  .live-nav {
    padding-right: 20px;
  }
  .brand-2 {
    width: 35%;
  }
  .blog {
    padding-right: 10px;
    padding-left: 10px;
  }
  .blog-card {
    width: 60%;
    margin-bottom: 20px;
  }
  .blog-card.hidden {
    width: 100%;
  }
  .first-card {
    display: block;
    width: 60%;
    height: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .first-card.hidden {
    min-height: 450px;
  }
  .first-card-image {
    width: 100%;
    max-height: 300px;
    min-height: 200px;
  }
  .blog-posts {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .first-card-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .heading-25 {
    margin-bottom: 20px;
    font-size: 25px;
    letter-spacing: 1px;
  }
  .link-5 {
    width: 100%;
    text-align: left;
  }
  .first-card-a {
    width: 100%;
  }
  .map-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .arrival-2 {
    position: static;
    height: auto;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .submit-button-2 {
    width: 100%;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .heading-26 {
    margin-right: 0px;
  }
  .icons-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-field-5 {
    max-width: 100%;
    border-radius: 0px;
  }
  .newsletter {
    display: block;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .sm-card-2 {
    width: 95%;
    min-width: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .subheading {
    line-height: 30px;
  }
  .record-wrapper {
    margin-top: 80px;
  }
  .record {
    width: 205px;
    min-width: 200px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .record-outer {
    margin-right: 10px;
    margin-left: 10px;
  }
  .record-title {
    width: 90%;
    font-size: 12px;
    line-height: 16px;
  }
  .record-number {
    font-size: 28px;
    line-height: 35px;
  }
  .heading-1 {
    width: 75%;
    line-height: 33px;
  }
}

@media (max-width: 479px) {
  .hero {
    height: auto;
    max-height: 750px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 100%;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 32px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
  }
  .div-block {
    width: 100vw;
    height: 100%;
    min-height: 430px;
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .intro {
    padding-top: 190px;
  }
  .intro.es {
    padding-top: 210px;
  }
  .heading-3 {
    font-size: 20px;
    line-height: 30px;
  }
  .intro_text {
    font-size: 16px;
    line-height: 32px;
  }
  .intro_text.intro_text_sm.no_margin.mobile {
    padding-top: 1px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container_epic {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-4.mobile {
    padding-left: 20px;
  }
  .heading-4.mobile.title {
    padding-left: 20px;
    letter-spacing: 1px;
  }
  .heading-4.support {
    display: block;
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading-5.white.map {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 27px;
  }
  .heading-5.white.footer {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 2px;
  }
  .team {
    padding-top: 180px;
    padding-bottom: 0px;
  }
  .heading-7 {
    padding-right: 1px;
    padding-left: 10px;
  }
  .footer {
    padding-top: 50px;
  }
  .modal-wrapper {
    display: none;
  }
  .modal-div {
    width: 100%;
    height: 100vh;
  }
  .button-epic {
    padding: 15px 10px;
  }
  .button-epic.open-arrival {
    max-width: 90%;
    margin-top: 15px;
  }
  .button-epic.go-to-live {
    max-width: 90%;
    margin-top: 25px;
  }
  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 350px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading-11 {
    width: 100%;
    font-size: 13px;
    line-height: 28px;
  }
  .div-block-16 {
    width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-16.hotels_button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cancel {
    right: 20px;
    z-index: 999;
  }
  .html-embed {
    height: 220px;
  }
  .div-block-1 {
    position: relative;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -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;
  }
  .dropdown-toggle-3 {
    margin-left: 0px;
  }
  .dropdown-link-4 {
    padding-left: 10px;
  }
  .map_mob {
    margin-bottom: -43%;
  }
  .sponsors {
    padding-top: 50px;
  }
  .container-2 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sponsor_column {
    padding: 10px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row-5 {
    display: block;
  }
  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px;
    -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;
  }
  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .link-block-2.w--current {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-7 {
    margin-bottom: 40px;
  }
  .hotels-modal {
    display: none;
  }
  .div-block-30 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .brand-logo {
    max-width: 100%;
  }
  .sponsor_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hotel-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hotel-info {
    width: 80%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hotel-logo-wrapper {
    width: 18%;
    margin-right: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hotel-name {
    font-size: 15px;
    line-height: 15px;
  }
  .hotel-country {
    font-size: 12px;
  }
  .div-block-32 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hotels-h1 {
    width: 100%;
    font-size: 13px;
    line-height: 28px;
  }
  .heading-18-tba {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 11px;
    line-height: 14px;
    font-weight: 800;
    text-align: left;
    letter-spacing: 1px;
  }
  .navbar {
    top: -10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .brand {
    position: static;
    width: 50%;
    max-width: 50%;
    min-height: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-menu {
    padding-top: 10%;
  }
  .nav-menu.right-menu {
    position: fixed;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-menu.left-menu {
    position: relative;
    width: 100%;
    max-width: none;
  }
  .nav-link {
    position: relative;
  }
  .menu-button.w--open {
    position: static;
    z-index: 1000;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #000;
  }
  .dropdown {
    width: 40%;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .div-block-33 {
    position: static;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .social-icons {
    margin-left: 10px;
  }
  .dropdown-list-2 {
    background-color: transparent;
  }
  .form-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .type-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .radio-button-field {
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .select-field {
    max-width: 100vh;
    font-size: 12px;
    line-height: 20px;
  }
  .column-21 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .support-type {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button-epic-form {
    padding: 15px 10px;
  }
  .sm-card {
    height: auto;
    min-height: 300px;
    padding: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sm-card.es {
    margin-top: 0px;
  }
  .heading-20 {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 28px;
  }
  .heading-21 {
    max-width: 90vw;
  }
  .heading-21.hidden {
    line-height: 27px;
  }
  .heading-21.hidden {
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
  }
  .form-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .text-field-4 {
    max-width: 100%;
    min-width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .submit-button {
    width: 100%;
  }
  .checkbox-field-2 {
    max-width: 100%;
  }
  .heading-23 {
    width: 100%;
    margin-bottom: 20px;
    line-height: 26px;
  }
  .button-wrapper {
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .link-block-3 {
    position: relative;
    top: 0px;
    display: inline-block;
    max-width: 60%;
  }
  .navbar-2 {
    padding-right: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .live-nav {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .brand-2 {
    position: static;
    width: 40%;
    min-height: 100px;
    padding-left: 0px;
    text-align: left;
  }
  .blog {
    padding-right: 10px;
    padding-left: 10px;
  }
  .blog-card {
    width: 85%;
  }
  .first-card {
    width: 85%;
  }
  .first-card.hidden {
    height: 450px;
    min-height: 0px;
  }
  .blog-card-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-posts {
    margin-top: 20px;
  }
  .first-card-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .heading-25 {
    margin-bottom: 20px;
  }
  .link-5 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .map-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .submit-button-2 {
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .heading-26 {
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
  }
  .text-field-5 {
    max-width: 100%;
    min-width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .newsletter {
    max-width: 90vw;
  }
  .sm-card-2 {
    width: 98%;
    height: auto;
    min-height: 300px;
    padding: 35px 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .social-media {
    padding-right: 5px;
    padding-left: 5px;
  }
  .form-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .live-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 150px;
    padding-top: 60px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .text-block-3 {
    opacity: 0.5;
    font-weight: 400;
  }
  .subheading {
    display: block;
    width: 95%;
    max-width: 280px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    line-height: 27px;
  }
  .record-wrapper {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .record {
    width: 100%;
    min-width: 150px;
    margin: 10px 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .record.es {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .record-outer {
    display: block;
    width: 70%;
    min-width: 150px;
    margin: 10px 3px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .record-title {
    width: 100%;
    max-width: 145px;
    font-weight: 700;
  }
  .record-number {
    background-color: transparent;
  }
  .heading-1 {
    width: 100%;
    font-size: 20px;
    line-height: 27px;
  }
}

