.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.menu_div {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero {
  background-image: url('../images/milo_hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 50vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero.policy {
  height: 25vh;
}

.footer {
  background-image: linear-gradient(#127e8e, #002133);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.footer_bottom {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer_bottom.policy {
  background-color: #fff;
  box-shadow: 0 3px 5px #0003;
}

.tab_div {
  background-color: #f8f8f8;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.tab_div.hide {
  padding-top: 40px;
}

.hero_text {
  width: 80vw;
  margin: 0 auto;
}

.hero_heading {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.hero_intro_txt {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.hero_button {
  margin-top: 20px;
}

.button_main {
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button_main.maroon {
  color: #fff;
  background-color: #b43951;
}

.button_main.turquoise {
  color: #052734;
  background-color: #83cdba;
  margin-left: 40px;
}

.button_main.turquoise._2 {
  color: #052734;
  margin-top: 40px;
  margin-left: 0;
}

.button_main.turquoise.hide {
  display: none;
}

.button_main.dark_blue {
  background-color: #093d52;
  border: 2px solid #093d52;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
}

.button_main.dark_blue:hover {
  color: #093d52;
  background-color: #9eafb600;
  border: 2px solid #093d52;
  font-weight: 700;
}

.intro_paragraph {
  text-align: center;
  width: 80vw;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.inline_bold {
  color: #b43951;
  font-family: Montserrat, sans-serif;
}

.why {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95vw;
  margin-bottom: 20px;
  display: flex;
}

.dev-tabs_list-btn-icon {
  width: 14px;
  height: 20px;
  line-height: 1;
  display: none;
}

.dev-tabs_list {
  width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.dev-tabs_tab {
  position: absolute;
  inset: 0% 0% auto;
}

.dev-tabs_menu {
  z-index: 1;
  background-color: #21212100;
  border-radius: 12px;
  width: 280px;
  padding: 4px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dev-tabs_content {
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.dev-tabs_list-btn {
  color: #737373;
  background-color: #0000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 33.33%;
  padding: 1em;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.dev-tabs_list-btn:hover {
  color: #fff;
}

.dev-tabs_list-btn.cc-active {
  color: #fff;
  background-color: #d14424;
  flex-flow: row;
}

.dev-tabs_menu-link {
  color: #737373;
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  flex: 1;
  padding: .4em 2.2em;
  font-size: 1rem;
  line-height: 1;
}

.dev-tabs_menu-link:hover {
  color: #fff;
}

.dev-tabs_menu-link.w--current {
  color: #fff;
  background-color: #505050;
}

.dev-tabs_list-content {
  background-color: #1c1c1c;
  border-radius: 10px;
  max-width: 600px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.dev-tabs_list-content.cc-active {
  width: 100%;
  max-width: 75%;
  height: auto;
  display: block;
}

.u-img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dev-tabs_img-aspect {
  border-radius: 12px;
  padding-top: 0%;
  position: relative;
}

.dev-tabs {
  width: 95vw;
  max-width: none;
  min-height: 650px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dev-tabs_list-item {
  height: auto;
  margin-bottom: 0;
}

.h2_heading {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.h2_heading.turquoise {
  color: #158693;
  font-size: 34px;
}

.divider {
  background-color: #158693;
  width: 10%;
  height: 2.5px;
}

.slider {
  background-color: #fff0;
  width: 95vw;
}

.icon {
  color: #158693;
  margin-right: 0;
}

.icon-2 {
  color: #158693;
  margin-left: 0;
}

.why_slide {
  width: 33.33%;
  height: auto;
}

.c-no-dots {
  z-index: 10;
  padding-top: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.c-flip-card {
  position: relative;
}

.no-dot {
  opacity: .2;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 5px 2px;
}

._w-card-back {
  perspective: 1000px;
  background-color: #158693;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.c-card-back {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 220px;
  display: none;
}

.c-card-btn-text {
  width: 100%;
  padding: 10px 20px;
}

.c-card-btn-text.focus {
  background-color: #ff6565;
  position: absolute;
  overflow: hidden;
}

.card-btn-link {
  color: #fff;
  text-align: center;
  border: 2px solid #ff6565;
  border-radius: 1000px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.c-card-btn {
  padding: 20px;
}

.c-card-text {
  perspective: 1000px;
  border-top: 1px dashed #ffffff40;
  padding: 20px 15px;
  transform: translate(0);
}

.card-no-text {
  opacity: .2;
  color: #fff;
  font-size: 7em;
  font-weight: 700;
  line-height: 1em;
  transform: translate(-20px);
}

.c-card-label {
  text-align: center;
  padding: 20px;
}

.card-bg-quotemark {
  color: #fff;
  display: inline-block;
}

.card-bg-quotemark.top {
  opacity: .2;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  inset: -.4em auto auto -.3em;
}

.card-bg-quotemark.btm {
  opacity: .2;
  font-family: PT Sans, sans-serif;
  font-size: 5em;
  line-height: 1em;
  position: absolute;
  inset: auto -.3em -.4em auto;
}

.card-alias {
  color: #ddd;
  text-align: right;
  font-size: .9em;
  line-height: 1em;
}

._w-card-quote {
  position: relative;
}

.c-card-quote {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.card-text.focus {
  z-index: 10;
  position: relative;
}

.c-card-title {
  margin-bottom: 5px;
}

.card-title {
  color: #fff;
  text-align: right;
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.c-card-no {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.card-img {
  height: 120px;
}

.card-label {
  opacity: .2;
  color: #fff;
  font-size: .8em;
  line-height: 1em;
}

.card-btn-focus-bg {
  background-image: radial-gradient(circle farthest-side, #ff9865, #fff0);
  width: 75%;
  height: 200%;
  position: absolute;
  inset: -75% -10% auto auto;
}

.card-quote {
  z-index: 5;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1em;
  font-style: italic;
  line-height: 1.4em;
  position: relative;
}

.c-card-front {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 220px;
  display: flex;
  box-shadow: 2px 2px 5px #0003;
}

._w-card-front {
  perspective: 1000px;
  background-color: #f8f8f8;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
  position: relative;
  transform: none;
  box-shadow: 2px 2px 20px 1px #00000024;
}

.mask {
  height: auto;
}

.card_div {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer_content {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  display: flex;
}

.why_icon {
  width: 30%;
}

.h3_heading {
  color: #158693;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.why_slider_text {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.copright_txt {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.copright_txt:hover {
  color: #83cdba;
}

.bottom_logo {
  width: 9%;
}

.left-arrow {
  left: -23px;
}

.right-arrow {
  right: -14px;
}

.footer_contact {
  background-color: #052734;
  width: 90vw;
  padding: 40px;
}

.dev-tabs_list-btn-2 {
  color: #737373;
  background-color: #0000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  padding: 1em;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
}

.dev-tabs_list-btn-2:hover {
  color: #fff;
}

.dev-tabs_list-btn-2.cc-active {
  color: #fff;
  background-color: #d14424;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  width: auto;
  height: 200px;
}

.dev-tabs_list-btn-2.cc-active.communication {
  background-color: #093d52;
}

.dev-tabs_list-btn-2.scheduling {
  background-color: #158693;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
}

.dev-tabs_menu-2 {
  z-index: 1;
  background-color: #212121;
  border-radius: 12px;
  flex-flow: row;
  width: 280px;
  padding: 4px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.eyebrow {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.1;
  display: block;
}

.auto-tabs_wrapper {
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.auto-tabs_timer-bar {
  background-color: #dd6b00;
  width: 0%;
  height: 1px;
  margin-bottom: -1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.auto-tabs {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 37rem;
  display: flex;
  position: static;
}

.auto-tabs_column {
  max-width: 48%;
  margin-left: auto;
}

.auto-tabs_img-mobile {
  display: none;
}

.auto-tabs_pane {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.auto-tabs_tab {
  background-color: #0000;
  border-bottom: 1px solid #dd6b0033;
  padding: 24px 0;
}

.auto-tabs_tab.w--current {
  color: #dd6b00;
  background-color: #0000;
}

.auto-tabs_pause-icon {
  width: 32px;
  line-height: 1;
}

.auto-tabs_pause-icon.cc-play {
  display: none;
}

.auto-tabs_content {
  width: 44%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.auto-tabs_pause-btn {
  color: #dd6b00;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.auto-tabs_pause-btn:hover {
  color: #4e443b;
}

.auto-tabs_menu {
  flex-direction: column;
  margin-top: 5rem;
  display: flex;
}

.text-black {
  color: #333;
}

.auto-tabs_description {
  display: none;
}

.tab_text {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 26px;
  text-decoration: none;
}

.submit {
  color: #83cdba;
  background-color: #0000;
  border: 2px solid #83cdba;
  border-radius: 0;
  width: auto;
  margin-top: 0;
  margin-left: 40px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.submit:hover {
  color: #05212c;
  background-color: #83cdba;
  border: 2px solid #83cdba;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
}

.recaptcha {
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact_us_container {
  width: 90%;
}

.error {
  background-color: #efaf42;
  border-radius: 13px;
  padding: 20px;
}

.dropdown-toggle-4 {
  color: #fff;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 12px;
}

.success_txt {
  color: #05212c;
  font-weight: 700;
}

.links {
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.links:hover {
  color: #83cdba;
}

.links.cyan {
  color: #83cdba;
  cursor: pointer;
}

.links.cyan:hover {
  color: #fff;
}

.h1_heading_main {
  color: #0c3e53;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.h1_heading_main.cyan {
  color: #83cdba;
  font-size: 25px;
}

.form_element {
  width: 48%;
  display: flex;
}

.div-block-28 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.form-block {
  margin-bottom: 0;
}

.contact_icon {
  width: 35px;
  margin-right: 0;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
  position: static;
  top: -59px;
}

.heading.contact_headings {
  color: #83cdba;
  justify-content: center;
  align-items: flex-start;
}

.dropdown-list-7 {
  color: #fff;
  background-color: #093d52;
}

.text-span {
  font-size: 18px;
}

.template {
  color: #fff;
}

.template:hover {
  color: #fff;
  background-color: #05212c;
}

.form_field {
  color: #83cdba;
  text-align: left;
  background-color: #fff0;
  border: 1px solid #fff;
  height: auto;
  min-height: 55px;
  margin-bottom: 0;
  padding: 10px 0 10px 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.form_field:active, .form_field:focus {
  color: #fff;
}

.form_field:focus-visible, .form_field[data-wf-focus-visible] {
  color: #fff;
  background-color: #fff0;
}

.form_field::placeholder {
  color: #83cdba;
}

.form_field.dropdoen {
  width: 100%;
  min-height: auto;
}

.form_field.select {
  display: none;
}

.column-63 {
  flex-flow: column;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 40px;
  display: flex;
}

.dark_blue_col {
  background-color: #052734;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 10px;
}

.contact_row {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.contact_row.single {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.form_label {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.div-block-27 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact_div {
  margin-bottom: 20px;
}

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

.contact_div.last.linkedindiv {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.success-message {
  background-color: #83cdba;
  border-radius: 12px;
}

.columns-13 {
  display: flex;
}

.error_txt {
  color: #05212c;
  font-weight: 600;
}

.contact_intro_text {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.tabs {
  max-width: 1000px;
  display: flex;
}

.tabs.margin-bottom.margin-medium {
  width: 95vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #333;
  background-color: #0000;
  border: 3px solid #006cff;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
}

.button:hover {
  color: #fff;
  background-color: #006cff;
}

.icon-3 {
  width: 55px;
  height: 48px;
}

.tab-content-wrapper {
  color: #fff;
  background-color: #093d52;
  height: 100%;
  padding: 0 0 20px;
  font-family: Montserrat, sans-serif;
}

.is--tab-heading {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.is--tab-heading.blue {
  color: #093d52;
}

.tab {
  opacity: .5;
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.tab.w--current {
  opacity: 1;
  background-color: #093d5200;
  width: 100%;
  padding: 0;
  font-weight: 400;
}

.tabs-content {
  background-color: #ffffff2e;
  flex: 1;
  padding: 0;
}

.is-tab-subtext {
  color: #fdfdfd;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.is-tab-subtext.blue {
  color: #093d52;
  font-weight: 500;
}

.box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #093d52;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
}

.box.schedule_box {
  background-color: #158693;
  border-radius: 0;
}

.box.requirements_box {
  background-color: #83cdba;
  border-radius: 0;
}

.div-block-3 {
  margin-left: 2em;
  margin-right: 2em;
}

.tabs-menu {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  display: flex;
}

.tab-pane-tab-1 {
  background-color: #093d52;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.heading-2 {
  margin-top: 0;
}

.tab-pane-tab-2 {
  background-color: #158693;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.heading-3 {
  text-align: center;
  background-color: #ffffff45;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 20px;
  line-height: 25px;
}

.heading-3.blue {
  color: #093d52;
}

.heading-3.mockup {
  background-color: #fff0;
  margin-top: 10px;
  padding: 0;
  font-size: 18px;
}

.tab-pane-tab-3 {
  background-color: #83cdba;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.heading-4 {
  margin-top: 0;
}

.div-block-29 {
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  display: flex;
}

.milo_logo {
  width: 50%;
}

.maluti_logo {
  width: auto;
}

.link-block {
  width: 10%;
}

.contact_button {
  background-color: #093d52;
}

.blue_text_block {
  -webkit-text-fill-color: inherit;
  background-color: #1586936e;
  background-clip: border-box;
  margin: 20px;
  padding: 20px;
}

.blue_text_block.turq {
  background-color: #83cdba5e;
}

.blue_text_block.teal {
  background-color: #158693a8;
}

.h3_sub_heading {
  text-align: left;
  margin-top: 0;
  margin-left: 20px;
  font-size: 18px;
  line-height: 25px;
}

.h3_sub_heading.center {
  text-align: center;
  margin-bottom: 20px;
  margin-left: 0;
}

.h3_sub_heading.center.blue {
  color: #093d52;
}

.h3_sub_heading.blue {
  color: #fff;
  line-height: 25px;
}

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

.lists_text._2 {
  margin-top: 10px;
}

.lists_text._2.zx {
  color: #093d52;
}

.lists_text.blue {
  color: #fff;
}

.list-item, .list-item-2, .list-item-3 {
  margin-bottom: 5px;
}

.column-64 {
  padding-left: 10px;
}

.columns-14 {
  display: flex;
}

.columns-14.col2 {
  margin-top: 0;
}

.column-65 {
  border-right: 1px solid #ffffff80;
}

.column-65.no_border {
  border-right-style: none;
  border-right-width: 0;
}

.column-65.blue_border {
  border-right-color: #093d52ba;
}

.no_border {
  border-right: 1px #000;
}

.swp-links-slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  width: 50%;
  margin-left: auto;
  display: flex;
}

.headline-4 {
  color: #072d66;
  border-bottom: 0 solid #dbe5f0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}

.primary-link {
  color: #0074a2;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-decoration: none;
  display: inline-block;
}

.primary-link:hover {
  color: #fdb84d;
  text-decoration: none;
}

.swp-link {
  color: #959494;
  text-transform: capitalize;
  cursor: pointer;
  border: 2px solid #0074a2;
  border-radius: 10px;
  width: 100%;
  max-width: 95%;
  margin-bottom: 14px;
  padding: 22px 22px 10px;
  font-size: 21px;
  line-height: 31px;
  text-decoration: none;
  display: block;
}

.swp-text-block {
  color: #515f6e;
  text-transform: none;
  height: 100%;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  line-height: 21px;
  transition: margin-bottom .2s, height .25s;
  overflow: hidden;
}

.swp-link-title-wrapper {
  align-items: center;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.swp-image-wrapper {
  margin-right: 11px;
}

.swp-image-wrapper.mb-40 {
  width: 100%;
  margin-right: 0;
  padding-top: 514px;
  padding-left: 0;
  position: relative;
}

.d-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.d-flex.swp-image-wrapper {
  justify-content: center;
  height: auto;
  margin-right: 0;
  overflow: hidden;
}

.swp-text-wrapper {
  height: auto;
  max-height: 0;
  transition: all .5s;
  display: block;
  overflow: hidden;
}

.text-block-6 {
  color: #0074a2;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.swp-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swp-details-block {
  display: none;
}

.active-indicator {
  width: 10px;
  height: auto;
  margin-bottom: 0;
  transition: all .2s cubic-bezier(.012, .364, .807, .679);
  position: absolute;
  top: auto;
  bottom: auto;
  right: 0;
  transform: rotate(180deg);
}

.progressbar {
  color: #0074a2;
  background-color: #fdb84d;
  width: 0;
  height: 5px;
  margin-top: 30px;
}

.swp-image-slider {
  width: 100%;
  max-width: 50%;
}

.list-item-4, .list-item-5 {
  margin-bottom: 5px;
}

.image_slider {
  margin-top: 20px;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.mockup_img {
  width: 95%;
}

.div-block-30 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mockup_slider {
  background-color: #fffcfc00;
  width: auto;
  height: auto;
  margin: 20px auto 0;
}

.mockup_slide {
  width: 33.33%;
  height: auto;
}

.mockup_div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-4 {
  color: #fff;
  background-color: #093d5200;
}

.icon-5 {
  color: #fff;
}

.slide-nav {
  display: none;
}

.select-field {
  color: #83cdba;
  background-color: #f3f3f300;
  height: 55px;
  min-height: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  overflow: visible;
}

.slider_section {
  background-color: #ffffff12;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section {
  width: 100vw;
  height: auto;
}

.tab-container {
  background-color: #eef2f6;
  max-width: 1440px;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 16px;
  position: relative;
}

.tab-container.vertical-container {
  background-color: #eef2f6;
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.tab-list {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-right: 1px solid #ffffff4d;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 0 7px;
  padding: 0 7px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tab-list.vtab-list {
  border-top: 0 solid #006fbe;
  border-bottom: 1px solid #ffffff4d;
  border-left: 0 solid #006fbe;
  border-right: 0 solid #0000;
  flex: 0 auto;
  max-width: 100%;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.tab-list.vtab-list.last-child {
  border-bottom-width: 0;
}

.tab-block {
  padding: 50px 20px 20px;
  display: flex;
}

.tab-block.vtab-block {
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
}

.title-name {
  color: #0890f2;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.title-name.htitle-name {
  text-align: left;
  font-size: 34px;
  font-weight: 600;
}

.tab-title {
  color: #fff;
  text-align: center;
  background-color: #0890f2;
  border-top: 5px solid #0890f2;
  border-bottom: 0 solid #0890f2;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 50px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.tab-title.w--current {
  color: #fff;
  background-color: #0890f2;
  border: 0 solid #0890f2;
  border-top: 5px #0000;
  align-items: center;
  padding: 20px 50px;
  transition: all .2s;
  display: block;
}

.tab-title.vt-title {
  border-top-width: 0;
  padding: 30px 100px;
}

.tab-title.vt-title.item-bgcolor {
  border-bottom-width: 0;
  border-bottom-color: #ffffff4d;
  border-right-width: 0;
  padding: 15px 70px;
}

.tab-title.vt-title.item-bgcolor.w--current {
  border-bottom-width: 0;
  border-bottom-color: #ffffff4d;
  padding: 15px 50px;
}

.tab-title.vt-title.item-bgcolor.no-border {
  border-bottom-width: 0;
}

.image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
}

.image.v-img {
  width: 100%;
}

.tab-content {
  color: #000;
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 0 0 15px 15px;
  height: auto;
  padding: 0;
  transition: all .3s;
}

.tab-content.item-bgcolor {
  border-bottom-right-radius: 37px;
  border-bottom-left-radius: 37px;
  flex-flow: row;
  align-items: center;
  padding: 50px 40px 40px;
  display: flex;
  position: relative;
}

.tab-content.item-bgcolor.v-content {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tab-text {
  color: #333;
  width: 70%;
  padding: 0 20px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
}

.tab-text.v-text {
  text-align: justify;
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
}

.vertical-tab-contnet {
  background-color: #fff;
  border-radius: 0 37px 37px 0;
  height: auto;
  position: relative;
  overflow: hidden;
}

.vertical-tabs {
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-lists {
  z-index: 999;
  background-color: #0890f2;
  border-radius: 100px;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-lists.vertical-tab-list {
  text-align: center;
  background-color: #0890f2;
  border-radius: 0;
  flex: 0 auto;
  width: auto;
  min-width: auto;
  height: auto;
  padding: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.img-block {
  border-radius: 10px;
  width: 30%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-block.v-img-block {
  border-radius: 20px;
  width: 30%;
  overflow: hidden;
}

.vertical-tab-bolock {
  max-width: 1230px;
  margin: 45px auto 60px;
  position: relative;
}

.htitle-block {
  margin-top: 20px;
  font-weight: 600;
  display: block;
  position: relative;
}

.paragraph-2 {
  opacity: 1;
  color: #141414;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.paragraph-2.left {
  padding-left: 0;
  font-size: 12px;
  text-decoration: none;
}

.tab-2 {
  opacity: .5;
  background-color: #ecf1ec;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.tab-2.w--current {
  opacity: 1;
  color: #9aa66a;
  background-color: #0000;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.link-5 {
  color: #9aa66b;
  text-decoration: none;
}

.rooms-tabs-menu {
  background-color: #ecf1ec;
  flex-direction: column;
  width: 30vw;
  display: flex;
}

.lightbox-link-2 {
  object-fit: cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.lightbox-link-2:hover {
  opacity: .48;
  background-color: #9aa66bd1;
  background-image: url('../images/gellery.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link-2.pool-suite {
  position: absolute;
}

.text-block-24.sml {
  font-size: 11px;
  font-weight: 400;
}

.button-v11-cirlcle---brix {
  background-color: #9aa66b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 24px;
  display: flex;
}

.div-block-4 {
  background-color: #ecf1ec;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.column-6 {
  background-color: #fff;
  border-left: 4px solid #9aa66a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 23px;
  display: flex;
}

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

.div-block-31 {
  margin-left: 2em;
  margin-right: 2em;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.div-block-2 {
  border-left: 3px #9aa66a;
  width: 85vw;
  margin: 25px auto 26px;
  padding-left: 0;
}

.div-block-2.space {
  z-index: 99;
  background-color: #ecf1ec00;
  border-left-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 20px 0;
  display: flex;
  position: relative;
}

.text-block-28 {
  z-index: 99;
  background-color: #ffffff5c;
  border-radius: 6px;
  margin-bottom: 37px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
}

.column-5 {
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-5:hover {
  background-color: #9aa66b;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.heading-5 {
  color: #9aa66a;
  margin-top: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-6 {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  overflow: clip;
}

.image-6:hover {
  background-color: #9aa66b;
}

.image-6.kol-kol {
  margin-top: -167px;
}

.image-6.pool-suite {
  aspect-ratio: 16 / 9;
}

.image-6.balcony {
  flex: none;
  display: block;
}

.image-6.lux-king {
  width: auto;
}

.image-2 {
  width: 2vw;
  max-width: none;
  margin-right: 20px;
}

.image-2.guests, .image-2.fire {
  width: 2vw;
}

.text-block-4 {
  color: #9aa66b;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-block-4.white {
  color: #fff;
}

.section-2 {
  background-color: #f8f8f8;
  flex-flow: column;
  height: auto;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.section-2.hide {
  display: none;
}

.columns-3 {
  align-items: stretch;
  display: flex;
}

.button-v8---brix {
  color: #fff;
  text-align: center;
  background-color: #9aa66b;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .25s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-v8---brix:hover {
  transform: translate(0, -3px);
}

.button-v8---brix.contact {
  margin-left: 0;
  margin-right: 20px;
  display: none;
}

.sample-2 {
  margin-top: 0;
  padding-top: 0;
}

.sample-2.hide, .div-block-14 {
  display: none;
}

.image-7 {
  max-width: 90%;
}

.rooms-tabs {
  max-width: 1000px;
  display: flex;
}

.rooms-tabs.margin-bottom.margin-medium {
  background-color: #ecf1ec;
  max-width: none;
  display: none;
}

.tabs-content-2 {
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.text-block {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.tabs-menu-3 {
  text-align: center;
  border-bottom: 1px solid #9aa66b;
  display: flex;
}

.tabs-menu-3.vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-style: none;
  flex-flow: column;
  flex: none;
  width: 30vw;
}

.tab-system-3 {
  width: 85vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.tab-system-3.vertical {
  width: 95vw;
  margin-top: 0;
  display: flex;
}

.image-8 {
  flex: 0 auto;
  display: block;
  overflow: auto;
}

.tabs-content-5 {
  text-align: left;
  background-color: #ecf1ec;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
}

.tab-dropdown-2 {
  display: none;
}

.tab-link-2 {
  color: #8f928f;
  text-align: left;
  background-color: #ffffff5c;
  border-top-left-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.tab-link-2:hover {
  background-color: #9aa66b40;
  border-top-left-radius: 12px;
  border-top-right-radius: 0;
}

.tab-link-2.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #9aa66b;
  border-top-left-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.button-v11---brix {
  color: #fff;
  text-align: center;
  background-color: #9aa66a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 10px 10px 24px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.button-v11---brix:hover {
  background-color: #a3ad7a;
}

.button-v11---brix.not-fixed {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.box-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  padding: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.box-2:hover {
  background-color: #9aa66b4d;
}

.is--tab-heading-2 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.is--tab-heading-2:focus {
  color: #9aa66a;
  font-weight: 700;
}

.tab-pane-tab-1-2 {
  background-color: #093d52;
  padding: 20px;
}

.tab-pane-tab-2-2 {
  background-color: #158693;
  padding: 20px;
}

.tab-pane-tab-3-2 {
  background-color: #83cdba;
  height: 100%;
  padding: 20px;
}

.bold-text-2, .bold-text-3 {
  color: #b43951;
}

.policy_container {
  flex-flow: column;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.policy_block {
  width: 90vw;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-7 {
  color: #83cdba;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  display: inline-block;
}

.heading-7.turquoise {
  color: #158693;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.heading-7.turquoise.policy {
  margin-top: 0;
  font-size: 25px;
}

.grey-text {
  color: #464646;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.grey-text.policy {
  text-align: left;
  font-size: 14px;
}

.innerlink {
  color: #158693;
  font-weight: 600;
  text-decoration: none;
}

.innerlink:hover {
  color: #fab218;
}

.tab-system.vertical {
  margin-top: 100px;
  display: flex;
}

.text-block-2 {
  width: 100%;
}

.tabs-content-6 {
  text-align: left;
  background-color: #f5faf9;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
}

.tabs-content-6._2 {
  margin-top: 0;
}

.tab-link {
  color: #78cec3;
  text-align: center;
  background-color: #0000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  padding: 0;
  font-weight: 600;
}

.tab-link.w--current {
  color: #fff;
  background-color: #78cec300;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 800;
  display: flex;
}

.tab-link._2.w--current {
  width: 100%;
}

.tab-dropdown {
  display: none;
}

.kicker {
  color: #78cec3;
  max-width: 720px;
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
  display: block;
}

.kicker.secondary {
  margin-bottom: 60px;
}

.tabs-menu-4 {
  text-align: center;
  border-bottom: 2px solid #78cec3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30vw;
  display: flex;
}

.tabs-menu-4._2 {
  width: auto;
  padding-right: 0;
  display: flex;
}

.tab-system-4 {
  justify-content: flex-start;
  align-items: stretch;
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-system-4.vertical {
  margin-top: 100px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .h2_heading.turquoise {
    font-size: 28px;
  }

  .tabs-menu {
    flex-flow: column;
    justify-content: flex-start;
  }

  .heading-3.mockup {
    margin-top: 10px;
  }

  .swp-link {
    padding: 32px 32px 18px;
  }

  .swp-image-wrapper.mb-40 {
    padding-left: 0;
  }

  .d-flex.swp-image-wrapper {
    justify-content: space-between;
  }

  .swp-image {
    width: 797px;
    height: 594px;
  }

  .image_slider {
    background-color: #ddd0;
    height: auto;
    margin-bottom: 0;
  }

  .mockup {
    text-align: center;
    width: 50%;
  }

  .mockup_img {
    width: 90%;
  }

  .mockup_slider {
    background-color: #fff0;
    width: auto;
    height: auto;
    margin: 20px auto 0;
    overflow: hidden;
  }

  .mockup_slide {
    width: 25%;
    height: auto;
  }

  .mockup_div {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

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

  .tab-block {
    flex-flow: row;
    display: flex;
  }

  .tab-content.item-bgcolor {
    flex-flow: row;
  }

  .htitle-block {
    margin-top: 60px;
    margin-left: 0;
  }
}

@media screen and (min-width: 1440px) {
  .links {
    font-size: 16px;
  }

  .tabs-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-3.mockup {
    margin-top: 10px;
  }

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

  .swp-image {
    height: 480px;
  }

  .mockup_img {
    width: 90%;
  }

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

  .tab-list.vtab-list {
    width: 100%;
  }

  .tab-block {
    flex-wrap: nowrap;
    display: flex;
  }

  .tab-content.item-bgcolor {
    flex-flow: row;
    padding: 60px 40px;
    display: block;
  }

  .htitle-block {
    margin-left: 10px;
  }

  .column-6 {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .c-card-back {
    display: none;
  }

  .c-card-front {
    display: flex;
  }

  .why_slider_text {
    font-weight: 500;
  }

  .h1_heading_main {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .heading {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .form_field {
    color: #8d8d8d;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
  }

  .form_field::placeholder {
    color: #fff;
    background-color: #fff0;
  }

  .form_field.dropdoen {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .contact_row {
    align-items: stretch;
  }

  .tab-content-wrapper, .box {
    width: 100%;
  }

  .tabs-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .tab-pane-tab-1 {
    height: auto;
  }

  .tab-pane-tab-2 {
    height: 100%;
  }

  .heading-3.mockup {
    color: #fff;
    background-color: #fff0;
    width: auto;
    margin-top: 20px;
    padding: 0;
  }

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

  .mockup_img {
    width: 95%;
  }

  .mockup_slider {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mockup_slide {
    width: 25%;
  }

  .slider_section {
    color: #4c7181;
    text-align: center;
    background-color: #ffffff2b;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-pane-tab-1-2, .tab-pane-tab-2-2 {
    width: 100%;
  }

  .tab-pane-tab-3-2 {
    width: 100%;
    max-width: 100%;
  }

  .grey-text {
    font-size: 18px;
    line-height: 30px;
  }

  .tab-system-4 {
    flex-flow: row;
    justify-content: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .button_main.maroon {
    border: 2px solid #b43951;
  }

  .button_main.maroon:hover {
    color: #fff;
    background-color: #b4395100;
  }

  .button_main.turquoise {
    border: 2px solid #83cdba;
  }

  .button_main.turquoise:hover {
    color: #83cdba;
    background-color: #83cdba00;
    text-decoration: none;
  }

  .button_main.dark_blue {
    border: 2px solid #093d52;
  }

  .button_main.dark_blue:hover {
    color: #093d52;
    background-color: #093d5200;
    border: 2px solid #093d52;
  }

  .dev-tabs_list-btn-icon {
    display: block;
  }

  .dev-tabs_list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .dev-tabs_tab {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .dev-tabs_menu {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .dev-tabs_content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .dev-tabs_list-btn {
    background-color: #212121;
  }

  .dev-tabs_list-content {
    width: 100%;
    max-width: none;
    margin-top: 16px;
    position: static;
  }

  .dev-tabs_list-item {
    margin-bottom: 16px;
  }

  .h2_heading.turquoise {
    font-size: 28px;
  }

  .why_slide {
    width: 50%;
  }

  .c-card-btn-text.focus, .c-card-btn-text.default {
    transform: translate(0, -100%);
  }

  .bottom_logo {
    width: 16%;
  }

  .dev-tabs_list-btn-2 {
    background-color: #212121;
  }

  .dev-tabs_menu-2 {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .auto-tabs {
    min-height: 42rem;
  }

  .auto-tabs_column {
    max-width: 42%;
  }

  .auto-tabs_content {
    width: 50%;
  }

  .contact_us_container {
    width: 95%;
  }

  .div-block-28 {
    flex-flow: wrap;
    margin-top: 0;
    display: flex;
  }

  .heading {
    margin-bottom: 20px;
  }

  .column-63 {
    padding-bottom: 20px;
  }

  .dark_blue_col {
    padding-bottom: 0;
  }

  .contact_div {
    width: 100%;
  }

  .contact_div.last.linkedindiv {
    margin-top: 0;
  }

  .columns-13 {
    flex-flow: column;
    width: 100%;
  }

  .tab-content-wrapper {
    padding-bottom: 20px;
  }

  .is--tab-heading {
    text-align: left;
    font-size: 1.5em;
  }

  .is-tab-subtext {
    text-align: left;
  }

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

  .div-block-3 {
    margin-left: 0;
    margin-right: .125em;
  }

  .tabs-menu {
    width: 40%;
  }

  .h3_sub_heading {
    margin-left: 0;
    font-size: 17px;
  }

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

  .lists_text {
    padding-left: 10px;
  }

  .column-64, .column-65 {
    padding-left: 20px;
  }

  .swp-links-slider {
    width: 0%;
    display: none;
  }

  .headline-4.mb-lg-15 {
    margin-bottom: 15px;
  }

  .headline-4.mb-lg-15.text-md-left {
    color: #0074a2;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }

  .swp-text-block.lg-mb-20 {
    margin-bottom: 20px;
  }

  .swp-image-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .swp-image-wrapper.mb-40 {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .d-flex.swp-image-wrapper {
    height: auto;
  }

  .swp-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
  }

  .swp-details-block {
    border: 2px solid #0074a2;
    border-radius: 10px;
    padding: 32px;
    display: block;
  }

  .swp-image-slider {
    width: 100%;
    max-width: 100%;
  }

  .image_slider {
    background-color: #ddd0;
  }

  .mockup {
    text-align: center;
  }

  .mockup_img {
    width: 100%;
    max-width: none;
  }

  .div-block-30 {
    flex-flow: wrap;
    margin-top: 0;
    display: flex;
  }

  .mockup_slide {
    width: 50%;
  }

  .left-arrow-3, .right-arrow-3 {
    display: none;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-container {
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-container.vertical-container {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-list.vtab-list {
    margin-left: 7px;
    margin-right: 7px;
  }

  .tab-block {
    flex-wrap: nowrap;
    padding: 20px;
    display: flex;
  }

  .tab-block.vtab-block {
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
  }

  .title-name {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 13px;
    font-size: 30px;
    display: block;
    position: relative;
  }

  .title-name.htitle-name {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .image {
    width: 100%;
  }

  .tab-content.item-bgcolor {
    padding-top: 50px;
  }

  .tab-text {
    text-align: justify;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
  }

  .tab-text.v-text {
    text-align: justify;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .vertical-tab-contnet {
    background-color: #0000;
  }

  .vertical-tabs {
    margin-top: 0;
  }

  .img-block {
    width: 100%;
  }

  .img-block.v-img-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .vertical-tab-bolock {
    margin-top: 35px;
    margin-bottom: 60px;
  }

  .htitle-block {
    background-color: #0000;
    padding: 20px;
    display: block;
  }

  .paragraph-2 {
    text-align: left;
  }

  .paragraph-2.left {
    text-align: left;
    margin-bottom: 30px;
  }

  .tab-2.w--current {
    padding-left: 0;
  }

  .rooms-tabs-menu {
    width: 40%;
  }

  .lightbox-link-2, .lightbox-link-2.lux-king {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .lightbox-link-2.pool-suite {
    max-width: 100%;
    display: flex;
  }

  .div-block-4 {
    width: 90vw;
  }

  .column-6 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-5 {
    flex-flow: column;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-31 {
    margin-left: 1em;
    margin-right: .125em;
  }

  .div-block-2 {
    width: 90vw;
  }

  .column-5 {
    justify-content: center;
    align-items: flex-end;
    height: 45vh;
  }

  .image-6.kol-kol {
    width: 100%;
    margin-top: 0;
  }

  .image-6.pool-suite, .image-6.balcony, .image-6.lux-king, .image-6.executive {
    width: 100%;
  }

  .image-2 {
    align-self: center;
    width: 3vw;
    height: 4vh;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2.guests, .image-2.fire {
    width: 2vw;
  }

  .columns-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
  }

  .button-v8---brix {
    flex: none;
    width: auto;
  }

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

  .rooms-tabs.margin-bottom.margin-medium {
    padding-left: 0;
  }

  .text-block {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 7px;
  }

  .tab-system-3 {
    width: 90vw;
  }

  .tab-system-3.vertical {
    justify-content: flex-start;
    align-items: stretch;
    width: 90vw;
  }

  .image-8 {
    width: 10vw;
    margin-top: 321px;
    position: absolute;
  }

  .tabs-content-5, .button-v11---brix.not-fixed {
    margin-top: 0;
  }

  .box-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .bold-text {
    font-size: 16px;
  }

  .grey-text {
    width: 100%;
  }

  .sample {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-content-6 {
    margin-top: 0;
  }

  .kicker {
    max-width: 610px;
    margin-bottom: 20px;
  }

  .tabs-menu-4 {
    width: 35vw;
  }

  .tab-system-4 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero_text {
    width: 90vw;
  }

  .button_main.dark_blue {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dev-tabs_list, .why_slide {
    width: 100%;
  }

  .c-card-front {
    width: 400px;
    height: 230px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .auto-tabs_column {
    max-width: none;
  }

  .auto-tabs_img-mobile {
    border-radius: 12px;
    width: 100%;
    margin-top: 2rem;
    padding-top: 80%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .auto-tabs_img-mobile-wrapper, .auto-tabs_content {
    display: none;
  }

  .auto-tabs_pause-btn {
    margin-top: 20px;
    position: static;
  }

  .auto-tabs_menu {
    margin-top: 1rem;
  }

  .submit {
    margin-left: 0;
  }

  .h1_heading_main {
    line-height: 35px;
  }

  .form_element {
    width: 100%;
  }

  .div-block-28 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-block {
    width: 100%;
  }

  .heading {
    margin-bottom: 40px;
  }

  .heading.contact_headings {
    margin-bottom: 20px;
  }

  .column-63 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dark_blue_col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact_row {
    flex-flow: column;
  }

  .contact_div {
    width: 100%;
  }

  .tabs.margin-bottom.margin-medium {
    max-width: 100%;
    display: block;
  }

  .button {
    font-size: 1em;
  }

  .icon-3 {
    width: 10vw;
    height: auto;
    margin-left: 10px;
  }

  .tab-content-wrapper {
    padding-bottom: 10px;
  }

  .is--tab-heading {
    font-size: 1.5em;
  }

  .is--tab-heading.blue {
    padding-left: 10px;
  }

  .tabs-content {
    padding: 1.5em 1.5em 4em;
  }

  .is-tab-subtext {
    font-size: 14px;
  }

  .is-tab-subtext.blue {
    padding-left: 10px;
    font-size: 14px;
  }

  .box {
    border-radius: 0;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding: 2em;
  }

  .box.requirements_box {
    box-shadow: 0 2px 20px #0003;
  }

  .tabs-menu {
    flex-direction: row;
    width: 100%;
  }

  .link-block {
    width: 18%;
  }

  .headline-4 {
    text-align: center;
    margin-bottom: 40px;
  }

  .headline-4.mb-lg-15.text-md-left {
    text-align: left;
  }

  .swp-image-wrapper.mb-40 {
    height: 100%;
    padding-top: 20px;
  }

  .swp-image-wrapper.mb-40.last {
    margin-bottom: 0;
  }

  .swp-image {
    object-fit: cover;
    border-radius: 10px;
    height: auto;
    min-height: auto;
  }

  .swp-image-slider {
    height: 100%;
  }

  .mockup_img {
    width: 100%;
  }

  .div-block-30 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mockup_slide {
    width: 50%;
  }

  .left-arrow-3, .right-arrow-3 {
    display: none;
  }

  .tab-block.vtab-block {
    flex-wrap: nowrap;
    display: flex;
  }

  .image {
    width: 100%;
  }

  .tab-text.v-text {
    font-size: 16px;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 14px;
  }

  .paragraph-2.left {
    font-size: 14px;
  }

  .rooms-tabs-menu {
    flex-flow: column;
    width: 100%;
    font-size: 12px;
  }

  .lightbox-link-2.lux-king {
    flex: none;
    justify-content: center;
    align-items: stretch;
  }

  .lightbox-link-2.lux-king:hover {
    opacity: 100;
  }

  .lightbox-link-2.pool-suite {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    inset: 0% auto 0% 0%;
  }

  .lightbox-link-2.pool-suite:hover {
    opacity: 100;
    background-color: #9aa66b00;
    background-image: none;
  }

  .lightbox-link-2.kol-kol:hover, .lightbox-link-2.balcony:hover {
    opacity: 100;
  }

  .lightbox-link-2.executive {
    align-items: stretch;
  }

  .lightbox-link-2.executive:hover {
    opacity: 100;
  }

  .text-block-26, .text-block-24 {
    font-size: 14px;
  }

  .text-block-24.sml {
    color: #fff;
  }

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

  .column-6 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .div-block-5 {
    justify-content: space-between;
  }

  .div-block-5.flex {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .div-block-2 {
    flex-flow: column;
    margin-top: 10px;
    padding-left: 10px;
    display: block;
  }

  .div-block-2.space {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-28 {
    text-align: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .column-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: relative;
  }

  .column-5:hover {
    background-color: #fff0;
    background-image: none;
  }

  .heading-5 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .image-6.kol-kol {
    width: 100%;
    margin-top: 0;
  }

  .image-6.pool-suite {
    height: 45vh;
    overflow: clip;
  }

  .image-6.pool-suite:hover {
    opacity: 1;
    background-color: #9aa66b00;
    overflow: clip;
  }

  .image-6.balcony, .image-6.lux-king, .image-6.executive {
    width: 100%;
  }

  .image-6.executive:hover {
    opacity: 1;
  }

  .image-2 {
    width: 5vw;
  }

  .image-2.guests, .image-2.fire {
    width: 8vw;
  }

  .section-2 {
    margin-top: 10px;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .columns-3 {
    flex-flow: column;
  }

  .button-v8---brix.contact {
    margin-bottom: 12px;
  }

  .text-block-11 {
    width: 80vw;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .div-block-14 {
    z-index: 30;
    background-color: #9aa66b;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    display: flex;
    position: absolute;
  }

  .text-block-22 {
    font-size: 14px;
  }

  .rooms-tabs.margin-bottom.margin-medium {
    max-width: 100%;
    display: block;
  }

  .heading-6 {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .tabs-content-2 {
    padding: 1.5em 1.5em 2em;
  }

  .text-block {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .tabs-menu-3 {
    z-index: 50;
    cursor: pointer;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: -50px;
    margin-bottom: 0;
    padding-top: 48px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 28px 28px #00000014;
  }

  .tabs-menu-3.vertical {
    z-index: 99;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    padding-top: 0;
    display: none;
    overflow: visible;
  }

  .tab-system-3.vertical {
    width: auto;
    display: block;
  }

  .image-8 {
    margin-top: 100px;
    position: absolute;
    overflow: visible;
  }

  .tabs-content-5 {
    margin-top: 25px;
    padding: 0 20px 25px;
  }

  .tab-dropdown-2 {
    color: #fff;
    text-align: left;
    letter-spacing: .2px;
    cursor: pointer;
    background-color: #093d52;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 0;
    height: auto;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 800;
    display: block;
  }

  .tab-dropdown-2:hover {
    background-color: #57b3a7;
  }

  .tab-link-2 {
    text-align: left;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    font-size: 18px;
    display: block;
  }

  .tab-link-2:hover {
    background-color: #fff;
  }

  .tab-link-2.w--current {
    color: #9aa66b;
    background-color: #e6ebd3;
    border-radius: 0;
    padding-left: 0;
    font-weight: 600;
  }

  .button-v11---brix {
    margin-top: 18px;
  }

  .box-2 {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    padding: 1.5em;
  }

  .text-block-25 {
    font-size: 14px;
  }

  .is--tab-heading-2 {
    font-size: 12px;
    line-height: 14px;
  }

  .heading-7.turquoise {
    margin-top: 10px;
  }

  .grey-text {
    width: 95%;
  }

  .sample {
    width: auto;
  }

  .tabs-content-6 {
    margin-top: 0;
    padding: 0;
  }

  .tab-link {
    text-align: left;
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: auto;
    padding-top: 13px;
    padding-left: 0;
    font-size: 18px;
    display: block;
  }

  .tab-link.w--current {
    color: #78cec3;
    background-color: #e3f5f2;
    width: 100%;
    height: auto;
    padding-left: 0;
    font-weight: 600;
  }

  .tab-dropdown {
    color: #fff;
    text-align: left;
    letter-spacing: .2px;
    cursor: pointer;
    background-color: #093d52;
    background-image: url('../images/dropdown-icon.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 3px;
    height: auto;
    padding: 20px 40px 20px 20px;
    font-size: 18px;
    font-weight: 800;
    display: block;
  }

  .tab-dropdown:hover {
    background-color: #57b3a7;
  }

  .kicker {
    max-width: 420px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .kicker.secondary {
    margin-bottom: 40px;
  }

  .tabs-menu-4 {
    z-index: 50;
    cursor: pointer;
    border-style: none;
    border-right-width: 1px;
    border-right-color: #000;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    flex-flow: column;
    width: 95%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 28px 28px #00000014;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-top: 20px;
  }

  .tab_div {
    padding-bottom: 20px;
  }

  .hero_button {
    flex-flow: column;
    display: flex;
  }

  .button_main.maroon {
    margin-bottom: 10px;
  }

  .button_main.turquoise {
    margin-left: 0;
  }

  .button_main.turquoise._2 {
    margin-top: 20px;
  }

  ._w-card-back {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-card-back {
    width: 100%;
    max-width: 250px;
    display: none;
  }

  .c-card-front {
    width: 100%;
    max-width: none;
    display: flex;
  }

  ._w-card-front {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .why_icon {
    width: 40%;
  }

  .bottom_logo {
    width: 30%;
  }

  .footer_contact {
    padding: 20px;
  }

  .links {
    text-align: left;
    align-self: center;
    margin-left: 20px;
    font-family: Montserrat, sans-serif;
  }

  .h1_heading_main {
    font-size: 20px;
    line-height: 25px;
  }

  .form_element {
    margin-bottom: 10px;
  }

  .div-block-28 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .form-block {
    width: auto;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading.contact_headings {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: Montserrat, sans-serif;
  }

  .column-63 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dark_blue_col {
    padding-left: 0;
    padding-right: 0;
  }

  .contact_row {
    margin-bottom: 0;
  }

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

  .contact_div {
    display: flex;
  }

  .icon-3 {
    width: 15vw;
    height: auto;
  }

  .tab-content-wrapper {
    padding-left: 0;
  }

  .is--tab-heading {
    font-size: 1.4em;
  }

  .tabs-content {
    padding: 1.1em 1.1em 3.5em;
  }

  .is-tab-subtext {
    font-size: 14px;
  }

  .box {
    border-radius: 0;
    height: auto;
    padding: 2em;
    display: block;
  }

  .div-block-3 {
    margin-right: 0;
  }

  .heading-3.mockup {
    margin-top: 10px;
  }

  .blue_text_block.turq {
    margin-left: 10px;
    margin-right: 10px;
  }

  .blue_text_block.teal {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
  }

  .lists_text._2 {
    padding-left: 20px;
  }

  .column-64 {
    margin-top: 23px;
    padding-left: 20px;
  }

  .column-64.tyuio {
    padding-left: 0;
  }

  .columns-14 {
    flex-flow: column;
    margin-left: 0;
  }

  .column-65 {
    border-right-style: none;
  }

  .column-65.no_border {
    padding-left: 0;
  }

  .headline-4 {
    text-align: center;
    line-height: 31px;
  }

  .swp-image {
    object-fit: cover;
    min-height: auto;
  }

  .mockup_img {
    width: 100%;
  }

  .div-block-30 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mockup_slide {
    width: 100%;
  }

  .tab-container.vertical-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-block {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-block.vtab-block {
    flex-wrap: wrap;
    padding: 10px;
  }

  .title-name {
    display: block;
  }

  .title-name.htitle-name {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .tab-content.item-bgcolor.v-content {
    border-bottom-right-radius: 37px;
    border-bottom-left-radius: 37px;
  }

  .tab-text {
    color: #000;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    line-height: 26px;
  }

  .tab-text.v-text {
    border-radius: 0 0 37px 37px;
    width: 100%;
    padding: 20px 0 20px 5px;
    line-height: 26px;
  }

  .vertical-tabs {
    display: block;
  }

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

  .img-block.v-img-block {
    width: 100%;
    margin-bottom: 0;
  }

  .vertical-tab-bolock {
    margin-top: 0;
  }

  .htitle-block {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .paragraph-2 {
    color: #fff;
    text-align: left;
    margin-bottom: -2px;
    font-size: 13px;
  }

  .paragraph-2.left {
    color: #353535;
    text-align: left;
    margin-bottom: 13px;
    font-size: 13px;
  }

  .lightbox-link-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .lightbox-link-2:hover {
    background-image: none;
  }

  .lightbox-link-2.lux-king {
    opacity: 1;
  }

  .lightbox-link-2.pool-suite {
    align-items: stretch;
    display: flex;
  }

  .lightbox-link-2.pool-suite:hover {
    opacity: 100;
  }

  .lightbox-link-2.kol-kol:hover {
    opacity: 1;
  }

  .lightbox-link-2.balcony:hover {
    opacity: 100;
  }

  .lightbox-link-2.executive {
    justify-content: flex-start;
    align-items: stretch;
  }

  .lightbox-link-2.executive:hover {
    opacity: 100;
  }

  .text-block-24.sml {
    color: #fff;
    text-align: center;
  }

  .button-v11-cirlcle---brix {
    margin-left: 12px;
  }

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

  .column-6 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5.flex {
    justify-content: center;
    align-items: center;
  }

  .div-block-31 {
    margin-right: 0;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .div-block-2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .div-block-2.space {
    z-index: 95;
    margin-top: 0;
    padding: 30px 20px;
    position: static;
  }

  .text-block-28 {
    text-align: center;
    inset: auto 0% 0%;
  }

  .column-5 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 21px;
    line-height: 22px;
  }

  .image-6 {
    background-color: #fff;
  }

  .image-6.kol-kol {
    height: 45vh;
    margin-top: 0;
  }

  .image-6.pool-suite {
    height: 45vh;
    overflow: clip;
  }

  .image-6.balcony {
    height: 45vh;
  }

  .image-6.lux-king {
    opacity: 1;
  }

  .image-6.executive {
    height: 45vh;
  }

  .image-2, .image-2.guests {
    width: 8vw;
  }

  .image-2.fire {
    width: 6vw;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .section-2 {
    margin-top: 40px;
    padding-left: 0;
  }

  .columns-3 {
    flex-flow: column;
  }

  .button-v8---brix {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-v8---brix.contact {
    margin-top: 11px;
    margin-bottom: 20px;
  }

  .text-block-11 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .div-block-14 {
    z-index: 20;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 10px;
    display: block;
    position: absolute;
  }

  .heading-6 {
    margin-bottom: 0;
  }

  .tabs-content-2 {
    padding: 1.1em 1.1em 3.5em;
  }

  .text-block {
    text-align: center;
    margin-top: 12px;
    margin-left: 0;
    font-size: 13px;
  }

  .tabs-menu-3 {
    display: none;
  }

  .tabs-menu-3.vertical {
    z-index: 99;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: none;
    overflow: visible;
  }

  .tab-system-3 {
    width: auto;
    margin-top: 0;
  }

  .tab-system-3.vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
    display: flex;
  }

  .image-8 {
    mix-blend-mode: normal;
    background-color: #9aa66bba;
    width: 20vw;
    margin-top: 10px;
    padding: 10px;
    position: absolute;
  }

  .tabs-content-5 {
    margin-top: 0;
    padding: 20px 0;
    display: none;
  }

  .tab-dropdown-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #093d52;
    background-position: 94%;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    display: flex;
  }

  .tab-dropdown-2:hover {
    background-color: #83cdba;
  }

  .tab-link-2 {
    background-color: #fff;
    border-radius: 0;
    height: auto;
    padding: 0;
    font-size: 16px;
  }

  .tab-link-2:hover {
    background-color: #fff;
  }

  .tab-link-2.w--current {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 10px 20px #000000a1;
  }

  .tab-link-2.w--current:hover {
    background-color: #fff;
  }

  .button-v11---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-v11---brix.not-fixed {
    margin-top: 18px;
    position: static;
  }

  .box-2 {
    height: 100%;
    padding: 1.1em;
    display: block;
  }

  .is--tab-heading-2 {
    font-size: 12px;
  }

  .tab-pane-tab-1-2, .tab-pane-tab-2-2, .tab-pane-tab-3-2 {
    padding: 10px;
  }

  .heading-7.turquoise {
    margin-top: 0;
  }

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

  .sample {
    width: auto;
  }

  .tabs-content-6 {
    margin-top: 0;
    padding: 0 0 20px;
  }

  .tab-link {
    padding-left: 15px;
    font-size: 16px;
  }

  .tab-dropdown {
    background-color: #093d52;
    background-position: 94%;
    height: auto;
    padding: 20px 40px 20px 20px;
    font-size: 16px;
  }

  .kicker {
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 24px;
  }

  .kicker.secondary {
    margin-bottom: 21px;
  }

  .tabs-menu-4 {
    display: none;
  }

  .tab-system-4.vertical {
    display: block;
  }
}


